.width-full {
  max-width: 100%;
  width: 100%;
}

.back-button a {
  font-size: 16px !important;
  color: white;
  display: flex;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 5px;
}
.back-button a img {
  rotate: -180deg;
  width: 24px;
  height: 24px;
}

.secondary-hero-banner {
  height: auto !important;
  padding-bottom: 0 !important;
}

.sourceInfo {
  margin-bottom: 2rem;
  display: flex;
  width: 90%;
  justify-content: space-between;
  border-bottom: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
  --tw-border-opacity: 25%;
  padding-bottom: 1rem;
}

.sourceInfo p {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(252 252 253/var(--tw-text-opacity));
}

.event-page .sectionUpcomingEvent .upcomingEvent {
  display: flex;
  flex-wrap: wrap;
}
.event-page .sectionUpcomingEvent .upComingEvent-left {
  width: 50%;
}
.event-page .sectionUpcomingEvent .upComingEvent-right {
  width: 33.333333%;
}
.event-page .sectionUpcomingEvent .upComingEvent-left img {
  width: 90%;
  height: auto;
}
.event-page .sectionUpcomingEvent .eventInfoItem {
  margin-bottom: 2rem;
  border-bottom: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgb(20 20 22/var(--tw-border-opacity));
  --tw-border-opacity: 25%;
  padding-bottom: 1rem;
}
.event-page .sectionUpcomingEvent .eventInfoItem label {
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(177 181 195/var(--tw-text-opacity));
}
.event-page .sectionUpcomingEvent .eventInfoItem p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(53 57 69/var(--tw-text-opacity));
}
.event-page .sectionUpcomingEvent a {
  color: white;
}

