/*
Theme Name:   Intalio Estates Theme
Theme URI:    http://www.qodethemes.com/
Description:  Intalio Estates Theme
Author:       Logicbase Interactive
Author URI:   
Template:     twentytwentyone
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  intalio-child
*/



/* FONTS */
@font-face {
    font-family: 'Metropolis-Thin';
    src: url('fonts/Metropolis-Thin.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis-Light';
    src: url('fonts/Metropolis-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis-Regular';
    src: url('fonts/Metropolis-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis-Bold';
    src: url('fonts/Metropolis-Bold.otf');
    font-weight: normal;
    font-style: normal;
}



/* GENERAL */
body,
html {
    overflow-x: hidden;
}

body.page-id-221,
html {
    overflow-x: unset !important;
}

.pos-relative {
    position: relative;
}

p+p {
    margin-top: 30px;
}

* {
    outline: 0 !important;
}

a:focus,
a:hover {
    background: unset !important;
    text-decoration: none !important;
    border: none !important;
}

.general-padding {
    padding: 20px 40px;
}

/* General styles responsiveness */
@media (max-width: 1700px) {
    .general-padding {
        padding: 20px 40px;
    }
}

@media (max-width: 1439px) {
    p+p {
        margin-top: 15px;
    }
    .general-padding {
        padding: 15px 40px;
    }
}

@media (max-width: 1279px) {
    html#intalio-estates {
        overflow-x: hidden !important
    }
    .general-padding {
        padding: 20px 40px;
    }
}



/* Typography */
b,
strong {
    font-family: 'Metropolis-Bold';
}

.heading {
    letter-spacing: -0.01em;
    font-weight: 700;
    font-size: 60px;
    line-height: .76;
    font-family: 'Metropolis-Bold';
    margin-bottom: 20px;
}

.wysiwyg-content,
.wysiwyg-content * {
    letter-spacing: -0.01em;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Metropolis-Thin';
}



/* HEADER */
#main-header {
    position: fixed;
    width: 100%;
    /* background-color: transparent; */
    top: 0;
    left: 0;
    z-index: 9;
    /* transition: all 0.3s ease; */
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
    backdrop-filter: blur(5px);
}

#main-header.scrolled {
    /* background-color: #DFDFDF; */
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
    backdrop-filter: blur(5px);
}

#main-header.scrolled .main-header-wrapper .main-header-menu-wrapper .menu li a {
    /* color: #003E52; */
    color: rgb(245, 125, 63);
}

/* body.logged-in #main-header {
    top: 0;
} */
.main-header-menu-wrapper ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    gap: 0 30px;
    flex-wrap: wrap;
}

.main-header-wrapper .general-padding {
    padding: 20px 40px;
}

.main-header-menu-wrapper ul a {
    font-weight: 600;
    font-size: 20px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFF;
    text-decoration: none;
    font-family: 'Metropolis-Regular';
    transition: all 0.3s ease;
}

.main-header-menu-wrapper .menu .menu-item .sub-menu li a {
    color: #003E52;
}

.main-header-menu-wrapper .menu .menu-item button {
    display: none;
}

.main-header-menu-wrapper .menu .menu-item .sub-menu {
    display: none;
}

.main-header-menu-wrapper ul li.menu-item-has-children:hover .sub-menu {
    display: block;
}

.main-header-menu-wrapper ul li.menu-item-has-children .sub-menu {
    position: absolute;
    background: #e8e8e8;
    padding: 10px;
    width: fit-content;
    text-align: left;
}

.main-header-wrapper img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.main-header-mobile-menu-wrapper .menu .menu-item-has-children button {
    display: none;
}

.main-header-mobile-menu-wrapper .menu .menu-item-has-children ul {
    list-style-type: none;
}

body:not(.home) #main-header:not(.scrolled) {
    background-color: transparent;
}

body:not(.home) #main-header:not(.scrolled) img {
    filter: invert(1) brightness(99);
}

body:not(.home) #main-header:not(.scrolled) .main-header-menu-wrapper ul.menu>li>a {
    color: #fff;
}

/* Header Responsiveness */
@media (max-width: 1500px) {
    .main-header-menu-wrapper ul a {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    header.main-header scrolled {
        top: 0;
    }
    header.main-header .general-padding {
        padding: 20px 35px 20px 15px;
    }
    body:not(.home) #main-header:not(.scrolled) img {
        filter: unset;
    }
    .main-header-mobile-menu ul.menu {
        list-style: none;
        padding: 30px 0 0 30px;
        background: #dfdfdf;
        /* height: 100%; */
        min-height: 100vh;
    }
    .main-header-mobile-menu-wrapper {
        max-width: 350px !important;
    }
    .main-header-mobile-menu-wrapper ul.menu li {
        margin-bottom: 0 !important;
    }
    .main-header-mobile-menu-wrapper ul.menu li>a {
        font-size: 24px;
        line-height: 60px;
        color: #2F292B;
    }
    .main-header-mobile-menu-wrapper ul.menu li>a:active {
        color: #003E52;
        font-weight: 700;
    }
    .main-header-mobile-menu-wrapper ul.menu li>a:focus {
        color: #003E52;
        font-weight: 700;
    }
    .main-header-mobile-menu-wrapper .menu .menu-item-has-children ul li a:active {
        color: #003E52;
        font-weight: 700;
    }
    .main-header-mobile-menu-wrapper .menu .menu-item-has-children ul li a:focus {
        color: #003E52;
        font-weight: 700;
    }
}

@media (max-width: 767px) {
    .main-header-mobile-menu-wrapper {
        max-width: 300px;
    }
    .main-header-mobile-menu-wrapper ul.menu li>a {
        font-size: 14px;
        line-height: 35px;
        color: #2F292B;
    }
}

@media (max-width: 480px) {
    .main-header .text-right .mobile-hamburger svg {
        width: 20px;
        height: 20px;
    }
    #main-header.scrolled .text-right .mobile-hamburger svg {
        width: 20px;
        height: 20px;
    }
}

/* Embed Section */
section.embed-section {
    height: 100vh;
    background-color: #DFDFDF;
}

/* Gallery Section */
section.gallery-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #016275;
    /* background: linear-gradient(0deg, #2D4052 -0.24%, #1E4B5D 21.27%, #016275 53.53%); */
    color: #fff;
}

section.gallery-section .gallery-section-gallery {
    z-index: 1;
    padding: 0px 40px;
}

section.gallery-section .gallery-section-gallery .gallery-section-gallery-slider {
    margin-bottom: 39px;
}

section.gallery-section.dark-mode .gallery-section-wrapper.general-padding {
    padding: 0px 40px 0px 40px;
}

section.gallery-section .wysiwyg-content {
    max-width: 1216px;
    margin: auto;
}

.gallery-slider-item {
    padding: 0 16px;
    height: inherit;
}

.gallery-section-gallery-slider .slick-track {
    display: flex;
}

.gallery-slider-item img {
    height: 100%;
    object-fit: cover;
    background: #D9D9D9;
    border-radius: 10px;
    width: 100%;
}

.gallery-section-gallery-slider .slick-list {
    margin: 0 -16px;
}

section.gallery-section>svg {
    position: absolute;
    pointer-events: none;
}

section.gallery-section>svg:first-child {
    left: calc(100% - 147px);
    top: -124px;
}

section.gallery-section>svg:last-child {
    bottom: -283px;
    right: calc(100% - 166px);
}

.gallery-section-gallery-slider .slick-dots {
    height: auto;
    line-height: 0;
    bottom: -76px;
    max-width: 1216px;
    display: flex;
    right: 10%;
}

.gallery-section-gallery-slider .slick-dots li button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FA9154 !important;
    padding: 0;
    transition: width .5s ease;
}

.gallery-section-gallery-slider .slick-dots li {
    background: #D9D9D9;
    margin: 0;
    width: 100%;
    height: 7px;
    overflow: hidden;
    flex: 1;
}

.gallery-section-gallery-slider .slick-dots li:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.gallery-section-gallery-slider .slick-dots li:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.gallery-section-gallery-slider .slick-dots li.slick-active button {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.gallery-section-gallery-slider .slick-dots li.slick-active~li button {
    background: #D9D9D9 !important;
    width: 0%;
}

section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-arrow {
    bottom: 0;
    top: unset;
    transform: translateY(calc((100%) + 30px));
    z-index: 2;
}

section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-arrow svg path:not(:first-child) {
    stroke: #fff;
}

section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-prev {
    left: 200px;
}

section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
    left: 290px;
    right: unset;
}

section.gallery-section.dark-mode .gallery-section-top .wysiwyg-content {
    z-index: 2;
}

section.gallery-section.light-mode {
    background: #f5f6f6;
}

section.gallery-section.light-mode .gallery-section-top .heading {
    color: #003E52;
}

section.gallery-section.light-mode .gallery-section-top .wysiwyg-content {
    color: #2F292B;
}

section.gallery-section.light-mode .general-padding {
    padding-left: 195px;
    padding-right: 195px;
}

.gallery-section-gallery-slider .slick-arrow:before {
    display: none;
}

.gallery-section-gallery-slider .slick-arrow {
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent !important;
}

.gallery-section-gallery-slider .slick-arrow svg path {
    stroke: #595959;
}

.gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translateX(calc((-100%) - 20px));
}

.gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
    right: 0;
    transform: translateX(calc((100%) + 20px));
}

section.gallery-section.light-mode .gallery-section-gallery-slider .slick-dots {
    height: auto;
    line-height: 0;
    bottom: -76px;
    max-width: 1216px;
    display: flex;
    right: 50%;
    transform: translateX(50%);
}

section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-dots {
    height: auto;
    line-height: 0;
    bottom: -76px;
    max-width: 1216px;
    display: flex;
    right: 44%;
    transform: translateX(55%);
}

/* Building Facade Player */
section.building-facade-player {
    margin-top: -5px;
    margin-bottom: -15px;
}
section.building-facade-player video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.building-facade-player video:nth-child(1) {
    display: block;
}
section.building-facade-player video:nth-child(2) {
    display: none;
}
section.building-facade-player video:nth-child(3) {
    display: none;
}

@media screen and (max-width: 1800px) {
    section.gallery-section.dark-mode button.slick-arrow svg {
        width: 70%;
    }

    section.gallery-section.light-mode {
        padding-top: 70px;
        padding-bottom: 105px;
    }

    section.gallery-section.light-mode .gallery-section-gallery-slider .slick-dots {
        bottom: -50px;
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 1024px;
    }

    section.gallery-section.light-mode .general-padding {
        padding-left: 105px;
        padding-right: 105px;
        z-index: 2;
        position: inherit;
    }

    section.gallery-section.light-mode button.slick-arrow svg {
        width: 70%;
    }

    .gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow.slick-prev {
        transform: translateX(calc((100%) - 165px));
    }

    .gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
        right: 0;
        transform: translateX(calc((100%) + 0px));
    }
}

@media screen and (max-width: 1700px) {
    section.gallery-section {
        padding-top: 100px;
    }

    section.gallery-section.light-mode .gallery-section-top .heading {
        font-size: 42px;
    }

    section.gallery-section.light-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 1016px;
    }

    section.gallery-section.dark-mode .gallery-section-top .wysiwyg-content * {
        font-size: 18px;
        line-height: 26px;
        position: relative;
        z-index: 2;
    }

    section.gallery-section.dark-mode .gallery-section-top .heading {
        font-size: 42px;
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 1116px;
    }

    section.gallery-section.light-mode .gallery-section-top .wysiwyg-content p {
        font-size: 18px;
        line-height: 26px;
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-prev {
        left: 100px;
        /* left: 200px; */
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
        left: 175px;
        /* left: 290px; */
        right: unset;
    }
}

@media screen and (max-width: 1600px) {
    section.gallery-section.dark-mode {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 1016px;
    }
}

@media screen and (max-width: 1500px) {
    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 916px;
    }

    section.gallery-section.light-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 916px;
    }
}

@media screen and (max-width: 1399px) {
    section.gallery-section.dark-mode .gallery-section-top .heading {
        font-size: 36px;
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 816px;
    }

    section.gallery-section.dark-mode .gallery-section-top .wysiwyg-content * {
        font-size: 16px;
    }

    section.gallery-section.light-mode .gallery-section-top .heading {
        font-size: 36px;
    }

    section.gallery-section.light-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 816px;
    }

    .gallery-section-gallery-slider .slick-dots {
        max-width: 850px;
        right: 110px;
    }

    section.gallery-section.light-mode .gallery-section-top .wysiwyg-content p {
        font-size: 16px;
    }

    section.gallery-section.light-mode button.slick-arrow svg {
        width: 60%;
    }
}

