/*transform origin*/
/*flex column*/
.bg-primary {
  background-color: #1F2B37;
}

.bg-secondary {
  background-color: #E9E5D7;
}

.bg-green {
  background-color: #214D39;
}

.bg-lightgreen {
  background-color: #CBE5DA;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.bg-yellowGray {
  background-color: #BABFA8;
}

.bg-darkBlack {
  background-color: #28292C;
}

.bg-stratos {
  background-color: #7992B1;
}

.bg-poplar {
  background-color: #28292C;
}

.bg-alula {
  background-color: #CDD6CC;
}

.bg-alula2 {
  background-color: #CDD5CC;
}

.bg-darkGrey {
  background-color: #212415;
}

.bg-beige {
  background-color: #EAE7D9;
}

.bg-offGrey {
  background-color: #685C49;
}

.bg-ashyBlack {
  background-color: #0B1215;
}

.bg-orange {
  background-color: #E9A64A;
}

.bg-lightGold {
  background-color: #E8CC84;
}

.bg-peach {
  background-color: #E6C7BD;
}

.bg-lightBeige {
  background-color: #EFEEE2;
}

.color-primary {
  color: #1F2B37;
}

.color-secondary {
  color: #E9E5D7;
}

.color-green {
  color: #214D39;
}

.color-lightgreen {
  color: #CBE5DA;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.color-yellowGray {
  color: #BABFA8;
}

.color-darkBlack {
  color: #28292C;
}

.color-stratos {
  color: #7992B1;
}

.color-poplar {
  color: #28292C;
}

.color-alula {
  color: #CDD6CC;
}

.color-alula2 {
  color: #CDD5CC;
}

.color-darkGrey {
  color: #212415;
}

.color-beige {
  color: #EAE7D9;
}

.color-offGrey {
  color: #685C49;
}

.color-ashyBlack {
  color: #0B1215;
}

.color-orange {
  color: #E9A64A;
}

.color-lightGold {
  color: #E8CC84;
}

.color-peach {
  color: #E6C7BD;
}

.color-lightBeige {
  color: #EFEEE2;
}

:root {
  --br-radius: 10px;
  --br-radius-btn:8px;
  --clr-primary: #1F2B37;
  --clr-secondary: #E9E5D7;
  --clr-green: #214D39;
  --clr-lightgreen: #CBE5DA;
  --clr-black: #000000;
  --clr-white: #ffffff;
  --clr-yellowGray: #BABFA8;
  --clr-darkBlack: #28292C;
  --clr-stratos: #7992B1;
  --clr-poplar: #28292C;
  --clr-alula: #CDD6CC;
  --clr-alula2: #CDD5CC;
  --clr-darkGrey: #212415;
  --clr-beige: #EAE7D9;
  --clr-offGrey: #685C49;
  --clr-ashyBlack: #0B1215;
  --clr-orange: #E9A64A;
  --clr-lightGold: #E8CC84;
  --clr-peach: #E6C7BD;
  --clr-lightBeige: #EFEEE2;
  --font-primary: Lato, sans-serif;
  --font-book: CerebriSansBook, sans-serif;
  --font-regular: CerebriSansRegular, sans-serif;
  --font-medium: CerebriSansMedium, sans-serif;
  --font-bold: CerebriSansBold, sans-serif;
  --font-light: CerebriSansLight, sans-serif;
  --font-secondary: serif;
  --font-effra: effra-cc, sans-serif;
  --font-tiller: tiller, sans-serif;
  --font-commutersSans: commuters-sans, sans-serif;
  --font-adelle: adelle, serif;
  --font-syne: Syne, sans-serif;
  --font-classic: ClassicaProRegular, sans-serif;
  --font-classicaLight: ClassicaProLight, sans-serif;
  --padding-lg: 13.33vw;
  --padding-md: 9.27vw;
  --padding-sm: 5.15vw;
  --padding-sm2: 4.1vw;
}
@media only screen and (max-width: 1199px) {
  :root {
    --padding-lg: 8.33vw;
    --padding-md: 6.27vw;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --padding-lg: 5.128vw;
    --padding-md: 5.128vw;
    --padding-sm: 5.128vw;
    --padding-sm2: 5.128vw;
  }
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*.......................................................................
* @license
* MyFonts Webfont Build ID 120891
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license from one of MyFonts official sites.
* http://www.fonts.com
* http://www.myfonts.com
* http://www.linotype.com
*
.........................................................................*/
@font-face {
  font-family: "CerebriSansBold";
  src: url("../fonts/CerebriSansBold/font.woff2") format("woff2"), url("../fonts/CerebriSansBold/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CerebriSansMedium";
  src: url("../fonts//CerebriSansMedium/font.woff2") format("woff2"), url("../fonts/CerebriSansMedium/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CerebriSansRegular";
  src: url("../fonts/CerebriSansRegular/font.woff2") format("woff2"), url("../fonts/CerebriSansRegular/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CerebriSansBook";
  src: url("../fonts/CerebriSansBook/font.woff2") format("woff2"), url("../fonts/CerebriSansBook/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CerebriSansLight";
  src: url("../fonts/CerebriSansLight/font.woff2") format("woff2"), url("../fonts/CerebriSansLight/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClassicaProBold";
  src: url("../fonts/ClassicaProBold/font.woff2") format("woff2"), url("../fonts/ClassicaProBold/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClassicaProBoldItalic";
  src: url("../fonts/ClassicaProBoldItalic/font.woff2") format("woff2"), url("../fonts/ClassicaProBoldItalic/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClassicaProDemi";
  src: url("../fonts/ClassicaProDemi/font.woff2") format("woff2"), url("../fonts/ClassicaProDemi/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClassicaProDemiItalic";
  src: url("../fonts/ClassicaProDemiItalic/font.woff2") format("woff2"), url("../fonts/ClassicaProDemiItalic/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClassicaProItalic";
  src: url("../fonts/ClassicaProItalic/font.woff2") format("woff2"), url("../fonts/ClassicaProItalic/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClassicaProLight";
  src: url("../fonts/ClassicaProLight/font.woff2") format("woff2"), url("../fonts/ClassicaProLight/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClassicaProLightItalic";
  src: url("../fonts/ClassicaProLightItalic/font.woff2") format("woff2"), url("../fonts/ClassicaProLightItalic/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClassicaProRegular";
  src: url("../fonts/ClassicaProRegular/font.woff2") format("woff2"), url("../fonts/ClassicaProRegular/font.woff") format("woff");
  font-display: swap;
  font-style: normal;
}
a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}

a,
a:hover {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.btn, .link {
  font-size: clamp(0.75rem, 0.3421rem + 0.6579vw, 1rem);
  line-height: 1.125;
  letter-spacing: 0.1rem;
}
.btn-lg {
  font-size: clamp(0.75rem, -0.0658rem + 1.3158vw, 1.25rem);
  line-height: 1.25;
  letter-spacing: 0.1rem;
}
.btn-lg, .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: var(--br-radius-btn);
  border: 1px solid;
  padding: 18px 24px;
  padding: clamp(0.875rem, 0.4671rem + 0.6579vw, 1.125rem) clamp(1.125rem, 0.5132rem + 0.9868vw, 1.5rem);
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .btn-lg, .btn {
    width: 100%;
  }
}

.has-arrow-white:after, .has-arrow:after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .has-arrow-white:after, .has-arrow:after {
    width: 12px;
    width: 12px;
  }
}

.has-arrow-white:after, .system .has-arrow:hover:after {
  background: url(../images/icons/arrow-right-white.svg) no-repeat center center/contain;
}

.system .has-arrow-white:hover:after, .has-arrow:after {
  background: url(../images/icons/arrow-right.svg) no-repeat center center/contain;
}

a.btn[href="#"]:not(.js-event) {
  pointer-events: none;
}

.btn.show-mob {
  width: 100%;
  margin-top: 6px;
}

.btn-lg {
  padding: 24px 56px;
}
@media only screen and (max-width: 991px) {
  .btn-lg {
    padding: 18px 24px;
  }
}

.has-arrow:after {
  content: "";
}
.has-arrow-white:after {
  content: "";
}
.btn-fill-primary {
  color: var(--clr-white);
  background: var(--clr-primary);
  border-color: var(--clr-primary);
}
.system .btn-fill-primary:hover {
  background: transparent;
  color: var(--clr-primary);
}

.btn-transparent-primary {
  background: transparent;
  color: var(--clr-primary);
  border-color: var(--clr-primary);
}
.system .btn-transparent-primary:hover {
  color: var(--clr-white);
  background: var(--clr-primary);
}

.btn-transparent-secondary {
  color: var(--clr-white);
  background: transparent;
  border-color: var(--clr-white);
}
.system .btn-transparent-secondary:hover {
  background: var(--clr-secondary);
  border-color: var(--clr-secondary);
  color: var(--clr-primary);
}

.btn-fill-secondary {
  color: var(--clr-primary);
  background: var(--clr-secondary);
  border-color: var(--clr-secondary);
}
.system .btn-fill-secondary:hover {
  background: transparent;
  border-color: var(--clr-white);
  color: var(--clr-white);
}

body {
  font-family: var(--font-regular);
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: var(--clr-primary);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.skip-nav {
  background: transparent;
  color: var(--clr-primary);
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  z-index: 99999;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.skip-nav:focus {
  box-shadow: 0 0 3px var(--clr-primary), 0 0 7px var(--clr-primary);
  background: var(--clr-secondary);
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
}

button {
  cursor: pointer;
}

a:focus,
button:focus,
input:focus,
*:focus {
  text-decoration: none;
}

a,
button,
* {
  outline: 1px dotted transparent;
}
.using-keytab a:focus,
.using-keytab button:focus,
.using-keytab *:focus {
  outline-color: var(--clr-primary);
}

.using-keytab footer *:focus,
.using-keytab header *:focus,
.using-keytab nav *:focus,
.using-keytab .form_wrap .checkbox_wrap .checkbox + label:focus {
  outline-color: var(--clr-primary);
}

.hidden-text {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.hide {
  display: none !important;
}

.disable-link {
  pointer-events: none !important;
  cursor: default;
}

@media only screen and (min-width: 992px) {
  .show-mob {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .show-mob_only {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .show-desk-tab {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .show-desk {
    display: none !important;
  }
}

main,
.main-copy {
  font-size: clamp(1.25rem, 0.2303rem + 1.6447vw, 1.875rem);
}

.accordian-title {
  font-size: clamp(1.25rem, 0.4342rem + 1.3158vw, 1.75rem);
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .accordian-title {
    line-height: 1.5;
  }
}

.sub-copy {
  font-size: clamp(1.125rem, 0.5132rem + 0.9868vw, 1.5rem);
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .sub-copy {
    line-height: 1.5;
  }
}

.sub-copy-alter {
  font-size: clamp(1.25rem, 0.4483rem + 1.2931vw, 2rem);
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .sub-copy-alter {
    line-height: 1.5;
  }
}

.small-copy {
  font-size: clamp(1.125rem, 0.9211rem + 0.3289vw, 1.25rem);
}
@media only screen and (max-width: 991px) {
  .small-copy {
    line-height: 1.5;
  }
}

.main-heading {
  font-family: var(--font-medium);
  font-weight: normal;
  font-size: clamp(2rem, -0.8553rem + 4.6053vw, 3.75rem);
  line-height: 1.16;
}
@media only screen and (max-width: 991px) {
  .main-heading {
    line-height: 1.18;
  }
}

.sub-heading {
  font-family: var(--font-medium);
  font-weight: normal;
  font-size: clamp(2rem, 2rem + 0vw, 2rem);
  line-height: 1.18;
}

.small-heading {
  font-family: var(--font-medium);
  font-weight: normal;
  font-size: clamp(1.25rem, 0.2303rem + 1.6447vw, 1.875rem);
  line-height: 2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .small-heading {
    line-height: 1.5rem;
  }
}

.large-heading {
  font-family: var(--font-regular);
  font-weight: normal;
  font-size: clamp(1.75rem, 0.9342rem + 1.3158vw, 2.25rem);
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 991px) {
  .large-heading {
    line-height: 1.5rem;
  }
}

.loader {
  position: fixed;
  background: var(--clr-white);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 10001;
}
.loader .has-anim {
  opacity: 0;
  transition: none;
}
.loader .has-anim.loader-anim {
  opacity: 1;
  transition: opacity 0.1s ease;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.align-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.has-overlay {
  position: relative;
}
.has-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 37, 27, 0.29);
  mix-blend-mode: multiply;
}

.full-width-copy {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 34px;
}
.full-width-copy .main-heading {
  width: 100%;
  margin-bottom: 30px;
}
.full-width-copy .left-sec {
  width: 65%;
}
@media only screen and (max-width: 991px) {
  .full-width-copy .left-sec {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .full-width-copy {
    padding-bottom: 26px;
  }
  .full-width-copy .main-heading {
    margin-bottom: 16px;
  }
}

.has-carousel {
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .carousel-slider {
    padding-right: 10vw;
    overflow: hidden;
    width: calc(100% + var(--padding-lg));
  }
}
.carousel-slider .slick-list {
  overflow: visible;
}

.copy-card {
  margin-right: 10px;
  border-radius: var(--br-radius);
  overflow: hidden;
  background-color: var(--clr-white);
}
.copy-card .card-img {
  width: 100%;
  height: 25vw;
}
@media only screen and (max-width: 991px) {
  .copy-card .card-img {
    height: 360px;
  }
}
.copy-card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.copy-card .card-copy-sec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.6vw 2vw 2vw;
  gap: 12px;
}
.copy-card .card-copy-sec .btn {
  margin-top: 18px;
}
@media only screen and (max-width: 991px) {
  .copy-card .card-copy-sec {
    padding: 27px var(--padding-sm) 24px;
  }
}

.full-width-img {
  width: 100%;
}
.full-width-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .full-width-img img {
    height: max(50vh, 650px);
  }
}
@media only screen and (max-width: 991px) {
  .full-width-img img {
    aspect-ratio: 4/3;
  }
}

.fill-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.title-wrap {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 991px) {
  .title-wrap {
    margin-bottom: 2rem;
  }
}
.title-wrap .main-heading {
  margin-bottom: 2rem;
}
.title-wrap:has(.btn) p {
  margin-bottom: 2.5rem;
}

.container {
  margin-inline: auto;
  padding-left: clamp(50px, 10vw, 256px);
  padding-right: clamp(50px, 10vw, 256px);
}
@media only screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-lg {
  margin-inline: auto;
  padding-left: clamp(50px, 5vw, 100px);
  padding-right: clamp(50px, 5vw, 100px);
}
@media only screen and (max-width: 991px) {
  .container-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.prev.disable-link,
.next.disable-link {
  opacity: 0;
}

.osano-cm-widget {
  display: none;
}

.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover,
.osano-cm-link:active,
.osano-cm-link {
  color: #000;
}

.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover,
.osano-cm-link:active {
  color: #000;
}

.gm-style .gm-style-iw-tc::after {
  background: var(--clr-primary);
}

.innerBannerWrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .innerBannerWrapper:has(.innerBannerWrap) {
    height: max(100svh - 144px, 1040px);
  }
}
@media only screen and (min-width: 1920px) {
  .innerBannerWrapper:has(.innerBannerWrap) {
    height: min(100svh - 144px, 1150px);
  }
}
@media only screen and (max-width: 991px) {
  .innerBannerWrapper {
    flex-direction: column-reverse;
    height: auto;
  }
}
.innerBannerWrapper .full-width-copy {
  padding-top: min(var(--padding-md), 160px);
  padding-bottom: 70px;
}
.innerBannerWrapper .full-width-copy p {
  width: 100%;
  max-width: 1000px;
}
@media only screen and (max-width: 991px) {
  .innerBannerWrapper .full-width-copy {
    padding: 70px var(--padding-sm) 70px;
  }
}

.innerBanner-button {
  width: 100%;
  padding-top: 4rem;
}
@media only screen and (max-width: 991px) {
  .innerBanner-button {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.innerBannerWrap {
  flex: 1;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .innerBannerWrap .fill-img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .innerBannerWrap .fill-img {
    aspect-ratio: 3/4;
  }
}

.card {
  display: flex;
  flex-direction: column;
}

.card-image {
  position: relative;
}
.card-image img {
  border-top-left-radius: var(--br-radius);
  border-top-right-radius: var(--br-radius);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.card-image::before {
  content: "";
  display: block;
  padding-bottom: 110%;
}

.card-text {
  background: var(--clr-white);
  padding: 3rem 2.125rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 1;
}
.card-text .main-copy {
  margin-bottom: 1.375rem;
  text-transform: uppercase;
}

.card-tiles-group {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media only screen and (min-width: 992px) {
  .card-tiles-group {
    padding-top: 8.125rem;
    padding-bottom: 16rem;
  }
}

.card-list-group {
  display: grid;
}
.card-list-group.card-three-col {
  row-gap: 15px;
}
@media only screen and (min-width: 992px) {
  .card-list-group.card-three-col {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 10px;
  }
}

.image-with-list {
  display: grid;
  gap: 1.625rem;
}
@media only screen and (min-width: 992px) {
  .image-with-list {
    grid-template-columns: repeat(2, 50%);
    gap: 0.625rem;
  }
}
.image-with-list figure {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .image-with-list figure:after {
    content: "";
    display: block;
    padding-bottom: 125%;
  }
}
.image-with-list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-list-wrap {
  background: var(--clr-white);
  padding: 1.375rem 1.875rem;
  border-radius: var(--br-radius);
  font-size: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .image-list-wrap {
    padding: 3rem 4.25rem;
    font-size: 1.625rem;
  }
}
.image-list-wrap ul {
  margin: 0;
  padding: 0;
}
.image-list-wrap ul li {
  padding: 1rem 0;
}
.image-list-wrap ul li:not(:last-child) {
  border-bottom: 1px solid var(--clr-black);
}

.image-list-slider {
  border-radius: var(--br-radius);
  overflow: hidden;
}
.image-list-slider .slick-slider .slick-track, .image-list-slider .slick-slider .slick-list {
  height: 100%;
}
.image-list-slider .slick-prev, .image-list-slider .slick-next {
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
  right: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .image-list-slider .slick-prev, .image-list-slider .slick-next {
    right: 2.5rem;
    width: 30px;
    height: 30px;
  }
}
.image-list-slider .slick-prev::before, .image-list-slider .slick-next::before {
  display: none;
}
.image-list-slider .slick-prev {
  left: 0.75rem;
  transform: rotate(180deg) translate(0, -50%);
  transform-origin: 15px 0;
}
@media only screen and (min-width: 992px) {
  .image-list-slider .slick-prev {
    left: 2.5rem;
  }
}

.listSlider {
  width: 100%;
  height: 100%;
}

.image-carousel-wrap {
  padding: 12rem 0 6rem 0;
}
@media only screen and (max-width: 991px) {
  .image-carousel-wrap {
    padding: 5rem 0;
  }
}
.image-carousel-wrap .slick-prev, .image-carousel-wrap .slick-next {
  width: 35px;
  height: 35px;
  background: url(../images/icons/chevron-right.svg) no-repeat center;
  background-size: 12px;
  z-index: 1;
  right: -45px;
}
.image-carousel-wrap .slick-prev::before, .image-carousel-wrap .slick-next::before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .image-carousel-wrap .slick-prev, .image-carousel-wrap .slick-next {
    right: 5px;
  }
}
.image-carousel-wrap .slick-prev {
  right: auto;
  left: -45px;
  transform: translate(0, -50%) rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .image-carousel-wrap .slick-prev {
    left: 5px;
  }
}

.image-carousel {
  margin-bottom: 4rem;
  margin-inline: auto;
}
@media only screen and (max-width: 991px) {
  .image-carousel {
    margin-bottom: 1.5rem;
  }
}
.image-carousel img {
  border-radius: var(--br-radius);
  aspect-ratio: 4/3;
  margin-inline: auto;
}
@media only screen and (min-width: 992px) {
  .image-carousel img {
    height: max(500px, 70vh);
  }
}

.image-carousel-thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.image-carousel-thumbs button {
  position: relative;
  width: 68px;
  border: 0;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 991px) {
  .image-carousel-thumbs button {
    width: 30px;
  }
}
.image-carousel-thumbs button::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.image-carousel-thumbs button img {
  width: 100%;
  height: 100%;
  border-radius: var(--br-radius);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.vimeo-carousel-wrap {
  padding: 1rem 0 12rem 0;
}
@media only screen and (max-width: 991px) {
  .vimeo-carousel-wrap {
    padding: 5rem 0;
  }
}
.vimeo-carousel-wrap .slick-prev,
.vimeo-carousel-wrap .slick-next {
  width: 35px;
  height: 35px;
  background: url(../images/icons/chevron-right.svg) no-repeat center;
  background-size: 12px;
  z-index: 1;
  right: -45px;
}
.vimeo-carousel-wrap .slick-prev::before,
.vimeo-carousel-wrap .slick-next::before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .vimeo-carousel-wrap .slick-prev,
  .vimeo-carousel-wrap .slick-next {
    right: 5px;
  }
}
.vimeo-carousel-wrap .slick-prev {
  right: auto;
  left: -45px;
  transform: translate(0, -50%) rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .vimeo-carousel-wrap .slick-prev {
    left: 5px;
  }
}

.vimeo-carousel {
  margin-bottom: 4rem;
  margin-inline: auto;
}
@media only screen and (max-width: 991px) {
  .vimeo-carousel {
    margin-bottom: 1.5rem;
  }
}
.vimeo-carousel .video-container {
  position: relative;
  width: 100%;
  border-radius: var(--br-radius);
  aspect-ratio: 16/9;
  margin-inline: auto;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .vimeo-carousel .video-container {
    height: max(500px, 70vh);
  }
}
.vimeo-carousel .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.vimeo-carousel-thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.vimeo-carousel-thumbs button {
  position: relative;
  width: 68px;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .vimeo-carousel-thumbs button {
    width: 30px;
  }
}
.vimeo-carousel-thumbs button::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.vimeo-carousel-thumbs button .video-thumb-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--br-radius);
  overflow: hidden;
}
.vimeo-carousel-thumbs button .video-thumb-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vimeo-carousel-thumbs button .video-thumb-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vimeo-carousel-thumbs button .video-thumb-container .play-button svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 991px) {
  .vimeo-carousel-thumbs button .video-thumb-container .play-button svg {
    width: 16px;
    height: 16px;
  }
}
.vimeo-carousel-thumbs button .video-thumb-container .play-button svg .play-button-shape {
  fill: rgba(0, 0, 0, 0.8);
}
.vimeo-carousel-thumbs button .video-thumb-container .play-button svg .play-button-icon {
  fill: #ffffff;
}
.vimeo-carousel-thumbs button:hover .play-button svg .play-button-shape {
  fill: rgba(0, 0, 0, 0.9);
}

.retail-section {
  padding-top: var(--padding-sm);
  padding-bottom: var(--padding-md);
  position: relative;
}
@media only screen and (max-width: 991px) {
  .retail-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .retail-section .full-width-copy {
    padding-bottom: 0;
  }
  .retail-section .right-sec {
    margin-top: 45px;
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .retail-section {
    padding-bottom: 160px;
  }
}
.retail-section .btnWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.retail-section .btnWrap .btn {
  width: 200px;
}
.retail-section .retailImage {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .retail-section .retailImage {
    min-height: 35vw;
    max-height: 600px;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .retail-section .retailImage {
    flex-direction: column;
    border-radius: var(--br-radius);
  }
}
@media only screen and (min-width: 1920px) {
  .retail-section .retailImage {
    min-height: auto;
    max-height: 670px;
  }
}
.retail-section .retailImage img {
  width: 49%;
  height: auto;
  border-radius: var(--br-radius) 0 0 var(--br-radius);
}
@media only screen and (max-width: 991px) {
  .retail-section .retailImage img {
    width: 100%;
    height: 92vw;
    border-radius: var(--br-radius) var(--br-radius) 0 0;
  }
}
.retail-section .retailDetails {
  display: flex;
  flex-direction: column;
  background-color: var(--clr-secondary);
  padding: 12vw 80px 150px 90px;
  width: 49%;
  align-items: flex-start;
  border-radius: 0 var(--br-radius) var(--br-radius) 0;
}
@media only screen and (max-width: 991px) {
  .retail-section .retailDetails {
    gap: 0px;
    width: 100%;
    padding: 70px 30px 32px;
    border-radius: 0 0 var(--br-radius) var(--br-radius);
  }
}
@media only screen and (min-width: 1920px) {
  .retail-section .retailDetails {
    padding-top: 220px;
  }
}
.retail-section .retailDetails h3 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .retail-section .retailDetails h3 {
    margin-bottom: 20px;
  }
}
.retail-section .retailDetails p {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .retail-section .retailDetails p {
    row-gap: 35px;
  }
}
.retail-section .retailDetails .btn-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
@media only screen and (max-width: 991px) {
  .retail-section .retailDetails .btn-wrap {
    row-gap: 17px;
    width: 100%;
  }
}
.retail-section .retail-slider-wrap {
  padding: 66px var(--padding-sm) 0;
}
@media only screen and (max-width: 991px) {
  .retail-section .retail-slider-wrap {
    padding: 50px 0 0;
  }
}
.retail-section .slick-arrow {
  background: url(../images/icons/chevron-black.svg) no-repeat center center/contain;
  right: -3vw;
}
.retail-section .slick-arrow:before {
  content: none;
}
.retail-section .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: -3vw;
}
@media only screen and (max-width: 991px) {
  .retail-section .slick-arrow {
    display: none !important;
  }
}
.retail-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.retail-section .slick-dots {
  position: absolute;
  bottom: auto;
  margin-bottom: 18px;
  text-align: left;
  right: 0;
  top: 75px;
  width: 50%;
  left: calc(50% + 90px);
}
@media only screen and (max-width: 991px) {
  .retail-section .slick-dots {
    top: calc(92vw + 20px);
    left: 30px;
  }
}
.retail-section .slick-dots li {
  margin: 0;
  width: 15px;
}
.retail-section .slick-dots li button:before {
  color: var(--clr-primary);
  font-size: 6px;
}
.retail-section .slick-dots li button:before:hover, .retail-section .slick-dots li button:before:focus:before {
  opacity: 0.25;
}
.system .retail-section .slick-dots li button:before:hover, .using-keytab .retail-section .slick-dots li button:before:focus:before {
  opacity: 1;
}
.retail-section .slick-dots li.slick-active button:before {
  color: var(--clr-primary);
  opacity: 1;
}
.logo-slider {
  margin-top: 60px;
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.logo-slider .slide-img {
  opacity: 0.3;
  cursor: pointer;
}
.logo-slider .slide-img img {
  width: 180px;
  height: auto;
  margin: 10px;
}
@media only screen and (max-width: 991px) {
  .logo-slider .slide-img img {
    width: 120px;
  }
}
.logo-slider .slide-img.active {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .explore .right-sec {
    display: block !important;
  }
  .explore .second-btn {
    display: none !important;
  }
}
.img-grids {
  padding: 5rem 1.25rem 3rem;
}
@media only screen and (min-width: 992px) {
  .img-grids {
    padding: 9rem clamp(50px, 5vw, 13rem);
  }
}
@media only screen and (min-width: 992px) {
  .img-grids .title-wrap {
    padding-left: clamp(50px, 6vw, 5rem);
  }
}

.img-grid-wrapper {
  display: grid;
}
@media only screen and (min-width: 992px) {
  .img-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(50px, 6vw, 166px);
  }
}
@media only screen and (min-width: 992px) {
  .img-grid-wrapper.img-grid-opt-01 .img-grid-title {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .img-grid-wrapper.img-grid-opt-01 .img-grid-col:first-child .img-grid-block:nth-of-type(3) {
    margin-inline: auto;
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .img-grid-wrapper.img-grid-opt-01 .img-grid-col:last-child .img-grid-block:first-of-type {
    margin-left: auto;
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .img-grid-wrapper.img-grid-opt-01 .img-grid-col:last-child .img-grid-block:last-of-type {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .img-grid-wrapper.img-grid-opt-02 .img-grid-col:first-child .img-grid-block:nth-of-type(2) {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .img-grid-wrapper.img-grid-opt-02 .img-grid-col:first-child .img-grid-block:nth-of-type(3) {
    margin-left: auto;
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .img-grid-wrapper.img-grid-opt-02 .img-grid-col:last-child .img-grid-block:first-of-type {
    margin-top: 100px;
    margin-left: auto;
    width: 80%;
  }
}
@media only screen and (min-width: 992px) {
  .img-grid-wrapper.img-grid-opt-02 .img-grid-col:last-child .img-grid-block:last-of-type {
    width: 80%;
  }
}

@media only screen and (max-width: 991px) {
  .img-grid-col:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(99, auto);
  }
  .img-grid-col:nth-child(1) .img-grid-block:nth-of-type(4) {
    grid-row-start: 3;
  }
  .img-grid-col:nth-child(1) .img-grid-block:nth-of-type(5) {
    grid-row-start: 4;
  }
}

.img-grid-block {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .img-grid-block.show-in-mob {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .img-grid-block.show-in-desktop {
    display: none;
  }
}
.img-grid-block figure {
  margin-bottom: 45px;
  border-radius: var(--br-radius);
  overflow: hidden;
}
.img-grid-block figure img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .img-grid-block figure img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 991px) {
  .img-grid-block {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .img-grid-block:not(:last-of-type) {
    padding-bottom: 100px;
  }
}
.img-grid-block .small-heading {
  margin-bottom: 1.875rem;
}

.special-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Popup content */
.popup-content {
  position: relative;
  background-color: var(--clr-secondary);
  padding: 63px var(--padding-sm2);
  margin: 20px;
  border-radius: var(--br-radius);
  max-width: 620px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .popup-content {
    padding: 40px 30px;
  }
}

/* Close button */
.close-button {
  position: absolute;
  top: 33px;
  right: 33px;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("../images/icons/Close_black.svg") no-repeat center/contain;
}
@media only screen and (max-width: 991px) {
  .close-button {
    top: 20px;
    right: 20px;
  }
}

/* Heading and subheading */
.popup-heading {
  font-family: var(--font-medium);
  font-weight: normal;
  line-height: 48px;
  text-align: left;
  margin-bottom: 19px;
  font-size: clamp(2rem, 1.5385rem + 0.9615vw, 2.5rem);
}
@media only screen and (max-width: 991px) {
  .popup-heading {
    line-height: 38px;
  }
}

.popup-subheading {
  line-height: 30px;
  text-align: left;
  margin-bottom: 52.9px;
  font-size: clamp(1.125rem, 1.0096rem + 0.2404vw, 1.25rem);
}
@media only screen and (max-width: 991px) {
  .popup-subheading {
    line-height: 28px;
  }
}

/* Buttons */
.popup-buttons .btn {
  width: 100%;
}
.popup-buttons .btn-fill-primary {
  margin-bottom: 12px;
  border: 1px solid var(--clr-primary);
}
.popup-buttons .btn-transparent-primary {
  border: 1px solid var(--clr-primary);
}

/* Show popup */
.special-popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

.tour-dropdown {
  position: relative;
  width: 100%;
}

.tour-dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--clr-secondary);
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  border-bottom-right-radius: var(--br-radius);
  border-bottom-left-radius: var(--br-radius);
  margin-top: 1px;
}

.tour-dropdown:hover .tour-dropdown-content {
  display: block;
}

.tour-dropdown:after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/bridgedistrict/images/caret-down-white.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 100%;
  right: 20px;
  top: 0;
}

.tour-dropdown:hover:after {
  rotate: 180deg;
  background: url(/wp-content/themes/bridgedistrict/images/caret-down.svg?x64290) no-repeat center;
  background-size: contain;
}

.tour-dropbtn {
  background-color: var(--clr-primary);
  color: var(--clr-white) !important;
}

.tour-dropdown:hover .tour-dropbtn {
  background: transparent !important;
  color: var(--clr-primary) !important;
}

.tour-dropdown-content .tour-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: var(--clr-primary) !important;
  padding: 12px;
}
.tour-dropdown-content .tour-link:hover {
  background-color: var(--clr-primary);
  color: var(--clr-white) !important;
}

#special-popup .tour-dropdown {
  margin-bottom: 12px;
}

.image-container .inner-image-div .button-container .btn-transparent-primary.tour-dropbtn {
  padding-right: 40px;
}

.image-container .inner-image-div .button-container .tour-dropdown-content {
  background-color: var(--clr-white);
}

.text-with-carousel {
  padding: 4rem 0;
}
.text-with-carousel .twc-row {
  display: grid;
}
@media only screen and (max-width: 991px) {
  .text-with-carousel .twc-row {
    display: flex;
    flex-direction: column;
    row-gap: min(87px, 5vw);
  }
}
@media only screen and (min-width: 992px) {
  .text-with-carousel .twc-row {
    grid-column-gap: min(140px, 10vw);
    grid-template-columns: 1fr 50vw;
  }
}
.text-with-carousel figure {
  aspect-ratio: 2/3;
}
@media only screen and (min-width: 992px) {
  .text-with-carousel figure {
    aspect-ratio: 4/3;
  }
}

.twc-carousel {
  overflow: hidden;
  border-radius: var(--br-radius);
  position: relative;
}
.twc-carousel .slick-arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/icons/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
  right: 2.5rem;
}
.twc-carousel .slick-arrow::before {
  display: none;
}
.twc-carousel .slick-prev {
  left: 2.5rem;
  transform: rotate(180deg) translate(0, -50%);
  transform-origin: 15px 0;
}
@media only screen and (max-width: 991px) {
  .twc-carousel .slick-prev {
    left: 1rem;
  }
}
.twc-carousel .slick-next {
  right: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .twc-carousel .slick-next {
    right: 1rem;
  }
}
.twc-carousel .slick-dots {
  position: absolute;
  bottom: 30px;
  z-index: 5;
}
.twc-carousel .slick-dots li {
  width: auto;
  height: auto;
}
.twc-carousel .slick-dots li.slick-active button {
  opacity: 1;
}
.twc-carousel .slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  opacity: 0.25;
  padding: 0;
}
.twc-carousel .slick-dots li button::before {
  display: none;
}

.bridge-district-section {
  display: flex;
  padding-top: 80px;
  padding-bottom: 130px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .bridge-district-section {
    flex-direction: column-reverse;
    min-height: 0;
    padding-bottom: 100px;
  }
}
.bridge-district-section .col-image {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .bridge-district-section .col-image {
    width: 100%;
  }
}
.bridge-district-section .col-copy {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .bridge-district-section .col-copy {
    width: 100%;
  }
}
.bridge-district-section .main-copy-sec {
  position: relative;
  padding-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .bridge-district-section .main-copy-sec {
    padding-bottom: 40px;
  }
}
.bridge-district-section .main-copy-sec::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--clr-black);
  width: 100%;
  bottom: 0;
}
.bridge-district-section .main-copy-sec .main-heading {
  margin-bottom: 40px;
}
.bridge-district-section .distance-section {
  display: grid;
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .bridge-district-section .distance-section {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .bridge-district-section .distance-section {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(50px, 4vw, 90px);
  }
}
@media only screen and (max-width: 991px) {
  .bridge-district-section .distance-section {
    grid-template-columns: repeat(1, 1fr);
    gap: clamp(40px, 7vw, 70px);
  }
}
.bridge-district-section .distance-section .distance-copy p {
  text-transform: uppercase;
}
.bridge-district-section .col-image {
  position: relative;
  display: flex;
  align-items: center;
}
.bridge-district-section .col-image figure {
  position: relative;
  width: 100%;
}
.bridge-district-section .col-image figure:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.bridge-district-section .col-image img {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .bridge-district-section .col-image img {
    left: -60px;
  }
}
.bridge-district-section .col-copy {
  padding: 20px var(--padding-md) 20px var(--padding-sm);
}
@media only screen and (max-width: 991px) {
  .bridge-district-section .col-copy {
    padding: 0px var(--padding-md) 95px;
  }
}

.two_column_container.row-reverse .two_column_layout .two_column_content .buttons button.fill_btn:hover {
  background: #1F2B37 !important;
}
.two_column_container.row-reverse .two_column_layout .two_column_content .buttons button.fill_btn:hover a {
  color: #FFF !important;
}
.two_column_container .two_column_layout {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .two_column_container .two_column_layout {
    flex-direction: column-reverse !important;
  }
}
.two_column_container .two_column_layout .two-items {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .two_column_container .two_column_layout .two-items {
    width: 100%;
  }
}
.two_column_container .two_column_layout .two_column_content {
  padding: 0px 4.3vw 100px 5.3vw;
}
@media only screen and (max-width: 991px) {
  .two_column_container .two_column_layout .two_column_content {
    padding: 0px 5vw 67px;
  }
}
.two_column_container .two_column_layout .two_column_content h2.headerText {
  font-family: var(--font-classic);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(2.5rem, 2.1814rem + 1.3072vw, 3.75rem);
  line-height: 70px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .two_column_container .two_column_layout .two_column_content h2.headerText {
    line-height: 42px;
  }
}
.two_column_container .two_column_layout .two_column_content h2.headerText span {
  font-weight: 400;
}
.two_column_container .two_column_layout .two_column_content h3.subCopy {
  font-family: var(--font-effra);
  font-size: 20px;
  color: #0B1215;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.two_column_container .two_column_layout .two_column_content img {
  height: 84px;
  width: 84px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .two_column_container .two_column_layout .two_column_content img {
    height: 44px;
    width: 44px;
  }
}
.two_column_container .two_column_layout .two_column_content img.icon {
  margin-top: 10vw;
}
@media only screen and (max-width: 991px) {
  .two_column_container .two_column_layout .two_column_content img.icon {
    margin-top: 12vw;
    margin-bottom: 36px !important;
  }
}
.two_column_container .two_column_layout .two_column_content p.sub_content {
  margin-top: 8.8vw;
  font-family: var(--font-effra);
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 991px) {
  .two_column_container .two_column_layout .two_column_content p.sub_content {
    margin-top: 60px;
  }
}
.two_column_container .two_column_layout .two_column_content .buttons {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 3vw;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media only screen and (max-width: 991px) {
  .two_column_container .two_column_layout .two_column_content .buttons {
    margin-top: 25px;
  }
}
.two_column_container .two_column_layout .two_column_content .buttons button {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 18px 24px;
}
.two_column_container .two_column_layout .two_column_content .buttons button:hover {
  background: #353A43 !important;
}
.two_column_container .two_column_layout .two_column_content .buttons button:hover a {
  color: #D8DCE1 !important;
}
.two_column_container .two_column_layout .two_column_content .buttons button a {
  font-family: var(--font-effra);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.two_column_container .two_column_layout .two_column_content .buttons button a[href="#"] {
  pointer-events: none;
}
.two_column_container .two_column_layout .two_column_content .buttons button.fill_btn:hover {
  background: #FFF !important;
}
.two_column_container .two_column_layout .two_column_content .buttons button.fill_btn:hover a {
  color: #7991B1 !important;
}
.two_column_container .two_column_layout .two_column_image {
  overflow: hidden;
  min-height: 50vw;
  position: relative;
}
.two_column_container .two_column_layout .two_column_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 120%;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .two_column_container .two_column_layout .two_column_image {
    height: 128vw;
    max-height: 600px;
  }
}

.alula-banner {
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .alula-banner {
    flex-direction: column-reverse;
  }
}
.alula-banner .copy-section, .alula-banner .img-section {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .alula-banner .copy-section, .alula-banner .img-section {
    width: 100%;
  }
}
.alula-banner .copy-section {
  padding: 0 var(--padding-sm) 158px;
}
@media only screen and (max-width: 991px) {
  .alula-banner .copy-section {
    padding-top: 141px;
    position: relative;
    padding-bottom: 90px;
    z-index: 1;
  }
}
.alula-banner .img-section {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .alula-banner .img-section {
    height: 153vw;
    max-height: 95vh;
  }
}
.alula-banner .img-section img {
  position: absolute;
}
.alula-banner .alula-heading {
  margin-bottom: 28px;
  position: relative;
}
.alula-banner .alula-heading.font-light {
  margin-bottom: 7px;
}
.alula-banner .btn-wrap {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.alula-banner .btn-wrap a:first-child {
  margin-right: 12px;
}
.alula-banner .banner-pattern {
  width: 39.11vw;
  position: relative;
  right: -13.3vw;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .alula-banner .banner-pattern {
    margin-top: -2.3vw;
  }
}
@media only screen and (max-width: 991px) {
  .alula-banner .banner-pattern {
    width: 518px;
    right: -145px;
    position: absolute;
    top: -179px;
    z-index: 0;
  }
}
@media only screen and (min-width: 992px) {
  .alula-banner .banner-pattern img {
    margin-bottom: 90px;
  }
}

.alula-fp-intro {
  padding: 125px 7.8vw 153px;
  background-color: var(--clr-alula2);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .alula-fp-intro {
    padding: 109px var(--padding-sm) 122px;
  }
}
.alula-fp-intro .alula-fp-icon {
  margin: 0 auto 61px;
}
@media only screen and (max-width: 991px) {
  .alula-fp-intro .alula-fp-icon {
    max-width: 77px;
  }
}
.alula-fp-intro .alula-md-content {
  margin-bottom: 72px;
}
@media only screen and (max-width: 991px) {
  .alula-fp-intro .alula-md-content {
    margin-bottom: 54px;
  }
}
.alula-fp-intro .section-title {
  color: var(--clr-darkGrey);
}

.ngh-top-row {
  padding: 55px 20px;
}
@media only screen and (min-width: 992px) {
  .ngh-top-row {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-auto-rows: max-content;
    grid-template-rows: auto 2fr;
  }
}
.ngh-top-row .ngh-heading {
  grid-column: 1/10;
  grid-row: 1/3;
}
.ngh-top-row .ngh-title {
  grid-column: 11/25;
  grid-row: 1;
}
.ngh-top-row .ngh-cnt {
  grid-column: 11/25;
  grid-row: 2;
}

.neighborhood-slider-section {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .neighborhood-slider-section .alula-heading {
    margin-bottom: 32px;
  }
}

.ngh-slider {
  padding: 0 15px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .ngh-slider {
    padding-right: 15.4vw;
  }
  .ngh-slider, .ngh-slider .slick-list {
    overflow: visible;
  }
}

.ngh-slide {
  padding: 0 5px;
  width: 33.33%;
}
.ngh-slide .ngh-img {
  width: 100%;
  height: 29.4vw;
  margin-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .ngh-slide .ngh-img {
    height: 113.8vw;
  }
}

.contact-form-container .contact-form-two-layout {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .contact-form-container .contact-form-two-layout {
    flex-direction: column;
  }
}
.contact-form-container .contact-form-two-layout .item-layout {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .contact-form-container .contact-form-two-layout .item-layout {
    width: 100%;
  }
}
.contact-form-container .contact-form-two-layout .form-image {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .contact-form-container .contact-form-two-layout .form-image {
    height: 100vw;
  }
}
.contact-form-container .contact-form-two-layout .form-image h3 {
  position: absolute;
  left: 99px;
  font-family: var(--font-classic);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.5rem, 2.2132rem + 1.1765vw, 3.625rem);
  line-height: 64px;
  max-width: 32vw;
  color: #FFFFFF;
  top: 50%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 991px) {
  .contact-form-container .contact-form-two-layout .form-image h3 {
    left: unset;
    line-height: 42px;
    max-width: 82vw;
    margin-left: 9vw;
    margin-right: 9vw;
  }
}
.contact-form-container .contact-form-two-layout .form-image .image-left {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contact-form-container .contact-form-two-layout .form-image .image-left img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  width: 100%;
}
.contact-form-container .contact-form-two-layout .form-image .icon {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 15vw;
  width: 100%;
}

.form-section {
  background-color: #353A43;
  padding: 6.7vw;
}
.form-section h2 {
  font-family: var(--font-tiller);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.8125rem, 2.5735rem + 0.9804vw, 3.75rem);
  line-height: 60px;
  color: #EAE7D9;
}
@media only screen and (max-width: 991px) {
  .form-section h2 {
    line-height: 42px;
  }
}
.form-section .hywrap #form-fields label {
  color: #FFF;
  font-family: var(--font-effra);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.form-section .hywrap #form-fields .controls input, .form-section .hywrap #form-fields .controls select, .form-section .hywrap #form-fields .controls textarea {
  border: 1px solid #fff;
  color: #fff;
  font-family: var(--font-effra);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  height: auto;
  line-height: 18px;
  padding: 24px;
  border-radius: 8px;
}
.form-section .hywrap #form-fields .hytag_name ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .form-section .hywrap #form-fields .hytag_name ul {
    flex-wrap: wrap;
  }
}
.form-section .hywrap #form-fields .hytag_name ul li {
  width: calc(50% - 17px);
}
@media only screen and (max-width: 1399px) {
  .form-section .hywrap #form-fields .hytag_name ul li {
    width: 100%;
  }
}
.form-section .hywrap #form-fields .hytag_form_desired_move_in_date, .form-section .hywrap #form-fields .hytag_number_of_bedrooms {
  width: calc(50% - 17px);
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  .form-section .hywrap #form-fields .hytag_form_desired_move_in_date, .form-section .hywrap #form-fields .hytag_number_of_bedrooms {
    width: 100%;
  }
}
.form-section .hywrap #form-fields .hytag_form_desired_move_in_date {
  margin-right: 17px;
  float: left;
  clear: none;
}
.form-section .hywrap #form-fields .hytag_number_of_bedrooms {
  margin-left: 17px;
}
@media only screen and (max-width: 1399px) {
  .form-section .hywrap #form-fields .hytag_number_of_bedrooms {
    margin-left: 0px;
  }
}
.form-section .hywrap #form-fields .hytag_number_of_bedrooms .controls select {
  margin-top: 10px;
}
.form-section .hywrap #form-fields .hytag_number_of_bedrooms .controls select option {
  background-color: #353A43;
}
.form-section .hywrap .form-actions button[type=submit] {
  padding: 18px 24px;
  background: #7991B1;
  color: #FFF;
  border-color: #7991B1;
  text-transform: uppercase;
  border-radius: 8px;
  font-family: var(--font-effra);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 991px) {
  .form-section .hywrap .form-actions button[type=submit] {
    width: 100%;
  }
}
.form-section .hywrap .form-actions button[type=submit]:hover {
  background-color: #fff;
  color: #7991b1;
  border-color: #fff;
}
.form-section .hywrap #more-info a {
  color: #FFF;
  text-decoration: underline;
}
.form-section .hywrap .LV_invalid {
  margin-top: 5px;
}