.news-page {
  width: 100%;
}
.news-page .sourceInfo {
  margin-bottom: 2rem;
  display: flex;
  width: 90%;
  justify-content: space-between;
  border-bottom: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
  --tw-border-opacity: 25%;
  padding-bottom: 1rem;
}
.news-page .sourceInfo p {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(252 252 253/var(--tw-text-opacity));
}
.news-page .hero-headline {
  padding: 0px 0 74px 0 !important;
}
.news-page .tagline {
  margin-bottom: 60px !important;
}
.news-page .newsDetail {
  width: 100%;
}
.news-page .news-slider-container {
  width: 50%;
  margin: auto;
}
@media (max-width: 800px) {
  .news-page .news-slider-container {
    padding: 0;
    width: 70%;
  }
}
.news-page .news-slider {
  width: 100%;
}
.news-page .news-slider .slick-dots {
  display: block !important;
}
.news-page .news-slider img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .news-page .news-slider img {
    padding: 0;
    width: 70%;
  }
}
.news-page .newsDetail .newsContent {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.news-page .newsDetail .summery {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.news-page .newsDetail .editorContent {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.news-page .typography p {
  margin-bottom: 1rem;
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(53 57 69/var(--tw-text-opacity));
}
.news-page .socialSharing {
  border-top: 1px solid;
  border-bottom: 1px solid;
  --tw-border-opacity: 1;
  border-color: rgb(177 181 195/var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.news-page .socialSharingIcon {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.news-page .socialSharingIcon button {
  background-color: transparent;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}
.news-page .relatedTopics {
  position: relative;
}
.news-page .relatedTopics .slick-slide {
  height: auto !important;
}
.news-page .relatedTopics .slick-track {
  display: flex !important;
}
.news-page .relatedTopics .card-slide-pub {
  padding-left: 1rem;
  padding-right: 1rem;
  height: 440px;
  display: flex;
}
.news-page .relatedTopics .card-slide-pub:hover .slide-inner .slide-body {
  height: 220px;
}
.news-page .relatedTopics .card-slide-pub:hover .slide-inner .slide-inner-bottom {
  padding-bottom: 2rem;
}
.news-page .relatedTopics .card-slide-pub:hover .slide-inner .slide-inner-bottom svg {
  fill: white;
  bottom: 70px;
}
.news-page .relatedTopics .card-slide-pub:hover .slide-inner .slide-inner-bottom path {
  fill: var(--accent-colour-1);
}
.news-page .relatedTopics .card-slide-pub .slide-inner {
  background-color: #ecf7ff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-inner-bottom {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 14px;
  padding-left: 1rem;
  height: 40%;
  padding-right: 1rem;
  transition-duration: 0.5s;
  position: relative;
}
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-inner-bottom svg {
  position: absolute;
  right: 20px;
  top: -90px;
  width: 46px;
  height: 46px;
  transition-duration: 0.4s;
}
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-inner-bottom .slide-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  transition-duration: 0.35s;
  font-family: "Poppins", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(119 126 144/var(--tw-text-opacity));
  border-top: 2px solid #e6e8ec;
  padding-top: 1rem;
}
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-inner-bottom .slide-top .source-name,
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-inner-bottom .slide-top .source-date {
  font-size: 14px;
  text-transform: none;
}
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-inner-bottom .slide-heading {
  padding-inline: 0;
}
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-inner-bottom .slide-heading .slide-title h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(53 57 69/var(--tw-text-opacity));
}
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-body {
  margin-bottom: 0;
  overflow: hidden;
  height: 255px;
  transition-duration: 0.4s;
}
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-body .cardLinkThumb {
  height: 100%;
}
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-body .slideImage:after {
  content: "";
  padding-top: 70%;
  display: block;
}
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-body .slideImage {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
}
.news-page .relatedTopics .card-slide-pub .slide-inner .slide-body .slideImage svg {
  position: absolute;
  right: 20px;
  bottom: 53px;
  width: 46px;
  height: 46px;
  transition-duration: 0.4s;
}
.news-page .relatedTopics .publication-item-inner img {
  width: 100%;
}
.news-page .upcoming-event-bg {
  position: absolute;
  top: 0;
  background-image: linear-gradient(180deg, rgba(14, 123, 192, 0.56), rgba(11, 135, 193, 0.26) 50%, rgba(5, 173, 196, 0));
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.news-page .card-slide .slide-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(119 126 144/var(--tw-text-opacity));
}
.news-page .card-slide .slide-top .source-name {
  text-transform: uppercase;
}
.news-page .card-slide .slide-top p {
  font-family: "Poppins", sans-serif;
}
.news-page .slide-title {
  margin-bottom: 2rem !important;
}
@media (max-width: 800px) {
  .news-page .home-hero-secondary-container {
    margin-left: 0;
  }
  .news-page .home-hero-container {
    margin: 0;
  }
  .news-page h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .news-page .newsDetail .summery {
    margin: 0;
    width: 100%;
  }
  .news-page .newsDetail .editorContent {
    width: 95%;
  }
}

.master-plan-page .secondary-map-container {
  margin-top: 19%;
  margin-right: 3%;
  width: 50%;
}
.master-plan-page .secondary-map-container .plot-select {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  cursor: pointer;
}
.master-plan-page .secondary-map-container .plot-select:hover {
  opacity: 1 !important;
  fill: rgb(227, 201, 166);
  stroke-width: 2px;
  cursor: pointer;
}
.master-plan-page .secondary-map-container svg {
  width: 100%;
}
.master-plan-page .hero-text-content {
  max-width: 500px !important;
  margin-top: 17% !important;
}
.master-plan-page .plan-content p {
  color: white !important;
  font-size: 17px;
  line-height: 24px;
  font-family: "Poppins";
}
.master-plan-page .plan-content h1 {
  padding: 54px 0 30px 0 !important;
}
.master-plan-page .plan-content ul p {
  color: white !important;
  margin-bottom: 0 !important;
}
.master-plan-page .plan-content ul {
  margin-top: 25px;
  font-family: "Poppins";
}
.master-plan-page .plan-content ul li {
  list-style: none;
}
.master-plan-page .sand-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  opacity: 1;
}
@media (max-width: 1024px) {
  .master-plan-page .home-hero-secondary-container {
    flex-direction: column;
    margin-left: 0;
  }
  .master-plan-page .hero-text-content {
    max-width: none !important;
    width: 100%;
  }
  .master-plan-page .secondary-map-container {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .master-plan-page h1 {
    font-size: 32px;
  }
  .master-plan-page p {
    font-size: 16px !important;
  }
}

.plot-plan-page .secondary-map-container {
  margin-top: 19%;
  margin-right: 3%;
  padding-left: 40px;
}
.plot-plan-page .secondary-map-container .plot-select {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  cursor: pointer;
}
.plot-plan-page .secondary-map-container .plot-select:hover {
  opacity: 1 !important;
  fill: rgb(227, 201, 166);
  stroke-width: 2px;
  cursor: pointer;
}
.plot-plan-page .secondary-map-container img {
  width: 100%;
}
.plot-plan-page .font-body-1 {
  color: white !important;
  font-size: 24px;
}
.plot-plan-page .hero-headline {
  padding: 54px 0 40px 0 !important;
}
.plot-plan-page .hero-text-content {
  margin-top: 17% !important;
}
.plot-plan-page .font-body-2 {
  color: white !important;
  margin-bottom: 0 !important;
}
.plot-plan-page .herolist {
  margin-top: 25px;
}
.plot-plan-page .herolist li {
  list-style: none;
}
.plot-plan-page .hero-text-content {
  max-width: 580px !important;
}
.plot-plan-page .sand-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  opacity: 1;
}
.plot-plan-page .plot-content p {
  color: white !important;
  font-size: 16px !important;
  font-family: "Poppins";
  margin-bottom: 19px;
  font-weight: 400;
}
.plot-plan-page .plot-content h1 {
  padding: 54px 0 54px 0 !important;
}
.plot-plan-page .plot-content ul p {
  color: white !important;
  margin-bottom: 0 !important;
}
.plot-plan-page .plot-content ul {
  margin-top: 25px;
  font-family: "Poppins";
}
.plot-plan-page .plot-content ul li {
  list-style: none;
}
.plot-plan-page .table-section {
  background: linear-gradient(180deg, rgba(0, 153, 251, 0.2), rgba(12, 178, 255, 0.06) 50%, rgba(5, 173, 196, 0));
  margin-bottom: 20px;
  padding: 24px;
  position: relative;
  margin-top: 50px;
  overflow-x: auto;
}
.plot-plan-page .table-section .table-container {
  padding: 24px;
  position: relative;
}
.plot-plan-page .table-section table {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: inherit;
  --tw-text-opacity: 1;
  color: rgb(177 181 195/var(--tw-text-opacity));
}
.plot-plan-page .table-section table tbody,
.plot-plan-page .table-section table td,
.plot-plan-page .table-section table tfoot,
.plot-plan-page .table-section table th,
.plot-plan-page .table-section table thead,
.plot-plan-page .table-section table tr {
  border: 0 solid;
  border-color: inherit;
}
.plot-plan-page .table-section table tr {
  border-color: rgba(255, 255, 255, 0.2509803922);
  border-bottom-width: 1px;
}
.plot-plan-page .table-section table td {
  color: rgb(230 232 236/var(--tw-text-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  font-size: px;
  font-family: "Poppins";
}
.plot-plan-page .table-section table td p {
  display: inline;
}
@media (max-width: 1024px) {
  .plot-plan-page .home-hero-secondary-container {
    flex-direction: column;
    margin-left: 0;
  }
  .plot-plan-page .hero-text-content {
    max-width: none !important;
    width: 100%;
  }
  .plot-plan-page .secondary-map-container {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .plot-plan-page h3 {
    font-size: 32px;
  }
  .plot-plan-page p {
    font-size: 16px !important;
  }
}

@media (max-width: 500px) {
  .sectionUpcomingEvent .upcomingEvent {
    flex-direction: column;
    width: 100%;
  }
  .sectionUpcomingEvent .upComingEvent-left {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .sectionUpcomingEvent .upComingEvent-right {
    width: 100% !important;
  }
  .sectionUpcomingEvent .upComingEvent-left img {
    width: 100% !important;
    height: auto;
  }
}/*# sourceMappingURL=secondary.css.map */