@media screen and (max-width: 1320px) {
    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 716px;
    }
}

@media screen and (max-width: 1200px) {
    section.gallery-section {
        padding-top: 75px;
        padding-bottom: 105px;
    }

    .gallery-slider-item {
        padding: 0 10px;
    }

    section.gallery-section.dark-mode .gallery-section-top .heading {
        font-size: 28px;
    }

    section.gallery-section.dark-mode .gallery-section-wrapper.general-padding {
        padding: 0px 20px 0px 20px;
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-arrow {
        top: 10px;
        transform: unset;
    }

    .gallery-section-gallery-slider .slick-arrow svg path {
        stroke: #595959;
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-prev {
        left: -25px;
        right: unset;
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
        right: -25px;
        left: unset;
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-prev>svg,
    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-next>svg {
        width: 36px !important;
        height: 35px !important;
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 516px;
        right: 50%;
        transform: translateX(50%);
    }

    section.gallery-section>svg:first-child {
        left: calc(100% - 90px);
    }

    section.gallery-section>svg:last-child {
        right: calc(100% - 96px);
    }

    section.gallery-section.light-mode .gallery-section-top .heading {
        font-size: 28px;
    }

    section.gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow svg {
        width: 41px;
        height: 40px;
    }

    section.gallery-section.light-mode .general-padding {
        padding-right: 40px;
        padding-left: 40px;
    }

    .gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow.slick-prev,
    .gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
        transform: unset;
        z-index: 1;
        top: 45%;
    }

    .gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow.slick-prev {
        left: -25px;
    }

    .gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
        right: -25px;
    }

    section.gallery-section.light-mode {
        padding-top: 45px;
        padding-bottom: 75px;
    }

    section.building-facade-player video:nth-child(1) {
        display: none;
    }
    section.building-facade-player video:nth-child(2) {
        display: block;
        min-height: 100vh;
    }
    section.building-facade-player video:nth-child(3) {
        display: none;
    }
}

/* @media screen and (max-width: 1000px) {
    section.building-facade-player video:nth-child(2) {
        margin-top: -400px;
    }
}

@media screen and (max-width: 900px) {
    section.building-facade-player video:nth-child(2) {
        margin-top: -350px;
    }
}

@media screen and (max-width: 768px) {
    section.building-facade-player video:nth-child(2) {
        margin-top: -450px;
    }
} */

@media screen and (max-width: 767px) {
    section.gallery-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.gallery-section.light-mode {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.gallery-section .gallery-section-gallery {
        padding: 0px 30px;
    }

    section.gallery-section.dark-mode .gallery-section-top .heading {
        font-size: 24px;
        line-height: initial;
    }

    section.gallery-section.dark-mode .gallery-section-wrapper.general-padding {
        padding: 0px 15px 0px 15px;
    }

    section.gallery-section.dark-mode .gallery-section-top .wysiwyg-content * {
        font-size: 14px;
        line-height: 22px;
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 206px;
    }

    .gallery-section-gallery-slider .slick-dots {
        bottom: -35px;
    }

    section.gallery-section.dark-mode .gallery-section-gallery-slider .slick-dots {
        bottom: -45px;
    }

    section.gallery-section>svg:first-child {
        left: calc(100% - 70px);
    }

    section.gallery-section>svg:last-child {
        right: calc(100% - 70px);
    }

    section.gallery-section.light-mode .gallery-section-top .heading {
        font-size: 24px;
        line-height: initial;
    }

    section.gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow svg {
        width: 36px;
        height: 35px;
    }

    section.gallery-section.light-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 216px;
    }

    section.gallery-section.light-mode .general-padding {
        padding-right: 30px;
        padding-left: 30px;
    }

    .gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow.slick-prev,
    .gallery-section.light-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
        top: 40%;
    }

    section.gallery-section.light-mode .gallery-section-top .wysiwyg-content p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 450px) {
    section.building-facade-player video:nth-child(2) {
        display: none;
    }
    section.building-facade-player video:nth-child(3) {
        display: block;
        min-height: 100vh;
        object-fit: cover;
        object-position: right;
    }
}