.accordian-layout {
  padding: 97px 0px;
}
@media only screen and (max-width: 991px) {
  .accordian-layout {
    padding: 80px 0px 70px;
  }
}
.accordian-layout h3.subheader {
  font-family: var(--font-effra);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  padding-left: 5vw;
  line-height: 18px;
  color: var(--clr-ashyBlack);
}
.accordian-layout p.subcopy {
  font-family: var(--font-classic);
  padding: 0px 5vw;
  margin-top: 25px;
  font-style: normal;
  font-weight: 350;
  font-size: clamp(1.75rem, 1.527rem + 0.915vw, 2.625rem);
  line-height: 52px;
  color: var(--clr-ashyBlack);
}
.accordian-layout p.subcopy span {
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .accordian-layout p.subcopy {
    line-height: 36px;
    margin-top: 45px;
  }
}

.accordian-two-layout {
  display: flex;
  flex-direction: row;
  padding: 0px 0px 0px 97px;
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-top: 120px;
}
@media only screen and (max-width: 991px) {
  .accordian-two-layout {
    flex-direction: column-reverse;
    padding: 0px;
    margin-top: 80px;
  }
}
.accordian-two-layout .accordian-image {
  min-width: 58vw;
  height: 36vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .accordian-two-layout .accordian-image {
    width: 100%;
    height: 100vw;
  }
}
.accordian-two-layout .accordian-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.accordian-two-layout .accordion-container {
  width: calc(42vw - 177px);
}
@media only screen and (max-width: 991px) {
  .accordian-two-layout .accordion-container {
    width: 90%;
    margin: auto;
    margin-top: 40px;
  }
}
.accordian-two-layout .accordion:first-child .accordion__header {
  border-top: none;
}
.accordian-two-layout .accordion:not(.is-active) .accordion__header {
  border-bottom: none;
}

.accordion__header {
  cursor: pointer;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  font-family: var(--font-classic);
  font-weight: 400;
  font-size: clamp(1.5rem, 1.4044rem + 0.3922vw, 1.875rem);
  line-height: 52px;
  color: var(--clr-ashyBlack);
  border-top: 1px solid var(--clr-ashyBlack);
  border-bottom: 1px solid var(--clr-ashyBlack);
}
.accordion__header .accordion__header_text {
  width: 70%;
  font-family: var(--font-classic);
  font-weight: 400;
  font-size: clamp(1.5rem, 1.4044rem + 0.3922vw, 1.875rem);
  padding: 18px 0px;
  line-height: 32px;
  color: var(--clr-ashyBlack);
}
@media only screen and (max-width: 991px) {
  .accordion__header .accordion__header_text {
    line-height: 30px;
  }
}
.accordion__header::after, .accordion__header::before {
  content: "";
  position: absolute;
  right: 1.5em;
  width: 2px;
  height: 0.5em;
  background-color: var(--clr-ashyBlack);
  transition: all 0.2s;
}
.accordion__header::after {
  transform: rotate(90deg);
}
.is-active .accordion__header::before {
  transform: rotate(90deg);
}

.accordion__content {
  display: none;
  position: relative;
  padding-bottom: 10px;
}
.accordion__content.expanded {
  display: block;
}
.accordion__content.here {
  padding-bottom: 75px;
}
.accordion__content.here::after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  height: 12vw; /* Height of the fade effect */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none; /* Ensures it doesn't block interactions */
}
.accordion__content .content_details {
  margin: 0;
  padding-top: 23px;
  overflow: hidden;
  max-height: 30vw;
  padding-bottom: 0.8rem;
  transition: max-height 0.5s ease;
}
.accordion__content .content_details.all-clicked {
  height: auto;
  max-height: unset;
  background-image: unset;
  color: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
}
.accordion__content .content_details ul {
  padding-left: 30px;
}
.accordion__content .content_details ul li {
  font-family: var(--font-effra);
  font-weight: 300;
  font-size: clamp(1rem, 0.9681rem + 0.1307vw, 1.125rem);
  line-height: 26px;
  color: #0B1215;
}
@media only screen and (max-width: 991px) {
  .accordion__content .content_details ul li {
    line-height: 24px;
  }
}
.accordion__content .content_details p {
  font-family: var(--font-effra);
  font-weight: 300;
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.9681rem + 0.1307vw, 1.125rem);
  line-height: 26px;
  color: #0B1215;
}
@media only screen and (max-width: 991px) {
  .accordion__content .content_details p {
    line-height: 24px;
  }
}
.accordion__content .expand-all {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 18px;
  background: #D8DCE1;
  color: #353A43;
  border-radius: 6px;
  font-family: var(--font-effra);
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.accordion__content .expand-all.more-content {
  display: block !important;
}
.accordion__content .expand-all.collapsed {
  display: none !important;
}

.features-amenities-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 20px;
  background: var(--clr-beige);
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .features-amenities-wrapper {
    border-radius: 0;
  }
}
.features-amenities-wrapper .text-section {
  flex: 1;
  padding: 20px;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .features-amenities-wrapper .text-section {
    padding: 0;
    max-width: 100%;
  }
  .features-amenities-wrapper .text-section .content {
    margin-bottom: 40px;
  }
}
.features-amenities-wrapper .text-section .main-heading {
  color: var(--clr-darkBlack);
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .features-amenities-wrapper .text-section .main-heading {
    margin-bottom: 90px;
  }
}
.features-amenities-wrapper .image-section {
  flex: 1;
  padding: 20px;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .features-amenities-wrapper .image-section {
    padding: 0;
    max-width: 100%;
    flex: 100%;
  }
}
.features-amenities-wrapper .image-section img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media only screen and (max-width: 991px) {
  .features-amenities-wrapper .image-section img {
    max-height: 92.5vw;
  }
}
.features-amenities-wrapper .image-section.large-image {
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .features-amenities-wrapper .image-section.large-image {
    padding-right: 0;
  }
}
.features-amenities-wrapper .accordion {
  margin-top: 20px;
  background: var(--clr-white);
  border-radius: 10px;
}
.features-amenities-wrapper .accordion.active .accordion-btn:before {
  display: none;
}
.features-amenities-wrapper .accordion button {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 30px 32px;
  font-size: clamp(1.5rem, 1.4044rem + 0.3922vw, 1.875rem);
  line-height: 0.875;
  cursor: pointer;
  font-family: var(--font-syne);
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .features-amenities-wrapper .accordion button {
    padding: 20px 21px;
  }
}
.features-amenities-wrapper .accordion button:after {
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  background: var(--clr-poplar);
  right: 32px;
  top: 50%;
}
.features-amenities-wrapper .accordion button:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  background: var(--clr-poplar);
  right: 32px;
  top: 50%;
  transform: rotate(90deg);
}
@media only screen and (max-width: 991px) {
  .features-amenities-wrapper .accordion button:after, .features-amenities-wrapper .accordion button:before {
    height: 1px;
    width: 25px;
    top: 30px;
  }
}
.features-amenities-wrapper .accordion .accordion-item {
  padding: 10px 35px 35px 50px;
  display: none;
}
.features-amenities-wrapper .accordion .accordion-item.active {
  display: block;
}
@media only screen and (min-width: 992px) {
  .features-amenities-wrapper .accordion .accordion-item.desk-active {
    display: block;
  }
}
.features-amenities-wrapper .accordion .accordion-item .item {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  line-height: 1.78;
}
.features-amenities-wrapper .section-block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.features-amenities-wrapper .section-block .text-section-inner {
  display: flex;
  flex-wrap: wrap;
}
.features-amenities-wrapper .sub-list {
  margin-left: 40px;
}
.features-amenities-wrapper .sub-list li {
  list-style: disc;
}
.features-amenities-wrapper .accorrdion-des {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}
.features-amenities-wrapper .accorrdion-des:before {
  display: none !important;
}
.features-amenities-wrapper .disclaimer {
  list-style: none;
  margin-top: 20px;
}

.gallery-wrapper {
  background-color: var(--clr-yellowGray);
  padding: 4.28vw;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .gallery-wrapper {
    padding: 50px 0px 100px;
    border-radius: 0;
  }
}
.gallery-wrapper .gallery-header {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .gallery-wrapper .gallery-header {
    padding: 0px 20px;
    margin-bottom: 25px;
  }
}
.gallery-wrapper .gallery-header .gallery-category-wrap {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .gallery-wrapper .gallery-header .gallery-category-wrap {
    width: 100%;
  }
}
.gallery-wrapper .gallery-header .gallery-category-wrap .mob-galley-cat-btn {
  box-shadow: none;
  background: none;
  position: relative;
  font-family: var(--font-syne);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: var(--clr-darkBlack);
}
.gallery-wrapper .gallery-header .gallery-category-wrap .mob-galley-cat-btn::after {
  position: absolute;
  right: -35px;
  background: url("../images/caret-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  content: "";
  top: 6px;
}
.gallery-wrapper .gallery-header .gallery-heading {
  font-size: clamp(2.8125rem, 2.2549rem + 2.2876vw, 5rem);
  color: var(--clr-white);
  margin-bottom: 10px;
  line-height: 1.14;
  width: 40%;
  font-family: var(--font-tiller);
}
@media only screen and (max-width: 991px) {
  .gallery-wrapper .gallery-header .gallery-heading {
    width: 100%;
    margin-bottom: 77px;
  }
}
.gallery-wrapper .gallery-header .gallery-category {
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .gallery-wrapper .gallery-header .gallery-category {
    width: 100%;
    display: none;
    position: absolute;
    height: auto;
    width: 100%;
    max-width: 300px;
    background-color: var(--clr-white);
    z-index: 1;
    border-radius: 10px;
  }
}
.gallery-wrapper .gallery-header .gallery-category button {
  color: var(--clr-darkBlack);
  font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem);
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--font-syne);
  padding-right: 5vw;
  border: 0;
  box-shadow: none;
  background: transparent;
  position: relative;
}
.gallery-wrapper .gallery-header .gallery-category button:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: calc(100% - 5vw);
  background: var(--clr-darkBlack);
  height: 1px;
  transition: all ease-in 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .gallery-wrapper .gallery-header .gallery-category button:after {
    display: none;
  }
}
.gallery-wrapper .gallery-header .gallery-category button.active:after {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .gallery-wrapper .gallery-header .gallery-category button.active {
    background: var(--clr-darkBlack);
    color: var(--clr-white);
  }
}
.gallery-wrapper .gallery-header .gallery-category button:last-child {
  padding-right: 0;
}
.gallery-wrapper .gallery-header .gallery-category button:last-child:after {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .gallery-wrapper .gallery-header .gallery-category button {
    width: 100%;
    padding-right: 0;
    text-align: left;
    padding: 10px 10px;
  }
}
.gallery-wrapper .slider-main {
  height: 40vw;
}
@media only screen and (max-width: 991px) {
  .gallery-wrapper .slider-main {
    height: 108vw;
  }
}
.gallery-wrapper .slider-main .slide {
  width: 100%;
  height: 100%;
}
.gallery-wrapper .slider-main .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -o-object-position: center;
     object-position: center;
}
.gallery-wrapper .thumbnail-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.gallery-wrapper .thumbnail-section .gallery-caption {
  font-size: clamp(0.875rem, 0.7794rem + 0.3922vw, 1.25rem);
  line-height: 1.5;
  width: 40%;
  font-family: var(--font-syne);
}
@media only screen and (max-width: 991px) {
  .gallery-wrapper .thumbnail-section .gallery-caption {
    width: 100%;
    padding: 0px 20px;
  }
}
.gallery-wrapper .thumbnail-section .slider-thumbnails {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  height: 60px;
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .gallery-wrapper .thumbnail-section .slider-thumbnails {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
}
.gallery-wrapper .thumbnail-section .slider-thumbnails .slick-slide {
  width: 60px !important;
  opacity: 0.25;
}
.gallery-wrapper .thumbnail-section .slider-thumbnails .slick-slide.slick-current {
  opacity: 1;
}
.gallery-wrapper .thumbnail-section .slider-thumbnails .thumb {
  width: 60px !important;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
}
.gallery-wrapper .thumbnail-section .slider-thumbnails .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-wrapper .thumbnail-section .slider-thumbnails .slick-list,
.gallery-wrapper .thumbnail-section .slider-thumbnails .slick-slide > div {
  height: 100%;
  width: 100% !important;
}
.gallery-wrapper .slick-list,
.gallery-wrapper .slick-track,
.gallery-wrapper .slick-slide > div {
  height: 100%;
}
.gallery-wrapper .slick-next {
  right: 40px;
}
.gallery-wrapper .slick-next:before {
  content: url("../images/icons/chevron-right.svg");
  opacity: 1;
}
.gallery-wrapper .slick-prev {
  left: 30px;
  z-index: 1;
}
.gallery-wrapper .slick-prev:before {
  content: url("../images/icons/chevron-right.svg");
  opacity: 1;
  transform: rotate(180deg);
  position: absolute;
}

.system .gallery-category button:hover:after {
  opacity: 1;
}

.al-pattern-1, .al-pattern-2, .al-pattern-3 {
  display: none;
}

.apartment-section {
  background: var(--clr-darkBlack);
  border-radius: 10px;
  margin-bottom: 20px;
  color: var(--clr-beige);
  padding: 80px;
}
@media only screen and (max-width: 991px) {
  .apartment-section {
    padding: 20px 20px 26px;
    border-radius: 0;
  }
  .apartment-section .main-heading {
    margin-bottom: 30px;
  }
}
.apartment-section .apartment-header {
  display: flex;
  flex-wrap: wrap;
}
.apartment-section .apartment-header .left, .apartment-section .apartment-header .right {
  width: 50%;
}
.apartment-section .apartment-header .left .main-heading, .apartment-section .apartment-header .right .main-heading {
  font-family: var(--font-tiller);
}
.apartment-section .apartment-header .left .sub-heading, .apartment-section .apartment-header .left .content, .apartment-section .apartment-header .right .sub-heading, .apartment-section .apartment-header .right .content {
  font-family: var(--font-syne);
}
@media only screen and (max-width: 991px) {
  .apartment-section .apartment-header .left, .apartment-section .apartment-header .right {
    width: 100%;
  }
}
.apartment-section .apartment-header .btn {
  background: var(--clr-beige);
  color: var(--clr-primary);
  margin: 30px 0px 75px;
}
@media only screen and (max-width: 991px) {
  .apartment-section .apartment-header .btn {
    margin: 40px 0px 60px 20px;
    max-width: 269px;
  }
}
.system .apartment-section .apartment-header .btn:hover {
  background: transparent;
  border-color: var(--clr-beige);
  color: var(--clr-beige);
}
.apartment-section .apartment-thumbnails {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}
.apartment-section .apartment-thumbnails.show-mob {
  display: block;
}
.apartment-section .apartment-thumbnails.show-mob .large-image {
  border-radius: 0px;
}
.apartment-section .apartment-thumbnails.show-mob .large-image .sub-heading {
  margin-top: 28px;
  margin-bottom: 77px;
}
.apartment-section .apartment-thumbnails.show-mob .large-image img {
  border-radius: 10px;
}
.apartment-section .apartment-thumbnails .large-image {
  grid-row: 1/3;
  border-radius: 10px;
  overflow: hidden;
}
.apartment-section .apartment-thumbnails .small-image {
  border-radius: 10px;
  overflow: hidden;
}
.apartment-section .apartment-thumbnails img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.neighborhood-gallery {
  padding: 77px 0px 63px 5vw;
}
@media only screen and (max-width: 991px) {
  .neighborhood-gallery {
    padding-top: 100px;
    padding-left: 5vw;
  }
}
.neighborhood-gallery .sub_header {
  font-family: var(--font-effra);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #0B1215;
}
.neighborhood-gallery .header {
  font-family: var(--font-classic);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(2.5rem, 2.2132rem + 1.1765vw, 3.625rem);
  line-height: 64px;
  text-transform: capitalize;
  margin-top: 26px;
  color: #0B1215;
}
@media only screen and (max-width: 991px) {
  .neighborhood-gallery .header {
    line-height: 42px;
    margin-right: 5vw;
    margin-top: 36px;
  }
}
.neighborhood-gallery .slider-content {
  margin-top: 75px;
  display: flex;
  overflow: hidden;
  flex-direction: row;
  -moz-column-gap: 4.5vw;
       column-gap: 4.5vw;
}
@media only screen and (max-width: 991px) {
  .neighborhood-gallery .slider-content {
    flex-direction: column;
    margin-top: 48px;
  }
}
.neighborhood-gallery .slider-content .sub_copy {
  font-family: var(--font-effra);
  font-style: normal;
  min-width: 24vw;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #0B1215;
}
@media only screen and (max-width: 991px) {
  .neighborhood-gallery .slider-content .sub_copy {
    padding-right: 5vw;
  }
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .neighborhood-gallery .slider-content .neighborhood-imageSlider {
    margin-top: 95px;
  }
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container {
  width: 100%;
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-slide {
  width: 31vw;
  margin-left: 10px;
  overflow: hidden;
  height: 59vw;
}
@media only screen and (max-width: 991px) {
  .neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-slide {
    width: 79vw;
    height: auto;
  }
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-slide .item1 img {
  height: 42vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-slide .item1 img {
    height: 100vw;
  }
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-slide .item1 .content {
  margin-top: 42px;
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-slide .item1 .content h3 {
  font-family: var(--font-effra);
  font-weight: 500;
  font-size: clamp(1.375rem, 1.2794rem + 0.3922vw, 1.75rem);
  line-height: 30px;
  color: #0B1215;
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-slide .item1 .content ul {
  margin-top: 23px;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-slide .item1 .content ul {
    margin-top: 16px;
  }
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-slide .item1 .content ul li {
  font-family: var(--font-effra);
  font-weight: 300;
  font-size: clamp(1rem, 0.9681rem + 0.1307vw, 1.125rem);
  line-height: 26px;
  color: #0B1215;
}
@media only screen and (max-width: 991px) {
  .neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-slide .item1 .content ul li {
    line-height: 24px;
  }
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-prev, .neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-next {
  left: -28.5vw;
  height: 40px;
  top: 14vw;
  width: 40px;
}
@media only screen and (max-width: 991px) {
  .neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-prev, .neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-next {
    left: 0;
    top: -50px;
  }
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-next {
  left: -25vw;
}
@media only screen and (max-width: 991px) {
  .neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-next {
    left: 30px;
  }
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-next img {
  transform: rotate(180deg);
}
.neighborhood-gallery .slider-content .neighborhood-imageSlider .slider-container .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.image-container {
  min-height: 780px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px var(--padding-lg);
}
@media only screen and (max-width: 991px) {
  .image-container {
    min-height: 600px;
  }
}
.image-container .inner-image-div {
  width: 100%;
  background-color: var(--clr-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: var(--br-radius);
  padding: 75px var(--padding-sm2);
}
@media only screen and (max-width: 991px) {
  .image-container .inner-image-div {
    padding: 20px var(--padding-sm2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.image-container .inner-image-div .sub-heading {
  font-family: var(--font-medium);
  font-weight: normal;
  line-height: 38px;
  text-align: left;
  max-width: 485px;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .image-container .inner-image-div .sub-heading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 34px;
    padding-right: 0px;
  }
}
.image-container .inner-image-div .button-container {
  display: flex;
  gap: 9px;
}
@media only screen and (max-width: 991px) {
  .image-container .inner-image-div .button-container {
    flex-direction: column;
    max-width: 480px;
    width: 100%;
  }
}
.image-container .inner-image-div .button-container .btn {
  border-radius: 6px;
  white-space: nowrap;
}
.image-container .inner-image-div .button-container .btn-transparent-primary {
  border: 1px solid var(--clr-primary);
}
.image-container .inner-image-div .button-container .btn-fill-primary:hover {
  border: 1px solid var(--clr-primary);
}

body.home-page {
  overflow: auto;
  height: auto;
}
body.home-page.push-down {
  overflow: hidden;
  height: 100vh;
}
body.home-page .loader {
  display: none !important;
}
body.home-page .transparent-header {
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.2s;
}
body.home-page .transparent-header.show-header {
  opacity: 1;
  visibility: visible;
}

.intro-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  transition: margin-top 1.5s ease;
  position: relative;
  opacity: 0;
}
.intro-section .intro-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.intro-section .intro-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-section .intro-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.intro-section .intro-content .welcome-txt {
  color: var(--clr-white);
  font-size: clamp(0.75rem, 0.3421rem + 0.6579vw, 1rem);
  line-height: 1.125;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.intro-section .intro-content .down-arrow {
  cursor: pointer;
}
.intro-section.scroll-up {
  margin-top: -100vh;
}

.hero-fill-banner {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100vh;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .hero-fill-banner {
    padding: 0;
  }
}

.hero-img-wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  min-height: 320px;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.hero-img-wrap:after {
  content: "";
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  height: 292px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .hero-img-wrap:after {
    height: 195px;
  }
}
.hero-img-wrap .slick-list,
.hero-img-wrap .slick-track {
  display: flex;
  flex-grow: 1;
}
@media only screen and (max-width: 991px) {
  .hero-img-wrap {
    position: relative;
    z-index: 0;
    flex-grow: 1;
  }
}

.hero-img {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.hero-img,
.hero-img video {
  position: absolute;
  z-index: -1;
  display: inline-block;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 991px) {
  .video-controls {
    bottom: 20px;
    left: 20px;
    gap: 10px;
  }
}

.video-control-btn {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
}
@media only screen and (max-width: 991px) {
  .video-control-btn {
    width: 40px;
    height: 40px;
  }
}
.video-control-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: white;
  transform: scale(1.1);
}
.video-control-btn:active {
  transform: scale(0.95);
}
.video-control-btn svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 991px) {
  .video-control-btn svg {
    width: 16px;
    height: 16px;
  }
}

.hero-content-box {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  background: var(--clr-green);
  color: var(--clr-secondary);
  max-width: 528px;
  width: 100%;
  border-radius: var(--br-radius);
  padding: 40px 54px 40px 69px;
}
@media only screen and (max-width: 991px) {
  .hero-content-box {
    max-width: 100%;
    border-radius: 0;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 20px var(--padding-sm) 25px;
  }
}
.hero-content-box.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.hero-content-box .slick-dots {
  display: none !important;
  position: relative;
  bottom: auto;
  margin-bottom: 18px;
  text-align: left;
}
.hero-content-box .slick-dots li {
  margin: 0;
}
.hero-content-box .slick-dots li button:before {
  color: var(--clr-secondary);
}
.hero-content-box .slick-dots li button:before:hover, .hero-content-box .slick-dots li button:before:focus:before {
  opacity: 0.25;
}
.system .hero-content-box .slick-dots li button:before:hover, .using-keytab .hero-content-box .slick-dots li button:before:focus:before {
  opacity: 1;
}
.hero-content-box .slick-dots li.slick-active button:before {
  color: var(--clr-lightgreen);
  opacity: 1;
}
.hero-content, .slick-initialized .hero-content.slick-slide {
  display: flex;
  flex-direction: column;
}
.hero-content > *:not(:last-child) {
  margin-bottom: 20px;
}
.hero-content .btn {
  margin-bottom: 12px;
}
.hero-content.slick-slide {
  padding: 0.5px;
}

.logo-card-wrap {
  width: 100%;
  padding: 202px var(--padding-lg) 295px;
  background-color: var(--clr-secondary);
}
@media only screen and (max-width: 991px) {
  .logo-card-wrap {
    padding: 115px var(--padding-lg) 100px;
  }
}

.two-col-card {
  display: flex;
  width: 100%;
  border-radius: var(--br-radius);
  min-height: 35vw;
  background-color: var(--clr-white);
  overflow: hidden;
}
.two-col-card:not(:last-child) {
  margin-bottom: 34px;
}
@media only screen and (max-width: 991px) {
  .two-col-card:not(:last-child) {
    margin-bottom: 19px;
  }
}
.two-col-card.row-reverse {
  flex-direction: row-reverse;
}
.two-col-card > * {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .two-col-card, .two-col-card.row-reverse {
    flex-direction: column;
  }
  .two-col-card > * {
    width: 100%;
  }
}
.two-col-card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .two-col-card .card-img {
    height: 76vw;
    min-height: 300px;
  }
}
.two-col-card .card-content,
.two-col-card .card-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .two-col-card .card-content,
  .two-col-card .card-copy {
    gap: 13px;
  }
}
.two-col-card .card-content {
  padding: 60px var(--padding-sm2);
}
@media only screen and (max-width: 991px) {
  .two-col-card .card-content {
    padding: 26px var(--padding-sm2);
  }
}
.two-col-card .card-logo {
  flex-grow: 1;
  margin-bottom: 20px;
}
.two-col-card .card-logo img {
  max-width: 100%;
}
.two-col-card .card-copy .btn {
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .two-col-card .card-copy .btn {
    margin-top: 8px;
    max-width: 160px;
  }
}

body.home-page .retail-section {
  margin-inline: auto;
  padding: 180px var(--padding-lg) 160px;
}
@media only screen and (max-width: 991px) {
  body.home-page .retail-section {
    padding: 106px var(--padding-lg) 136px;
  }
}
body.home-page .retail-section .retail-slider-wrap {
  padding-left: 0;
  padding-right: 0;
}
body.home-page .retail-section .right-sec .btn {
  background: transparent;
  color: var(--clr-primary);
  border-color: var(--clr-primary);
}
.system body.home-page .retail-section .right-sec .btn:hover {
  color: var(--clr-white);
  background: var(--clr-primary);
}
body.home-page .retail-section .right-sec .btn:after {
  background: url(../images/icons/arrow-right.svg) no-repeat center center/contain;
}
.system body.home-page .retail-section .right-sec .btn:hover:after {
  background: url(../images/icons/arrow-right-white.svg) no-repeat center center/contain;
}
body.home-page .retail-section .logo-slider {
  margin-top: 40px;
}

.sticky-sec {
  position: sticky;
  top: 0;
  display: flex;
  color: var(--clr-white);
  width: 100%;
  height: 100vh;
  padding: 172px var(--padding-md) 157px;
}
@media only screen and (min-width: 992px) {
  .sticky-sec {
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .sticky-sec {
    padding: 80px var(--padding-md);
  }
}
.sticky-sec > * {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .sticky-sec > * {
    width: 100%;
  }
}
.sticky-sec .sticky-heading-sec {
  padding: 0 4vw;
  z-index: 2;
  opacity: 1;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
}
.sticky-sec .sticky-heading-sec .main-heading {
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .sticky-sec .sticky-heading-sec {
    padding: 0;
    position: absolute;
    width: auto;
  }
  .sticky-sec .sticky-heading-sec .btn-lg {
    max-width: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .sticky-sec .sticky-heading-sec.hide-on-mobile {
    opacity: 0;
  }
}
.sticky-sec .sticky-image-sec {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.sticky-sec .sticky-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.sticky-sec .sticky-img.in-view {
  opacity: 1;
}
.sticky-sec .sticky-img:first-child {
  opacity: 1 !important;
}

.sticky-copy-wrap {
  position: relative;
  height: 90vh;
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  color: var(--clr-white);
  padding: 50px var(--padding-md);
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .sticky-copy-wrap {
    padding: 50px var(--padding-md);
  }
}
@media only screen and (max-width: 991px) {
  .sticky-copy-wrap {
    width: 100%;
  }
}
.sticky-copy-wrap > * {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .sticky-copy-wrap > * {
    width: 100%;
  }
}

.sticky-copy-sec {
  border-top: 1px solid var(--clr-white);
  padding: 26px 0 20px;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.7s;
}
.sticky-copy-sec.in-view {
  opacity: 1;
}
.sticky-copy-sec > *:not(:last-child) {
  margin-bottom: 18px;
}
.sticky-copy-sec:not(:first-child) {
  margin-top: 70vh;
}
@media only screen and (max-width: 991px) {
  .sticky-copy-sec {
    padding-bottom: 20px;
    margin-bottom: 30vh;
    margin-top: 40vh;
  }
  .sticky-copy-sec > *:not(:last-child) {
    margin-bottom: 12px;
  }
}
.events-carousel-sec {
  background: var(--clr-lightgreen);
  padding: 9.2vw var(--padding-lg) 17.7vw;
}
@media only screen and (max-width: 991px) {
  .events-carousel-sec {
    padding: 120px var(--padding-lg);
  }
  .events-carousel-sec .event-carousel {
    margin: 26px auto;
    overflow: visible;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 1920px) {
  .events-carousel-sec .full-width-copy {
    padding-bottom: 66px;
  }
}

.retail-sec {
  padding: 180px var(--padding-lg) 160px;
}
@media only screen and (max-width: 991px) {
  .retail-sec {
    padding: 106px var(--padding-lg) 136px;
  }
}

.accordian-sec {
  display: flex;
  min-height: 1028px;
  background: var(--clr-green);
  color: var(--clr-secondary);
}
@media only screen and (max-width: 991px) {
  .accordian-sec {
    flex-direction: column;
    min-height: 0;
  }
}
.accordian-sec > * {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .accordian-sec > * {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .accordian-sec .col-image {
    height: 580px;
  }
}
.accordian-sec .col-copy {
  display: flex;
  flex-direction: column;
  padding: 75px var(--padding-sm) 85px var(--padding-sm2);
}
@media only screen and (max-width: 991px) {
  .accordian-sec .col-copy {
    padding: 60px var(--padding-sm);
  }
}
.accordian-sec .main-copy-sec .main-heading {
  margin-bottom: 30px;
}
.accordian-sec .main-copy-sec .btn {
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .accordian-sec .main-copy-sec {
    margin-bottom: 100px;
  }
}
.accordian-sec .row-accordian {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.accordian-sec .accordian-active .row-accordian {
  justify-content: flex-start;
}
.accordian-sec .accordian-list {
  margin-top: 40px;
  border-top: 1px solid var(--clr-secondary);
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .accordian-sec .accordian-list.active {
    margin-top: 0;
  }
}
.accordian-sec .accordian-list.active .accordian-title:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 991px) {
  .accordian-sec .accordian-list {
    margin-top: 30px;
  }
}
.accordian-sec .accordian-title {
  cursor: pointer;
  padding-right: var(--padding-sm);
  position: relative;
}
.accordian-sec .accordian-title:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 3px;
  background: url(../images/icons/Add.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .accordian-sec .accordian-title {
    padding-right: 40px;
  }
}
.accordian-sec .accordian-content {
  margin-top: 15px;
}
.accordian-sec .accordian-content.hidden {
  display: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.leasing-ofc-block {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .leasing-ofc-block {
    flex-direction: column;
  }
}
.leasing-ofc-block .leasing-ofc-left-block {
  width: 40%;
  background-color: var(--clr-green);
  padding: var(--padding-sm);
}
@media only screen and (max-width: 1199px) {
  .leasing-ofc-block .leasing-ofc-left-block {
    width: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .leasing-ofc-block .leasing-ofc-left-block {
    width: 100%;
    padding: 3rem;
  }
}
.leasing-ofc-block .leasing-ofc-left-block h3 {
  font-size: clamp(1.25rem, 0.8421rem + 0.6579vw, 1.5rem);
  font-family: var(--font-regular);
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--clr-white);
}
@media only screen and (max-width: 991px) {
  .leasing-ofc-block .leasing-ofc-left-block h3 {
    font-size: clamp(1.6rem, 0.8421rem + 0.6579vw, 1.5rem);
  }
}
.leasing-ofc-block .leasing-ofc-left-block .info-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .leasing-ofc-block .leasing-ofc-left-block .info-container {
    flex-direction: column;
  }
}
.leasing-ofc-block .leasing-ofc-left-block .info-container .info-box .contact-address, .leasing-ofc-block .leasing-ofc-left-block .info-container .info-box .contact-phone {
  display: flex;
  flex-direction: row;
  gap: 15px;
  text-transform: capitalize;
}
.leasing-ofc-block .leasing-ofc-left-block .info-container .info-box .contact-phone a, .leasing-ofc-block .leasing-ofc-left-block .info-container .info-box .contact-address a {
  text-decoration: none;
  color: var(--clr-secondary);
  font-family: var(--font-light);
  line-height: 1.5;
  font-size: clamp(1rem, 0.7961rem + 0.3289vw, 1.125rem);
}
.leasing-ofc-block .leasing-ofc-left-block .info-container .office-hours {
  display: flex;
  flex-direction: row;
  gap: 15px;
  text-transform: capitalize;
}
.leasing-ofc-block .leasing-ofc-left-block .info-container .office-hours .office-hours-list li {
  list-style: none;
  font-family: var(--font-light);
  line-height: 1.5;
  color: var(--clr-secondary);
  font-size: clamp(1rem, 0.7961rem + 0.3289vw, 1.125rem);
}
.leasing-ofc-block .leasing-ofc-left-block .info-container .office-hours .office-hours-list li.current-day {
  font-weight: 900;
}
.leasing-ofc-block .leasing-ofc-left-block .info-container .contact-phone {
  margin-bottom: 30px;
}
.leasing-ofc-block .leasing-ofc-left-block .info-container .contact-address {
  margin-bottom: 20px;
}
.leasing-ofc-block .leasing-ofc-left-block .info-container .contact-address img, .leasing-ofc-block .leasing-ofc-left-block .info-container .contact-phone img, .leasing-ofc-block .leasing-ofc-left-block .info-container .office-hours img {
  width: 15px;
  height: 15px;
  top: 8px;
  position: relative;
}
.leasing-ofc-block .leasing-ofc-left-block .bozzuto-logo {
  width: 130px;
  height: auto;
  margin-top: 25px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .leasing-ofc-block .leasing-ofc-left-block .bozzuto-logo {
    margin-left: 15px;
    width: 110px;
  }
}
.leasing-ofc-block .leasing-ofc-right-block {
  display: flex;
  width: 60%;
  padding: var(--padding-sm);
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .leasing-ofc-block .leasing-ofc-right-block {
    width: 55%;
  }
}
@media only screen and (max-width: 991px) {
  .leasing-ofc-block .leasing-ofc-right-block {
    width: 100%;
    flex-direction: column;
    padding: 3rem;
  }
}
.leasing-ofc-block .leasing-ofc-right-block .ofc-info {
  min-width: 25%;
}
@media only screen and (max-width: 991px) {
  .leasing-ofc-block .leasing-ofc-right-block .ofc-info {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 38px;
    width: 100%;
  }
  .leasing-ofc-block .leasing-ofc-right-block .ofc-info:last-child {
    margin-bottom: 0;
  }
}
.leasing-ofc-block .leasing-ofc-right-block .ofc-info h4 {
  font-size: clamp(1.25rem, 0.8421rem + 0.6579vw, 1.5rem);
  font-family: var(--font-regular);
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--clr-green);
}
@media only screen and (max-width: 991px) {
  .leasing-ofc-block .leasing-ofc-right-block .ofc-info h4 {
    font-size: clamp(1.6rem, 0.8421rem + 0.6579vw, 1.5rem);
  }
}
.leasing-ofc-block .leasing-ofc-right-block .ofc-info a {
  text-decoration: none;
  color: var(--clr-green);
  font-family: var(--font-light);
  line-height: 1.5;
  font-size: clamp(1rem, 0.7961rem + 0.3289vw, 1.125rem);
}
.leasing-ofc-block .leasing-ofc-right-block .ofc-info .contact-address {
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-transform: capitalize;
}
.leasing-ofc-block .leasing-ofc-right-block .ofc-info .contact-address img {
  width: 20px;
  height: 20px;
  top: 12px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .leasing-ofc-block .leasing-ofc-right-block .ofc-info .contact-address {
    order: 3;
    width: 100%;
  }
}
.leasing-ofc-block .leasing-ofc-right-block .ofc-info .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  gap: 25px;
}
@media only screen and (max-width: 991px) {
  .leasing-ofc-block .leasing-ofc-right-block .ofc-info .social-icons {
    order: 2;
    margin-top: 7px;
    align-items: flex-start;
  }
}

.shops-slider {
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  gap: 20px;
  padding-inline: 20px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .shops-slider {
    padding-left: 0;
    padding-right: 0;
  }
}
.shops-slider::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.shops-slider::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #DFE9EB;
}
.shops-slider::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}
.shops-slider::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}
.shops-slider::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #4c535a;
}
.shops-slider::-webkit-scrollbar-thumb:hover {
  background-color: #1F2B37;
}
.shops-slider *::-webkit-scrollbar-thumb:active {
  background-color: #1F2B37;
}

.shop-slide {
  width: max(360px, 26vw);
  scroll-snap-align: start;
  flex-shrink: 0;
}

.exploreWrapper .map-wrapper {
  display: flex;
  padding: var(--padding-md) var(--padding-sm) var(--padding-md);
  -moz-column-gap: 80px;
       column-gap: 80px;
  position: relative;
  padding-left: clamp(50px, 5vw, 100px);
  padding-right: clamp(50px, 5vw, 100px);
}
.exploreWrapper .map-wrapper::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--clr-black);
  width: calc(100% - 2 * var(--padding-sm));
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .map-wrapper {
    padding: 130px var(--padding-sm) 95px;
    display: flex;
    flex-direction: column;
  }
}
.exploreWrapper .map-wrapper .leftSection {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .map-wrapper .leftSection {
    width: 100%;
  }
  .exploreWrapper .map-wrapper .leftSection .title-wrap {
    margin-bottom: 40px;
  }
  .exploreWrapper .map-wrapper .leftSection .title-wrap .main-heading {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .map-wrapper .leftSection .poiList {
    display: none;
  }
}
.exploreWrapper .map-wrapper .poiList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .map-wrapper .poiList {
    flex-direction: row;
  }
}
.exploreWrapper .map-wrapper .poiList li {
  font-size: 16px;
  text-transform: uppercase;
  padding: 18px 24px;
  gap: 8px;
  border-radius: var(--br-radius);
  border: 1px solid var(--clr-primary);
  text-align: center;
  flex: 1 1 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  cursor: pointer;
}
.exploreWrapper .map-wrapper .poiList li.active, .exploreWrapper .map-wrapper .poiList li:hover {
  background: var(--clr-secondary);
  border: 1px solid var(--clr-secondary);
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .map-wrapper .poiList li {
    width: auto;
    flex: none;
  }
}
.exploreWrapper .map-wrapper .rightSection {
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .map-wrapper .rightSection {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .exploreWrapper .map-wrapper .rightSection .poiList {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .map-wrapper .rightSection .poiList {
    margin-top: 40px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.exploreWrapper .map-wrapper .rightSection #map {
  height: 100%;
  border-radius: var(--br-radius);
}
.exploreWrapper .map-wrapper .rightSection #map .map_container {
  border-radius: var(--br-radius);
  height: 40vw;
  max-height: 750px;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .map-wrapper .rightSection #map .map_container {
    display: block;
    height: 140vw;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 570px;
  }
}
.exploreWrapper .map-wrapper .rightSection #map > img {
  height: 100%;
  border-radius: var(--br-radius);
  -o-object-fit: cover;
     object-fit: cover;
}
.exploreWrapper .map-wrapper .rightSection .mapImage {
  display: none;
  border-radius: var(--br-radius);
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .map-wrapper .rightSection .mapImage {
    min-height: 140vw;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 570px;
  }
}
.exploreWrapper .shops-restaurants {
  position: relative;
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .shops-restaurants {
    padding-bottom: 110px;
  }
}
.exploreWrapper .shops-restaurants::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--clr-black);
  width: calc(100% - 2 * clamp(50px, 5vw, 100px));
  bottom: 0;
  left: clamp(50px, 5vw, 100px);
}
.exploreWrapper .shops-restaurants .title-wrap {
  padding-top: clamp(50px, 10vw, 129px);
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .shops-restaurants .title-wrap {
    padding-top: 80px;
  }
}
.exploreWrapper .shops-restaurants .title-wrap * {
  max-width: 1000px;
}
.exploreWrapper .shops-restaurants .slick-section .slideImage {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  margin: 0 5px;
  border-radius: var(--br-radius);
  aspect-ratio: 3/4;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .shops-restaurants .slick-section .slideImage {
    min-height: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .shops-restaurants .slick-section .slideImage:first-child {
    margin: 0;
  }
}
.exploreWrapper .shops-restaurants .slick-section .sub-copy {
  text-transform: uppercase;
  margin-top: 30px;
}
.exploreWrapper .retail-section {
  position: relative;
}
.exploreWrapper .retail-section::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--clr-black);
  width: calc(100% - 2 * clamp(50px, 5vw, 100px));
  bottom: 0;
  left: clamp(50px, 5vw, 100px);
}
.exploreWrapper .connect-section {
  padding-top: var(--padding-sm);
  padding-bottom: var(--padding-md);
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .connect-section {
    padding-top: 0;
    padding-bottom: var(--padding-sm);
  }
}
.exploreWrapper .connect-section .title-wrap {
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .connect-section .title-wrap {
    padding-top: 80px;
  }
}
.exploreWrapper .connect-section .title-wrap * {
  max-width: 1000px;
}
.exploreWrapper .connect-section .connect-section-wrap {
  display: flex;
  width: 100%;
  min-height: 50vw;
  -moz-column-gap: clamp(80px, 8vw, 170px);
       column-gap: clamp(80px, 8vw, 170px);
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .connect-section .connect-section-wrap {
    display: flex;
    flex-direction: column;
  }
}
.exploreWrapper .connect-section .connect-section-wrap .copy-wrap {
  display: flex;
  flex-direction: column;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .connect-section .connect-section-wrap .copy-wrap {
    width: 100%;
  }
}
.exploreWrapper .connect-section .connect-section-wrap .copy-wrap .connect-copy {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .exploreWrapper .connect-section .connect-section-wrap .copy-wrap .connect-copy {
    width: 20vw;
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .connect-section .connect-section-wrap .copy-wrap .connect-copy {
    margin-bottom: 0px;
    margin-top: 50px;
  }
}
.exploreWrapper .connect-section .connect-section-wrap .copy-wrap .connect-copy h3 {
  margin-bottom: 20px;
}
.exploreWrapper .connect-section .connect-section-wrap .copy-wrap .connect-img {
  width: 50%;
}
.exploreWrapper .connect-section .connect-section-wrap .copy-wrap .connect-img img {
  border-radius: var(--br-radius);
}
.exploreWrapper .connect-section .connect-section-wrap .connect-copy {
  margin-bottom: 50px;
}
.exploreWrapper .connect-section .connect-section-wrap .connect-img {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .connect-section .connect-section-wrap .connect-img {
    height: 128vw;
    max-height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .connect-section .connect-section-wrap .connect-img {
    width: 100%;
  }
}
.exploreWrapper .connect-section .connect-section-wrap .connect-img img {
  border-radius: var(--br-radius);
}
.exploreWrapper .connect-section .connect-section-wrap.row-reverse {
  padding-top: var(--padding-md);
  flex-direction: row-reverse;
  min-height: 30vw;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .connect-section .connect-section-wrap.row-reverse {
    display: flex;
    flex-direction: column;
  }
}
.exploreWrapper .connect-section .connect-section-wrap.row-reverse .connect-img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .connect-section .connect-section-wrap.row-reverse .connect-img {
    height: auto;
    width: 100%;
  }
}
.exploreWrapper .connect-section .connect-section-wrap.row-reverse a {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .connect-section .connect-section-wrap.row-reverse a {
    margin-top: 40px;
  }
}
.exploreWrapper .sustainibility-section {
  display: flex;
  min-height: 890px;
  background: var(--clr-green);
  color: var(--clr-secondary);
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .sustainibility-section {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    min-height: 0;
  }
}
.exploreWrapper .sustainibility-section > * {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .sustainibility-section > * {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .sustainibility-section .col-image {
    height: 580px;
  }
}
.exploreWrapper .sustainibility-section .col-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 75px var(--padding-sm) 85px var(--padding-sm2);
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .sustainibility-section .col-copy {
    padding: 60px var(--padding-sm);
  }
}
.exploreWrapper .sustainibility-section .main-copy-sec .main-heading {
  margin-bottom: 30px;
}
.exploreWrapper .sustainibility-section .main-copy-sec .btn {
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .sustainibility-section .main-copy-sec {
    margin-bottom: 100px;
  }
}
.exploreWrapper .sustainibility-section .sustainibility-list {
  margin-top: 63px;
  border-top: 1px solid var(--clr-secondary);
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .exploreWrapper .sustainibility-section .sustainibility-list.active {
    margin-top: 0;
  }
}
.exploreWrapper .sustainibility-section .sustainibility-list.active .accordian-title:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .sustainibility-section .sustainibility-list {
    margin-top: 30px;
  }
}
.exploreWrapper .sustainibility-section .accordian-content {
  margin-top: 15px;
}
.exploreWrapper .sustainibility-section .accordian-content.hidden {
  display: none;
}
.exploreWrapper .img-grids {
  background-color: var(--clr-secondary);
}
@media only screen and (max-width: 991px) {
  .exploreWrapper .btn {
    width: 100%;
  }
}
.exploreWrapper .gm-style-iw.gm-style-iw-c {
  max-width: 330px !important;
  padding: 0 !important;
}
.exploreWrapper .mini_google_map {
  border-radius: var(--br-radius);
  min-height: 30vw;
}

.gm-style .gm-style-iw-c {
  background-color: var(--clr-primary);
}
.gm-style .gm-style-iw-c .gm-style-iw-ch {
  display: none !important;
}
.gm-style .gm-style-iw-c .gm-ui-hover-effect {
  position: absolute !important;
  right: 0;
  opacity: 1 !important;
}
.gm-style .gm-style-iw-c .gm-ui-hover-effect > span {
  background-color: var(--clr-white) !important;
}
.gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
}
.gm-style .gm-style-iw-c #content-sect {
  color: var(--clr-white);
  padding: 26px;
}
.gm-style .gm-style-iw-c #content-sect h3 {
  font-size: clamp(1.125rem, 0.9211rem + 0.3289vw, 1.25rem);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: var(--font-regular);
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .gm-style .gm-style-iw-c #content-sect h3 {
    line-height: 1.5;
  }
}
.gm-style .gm-style-iw-c #content-sect .address_sect {
  font-size: 14px;
  line-height: 20px;
  font-family: var(--font-regular);
  font-weight: normal;
}
.gm-style .gm-style-iw-c #content-sect a {
  margin-top: 25px;
  color: var(--clr-lightgreen);
  font-family: var(--font-regular);
  font-weight: normal;
  display: block;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