/* Second Gallery Section */
.second-gallery.dark-mode {
    padding-top: 100px;
}
.second-gallery.dark-mode .gallery-section-gallery .slick-list .slick-track .gallery-slider-item {
    position: relative;
    display: inline-block;
}
.second-gallery.dark-mode .gallery-section-gallery .slick-list .slick-track .gallery-slider-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 245px;
    height: 60px;
    background: url(https://intalioflatsprimea.ph/wp-content/uploads/2024/02/Artists-Perspective-image-deign.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* Second Gallery Section Responsiveness */
@media screen and (max-width: 1500px) {
    .second-gallery.dark-mode .gallery-section-gallery .slick-list .slick-track .gallery-slider-item::before {
        width: 225px;
        height: 55px;
    }
}
@media screen and (max-width: 1399px) {
    .second-gallery.dark-mode .gallery-section-gallery .slick-list .slick-track .gallery-slider-item::before {
        width: 188px;
        height: 45px;
    }
}
@media screen and (max-width: 1279px) {
    .second-gallery.dark-mode .gallery-section-gallery .slick-list .slick-track .gallery-slider-item::before {
        width: 163px;
        height: 40px;
    }
}
@media screen and (max-width: 400px) {
    .second-gallery.dark-mode .gallery-section-gallery .slick-list .slick-track .gallery-slider-item::before {
        width: 144px;
        height: 35px;
    }
}

/* Image and Text Alternating */
.image-and-text-alternating {
    padding-top: 126px;
    padding-bottom: 126px;
    background: #F5F6F6;
}

.image-and-text-alternating .general-padding {
    padding: 0px 40px;
}

.image-and-text-items.initial-position-Left>.row:not(:last-child) {
    margin-bottom: 70px;
}

.image-and-text-items.initial-position-Left>.row:nth-child(even) {
    flex-direction: row-reverse;
}

.image-and-text-items.initial-position-right>.row:nth-child(odd) {
    flex-direction: row-reverse;
}

.image-and-text-alternating .image-alternating-wrapper img {
    border-radius: 10px;
}

.text-alternating-wrapper .heading {
    color: #003E52;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 0;
}

.text-alternating-wrapper .wysiwyg-content,
.text-alternating-wrapper .wysiwyg-content * {
    line-height: 44px;
    color: #2F292B;
}

.image-and-text-alternating .vicinity-map {
    position: relative;
    margin: auto;
    max-width: 1844px;
    margin-top: 50px;
    z-index: 3;
}

.image-and-text-alternating .vicinity-map .heading {
    font-size: 80px;
    color: #003E52;
    ;
    position: absolute;
    bottom: 17px;
    left: 53px;
}

/* Image and Text Alternating Responsiveness*/
@media screen and (max-width: 1800px) {
    .image-and-text-alternating {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .text-alternating-wrapper .heading {
        font-size: 42px;
        line-height: 54px;
    }

    .text-alternating-wrapper .wysiwyg-content,
    .text-alternating-wrapper .wysiwyg-content * {
        font-size: 18px;
        line-height: 32px;
    }

    .image-and-text-alternating .vicinity-map .heading {
        font-size: 60px;
    }
}

@media screen and (max-width: 1650px) {
    .text-alternating-wrapper .heading {
        font-size: 42px;
    }

    .text-alternating-wrapper .wysiwyg-content,
    .text-alternating-wrapper .wysiwyg-content * {
        font-size: 16px;
    }

    .image-and-text-alternating .vicinity-map .heading {
        font-size: 42px;
    }
}

@media screen and (max-width: 1399px) {
    .text-alternating-wrapper .heading {
        font-size: 36px;
        line-height: 48px;
    }

    .text-alternating-wrapper .wysiwyg-content,
    .text-alternating-wrapper .wysiwyg-content * {
        line-height: 27px;
    }
}

@media screen and (max-width: 1279px) {
    section.image-and-text-alternating .text-alternating-wrapper .wysiwyg-content {
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .image-and-text-alternating .general-padding .image-and-text-items .image-alternating-wrapper img {
        width: inherit;
    }

    .image-and-text-alternating .general-padding .image-and-text-items .text-alternating-wrapper {
        padding-top: 15px;
        z-index: 3;
    }

    .image-and-text-alternating .vicinity-map .heading {
        font-size: 36px;
    }

    .text-alternating-wrapper .heading {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .image-and-text-alternating {
        padding-top: 0;
        padding-bottom: 45px;
    }

    .text-alternating-wrapper .heading {
        font-size: 24px;
    }

    .text-alternating-wrapper .wysiwyg-content,
    .text-alternating-wrapper .wysiwyg-content * {
        font-size: 14px;
    }

    .image-and-text-alternating .general-padding {
        padding: 0px 15px;
    }

    .image-and-text-items.initial-position-Left>.row:not(:last-child) {
        margin-bottom: 45px;
    }

    .image-and-text-alternating .vicinity-map .heading {
        font-size: 24px;
        bottom: 0;
        left: 13px;
    }
}

@media screen and (max-width: 450px) {
    .image-and-text-alternating .vicinity-map .heading {
        font-size: 18px;
        bottom: -13px;
        left: 13px;
    }
}



/* Featured Section */
.with-container {
    padding: 0 156px;
}

.feature-block h2.heading {
    color: #fff;
    margin-bottom: 25px;
}

.feature-block>.wysiwyg-content,
.feature-block>.wysiwyg-content * {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 35px;
}

.feature-block:not(:last-child) {
    margin-bottom: 100px;
    margin-left: -25px;
    margin-right: -25px;
}

section.featured-section {
    background: linear-gradient(0deg, #2D4052 -0.24%, #1E4B5D 21.27%, #016275 53.53%);
    padding: 115px 0 150px;
    z-index: 2;
}

section.featured-section .feature-block.slider-blocks.with-container .wysiwyg-content {
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 20px;
    max-width: 1216px;
    margin: auto;
}

section.featured-section .general-padding {
    padding: 0px 40px;
}

section.featured-section>svg {
    position: absolute;
}

section.featured-section>svg:first-of-type {
    top: -549px;
    right: -286px;
}

section.featured-section>svg:last-of-type {
    bottom: -339px;
    right: calc(100% - 166px);
    z-index: -1;
    /* left: -170px; */
}

.icon-block-item {
    width: 100%;
    flex: 1;
}

.icon-block-wrapper {
    background: #003E52;
    border-radius: 10px;
    position: relative;
    padding: 50px 31px;
    height: 100%;
}

.icon-block-wrapper h3.icon-title {
    font-size: 30px;
    line-height: 28px;
    color: #fff;
    margin-top: 32px;
}

.icon-block-wrapper .wysiwyg-content,
.icon-block-wrapper .wysiwyg-content * {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
}

.icon-block-wrapper.has-subheading .icon-title {
    font-size: 24px;
    margin-bottom: 0;
}

.icon-block-wrapper.has-subheading .wysiwyg-content,
.icon-block-wrapper.has-subheading .wysiwyg-content * {
    font-size: 16px;
}

.icon-block-wrapper.has.icon-title {
    padding-bottom: 25px;
}

.icon-block-wrapper.has-subheading {
    padding: 50px 15px 25px;
}

.icon-block-wrapper img {
    height: 99px;
    object-fit: contain;
}

.icon-block-wrapper.has-subheading .icon-block-subheading {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: #F57D3F;
    border-radius: 0px 0px 6px 6px;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: -0.01em;
    font-family: 'Metropolis-Bold';
    width: 152px;
    text-align: center;
    height: 25px;
    color: #fff;
}

.feature-slider-wrapper {
    position: relative;
    z-index: 2;
}

.feature-slider-item img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.feature-main-slider .slick-arrow {
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent !important;
}

.feature-main-slider .slick-arrow:before {
    display: none;
}

.feature-main-slider .slick-arrow {
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent !important;
}

.feature-main-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translateX(calc((-100%) - 20px));
}

.feature-main-slider .slick-arrow.slick-next {
    right: 0;
    transform: translateX(calc((100%) + 20px));
}

.feature-main-slider .slick-arrow svg path:not(:first-child) {
    stroke: #fff;
}

.feature-main-slider .slick-dots {
    height: auto;
    line-height: 0;
    bottom: -76px;
    max-width: 1216px;
    display: flex;
    right: 50%;
    transform: translateX(50%);
}

.feature-main-slider .slick-dots li button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FA9154 !important;
    padding: 0;
    transition: width .5s ease;
}

.feature-main-slider .slick-dots li {
    background: #D9D9D9;
    margin: 0;
    width: 100%;
    height: 7px;
    overflow: hidden;
    flex: 1;
}

.feature-main-slider .slick-dots li:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.feature-main-slider .slick-dots li:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.feature-main-slider .slick-dots li.slick-active button {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.feature-main-slider .slick-dots li.slick-active~li button {
    background: #D9D9D9 !important;
    width: 0%;
}


/* Featured Section Responsiveness */
@media screen and (max-width: 1800px) {
    section.featured-section {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .icon-block-item {
        padding: 0 10px;
    }

    .icon-block-wrapper h3.icon-title {
        font-size: 28px;
    }

    .icon-block-wrapper .wysiwyg-content,
    .icon-block-wrapper .wysiwyg-content * {
        font-size: 18px;
    }

    .feature-block h2.heading {
        font-size: 42px;
    }

    section.featured-section .with-container {
        padding: 0 0px;
    }

    section.featured-section .general-padding {
        padding-left: 105px;
        padding-right: 105px;
    }

    .icon-block-wrapper.has-subheading .icon-title {
        font-size: 20px;
    }

    .feature-main-slider .slick-arrow svg {
        width: 70%;
    }

    .feature-main-slider .slick-dots {
        bottom: -50px;
    }

    section.featured-section .feature-block.slider-blocks.with-container .wysiwyg-content p span {
        font-size: 18px;
        line-height: 26px;
    }

    section.featured-section .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-next {
        transform: translateX(calc((100%) + 0px));
    }

    section.featured-section .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-prev {
        left: 0;
        transform: translateX(calc((100%) - 165px));
    }
}

@media screen and (max-width: 1700px) {
    .feature-main-slider .slick-dots {
        max-width: 1016px;
    }

    .feature-block>.wysiwyg-content,
    .feature-block>.wysiwyg-content * {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1500px) {
    .icon-block-wrapper h3.icon-title {
        font-size: 24px;
    }

    .icon-block-wrapper .wysiwyg-content,
    .icon-block-wrapper .wysiwyg-content * {
        font-size: 18px;
        line-height: 28px;
    }

    .icon-block-wrapper {
        padding: 35px 20px;
    }

    .feature-block h2.heading {
        font-size: 36px;
    }

    .icon-block-wrapper.has-subheading .icon-title {
        font-size: 18px;
    }

    .feature-main-slider .slick-dots {
        max-width: 916px;
    }

    .feature-block:not(:last-child) {
        margin-left: -50px;
        margin-right: -50px;
    }
}

@media screen and (max-width: 1399px) {
    .feature-main-slider .slick-dots {
        max-width: 816px;
    }

    .icon-block-wrapper .wysiwyg-content,
    .icon-block-wrapper .wysiwyg-content * {
        font-size: 16px;
    }

    .feature-block>.wysiwyg-content,
    .feature-block>.wysiwyg-content * {
        font-size: 16px;
    }

    section.featured-section .feature-block.slider-blocks.with-container .wysiwyg-content p span {
        font-size: 16px;
    }

    section.featured-section .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-next {
        transform: translateX(calc((100%) + 0px));
    }

    section.featured-section .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-prev {
        transform: translateX(calc((100%) - 165px));
        z-index: 1;
    }

    .feature-main-slider .slick-arrow svg {
        width: 60%;
    }

    .feature-block:not(:last-child) {
        margin-left: -70px;
        margin-right: -70px;
    }
}

@media screen and (max-width: 1280px) {
    section.featured-section .with-container {
        padding: 0;
    }

    .feature-main-slider .slick-arrow svg>path {
        stroke: #595959;
    }
}

@media screen and (max-width: 1279px) {
    section.featured-section .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-next {
        transform: translateX(calc((100%) + -64px));
    }

    section.featured-section .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-prev {
        transform: translateX(calc((100%) - 63px));
        z-index: 1;
    }

    .feature-block:not(:last-child) {
        margin-left: -0px;
        margin-right: -0px;
    }
}

@media screen and (max-width: 1200px) {
    section.featured-section .general-padding {
        padding-left: 40px;
        padding-right: 40px;
    }

    .feature-block h2.heading {
        font-size: 28px;
    }

    .feature-block:not(:last-child) {
        margin-bottom: 70px;
    }

    section.featured-section .general-padding .feature-block .icons-block-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .icon-block-item {
        padding-bottom: 30px;
    }

    section.featured-section {
        padding-top: 75px;
        padding-bottom: 105px;
    }

    .icon-block-wrapper .wysiwyg-content,
    .icon-block-wrapper .wysiwyg-content * {
        font-size: 16px;
    }

    .icon-block-wrapper.has-subheading .icon-title {
        font-size: 16px;
    }

    .feature-block:not(:last-child) {
        margin-bottom: 40px;
    }

    .feature-main-slider .slick-arrow svg {
        width: 41px;
        height: 40px;
    }

    .feature-main-slider .slick-arrow.slick-prev,
    .feature-main-slider .slick-arrow.slick-next {
        transform: unset;
        z-index: 1;
        top: 45%;
    }

    .feature-main-slider .slick-arrow.slick-prev {
        left: -45px;
    }

    .feature-main-slider .slick-arrow.slick-next {
        right: -45px;
    }
}

@media screen and (max-width: 922px) {
    .feature-main-slider .slick-dots {
        max-width: 616px;
    }
}

@media screen and (max-width: 767px) {
    section.featured-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .feature-main-slider .slick-dots {
        bottom: -45px;
    }

    section.featured-section>svg:first-of-type {
        right: -396px;
    }

    section.featured-section>svg:last-of-type {
        left: -396px;
        z-index: -1;
    }

    section.featured-section .general-padding {
        padding: 0px 20px;
    }

    .feature-block h2.heading {
        font-size: 24px;
    }

    section.featured-section .general-padding .feature-block .icons-block-container {
        grid-template-columns: 1fr;
    }

    .icon-block-wrapper .wysiwyg-content,
    .icon-block-wrapper .wysiwyg-content * {
        font-size: 14px;
    }

    section.featured-section .with-container {
        padding: 0;
    }

    section.featured-section .feature-block.slider-blocks.with-container .wysiwyg-content p {
        line-height: 22px;
    }

    section.featured-section .feature-block.slider-blocks.with-container .wysiwyg-content p span {
        font-size: 14px;
        line-height: 22px;
    }

    .feature-block>.wysiwyg-content,
    .feature-block>.wysiwyg-content * {
        font-size: 14px;
        line-height: 22px;
    }

    .feature-main-slider .slick-arrow svg {
        width: 36px;
        height: 35px;
    }

    .feature-main-slider .slick-dots {
        max-width: 216px;
    }

    .icon-block-item {
        padding-bottom: 15px;
    }

    .feature-block.slider-blocks .heading {
        margin-bottom: 20px;
    }

    section.featured-section .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-prev {
        transform: translateX(calc((100%) - 55px));
        z-index: 1;
    }

    section.featured-section .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-next {
        transform: translateX(calc((100%) + -62px));
    }
}

@media screen and (max-width: 420px) {

    .feature-main-slider .slick-arrow.slick-next,
    .feature-main-slider .slick-arrow.slick-prev {
        top: 40%;
    }
}

/* Features Section on the Updates Page */
section.featured-section.updates-featured-image {
    background: #F5F6F6;
    padding: 43px 0 85px;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container {
    display: flex;
    column-gap: 28px;
    padding: 0;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-slider-item img {
    width: 1065px;
    height: 600px;
    object-fit: cover;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container h2.heading.text-center {
    text-align: left !important;
    line-height: 60px;
    color: #003E52;
    flex: 50%;
    margin-bottom: 18px;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .wysiwyg-content {
    text-align: left;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .wysiwyg-content p {
    color: #003E52;
    font-family: 'Metropolis-Regular';
    font-size: 24px;
    line-height: 35px;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider {
    width: 900px;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-slider-wrapper {
    margin-top: -480px;
    flex: 50%;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow {
    top: 45%;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-prev {
    transform: translateX(calc((-100%) - -35px));
    z-index: 1;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-next {
    transform: translateX(calc((100%) + -35px));
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow svg {
    width: 70px;
    height: 70px;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-prev svg>path:nth-child(1) {
    stroke: #FFFFFF;
}

section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-next svg>path:nth-child(1) {
    stroke: #FFFFFF;
}

/* Features Section on the Updates Page responsiveness  */
@media screen and (max-width: 1800px) {
    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-slider-wrapper {
        margin-top: -410px;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container h2.heading.text-center {
        line-height: 50px;
    }

    section.featured-section.updates-featured-image .general-padding {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1700px) {
    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider {
        width: 800px;
    }
}

@media screen and (max-width: 1600px) {
    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider {
        width: 700px;
    }
}

@media screen and (max-width: 1500px) {
    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-slider-wrapper {
        margin-top: -395px;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container h2.heading.text-center {
        line-height: 40px;
    }
}

@media screen and (max-width: 1399px) {
    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container h2.heading.text-center {
        font-size: 30px;
        line-height: 35px;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .wysiwyg-content p {
        font-size: 18px;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider {
        width: 600px;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-slider-wrapper {
        margin-top: -340px;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow {
        top: 45%;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-list.draggable {
        height: 520px !important;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow svg {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1279px) {
    section.featured-section.updates-featured-image {
        padding: 50px 0 50px;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container {
        display: block;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-slider-wrapper {
        margin-top: 0;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider {
        width: auto;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-prev {
        transform: translateX(calc((-100%) - -30px));
        z-index: 1;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-next {
        transform: translateX(calc((100%) + -75px));
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow svg path {
        stroke: #595959;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow svg path:nth-child(1) {
        stroke: #595959 !important;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-slider-item img {
        width: 100%;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-next {
        transform: translateX(calc((100%) + -30px));
    }
}

@media screen and (max-width: 1200px) {
    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-next {
        transform: translateX(calc((100%) + -75px));
    }
}

@media screen and (max-width: 767px) {
    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container h2.heading.text-center {
        font-size: 30px;
        line-height: 35px;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .wysiwyg-content p {
        font-size: 14px;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow svg {
        width: 35px;
        height: 35px;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-prev {
        transform: translateX(calc((-100%) - -19px));
        z-index: 1;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-arrow.slick-next {
        transform: translateX(calc((100%) + -63px));
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-main-slider .slick-list.draggable {
        height: 200px !important;
    }

    section.featured-section.updates-featured-image .feature-block.slider-blocks.with-container .feature-slider-item img {
        height: 200px;
    }
}


/* Text Information */
section.text-information {
    background: linear-gradient(180deg, #ECA762 1.25%, #E4824E 100.1%);
}

section.text-information>svg {
    position: absolute;
}

section.text-information>svg:first-of-type {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.text-information .general-padding {
    padding: 100px 194px;
    min-height: 1080px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.text-information .general-padding .heading {
    line-height: 1;
    color: #003E52;
    margin-bottom: 50px;
    z-index: 2;
}

section.text-information .general-padding .wysiwyg-content,
section.text-information .general-padding .wysiwyg-content * {
    font-size: 28px;
    line-height: 38px;
    color: #003E52;
    font-family: 'Metropolis-Regular';
    z-index: 2;
}

section.text-information>svg:nth-of-type(2) path,
section.text-information>svg:nth-of-type(3) path {
    fill: #fff;
}

section.text-information>svg:nth-of-type(2) {
    right: -206px;
    top: -373px;
}

section.text-information>svg:nth-of-type(3) {
    bottom: -297px;
    left: -299px;
}

section.text-information>svg:nth-of-type(2),
section.text-information>svg:nth-of-type(3) {
    z-index: 2;
}

/* Text Information Section Responsiveness */
@media screen and (max-width: 1700px) {
    section.text-information .general-padding .heading {
        font-size: 42px;
    }

    section.text-information .general-padding .wysiwyg-content,
    section.text-information .general-padding .wysiwyg-content * {
        font-size: 26px;
    }

    section.text-information>svg:first-of-type {
        width: 42%;
    }

    section.text-information>svg:nth-of-type(2) {
        right: -316px;
    }

    section.text-information>svg:nth-of-type(3) {
        left: -316px;
    }

    section.text-information .general-padding {
        min-height: 920px;
    }
}

@media screen and (max-width: 1500px) {

    section.text-information .general-padding .wysiwyg-content,
    section.text-information .general-padding .wysiwyg-content * {
        font-size: 24px;
    }

    section.text-information>svg:first-of-type {
        width: 47%;
    }
}

@media screen and (max-width: 1399px) {
    section.text-information .general-padding .heading {
        font-size: 36px;
    }

    section.text-information .general-padding .wysiwyg-content,
    section.text-information .general-padding .wysiwyg-content * {
        font-size: 22px;
    }

    section.text-information .general-padding {
        min-height: 830px;
    }
}

@media screen and (max-width: 1280px) {
    section.text-information .general-padding {
        min-height: 760px;
    }

    section.text-information .general-padding .heading {
        font-size: 28px;
    }

    section.text-information .general-padding .wysiwyg-content,
    section.text-information .general-padding .wysiwyg-content * {
        font-size: 20px;
        line-height: 34px;
    }
}

@media screen and (max-width: 1200px) {
    section.text-information .general-padding {
        padding: 0px 40px;
        min-height: 550px
    }

    section.text-information .general-padding .heading {
        font-size: 26px;
        margin-bottom: 35px;
    }

    section.text-information .general-padding .wysiwyg-content,
    section.text-information .general-padding .wysiwyg-content * {
        font-size: 16px;
        line-height: 30px;
    }

    section.text-information>svg:nth-of-type(2) {
        right: -396px;
    }

    section.text-information>svg:nth-of-type(3) {
        left: -396px;
    }

    section.text-information>svg:first-of-type {
        width: 42%;
    }
}

@media screen and (max-width: 922px) {
    section.text-information>svg:first-of-type {
        width: 48%;
    }
}

@media screen and (max-width: 822px) {
    section.text-information>svg:first-of-type {
        width: 52%;
    }
}

@media screen and (max-width: 767px) {
    section.text-information .general-padding {
        padding: 0px 20px;
        min-height: 490px
    }

    section.text-information .general-padding .heading {
        font-size: 24px;
        line-height: initial;
    }

    section.text-information .general-padding .wysiwyg-content,
    section.text-information .general-padding .wysiwyg-content * {
        font-size: 14px;
        line-height: 25px;
    }

    section.text-information>svg:nth-of-type(2) {
        right: -416px;
    }

    section.text-information>svg:nth-of-type(3) {
        left: -416px;
    }

    section.text-information>svg:first-of-type {
        width: -webkit-fill-available;
    }
}

@media screen and (max-width: 500px) {
    section.text-information .general-padding {
        padding: 50px 20px;
    }
}



/* Building Features */
section.building-features {
    background: linear-gradient(0deg, #2D4052 -0.24%, #1E4B5D 21.27%, #016275 53.53%);
    padding: 154px 114px;
}

section.building-features .heading {
    color: #FFFFFF;
}

section.building-features .wysiwyg-content {
    color: #FFFFFF;
    max-width: 1216px;
    margin: auto;
    padding-bottom: 70px;
}

section.building-features .building-features {
    row-gap: 65px;
}

section.building-features .icon {
    padding-bottom: 34px;
}

section.building-features .icon svg {
    width: 132px;
    height: 132px;
}

section.building-features .label {
    font-family: 'Metropolis-Bold';
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

/* Building Features Responsiveness */
@media screen and (max-width: 1700px) {
    section.building-features {
        padding: 124px 105px;
    }

    section.building-features .heading {
        font-size: 42px;
    }

    section.building-features .wysiwyg-content {
        font-size: 18px;
    }

    section.building-features .label {
        font-size: 26px;
    }

    section.building-features .icon svg {
        width: 105px;
        height: 105px;
    }
}

@media screen and (max-width: 1399px) {
    section.building-features {
        padding: 105px 50px;
    }

    section.building-features .heading {
        font-size: 36px;
    }

    section.building-features .wysiwyg-content {
        font-size: 16px;
    }

    section.building-features .label {
        font-size: 22px;
    }

    section.building-features .icon svg {
        width: 90px;
        height: 90px;
    }

    section.building-features .building-features .col-md-2 {
        max-width: 100%;
        flex: 0 0 20%;
    }
}

@media screen and (max-width: 1200px) {
    section.building-features {
        padding: 75px 40px;
    }

    section.building-features .heading {
        font-size: 28px;
    }

    section.building-features .label {
        font-size: 20px;
    }

    section.building-features .icon svg {
        width: 70px;
        height: 70px;
    }

    section.building-features .building-features .col-md-2 {
        max-width: 25%;
        flex: 0 0 25%;
    }

}

@media screen and (max-width: 767px) {
    section.building-features {
        padding: 50px 20px;
    }

    section.building-features .heading {
        font-size: 24px;
    }

    section.building-features .wysiwyg-content {
        padding-bottom: 50px;
    }

    section.building-features .wysiwyg-content p {
        font-size: 14px;
        line-height: 22px;
    }

    section.building-features .label {
        font-size: 16px;
    }

    section.building-features .icon {
        padding-bottom: 14px;
    }

    section.building-features .icon svg {
        width: 60px;
        height: 60px;
    }

    section.building-features .building-features .col-md-2 {
        max-width: 100%;
        flex: 0 0 50%;
    }
}



/* Contact Us */
section.contact-us {
    padding-top: 150px;
    padding-bottom: 150px;
    background: #F5F6F6;
}

section.contact-us .heading {
    font-family: 'Metropolis-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -0.01em;
    color: #003E52;
    margin-bottom: 32px;
}

section.contact-us .heading span {
    color: #F57D3F;
}

section.contact-us .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
    font-family: 'Metropolis-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 80px;
    letter-spacing: -0.01em;
    color: #595959;
    ;
    padding-left: 54px;
    width: 1220px;
    height: 117px;
    border: 0;
    background: #D9D9D9;
    border-radius: 5px;
    margin-bottom: 32px;
    clip-path: polygon(30% 0%, 100% 0, 100% 60%, 99% 69%, 94% 100%, 30% 100%, 0 100%, 0 0)
}

section.contact-us .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    font-family: 'Metropolis-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 80px;
    letter-spacing: -0.01em;
    color: #595959;
}

section.contact-us .form-wrapper .wpcf7-form p {
    margin: 0;
}

section.contact-us .form-wrapper .wpcf7-form p label {
    margin: 0;
    position: relative;
}

section.contact-us .form-wrapper form>p:first-of-type input {
    background: #FA9154 !important;
}

section.contact-us .form-wrapper form>p:last-of-type input {
    margin: 0 !important;
}

section.contact-us .form-wrapper form>p:first-of-type input::placeholder {
    color: white !important;
}

section.contact-us .form-wrapper .wpcf7-form p label .wpcf7-submit {
    font-family: 'Metropolis-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 80px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    background: #FA9154;
    position: absolute;
    right: 0;
    width: 351px;
    height: 117px;
    /* clip-path: polygon(30% 0%, 100% 0, 100% 50%, 99% 61%, 80% 100%, 30% 100%, 0 100%, 0 0); */
    clip-path: polygon(30% 0%, 100% 0, 100% 53%, 98% 63%, 80% 100%, 30% 100%, 0 100%, 0 0)
}

section.contact-us .form-wrapper .wpcf7-form p label .wpcf7-spinner {
    display: none;
}

section.contact-us .form-wrapper .wpcf7-form p label .wpcf7-not-valid-tip {
    display: none;
}

section.contact-us .form-wrapper .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-number::-webkit-outer-spin-button,
section.contact-us .form-wrapper .wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-number::-webkit-inner-spin-button {
    -webkit-appearance: none
}
section.contact-us .form-wrapper .wpcf7 .screen-reader-response p {
    display: none;
}
section.contact-us .form-wrapper .wpcf7-form .wpcf7-response-output {
    padding-top: 50px;
    font-size: 24px;
}



/* Contact Us Responsiveness */
@media screen and (max-width: 1700px) {
    section.contact-us {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    section.contact-us .heading {
        font-size: 42px;
    }

    section.contact-us .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
        font-size: 28px;
    }

    section.contact-us .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
        width: 1020px;
        height: 97px;
        font-size: 28px;
    }

    section.contact-us .form-wrapper .wpcf7-form p label .wpcf7-submit {
        width: 271px;
        height: 97px;
        font-size: 28px;
        line-height: initial;
    }
}

@media screen and (max-width: 1399px) {
    section.contact-us {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    section.contact-us .heading {
        font-size: 36px;
    }

    section.contact-us .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
        font-size: 24px;
    }

    section.contact-us .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
        width: 920px;
        height: 87px;
        font-size: 24px;
    }

    section.contact-us .form-wrapper .wpcf7-form p label .wpcf7-submit {
        font-size: 24px;
        height: 87px;
        width: 231px;
    }
}

@media screen and (max-width: 1279px) {
    section.contact-us .form-wrapper .wpcf7-form p label .wpcf7-submit {
        top: -24.5px;
    }
}

@media screen and (max-width: 1200px) {
    section.contact-us {
        padding-top: 45px;
    }

    section.contact-us .col-xxl-12 {
        padding-left: 40px;
        padding-right: 40px;
    }

    section.contact-us .heading {
        font-size: 28px;
        margin-bottom: 22px;
    }

    section.contact-us .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
        font-size: 18px;
    }

    section.contact-us .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
        font-size: 18px;
        width: 820px;
        height: 77px;
        padding-left: 34px;
    }

    section.contact-us .form-wrapper .wpcf7-form p label .wpcf7-submit {
        font-size: 18px;
        height: 77px;
        width: 211px;
    }

    section.contact-us .form-wrapper .wpcf7-form p label {
        display: inline;
    }
}

@media screen and (max-width: 767px) {
    section.contact-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.contact-us .col-xxl-12 {
        padding-left: 20px;
        padding-right: 20px;
    }

    section.contact-us .heading {
        font-size: 26px;
        line-height: initial;
    }

    section.contact-us .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
        font-size: 16px;
    }

    section.contact-us .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
        font-size: 16px;
        margin-bottom: 12px;
        height: 67px;
    }

    section.contact-us .form-wrapper .wpcf7-form p label .wpcf7-submit {
        height: 67px;
        width: 100%;
        display: block;
        clip-path: polygon(30% 0%, 100% 0, 100% 60%, 99% 69%, 94% 100%, 30% 100%, 0 100%, 0 0);
        position: initial;
        margin-bottom: 0px !important;
    }

    section.contact-us .form-wrapper form>p:last-of-type input {
        margin-bottom: 12px !important;
    }
}



/* About Banner */
section.about-banner-section>svg,
section.about-banner-section>img {
    position: absolute;
}

section.about-banner-section {
    min-height: 1080px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.about-banner-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #2D4052 -0.24%, #1E4B5D 21.27%, #016275 53.53%);
    opacity: .9;
}

section.about-banner-section section.about-banner-section>svg:first-of-type {
    right: -120px;
    top: -200px;
}

section.about-banner-section>svg:last-of-type {
    left: -120px;
    bottom: -360px;
}

section.about-banner-section>img:first-of-type {
    left: 0;
    bottom: -170px;
    max-height: 500px;
    max-width: 500px;
    object-fit: cover;
}

section.about-banner-section>img:last-of-type {
    right: 0;
    top: 0;
    max-width: 500px;
    max-height: 500px;
    object-fit: cover;
}

.about-banner-content {
    max-width: 1280px;
    margin: 100px auto 50px;
}

.about-banner-content img {
    margin-bottom: 45px;
}

.about-banner-content .heading,
.about-banner-content .wysiwyg-content * {
    color: #fff;
}

.about-banner-content .heading {
    line-height: 1;
}

.about-banner-content .company-video iframe {
    width: 1280px;
    height: 500px;
    margin-top: 50px;
    border-radius: 10px;
}


/* About banner on Units page */
body.page-id-221 section.about-banner-section {
    min-height: 100vh;
}

body.page-id-221 section.about-banner-section .about-banner-content {
    margin: 0;
}


/* About Banner Responsiveness */
@media screen and (max-width: 1700px) {
    section.about-banner-section {
        min-height: 1000px;
    }

    .about-banner-content .heading {
        font-size: 38px;
    }

    .about-banner-content .wysiwyg-content * {
        font-size: 18px;
        line-height: 26px;
    }

    .about-banner-content img {
        width: 15%;
    }

    section.about-banner-section>img:first-of-type {
        max-height: 400px;
        max-width: 400px;
    }

    section.about-banner-section>img:last-of-type {
        max-height: 400px;
        max-width: 400px;
    }
}

@media screen and (max-width: 1439px) {
    section.about-banner-section>img:first-of-type {
        max-height: 300px;
        max-width: 300px;
    }

    section.about-banner-section>img:last-of-type {
        max-height: 300px;
        max-width: 300px;
    }
}

@media screen and (max-width: 1399px) {
    .about-banner-content img {
        width: 10%;
    }

    section.about-banner-section {
        min-height: 910px;
    }

    .about-banner-content .heading {
        font-size: 36px;
    }

    .about-banner-content .wysiwyg-content * {
        font-size: 16px;
    }
}

@media screen and (max-width: 1279px) {
    .about-banner-content {
        margin-top: 100px;
    }

    .about-banner-content img {
        width: 20%;
    }
}

@media screen and (max-width: 1200px) {
    section.about-banner-section {
        min-height: 1080px;
    }

    .about-banner-content .heading {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    section.about-banner-section {
        min-height: 100vh;
        margin-top: 0;
    }

    section.about-banner-section .general-padding {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .about-banner-content {
        margin-top: 100px;
    }

    .about-banner-content .heading {
        font-size: 24px;
    }

    .about-banner-content .wysiwyg-content * {
        font-size: 14px;
        line-height: 22px;
    }

    .about-banner-content img {
        width: 30%;
        margin-bottom: 35px;
    }

    section.about-banner-section>img:first-of-type {
        max-height: 200px;
        max-width: 200px;
        bottom: -100px;
    }

    section.about-banner-section>img:last-of-type {
        max-height: 200px;
        max-width: 200px;
    }
}



/* Our Partners */
section.our-partners-section {
    padding: 100px 0 145px;
    background-color: #fff;
}

section.our-partners-section .our-partner-logo-wrapper {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    background-color: #003e52;
    min-height: 595px;
    padding: 30px;
}

.our-partners-logos-wrapper {
    margin-top: 58px;
}

.our-partners-text-top {
    max-width: 1216px;
    margin: auto;
}

.our-partners-text-top .heading,
.our-partners-text-top .wysiwyg-content,
.our-partners-text-top .wysiwyg-content * {
    color: #003E52;
}

/* Our Partners Responsiveness */
@media screen and (max-width: 1700px) {
    section.our-partners-section {
        padding: 75px 0 105px;
    }

    .our-partners-text-top .heading {
        font-size: 42px;
    }

    .our-partners-text-top .wysiwyg-content,
    .our-partners-text-top .wysiwyg-content * {
        font-size: 18px;
        line-height: 26px;
    }

    section.our-partners-section .our-partner-logo-wrapper {
        min-height: 435px;
        padding: 0;
    }

    section.our-partners-section .our-partner-logo-wrapper>img {
        width: 80%;
    }
}

@media screen and (max-width: 1399px) {
    section.our-partners-section {
        padding: 45px 0 45px;
    }

    .our-partners-text-top .heading {
        font-size: 36px;
    }

    .our-partners-text-top .wysiwyg-content,
    .our-partners-text-top .wysiwyg-content * {
        font-size: 16px;
    }

    section.our-partners-section .our-partner-logo-wrapper {
        min-height: 385px;
    }
}

@media screen and (max-width: 1200px) {
    .our-partners-text-top .heading {
        font-size: 28px;
    }

    section.our-partners-section .our-partner-logo-wrapper {
        min-height: 315px;
    }

    section.our-partners-section .our-partner-logo-wrapper .col-6 {
        padding-bottom: 30px;
    }

    .our-partners-logos-wrapper {
        row-gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .our-partners-text-top .heading {
        font-size: 24px;
        line-height: initial;
    }

    .our-partners-text-top .wysiwyg-content * {
        font-size: 14px;
        line-height: 22px;
    }

    .our-partners-logos-wrapper {
        margin-top: 30px;
    }

    section.our-partners-section {
        padding: 50px 0 50px;
    }

    section.our-partners-section .general-padding {
        padding: 0 15px;
    }
}



/* Milestones */
section.milestones-section {
    background: #003E52;
    padding: 100px 0;
}

.milestones-top-text h2.heading {
    line-height: 80px;
}

.milestones-top-text .heading,
.milestones-top-text .wysiwyg-content {
    color: #fff;
}

.milestones-top-text {
    max-width: 1216px;
    margin: auto;
}

.milestone-item-wrapper>div {
    flex: 0 0 50%;
}

.milestone-item-wrapper:not(.flex-row-reverse) .milestone-item-image {
    padding-right: 140px;
    margin-left: -40px;
}

.milestone-item-wrapper.flex-row-reverse .milestone-item-image {
    padding-left: 140px;
    margin-right: -40px;
}

.milestone-item-image>span {
    font-size: 120px;
    line-height: 80px;
    color: #fff;
    opacity: 0.3;
    letter-spacing: -0.01em;
    position: absolute;
    left: 5px;
    top: 0;
    transform: translateY(-50%);
    font-family: 'Metropolis-Bold';
    z-index: 1;
}

.milestone-item-wrapper.flex-row-reverse .milestone-item-image>span {
    right: 5px;
    left: unset;
}

.milestone-item-image-wrapper {
    background: #666666;
    border-radius: 10px;
    min-height: 460px;
}

.milestone-item-image-wrapper img {
    height: 522px;
    object-fit: cover;
    width: 800px;
}

.milestones-wrapper:before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    border-radius: 30px;
    background-color: #d9d9d9;
    opacity: .3;
}

.milestones-wrapper {
    margin-top: 150px;
    z-index: 1;
}

.milestone-item-wrapper:not(.flex-row-reverse) .milestone-item-content {
    padding-left: 50px;
}

.milestone-item-wrapper:not(:last-child) {
    margin-bottom: 50px;
}

.milestone-item-wrapper:nth-child(14) .milestone-item-image img {
    object-position: bottom;
}

.milestone-item-wrapper:nth-child(6) .milestone-item-image img {
    object-position: top;
}

.milestone-item-wrapper.flex-row-reverse .milestone-item-content {
    padding-right: 50px;
}

.milestone-item-wrapper.flex-row-reverse .milestone-item-content .wysiwyg-content {
    text-align: right;
}

.milestone-item-content .wysiwyg-content {
    color: #fff;
}

.milestone-item-content .wysiwyg-content p {
    text-align: center;
}


/* Milestones section responsiveness */
@media screen and (max-width: 1700px) {
    section.milestones-section {
        padding: 70px 0;
    }

    section.milestones-section .milestones-top-text h2.heading {
        font-size: 42px;
        line-height: initial;
    }

    section.milestones-section .milestones-top-text .wysiwyg-content p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1439px) {
    section.milestones-section .milestones-top-text h2.heading {
        font-size: 36px;
    }

    section.milestones-section .milestones-top-text .wysiwyg-content p {
        font-size: 16px;
    }

    .milestone-item-wrapper .milestone-item-content .wysiwyg-content p img {
        width: 250px;
        height: 250px;
        object-fit: contain;
    }
}

@media screen and (max-width: 1279px) {
    section.milestones-section .milestones-top-text h2.heading {
        font-size: 28px;
    }

    .milestone-item-image-wrapper {
        min-height: 250px;
    }

    .milestone-item-image-wrapper img {
        height: 250px;
    }

    .milestone-item-wrapper:not(.flex-row-reverse) .milestone-item-image {
        padding-right: 120px;
    }

    .milestone-item-wrapper:not(.flex-row-reverse) .milestone-item-content {
        padding-left: 100px;
    }

    .milestone-item-wrapper.flex-row-reverse .milestone-item-content {
        padding-right: 100px;
    }

    .milestone-item-wrapper.flex-row-reverse .milestone-item-image {
        padding-left: 120px;
    }

    .milestone-item-wrapper:not(:last-child) {
        margin-bottom: 100px;
    }

    .milestone-item-image>span {
        font-size: 60px;
    }

    section.milestones-section .milestone-item-content img {
        height: auto;
        width: 135px;
    }
}

@media screen and (max-width: 767px) {
    section.milestones-section {
        padding: 50px 0 100px 0;
    }

    section.milestones-section .milestones-top-text h2.heading {
        font-size: 24px;
    }

    section.milestones-section .milestones-top-text .wysiwyg-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .milestone-item-image>span {
        font-size: 40px;
    }

    .milestone-item-wrapper:not(.flex-row-reverse) .milestone-item-image {
        padding-right: 15px;
        margin-left: -15px;
    }

    .milestone-item-wrapper.flex-row-reverse .milestone-item-image {
        padding-left: 15px;
        margin-right: -15px;
    }

    .milestone-item-wrapper:not(.flex-row-reverse) .milestone-item-content {
        padding-left: 50px;
    }

    .milestone-item-wrapper.flex-row-reverse .milestone-item-content {
        padding-right: 50px;
    }

    section.milestones-section .milestone-item-content img {
        width: 100px;
    }

    .milestone-item-image-wrapper {
        min-height: auto;
    }

    .milestone-item-image-wrapper img {
        height: 150px;
    }
}


/* animation styles */
.animation-element {
    opacity: 0;
    position: relative;

    &.slide-left {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        opacity: 0;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-100px, 0px);
        -ms-transform: translate(-100px, 0px);
        transform: translate3d(-100px, 0px, 0px);
    }

    &.slide-right {
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        opacity: 0;
        -moz-transform: translate3d(100px, 0px, 0px);
        -webkit-transform: translate3d(100px, 0px, 0px);
        -o-transform: translate(100px, 0px);
        -ms-transform: translate(100px, 0px);
        transform: translate3d(100px, 0px, 0px);
    }

    &.slide-left.in-view,
    &.slide-right.in-view {
        opacity: 1;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
}



.milestone-item-wrapper:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FA9154;
    border: 5px solid #003E52;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.milestone-item-wrapper:not(.flex-row-reverse) .milestone-item-image .milestone-item-date {
    right: 25px;
}

.milestone-item-date {
    position: absolute;
    top: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.milestone-item-wrapper.flex-row-reverse .milestone-item-image .milestone-item-date {
    left: 25px;
}

.milestone-item-date .month,
.milestone-item-date .year {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Metropolis-Regular';
    text-transform: uppercase;
}

.milestone-item-date span {
    line-height: 1;
    color: #fff;
    letter-spacing: -0.01em;
}

.milestone-item-date .day {
    font-size: 40px;
    font-family: 'Metropolis-Bold';
    transform: translateY(1px);
}

section.milestones-section>svg {
    position: absolute;
    width: 552px;
    height: 903px;
}

section.milestones-section>svg:first-of-type {
    bottom: 487px;
    left: -132px;
}

section.milestones-section>svg:last-of-type {
    right: -85px;
    bottom: -27px;
}


/* Milestones section responsiveness */
@media screen and (max-width: 1500px) {
    section.milestones-section .general-padding {
        padding: 0 40px;
    }

    .milestones-top-text h2.heading {
        font-size: 36px;
        line-height: 1;
    }

    section.milestones-section .wysiwyg-content,
    section.milestones-section .wysiwyg-content * {
        font-size: 16px;
        line-height: 26px;
    }

    .milestones-wrapper {
        margin-top: 75px;
    }

    section.milestones-section>svg {
        width: 300px;
        height: 400px;
    }
}

@media screen and (max-width: 1279px) {
    .milestone-item-wrapper:not(.flex-row-reverse) .milestone-item-image .milestone-item-date {
        right: 0;
    }

    .milestone-item-wrapper.flex-row-reverse .milestone-item-image .milestone-item-date {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    section.milestones-section .general-padding {
        padding: 0 15px;
    }

    .milestones-wrapper {
        margin-top: 50px;
    }

    .milestone-item-wrapper:not(.flex-row-reverse) .milestone-item-image .milestone-item-date {
        bottom: -20px;
        transform: translateY(100%);
    }

    .milestone-item-wrapper.flex-row-reverse .milestone-item-image .milestone-item-date {
        bottom: -20px;
        transform: translateY(100%);
    }

    .milestone-item-wrapper:not(.flex-row-reverse) .milestone-item-image .milestone-item-date {
        right: 13px;
    }

    .milestone-item-wrapper.flex-row-reverse .milestone-item-image .milestone-item-date {
        left: 13px;
    }

    .milestone-item-date .month,
    .milestone-item-date .year {
        font-size: 14px;
    }
}






/* Footer */
footer#main-footer {
    background: linear-gradient(0deg, #2D4052 -0.24%, #1E4B5D 21.27%, #016275 53.53%);
    padding-top: 150px;
}

.page-id-234 footer#main-footer {
    min-height: 100vh;
    align-content: center !important;
    display: flex;
    flex-wrap: wrap;
}

footer#main-footer .container {
    max-width: 1280px;
}

.main-footer-top .heading {
    color: #fff;
    margin-bottom: 30px;
}

.main-footer-bottom {
    margin-top: 200px;
}

.main-footer-top .heading+a {
    color: #FA9154;
    font-size: 140px;
    font-family: 'Metropolis-Bold';
    line-height: 1;
    letter-spacing: -0.01em;
    display: inline-block;
}

.main-footer-social-media .d-flex {
    gap: 35px;
}

.main-footer-copyrightbar ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.main-footer-copyrightbar ul li,
.main-footer-copyrightbar ul li a {
    display: inline-block;
    line-height: 80px;
    font-size: 14px;
    font-family: 'Metropolis-Regular';
}

.main-footer-copyrightbar ul li {
    color: #fff;
    position: relative;
}

.main-footer-copyrightbar ul li:not(:last-child):after {
    content: '';
    right: 0;
    background: #fff;
    height: 14px;
    width: 1px;
    display: inline-block;
    transform: translateY(2px);
    margin: 0 10px;
}

.main-footer-copyrightbar ul li a {
    color: #FA9154;
}

/* Footer Responsiveness */
@media screen and (max-width: 1700px) {
    footer#main-footer {
        padding-top: 105px;
    }

    .main-footer-top .heading {
        font-size: 42px;
    }

    .main-footer-top .heading+a {
        font-size: 95px;
    }

    .main-footer .main-footer-social-media-item svg {
        width: 58px;
    }

    .main-footer-bottom {
        margin-top: 120px;
    }

    .main-footer-copyrightbar ul li,
    .main-footer-copyrightbar ul li a {
        display: inline-block;
        line-height: 50px;
        font-size: 14px;
        font-family: 'Metropolis-Regular';
    }
}

@media screen and (max-width: 1399px) {
    footer#main-footer {
        padding-top: 75px;
    }

    .main-footer-top .heading {
        font-size: 36px;
    }

    .main-footer-top .heading+a {
        font-size: 85px;
    }

    .main-footer .main-footer-social-media-item svg {
        width: 48px;
    }

    .main-footer-copyrightbar ul li,
    .main-footer-copyrightbar ul li a {
        display: inline-block;
        line-height: 40px;
        font-size: 14px;
        font-family: 'Metropolis-Regular';
    }

    .main-footer-social-media .d-flex {
        gap: 25px;
    }
}

@media screen and (max-width: 1200px) {
    .main-footer-top .heading {
        font-size: 28px;
    }

    .main-footer-top .heading+a {
        font-size: 65px;
    }

    .main-footer .main-footer-social-media-item svg {
        width: 38px;
        margin-bottom: -12px;
    }

    .main-footer-bottom {
        margin-top: 90px;
    }
}

@media screen and (max-width: 767px) {
    footer#main-footer {
        padding-top: 50px;
    }

    footer#main-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-footer-top .heading {
        font-size: 20px;
    }

    .main-footer-top .heading+a {
        font-size: 40px;
        display: block;
    }

    .main-footer .main-footer-social-media-item svg {
        width: 28px;
    }

    .main-footer-bottom {
        margin-top: 70px;
    }

    .main-footer-copyrightbar ul li,
    .main-footer-copyrightbar ul li a {
        font-size: 9px;
    }

    .main-footer-social-media .d-flex {
        gap: 15px;
    }
}

@media screen and (max-width: 370px) {
    .main-footer-top .heading+a {
        font-size: 30px;
    }
}



/* Amenities Hero */
body.page-id-53 section.hero img.artists-perspective-text {
    display: none;
}

section.hero {
    position: relative;
    padding-top: 130px;
}

section.hero:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 45%;
    background: linear-gradient(0deg, #2D4052 -0.24%, #1E4B5D 21.27%, #016275 53.53%);
    opacity: 0.9;
}

section.hero .text-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 0 40px;
    flex: 50%;
}

section.hero .heading {
    font-size: 120px;
    line-height: 120px;
    color: #FFFFFF;
    padding-right: 85px;
    margin-bottom: 0;
}

section.hero .wysiwyg-content {
    color: #FFFFFF;
    text-align: right;
    display: flex;
    align-items: end;
    margin-bottom: 42px;
}

section.hero .image-wrapper {
    position: relative;
}

section.hero .image-wrapper img {
    height: 581px;
    width: 100%;
    object-fit: cover;
}

section.hero img.artists-perspective-text {
    position: absolute;
    bottom: 0;
    right: 0;
}

section.hero>svg {
    position: absolute;
    right: -8%;
    top: 35%;
    z-index: 0;
}


/* Amenities hero responsiveness */
@media screen and (max-width: 1700px) {
    section.hero .image-wrapper img {
        height: 481px;
    }

    section.hero>svg {
        width: 365px;
        height: 661px;
        /* top: 25%; */
    }
}

@media screen and (max-width: 1500px) {
    section.hero .image-wrapper img {
        height: 381px;
    }

    section.hero>svg {
        width: 265px;
        height: 561px;
    }
}

@media screen and (max-width: 1279px) {
    section.hero {
        padding-top: 100px;
    }

    section.hero .heading {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    section.hero {
        padding-top: 80px;
    }
    section.hero .text-wrapper {
        padding: 0 20px;
    }
    section.hero .image-wrapper img {
        height: 200px;
    }
    section.hero img.artists-perspective-text {
        width: 150px;
    }
}

/* Stories and Updates Hero */
section.stories-and-updates {
    padding: 170px 0 70px;
    display: flex;
}

section.stories-and-updates .heading {
    width: 1000px;
}

section.stories-and-updates:before {
    height: 100%;
}

section.stories-and-updates .image-wrapper {
    position: absolute;
    right: 40px;
}

section.stories-and-updates .image-wrapper img {
    height: auto;
    width: 970px;
}

/* Stories and Updates Hero responsiveness*/
@media screen and (max-width: 1800px) {
    section.stories-and-updates .heading {
        font-size: 90px;
        line-height: 90px;
        width: 800px;
    }

    section.stories-and-updates .image-wrapper img {
        width: 800px;
    }
}

@media screen and (max-width: 1700px) {
    section.stories-and-updates .heading {
        width: 690px;
    }
}

@media screen and (max-width: 1500px) {
    section.stories-and-updates .heading {
        font-size: 75px;
        line-height: 75px;
        width: 580px;
    }

    section.stories-and-updates .image-wrapper img {
        width: 824px;
    }
}

@media screen and (max-width: 1399px) {
    section.stories-and-updates .heading {
        font-size: 70px;
        line-height: 70px;
        /* width: auto; */
    }

    section.stories-and-updates .image-wrapper img {
        width: auto;
    }
}

@media screen and (max-width: 1279px) {
    section.stories-and-updates {
        padding: 150px 0 70px;
        display: flex;
    }

    section.stories-and-updates .heading {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    section.stories-and-updates .heading {
        font-size: 30px;
        line-height: 35px;
    }

    section.stories-and-updates {
        padding: 170px 0 50px;
    }
}



/* Amenities Section */
section.amenities-section {
    position: relative;
}

section.amenities-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: calc(100% - 200px); */
    height: calc(100%);
    background: linear-gradient(0deg, #2D4052 -0.24%, #1E4B5D 21.27%, #016275 53.53%);
    z-index: -1;
}

section.amenities-section .general-padding {
    padding: 150px 0 0 0;
}

section.amenities-section .amenities-scrolling-gallery .heading {
    font-size: 60px;
    line-height: 120px;
    color: #fff;
    width: 908px;
    margin: auto;
}

section.amenities-section .amenities-scrolling-gallery .wysiwyg-content {
    color: #FFFFFF;
    padding-bottom: 54px;
    max-width: 908px;
    margin: auto;
}

section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-wrapper {
    padding-bottom: 150px;
}

section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-item {
    width: 594px !important;
    height: 335px;
    padding: 0 15px;
}

section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-item img {
    height: 100% !important;
}

section.amenities-section .amenities-scrolling-gallery>svg:first-of-type {
    position: absolute;
    top: 62px;
    width: 567px;
    height: 658px;
    left: 50%;
    transform: translate(-50%, 0);
}

section.amenities-section .amenities-scrolling-gallery>svg:last-of-type {
    position: absolute;
    top: 335px;
    /* left: -132px; */
    z-index: -1;
}

/* Amenities section responsiveness */
@media screen and (max-width: 1700px) {
    section.amenities-section .general-padding {
        padding: 100px 0 0 0;
    }

    section.amenities-section .amenities-scrolling-gallery .heading {
        font-size: 42px;
        line-height: initial;
        padding-bottom: 20px;
    }

    section.amenities-section .wysiwyg-content,
    section.amenities-section .wysiwyg-content * {
        font-size: 18px;
        line-height: 26px;
    }

    section.amenities-section .amenities-scrolling-gallery>svg:last-of-type {
        top: 110px;
        width: 500px;
        height: 600px;
    }

    section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-item {
        width: 567px !important;
    }
}

@media screen and (max-width: 1500px) {
    section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-item {
        width: 430px !important;
        height: 270px;
    }

    section.amenities-section .amenities-scrolling-gallery>svg:last-of-type {
        height: 500px;
        top: 125px;
    }
}

@media screen and (max-width: 1439px) {

    section.amenities-section .wysiwyg-content,
    section.amenities-section .wysiwyg-content * {
        font-size: 16px;
    }

    section.amenities-section .amenities-scrolling-gallery .heading {
        font-size: 36px;
    }

    section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-item {
        width: 350px !important;
        height: 200px;
    }

    section.amenities-section .amenities-scrolling-gallery>svg:last-of-type {
        height: 400px;
        width: 400px;
        top: 135px;
    }
}

@media screen and (max-width: 1279px) {
    section.amenities-section .general-padding {
        padding: 50px 0 0 0;
    }

    section.amenities-section .amenities-scrolling-gallery .heading {
        font-size: 28px;
        width: auto;
    }

    section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-item {
        width: 345px !important;
    }

    section.amenities-section .amenities-scrolling-gallery>svg:last-of-type {
        top: 80px;
    }
}

@media screen and (max-width: 767px) {
    section.amenities-section .general-padding {
        padding: 50px 0 0 0;
    }

    section.amenities-section .amenities-scrolling-gallery .heading {
        font-size: 24px;
    }

    section.amenities-section .wysiwyg-content,
    section.amenities-section .wysiwyg-content * {
        font-size: 14px;
        line-height: 24px;
        padding: 0 15px 0 15px;
        padding-bottom: 30px;
    }

    section.amenities-section .amenities-scrolling-gallery .wysiwyg-content {
        padding-bottom: 0;
    }

    section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-item {
        width: 325px !important;
    }

    section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-wrapper {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 500px) {
    section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-item {
        width: 395px !important;
    }
}

@media screen and (max-width: 400px) {
    section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-item {
        width: 385px !important;
    }
}

@media screen and (max-width: 380px) {
    section.amenities-section .amenities-scrolling-gallery .scrolling-gallery-item {
        width: 370px !important;
    }
}



/* Amenities Slider */
section.amenities-section .amenities-slider .heading {
    line-height: 80px;
    color: #FFFFFF;
    padding-bottom: 54px;
    margin: 0;
}

section.amenities-section .amenities-slider .amenities-slider-wrapper {
    padding: 0 40px 200px;
}

section.amenities-section .amenities-slider .amenities-slider-wrapper .amenities-main-slider {
    margin: 0;
}

section.amenities-section .amenities-slider .slick-dots {
    bottom: -73px;
    max-width: 1216px;
    display: flex;
    left: 220px;
}

section.amenities-section .amenities-slider .slick-dots li {
    background: #D9D9D9;
    margin: 0;
    width: 100%;
    height: 7px;
    overflow: hidden;
    flex: 1;
}

section.amenities-section .amenities-slider .slick-dots li.slick-active~li button {
    background: #D9D9D9 !important;
    width: 0%;
}

section.amenities-section .amenities-slider .slick-dots li button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FA9154 !important;
    padding: 0;
    transition: width .5s ease;
}

section.amenities-section .amenities-slider .slick-arrow {
    bottom: -24px;
    top: unset;
    transform: translateY(100%);
    z-index: 2;
    background: transparent !important;
}

section.amenities-section .amenities-slider .slick-arrow:before {
    display: none;
}

section.amenities-section .amenities-slider .slick-arrow svg path:not(:first-child) {
    stroke: #fff;
}

section.amenities-section .amenities-slider .slick-arrow.slick-prev {
    left: calc(100% - 334px);
}

section.amenities-section .amenities-slider .slick-arrow.slick-next {
    right: calc(0% + 220px);
}


/* Amenities Slider responsiveness */
@media screen and (max-width: 1880px) {
    section.amenities-section .amenities-slider .slick-dots {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1780px) {
    section.amenities-section .amenities-slider .heading {
        line-height: initial;
        font-size: 42px;
    }

    section.amenities-section .amenities-slider .slick-arrow.slick-prev svg {
        width: 58px;
    }

    section.amenities-section .amenities-slider .slick-arrow.slick-next svg {
        width: 58px;
    }

    section.amenities-section .amenities-slider .slick-dots {
        left: 100px;
        max-width: 1124px;
    }

    section.amenities-section .amenities-slider .slick-arrow.slick-next {
        right: calc(0% + 100px);
    }

    section.amenities-section .amenities-slider .slick-arrow.slick-prev {
        left: calc(100% - 200px);
    }
}

@media screen and (max-width: 1580px) {
    section.amenities-section .amenities-slider .slick-dots {
        max-width: 924px;
    }
}

@media screen and (max-width: 1399px) {
    section.amenities-section .amenities-slider .heading {
        font-size: 36px;
    }

    section.amenities-section .amenities-slider .slick-dots {
        max-width: 824px;
    }
}

@media screen and (max-width: 1279px) {
    section.amenities-section .amenities-slider .heading {
        font-size: 24px;
        padding-bottom: 30px;
    }

    section.amenities-section .amenities-slider .slick-dots {
        left: auto;
        max-width: 100%;
        bottom: -30px;
    }

    section.amenities-section .amenities-slider .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
    }

    section.amenities-section .amenities-slider .slick-arrow.slick-prev {
        left: -30px;
    }

    section.amenities-section .amenities-slider .slick-arrow.slick-next {
        right: 7px;
    }

    section.amenities-section .amenities-slider .amenities-slider-wrapper {
        padding: 0 40px 100px;
    }
}

@media screen and (max-width: 767px) {
    section.amenities-section .amenities-slider .amenities-slider-wrapper {
        padding: 0 15px 100px;
    }

    section.amenities-section .amenities-slider .slick-arrow {
        top: 40%;
        transform: translateY(-100%);
    }

    section.amenities-section .amenities-slider .slick-arrow.slick-prev svg {
        width: 30px;
    }

    section.amenities-section .amenities-slider .slick-arrow.slick-next svg {
        width: 30px;
    }

    section.amenities-section .amenities-slider .slick-arrow.slick-prev {
        left: -15px;
    }

    section.amenities-section .amenities-slider .slick-arrow.slick-next {
        right: -5px;
    }
}


/* Full Image CTA */
section.full-image-cta {
    position: relative;
}

section.full-image-cta .text-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1129px;
    height: 453px;
    background: linear-gradient(90deg, #026275 0%, #125567 28%, #264657 71%, #2E4152 100%);
    clip-path: polygon(5% 24%, 10% 18%, 25% 0, 100% 0, 100% 101%, 0 100%, 0 41%, 2% 31%);
    display: flex;
    align-items: center;
    justify-content: center;
}

section.full-image-cta .wysiwyg-content {
    font-family: 'Metropolis-Bold';
    font-weight: 700;
    font-size: 48px;
    line-height: 80px;
    color: #FFFFFF;
    max-width: 1010px;
    text-align: right;
}


/* Full Image CTA responsiveness */
@media screen and (max-width: 1700px) {
    section.full-image-cta .wysiwyg-content {
        font-size: 34px;
        line-height: 60px;
        max-width: 710px;
    }

    section.full-image-cta .text-wrapper {
        height: 300px;
        width: 894px;
    }
}

@media screen and (max-width: 1500px) {
    section.full-image-cta .text-wrapper {
        width: 794px;
    }
}

@media screen and (max-width: 1399px) {
    section.full-image-cta .wysiwyg-content {
        font-size: 29px;
        line-height: 45px;
        max-width: 610px;
    }

    section.full-image-cta .text-wrapper {
        width: 694px;
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    section.full-image-cta>img {
        height: 260px;
        object-fit: cover;
    }

    section.full-image-cta .wysiwyg-content {
        font-size: 10px;
        line-height: 15px;
        max-width: 275px;
    }

    section.full-image-cta .text-wrapper {
        width: 315px;
        height: 100px;
    }
}


/* Amenities Gallery */
section.amenities-gallery.dark-mode {
    padding: 100px 0 268px;
}

section.amenities-gallery.dark-mode>svg {
    display: none;
}

section.amenities-gallery.dark-mode .gallery-section-wrapper.general-padding {
    padding: 0;
}

section.amenities-gallery.dark-mode .gallery-section-wrapper.general-padding .heading {
    font-family: 'Metropolis-Bold';
    line-height: 80px;
    margin-bottom: 54px;
}

section.amenities-gallery.dark-mode .gallery-section-gallery .gallery-section-gallery-slider {
    margin-bottom: 0;
}

section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-dots {
    left: calc(0% + 220px);
    right: unset;
    transform: unset;
}

section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
    left: unset;
    right: calc(0% + 190px);
}

section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-prev {
    left: unset;
    right: calc(0% + 280px);
}

/* Amenities Gallery responsiveness */
@media screen and (max-width: 1880px) {
    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1780px) {
    section.amenities-gallery.dark-mode .gallery-section-wrapper.general-padding .heading {
        font-size: 42px;
        line-height: initial;
    }

    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-arrow svg {
        width: 58px;
    }

    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-dots {
        left: 100px;
        max-width: 1124px;
    }

    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
        right: calc(0% + 100px);
    }

    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-prev {
        left: calc(100% - 225px);
    }
}

@media screen and (max-width: 1580px) {
    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 924px;
    }
}

@media screen and (max-width: 1399px) {
    section.amenities-gallery.dark-mode .gallery-section-wrapper.general-padding .heading {
        font-size: 36px;
    }

    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-dots {
        max-width: 824px;
    }
}

@media screen and (max-width: 1279px) {
    section.amenities-gallery.dark-mode {
        padding: 100px 0 150px;
    }

    section.amenities-gallery.dark-mode .gallery-section-wrapper.general-padding .heading {
        font-size: 28px;
    }

    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-dots {
        left: unset;
        max-width: 100%;
        bottom: -50px;
    }

    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
        right: -27px;
    }

    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-prev {
        left: -26px;
        right: unset;
    }
}

@media screen and (max-width: 767px) {
    section.amenities-gallery.dark-mode {
        padding: 50px 0 100px;
    }

    section.amenities-gallery.dark-mode .gallery-section-wrapper.general-padding .heading {
        font-size: 24px;
        margin-bottom: 30px;
    }

    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-next {
        right: -25px;
    }

    section.amenities-gallery.dark-mode .gallery-section-gallery-slider .slick-arrow.slick-prev {
        left: -25px;
    }
}


/* Just Image */
section.just-image {
    text-align: center;
    padding: 100px 100px;
    /* background: linear-gradient(180deg, #ECA762 0%, #E4824E 100%); */
    background: #FFFFFF;
}

section.just-image h2.heading {
    color: #003E52;
}

section.just-image .wysiwyg-content {
    padding: 0 206px;
    max-width: 1216px;
    margin: auto;
}

section.just-image .wysiwyg-content p {
    color: #003E52;
}

section.just-image .big-image {
    padding: 50px 0 25px;
}

section.just-image .big-image img {
    width: 1280px;
    height: 230px;
    object-fit: cover;
}

section.just-image .small-image-wrapper .small-image-content-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.just-image .small-image-wrapper {
    display: flex;
    /* column-gap: 20px; */
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Just Image Responsiveness*/
@media screen and (max-width: 1700px) {
    section.just-image {
        padding: 100px 40px;
    }

    section.just-image h2.heading {
        font-size: 42px;
    }

    section.just-image .wysiwyg-content,
    section.just-image .wysiwyg-content * {
        font-size: 18px;
        line-height: 26px;
    }

    section.just-image .wysiwyg-content {
        padding: 0;
    }
}

@media screen and (max-width: 1500px) {
    section.just-image {
        padding: 80px 40px;
    }

    section.just-image h2.heading {
        font-size: 36px;
    }

    section.just-image .wysiwyg-content,
    section.just-image .wysiwyg-content * {
        font-size: 16px;
    }
}

@media screen and (max-width: 1279px) {
    section.just-image h2.heading {
        font-size: 28px;
    }

    section.just-image .big-image img {
        height: 255px;
        object-fit: cover;
    }

    section.just-image .small-image-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 1000px) {
    section.just-image .big-image img {
        height: 220px;
    }
}

@media screen and (max-width: 900px) {
    section.just-image .big-image img {
        height: 200px;
    }
}

@media screen and (max-width: 800px) {
    section.just-image .big-image img {
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    section.just-image {
        padding: 50px 15px;
    }

    section.just-image h2.heading {
        font-size: 24px;
        line-height: initial;
    }

    section.just-image .big-image {
        padding: 30px 0 25px;
    }

    section.just-image .big-image img {
        height: 85px;
    }

    section.just-image .wysiwyg-content * {
        font-size: 14px;
        line-height: 22px;
    }
}

/* Featured Stories */
section.featured-stories {
    background: #F5F6F6;
    padding: 43px 40px 220px;
    display: flex;
    justify-content: space-between;
    /* Temporary */
    display: none;
}

section.featured-stories h2.heading {
    color: #003E52;
    letter-spacing: -0.6px;
    margin-bottom: 18px;
}

section.featured-stories .wysiwyg-content {
    color: #2F292B;
    letter-spacing: -0.2px;
    margin-bottom: 18px;
}

section.featured-stories .date {
    color: #FA9154;
    font-family: 'Metropolis-Bold';
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

section.featured-stories .image-wrapper {
    position: absolute;
    right: 40px;
    top: 220px;
}

section.featured-stories .image-wrapper img {
    width: 924px;
    height: 700px;
}

/* Featured Stories responsiveness */
@media screen and (max-width: 1800px) {
    section.featured-stories {
        padding: 43px 40px 250px;
    }

    section.featured-stories .wysiwyg-content {
        font-size: 18px;
        line-height: 26px;
    }

    section.featured-stories .date {
        font-size: 18px;
        line-height: 26px;
    }

    section.featured-stories .image-wrapper img {
        width: 924px;
        height: 500px;
    }
}

@media screen and (max-width: 1700px) {
    section.featured-stories {
        padding: 43px 40px 170px;
    }
}

@media screen and (max-width: 1500px) {
    section.featured-stories {
        padding: 43px 40px 220px;
    }

    section.featured-stories .image-wrapper img {
        width: 824px;
        height: 450px;
    }
}

@media screen and (max-width: 1399px) {
    section.featured-stories .wysiwyg-content {
        font-size: 16px;
    }

    section.featured-stories .date {
        font-size: 16px;
    }

    section.featured-stories .image-wrapper img {
        width: 724px;
        height: 390px;
    }

    section.featured-stories {
        padding: 43px 40px 170px;
    }
}

/* Blogs List */
section.blogs-list {
    padding: 0 40px 150px;
    background: #F5F6F6;
}

section.blogs-list h2.heading {
    color: #003E52;
    font-size: 40px;
    line-height: 40px;
    /* 100% */
    letter-spacing: -0.4px;
    margin-bottom: 18px;
    margin-top: 28px;
    max-width: 598px;
}

section.blogs-list .wysiwyg-content {
    color: #2F292B;
    letter-spacing: -0.2px;
    margin-bottom: 18px;
    max-width: 598px;
}

section.blogs-list .date {
    color: #FA9154;
    font-family: Metropolis;
    font-weight: 700;
    line-height: 28px;
    /* 140% */
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

section.blogs-list .blogs-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    z-index: 2;
}

section.blogs-list .blogs-list-content {
    padding: 0 14px;
}

.blogs-list-content:nth-child(1) {
    padding-left: 0 !important;
}

.blogs-list-content:nth-child(3) {
    padding-right: 0 !important;
}

/* Blogs List responsiveness */
@media screen and (max-width: 1800px) {
    section.blogs-list h2.heading {
        font-size: 36px;
    }
}

@media screen and (max-width: 1500px) {
    section.blogs-list h2.heading {
        font-size: 28px;
    }

    section.blogs-list .wysiwyg-content p {
        font-size: 18px;
        line-height: 26px;
    }

    section.blogs-list .date {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1399px) {
    section.blogs-list h2.heading {
        font-size: 26px;
        line-height: 32px;
    }

    section.blogs-list .wysiwyg-content p {
        font-size: 16px;
        line-height: 26px;
    }

    section.blogs-list .date {
        font-size: 16px;
        line-height: 26px;
    }
}


/* Instagram Feed */
section.instagram-feed {
    background: #F5F6F6;
}

section.instagram-feed .general-padding {
    padding: 35px 40px 150px;
}

section.instagram-feed .instagram-feed-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 80px;
}

section.instagram-feed .instagram-feed-item-media video {
    border-radius: 10px;
    height: 587px;
    width: -webkit-fill-available;
}

section.instagram-feed .instagram-feed-item-details h3.heading {
    color: #003E52;
    font-family: 'Metropolis-Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.4px;
    margin-top: 12px;
    margin-bottom: 12px;
}

section.instagram-feed .instagram-feed-item-details h3.heading.show-more-height {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

section.instagram-feed a.moreless-button {
    color: #FFF;
    text-align: center;
    font-family: 'Metropolis-Thin';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 5px 30px;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 60px;
    background: #115062;
}

section.instagram-feed a.moreless-button:hover {
    background: #115062 !important;
}

section.instagram-feed .instagram-feed-item-media a>img {
    height: 587px;
    width: -webkit-fill-available;
    object-fit: cover;
    border-radius: 10px;
}

section.instagram-feed .instagram-feed-item-date {
    color: #FA9154;
    font-family: 'Metropolis-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-top: 28px;
    text-transform: uppercase;
}

/* Instagram Feed responsiveness */
@media screen and (max-width: 1700px) {
    section.instagram-feed .instagram-feed-item-media video {
        height: 513px;
    }

    section.instagram-feed .instagram-feed-item-media a>img {
        height: 513px
    }
}

@media screen and (max-width: 1500px) {
    section.instagram-feed .instagram-feed-item-media a>img {
        height: 430px;
        width: 427px;
    }

    section.instagram-feed .instagram-feed-item-media video {
        height: 430px;
    }

    section.instagram-feed .instagram-feed-item-details h3.heading {
        font-size: 22px;
        line-height: 30px;
    }

    section.instagram-feed .instagram-feed-item-date {
        font-size: 18px;
    }

    section.instagram-feed a.moreless-button {
        font-size: 10px;
        padding: 5px 20px;
    }
}

@media screen and (max-width: 1399px) {
    section.instagram-feed .instagram-feed-item-date {
        font-size: 16px;
    }

    section.instagram-feed .instagram-feed-item-media a>img {
        height: 400px;
        object-fit: cover;
    }

    section.instagram-feed .instagram-feed-item-media video {
        height: 400px;
    }

    section.instagram-feed .instagram-feed-item-details h3.heading {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1279px) {
    section.instagram-feed .instagram-feed-slider {
        grid-template-columns: 1fr 1fr;
        column-gap: 25px;
        row-gap: 50px;
    }

    section.instagram-feed .instagram-feed-item-media a>img {
        height: 450px;
        width: 100%;
    }

    section.instagram-feed .instagram-feed-item-media video {
        height: 450px;
    }
}

@media screen and (max-width: 1000px) {
    section.instagram-feed .instagram-feed-item-media a>img {
        height: 400px;
    }

    section.instagram-feed .instagram-feed-item-media video {
        height: 400px;
    }
}

@media screen and (max-width: 900px) {
    section.instagram-feed .instagram-feed-item-media a>img {
        height: 350px;
    }

    section.instagram-feed .instagram-feed-item-media video {
        height: 350px;
    }
}

@media screen and (max-width: 800px) {
    section.instagram-feed .instagram-feed-item-media a>img {
        height: 325px;
    }

    section.instagram-feed .instagram-feed-item-media video {
        height: 325px;
    }
}

@media screen and (max-width: 767px) {
    section.instagram-feed .general-padding {
        padding: 35px 20px 150px;
    }

    section.instagram-feed .instagram-feed-slider {
        grid-template-columns: 1fr;
    }

    section.instagram-feed .instagram-feed-item-date {
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
    }

    section.instagram-feed .instagram-feed-item-details h3.heading {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    section.instagram-feed a.moreless-button {
        font-size: 10px;
        padding: 0px 15px;
    }

    section.instagram-feed .instagram-feed-item-media a>img {
        height: 500px;
    }

    section.instagram-feed .instagram-feed-item-media video {
        height: 500px;
    }
}

@media screen and (max-width: 500px) {
    section.instagram-feed .instagram-feed-item-media a>img {
        height: 380px;
    }

    section.instagram-feed .instagram-feed-item-media video {
        height: 380px;
    }
}

@media screen and (max-width: 400px) {
    section.instagram-feed .instagram-feed-item-media a>img {
        height: 350px;
    }

    section.instagram-feed .instagram-feed-item-media video {
        height: 350px;
    }
}


/* Units Gallery */
section.units-gallery {
    padding: 150px;
    z-index: 1;
    position: relative;
}

section.units-gallery .active-image-wrapper {
    margin-bottom: 50px;
}

section.units-gallery .active-image-wrapper img.active-image {
    height: auto;
    width: 60%;
    display: flex;
    margin: auto;
    position: relative;
}

section.units-gallery .product-img--main {
    position: relative;
    /* overflow: hidden; */
    /* margin-bottom: 30px; */
    width: 40%;
    height: 400px;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 50px;
}

section.units-gallery .units-gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* column-gap: 28px; */
}

section.units-gallery .units-gallery-content h2.heading {
    color: #003E52;
    font-family: 'Metropolis-Bold';
    font-size: 20px;
    line-height: 40px;
    /* 100% */
    letter-spacing: -0.4px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

section.units-gallery .units-gallery-content.card-image:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

section.units-gallery .active-image-wrapper img.active-image .active-image__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

section.units-gallery .product-img--main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

section.units-gallery .input-container {
    text-align: center;
    margin: 20px auto 20px;
    display: none;
}

section.units-gallery .input-container input {
    display: none;
}

section.units-gallery .input-container p {
    display: none;
}

section.units-gallery #zoomOutput {
    min-width: 40px;
    display: inline-block;
    text-align: left;
}

/* Units Gallery responsiveness */
@media screen and (max-width: 767px) {
    section.units-gallery .units-gallery-wrapper {
        row-gap: 40px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.units-gallery .units-gallery-wrapper .units-gallery-content.card-image {
        width: 29%;
    }
}



/* Zoom css */
section.units-gallery .zoom-area {
    width: 1000px;
    max-width: 90%;
    margin: 50px auto;
    position: relative;
    cursor: none;
    margin-top: 0;
    text-align: right;
}

section.units-gallery .btn {
    background: #FFF;
    border: 1px solid #003E52;
    border-radius: 50%;
    color: #003E52;
    transition: all 0.3s ease;
    z-index: 1;
}

section.units-gallery .btn:hover {
    background: #F57D3F !important;
}

section.units-gallery .btn i:hover {
    color: #FFF !important;
}

/* Zoom css responsiveness */
@media screen and (max-width: 9999px) {
    section.units-gallery .btn {
        display: none;
    }
}

@media screen and (max-width: 1279px) {
    section.units-gallery .btn {
        display: inline-block;
    }
}

/* for create magnify glass */
section.units-gallery .large {
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 100%;

    /* for box shadow for glass effect */
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25),
        inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

    /*for hide the glass by default*/
    display: none;
}

section.units-gallery .small {
    display: block;
}

/* Units Gallery responsiveness */
@media screen and (max-width: 1700px) {
    section.units-gallery {
        padding: 100px;
    }

    section.units-gallery .units-gallery-wrapper {
        column-gap: 24px;
    }

    section.units-gallery .units-gallery-content h2.heading {
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1500px) {
    section.units-gallery {
        padding: 75px;
    }

    section.units-gallery .units-gallery-wrapper {
        column-gap: 20px;
    }

    section.units-gallery .units-gallery-content h2.heading {
        font-size: 16px;
    }
}

@media screen and (max-width: 1279px) {
    section.units-gallery {
        padding: 50px 40px;
    }

    section.units-gallery .units-gallery-content h2.heading {
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    section.units-gallery {
        padding: 50px 15px;
    }

    section.units-gallery .units-gallery-content h2.heading {
        font-size: 14px;
    }

    section.units-gallery .small {
        margin-top: 100px;
    }
}



/* Location responsiveness */
section.map .general-padding {
    padding: 0;
    position: relative;
}

section.map .map-location iframe {
    height: 800px;
}

section.map .top-gradient {
    height: 3%;
    background-image: linear-gradient(#016275, rgba(0, 0, 0, 0));
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

section.map .bottom-gradient {
    height: 3%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), #016275);
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

/* Map responsiveness */
@media screen and (max-width: 1700px) {
    section.map .map-location iframe {
        height: 600px;
    }
}

@media screen and (max-width: 1500px) {
    section.map .map-location iframe {
        height: 500px;
    }
}

/* Loader styles */
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #003E52;
}

.loader .spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://intalioflatsprimea.ph/wp-content/uploads/2023/09/Intalio-flats-primea-logomark-compressed-resize.png') 50% 50% no-repeat;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Loader styles responsiveness */
@media screen and (max-width: 1279px) {
    .loader .spinner {
        background-size: 100px 100px;
    }
}

@media (max-width: 9999px) {
    section.virtual-tour-360 #viewer-2 {
        height: 90vh;
    }
    section.virtual-tour-360 #viewer-1 {
        height: 90vh;
    }
}

@media (max-width: 1024px) {
    #main-header:before {
        position: absolute !important;
    }

    section.virtual-tour-360 #viewer-2 {
        height: 80vh;
    }

    section.virtual-tour-360 #viewer-1 {
        height: 80vh;
    }
}


/* 360 tour navigation styles */
section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2) {
    left: 10px !important;
}

section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div>div:last-child>div:last-child>div>div>span {
    font-family: 'Metropolis-Bold' !important;
}

section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2) {
    left: 10px !important;
}

section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div>div:last-child>div:last-child>div>div>span {
    font-family: 'Metropolis-Bold' !important;
}

/* 360 tour navigation responsiveness */
@media (max-width: 1279px) {
    section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2) {
        left: 10px !important;
    }

    section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child {
        width: 130px !important;
    }

    section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>canvas {
        width: 130px !important;
    }

    section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:first-child {
        box-shadow: unset !important;
    }

    section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child {
        width: 110px !important;
    }

    section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div>div:first-child>div:last-child>div>div>div {
        width: 105px !important;
    }

    section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div>div:first-child {
        left: 0 !important;
    }

    section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div>div:last-child>div:last-child>div>div>span {
        font-size: 11px !important;
        font-family: 'Metropolis-Bold' !important;
    }

    section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div>div:first-child>div:last-child>div>div>div>img {
        border-radius: 5px !important;
        margin: 0 !important;
        object-fit: cover;
        width: 105px !important;
    }

    section.virtual-tour-360 #viewer-2>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div {
        width: 90px !important;
    }


    /* 360 Tour responsiveness */
    section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2) {
        left: 10px !important;
    }

    section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child {
        width: 130px !important;
    }

    section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>canvas {
        width: 130px !important;
    }

    section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:first-child {
        box-shadow: unset !important;
    }

    section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child {
        width: 110px !important;
    }

    section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div>div:first-child>div:last-child>div>div>div {
        width: 105px !important;
    }

    section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div>div:first-child {
        left: 0 !important;
    }

    section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div>div:last-child>div:last-child>div>div>span {
        font-size: 11px !important;
        font-family: 'Metropolis-Bold' !important;
    }

    section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div>div:first-child>div:last-child>div>div>div>img {
        border-radius: 5px !important;
        margin: 0 !important;
        object-fit: cover;
        width: 105px !important;
    }

    section.virtual-tour-360 #viewer-1>div:first-child>div:first-child>div>div>div>div:last-child>div:last-child>div>div>div:nth-child(2)>div:last-child>div>div>div>div:last-child>div>div {
        width: 90px !important;
    }
}

/* Privacy Policy styles */
section.gallery-section.privacy-policy.light-mode {
    background: #016275;
    padding-top: 150px;
}
section.gallery-section.privacy-policy.light-mode .gallery-section-top .wysiwyg-content {
    text-align: left;
    color: #FFFFFF;
}