.amenities-fill {
  padding: 5rem 0;
  background-color: var(--clr-secondary);
}
@media only screen and (min-width: 992px) {
  .amenities-fill {
    padding: 9rem 0;
  }
}

.amenities-gallery-slider .image-carousel .imageCarousel .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.card-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 992px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .card-grid .card {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

.contact-page-wrapper .two-column-with-form {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: auto;
  min-height: 900px;
}
.contact-page-wrapper .two-column-with-form .column-with-image,
.contact-page-wrapper .two-column-with-form .form-wrapper {
  flex: 50%;
}
.contact-page-wrapper .two-column-with-form .column-with-image {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .column-with-image {
    display: none;
  }
}
.contact-page-wrapper .two-column-with-form .column-with-image img {
  border-top-right-radius: 24vw;
  border-bottom-right-radius: 24vw;
  position: relative;
  right: 9.6vw;
  height: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .column-with-image img {
    height: 90vw;
    max-height: 440px;
    right: auto;
    left: -90px;
    border-top-right-radius: 45vw;
    border-bottom-right-radius: 45vw;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .column-with-image {
    margin: 30px 0;
  }
}
.contact-page-wrapper .two-column-with-form .form-wrapper {
  padding-right: clamp(50px, 6vw, 256px);
  padding-left: 0;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .form-heading {
  color: var(--clr-primary);
  margin-bottom: 60px;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .nav-tab-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 36px;
  gap: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .nav-tab-wrapper {
    gap: 12px;
  }
}
.contact-page-wrapper .two-column-with-form .form-wrapper .nav-tab-wrapper .nav-tab {
  background-color: var(--clr-secondary);
  font-size: clamp(1rem, 0.7961rem + 0.3289vw, 1.125rem);
  padding: clamp(1.125rem, 0.5132rem + 0.9868vw, 1.5rem) clamp(1.5rem, 0.2763rem + 1.9737vw, 2.25rem);
  border: none;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .nav-tab-wrapper .nav-tab.nav-tab-active {
  color: var(--clr-white);
  background: var(--clr-primary);
  border-color: var(--clr-primary);
}
.contact-page-wrapper .two-column-with-form .form-wrapper .nav-tab-wrapper .nav-tab.nav-tab-active::after {
  content: "";
  background-image: url("../images/icons/arrow-right-white.svg");
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .nav-tab-wrapper {
    flex-direction: column;
  }
  .contact-page-wrapper .two-column-with-form .form-wrapper .nav-tab-wrapper .nav-tab {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .contact-page-wrapper .two-column-with-form .form-wrapper .nav-tab-wrapper .nav-tab.nav-tab-active::after {
    display: none;
  }
}
.contact-page-wrapper .two-column-with-form .form-wrapper hr {
  background-color: transparent;
  height: 0;
  border-top: 1px solid var(--clr-primary);
  border-radius: 0;
  margin-bottom: 47px;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .tab-content {
  display: none;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .tab-content.active {
  display: block;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap {
  width: 100% !important;
  max-width: 100%;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group label,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap label {
  display: block;
  font-family: var(--font-medium);
  font-weight: normal;
  margin-bottom: 9px;
  text-transform: uppercase;
  color: var(--clr-primary);
  padding: 0;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group input:not(.btn),
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group select,
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group textarea,
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group input[type=date],
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap input:not(.btn),
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap select,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap textarea,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap input[type=date] {
  width: 100%;
  box-sizing: border-box;
  border-radius: var(--br-radius-btn);
  border: 1px solid var(--clr-primary);
  color: var(--clr-primary);
  font-family: var(--font-regular);
  font-weight: normal;
  font-size: clamp(1rem, 0.7961rem + 0.3289vw, 1.125rem);
  line-height: 1;
  padding: clamp(1.0625rem, 0.3487rem + 1.1513vw, 1.5rem) clamp(0.75rem, -0.0658rem + 1.3158vw, 1.25rem);
  background-color: transparent;
  margin: 0 0 29px 0;
  height: auto;
  min-height: 0;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group input:not(.btn),
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group select,
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group input[type=date],
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap input:not(.btn),
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap select,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap input[type=date] {
  height: 72px;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group input:not(.btn),
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group select,
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group input[type=date],
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap input:not(.btn),
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap select,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap input[type=date] {
    height: 58px;
  }
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group select,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap select {
  background-image: url("../images/icons/dropdown.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 18px;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .hytag_sign_up_for_the_newsletter .controls,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .hytag_sign_up_for_the_newsletter .controls {
  display: flex;
  gap: 70px;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group label.radio,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap label.radio {
  display: flex !important;
  width: 20px !important;
  align-items: center;
  justify-content: left;
  margin-left: 0;
  height: 34px;
  gap: 20px;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group label.radio input,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap label.radio input {
  margin: 0;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group input[type=date],
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap input[type=date] {
  position: relative;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group input[type=date]::-webkit-calendar-picker-indicator,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .control-group,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .control-group {
  margin: 0;
  position: relative;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .name-fields,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .name-fields {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .name-fields li,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .name-fields li {
  flex: 50%;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .name-fields,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .name-fields {
    display: block;
  }
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .LV_validation_message,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .LV_validation_message {
  position: absolute;
  bottom: 0;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .hytag_form_desired_move_in_date,
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .hytag_number_of_bedrooms,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .hytag_form_desired_move_in_date,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .hytag_number_of_bedrooms {
  width: calc(50% - 12px);
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .hytag_form_desired_move_in_date,
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .hytag_number_of_bedrooms,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .hytag_form_desired_move_in_date,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .hytag_number_of_bedrooms {
    width: 100%;
  }
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .hytag_form_desired_move_in_date,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .hytag_form_desired_move_in_date {
  margin-right: 12px;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .hytag_form_desired_move_in_date,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .hytag_form_desired_move_in_date {
    margin: 0;
  }
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .hytag_number_of_bedrooms,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .hytag_number_of_bedrooms {
  margin-left: 12px;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .hytag_number_of_bedrooms,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .hytag_number_of_bedrooms {
    margin: 0;
  }
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group select,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group input[type=date],
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap input[type=date] {
  padding: 25.5px 24px;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group textarea,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap textarea {
  resize: vertical;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .submit-btn,
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .form-actions button,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .submit-btn,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .form-actions button {
  border-radius: var(--br-radius-btn);
  border: 1px solid var(--clr-primary);
  padding: clamp(1.125rem, 0.1053rem + 1.6447vw, 1.75rem) clamp(1.75rem, -1.1053rem + 4.6053vw, 3.5rem);
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .submit-btn::after,
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .form-actions button::after,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .submit-btn::after,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .form-actions button::after {
  width: 14px;
  height: 14px;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .submit-btn,
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .form-actions button,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .submit-btn,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .form-actions button {
    width: 100%;
    padding: 18px;
  }
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .form-actions button,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .form-actions button {
  color: var(--clr-white);
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  font-size: clamp(1rem, 0.5921rem + 0.6579vw, 1.25rem);
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .form-actions button:after,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .form-actions button:after {
  content: " ";
  background: url(../images/icons/arrow-right-white.svg) no-repeat center center/contain;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .form-actions button:after,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .form-actions button:after {
    width: 12px;
  }
}
.system .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .form-actions button:hover:after,
.system .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .form-actions button:hover:after {
  background: url(../images/icons/arrow-right.svg) no-repeat center center/contain;
}
.system .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .form-actions button:hover,
.system .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .form-actions button:hover {
  background: transparent;
  color: var(--clr-primary);
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group .error,
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap .error {
  color: red;
  font-size: 12px;
  display: none;
  position: relative;
  bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap {
    margin-bottom: 0;
  }
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group input:not(.btn),
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group select,
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group textarea,
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .form-group input[type=date],
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap input:not(.btn),
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap select,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap textarea,
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap input[type=date] {
    padding: 20px 12px;
  }
}
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap label,
.contact-page-wrapper .two-column-with-form .form-wrapper .form-group label {
  font-size: clamp(1rem, 0.5921rem + 0.6579vw, 1.25rem);
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-family: var(--font-medium);
  font-weight: normal;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap #form-success {
  color: var(--clr-primary);
  font-size: clamp(1.125rem, 0.5132rem + 0.9868vw, 1.5rem);
  line-height: 1.3;
  padding: 10px 0 !important;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .hywrap #form-success {
    line-height: 1.5;
  }
}
.contact-page-wrapper .two-column-with-form .form-wrapper .hywrap #form-success .ss-msg {
  text-align: start;
  letter-spacing: normal;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .two-filed-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .two-filed-container .form-group {
  width: 48%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .two-filed-container {
    flex-direction: column;
    gap: 0;
  }
  .contact-page-wrapper .two-column-with-form .form-wrapper .contact-form .two-filed-container .form-group {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form .form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-column-with-form {
    flex-direction: column-reverse;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.contact-page-wrapper .two-full-width-column {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  background-color: var(--clr-green);
  max-height: 1028px;
}
.contact-page-wrapper .two-full-width-column .text-section,
.contact-page-wrapper .two-full-width-column .image-section {
  flex: 50%;
}
.contact-page-wrapper .two-full-width-column .text-section {
  padding: 107px 99px;
  color: var(--clr-secondary);
}
.contact-page-wrapper .two-full-width-column .text-section .heading {
  margin-bottom: 32px;
}
.contact-page-wrapper .two-full-width-column .text-section .info-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 100px 0 78px 0;
}
.contact-page-wrapper .two-full-width-column .text-section .info-container .contact-phone,
.contact-page-wrapper .two-full-width-column .text-section .info-container .contact-address,
.contact-page-wrapper .two-full-width-column .text-section .info-container .office-hours {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  gap: 36px;
  text-transform: capitalize;
}
.contact-page-wrapper .two-full-width-column .text-section .info-container .contact-phone img,
.contact-page-wrapper .two-full-width-column .text-section .info-container .contact-address img,
.contact-page-wrapper .two-full-width-column .text-section .info-container .office-hours img {
  width: 20px;
  height: 20px;
  top: 12px;
  position: relative;
}
.contact-page-wrapper .two-full-width-column .text-section .info-container .contact-address a,
.contact-page-wrapper .two-full-width-column .text-section .info-container .contact-phone a {
  text-decoration: none;
  color: var(--clr-secondary);
  font-family: var(--font-light);
  line-height: 42px;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-full-width-column .text-section .info-container .contact-address a,
  .contact-page-wrapper .two-full-width-column .text-section .info-container .contact-phone a {
    line-height: 2rem;
  }
}
.contact-page-wrapper .two-full-width-column .text-section .info-container .office-hours .office-hours-list li {
  list-style: none;
  font-family: var(--font-light);
  line-height: 42px;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-full-width-column .text-section .info-container .office-hours .office-hours-list li {
    line-height: 2rem;
  }
}
.contact-page-wrapper .two-full-width-column .text-section .info-container .office-hours .office-hours-list li.current-day {
  font-weight: 900;
}
.contact-page-wrapper .two-full-width-column .text-section .social-icons {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  gap: 65px;
}
.contact-page-wrapper .two-full-width-column .text-section .social-icons li {
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-full-width-column .text-section {
    padding: 80px 19px;
  }
  .contact-page-wrapper .two-full-width-column .text-section .heading {
    margin-bottom: 24px;
  }
  .contact-page-wrapper .two-full-width-column .text-section .info-container {
    margin: 30px 0 50px 0;
    gap: 21px;
  }
  .contact-page-wrapper .two-full-width-column .text-section .info-container .contact-phone,
  .contact-page-wrapper .two-full-width-column .text-section .info-container .contact-address,
  .contact-page-wrapper .two-full-width-column .text-section .info-container .office-hours {
    gap: 30px;
    line-height: 30px;
  }
  .contact-page-wrapper .two-full-width-column .text-section .info-container .contact-phone img,
  .contact-page-wrapper .two-full-width-column .text-section .info-container .contact-address img,
  .contact-page-wrapper .two-full-width-column .text-section .info-container .office-hours img {
    width: 15px;
    height: 15px;
  }
  .contact-page-wrapper .two-full-width-column .text-section .social-icons {
    gap: 50px;
  }
  .contact-page-wrapper .two-full-width-column .text-section .social-icons li img {
    width: 80%;
  }
}
.contact-page-wrapper .two-full-width-column .image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .two-full-width-column {
    flex-direction: column-reverse;
    max-height: 100%;
  }
  .contact-page-wrapper .two-full-width-column .text-section,
  .contact-page-wrapper .two-full-width-column .image-section {
    flex: 100%;
  }
}
.contact-page-wrapper .full-width-column-with-bg {
  position: relative;
  height: 798px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-page-wrapper .full-width-column-with-bg .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-page-wrapper .full-width-column-with-bg .card-container {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 1400px;
  background-color: var(--clr-white);
  border-radius: var(--br-radius);
  padding: 73px 78px;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contact-page-wrapper .full-width-column-with-bg .card-container .text-wrapper {
  font-size: 32px;
  font-family: var(--font-medium);
  font-weight: normal;
  line-height: 38px;
  max-width: 416px;
}
.contact-page-wrapper .full-width-column-with-bg .card-container .button-wrapper {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.contact-page-wrapper .full-width-column-with-bg .card-container .button-wrapper .btn {
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrapper .full-width-column-with-bg {
    height: 600px;
    padding: 0 20px;
  }
  .contact-page-wrapper .full-width-column-with-bg .card-container {
    width: 100%;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
    gap: 34px;
  }
  .contact-page-wrapper .full-width-column-with-bg .card-container .text-wrapper {
    font-size: 22px;
    line-height: 28px;
    width: 100%;
    font-family: var(--font-medium);
    font-weight: normal;
    text-align: center;
  }
  .contact-page-wrapper .full-width-column-with-bg .card-container .button-wrapper {
    flex-direction: column;
    width: 100%;
  }
  .contact-page-wrapper .full-width-column-with-bg .card-container .button-wrapper .btn {
    width: 100%;
  }
}

.leasingWrapper .img-grids {
  background-color: var(--clr-secondary);
}
.leasingWrapper .retail-section {
  position: relative;
}
.leasingWrapper .retail-section::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: var(--clr-black);
  width: calc(100% - 2 * var(--padding-sm));
  bottom: 0;
}
.leasingWrapper .accordian-sec {
  display: flex;
  min-height: 1028px;
  background: var(--clr-green);
  color: var(--clr-secondary);
}
@media only screen and (max-width: 991px) {
  .leasingWrapper .accordian-sec {
    flex-direction: column;
    min-height: 0;
  }
}
.leasingWrapper .accordian-sec > * {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .leasingWrapper .accordian-sec > * {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .leasingWrapper .accordian-sec .col-image {
    height: 580px;
  }
}
.leasingWrapper .accordian-sec .col-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 75px var(--padding-sm) 85px var(--padding-sm2);
}
@media only screen and (max-width: 991px) {
  .leasingWrapper .accordian-sec .col-copy {
    padding: 60px var(--padding-sm);
  }
}
.leasingWrapper .accordian-sec .main-copy-sec .main-heading {
  margin-bottom: 30px;
}
.leasingWrapper .accordian-sec .main-copy-sec .btn {
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .leasingWrapper .accordian-sec .main-copy-sec {
    margin-bottom: 100px;
  }
}
.leasingWrapper .accordian-sec .accordian-list {
  margin-top: 40px;
  border-top: 1px solid var(--clr-secondary);
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .leasingWrapper .accordian-sec .accordian-list.active {
    margin-top: 0;
  }
}
.leasingWrapper .accordian-sec .accordian-list.active .accordian-title:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 991px) {
  .leasingWrapper .accordian-sec .accordian-list {
    margin-top: 30px;
  }
}
.leasingWrapper .accordian-sec .accordian-title {
  cursor: pointer;
  padding-right: var(--padding-sm);
  position: relative;
}
.leasingWrapper .accordian-sec .accordian-title:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 3px;
  background: url(../images/icons/Add.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .leasingWrapper .accordian-sec .accordian-title {
    padding-right: 40px;
  }
}
.leasingWrapper .accordian-sec .accordian-content {
  margin-top: 15px;
}
.leasingWrapper .accordian-sec .accordian-content.hidden {
  display: none;
}
.leasingWrapper .image-container {
  min-height: 780px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .leasingWrapper .image-container {
    min-height: 600px;
  }
}
.leasingWrapper .retail-section::after {
  display: none;
}

.two-column-wrapper {
  padding: 9.6vw var(--padding-sm) var(--padding-md);
  display: flex;
}
@media only screen and (min-width: 1600px) {
  .two-column-wrapper {
    padding-top: 186px;
    padding-bottom: 176px;
  }
}
@media only screen and (max-width: 991px) {
  .two-column-wrapper {
    flex-direction: column;
    padding: 13.2vh var(--padding-sm) 14.7vh;
  }
}
.two-column-wrapper .col-text {
  padding-right: 8.7vw;
  width: 35.5%;
  min-width: 460px;
}
@media only screen and (max-width: 991px) {
  .two-column-wrapper .col-text {
    padding-right: 0px;
    width: 100%;
    min-width: 0;
  }
}
.two-column-wrapper .col-text h3 {
  font-size: 44px;
  font-family: var(--font-medium);
  font-weight: normal;
  line-height: 50px;
  text-align: left;
  margin-bottom: 60px;
  color: var(--clr-primary);
}
@media only screen and (max-width: 991px) {
  .two-column-wrapper .col-text h3 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
.two-column-wrapper .col-text p {
  font-size: 30px;
  font-family: var(--font-regular);
  font-weight: normal;
  line-height: 42px;
  text-align: left;
  color: var(--clr-primary);
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .two-column-wrapper .col-text p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .two-column-wrapper .col-text .btn-fill-primary {
    width: 100%;
    margin-bottom: 60px;
  }
}
.two-column-wrapper .col-main-image {
  width: 64.5%;
  border-radius: var(--br-radius);
  height: 760px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .two-column-wrapper .col-main-image {
    width: 100%;
    height: auto;
    min-height: 574px;
  }
}

.coming-soon-details-wrapper,
.event-details-wrapper {
  padding-top: 150px;
  padding-bottom: 280px;
}
@media only screen and (max-width: 991px) {
  .coming-soon-details-wrapper,
  .event-details-wrapper {
    padding-top: 100px;
    padding-bottom: 117px;
  }
}
.coming-soon-details-wrapper .sub-heading,
.event-details-wrapper .sub-heading {
  text-align: center;
  font-family: var(--font-regular);
  font-weight: normal;
  text-transform: uppercase;
  color: var(--clr-primary);
  font-size: 24px;
}
.coming-soon-details-wrapper .page-heading,
.event-details-wrapper .page-heading {
  text-align: center;
  font-family: var(--font-medium);
  font-weight: normal;
  color: var(--clr-primary);
  margin-top: 57px;
  margin-bottom: 140px;
}
.coming-soon-details-wrapper .banner-btn-wrapper,
.event-details-wrapper .banner-btn-wrapper {
  margin: -70px 0 60px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .coming-soon-details-wrapper .banner-btn-wrapper,
  .event-details-wrapper .banner-btn-wrapper {
    flex-direction: column;
  }
  .coming-soon-details-wrapper .banner-btn-wrapper a,
  .event-details-wrapper .banner-btn-wrapper a {
    width: 100%;
  }
}
.coming-soon-details-wrapper .post-banner,
.event-details-wrapper .post-banner {
  width: 100%;
  height: 700px;
  margin-bottom: 76px;
}
@media only screen and (max-width: 991px) {
  .coming-soon-details-wrapper .post-banner,
  .event-details-wrapper .post-banner {
    height: 444px;
  }
}
.coming-soon-details-wrapper .post-banner img,
.event-details-wrapper .post-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--br-radius);
}
.coming-soon-details-wrapper .post-details,
.event-details-wrapper .post-details {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  gap: 160px;
}
@media only screen and (max-width: 991px) {
  .coming-soon-details-wrapper .post-details,
  .event-details-wrapper .post-details {
    flex-direction: column-reverse;
  }
}
.coming-soon-details-wrapper .post-details .discover-section,
.event-details-wrapper .post-details .discover-section {
  flex: 1 0 25%;
  max-width: 270px;
}
@media only screen and (max-width: 991px) {
  .coming-soon-details-wrapper .post-details .discover-section,
  .event-details-wrapper .post-details .discover-section {
    flex: 100%;
    max-width: 100%;
  }
}
.coming-soon-details-wrapper .post-details .discover-section .heading,
.event-details-wrapper .post-details .discover-section .heading {
  font-size: 40px;
  line-height: 38px;
  font-family: var(--font-medium);
  font-weight: normal;
  color: var(--clr-primary);
  margin-bottom: 36px;
}
.coming-soon-details-wrapper .post-details .discover-section .wp-block-latest-posts li,
.coming-soon-details-wrapper .post-details .discover-section .article,
.event-details-wrapper .post-details .discover-section .wp-block-latest-posts li,
.event-details-wrapper .post-details .discover-section .article {
  padding: 52px 0;
  border-top: 1px solid var(--clr-primary);
  list-style: none;
}
.coming-soon-details-wrapper .post-details .discover-section .wp-block-latest-posts li .wp-block-latest-posts__post-title,
.coming-soon-details-wrapper .post-details .discover-section .article .wp-block-latest-posts__post-title,
.event-details-wrapper .post-details .discover-section .wp-block-latest-posts li .wp-block-latest-posts__post-title,
.event-details-wrapper .post-details .discover-section .article .wp-block-latest-posts__post-title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 10%;
  color: var(--clr-primary);
  font-family: var(--font-medium);
  font-weight: normal;
}
.coming-soon-details-wrapper .post-details .discover-section .wp-block-latest-posts li .article-title,
.coming-soon-details-wrapper .post-details .discover-section .article .article-title,
.event-details-wrapper .post-details .discover-section .wp-block-latest-posts li .article-title,
.event-details-wrapper .post-details .discover-section .article .article-title {
  text-transform: uppercase;
  letter-spacing: 10%;
  color: var(--clr-primary);
  font-family: var(--font-medium);
  font-weight: normal;
}
.coming-soon-details-wrapper .post-details .discover-section .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
.coming-soon-details-wrapper .post-details .discover-section .article .wp-block-latest-posts__post-excerpt,
.event-details-wrapper .post-details .discover-section .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt,
.event-details-wrapper .post-details .discover-section .article .wp-block-latest-posts__post-excerpt {
  font-size: 24px;
  line-height: 32px;
  font-family: var(--font-regular);
  font-weight: normal;
  color: var(--clr-primary);
  margin: 22px 0 0;
}
.coming-soon-details-wrapper .post-details .discover-section .wp-block-latest-posts li .article-details,
.coming-soon-details-wrapper .post-details .discover-section .article .article-details,
.event-details-wrapper .post-details .discover-section .wp-block-latest-posts li .article-details,
.event-details-wrapper .post-details .discover-section .article .article-details {
  font-family: var(--font-regular);
  font-weight: normal;
  color: var(--clr-primary);
  margin: 22px 0 0;
}
.coming-soon-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.wp-block-latest-posts__read-more,
.coming-soon-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.btn,
.coming-soon-details-wrapper .post-details .discover-section .article a.wp-block-latest-posts__read-more,
.coming-soon-details-wrapper .post-details .discover-section .article a.btn,
.event-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.wp-block-latest-posts__read-more,
.event-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.btn,
.event-details-wrapper .post-details .discover-section .article a.wp-block-latest-posts__read-more,
.event-details-wrapper .post-details .discover-section .article a.btn {
  width: 100%;
  padding: 14px;
  font-size: 12px;
  line-height: 14px;
  font-family: var(--font-regular);
  font-weight: normal;
  cursor: pointer;
  margin-top: 22px;
}
.coming-soon-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.wp-block-latest-posts__read-more:hover,
.coming-soon-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.btn:hover,
.coming-soon-details-wrapper .post-details .discover-section .article a.wp-block-latest-posts__read-more:hover,
.coming-soon-details-wrapper .post-details .discover-section .article a.btn:hover,
.event-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.wp-block-latest-posts__read-more:hover,
.event-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.btn:hover,
.event-details-wrapper .post-details .discover-section .article a.wp-block-latest-posts__read-more:hover,
.event-details-wrapper .post-details .discover-section .article a.btn:hover {
  border: 1px solid var(--clr-primary);
  border-radius: var(--br-radius-btn);
}
.coming-soon-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.wp-block-latest-posts__read-more .screen-reader-text,
.coming-soon-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.btn .screen-reader-text,
.coming-soon-details-wrapper .post-details .discover-section .article a.wp-block-latest-posts__read-more .screen-reader-text,
.coming-soon-details-wrapper .post-details .discover-section .article a.btn .screen-reader-text,
.event-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.wp-block-latest-posts__read-more .screen-reader-text,
.event-details-wrapper .post-details .discover-section .wp-block-latest-posts li a.btn .screen-reader-text,
.event-details-wrapper .post-details .discover-section .article a.wp-block-latest-posts__read-more .screen-reader-text,
.event-details-wrapper .post-details .discover-section .article a.btn .screen-reader-text {
  display: none;
}
.coming-soon-details-wrapper .post-details .details-section,
.event-details-wrapper .post-details .details-section {
  font-family: var(--font-regular);
  font-weight: normal;
  color: var(--clr-primary);
}
.coming-soon-details-wrapper .post-details .details-section p,
.event-details-wrapper .post-details .details-section p {
  margin: 40px 0;
}
.coming-soon-details-wrapper .post-details .details-section ul,
.event-details-wrapper .post-details .details-section ul {
  padding-left: 60px;
}
@media only screen and (max-width: 991px) {
  .coming-soon-details-wrapper .post-details .details-section ul,
  .event-details-wrapper .post-details .details-section ul {
    padding-left: 40px;
  }
}
.coming-soon-details-wrapper .post-details .details-section img,
.event-details-wrapper .post-details .details-section img {
  margin: 40px 0;
  border-radius: var(--br-radius);
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.coming-soon-details-wrapper .post-details .details-section .nav-section,
.event-details-wrapper .post-details .details-section .nav-section {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .coming-soon-details-wrapper .post-details .details-section .nav-section,
  .event-details-wrapper .post-details .details-section .nav-section {
    margin-top: 69px;
    text-align: center;
  }
}
.coming-soon-details-wrapper .post-details .details-section .nav-section a,
.event-details-wrapper .post-details .details-section .nav-section a {
  font-size: 20px;
  line-height: 22px;
  font-family: var(--font-regular);
  font-weight: normal;
  text-decoration: none;
  color: var(--clr-primary);
  border-bottom: 1px solid var(--clr-primary);
  padding-bottom: 2px;
}
@media only screen and (max-width: 991px) {
  .coming-soon-details-wrapper .post-details .details-section .nav-section a,
  .event-details-wrapper .post-details .details-section .nav-section a {
    font-size: 16px;
    line-height: 18px;
  }
}

.category-wrapper {
  padding-top: var(--padding-md);
  padding-bottom: 195px;
  background-color: var(--clr-lightgreen);
}
@media only screen and (max-width: 991px) {
  .category-wrapper {
    padding-bottom: 105px;
    padding-top: 98px;
  }
}

.events-filters {
  display: flex;
  list-style: none;
  gap: 10px;
  align-items: center;
}
.events-filters li {
  font-size: 16px;
  font-family: var(--font-regular);
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.events-filters li a {
  color: var(--clr-primary);
}
.events-filters li a:hover {
  color: var(--clr-white);
}
.events-filters li:hover a {
  color: var(--clr-white);
}
.events-filters li.active {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
}
.events-filters li.active a {
  color: var(--clr-white);
}
.system .events-filters li.active:hover {
  background: transparent;
}
.system .events-filters li.active:hover a {
  color: var(--clr-primary);
}

.event-filter-mobile {
  background-color: var(--clr-lightgreen);
  border: none;
  font-size: 20px;
  line-height: 18px;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--clr-primary);
  background-image: url("../images/icons/ChevronBottomPrimary.svg"); /* Path to your custom arrow image */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  min-width: 180px;
  padding: 12px;
  padding-right: 36px;
}

.event-two-col {
  display: flex;
  background-color: var(--clr-white);
  border-radius: var(--br-radius);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .event-two-col {
    flex-direction: column;
  }
}
.event-two-col .event-two-col-img {
  width: 50%;
  height: 45vw;
  max-height: 482px;
  min-height: 382px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .event-two-col .event-two-col-img {
    min-height: 290px;
    max-height: 360px;
    height: 100vw;
    width: 100%;
  }
}
.event-two-col .event-two-col-content {
  width: 50%;
  padding: 84px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .event-two-col .event-two-col-content {
    width: 100%;
    padding: 27.4px 30px 40px;
  }
}
.event-two-col .event-two-col-content .small-heading {
  margin-bottom: 22.4px;
}
@media only screen and (max-width: 991px) {
  .event-two-col .event-two-col-content .small-heading {
    margin-bottom: 20.4px;
  }
}
.event-two-col .event-two-col-content .sub-copy {
  margin-bottom: 36px;
}
@media only screen and (max-width: 991px) {
  .event-two-col .event-two-col-content .sub-copy {
    margin-bottom: 22.4px;
  }
}

.event-cards-wrapper {
  margin-top: 65px;
  display: grid;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .event-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .event-cards-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .event-cards-wrapper {
    margin-top: 33.5px;
  }
}
.event-cards-wrapper .card {
  border-radius: var(--br-radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--clr-white);
  overflow: hidden;
}
.event-cards-wrapper .card .card-img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 482px;
}
@media only screen and (max-width: 991px) {
  .event-cards-wrapper .card .card-img {
    min-height: 290px;
    max-height: 360px;
    height: 100vw;
  }
}
.event-cards-wrapper .card .card-description {
  padding: 45px 34px;
}
.event-cards-wrapper .card .card-description .small-copy {
  font-size: clamp(0.8125rem, 0.3026rem + 0.8224vw, 1.125rem);
  margin-bottom: 42px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.event-cards-wrapper .card .card-description .sub-heading {
  margin-bottom: 22.4px;
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .event-cards-wrapper .card .card-description .sub-heading {
    font-size: 20px;
  }
}
.event-cards-wrapper .card .card-description .sub-copy {
  margin-bottom: 18.4px;
}
.event-cards-wrapper .card .card-description .btn {
  border-radius: var(--br-radius-btn);
}
@media only screen and (max-width: 991px) {
  .event-cards-wrapper .card .card-description .btn {
    width: auto;
  }
}

.card-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 92px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .card-pagination {
    justify-content: space-between;
  }
}
.card-pagination .page-numbers {
  padding: 10px;
  color: var(--clr-primary);
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .card-pagination .page-numbers {
    display: none;
    font-size: 20px;
    line-height: 30px;
  }
}
.card-pagination .page-numbers.current {
  font-family: var(--font-bold);
  font-weight: normal;
  color: var(--clr-green);
}
.card-pagination li {
  padding: 10px;
  color: var(--clr-primary);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .card-pagination li {
    display: none;
  }
}
.card-pagination li a {
  color: var(--clr-primary);
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .card-pagination li a {
    font-size: 20px;
    line-height: 30px;
  }
}
.card-pagination .prev {
  padding-right: 9rem;
  padding-left: 0;
  text-decoration: underline;
}
.card-pagination .prev a::before {
  content: "";
  background: url("../images/icons/ChevronRightPrimary.svg") no-repeat;
  background-size: contain;
  width: 10.88px;
  height: 22.5px;
  display: inline-block;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .card-pagination .prev {
    position: absolute;
    left: 0;
    display: flex;
    padding-right: 0;
  }
}
.card-pagination .next {
  padding-left: 9rem;
  padding-right: 0;
  text-decoration: underline;
}
.card-pagination .next a::after {
  content: "";
  background: url("../images/icons/ChevronRightPrimary.svg") no-repeat;
  background-size: contain;
  width: 10.88px;
  height: 22.5px;
  display: inline-block;
  margin-left: 30px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .card-pagination .next {
    position: absolute;
    right: 0;
    display: flex;
    padding-left: 0rem;
  }
}
.news .next::after {
  content: "";
  background: url("../images/icons/ChevronRightPrimary.svg") no-repeat;
  background-size: contain;
  width: 10.88px;
  height: 22.5px;
  display: inline-block;
  margin-left: 30px;
  transform: rotate(180deg);
}
.news .prev::before {
  content: "";
  background: url("../images/icons/ChevronRightPrimary.svg") no-repeat;
  background-size: contain;
  width: 10.88px;
  height: 22.5px;
  display: inline-block;
  margin-right: 30px;
}

body.news .event-cards-wrapper {
  margin-top: 10px;
}
body.news .category-wrapper {
  background-color: var(--clr-secondary);
}

.full-width-banner-image .fill-img {
  -o-object-position: bottom;
     object-position: bottom;
}

.nccl .contact-info-block,
.retail-leasing .contact-info-block {
  background-color: var(--clr-secondary);
  padding: 100px;
}
.nccl .contact-info-block ul,
.retail-leasing .contact-info-block ul {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  -moz-column-gap: 200px;
       column-gap: 200px;
  row-gap: 60px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .nccl .contact-info-block ul,
  .retail-leasing .contact-info-block ul {
    grid-template-columns: auto;
  }
}
.nccl .contact-info-block ul li,
.retail-leasing .contact-info-block ul li {
  list-style: none;
  font-weight: 400;
  text-align: center;
}
.nccl .contact-info-block ul li:nth-last-child(1):nth-child(odd),
.retail-leasing .contact-info-block ul li:nth-last-child(1):nth-child(odd) {
  grid-column: 1/-1;
  justify-self: center;
}

.retail-leasing .innerBannerWrap .fill-img {
  -o-object-position: bottom;
     object-position: bottom;
}

.poplar-wrapper {
  font-family: var(--font-syne);
}
@media only screen and (min-width: 992px) {
  .poplar-wrapper .ngh-top-row {
    padding-right: 5.16vw;
    padding-left: 5.16vw;
  }
}
@media only screen and (min-width: 992px) {
  .poplar-wrapper .ngh-cnt {
    max-width: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .ngh-slider {
    padding-right: 15px;
  }
  .poplar-wrapper .ngh-slider .ngh-slide .ngh-img {
    height: 70vw;
  }
}
.poplar-wrapper .form-section {
  background-color: var(--clr-darkBlack);
}
.poplar-wrapper .form-section h2 {
  margin-bottom: 76px;
  color: var(--clr-beige);
}
.poplar-wrapper .form-section .hywrap #form-fields label {
  font-family: var(--font-syne);
  text-transform: uppercase;
  color: var(--clr-beige);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.poplar-wrapper .form-section .hywrap .form-actions button[type=submit] {
  color: var(--clr-darkBlack);
  background: var(--clr-beige);
}
.poplar-wrapper .form-section .hywrap #form-fields .controls input, .poplar-wrapper .form-section .hywrap #form-fields .controls select, .poplar-wrapper .form-section .hywrap #form-fields .controls textarea {
  border: 1px solid var(--clr-beige);
  color: var(--clr-beige);
  font-family: var(--font-syne);
}
.poplar-wrapper .form-section .hywrap #more-info a {
  color: var(--clr-beige);
  font-family: var(--font-syne);
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .gallery-wrapper .gallery-heading {
    line-height: 1.1;
  }
  .poplar-wrapper .gallery-wrapper .thumbnail-section {
    margin-top: 23px;
  }
  .poplar-wrapper .gallery-wrapper .thumbnail-section .slider-thumbnails {
    margin-top: 30px;
  }
  .poplar-wrapper .gallery-wrapper .thumbnail-section .slider-main .slide img {
    border-radius: 15px;
  }
}
.poplar-wrapper .apartment-section .apartment-header .right .sub-heading {
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .apartment-section {
    padding-bottom: 6px;
    margin-bottom: 0;
  }
  .poplar-wrapper .apartment-section .apartment-header .btn {
    margin-left: 0;
  }
  .poplar-wrapper .apartment-section .apartment-thumbnails {
    display: block;
  }
  .poplar-wrapper .apartment-section .apartment-thumbnails .small-image {
    height: 72vw;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .neighborhood-slider-section .section-title {
    margin-bottom: 91px;
  }
}
.poplar-wrapper .accordion-section {
  padding-left: 0;
  padding-top: 0;
}
.poplar-wrapper .alula-heading {
  font-family: var(--font-tiller);
}
.poplar-wrapper .features-amenities-wrapper .accordion button {
  color: var(--clr-darkBlack) !important;
  line-height: 1.1;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .features-amenities-wrapper {
    margin-bottom: 0px;
  }
}
.poplar-wrapper .features-amenities-wrapper .image-section.large-image {
  padding-bottom: 0px;
}
.poplar-wrapper .features-amenities-wrapper .sub-heading {
  font-family: var(--font-syne);
  font-weight: 700;
}
.poplar-wrapper .features-amenities-wrapper .text-section .main-heading {
  font-family: var(--font-tiller);
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .poplar-wrapper .features-amenities-wrapper .text-section .main-heading {
    max-width: 689px;
  }
}
@media only screen and (min-width: 992px) {
  .poplar-wrapper .features-amenities-wrapper .content {
    max-width: 600px;
  }
}
.poplar-wrapper .section-title, .poplar-wrapper .ngh-cnt {
  font-family: var(--font-syne);
  color: var(--clr-darkBlack);
}
.poplar-wrapper .btn {
  font-size: 14px;
  font-weight: 700;
}
.poplar-wrapper .ngh-slide li {
  font-family: var(--font-syne);
  color: var(--clr-darkGrey);
}
.poplar-wrapper .alula-sub-heading {
  font-family: var(--font-tiller);
  color: var(--clr-darkGrey);
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .alula-sub-heading {
    margin-bottom: 18px;
  }
}
.poplar-wrapper .ngh-slide-1 {
  background-color: var(--clr-orange);
}
.poplar-wrapper .ngh-slide-2 {
  background-color: var(--clr-lightGold);
}
.poplar-wrapper .ngh-slide-3 {
  background-color: var(--clr-peach);
}
.poplar-wrapper .ngh-img {
  margin-bottom: 0px;
}
.poplar-wrapper .ngh-img img {
  border-radius: 10px 10px 0px 0px;
}
.poplar-wrapper .ngh-text-section {
  border-radius: 0px 0px 10px 10px;
  padding: 2.085vw;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .ngh-text-section {
    padding: 30px;
  }
}
.poplar-wrapper .ngh-text-section .al-dots {
  margin-left: 1vw;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .ngh-text-section .al-dots {
    margin-left: 40px;
  }
}
.poplar-wrapper .ngh-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.poplar-wrapper .ngh-slider .slick-slide {
  height: 100% !important;
}
@media only screen and (min-width: 992px) {
  .poplar-wrapper .ngh-slider .slick-slide {
    padding: 0px 15px;
  }
}
.poplar-wrapper .content, .poplar-wrapper .ngh-cnt, .poplar-wrapper .ngh-slide li {
  font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem);
  font-weight: 400;
}
.poplar-wrapper .sub-heading, .poplar-wrapper .section-title {
  margin-bottom: 35px;
  font-size: clamp(1rem, 0.9044rem + 0.3922vw, 1.375rem);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font-syne);
  font-weight: 700;
}
.poplar-wrapper .banner-wrapper {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .banner-wrapper {
    padding: 0px 20px;
  }
}
.poplar-wrapper .banner-wrapper .banner {
  height: 42vw;
  width: 100%;
  overflow: hidden;
  max-height: 813px;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .banner-wrapper .banner {
    height: 153.85vw;
  }
}
.poplar-wrapper .banner-wrapper .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.poplar-wrapper .banner-wrapper .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 310px;
  max-height: 344px;
  width: 16.146vw;
  height: 17.917vw;
  top: 50%;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .banner-wrapper .logo {
    max-width: 144px;
    max-height: 161px;
    width: 36.925vw;
    height: 41.284vw;
  }
}
.poplar-wrapper .banner-bottom-section {
  padding: 5vw;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .banner-bottom-section {
    padding: 20px 20px 40px;
  }
}
.poplar-wrapper .banner-bottom-section .text-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.poplar-wrapper .banner-bottom-section .text-content .left {
  width: 65%;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .banner-bottom-section .text-content .left {
    width: 100%;
  }
}
.poplar-wrapper .banner-bottom-section .text-content .right {
  width: 35%;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .banner-bottom-section .text-content .right {
    width: 100%;
  }
}
.poplar-wrapper .banner-bottom-section .text-content .main-heading {
  font-size: clamp(2.8125rem, 2.2549rem + 2.2876vw, 5rem);
  color: var(--clr-darkBlack);
  line-height: 1.14;
  font-family: var(--font-tiller);
  max-width: 800px;
}
.poplar-wrapper .banner-bottom-section .text-content .main-heading span {
  opacity: 0.5;
}
.poplar-wrapper .banner-bottom-section .text-content .buttons-wrap {
  margin-top: 40px;
}
.poplar-wrapper .banner-bottom-section .text-content .buttons-wrap .btn {
  border-radius: 5px;
  cursor: pointer;
  margin: 9px 0;
  font-weight: 700;
}
.poplar-wrapper .banner-bottom-section .text-content .buttons-wrap .btn.btn-fill-primary {
  background: var(--clr-darkBlack);
  border: 1px solid var(--clr-darkBlack);
  color: var(--clr-beige);
}
.poplar-wrapper .banner-bottom-section .text-content .icon-wrap {
  margin-top: 47px;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .banner-bottom-section .text-content .icon-wrap {
    margin-bottom: 80px;
    margin-top: 44px;
  }
}
.poplar-wrapper .container {
  padding: 0 20px 20px;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .container {
    padding: 0px;
  }
}
.poplar-wrapper .poplar_house_bottom {
  padding: 27px 0px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .poplar-wrapper .poplar_house_bottom {
    padding: 20px;
  }
}
.poplar-wrapper .poplar_house_bottom img {
  width: auto;
  height: 171px;
  margin: 0 auto;
}
.poplar-wrapper .contact-form-container .contact-form-two-layout .form-image .icon {
  max-width: 788px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 53px;
}
.poplar-wrapper .contact-form-container .contact-form-two-layout .form-image .image-left img {
  -o-object-position: left top;
     object-position: left top;
}
.poplar-wrapper .features-amenities-wrapper .section-block .text-section-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.poplar-wrapper .features-amenities-wrapper .section-block .text-section-inner .content {
  color: var(--clr-darkBlack);
}
@media only screen and (min-width: 992px) {
  .poplar-wrapper .anim-img {
    opacity: 0;
  }
}
.poplar-wrapper .anim-img.visible {
  animation: fadeInTranslate 3s ease-in;
  -webkit-animation: fadeInTranslate 3s ease-in;
  -moz-animation: fadeInTranslate 3s ease-in;
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .poplar-wrapper .apartment-section .apartment-header .left {
    padding-right: 1vw;
  }
}
.poplar-wrapper .apartment-section .apartment-header .left .main-heading {
  font-size: clamp(2.8125rem, 2.2549rem + 2.2876vw, 5rem);
}
.poplar-wrapper .form-section .hywrap .form-actions button[type=submit] {
  font-family: var(--font-syne);
  font-size: 14px;
  font-weight: 700;
  border: 1px solid var(--clr-alula2);
}

@keyframes fadeInTranslate {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.system .poplar-wrapper .banner-bottom-section .text-content .buttons-wrap .btn-transparent-primary:hover {
  color: var(--clr-white);
  background: var(--clr-darkBlack);
}
.system .poplar-wrapper .banner-bottom-section .text-content .buttons-wrap .btn-fill-primary:hover {
  background: transparent;
  color: var(--clr-darkBlack);
}

.poplarhouse #menu-header-menu-right {
  display: none !important;
}

.system .poplar-wrapper .form-section .hywrap .form-actions button[type=submit]:hover {
  background: transparent;
  color: var(--clr-alula2);
}

.poplarhouse .special-bar .special-right .contact-btn, .poplarhouse .special-bar .special-left p {
  font-family: var(--font-effra);
}

.alula-heading, .alula-wrapper .gallery-wrapper .gallery-heading, .alula-wrapper .features-amenities-wrapper .sub-heading {
  font-size: clamp(2.8125rem, 2.5735rem + 0.9804vw, 3.75rem);
  font-family: var(--font-adelle);
  line-height: 1.16;
  font-weight: 400;
}
.alula-heading.font-light, .alula-wrapper .gallery-wrapper .font-light.gallery-heading, .alula-wrapper .features-amenities-wrapper .font-light.sub-heading {
  font-weight: 100;
}

.alula-sub-heading, .alula-wrapper .features-amenities-wrapper .accordion button {
  font-size: clamp(1.5rem, 1.3725rem + 0.5229vw, 2rem);
  font-family: var(--font-adelle);
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 58px;
}

.section-title, .alula-wrapper .features-amenities-wrapper .text-section .main-heading {
  font-family: var(--font-commutersSans);
  font-size: clamp(1rem, 0.9363rem + 0.2614vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #685C49;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .section-title, .alula-wrapper .features-amenities-wrapper .text-section .main-heading {
    margin-bottom: 28px;
  }
}

.alula-md-content {
  font-size: clamp(1.75rem, 1.4314rem + 1.3072vw, 3rem);
  font-family: var(--font-adelle);
  font-weight: 400;
  line-height: 1.33;
}

.alula-wrapper {
  font-size: clamp(1rem, 0.9681rem + 0.1307vw, 1.125rem);
  font-family: var(--font-commutersSans);
  font-weight: 400;
  line-height: 1.77;
  color: var(--clr-darkGrey);
}
.alula-wrapper .btn {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 18px;
  width: auto;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}
.alula-wrapper .btn-fill-primary {
  background: var(--clr-darkGrey);
  border-color: var(--clr-darkGrey);
}
.system .alula-wrapper .btn-fill-primary:hover {
  color: var(--clr-darkGrey);
}
.alula-wrapper ul.al-dots {
  list-style-type: none;
  padding-left: 0;
}
.alula-wrapper ul.al-dots li {
  position: relative;
  padding-left: 20px;
}
.alula-wrapper ul.al-dots li:not(.disclaimer):before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--clr-darkGrey);
  position: absolute;
  top: 12px;
  border-radius: 2px;
  left: 5px;
}
.alula-wrapper .features-amenities-wrapper {
  background-color: var(--clr-white);
  padding: 102px 0 140px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .features-amenities-wrapper {
    padding: 20px 0 0;
  }
}
.alula-wrapper .features-amenities-wrapper .first-block {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 992px) {
  .alula-wrapper .features-amenities-wrapper .first-block {
    margin-bottom: 138px;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .features-amenities-wrapper .first-block {
    flex-direction: column-reverse;
  }
}
.alula-wrapper .features-amenities-wrapper .text-section {
  flex: 1;
  padding: 30px 8vw;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .features-amenities-wrapper .text-section {
    padding: 67px var(--padding-sm) 27px;
  }
}
.alula-wrapper .features-amenities-wrapper .text-section .main-heading {
  margin-bottom: 29px;
}
.alula-wrapper .features-amenities-wrapper .image-section.large-image {
  width: 36.4vw;
  height: 40.6vw;
  margin: 0 0 0 var(--padding-sm);
  max-width: 36.4vw;
  flex: auto;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .features-amenities-wrapper .image-section.large-image {
    width: 69.2vw;
    height: 90vw;
    display: block !important;
    max-width: 100%;
  }
}
.alula-wrapper .features-amenities-wrapper .image-section img {
  border-radius: 0;
}
.alula-wrapper .features-amenities-wrapper .accordion {
  margin: 0;
  border-radius: 0;
}
.alula-wrapper .features-amenities-wrapper .accordion button {
  padding: 60px 60px 60px 0;
  margin-bottom: 0;
  -webkit-appearance: none;
  color: var(--clr-darkGrey);
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .features-amenities-wrapper .accordion button {
    padding: 20px 26px 20px 0;
  }
}
.alula-wrapper .features-amenities-wrapper .accordion button:after, .alula-wrapper .features-amenities-wrapper .accordion button:before {
  top: clamp(4.5rem, 4.0991rem + 0.6466vw, 4.875rem);
  right: 0;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .features-amenities-wrapper .accordion button:after, .alula-wrapper .features-amenities-wrapper .accordion button:before {
    height: 2px;
    width: 16px;
    top: clamp(2rem, 1.8378rem + 0.6656vw, 2.25rem);
  }
}
.alula-wrapper .features-amenities-wrapper .accordion:not(:first-child) button {
  border-top: 2px solid var(--clr-black);
}
.alula-wrapper .features-amenities-wrapper .accordion .accordion-item {
  padding-left: 0;
  padding-bottom: 50px;
}
.alula-wrapper .features-amenities-wrapper .accordion .accordion-item .item {
  font-size: clamp(1rem, 0.9681rem + 0.1307vw, 1.125rem);
  line-height: 1.77;
}
.alula-wrapper .features-amenities-wrapper .sub-heading {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .features-amenities-wrapper .sub-heading {
    margin-bottom: 35px;
  }
}
.alula-wrapper .features-amenities-wrapper .second-block {
  flex-direction: row-reverse;
}
.alula-wrapper .features-amenities-wrapper .second-block .image-section {
  padding: 0;
}
.alula-wrapper .features-amenities-wrapper .second-block .image-section img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .alula-wrapper .features-amenities-wrapper .second-block .image-section img {
    height: 61.4vw;
  }
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .features-amenities-wrapper .second-block .image-section img {
    height: 160.7vw;
    max-height: 100%;
  }
}
.alula-wrapper .features-amenities-wrapper .second-block .accordion-section {
  padding: 0 3.4vw 0 var(--padding-sm);
}
@media only screen and (min-width: 992px) {
  .alula-wrapper .features-amenities-wrapper .second-block .accordion-section {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .features-amenities-wrapper .second-block .accordion-section {
    padding: 52px var(--padding-sm);
  }
}
.alula-wrapper .features-amenities-wrapper .sub-list {
  margin-left: 10px;
}
.alula-wrapper .features-amenities-wrapper .sub-list li {
  list-style: none;
}
.alula-wrapper .gallery-wrapper {
  background-color: var(--clr-white);
  overflow: hidden;
  padding: 0;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .gallery-wrapper {
    margin-bottom: -103px;
  }
}
.alula-wrapper .gallery-wrapper .gallery-bg-inner {
  position: relative;
  padding: 132px 13vw 0;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .gallery-wrapper .gallery-bg-inner {
    padding: 52px var(--padding-sm) 0;
  }
}
.alula-wrapper .gallery-wrapper .gallery-bg-inner:before {
  background-color: var(--clr-darkGrey);
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 12.3vw);
  left: 0;
  top: 0;
}
.alula-wrapper .gallery-wrapper .gallery-header {
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.alula-wrapper .gallery-wrapper .gallery-header .gallery-category button {
  letter-spacing: 0.1em;
  font-family: var(--font-commutersSans);
  color: var(--clr-alula2);
  font-size: clamp(0.9375rem, 0.8578rem + 0.3268vw, 1.25rem);
  font-weight: 600;
}
.alula-wrapper .gallery-wrapper .gallery-header .gallery-category button.active {
  color: var(--clr-white);
}
@media only screen and (min-width: 992px) {
  .system .alula-wrapper .gallery-wrapper .gallery-header .gallery-category button:hover {
    color: var(--clr-white);
  }
}
.alula-wrapper .gallery-wrapper .gallery-header .gallery-category button:after {
  background: var(--clr-white);
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .gallery-wrapper .gallery-header .gallery-category button {
    color: var(--clr-darkGrey);
    text-transform: uppercase;
  }
}
.alula-wrapper .gallery-wrapper .gallery-header .gallery-category {
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .gallery-wrapper .gallery-header .gallery-category {
    left: 50%;
    transform: translateX(-50%);
  }
}
.alula-wrapper .gallery-wrapper .gallery-header .gallery-category-wrap {
  width: 100%;
}
.alula-wrapper .gallery-wrapper .gallery-header .gallery-category-wrap .mob-galley-cat-btn {
  color: var(--clr-white);
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: var(--font-commutersSans);
}
.alula-wrapper .gallery-wrapper .gallery-header .gallery-category-wrap .mob-galley-cat-btn::after {
  background-image: url(../images/alula/white-arrow.svg);
  background-size: 16px;
  background-size: 16px;
  width: 16px;
  height: 10px;
  transition: all 0.5s ease-in-out;
  right: -32px;
}
.alula-wrapper .gallery-wrapper .gallery-header .gallery-category-wrap .mob-galley-cat-btn.open:after {
  transform: rotate(180deg);
}
.alula-wrapper .gallery-wrapper .gallery-heading {
  color: var(--clr-alula2);
  max-width: 783px;
  width: 100%;
  margin-bottom: 74px;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .gallery-wrapper .gallery-heading {
    margin-bottom: 40px;
  }
}
.alula-wrapper .gallery-wrapper .slider-main {
  height: 45vw;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .gallery-wrapper .slider-main {
    height: 107.6vw;
  }
}
.alula-wrapper .gallery-wrapper .slider-main .slide img {
  border-radius: 0;
}
.alula-wrapper .gallery-wrapper .thumbnail-section {
  flex-direction: column;
  align-items: center;
  padding: 30px 13vw 200px;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .gallery-wrapper .thumbnail-section {
    padding: 30px var(--padding-sm) 45.8vw;
  }
}
.alula-wrapper .gallery-wrapper .thumbnail-section .gallery-caption, .alula-wrapper .gallery-wrapper .thumbnail-section .slider-thumbnails {
  width: 100%;
}
.alula-wrapper .gallery-wrapper .thumbnail-section .gallery-caption {
  max-width: 633px;
  text-align: center;
  font-size: clamp(1rem, 0.9681rem + 0.1307vw, 1.125rem);
  font-family: var(--font-commutersSans);
  line-height: 1.77;
}
.alula-wrapper .gallery-wrapper .thumbnail-section .slider-thumbnails {
  justify-content: center;
  margin-top: 25px;
}
.alula-wrapper .gallery-wrapper .thumbnail-section .slider-thumbnails .slick-list,
.alula-wrapper .gallery-wrapper .thumbnail-section .slider-thumbnails .slick-track,
.alula-wrapper .gallery-wrapper .thumbnail-section .slider-thumbnails .slick-slide > div {
  width: auto !important;
}
.alula-wrapper .gallery-wrapper .thumbnail-section .slider-thumbnails .slick-slide {
  opacity: 0.25;
}
.alula-wrapper .gallery-wrapper .thumbnail-section .slider-thumbnails .slick-slide.slick-current {
  opacity: 1;
}
.alula-wrapper .gallery-wrapper .thumbnail-section .slider-thumbnails .thumb {
  border-radius: 0;
}
.alula-wrapper .gallery-wrapper .slick-prev {
  left: min(-3.22vw, -70px);
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .gallery-wrapper .slick-prev {
    left: 18px;
  }
}
.alula-wrapper .gallery-wrapper .slick-prev:before {
  transform-origin: 0 8px;
}
.alula-wrapper .gallery-wrapper .slick-next {
  right: min(-3.22vw, -70px);
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .gallery-wrapper .slick-next {
    right: 18px;
  }
}
.alula-wrapper .gallery-wrapper .gallery-slider-main {
  position: relative;
}
.alula-wrapper .form-section {
  padding: 4.6vw;
  background-color: var(--clr-darkGrey);
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .form-section {
    padding: 65px var(--padding-sm);
  }
}
.alula-wrapper .form-section h2 {
  font-size: clamp(2.8125rem, 2.7328rem + 0.3268vw, 3.125rem);
  line-height: 1.2;
  margin-bottom: 70px;
  color: var(--clr-alula2);
}
.alula-wrapper .form-section .hywrap #form-fields label {
  font-family: var(--font-commutersSans);
  text-transform: uppercase;
  font-size: clamp(1rem, 0.9681rem + 0.1307vw, 1.125rem);
  color: var(--clr-alula2);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.alula-wrapper .form-section .hywrap #form-fields .controls input, .alula-wrapper .form-section .hywrap #form-fields .controls select, .alula-wrapper .form-section .hywrap #form-fields .controls textarea {
  font-family: var(--font-commutersSans);
  font-size: clamp(1rem, 0.9681rem + 0.1307vw, 1.125rem);
  color: var(--clr-alula2);
  border: 1px solid var(--clr-alula2);
}
.alula-wrapper .form-section .hywrap .form-actions {
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .form-section .hywrap .form-actions {
    margin-top: 28px;
  }
}
.alula-wrapper .form-section .hywrap .form-actions button[type=submit] {
  padding: 23px 36px;
  background: var(--clr-alula2);
  border-radius: 8px;
  color: var(--clr-primary);
  font-family: var(--font-commutersSans);
  font-size: clamp(1rem, 0.9681rem + 0.1307vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 18px;
  border: 1px solid var(--clr-alula2) !important;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .form-section .hywrap .form-actions button[type=submit] {
    padding: 17px 36px;
    width: 100%;
  }
}
.system .alula-wrapper .form-section .hywrap .form-actions button[type=submit]:hover {
  background: transparent;
  color: var(--clr-alula2);
}
.alula-wrapper .form-section .hywrap #form-success {
  background-color: transparent !important;
  font-size: clamp(1rem, 0.9681rem + 0.1307vw, 1.125rem);
  font-family: var(--font-commutersSans);
  font-weight: 400;
  line-height: 1.77;
  color: var(--clr-alula2);
  margin-bottom: 40px;
  text-align: left !important;
  padding: 0 !important;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .contact-form-container .contact-form-two-layout .form-image {
    height: 145vw;
  }
}
.alula-wrapper .contact-form-container .contact-form-two-layout .form-image .icon {
  bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .contact-form-container .contact-form-two-layout .form-image .icon {
    height: auto;
    width: calc(100% - 2 * var(--padding-sm));
    left: var(--padding-sm);
    bottom: 25px;
  }
}
.alula-wrapper .al-pattern-1, .alula-wrapper .al-pattern-2, .alula-wrapper .al-pattern-3 {
  display: block;
  position: absolute;
}
.alula-wrapper .al-pattern-1 {
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .alula-wrapper .al-pattern-1 {
    width: 30vw;
    left: -2vw;
    top: -9.5vw;
  }
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .al-pattern-1 {
    width: 68.4vw;
    left: -2vw;
    bottom: 0;
  }
}
.alula-wrapper .al-pattern-2 {
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .alula-wrapper .al-pattern-2 {
    width: 8.85vw;
    right: 18.9vw;
    top: -2.5vw;
  }
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .al-pattern-2 {
    width: 26.15vw;
    left: 42.3vw;
    bottom: 32.5vw;
  }
}
@media only screen and (min-width: 992px) {
  .alula-wrapper .al-pattern-3 {
    width: 20.4vw;
    right: -4vw;
    top: -10.72vw;
  }
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .al-pattern-3 {
    width: 42.8vw;
    right: -10vw;
    top: -10.72vw;
  }
}
@media only screen and (min-width: 992px) {
  .alula-wrapper .anim-txt {
    opacity: 0;
  }
}
.alula-wrapper .anim-txt.visible {
  animation: translateInSpeed1 1s ease-in-out;
  -webkit-animation: translateInSpeed1 1s ease-in-out;
  -moz-animation: translateInSpeed1 1s ease-in-out;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .alula-wrapper .neighborhood-slider-section {
    position: relative;
    z-index: 2;
  }
}
.alula-wrapper .neighborhood-slider-section .al-dots {
  margin-left: 7px;
}
@media only screen and (min-width: 992px) {
  .alula-wrapper .ngh-top-row .section-title, .alula-wrapper .ngh-top-row .features-amenities-wrapper .text-section .main-heading, .alula-wrapper .features-amenities-wrapper .text-section .ngh-top-row .main-heading {
    margin-bottom: 38px;
  }
}

@keyframes translateInSpeed1 {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.alula .special-bar .special-right .contact-btn, .alula .special-bar .special-left p {
  font-family: var(--font-commutersSans);
}

.fp-banner {
  height: max(50vh, 700px);
  position: relative;
  display: grid;
  place-content: center;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 1399px) {
  .fp-banner {
    padding-block: 85px 25px;
  }
}
.sightmap .fp-banner {
  height: auto;
  padding-block: 85px 25px;
}

.fp-banner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.fp-search-form {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
@media only screen and (max-width: 1199px) {
  .fp-search-form {
    display: flex;
    flex-direction: column;
  }
}
.fp-search-form .custom-select-wrapper {
  font-size: 20px;
}
.fp-search-form .custom-select-wrapper ul {
  font-size: 18px;
}
.fp-search-form .custom-select-dropdown {
  line-height: 20px;
}
.fp-search-form .sightmap-container {
  height: max(80vh, 700px);
}
@media only screen and (max-width: 991px) {
  .fp-search-form .sightmap-container {
    height: max(80vh, 400px);
  }
}

@media only screen and (max-width: 1199px) {
  .fp-dropdown {
    width: 100%;
  }
  .fp-dropdown:not(:last-child) {
    border-bottom: 1px solid var(--clr-lightgreen);
  }
}
.fp-dropdown:not(:last-child) {
  margin-right: 50px;
}
@media only screen and (max-width: 1399px) {
  .fp-dropdown:not(:last-child) {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .fp-dropdown:not(:last-child) {
    margin-inline: 30px;
  }
}
.fp-dropdown .custom-checkbox {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  pointer-events: none;
}
.fp-dropdown .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.fp-dropdown .custom-checkbox .checkmark {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid var(--clr-primary);
  left: 0;
  top: 8px;
  pointer-events: none;
}
.fp-dropdown .custom-checkbox input:checked ~ .checkmark {
  background: var(--clr-primary);
}
.fp-dropdown .custom-select-dropdown {
  background: #fff;
  border-radius: 8px;
  padding-block: 10px;
}
@media only screen and (max-width: 1199px) {
  .fp-dropdown .custom-select-dropdown {
    width: 100%;
  }
}
.fp-dropdown .custom-select-item {
  padding: 10px 20px;
  font-size: 18px;
}
.fp-dropdown .custom-select-item:hover {
  background: var(--clr-secondary);
}
.fp-dropdown .custom-select-wrapper:not(.is-multiselect) .custom-select-item.selected {
  background: var(--clr-secondary);
}
.fp-dropdown .custom-select-selected {
  padding-inline-end: 30px;
  position: relative;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .fp-dropdown .custom-select-selected {
    width: 100%;
  }
}
@media only screen and (max-width: 1399px) {
  .fp-dropdown .custom-select-selected {
    padding-inline-end: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .fp-dropdown .custom-select-selected {
    width: 100%;
    padding-block: 22px;
  }
}
.fp-dropdown .custom-select-selected:after {
  content: "";
  position: absolute;
  background: url(../images/caret-down.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 0;
  top: 10px;
}
@media only screen and (max-width: 1199px) {
  .fp-dropdown .custom-select-selected:after {
    top: 50%;
    translate: 0 -50%;
  }
}

@media only screen and (min-width: 1200px) {
  .fp-search-btn {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .fp-search-btn {
    width: 100%;
  }
}
.fp-search-btn .btn {
  width: 200px;
}
@media only screen and (max-width: 1199px) {
  .fp-search-btn .btn {
    width: 300px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .fp-search-btn .btn {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .fp-search-btn {
    margin-top: 25px;
    margin-inline: auto;
  }
}

.fp-search-tab {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .fp-search-tab {
    gap: 0;
  }
}
.fp-search-tab a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  height: 66px;
  padding-inline: 36px;
  background: var(--clr-green);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  gap: 4px;
  letter-spacing: 0.1em;
}
.fp-search-tab a[href="#"]:not(.js-event) {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .fp-search-tab a {
    font-size: 16px;
    text-align: center;
    padding-inline: 10px;
    flex-direction: column;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .fp-search-tab a span {
    display: block;
  }
}
.fp-search-tab a.active {
  background: #fff;
  color: var(--clr-primary);
}

.fp-search-content {
  position: relative;
  z-index: 1;
  padding-inline: max(98px, 10vw);
}
@media only screen and (max-width: 991px) {
  .fp-search-content {
    padding-inline: 20px;
  }
}

.fp-search-form {
  background: #fff;
  padding: 70px;
  border-radius: 10px;
  border-top-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  .fp-search-form {
    border-top-right-radius: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .fp-search-form {
    padding: 30px 25px;
  }
}

.fp-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 90px;
  padding-inline: 20px;
  background: var(--clr-secondary);
}
@media only screen and (min-width: 1200px) {
  .fp-list {
    grid-template-columns: repeat(3, minmax(360px, 1fr));
  }
}
@media only screen and (max-width: 991px) {
  .fp-list {
    row-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fp-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 413px) {
  .fp-list {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }
}

.fp-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
}

.fpl-building {
  height: 106px;
  background: #ccc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 991px) {
  .fpl-building {
    height: 59px;
  }
}
.stratos .fpl-building {
  background: var(--clr-stratos);
}
.poplar .fpl-building {
  background: var(--clr-poplar);
}
.poplar .fpl-building img {
  width: 300px;
  margin: auto;
}
.alula .fpl-building {
  background: var(--clr-alula);
}
.fpl-building img {
  max-width: 100%;
  height: 33px;
}
@media only screen and (max-width: 991px) {
  .fpl-building img {
    height: 20px;
  }
}

.fpl-img {
  height: 446px;
  position: relative;
  margin-inline: 20px;
}
@media only screen and (max-width: 991px) {
  .fpl-img {
    height: 350px;
  }
}
.fpl-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
}

.fpl-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 33px;
  padding-bottom: 25px;
  padding-inline: 28px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .fpl-meta {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.fpl-meta h3 {
  font-size: 32px;
  font-family: var(--font-medium);
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .fpl-meta h3 {
    width: 100%;
    font-size: 30px;
    margin-bottom: 23px;
  }
}
.fpl-meta .fpl-type {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  gap: 35px;
}
@media only screen and (max-width: 991px) {
  .fpl-meta .fpl-type {
    font-size: 18px;
  }
}

.fpl-details {
  display: flex;
  justify-content: space-between;
  padding-inline: 35px;
  padding-top: 30px;
  padding-bottom: 38px;
}
@media only screen and (max-width: 991px) {
  .fpl-details {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 30px;
    gap: 12px;
    padding-inline: 30px;
  }
}

.fpl-dcol {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .fpl-dcol {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fpl-dcol {
    display: flex;
    gap: 20px;
  }
}
.fpl-dcol span:last-child {
  font-size: 26px;
  font-family: var(--font-medium);
  display: block;
}
@media only screen and (max-width: 991px) {
  .fpl-dcol span:last-child {
    font-size: 22px;
  }
}

.fpl-btn {
  padding-inline: 30px;
  padding-bottom: 43px;
}
@media only screen and (max-width: 413px) {
  .fpl-btn {
    padding-inline: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .fpl-btn {
    display: flex;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .fpl-btn .btn {
    font-size: 16px;
  }
}

.fpl-sort-wrap {
  display: flex;
  font-size: 20px;
  padding: 75px 20px 60px;
  background: var(--clr-secondary);
}
@media only screen and (max-width: 991px) {
  .fpl-sort-wrap {
    flex-direction: column;
    padding: 45px 20px 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 358px) {
  .fpl-sort-wrap {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .fpl-reset {
    margin-inline: auto;
    margin-bottom: 30px;
  }
}
.fpl-reset a {
  text-transform: uppercase;
  color: var(--clr-primary);
  text-decoration: underline;
  font-family: var(--font-medium);
  letter-spacing: 0.1em;
}

.fpl-sort-drop {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .fpl-sort-drop {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .fpl-sort-drop {
    justify-content: space-between;
  }
}

.fpl-sort-label {
  text-transform: uppercase;
  margin-right: 80px;
  white-space: nowrap;
  font-family: var(--font-medium);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 991px) {
  .fpl-sort-label {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .fpl-sort-label {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .fpl-sort-label span {
    display: none;
  }
}

.fpl-sort-block:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .fpl-sort-block:not(:last-child) {
    margin-right: 10px;
  }
}
.fpl-sort-block .custom-select-dropdown {
  background: #fff;
  border-radius: 8px;
  padding-block: 0;
  right: 0;
  left: auto;
  line-height: 22px;
  overflow: hidden;
}
.fpl-sort-block .custom-select-item {
  padding: 10px 20px;
  font-size: 18px;
}
.fpl-sort-block .custom-select-item:hover, .fpl-sort-block .custom-select-item.selected {
  background: var(--clr-offGrey);
  color: #fff;
}
.fpl-sort-block .custom-select-selected {
  padding-inline-end: 30px;
  position: relative;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .fpl-sort-block .custom-select-selected {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fpl-sort-block .custom-select-selected {
    max-width: 100px;
  }
}
.fpl-sort-block .custom-select-selected:after {
  content: "";
  position: absolute;
  background: url(../images/caret-down.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 0;
  top: 10px;
}
@media only screen and (max-width: 991px) {
  .fpl-sort-block .custom-select-selected:after {
    top: 6px;
  }
}
.fpl-sort-block .custom-select-selected[aria-expanded=true]::after {
  rotate: 180deg;
}

.floorplan-details-container {
  display: flex;
  flex-wrap: wrap;
  padding: 100px clamp(50px, 6vw, 256px);
}
.floorplan-details-container .fp-back-container {
  width: 100%;
}
.floorplan-details-container .fp-lt-blk {
  width: 50%;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 5rem;
}
@media only screen and (min-width: 992px) {
  .floorplan-details-container .fp-lt-blk .unit_img {
    max-width: 80%;
  }
}
.floorplan-details-container .fp-lt-blk .fp-links a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: var(--clr-primary);
  border: 1px solid var(--clr-primary);
  text-transform: uppercase;
  border-radius: 8px;
  width: 112px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.floorplan-details-container .fp-lt-blk .fp-links a.active {
  background-color: var(--clr-secondary);
  border-color: var(--clr-secondary);
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container .fp-lt-blk .fp-links a {
    max-width: 110px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container .fp-lt-blk {
    width: 100%;
    flex-direction: column-reverse;
    padding-right: 0;
  }
}
.floorplan-details-container .fp-rt-blk {
  width: 50%;
  padding: 0 2% 0 4%;
  padding-top: 5rem;
}
.floorplan-details-container .fp-rt-blk .fp-logo {
  background-color: var(--clr-alula);
  border-radius: 10px;
  padding: 3% 5%;
  margin-bottom: 60px;
}
.floorplan-details-container .fp-rt-blk .fp-logo.poplar {
  background-color: var(--clr-poplar);
}
.floorplan-details-container .fp-rt-blk .fp-logo.alula {
  background-color: var(--clr-alula);
}
.floorplan-details-container .fp-rt-blk .fp-logo.stratos {
  background-color: var(--clr-stratos);
}
.floorplan-details-container .fp-rt-blk h2 {
  font-family: var(--font-medium);
  font-size: 60px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container .fp-rt-blk h2 {
    font-size: 30px;
  }
}
.floorplan-details-container .fp-rt-blk .fp-det {
  font-size: 24px;
  padding: 20px 0;
  display: block;
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container .fp-rt-blk .fp-det {
    font-size: 18px;
  }
}
.floorplan-details-container .fp-rt-blk .fp-det.uppercase-txt {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.floorplan-details-container .fp-rt-blk .fp-det .separator {
  padding: 0 20px;
}
.floorplan-details-container .fp-rt-blk .fp-det ul {
  list-style-position: inside;
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container .fp-rt-blk .fp-det.rent-det {
    padding: 30px 0;
  }
}
.floorplan-details-container .fp-rt-blk .info-txt {
  font-size: 18px;
}
.floorplan-details-container .fp-rt-blk .btn-block {
  display: inline-flex;
  flex-direction: column;
  padding: 60px 0;
  gap: 15px;
  width: max(300px, 50%);
}
@media only screen and (max-width: 767px) {
  .floorplan-details-container .fp-rt-blk .btn-block {
    width: max(230px, 50%);
  }
}
.floorplan-details-container .fp-rt-blk .btn-block .btn {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container .fp-rt-blk .btn-block .btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container .fp-rt-blk .btn-block {
    padding: 40px 0;
  }
}
.floorplan-details-container .fp-rt-blk .share-btn {
  color: var(--clr-green);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  background: url(../images/icons/Share.png) no-repeat left top 4px;
  padding-left: 30px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container .fp-rt-blk .share-btn {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container .fp-rt-blk {
    width: 100%;
    flex-direction: column;
    padding: 0;
    padding-top: 3rem;
  }
}
.floorplan-details-container .fp-back {
  text-transform: uppercase;
  color: var(--clr-primary);
  text-decoration: underline;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container .fp-back {
    font-size: 16px;
  }
}
.floorplan-details-container .fp-back span {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container .fp-back span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .floorplan-details-container {
    padding: 50px var(--padding-sm);
  }
}

.slider-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  /* Popup content */
}
.slider-popup.show {
  opacity: 1;
  visibility: visible;
}
.slider-popup .popup-content {
  position: relative;
  background-color: var(--clr-secondary);
  padding: 63px var(--padding-sm2);
  margin: 20px;
  border-radius: var(--br-radius);
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .slider-popup .popup-content {
    padding: 40px 30px;
  }
}
.slider-popup .close-button {
  position: absolute;
  top: 33px;
  right: 33px;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("../images/icons/Close_black.svg") no-repeat center/contain;
}
@media only screen and (max-width: 991px) {
  .slider-popup .close-button {
    top: 20px;
    right: 20px;
  }
}

.interiorSlider .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.fp-pagination {
  font-size: 20px;
  padding: 50px 20px 110px;
  background: var(--clr-secondary);
}
@media only screen and (max-width: 991px) {
  .fp-pagination {
    padding: 50px 20px 80px;
  }
}

.pagination_list {
  display: flex;
  justify-content: space-between;
}
.pagination_list button {
  color: #000;
  padding: 5px;
  background: transparent;
  border: 0;
}
.pagination_list button[data-page].active {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.pagination_list button.next, .pagination_list button.prev {
  text-transform: uppercase;
  color: var(--clr-primary);
}
@media only screen and (max-width: 991px) {
  .pagination_list button.next, .pagination_list button.prev {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.pagination_list button.next {
  position: relative;
  padding-right: 35px;
}
.pagination_list button.next:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../images/arrow-right.svg) no-repeat center;
  background-size: 100%;
  right: 0;
  top: 15px;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .pagination_list button.next:after {
    background: url(../images/icons/chevron-blue.svg) no-repeat center;
    background-size: contain;
    top: 10px;
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .pagination_list button.next {
    margin-left: auto;
  }
}
.pagination_list button.prev {
  position: relative;
  padding-left: 35px;
}
.pagination_list button.prev:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(../images/arrow-right.svg) no-repeat center;
  background-size: 100%;
  left: 0;
  top: 15px;
  pointer-events: none;
  rotate: 180deg;
}
@media only screen and (max-width: 991px) {
  .pagination_list button.prev:after {
    background: url(../images/icons/chevron-blue.svg) no-repeat center;
    background-size: contain;
    top: 10px;
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .pagination_list button.prev {
    margin-right: auto;
  }
}

.pagination-page-numbers {
  display: flex;
  gap: 40px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .pagination-page-numbers {
    display: none;
  }
}

.fp-carousel {
  padding: 0 var(--padding-sm);
}
.fp-carousel .slick-arrow {
  background: url(../images/icons/chevron-right.svg) no-repeat center;
  background-size: 50%;
}
.fp-carousel .slick-arrow::before {
  display: none;
}
.fp-carousel .slick-arrow.slick-prev {
  rotate: 180deg;
  transform-origin: center 0;
}
.fp-carousel .slick-dots {
  bottom: -40px;
}
.fp-carousel .slick-dots li {
  margin: 0;
}
.fp-carousel .slick-dots li button:before {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .fp-carousel {
    padding: 0;
  }
}

.fp-carousel-section {
  background: var(--clr-primary);
  color: var(--clr-secondary);
  padding: 180px var(--padding-sm) 160px;
}
@media only screen and (max-width: 991px) {
  .fp-carousel-section {
    padding: 70px var(--padding-lg) 90px;
  }
}
.fp-carousel-section .full-width-copy {
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .fp-carousel-section .full-width-copy {
    padding-bottom: 52px;
  }
}

.fp-carousel-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .fp-carousel-block {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 5px;
  }
}

.fp-carousel-text {
  color: var(--clr-primary);
  background: #fff;
  padding: min(80px, 10vw);
}
@media only screen and (max-width: 991px) {
  .fp-carousel-text .sub-heading {
    text-transform: uppercase;
    font-family: var(--font-regular);
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 991px) {
  .fp-carousel-text {
    padding: 35px 20px;
  }
}

.fp-c-icon {
  margin-bottom: 50px;
}
.fp-c-icon img {
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .fp-c-icon img {
    height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .fp-c-icon {
    margin-bottom: 20px;
  }
}

.fp-carousel-text .sub-heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .fp-carousel-text .sub-heading {
    margin-bottom: 20px;
  }
}
.fp-carousel-text .sub-copy {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .fp-carousel-text .sub-copy {
    margin-bottom: 20px;
  }
}

.fp-c-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fp-c-btns .btn {
  min-width: 220px;
}
@media only screen and (max-width: 991px) {
  .fp-c-btns .btn {
    font-size: 16px;
  }
}

.fp-carousel-img {
  position: relative;
}
.fp-carousel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .fp-carousel-img img {
    aspect-ratio: 4/3;
  }
}

.fp-carousel-logos {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding: 0 var(--padding-sm);
}
@media only screen and (max-width: 991px) {
  .fp-carousel-logos {
    display: none;
  }
}
.fp-carousel-logos img {
  height: 34px;
}
.fp-carousel-logos button {
  border: 0;
  background: transparent;
  padding: 0;
  opacity: 0.5;
}
.fp-carousel-logos button.active {
  opacity: 1;
}

.fp-logo-carousel {
  margin-bottom: 30px;
}
.fp-logo-carousel .fp-logoc-item img {
  margin: auto;
  height: 26px;
}
@media only screen and (max-width: 413px) {
  .fp-logo-carousel .fp-logoc-item img {
    height: 20px;
  }
}
.fp-logo-carousel .slick-arrow {
  background: url(../images/icons/chevron-right.svg) no-repeat center;
  background-size: 50%;
  margin-top: -2px;
  z-index: 10;
}
.fp-logo-carousel .slick-arrow::before {
  display: none;
}
.fp-logo-carousel .slick-arrow.slick-next {
  right: 0;
}
.fp-logo-carousel .slick-arrow.slick-prev {
  rotate: 180deg;
  transform-origin: center 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .fp-logo-carousel {
    display: none;
  }
}

.living-overview .gm-style .gm-style-iw-c {
  min-width: 270px !important;
}

.innerBannerWrap .fill-img {
  -o-object-position: center bottom;
     object-position: center bottom;
  bottom: 0;
  top: auto;
  max-height: 700px;
}

.card-copy .has-arrow-white:after {
  display: none;
}

.two-col-card .card-copy .small-heading {
  font-size: clamp(1.25rem, 1.0588rem + 0.7843vw, 2rem);
}
@media only screen and (min-width: 992px) {
  .two-col-card .card-copy .small-heading {
    text-transform: none;
    letter-spacing: normal;
  }
}
.two-col-card .card-copy a {
  color: var(--clr-white);
  background: var(--clr-primary);
  border-color: var(--clr-primary);
}
.two-col-card .card-copy a:hover {
  color: var(--clr-primary);
  background: var(--clr-white);
}
.two-col-card .card-copy a:last-child {
  color: var(--clr-primary);
  background: transparent;
  margin-top: 0;
}
.two-col-card .card-copy a:last-child:hover {
  color: var(--clr-white);
  background: var(--clr-primary);
  border-color: var(--clr-primary);
}
.two-col-card .card-copy .btn {
  min-width: 217px;
}

.image-container .inner-image-div .sub-heading {
  padding-right: 53px;
}
@media only screen and (max-width: 991px) {
  .image-container .inner-image-div .sub-heading {
    padding-right: 0;
  }
}

.logo-card-wrap {
  padding-bottom: 13vw;
}
@media only screen and (min-width: 992px) {
  .logo-card-wrap {
    padding-top: 8vw;
    padding-left: clamp(50px, 10vw, 256px);
    padding-right: clamp(50px, 10vw, 256px);
  }
  .logo-card-wrap .full-width-copy {
    padding-bottom: 80px;
  }
  .logo-card-wrap .full-width-copy .main-heading {
    margin-bottom: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .two-col-card .card-logo img {
    max-height: 43px;
  }
}
@media only screen and (max-width: 991px) {
  .two-col-card:nth-child(2) .card-logo img {
    max-height: 33px;
  }
}
@media only screen and (max-width: 991px) {
  .two-col-card:nth-child(3) .card-logo img {
    max-height: 25px;
  }
}

.map-wrapper {
  display: flex;
  padding: var(--padding-md) var(--padding-sm) var(--padding-md);
  -moz-column-gap: 80px;
       column-gap: 80px;
  position: relative;
  padding-left: clamp(50px, 5vw, 100px);
  padding-right: clamp(50px, 5vw, 100px);
}
.map-wrapper::after {
  opacity: 0;
}
.map-wrapper .btn {
  min-width: 237px;
}
@media only screen and (max-width: 991px) {
  .map-wrapper .btn {
    margin-bottom: 50px;
    max-width: 217px;
  }
}
@media only screen and (max-width: 991px) {
  .map-wrapper {
    padding: 100px var(--padding-sm) 100px;
    display: flex;
    flex-direction: column;
  }
}
.map-wrapper .leftSection {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  .map-wrapper .leftSection {
    width: 100%;
  }
  .map-wrapper .leftSection .title-wrap {
    margin-bottom: 40px;
  }
  .map-wrapper .leftSection .title-wrap .main-heading {
    margin-bottom: 20px;
  }
}
.map-wrapper .leftSection .poiList {
  display: none;
}
.map-wrapper .poiList {
  display: none !important;
}
.map-wrapper .rightSection {
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .map-wrapper .rightSection {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .map-wrapper .rightSection .poiList {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .map-wrapper .rightSection .poiList {
    margin-top: 40px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.map-wrapper .rightSection #map {
  height: 100%;
  border-radius: var(--br-radius);
}
.map-wrapper .rightSection #map .map_container {
  border-radius: var(--br-radius);
  height: 40vw;
  max-height: 750px;
}
@media only screen and (max-width: 991px) {
  .map-wrapper .rightSection #map .map_container {
    display: block;
    height: 140vw;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 570px;
  }
}
.map-wrapper .rightSection #map > img {
  height: 100%;
  border-radius: var(--br-radius);
  -o-object-fit: cover;
     object-fit: cover;
}
.map-wrapper .rightSection .mapImage {
  display: none;
  border-radius: var(--br-radius);
}
@media only screen and (max-width: 991px) {
  .map-wrapper .rightSection .mapImage {
    min-height: 140vw;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 570px;
  }
}

.system .living-overview .has-arrow:hover:after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .stratos .two_column_container.row-reverse .two_column_layout .two_column_content p.sub_content {
    margin-top: 95px;
  }
}
.stratos .gallery-wrapper {
  background-color: var(--clr-ashyBlack);
}
.stratos .gallery-wrapper .gallery-header {
  flex-direction: column;
  align-items: flex-start;
}
.stratos .gallery-wrapper .gallery-header .gallery-heading {
  font-family: var(--font-classic);
  width: 95%;
}
@media only screen and (max-width: 991px) {
  .stratos .gallery-wrapper .gallery-header .gallery-heading {
    margin-bottom: 42px;
  }
}
.stratos .gallery-wrapper .gallery-header .gallery-category-wrap {
  width: 100%;
}
.stratos .gallery-wrapper .gallery-header .gallery-category-wrap button.mob-galley-cat-btn {
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .stratos .gallery-wrapper .gallery-header .gallery-category-wrap button.mob-galley-cat-btn::after {
    background: url("../images/ChevronDown.svg");
    top: 0px;
  }
}
.stratos .gallery-wrapper .gallery-header .gallery-category-wrap .gallery-category {
  text-align: left;
}
.stratos .gallery-wrapper .gallery-header .gallery-category-wrap .gallery-category button {
  font-family: var(--font-effra);
  color: #D8DCE1;
}
.stratos .gallery-wrapper .gallery-header .gallery-category-wrap .gallery-category button.active {
  color: #FFFFFF !important;
}
@media only screen and (max-width: 991px) {
  .stratos .gallery-wrapper .gallery-header .gallery-category-wrap .gallery-category button {
    color: var(--clr-darkBlack);
  }
}
.stratos .gallery-wrapper .gallery-header .gallery-category-wrap .gallery-category button::after {
  background: #D8DCE1;
}
.stratos .gallery-wrapper .thumbnail-section .gallery-caption {
  color: #FFFFFF;
}
.stratos .gallery-wrapper .thumbnail-section .slider-thumbnails {
  justify-content: center;
  margin-top: 25px;
}
.stratos .gallery-wrapper .thumbnail-section .slider-thumbnails .thumb {
  border-radius: 0px;
}
.stratos .gallery-wrapper .thumbnail-section .slider-thumbnails .slick-slide {
  opacity: 0.25;
}
.stratos .gallery-wrapper .thumbnail-section .slider-thumbnails .slick-slide.slick-current {
  opacity: 1;
}
.stratos .gallery-wrapper .thumbnail-section .slick-prev:before {
  transform-origin: 0 8px;
}
.stratos .gallery-wrapper .slider-main .slide img {
  border-radius: 0px;
}
.stratos .contact-form-container .contact-form-two-layout .form-image .image-left img {
  height: 120%;
}
.stratos .two_column_container .two_column_layout .two_column_content h2.headerText {
  font-family: var(--font-classicaLight);
}
.stratos .two_column_container .two_column_layout .two_column_content h2.headerText span {
  font-family: var(--font-classic);
}

.stratos .special-bar .special-right .contact-btn, .stratos .special-bar .special-left p {
  font-family: var(--font-effra);
}

footer .footer-container {
  line-height: 1.5;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  flex-wrap: wrap;
  color: var(--clr-green);
  background-color: var(--clr-secondary);
  padding: 94.17px var(--padding-sm) 60px;
}
@media only screen and (max-width: 991px) {
  footer .footer-container {
    display: flex;
    padding: 68px var(--padding-sm) 52px;
    flex-direction: column;
  }
}
footer .footer-container h3 {
  font-size: clamp(1.25rem, 0.8421rem + 0.6579vw, 1.5rem);
  font-family: var(--font-regular);
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  footer .footer-container h3 {
    margin-bottom: 20px;
  }
}
footer .footer-container .left-section {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  footer .footer-container .left-section {
    width: 100%;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-container .left-section {
    margin-bottom: 41.65px;
    width: 100%;
    padding-right: 0;
  }
}
footer .footer-container .left-section .logo {
  width: 147px;
  height: 160px;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .left-section .logo {
    width: 110px;
    height: 120px;
  }
}
footer .footer-container .left-section p {
  text-align: left;
  margin-top: 42px;
  margin-bottom: 42px;
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .left-section p {
    margin-top: 27.87px;
    margin-bottom: 25.31px;
    max-width: initial;
  }
}
footer .footer-container .left-section .social-icons {
  display: flex;
  flex-direction: row;
  gap: 35px;
}
footer .footer-container .left-section .social-icons a img {
  width: auto;
  height: 26px;
}
footer .footer-container .left-section .social-icons a.youtube img {
  height: 29px;
}
footer .footer-container .right-section {
  grid-column: 2/3;
  color: var(--clr-green);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .right-section {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1600px) {
  footer .footer-container .right-section {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 374px) {
  footer .footer-container .right-section {
    gap: 47px;
  }
}
footer .footer-container .right-section .footer-menu {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 2/4;
}
footer .footer-container .right-section .footer-menu .widgettitle {
  display: none;
}
footer .footer-container .right-section .footer-menu.footer-menu-left {
  grid-column: 1/2;
  flex-direction: column;
}
@media only screen and (min-width: 1600px) {
  footer .footer-container .right-section .footer-menu.footer-menu-left {
    min-width: 220px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-container .right-section .footer-menu.footer-menu-left {
    width: 45%;
  }
}
@media only screen and (max-width: 374px) {
  footer .footer-container .right-section .footer-menu.footer-menu-left {
    width: 100%;
  }
}
@media only screen and (max-width: 1599px) {
  footer .footer-container .right-section .footer-menu.footer-menu-right {
    flex-direction: column;
  }
}
footer .footer-container .right-section .footer-menu.footer-menu-right > div:first-child {
  max-width: 260px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1600px) {
  footer .footer-container .right-section .footer-menu.footer-menu-right > div {
    min-width: 130px;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-container .right-section .footer-menu.footer-menu-right > div {
    margin-right: 0;
  }
}
footer .footer-container .right-section .footer-menu ul li {
  list-style: none;
  padding: 8px 0px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .right-section .footer-menu ul li {
    padding: 6px 0px;
  }
}
footer .footer-container .right-section .footer-menu ul li a {
  font-size: clamp(1rem, 0.7961rem + 0.3289vw, 1.125rem);
  line-height: 1.5;
  text-align: center;
  color: var(--clr-green);
}
footer .footer-container .right-section .footer-menu li:not(.btn) a {
  position: relative;
}
footer .footer-container .right-section .footer-menu li:not(.btn) a:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--clr-green);
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.system footer .footer-container .right-section .footer-menu li:not(.btn) a:hover:before {
  opacity: 1;
}
footer .footer-container .footer-form {
  margin-top: 65px;
  max-width: 577px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-column: 2/3;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .footer-form {
    margin-left: 0%;
    max-width: unset;
  }
}
footer .footer-container .footer-form h3 {
  font-family: var(--font-medium);
  font-weight: normal;
  margin-bottom: 20px;
  width: 100%;
}
footer .footer-container .footer-form form {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  footer .footer-container .footer-form form {
    flex-direction: column;
  }
}
footer .footer-container .footer-form input,
footer .footer-container .footer-form select {
  padding: 13px 24px;
  border-radius: 6px;
  background-color: #fff;
  height: 54px;
  border: unset;
  color: var(--clr-green);
}
footer .footer-container .footer-form h3,
footer .footer-container .footer-form input,
footer .footer-container .footer-form select {
  max-width: 395px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .footer-form h3,
  footer .footer-container .footer-form input,
  footer .footer-container .footer-form select {
    max-width: unset;
  }
}
footer .footer-container .footer-form .interest-btn-group {
  display: flex;
}
footer .footer-container .footer-form .interest-btn-group button {
  margin-left: 12px;
  width: 170px;
  border-radius: 6px;
}
@media only screen and (max-width: 575px) {
  footer .footer-container .footer-form .interest-btn-group button {
    margin-left: 0;
    margin-top: 12px;
  }
}
footer .footer-container .footer-form .interest-btn-group .btn-fill-primary:hover {
  border: 1px solid var(--clr-primary);
}
footer .footer-container .footer-form .subscribe-form.submit_response {
  padding-top: 10px;
}
footer .footer-container .footer-copyright-section {
  margin-top: 75px;
  border-top: 1px solid var(--clr-primary);
  padding-top: 46px;
  display: flex;
  flex-direction: column;
  width: 100%;
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .footer-copyright-section {
    flex-direction: column;
  }
}
footer .footer-container .footer-copyright-section .copyright-top-section {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .footer-copyright-section .copyright-top-section {
    flex-direction: column;
  }
}
footer .footer-container .footer-copyright-section .copyright-top-section p {
  opacity: 50%;
  margin-bottom: 30px;
  max-width: 1402px;
  margin-right: 92px;
  font-size: 16px;
}
footer .footer-container .footer-copyright-section .copyright-top-section p a {
  color: var(--clr-green);
}
@media only screen and (max-width: 991px) {
  footer .footer-container .footer-copyright-section .copyright-top-section p {
    margin-right: 0px;
  }
}
footer .footer-container .footer-copyright-section .copyright-top-section .copyright-right-logo-section .footer-icon-wrap {
  display: flex;
  gap: 37px;
  margin-bottom: 27px;
}
footer .footer-container .footer-copyright-section .copyright-top-section .copyright-right-logo-section .footer-icon-wrap a img {
  width: 50px;
}
footer .footer-container .footer-copyright-section .copyright {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .footer-copyright-section .copyright {
    margin-top: 42.8px;
  }
}
footer .footer-container .footer-copyright-section .copyright .copyright-text {
  opacity: 1;
  margin-bottom: 0;
  color: var(--clr-primary);
}
footer .footer-container .footer-copyright-section .copyright .copyright-text::before {
  content: "";
}
footer .footer-container .footer-copyright-section .copyright ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .footer-copyright-section .copyright ul {
    max-width: 480px;
  }
}
footer .footer-container .footer-copyright-section .copyright ul li::after {
  content: "|";
  font-size: 20px;
  font-family: var(--font-regular);
  font-weight: normal;
  line-height: 30px;
  margin-left: 8px;
}
@media only screen and (max-width: 991px) {
  footer .footer-container .footer-copyright-section .copyright ul li:first-child {
    width: 100%;
  }
  footer .footer-container .footer-copyright-section .copyright ul li:first-child::after {
    content: "";
    margin-left: 0;
  }
}
footer .footer-container .footer-copyright-section .copyright ul li:last-child::after {
  content: "";
  margin-left: 0;
}
@media only screen and (min-width: 414px) and (max-width: 992px) {
  footer .footer-container .footer-copyright-section .copyright ul li:nth-child(3)::after, footer .footer-container .footer-copyright-section .copyright ul li:nth-child(1)::after {
    content: "";
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-container .footer-copyright-section .copyright ul li {
    display: inline-block;
  }
}
footer .footer-container .footer-copyright-section .copyright ul li a {
  text-decoration: underline;
  color: var(--clr-primary);
}
footer .footer-container .footer-copyright-section .copyright ul li a[href="#"]:not(.js-event) {
  pointer-events: none;
}
footer .footer-container .footer-copyright-section .copyright ul li:first-child a {
  text-decoration: none;
}
footer .footer-container .redbrick-logo {
  max-width: 226.93px;
}

html.no-scroll,
html.no-scroll body {
  overflow: hidden;
}

header {
  position: static;
  top: 0;
  width: 100%;
  background: var(--clr-white);
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
  z-index: 1000;
  font-size: clamp(1.125rem, 0.9211rem + 0.3289vw, 1.25rem);
}
header .left-buttons {
  display: flex;
  gap: 10px;
}
header .left-buttons .btn.btn-fill-primary a {
  color: var(--clr-white);
}
header .left-buttons .btn.btn-fill-primary:hover {
  border: 1px solid var(--clr-black);
}
header .left-buttons .btn.btn-fill-primary:hover a {
  color: var(--clr-black);
}
header .left-buttons .btn.btn-transparent-secondary {
  border: 1px solid var(--clr-black);
}
header .left-buttons .btn.btn-transparent-secondary a {
  color: var(--clr-black);
}
header .left-buttons .btn.btn-transparent-secondary:hover {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
}
header .left-buttons .btn.btn-transparent-secondary:hover a {
  color: var(--clr-white);
}
header .logo img {
  width: auto;
  margin-top: 0;
  height: 27.2px;
  content: url("../images/logos/logo-green.svg");
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .logo img {
    height: 22px;
  }
}
@media only screen and (max-width: 575px) {
  header .logo img {
    height: 23px;
  }
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 20.28px;
  padding: clamp(0.9375rem, -0.5921rem + 2.4671vw, 1.875rem) 20px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  header nav {
    padding: 22px var(--padding-sm);
  }
}
@media only screen and (max-width: 575px) {
  header nav {
    padding: 20px var(--padding-sm);
  }
}
header nav .left-buttons,
header nav .logo,
header nav .right-section,
header nav .header-left-wrapper {
  display: flex;
  align-items: center;
}
header nav .header-left-wrapper,
header nav .right-section {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  header nav .header-left-wrapper,
  header nav .right-section {
    width: auto;
  }
}
header nav .logo {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 15px;
}
@media only screen and (max-width: 991px) {
  header nav .logo {
    margin: 0;
    margin-right: 15px;
    flex-shrink: 1;
  }
}
@media only screen and (max-width: 991px) {
  header nav .left-buttons {
    display: none;
  }
}
header nav .right-section {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-end;
}
header nav .right-section ul {
  display: flex;
  gap: 1.5rem;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  header nav .right-section ul {
    gap: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  header nav .right-section ul {
    display: none;
  }
}
header nav .right-section ul li {
  list-style: none;
}
header nav .right-section ul li a {
  color: var(--clr-green);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  header nav .right-section ul li a {
    line-height: 1.5;
  }
}
header nav .right-section .hamburger {
  display: flex;
  flex-direction: column;
  gap: 10.5px;
  cursor: pointer;
}
header nav .right-section .hamburger span {
  display: block;
  width: 32px;
  height: 0px;
  border: 1.75px solid var(--clr-green);
  transition: all 0.3s;
}
@media only screen and (max-width: 575px) {
  header nav .right-section .hamburger {
    gap: 6px;
  }
  header nav .right-section .hamburger span {
    width: 20px;
  }
}
header .menu-item-has-children {
  position: relative;
  padding-right: 13px;
}
header .menu-item-has-children .cross {
  display: flex;
  top: 0;
  left: calc(100% + 3px);
}
header .menu-item-has-children .cross, header .menu-item-has-children .cross:after {
  position: absolute;
  height: 100%;
}
header .menu-item-has-children .cross:after {
  content: "_";
  visibility: hidden;
  font-family: var(--font-medium);
  font-weight: normal;
  top: -8px;
  margin-left: 2px;
  left: 0;
  height: 100%;
}
header .menu-item-has-children.open .cross {
  visibility: hidden;
}
header .menu-item-has-children.open .cross::after {
  visibility: visible;
}
header .menu-item-has-children .sub-menu {
  display: none;
  width: 200px;
  position: absolute;
  flex-direction: column;
  background: var(--clr-green);
  padding: 0.85rem;
  left: -0.85rem;
  top: calc(100% + 5px);
  gap: 0.75rem;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  font-size: 80%;
}
@media only screen and (max-width: 1599px) {
  header .menu-item-has-children .sub-menu {
    width: 155px;
  }
}
header .menu-item-has-children .sub-menu li:not(:first-child) {
  margin-top: 10px;
}
header .menu-item-has-children .sub-menu a {
  color: var(--clr-white);
}
header .menu-item-has-children .sub-menu li:not(.btn) a:before {
  background-color: var(--clr-white);
}

body.building-landing header {
  box-shadow: none;
}
body.building-landing header.fix-header {
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  background-color: rgba(255, 255, 255, 0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.overlay-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  overflow-y: auto;
}
.overlay-menu.fade-in {
  animation: fadeIn 0.5s forwards;
}
.overlay-menu.fade-out {
  animation: fadeOut 0.5s forwards;
}
.overlay-menu .menu-content {
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
}
.overlay-menu .menu-content .left-section,
.overlay-menu .menu-content .right-section {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .overlay-menu .menu-content .left-section {
    display: none;
  }
}
.overlay-menu .menu-content .left-section .popup-logo {
  position: absolute;
  top: 85px;
  left: 99px;
}
.overlay-menu .menu-content .left-section .popup-logo img {
  max-height: 82px;
  margin-top: auto;
  height: auto;
}
.overlay-menu .menu-content .left-section .menu-image {
  max-width: 100%;
  max-height: 100%;
  margin-top: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overlay-menu .menu-content .right-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: var(--clr-green);
  justify-content: space-between;
  padding-left: 8.4vw;
  margin-top: 0;
  padding-top: clamp(20px, 9vh, 6rem);
  padding-bottom: 8.9vh;
  height: 100%;
  overflow: auto;
}
@media only screen and (max-width: 991px) {
  .overlay-menu .menu-content .right-section {
    width: 100%;
    padding: 32px 20px;
    justify-content: flex-start;
  }
}
.overlay-menu .menu-content .right-section .popup-logo img {
  max-height: 55px;
}
.overlay-menu .menu-content .right-section .menu-container {
  width: calc(100% - 80px);
  position: relative;
  font-size: clamp(1.75rem, 0.9342rem + 1.3158vh, 2.25rem);
  display: grid;
}
@media only screen and (max-width: 991px) {
  .overlay-menu .menu-content .right-section .menu-container {
    width: 100%;
    height: max(100% - 100px, 390px);
    min-height: unset;
    margin-bottom: 0px;
    font-size: clamp(1.5rem, 0.9342rem + 1.3158vw, 2.25rem);
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .overlay-menu .menu-content .right-section .menu-container {
    height: max(100% - 100px, 490px);
  }
}
.overlay-menu .menu-content .right-section .menu-container ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease;
  opacity: 1;
  visibility: visible;
  grid-column-start: 1;
  grid-row-start: 2;
}
.overlay-menu .menu-content .right-section .menu-container ul.slide-left {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  .overlay-menu .menu-content .right-section .menu-container ul {
    top: 70px;
  }
}
.overlay-menu .menu-content .right-section .menu-container ul li {
  list-style: none;
  position: relative;
  padding-bottom: clamp(0.5rem, 3vh, 2rem);
}
@media only screen and (max-width: 991px) {
  .overlay-menu .menu-content .right-section .menu-container ul li {
    padding-bottom: 20px;
  }
}
.overlay-menu .menu-content .right-section .menu-container ul li .plus-sign {
  cursor: pointer;
  margin-left: 30px;
}
.overlay-menu .menu-content .right-section .menu-container ul li a {
  color: var(--clr-white);
  transition: all ease 0.3s;
  text-align: left;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .overlay-menu .menu-content .right-section .menu-container ul li a {
    font-family: var(--font-light);
    font-weight: normal;
    text-align: left;
  }
}
.overlay-menu .menu-content .right-section .menu-container ul li.has-submenu > .plus-sign {
  display: inline-block;
}
.overlay-menu .menu-content .right-section .menu-container ul li.has-submenu a::after {
  content: "";
  background: url("../images/icons/Add.svg") no-repeat center center;
  background-size: contain;
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .overlay-menu .menu-content .right-section .menu-container ul li.has-submenu a::after {
    margin-left: 15px;
  }
}
.overlay-menu .menu-content .right-section .menu-container .submenu {
  opacity: 0;
  visibility: hidden;
  top: 70px;
}
.overlay-menu .menu-content .right-section .menu-container .submenu.slide-in {
  opacity: 1;
  visibility: visible;
}
.overlay-menu .menu-content .right-section .back-button {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  color: var(--clr-white);
  text-transform: uppercase;
  font-family: var(--font-primary);
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-size: clamp(1.25rem, 0.4342rem + 1.3158vw, 1.75rem);
  font-family: var(--font-medium);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  grid-row-start: 1;
  grid-column-start: 1;
  height: 60px;
}
@media only screen and (min-width: 992px) {
  .overlay-menu .menu-content .right-section .back-button {
    height: 50px;
  }
}
.overlay-menu .menu-content .right-section .back-button.slide-in {
  opacity: 1;
  visibility: visible;
}
.overlay-menu .menu-content .right-section .back-button::before {
  content: "";
  background: url("../images/icons/ChevronLeft.svg") no-repeat center center;
  background-size: contain;
  width: clamp(1.25rem, 0.4342rem + 1.3158vw, 1.75rem);
  height: clamp(1.25rem, 0.4342rem + 1.3158vw, 1.75rem);
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 22.66px;
}
@media only screen and (max-width: 991px) {
  .overlay-menu .menu-content .right-section .back-button::before {
    width: 24px;
    height: 24px;
    margin-right: 18px;
    top: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .overlay-menu .menu-content .right-section .back-button {
    line-height: 1.5;
    padding-top: 20px;
  }
}
.overlay-menu .menu-content .right-section .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  transition: color 0.3s;
  background: url("../images/menu_close.svg") no-repeat center center;
  background-size: contain;
  width: clamp(1.875rem, -2rem + 6.25vw, 4.25rem);
  height: clamp(1.875rem, -2rem + 6.25vw, 4.25rem);
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .overlay-menu .menu-content .right-section .close-btn {
    top: 32px;
    right: 20px;
  }
}
.overlay-menu .menu-content .right-section .menu-button {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2rem;
}
.overlay-menu .menu-content .right-section .menu-button .btn.btn-fill-secondary {
  margin-bottom: 16px;
}
.overlay-menu .menu-content .right-section .menu-button .btn.btn-fill-secondary a {
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: inherit;
}
.overlay-menu .menu-content .right-section .menu-button .btn.btn-transparent-secondary {
  border: 1px solid var(--clr-white);
}
.overlay-menu .menu-content .right-section .menu-button .btn.btn-transparent-secondary a {
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: inherit;
}
.overlay-menu .menu-content .right-section .social-icons {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .overlay-menu .menu-content .right-section .social-icons {
    padding-bottom: 0;
  }
}
.overlay-menu .menu-content .right-section .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.overlay-menu .menu-content .right-section .social-icons a img {
  max-width: 70%;
  max-height: 70%;
}

header .right-section li:not(.btn) a,
.overlay-menu .right-section li:not(.btn) a {
  position: relative;
  text-decoration-style: solid;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
  transition: all ease 0.3s;
}
header .right-section li:not(.btn).has-submenu a:before,
.overlay-menu .right-section li:not(.btn).has-submenu a:before {
  width: calc(100% - (0.7em + 30px));
}
.system header li:not(.btn) a:hover,
.system .overlay-menu li:not(.btn) a:hover {
  text-decoration-color: inherit;
}

header .right-section li:not(.btn) a:before {
  background-color: var(--clr-green);
}

body.home-page header:not(.fix-header) .right-section li:not(.btn) a:before {
  background-color: var(--clr-white);
}

ul#menu-header-menu-right li ul li a {
  text-underline-offset: 3px;
}

.special-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background-color: var(--clr-secondary);
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .special-bar {
    padding: 10px 20.28px;
    justify-content: center;
  }
}
.special-bar .special-left p {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: var(--clr-green);
}
.special-bar .special-left p a {
  color: var(--clr-green);
  text-decoration: underline;
}
.special-bar .special-right {
  display: flex;
}
.special-bar .special-right .contact-btn {
  font-family: var(--font-regular);
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: var(--clr-green);
  background: transparent;
  border: none;
  margin-right: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 4px;
}
.special-bar .special-right .special-social-icons {
  display: flex;
  flex-direction: row;
  gap: 18px;
  justify-content: flex-start;
  align-items: center;
}
.special-bar .special-right .special-social-icons a{
  display: flex;
}
.special-bar .special-right .special-social-icons a img {
  width: 20px;
  height: 20px;
}
.stratos .special-bar {
  background-color: var(--clr-stratos);
}
.stratos .special-bar .special-left p,
.stratos .special-bar .special-left a,
.stratos .special-bar .special-right .contact-btn {
  color: var(--clr-white);
}
.stratos .special-bar .special-right svg path {
  fill: var(--clr-white);
}
.poplarhouse .special-bar {
  background-color: var(--clr-beige);
}
.poplarhouse .special-bar .special-left p,
.poplarhouse .special-bar .special-left a,
.poplarhouse .special-bar .special-right .contact-btn {
  color: var(--clr-darkBlack);
}
.poplarhouse .special-bar .special-right svg path {
  fill: var(--clr-darkBlack);
}
.alula .special-bar {
  background-color: var(--clr-green);
}
.alula .special-bar .special-left p,
.alula .special-bar .special-left a,
.alula .special-bar .special-right .contact-btn {
  color: var(--clr-secondary);
}
.alula .special-bar .special-right svg path {
  fill: var(--clr-secondary);
}
body.home-page .special-bar {
  background-color: var(--clr-green);
}
body.home-page .special-bar .special-left p,
body.home-page .special-bar .special-left a {
  color: var(--clr-secondary);
}
body.home-page .special-bar .special-right .contact-btn {
  color: var(--clr-secondary);
}
body.home-page .special-bar .special-right svg path {
  fill: var(--clr-secondary);
}
body.home-page header:not(.fix-header) {
  position: absolute;
  background: transparent;
  box-shadow: none;
}
body.home-page header:not(.fix-header) .logo img {
  content: url("../images/logos/logo-white.svg");
}
body.home-page header:not(.fix-header) nav .left-buttons .btn.btn-fill-primary {
  background: var(--clr-secondary);
  border: 1px solid var(--clr-secondary);
}
body.home-page header:not(.fix-header) nav .left-buttons .btn.btn-fill-primary a {
  color: var(--clr-primary);
}
body.home-page header:not(.fix-header) nav .left-buttons .btn.btn-fill-primary:hover {
  background: transparent;
  border: 1px solid var(--clr-white);
}
body.home-page header:not(.fix-header) nav .left-buttons .btn.btn-fill-primary:hover a {
  color: var(--clr-white);
}
body.home-page header:not(.fix-header) nav .left-buttons .btn.btn-transparent-secondary {
  border: 1px solid var(--clr-white);
}
body.home-page header:not(.fix-header) nav .left-buttons .btn.btn-transparent-secondary a {
  color: var(--clr-white);
}
body.home-page header:not(.fix-header) nav .left-buttons .btn.btn-transparent-secondary:hover {
  background: var(--clr-secondary);
  border: 1px solid var(--clr-secondary);
}
body.home-page header:not(.fix-header) nav .left-buttons .btn.btn-transparent-secondary:hover a {
  color: var(--clr-primary);
}
body.home-page header:not(.fix-header) nav .right-section ul li a {
  color: var(--clr-white);
}
body.home-page header:not(.fix-header) nav .right-section .hamburger span {
  border-color: var(--clr-white);
}

#main-header {
  transition: background-color 0.3s ease, transform 0.3s ease;
}

#main-header.fix-header {
  position: fixed;
  top: 0 !important;
}

body:not(.home-page) #main-header {
  position: sticky;
}

body:not(.home-page) #main-header.fix-header {
  position: sticky;
}

body.building-landing header nav .right-section {
  width: auto;
}
body.building-landing header nav .logo {
  margin-left: auto;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  body.building-landing header nav .logo {
    display: none;
  }
}

.logo-page {
  margin-right: 25px;
}

header .tour-dropdown {
  /* padding: clamp(0.875rem, 0.4671rem + 0.6579vw, 1.125rem) clamp(1.125rem, 0.5132rem + 0.9868vw, 1.5rem); */
  margin-bottom: 0;
  max-width: 240px;
  margin-right: 12px;
}
@media only screen and (max-width: 1199px) {
  header .tour-dropdown {
    max-width: 188px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  header .tour-dropdown {
    display: none;
  }
}
header .tour-dropdown:hover:after {
  background: url(/wp-content/themes/bridgedistrict/images/caret-down.svg?x64290) no-repeat center;
  background-size: contain;
}
header .tour-dropdown .tour-dropbtn {
  width: 240px;
  background: var(--clr-primary) !important;
  border: 1px solid var(--clr-primary);
  color: var(--clr-white) !important;
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  header .tour-dropdown .tour-dropbtn {
    width: 188px;
    padding-left: 10px;
  }
}
header .tour-dropdown:hover .tour-dropbtn {
  background: transparent !important;
  border-color: var(--clr-primary);
}

header.show-header .tour-dropdown .tour-dropbtn {
  background: var(--clr-secondary) !important;
  border: 1px solid var(--clr-secondary);
  color: var(--clr-primary) !important;
}
header.show-header .tour-dropdown:after {
  background: url(/wp-content/themes/bridgedistrict/images/caret-down.svg?x64290) no-repeat center;
  background-size: contain;
}
header.show-header .tour-dropdown:hover .tour-dropbtn {
  background: transparent !important;
  color: var(--clr-white) !important;
  border-color: var(--clr-white);
}
header.show-header .tour-dropdown:hover:after {
  background: url(/wp-content/themes/bridgedistrict/images/caret-down-white.svg?x64290) no-repeat center;
  background-size: contain;
}

header.fix-header .tour-dropdown .tour-dropbtn {
  background: var(--clr-primary) !important;
  border: 1px solid var(--clr-primary);
  color: var(--clr-white) !important;
}
header.fix-header .tour-dropdown:after {
  background: url(/wp-content/themes/bridgedistrict/images/caret-down-white.svg?x64290) no-repeat center;
  background-size: contain;
}
header.fix-header .tour-dropdown:hover .tour-dropbtn {
  background: transparent !important;
  color: var(--clr-primary) !important;
  border: 1px solid var(--clr-primary) !important;
}
header.fix-header .tour-dropdown:hover:after {
  background: url(/wp-content/themes/bridgedistrict/images/caret-down.svg?x64290) no-repeat center;
  background-size: contain;
}/*# sourceMappingURL=main.css.map */