/* 
 * Theme Name: Amro Living Theme
 */
/* Import Reset + VAriables */
/* 1. Box Sizing */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
  position: relative;
}

/* 2. Default Margin and Padding Reset */
body, h1, h2, h3, h4, h5, h6, p, blockquote, figure, dl, dd {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

/* 3. Remove List Styles */
/* 4. Reset Anchor Styles */
a {
  text-decoration: none;
  color: inherit;
}

/* 5. Reset Table Styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 6. Reset Image, Video, and Media Elements */
img, picture, video, canvas, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 7. Reset Button and Form Elements */
button, input, select, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Remove default styling for input elements */
}

/* 8. Set Default Line Height and Font Inheritance */
body {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 9. Prevent Body Scroll Overflow */
body {
  overflow-x: hidden !important;
}

/* 10. Accessibility Enhancements */
[hidden] {
  display: none !important;
}

:focus {
  outline: 1px solid #ffffff;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* 11. Default Styling for Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* 12. Code and Pre Elements */
code, pre {
  font-family: "Courier New", Courier, monospace;
  background-color: #f4f4f4;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
}

:root {
  --green: #68B148;
  --light-green: #AAD532;
  --black: #252D3A;
  --grey: #6C757D;
  --light-grey: #ABB5BE;
  --secondary-dark: #141517;
  --green-gradient: linear-gradient(45deg, #68B148, #AAD532);
}

.search-filter-style--advanced-date_picker {
  --search-filter-label-color: #252D3A !important;
  --search-filter-label-background-color: ;
  --search-filter-description-color: #252D3A !important;
  --search-filter-description-background-color: ;
  --search-filter-input-color: #252D3A !important;
  --search-filter-input-background-color: #ffffff;
  --search-filter-input-border-color: #252D3A !important;
  --search-filter-input-border-hover-color: #888888;
  --search-filter-input-border-focus-color: #333333;
  --search-filter-input-icon-color: #bbbbbb;
  --search-filter-input-clear-color: #bbbbbb;
  --search-filter-input-clear-hover-color: #333333;
  --search-filter-input-selected-color: #ffffff;
  --search-filter-input-selected-background-color: #68B148 !important;
  --search-filter-input-selection-color: #ffffff;
  --search-filter-input-interactive-color: #bbbbbb;
  --search-filter-input-interactive-hover-color: #252D3A !important;
  --search-filter-input-placeholder-color:
  color-mix(in srgb, var(--search-filter-input-color) 67%, transparent);
  --search-filter-input-border-accent-color:
  color-mix(in srgb, var(--search-filter-input-border-focus-color) 47%, transparent);
  --search-filter-input-selection-background-color:
  color-mix(in srgb, var(--search-filter-input-selected-background-color) 80%, transparent);
  --search-filter-label-scale: 2;
  --search-filter-description-scale: 2;
  --search-filter-input-scale: 2;
  --search-filter-label-margin: 0 0 8px 0;
  --search-filter-description-margin: 0 0 8px 0;
  --search-filter-input-margin-left: 0px;
  --search-filter-input-margin-right: 0px;
}

.search-filter-style--choice-select,
.search-filter-style--control-sort,
.search-filter-style--search-text {
  --search-filter-label-color: #68B148 !important;
  --search-filter-label-background-color: ;
  --search-filter-description-color: #68B148 !important;
  --search-filter-description-background-color: ;
  --search-filter-input-color: #252D3A !important;
  --search-filter-input-background-color: #ffffff;
  --search-filter-input-border-color: white !important;
  --search-filter-input-border-hover-color: white !important;
  --search-filter-input-border-focus-color: white !important;
  --search-filter-input-icon-color: #68B148 !important;
  --search-filter-input-clear-color: #68B148 !important;
  --search-filter-input-clear-hover-color: #68B148 !important;
  --search-filter-input-selected-color: #ffffff;
  --search-filter-input-selected-background-color: #68B148 !important;
  --search-filter-input-selection-color: #ffffff;
  --search-filter-input-interactive-color: #bbbbbb;
  --search-filter-input-interactive-hover-color: #68B148 !important;
  --search-filter-input-placeholder-color:
  color-mix(in srgb, var(--search-filter-input-color) 67%, transparent);
  --search-filter-input-border-accent-color:
  color-mix(in srgb, var(--search-filter-input-border-focus-color) 47%, transparent);
  --search-filter-input-selection-background-color:
  color-mix(in srgb, var(--search-filter-input-selected-background-color) 80%, transparent);
  --search-filter-label-scale: 2;
  --search-filter-description-scale: 2;
  --search-filter-input-scale: 2;
  --search-filter-label-margin: 0 0 8px 0;
  --search-filter-description-margin: 0 0 8px 0;
  --search-filter-input-margin-left: 0px;
  --search-filter-input-margin-right: 0px;
}

.search-filter-base {
  --search-filter-input-scale: 1;
  --search-filter-scale-base: 16;
  --search-filter-scale-step: 2;
  --search-filter-scale-base-unit: calc(var(--search-filter-scale-base)* 1px);
  --search-filter-scale-step-unit: calc(var(--search-filter-scale-step)* 1px);
  --search-filter-scale-modifier: calc(var(--search-filter-scale-step)*(var(--search-filter-input-scale) - 1));
  --search-filter-scale-modifier-unit: calc(var(--search-filter-scale-step-unit)*(var(--search-filter-input-scale) - 1));
  --search-filter-scale-multiplier: calc(var(--search-filter-scale-modifier) / var(--search-filter-scale-base) + 1);
  --search-filter-scale-font-size: calc(var(--search-filter-scale-base-unit) + var(--search-filter-scale-modifier-unit));
  --search-filter-scale-line-height: calc(var(--search-filter-scale-font-size) + 8px);
  --search-filter-scale-base-unit-calc: calc(var(--search-filter-scale-base-unit)* var(--search-filter-scale-multiplier));
  --search-filter-scale-modifier-h: calc((var(--search-filter-scale-step)* 0.77)*(var(--search-filter-input-scale) - 1));
  --search-filter-scale-multiplier-h: calc(var(--search-filter-scale-modifier-h) / var(--search-filter-scale-base) + 1);
  --search-filter-scale-base-unit-calc-h: calc(var(--search-filter-scale-base-unit)* var(--search-filter-scale-multiplier-h));
  --search-filter-scale-border-radius: 0rem !important;
  --search-filter-scale-icon-container-width: calc(var(--search-filter-scale-base-unit-calc)* 2);
  --search-filter-scale-padding-vertical: calc(var(--search-filter-scale-base-unit-calc)* 0.35);
  --search-filter-scale-padding-horizontal: calc((var(--search-filter-scale-base-unit-calc-h)* 0.5));
  --search-filter-scale-icon-padding: calc((var(--search-filter-scale-base-unit-calc-h)* 0.2));
  --search-filter-scale-icon-size: calc(var(--search-filter-scale-base-unit-calc)* 1.15);
  --search-filter-scale-icon-container-toggle-width: calc(var(--search-filter-scale-base-unit-calc-h)* 2.3);
  --search-filter-scale-multiple-padding: calc(var(--search-filter-scale-padding-vertical) / 2);
  --search-filter-scale-selection-item-font-size: calc(var(--search-filter-scale-font-size) - 2px);
  --search-filter-scale-selection-item-line-height: calc(var(---search-filter-scale-font-size));
  --search-filter-scale-selection-item-height: calc(var(--search-filter-scale-line-height) +(var(--search-filter-scale-multiple-padding)* 2) - 4px);
  --search-filter-scale-selection-padding-left: calc(var(--search-filter-scale-base-unit-calc-h)* 0.45);
  --search-filter-scale-selection-remove-width: calc(var(--search-filter-scale-base-unit-calc-h)* 1.8);
  --search-filter-scale-selection-remove-svg-size: calc(var(--search-filter-scale-base-unit-calc)* 1);
}

.reset-m-p, .team-tile :is(h1, h2, h3, h4, h5, h6, p), .getting-around .list ul, .amenities ul.included-list, .cta-sticky, .comparison-tiles .tile ul, .home-tile ul, .home-tile__contact ul, .frm_forms fieldset, .search-form, .tabs .tab-nav, .tabs .tab-content, .accordion .acc-item .acc-content p, .bottom-fixed-banner #details-menu-list, .bottom-fixed-banner #details-menu-list li, footer .footer-menus ul li, body, .container,
.container-md,
.container-sm, .home-detail-tab .inner ul.home-detail-tab__list {
  margin: 0;
  padding: 0;
}

.border-rad-sm, .insight-content-block .img-col img, .team-tile, .getting-around, .amenities, .to-do-tile, .news-tile img, .comparison-tiles .tile, .dev-tile, .home-tile, .filter-loading-overlay, .form-container, .frm_forms .frm_progress_line, footer .footer-cta, .event-details, .share-buttons, .home-detail-tab, .home-details-tile, .single-home-gallery, .news-hero-tile, .contact-sub-page, .search-result,
.not-found, .book-viewing-container {
  border-radius: 0.75rem;
  -webkit-border-radius: 0.75rem;
}

.border-rad-md, .video, .map-container .map, .newsletter .inner, .dev-tile .pebble, .no-results-cont, .popup-window .popup-content, .hero, .about-banner img {
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
}

.drop-shadow, .bottom-fixed-banner, .btn:hover, .btn:active, .btn:focus-visible, .btn::-moz-focus-inner,
.search-filter-input-button:hover,
.search-filter-input-button:active,
.search-filter-input-button:focus-visible,
.search-filter-input-button::-moz-focus-inner,
button:hover,
button:active,
button:focus-visible,
button::-moz-focus-inner, .btn.info-btn,
.search-filter-input-button.info-btn,
button.info-btn, header.header-sticky {
  box-shadow: rgba(37, 45, 58, 0.25) -4px 9px 25px -6px;
}

.light-gradient {
  background: linear-gradient(#ffffff, #F5F5F5) border-box;
}

.border-gradient {
  -o-border-image: linear-gradient(45deg, #68B148, #AAD532);
     border-image: linear-gradient(45deg, #68B148, #AAD532);
  border-image-slice: 1 !important;
}

.transition, .bottom-fixed-banner:after, .video img, .video .play, .cta-sticky li a i, .dev-tile:after, .filter-container:after, .filter-container .inner, .filter-container .inner .search-filter-field, .tabs .tab-nav, .tabs .tab-nav li, .accordion .acc-item .acc-header i, .menu-container .menu-overlay, .btn,
.search-filter-input-button,
button, .btn:after,
.search-filter-input-button:after,
button:after, .btn.clear-cookie:hover, .btn.reset-btn:hover, .btn.login:hover,
.search-filter-input-button.clear-cookie:hover,
.search-filter-input-button.reset-btn:hover,
.search-filter-input-button.login:hover,
button.clear-cookie:hover,
button.reset-btn:hover,
button.login:hover, footer .scroll-top, .mob-find-home-btn__overlay, a {
  transition: all 0.3s ease;
}

.background-blur {
  background: rgba(211, 213, 216, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.dark-background-blur, .hero .inner {
  background: rgba(171, 181, 190, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

.light-grey-bk {
  background: #F4F4F4;
}

.caption, .bottom-fixed-banner .title h6, .getting-around .list ul li, .amenities ul.included-list li, .what-three, .cta-sticky li a, .news-tile .meta, .dev-tile .pebble, .breadcrumbs, .filter-container .filter-title, .filtering, .filter-form label, .amro-radio-btn label .content, .frm_forms .frm_description, .frm-summary-page-wrapper tr th, .popup-window .search-filter-field--control-type-reset .search-filter-input-button, .lightbox .lightbox-content .carousel-image .image-title, .lightbox .lightbox-content .image-count, .bottom-fixed-banner #details-menu-list li a, .btn,
.search-filter-input-button,
button, footer .footer-menus, footer .footer-menus h6, footer .social-menus a, footer .copyright, .top-header, .event-details .inner h4, .event-details .inner .details .detail span, .post-meta, .share-buttons, .home-detail-tab .inner ul.home-detail-tab__list li, .contact-sub-page .excerpt p, .mob-find-home-btn, .pebble, .home-tile .pebble {
  font-size: 0.8rem;
  line-height: 110%;
  font-weight: 400;
}

.pebble, .home-tile .pebble {
  background: #252D3A;
  color: white;
  border-radius: 100rem;
  z-index: 1;
  padding: 0.1rem 0.4rem;
}

.amro-monogram, .getting-around:before, .newsletter .inner:before, .comparison-tiles .tile:before, .no-results-cont:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455 431.05'%3E%3Cpath d='M243.11,6.49c-8.63-8.66-22.58-8.66-31.21,0L6.51,212.18c-4.17,4.18-6.51,9.81-6.51,15.7v180.99c0,12.24,9.91,22.18,22.11,22.18h36.49c12.2,0,22.11-9.94,22.11-22.18s-9.91-22.18-22.11-22.18h-14.37v-149.64L227.5,53.5l183.32,183.55v149.64h-69.91v-111.33c0-5.89-2.34-11.52-6.51-15.7l-91.3-91.41c-8.63-8.66-22.58-8.62-31.21,0l-91.3,91.41c-4.17,4.18-6.51,9.81-6.51,15.7v133.51c0,8.96,5.4,17.06,13.65,20.47,2.72,1.15,5.61,1.71,8.46,1.71,5.74,0,11.4-2.26,15.65-6.53l60.81-61.08h29.68c12.2,0,22.11-9.94,22.11-22.18s-9.91-22.18-22.11-22.18h-38.87c-5.87,0-11.48,2.35-15.65,6.53l-29.51,29.65v-70.72l69.19-69.27,69.19,69.27v124.3c0,12.24,9.91,22.18,22.11,22.18h114.09c12.2,0,22.11-9.94,22.11-22.18v-180.99c0-5.89-2.34-11.52-6.51-15.7L243.11,6.49Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455 431.05'%3E%3Cpath d='M243.11,6.49c-8.63-8.66-22.58-8.66-31.21,0L6.51,212.18c-4.17,4.18-6.51,9.81-6.51,15.7v180.99c0,12.24,9.91,22.18,22.11,22.18h36.49c12.2,0,22.11-9.94,22.11-22.18s-9.91-22.18-22.11-22.18h-14.37v-149.64L227.5,53.5l183.32,183.55v149.64h-69.91v-111.33c0-5.89-2.34-11.52-6.51-15.7l-91.3-91.41c-8.63-8.66-22.58-8.62-31.21,0l-91.3,91.41c-4.17,4.18-6.51,9.81-6.51,15.7v133.51c0,8.96,5.4,17.06,13.65,20.47,2.72,1.15,5.61,1.71,8.46,1.71,5.74,0,11.4-2.26,15.65-6.53l60.81-61.08h29.68c12.2,0,22.11-9.94,22.11-22.18s-9.91-22.18-22.11-22.18h-38.87c-5.87,0-11.48,2.35-15.65,6.53l-29.51,29.65v-70.72l69.19-69.27,69.19,69.27v124.3c0,12.24,9.91,22.18,22.11,22.18h114.09c12.2,0,22.11-9.94,22.11-22.18v-180.99c0-5.89-2.34-11.52-6.51-15.7L243.11,6.49Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.i-spacing, .getting-around .list ul li i, .dev-tile .inner .location i, .home-tile .location i, .home-tile__contact .location i {
  padding-right: 0.25rem;
  align-self: center;
}

.black-bk {
  background: #252D3A;
  color: white;
}

.icon-font, .filter-form .icon:before {
  font-family: "icon-font" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.close-btn, .popup-window .popup-close {
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  align-self: flex-end;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  cursor: pointer;
}
.close-btn:after, .popup-window .popup-close:after, .close-btn:before, .popup-window .popup-close:before {
  display: none;
}
.close-btn i, .popup-window .popup-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close-btn:hover i, .popup-window .popup-close:hover i {
  color: #68B148;
}

/* Import Variables */
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("fonts/AtkinsonHyperlegibleNext-ExtraLight.woff2") format("woff2"), url("fonts/AtkinsonHyperlegibleNext-ExtraLight.woff") format("woff"), url("fonts/AtkinsonHyperlegibleNext-ExtraLight.eot") format("eot"), url("fonts/AtkinsonHyperlegibleNext-ExtraLight.svg") format("svg"), url("fonts/AtkinsonHyperlegibleNext-ExtraLight.ttf") format("ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("fonts/AtkinsonHyperlegibleNext-Regular.woff2") format("woff2"), url("fonts/AtkinsonHyperlegibleNext-Regular.woff") format("woff"), url("fonts/AtkinsonHyperlegibleNext-Regular.eot") format("eot"), url("fonts/AtkinsonHyperlegibleNext-Regular.svg") format("svg"), url("fonts/AtkinsonHyperlegibleNext-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atkinson Hyperlegible Next";
  src: url("fonts/AtkinsonHyperlegibleNext-ExtraBold.woff2") format("woff2"), url("fonts/AtkinsonHyperlegibleNext-ExtraBold.woff") format("woff"), url("fonts/AtkinsonHyperlegibleNext-ExtraBold.eot") format("eot"), url("fonts/AtkinsonHyperlegibleNext-ExtraBold.svg") format("svg"), url("fonts/AtkinsonHyperlegibleNext-ExtraBold.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:is(h1, h2, h3, h4, h5, h6),
:is(.h1, .h2, .h3, .h4, .h5, .h6),
p,
ul li,
ol li {
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-style: normal;
  font-weight: 200;
}

:is(h1, h2, h3, h4, h5, h6),
:is(.h1, .h2, .h3, .h4, .h5, .h6) {
  line-height: 100%;
  letter-spacing: -0.05rem;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2.6rem;
  }
}

h2, .h2 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 2.3rem;
  }
}

h3, .h3 {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4,
.h4 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 1.8rem;
  }
}

.cmplz-document h2 {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
}

h5,
.h5 {
  line-height: 110%;
  letter-spacing: -0.03rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  h5,
  .h5 {
    font-size: 1.4rem;
  }
}

.intro-tx {
  line-height: 110%;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .intro-tx {
    font-size: 1.3rem;
  }
}

h6,
.h6 {
  text-transform: uppercase;
  letter-spacing: 0rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  h6,
  .h6 {
    font-size: 1.2rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.0125rem;
}

.light {
  font-weight: 200;
}

strong,
.ultra {
  font-weight: 800;
}

.white-tx {
  color: #ffffff !important;
}

.green-tx {
  color: #68B148 !important;
}

.black-tx {
  color: #252D3A !important;
}

.tx-c {
  text-align: center;
}

.tx-l {
  text-align: left;
}

.tx-r {
  text-align: right;
}

@media (max-width: 1024px) {
  .m-tx-c {
    text-align: center;
  }
  .m-tx-l {
    text-align: left;
  }
  .m-tx-r {
    text-align: right;
  }
}
a:focus {
  outline: none !important;
}

a:hover {
  color: #68B148;
}

p:not(:only-of-type, :first-of-type),
:is(h1, h2, h3, h4, h5, h6) + p {
  margin-top: 1rem;
}

:is(.h5, .h6) + p {
  margin-top: 0.25rem;
}

p + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}

p:is(:only-of-type, :first-of-type) {
  margin-top: 0rem;
}

h1 + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}

h2 + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}

h3 + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}

h4 + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}

h5 + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}

h6 + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}

p a {
  text-decoration: underline;
}
p a.btn {
  text-decoration: none;
}

/*---------- Contents --------
Standard Styles
Wrappers
Border Gradients
Main hero



--*/
/* Ensure Proper Box Sizing for All Elements */
*, *::before, *::after {
  box-sizing: border-box;
}

.overflow-hidden {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 135px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  html {
    scroll-padding-top: 90px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
  color: #252D3A;
  font-size: 20px;
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-weight: 200;
  -webkit-leading-trim: both;
  -webkit-text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
}
body.no-scroll {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: contain;
}

a {
  cursor: pointer;
}

ul li {
  margin-bottom: 1rem;
}
ul li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .no-desktop {
    display: none !important;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .no-tablet {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .no-mob {
    display: none !important;
  }
}

.z10 {
  z-index: 10;
}

.grecaptcha-badge {
  visibility: hidden;
}

.black-bk {
  background: #252D3A;
  color: white;
}

/*---------- Wrappers ----------*/
.container,
.container-md,
.container-sm {
  max-width: 1560px;
  margin: 0 auto;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container-md {
  max-width: 1280px;
}

.container-sm {
  max-width: 768px;
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
  }
  .container,
  .container-md {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .container,
  .container-md {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container-sm {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/*---------- Header ----------*/
.top-header {
  background: #252D3A;
  padding: 0.5rem 1rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  color: white;
}

header {
  width: 100%;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  background: #ffffff;
  transition: top 0.3s ease-in-out;
  z-index: 1000;
}
header.header-hidden {
  top: -100px;
  animation: slideUp 0.3s ease-in-out;
}
header.header-sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.3s ease-in-out;
}
header .logo {
  display: flex;
  width: 235px;
}
@media (max-width: 1220px) {
  header {
    padding: 1rem;
  }
  header .inner {
    justify-content: flex-end;
  }
}

@keyframes slideDown {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@keyframes slideUp {
  from {
    top: 0;
  }
  to {
    top: -100px;
  }
}
#sticky-header {
  transition: top 0.3s ease, transform 0.3s ease;
}

.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-hidden {
  transform: translateY(-100%);
}

.sticky-col-sm {
  flex: 1 0 250px !important;
}

.sticky-element {
  position: sticky;
  top: 2rem;
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.body-header-sticky .sticky-element {
  top: 8rem;
}

/*---------- Insights ----------*/
.event-details {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.event-details .title {
  padding: 1rem;
  color: white;
  background: linear-gradient(45deg, #68B148, #AAD532);
}
.event-details .title h3 {
  margin: 0;
}
.event-details .inner {
  background: #252D3A;
  padding: 1rem;
}
.event-details .inner h4 {
  color: #ABB5BE;
}
.event-details .inner .details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.event-details .inner .details h4 {
  margin: 0;
}
.event-details .inner .details .detail {
  display: flex;
  flex-direction: row;
  color: white;
  font-weight: 400;
  font-size: 1rem;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.event-details .inner .details .detail i {
  color: #68B148;
  font-size: 0.75rem;
}
.event-details .inner .details .detail span {
  flex: 1 0 100%;
  color: #ABB5BE;
}

/*---------- Author ----------*/
.post-meta {
  gap: 0.5rem;
}
.post-meta span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
}
.post-meta span i {
  font-size: 0.6rem;
  color: #68B148;
}

.author {
  gap: 0.25rem;
}
.author img {
  border-radius: 500rem;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
}

/*---------- Share ----------*/
.share-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  background: #f4f4f4;
  padding: 0.25rem 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
.share-buttons .inner {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.share-buttons a {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999rem;
  transition: background-image 0.3s ease-in-out;
}
.share-buttons a.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='8' fill='white'/%3E%3Cpath d='M25 25H21.8V19.4008C21.8 17.8648 21.1224 17.008 19.9072 17.008C18.5848 17.008 17.8 17.9008 17.8 19.4008V25H14.6V14.6H17.8V15.7696C17.8 15.7696 18.804 14.008 21.0664 14.008C23.3296 14.008 25 15.3888 25 18.2464V25ZM10.9536 12.9368C9.8744 12.9368 9 12.0552 9 10.968C9 9.88159 9.8744 9 10.9536 9C12.032 9 12.9064 9.88159 12.9064 10.968C12.9072 12.0552 12.032 12.9368 10.9536 12.9368ZM9 25H13V14.6H9V25Z' fill='%231F283D'/%3E%3C/svg%3E%0A");
}
.share-buttons a.facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='8' fill='white'/%3E%3Cpath d='M21.3023 17.9503L21.8256 14.8199H18.7442V12.6398C18.7442 11.7453 19.093 11.0745 20.4884 11.0745H22V8.2236C21.186 8.1118 20.2558 8 19.4419 8C16.7674 8 14.907 9.56522 14.907 12.3602V14.8199H12V17.9503H14.907V25.8323C15.5465 25.9441 16.186 26 16.8256 26C17.4651 26 18.1047 25.9441 18.7442 25.8323V17.9503H21.3023Z' fill='%231F283D'/%3E%3C/svg%3E%0A");
}
.share-buttons a.x {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 34 34'%3E%3Crect fill='%23fff' width='34' height='34' rx='8' ry='8'/%3E%3Cpath fil='%231f283d' d='M18.5,15.8l5.8-5.8h-1.4l-5,5-4-5h-4.8l6.2,7.6-6.2,6.2h1.4l5.4-5.4,4.4,5.4h4.8l-6.5-8ZM10.6,10.7h2.2l9.8,11.9h-2.2l-9.8-11.9Z'/%3E%3C/svg%3E");
}
.share-buttons a.email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 34 34'%3E%3Crect fill='%23ffffff' width='34' height='34' rx='8' ry='8'/%3E%3Cg%3E%3Cpath fill='%231f283d' d='M17.3,17.6l8.2-6.5c-.2,0-.4-.1-.6-.1H9c-.2,0-.4,0-.6.1l8.2,6.5c.2.1.4.1.6,0Z'/%3E%3Cpath fill='%231f283d' d='M26.3,11.8l-6.5,5.1,6.6,4.9c0-.1,0-.2,0-.3v-9c0-.3,0-.5-.2-.7Z'/%3E%3Cpath fill='%231f283d' d='M7.7,11.8c-.1.2-.2.5-.2.7v9c0,.1,0,.2,0,.3l6.6-4.9-6.5-5.1Z'/%3E%3Cpath fill='%231f283d' d='M17.9,18.4c-.5.4-1.3.4-1.8,0l-1.1-.8-6.9,5.1c.3.2.6.3.9.3h16c.3,0,.7-.1.9-.3l-6.9-5.1-1.1.9Z'/%3E%3C/g%3E%3C/svg%3E");
}
.share-buttons a:hover.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='8' fill='%2368B148'/%3E%3Cpath d='M25 25H21.8V19.4008C21.8 17.8648 21.1224 17.008 19.9072 17.008C18.5848 17.008 17.8 17.9008 17.8 19.4008V25H14.6V14.6H17.8V15.7696C17.8 15.7696 18.804 14.008 21.0664 14.008C23.3296 14.008 25 15.3888 25 18.2464V25ZM10.9536 12.9368C9.8744 12.9368 9 12.0552 9 10.968C9 9.88159 9.8744 9 10.9536 9C12.032 9 12.9064 9.88159 12.9064 10.968C12.9072 12.0552 12.032 12.9368 10.9536 12.9368ZM9 25H13V14.6H9V25Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.share-buttons a:hover.facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='8' fill='%2368B148'/%3E%3Cpath d='M21.3023 17.9503L21.8256 14.8199H18.7442V12.6398C18.7442 11.7453 19.093 11.0745 20.4884 11.0745H22V8.2236C21.186 8.1118 20.2558 8 19.4419 8C16.7674 8 14.907 9.56522 14.907 12.3602V14.8199H12V17.9503H14.907V25.8323C15.5465 25.9441 16.186 26 16.8256 26C17.4651 26 18.1047 25.9441 18.7442 25.8323V17.9503H21.3023Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.share-buttons a:hover.x {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 34 34'%3E%3Crect fill='%2368B148' width='34' height='34' rx='8' ry='8'/%3E%3Cpath fill='%23ffffff' d='M18.5,15.8l5.8-5.8h-1.4l-5,5-4-5h-4.8l6.2,7.6-6.2,6.2h1.4l5.4-5.4,4.4,5.4h4.8l-6.5-8ZM10.6,10.7h2.2l9.8,11.9h-2.2l-9.8-11.9Z'/%3E%3C/svg%3E");
}
.share-buttons a:hover.email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 34 34'%3E%3Crect fill='%2368B148' width='34' height='34' rx='8' ry='8'/%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M17.3,17.6l8.2-6.5c-.2,0-.4-.1-.6-.1H9c-.2,0-.4,0-.6.1l8.2,6.5c.2.1.4.1.6,0Z'/%3E%3Cpath fill='%23ffffff' d='M26.3,11.8l-6.5,5.1,6.6,4.9c0-.1,0-.2,0-.3v-9c0-.3,0-.5-.2-.7Z'/%3E%3Cpath fill='%23ffffff' d='M7.7,11.8c-.1.2-.2.5-.2.7v9c0,.1,0,.2,0,.3l6.6-4.9-6.5-5.1Z'/%3E%3Cpath fill='%23ffffff' d='M17.9,18.4c-.5.4-1.3.4-1.8,0l-1.1-.8-6.9,5.1c.3.2.6.3.9.3h16c.3,0,.7-.1.9-.3l-6.9-5.1-1.1.9Z'/%3E%3C/g%3E%3C/svg%3E");
}

/*---------- Hero ----------*/
.hero-featured {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.hero {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 500px;
}
.hero .inner {
  transition: all 0.3s ease-in-out;
}
.hero .inner p {
  font-weight: 400;
}
.hero.standard, .hero.thin {
  min-height: 350px;
}
.hero.thin .inner {
  justify-content: flex-start;
}
.hero.standard {
  background: linear-gradient(45deg, #68B148, #AAD532);
}
.hero.standard .inner {
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
  justify-content: flex-start;
}
.hero.standard .inner i {
  color: white;
}
.hero.standard .inner a:hover {
  color: white;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .hero.standard {
    border-radius: 1.25rem;
  }
}
@media (max-width: 768px) {
  .hero h1 {
    margin-top: 1rem !important;
  }
}

@media (max-width: 768px) {
  .hero:not(.standard) {
    justify-content: flex-end !important;
    border-radius: 0rem !important;
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
    overflow: hidden;
    min-height: auto;
  }
  .hero:not(.standard):before {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    content: "";
    background: rgba(171, 181, 190, 0.5);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    top: 0;
    left: 0;
    z-index: 0;
  }
  .hero:not(.standard) .inner {
    background: transparent;
  }
}

/*---------- About Banner ----------*/
.about-banner img {
  width: 100%;
  height: 468px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------- Testimonial Banner ----------*/
.testimonials .video-testimonial {
  padding: 4rem;
  background: #252D3A;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  overflow: hidden;
  min-height: 468px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .testimonials .video-testimonial {
    border-radius: 0px;
    padding: 2rem;
    min-height: 268px;
  }
}
.testimonials .video-testimonial:after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310.99 310.99'%3E%3Cpath d='M299.21,96.04c-7.88-19.06-19.43-36.18-33.76-50.51-14.31-14.31-31.45-25.86-50.5-33.76C196.62,4.19,176.53,0,155.5,0s-41.11,4.19-59.46,11.78c-19.05,7.9-36.18,19.44-50.5,33.76-14.31,14.33-25.87,31.45-33.76,50.51C4.19,114.39,0,134.47,0,155.5s4.19,41.1,11.8,59.43c7.88,19.06,19.44,36.2,33.76,50.51,14.31,14.31,31.45,25.86,50.5,33.76,18.35,7.6,38.42,11.79,59.45,11.79s41.12-4.19,59.45-11.79c19.05-7.9,36.18-19.44,50.5-33.76,14.32-14.31,25.87-31.45,33.76-50.51,7.6-18.34,11.79-38.41,11.79-59.44s-4.19-41.12-11.79-59.45ZM290.7,211.44c-7.41,17.86-18.28,33.96-31.78,47.47-13.5,13.51-29.61,24.37-47.47,31.77-17.21,7.13-36.11,11.07-55.94,11.07s-38.74-3.94-55.94-11.07c-17.86-7.4-33.97-18.27-47.47-31.77-13.5-13.51-24.37-29.61-31.77-47.47-7.15-17.22-11.08-36.1-11.08-55.94s3.94-38.74,11.08-55.94c7.4-17.87,18.27-33.97,31.77-47.47,13.5-13.5,29.61-24.38,47.47-31.78,17.21-7.13,36.11-11.06,55.94-11.06s38.74,3.94,55.94,11.06c17.86,7.4,33.97,18.28,47.47,31.78,13.5,13.5,24.36,29.59,31.78,47.47,7.13,17.21,11.06,36.11,11.06,55.94s-3.94,38.72-11.06,55.94Z'/%3E%3Cpath d='M206.17,140.65c-.12,0-37.38-21.56-42.1-24.28h0c-3.96-2.29-41.99-24.32-42.09-24.32-2.77-1.58-5.69-2.31-8.53-2.29-3.06,0-6.03.84-8.58,2.32-2.57,1.48-4.78,3.62-6.3,6.25-1.43,2.47-2.27,5.36-2.27,8.55l.02,48.6c-.02,39.12-.03,18.92-.03,48.59h.02c.02,3.21.84,6.1,2.27,8.55,1.52,2.64,3.74,4.76,6.3,6.26,2.55,1.48,5.52,2.31,8.58,2.32,2.84,0,5.76-.71,8.53-2.31.1,0,38.12-22.02,42.09-24.31,3.96-2.28,42.02-24.28,42.1-24.28,2.74-1.6,4.84-3.78,6.26-6.26,1.53-2.66,2.27-5.61,2.27-8.57s-.74-5.93-2.27-8.58c-1.43-2.48-3.53-4.66-6.26-6.26ZM204.45,159.48c-.64,1.11-1.61,2.1-2.89,2.87-28.06,16.19-56.11,32.38-84.17,48.58-1.28.74-2.62,1.07-3.92,1.07-1.38,0-2.75-.4-3.96-1.1h-.02c-1.2-.68-2.21-1.67-2.92-2.89-.65-1.13-1.04-2.46-1.04-3.93h.02c0-62.09,0-41.84,0-48.59l-.02-48.6c0-1.47.39-2.79,1.04-3.93.72-1.21,1.74-2.21,2.92-2.89h.02c1.21-.7,2.58-1.1,3.96-1.1,1.29,0,2.64.34,3.92,1.08l44.99,25.98v-.02l39.17,22.61c1.3.76,2.26,1.76,2.91,2.87.7,1.21,1.04,2.61,1.04,3.99s-.34,2.77-1.04,3.99Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310.99 310.99'%3E%3Cpath d='M299.21,96.04c-7.88-19.06-19.43-36.18-33.76-50.51-14.31-14.31-31.45-25.86-50.5-33.76C196.62,4.19,176.53,0,155.5,0s-41.11,4.19-59.46,11.78c-19.05,7.9-36.18,19.44-50.5,33.76-14.31,14.33-25.87,31.45-33.76,50.51C4.19,114.39,0,134.47,0,155.5s4.19,41.1,11.8,59.43c7.88,19.06,19.44,36.2,33.76,50.51,14.31,14.31,31.45,25.86,50.5,33.76,18.35,7.6,38.42,11.79,59.45,11.79s41.12-4.19,59.45-11.79c19.05-7.9,36.18-19.44,50.5-33.76,14.32-14.31,25.87-31.45,33.76-50.51,7.6-18.34,11.79-38.41,11.79-59.44s-4.19-41.12-11.79-59.45ZM290.7,211.44c-7.41,17.86-18.28,33.96-31.78,47.47-13.5,13.51-29.61,24.37-47.47,31.77-17.21,7.13-36.11,11.07-55.94,11.07s-38.74-3.94-55.94-11.07c-17.86-7.4-33.97-18.27-47.47-31.77-13.5-13.51-24.37-29.61-31.77-47.47-7.15-17.22-11.08-36.1-11.08-55.94s3.94-38.74,11.08-55.94c7.4-17.87,18.27-33.97,31.77-47.47,13.5-13.5,29.61-24.38,47.47-31.78,17.21-7.13,36.11-11.06,55.94-11.06s38.74,3.94,55.94,11.06c17.86,7.4,33.97,18.28,47.47,31.78,13.5,13.5,24.36,29.59,31.78,47.47,7.13,17.21,11.06,36.11,11.06,55.94s-3.94,38.72-11.06,55.94Z'/%3E%3Cpath d='M206.17,140.65c-.12,0-37.38-21.56-42.1-24.28h0c-3.96-2.29-41.99-24.32-42.09-24.32-2.77-1.58-5.69-2.31-8.53-2.29-3.06,0-6.03.84-8.58,2.32-2.57,1.48-4.78,3.62-6.3,6.25-1.43,2.47-2.27,5.36-2.27,8.55l.02,48.6c-.02,39.12-.03,18.92-.03,48.59h.02c.02,3.21.84,6.1,2.27,8.55,1.52,2.64,3.74,4.76,6.3,6.26,2.55,1.48,5.52,2.31,8.58,2.32,2.84,0,5.76-.71,8.53-2.31.1,0,38.12-22.02,42.09-24.31,3.96-2.28,42.02-24.28,42.1-24.28,2.74-1.6,4.84-3.78,6.26-6.26,1.53-2.66,2.27-5.61,2.27-8.57s-.74-5.93-2.27-8.58c-1.43-2.48-3.53-4.66-6.26-6.26ZM204.45,159.48c-.64,1.11-1.61,2.1-2.89,2.87-28.06,16.19-56.11,32.38-84.17,48.58-1.28.74-2.62,1.07-3.92,1.07-1.38,0-2.75-.4-3.96-1.1h-.02c-1.2-.68-2.21-1.67-2.92-2.89-.65-1.13-1.04-2.46-1.04-3.93h.02c0-62.09,0-41.84,0-48.59l-.02-48.6c0-1.47.39-2.79,1.04-3.93.72-1.21,1.74-2.21,2.92-2.89h.02c1.21-.7,2.58-1.1,3.96-1.1,1.29,0,2.64.34,3.92,1.08l44.99,25.98v-.02l39.17,22.61c1.3.76,2.26,1.76,2.91,2.87.7,1.21,1.04,2.61,1.04,3.99s-.34,2.77-1.04,3.99Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  content: "";
  position: absolute;
  width: 60%;
  aspect-ratio: 1/1;
  background-color: #141517;
  right: 0;
  bottom: 0;
  bottom: -4rem;
  opacity: 0.15;
}
.testimonials .static-testimonial {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
.testimonials .static-testimonial:after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 248 358.01'%3E%3Cpath d='M93.84,358.01c-2.06,0-4.11-.71-5.79-2.11l-.28-.23-50.07-41.75c-3.85-3.22-4.4-9.01-1.23-12.91l.95-1c19.1-19.18,34.02-37.88,44.37-55.59,7.99-13.64,13.43-27.02,16.17-39.77H9.11c-5.03,0-9.11-4.13-9.11-9.2V9.2C0,4.3,3.8.26,8.65.01h.47s229.77-.01,229.77-.01c5.03,0,9.11,4.13,9.11,9.2v127.53c0,39.72-12.34,78.23-36.69,114.44l-1.17,1.73c-24.29,35.55-60.96,69.88-109,102.06l-2.3,1.54c-1.53,1.01-3.26,1.52-4.99,1.52ZM88.88,354l.44.37c2.43,2.01,5.8,2.19,8.4.46l2.3-1.53c47.82-32.03,84.31-66.19,108.46-101.52l1.17-1.72c24.12-35.87,36.35-74,36.35-113.32V9.2c0-3.97-3.19-7.2-7.11-7.2H8.72c-3.76.2-6.72,3.36-6.72,7.2v186.26c0,3.97,3.19,7.2,7.11,7.2h91.32l-.52,2.42c-2.79,12.96-8.31,26.53-16.4,40.35-10.43,17.86-25.46,36.69-44.67,55.98l-.88.92c-2.43,2.99-2,7.53,1.01,10.05l49.9,41.61Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 248 358.01'%3E%3Cpath d='M93.84,358.01c-2.06,0-4.11-.71-5.79-2.11l-.28-.23-50.07-41.75c-3.85-3.22-4.4-9.01-1.23-12.91l.95-1c19.1-19.18,34.02-37.88,44.37-55.59,7.99-13.64,13.43-27.02,16.17-39.77H9.11c-5.03,0-9.11-4.13-9.11-9.2V9.2C0,4.3,3.8.26,8.65.01h.47s229.77-.01,229.77-.01c5.03,0,9.11,4.13,9.11,9.2v127.53c0,39.72-12.34,78.23-36.69,114.44l-1.17,1.73c-24.29,35.55-60.96,69.88-109,102.06l-2.3,1.54c-1.53,1.01-3.26,1.52-4.99,1.52ZM88.88,354l.44.37c2.43,2.01,5.8,2.19,8.4.46l2.3-1.53c47.82-32.03,84.31-66.19,108.46-101.52l1.17-1.72c24.12-35.87,36.35-74,36.35-113.32V9.2c0-3.97-3.19-7.2-7.11-7.2H8.72c-3.76.2-6.72,3.36-6.72,7.2v186.26c0,3.97,3.19,7.2,7.11,7.2h91.32l-.52,2.42c-2.79,12.96-8.31,26.53-16.4,40.35-10.43,17.86-25.46,36.69-44.67,55.98l-.88.92c-2.43,2.99-2,7.53,1.01,10.05l49.9,41.61Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  content: "";
  position: absolute;
  width: 350px;
  aspect-ratio: 1/1;
  background: linear-gradient(45deg, #68B148, #AAD532);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.25;
  z-index: -1;
}
@media (max-width: 768px) {
  .testimonials .static-testimonial:after {
    height: 100%;
    width: 125px;
    right: 1rem;
  }
}
.testimonials .static-testimonial p {
  font-size: 2rem;
  line-height: 110%;
}
@media (max-width: 768px) {
  .testimonials .static-testimonial {
    padding: 2rem;
  }
}

/*---------- Home Details Tab ----------*/
.home-detail-tab {
  background: #F4F4F4;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.home-detail-tab .inner :is(h1, h2, h3, h4, h5, h6) {
  flex: 1;
  font-size: 1rem;
}
.home-detail-tab .inner ul.home-detail-tab__list {
  flex: 1;
  list-style: none;
  gap: 0.5rem;
}
.home-detail-tab .inner ul.home-detail-tab__list li i {
  font-size: 0.9rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .home-detail-tab .inner :is(h1, h2, h3, h4, h5, h6),
  .home-detail-tab .inner ul.home-detail-tab__list {
    flex: auto;
    margin: 0;
  }
  .home-detail-tab .inner ul.home-detail-tab__list li {
    margin: 0;
    padding: 0;
    margin-bottom: 0.25rem;
  }
}

/*---------- Home Details Tile ----------*/
.home-details-tile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem;
  background: linear-gradient(#ffffff, #F5F5F5) border-box;
  border: 1px solid #F4F4F4;
  overflow: hidden;
  z-index: 1;
}
.home-details-tile .pebble {
  margin-bottom: 1rem;
}

.single-home-gallery {
  width: 100%;
  aspect-ratio: 16/9;
  padding: 1rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .single-home-gallery {
    height: 350px;
    aspect-ratio: unset;
  }
}
.single-home-gallery .btn {
  font-size: 0.6rem;
  height: auto;
  padding: 0.3rem 0.75rem;
}

/*---------- Included List ----------*/
/*---------- News Hero Tile ----------*/
.news-hero-tile {
  background: linear-gradient(#ffffff, #F5F5F5) border-box;
  border: 1px solid #F4F4F4;
}
.news-hero-tile img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-hero-tile:hover button {
  transform: translateY(-5px) !important;
}

/*---------- Contact Sub PAge ----------*/
.contact-sub-page {
  background: linear-gradient(#ffffff, #F5F5F5) border-box;
  border: 1px solid #F4F4F4;
  padding: 2rem;
}
.contact-sub-page.rvrse-cont {
  background: linear-gradient(45deg, #68B148, #AAD532);
}
.contact-sub-page.rvrse-cont h2 {
  color: white;
}

.highlight {
  background-color: yellow;
  font-weight: bold;
}

.search-result,
.not-found {
  background: linear-gradient(#ffffff, #F5F5F5) border-box;
  border: 1px solid #F4F4F4;
  padding: 2rem;
  flex-direction: column;
}

.img-shape {
  width: 100%;
  aspect-ratio: 1/1;
}
.img-shape:after {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 449.84 450'%3E%3Cpath d='M449.84,450l-.51-225.8c0-1.14-.29-3.04-1.14-5.98-1.14-3.7-2.94-6.74-5.13-8.92L239.43,6.07c-3.99-3.99-9.11-6.07-14.72-6.07s-10.73,2.09-14.81,6.17L6.17,209.48c-1.9,1.9-3.7,4.65-4.94,8.45-.95,2.75-1.23,4.65-1.23,6.36v225.71h41.11v-217.45l2.75-2.75,5.6-5.6L204.49,70.33l20.13-20.03,20.13,20.03,154.46,154.15,8.35,8.35v217.17h42.28Z'/%3E%3Cpath d='M277.5,365.72c-.19-.67-.57-1.8-.95-2.75l-.19-.57c-.47-.95-.95-1.8-1.33-2.56l-.57-.76c-.85-1.23-1.71-2.18-2.56-3.13l-.38-.29c-.85-.76-1.61-1.42-2.09-1.71l-.67-.47c-1.42-.95-2.56-1.52-3.32-1.9l-.57-.28c-.95-.38-1.9-.67-2.94-.95l-.95-.19c-1.52-.28-2.85-.38-3.8-.38h-86.77c-5.6,0-10.73,2.18-14.81,6.17l-65.89,65.97-28.04,28.09h59.63l49.86-49.92,8.35-8.35h78.04c7.5,0,14.43-4.18,18.13-11.01l.19-.38.28-.57.76-1.8v-.19c.28-.76.47-1.33.66-2.09.09-.57.29-1.23.38-2.09v-.09l.19-1.14v-1.8c0-.85-.09-1.99-.47-3.7l-.19-1.14Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 449.84 450'%3E%3Cpath d='M449.84,450l-.51-225.8c0-1.14-.29-3.04-1.14-5.98-1.14-3.7-2.94-6.74-5.13-8.92L239.43,6.07c-3.99-3.99-9.11-6.07-14.72-6.07s-10.73,2.09-14.81,6.17L6.17,209.48c-1.9,1.9-3.7,4.65-4.94,8.45-.95,2.75-1.23,4.65-1.23,6.36v225.71h41.11v-217.45l2.75-2.75,5.6-5.6L204.49,70.33l20.13-20.03,20.13,20.03,154.46,154.15,8.35,8.35v217.17h42.28Z'/%3E%3Cpath d='M277.5,365.72c-.19-.67-.57-1.8-.95-2.75l-.19-.57c-.47-.95-.95-1.8-1.33-2.56l-.57-.76c-.85-1.23-1.71-2.18-2.56-3.13l-.38-.29c-.85-.76-1.61-1.42-2.09-1.71l-.67-.47c-1.42-.95-2.56-1.52-3.32-1.9l-.57-.28c-.95-.38-1.9-.67-2.94-.95l-.95-.19c-1.52-.28-2.85-.38-3.8-.38h-86.77c-5.6,0-10.73,2.18-14.81,6.17l-65.89,65.97-28.04,28.09h59.63l49.86-49.92,8.35-8.35h78.04c7.5,0,14.43-4.18,18.13-11.01l.19-.38.28-.57.76-1.8v-.19c.28-.76.47-1.33.66-2.09.09-.57.29-1.23.38-2.09v-.09l.19-1.14v-1.8c0-.85-.09-1.99-.47-3.7l-.19-1.14Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background: linear-gradient(45deg, #68B148, #AAD532);
  z-index: 1;
}
.img-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0 100%, 0 50%);
}

/*---------- Show Button ----------*/
.show-btn {
  display: none;
}
@media (max-width: 1024px) {
  .show-btn {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .show-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .show-container.is-visible {
    max-height: 1000px;
    display: flex;
    flex-direction: column;
  }
  .show-container.is-visible .home-title {
    display: none;
  }
}
/*---------- Find a Home Mobile Button ----------*/
.mob-find-home-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  background: white;
  border-radius: 100rem;
  z-index: 0;
  transition: opacity 0.3s;
  padding: 1rem;
}
.mob-find-home-btn span {
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  background: linear-gradient(45deg, #68B148, #AAD532);
  color: white;
  border-radius: 100rem;
}
.mob-find-home-btn span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mob-find-home-btn:hover {
  transform: translate(0) !important;
}
.mob-find-home-btn:hover span {
  background: transparent;
}

.mob-find-home-btn__container {
  position: fixed;
  top: -999rem;
  left: 50%;
  max-width: 468px;
  width: 75vw;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: right 0.3s ease;
  overflow-y: auto;
  z-index: 9999;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.mob-find-home-btn__container.active {
  top: 50%;
  transform: translate(-50%, -50%);
}

.mob-find-home-btn__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.mob-find-home-btn__overlay.active {
  opacity: 1;
  pointer-events: all;
}

/*---------- Book a Viewing Loading Bar ----------*/
.book-viewing-container {
  border: 1px solid #F4F4F4;
  padding: 1rem;
}

.loading-bar-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: white;
  z-index: 9999;
  overflow: hidden;
  transition: opacity 1s;
}
.loading-bar-track .loading-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.5rem;
  background: linear-gradient(45deg, #68B148, #AAD532);
  z-index: 9999;
  transition: width 3s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s;
  opacity: 1;
  z-index: 1;
}

.iframe-loading-bar {
  width: 100%;
  height: 4px;
  background-color: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}

.iframe-loading-progress {
  height: 100%;
  background: linear-gradient(90deg, #68B148, #AAD532);
  border-radius: 2px;
  animation: iframe-loading 2s ease-in-out infinite;
}

@keyframes iframe-loading {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.iframe-container {
  position: relative;
}

.date-changed {
  position: relative;
  background: #252D3A;
  margin: 0 auto;
  color: white;
  padding: 1rem;
  border-radius: 0.75rem;
  text-align: center;
  z-index: 10;
  max-width: 300px;
  transition: opacity 0.3s ease;
}
.date-changed p {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
.date-changed p strong {
  font-size: 1rem;
}

/*---------- Custom Block ----------*/
.custom-block {
  padding-top: 4rem;
}
.custom-block + :is(h1, h2, h3, h4, h5, h6, p) {
  padding-top: 4rem;
}

/*---------- Development logos ----------*/
.development-logos img {
  max-width: 200px;
}

/*---------- Flex Gap ----------*/
/* Generate Gap Classes */
.gap-10 {
  --gap-size: -10rem;
}

.gap-9 {
  --gap-size: -9rem;
}

.gap-8 {
  --gap-size: -8rem;
}

.gap-7 {
  --gap-size: -7rem;
}

.gap-6 {
  --gap-size: -6rem;
}

.gap-5 {
  --gap-size: -5rem;
}

.gap-4 {
  --gap-size: -4rem;
}

.gap-3 {
  --gap-size: -3rem;
}

.gap-2 {
  --gap-size: -2rem;
}

.gap-1 {
  --gap-size: -1rem;
}

.gap0 {
  --gap-size: 0rem;
}

.gap1 {
  --gap-size: 1rem;
}

.gap2 {
  --gap-size: 2rem;
}

.gap3 {
  --gap-size: 3rem;
}

.gap4 {
  --gap-size: 4rem;
}

.gap5 {
  --gap-size: 5rem;
}

.gap6 {
  --gap-size: 6rem;
}

.gap7 {
  --gap-size: 7rem;
}

.gap8 {
  --gap-size: 8rem;
}

.gap9 {
  --gap-size: 9rem;
}

.gap10 {
  --gap-size: 10rem;
}

/* Mobile-Specific Gap Classes */
@media (max-width: 768px) {
  .m-gap-10 {
    --gap-size: -10rem;
  }
  .m-gap-9 {
    --gap-size: -9rem;
  }
  .m-gap-8 {
    --gap-size: -8rem;
  }
  .m-gap-7 {
    --gap-size: -7rem;
  }
  .m-gap-6 {
    --gap-size: -6rem;
  }
  .m-gap-5 {
    --gap-size: -5rem;
  }
  .m-gap-4 {
    --gap-size: -4rem;
  }
  .m-gap-3 {
    --gap-size: -3rem;
  }
  .m-gap-2 {
    --gap-size: -2rem;
  }
  .m-gap-1 {
    --gap-size: -1rem;
  }
  .m-gap0 {
    --gap-size: 0rem;
  }
  .m-gap1 {
    --gap-size: 1rem;
  }
  .m-gap2 {
    --gap-size: 2rem;
  }
  .m-gap3 {
    --gap-size: 3rem;
  }
  .m-gap4 {
    --gap-size: 4rem;
  }
  .m-gap5 {
    --gap-size: 5rem;
  }
  .m-gap6 {
    --gap-size: 6rem;
  }
  .m-gap7 {
    --gap-size: 7rem;
  }
  .m-gap8 {
    --gap-size: 8rem;
  }
  .m-gap9 {
    --gap-size: 9rem;
  }
  .m-gap10 {
    --gap-size: 10rem;
  }
}
.flex {
  display: flex;
  flex-direction: column;
}

.f-row {
  flex-direction: row;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-no-wrap {
  flex-wrap: nowrap;
}

.space-between {
  justify-content: space-between;
}

.align-s {
  align-content: flex-start;
  align-items: flex-start;
}

.align-str {
  align-items: stretch;
}

.align-c {
  align-content: center;
  align-items: center;
}

.align-e {
  align-content: flex-end;
  align-items: flex-end;
}

.justify-c {
  justify-content: center;
  justify-items: center;
}

.justify-e {
  justify-content: flex-end;
  justify-items: flex-end;
}

.justify-s {
  justify-content: flex-start;
  justify-items: flex-start;
}

@media (max-width: 768px) {
  .m-f-wrap {
    flex-wrap: wrap;
  }
  .m-justify-s {
    justify-content: flex-start;
  }
  .m-justify-c {
    justify-content: center;
  }
  .m-align-c {
    align-content: center;
    align-items: center;
  }
  .m-align-s {
    align-content: flex-start;
    align-items: flex-start;
  }
  .m-align-e {
    align-content: flex-end;
    align-items: flex-end;
  }
  .m-justify-c {
    justify-content: center;
    justify-items: center;
  }
  .m-justify-e {
    justify-content: flex-end;
    justify-items: flex-end;
  }
  .m-justify-s {
    justify-content: flex-start;
    justify-items: flex-start;
  }
  .m-f-col {
    flex-direction: column !important;
  }
}
/*---------- Grid System ----------*/
[class*=gap] {
  gap: var(--gap-size, 1rem);
}

[class*=gap] .col-1 {
  flex: 1 0 calc(8.3333333333% * 1 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-1 {
  flex: 1 0 calc(8.3333333333% * 1);
}

[class*=gap] .col-2 {
  flex: 1 0 calc(8.3333333333% * 2 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-2 {
  flex: 1 0 calc(8.3333333333% * 2);
}

[class*=gap] .col-3 {
  flex: 1 0 calc(8.3333333333% * 3 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-3 {
  flex: 1 0 calc(8.3333333333% * 3);
}

[class*=gap] .col-4 {
  flex: 1 0 calc(8.3333333333% * 4 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-4 {
  flex: 1 0 calc(8.3333333333% * 4);
}

[class*=gap] .col-5 {
  flex: 1 0 calc(8.3333333333% * 5 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-5 {
  flex: 1 0 calc(8.3333333333% * 5);
}

[class*=gap] .col-6 {
  flex: 1 0 calc(8.3333333333% * 6 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-6 {
  flex: 1 0 calc(8.3333333333% * 6);
}

[class*=gap] .col-7 {
  flex: 1 0 calc(8.3333333333% * 7 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-7 {
  flex: 1 0 calc(8.3333333333% * 7);
}

[class*=gap] .col-8 {
  flex: 1 0 calc(8.3333333333% * 8 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-8 {
  flex: 1 0 calc(8.3333333333% * 8);
}

[class*=gap] .col-9 {
  flex: 1 0 calc(8.3333333333% * 9 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-9 {
  flex: 1 0 calc(8.3333333333% * 9);
}

[class*=gap] .col-10 {
  flex: 1 0 calc(8.3333333333% * 10 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-10 {
  flex: 1 0 calc(8.3333333333% * 10);
}

[class*=gap] .col-11 {
  flex: 1 0 calc(8.3333333333% * 11 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-11 {
  flex: 1 0 calc(8.3333333333% * 11);
}

[class*=gap] .col-12 {
  flex: 1 0 calc(8.3333333333% * 12 - var(--gap-size, 1rem));
}

:where(:not([class*=gap])) .col-12 {
  flex: 1 0 calc(8.3333333333% * 12);
}

@media (max-width: 1024px) {
  [class*=gap] .col-md-1 {
    flex: 1 0 calc(8.3333333333% * 1 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-1 {
    flex: 1 0 calc(8.3333333333% * 1);
  }
  [class*=gap] .col-md-2 {
    flex: 1 0 calc(8.3333333333% * 2 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-2 {
    flex: 1 0 calc(8.3333333333% * 2);
  }
  [class*=gap] .col-md-3 {
    flex: 1 0 calc(8.3333333333% * 3 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-3 {
    flex: 1 0 calc(8.3333333333% * 3);
  }
  [class*=gap] .col-md-4 {
    flex: 1 0 calc(8.3333333333% * 4 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-4 {
    flex: 1 0 calc(8.3333333333% * 4);
  }
  [class*=gap] .col-md-5 {
    flex: 1 0 calc(8.3333333333% * 5 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-5 {
    flex: 1 0 calc(8.3333333333% * 5);
  }
  [class*=gap] .col-md-6 {
    flex: 1 0 calc(8.3333333333% * 6 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-6 {
    flex: 1 0 calc(8.3333333333% * 6);
  }
  [class*=gap] .col-md-7 {
    flex: 1 0 calc(8.3333333333% * 7 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-7 {
    flex: 1 0 calc(8.3333333333% * 7);
  }
  [class*=gap] .col-md-8 {
    flex: 1 0 calc(8.3333333333% * 8 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-8 {
    flex: 1 0 calc(8.3333333333% * 8);
  }
  [class*=gap] .col-md-9 {
    flex: 1 0 calc(8.3333333333% * 9 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-9 {
    flex: 1 0 calc(8.3333333333% * 9);
  }
  [class*=gap] .col-md-10 {
    flex: 1 0 calc(8.3333333333% * 10 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-10 {
    flex: 1 0 calc(8.3333333333% * 10);
  }
  [class*=gap] .col-md-11 {
    flex: 1 0 calc(8.3333333333% * 11 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-11 {
    flex: 1 0 calc(8.3333333333% * 11);
  }
  [class*=gap] .col-md-12 {
    flex: 1 0 calc(8.3333333333% * 12 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-md-12 {
    flex: 1 0 calc(8.3333333333% * 12);
  }
}
@media (max-width: 768px) {
  [class*=gap] .col-sm-1 {
    flex: 1 0 calc(8.3333333333% * 1 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-1 {
    flex: 1 0 calc(8.3333333333% * 1);
  }
  [class*=gap] .col-sm-2 {
    flex: 1 0 calc(8.3333333333% * 2 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-2 {
    flex: 1 0 calc(8.3333333333% * 2);
  }
  [class*=gap] .col-sm-3 {
    flex: 1 0 calc(8.3333333333% * 3 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-3 {
    flex: 1 0 calc(8.3333333333% * 3);
  }
  [class*=gap] .col-sm-4 {
    flex: 1 0 calc(8.3333333333% * 4 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-4 {
    flex: 1 0 calc(8.3333333333% * 4);
  }
  [class*=gap] .col-sm-5 {
    flex: 1 0 calc(8.3333333333% * 5 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-5 {
    flex: 1 0 calc(8.3333333333% * 5);
  }
  [class*=gap] .col-sm-6 {
    flex: 1 0 calc(8.3333333333% * 6 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-6 {
    flex: 1 0 calc(8.3333333333% * 6);
  }
  [class*=gap] .col-sm-7 {
    flex: 1 0 calc(8.3333333333% * 7 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-7 {
    flex: 1 0 calc(8.3333333333% * 7);
  }
  [class*=gap] .col-sm-8 {
    flex: 1 0 calc(8.3333333333% * 8 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-8 {
    flex: 1 0 calc(8.3333333333% * 8);
  }
  [class*=gap] .col-sm-9 {
    flex: 1 0 calc(8.3333333333% * 9 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-9 {
    flex: 1 0 calc(8.3333333333% * 9);
  }
  [class*=gap] .col-sm-10 {
    flex: 1 0 calc(8.3333333333% * 10 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-10 {
    flex: 1 0 calc(8.3333333333% * 10);
  }
  [class*=gap] .col-sm-11 {
    flex: 1 0 calc(8.3333333333% * 11 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-11 {
    flex: 1 0 calc(8.3333333333% * 11);
  }
  [class*=gap] .col-sm-12 {
    flex: 1 0 calc(8.3333333333% * 12 - var(--gap-size, 1rem));
  }
  :where(:not([class*=gap])) .col-sm-12 {
    flex: 1 0 calc(8.3333333333% * 12);
  }
  .mob-order-1 {
    order: 1;
  }
  .mob-order-2 {
    order: 2;
  }
  .mob-order-3 {
    order: 3;
  }
  .mob-order-4 {
    order: 4;
  }
  .mob-order-5 {
    order: 5;
  }
  .mob-order-6 {
    order: 6;
  }
  .mob-order-7 {
    order: 7;
  }
  .mob-order-8 {
    order: 8;
  }
  .mob-order-9 {
    order: 9;
  }
  .mob-order-10 {
    order: 10;
  }
  .mob-order-11 {
    order: 11;
  }
  .mob-order-12 {
    order: 12;
  }
}
.no-grow {
  flex-grow: 0 !important;
}

/* Import Mixins */
/* Generate generic padding/margin classes first */
.m-10 {
  margin: -10rem;
}

.m-9 {
  margin: -9rem;
}

.m-8 {
  margin: -8rem;
}

.m-7 {
  margin: -7rem;
}

.m-6 {
  margin: -6rem;
}

.m-5 {
  margin: -5rem;
}

.m-4 {
  margin: -4rem;
}

.m-3 {
  margin: -3rem;
}

.m-2 {
  margin: -2rem;
}

.m-1 {
  margin: -1rem;
}

.m0 {
  margin: 0rem;
}

.m1 {
  margin: 1rem;
}

.m2 {
  margin: 2rem;
}

.m3 {
  margin: 3rem;
}

.m4 {
  margin: 4rem;
}

.m5 {
  margin: 5rem;
}

.m6 {
  margin: 6rem;
}

.m7 {
  margin: 7rem;
}

.m8 {
  margin: 8rem;
}

.m9 {
  margin: 9rem;
}

.m10 {
  margin: 10rem;
}

.m11 {
  margin: 11rem;
}

.m12 {
  margin: 12rem;
}

.m13 {
  margin: 13rem;
}

.m14 {
  margin: 14rem;
}

.m15 {
  margin: 15rem;
}

.m16 {
  margin: 16rem;
}

.m17 {
  margin: 17rem;
}

.m18 {
  margin: 18rem;
}

.m19 {
  margin: 19rem;
}

.m20 {
  margin: 20rem;
}

.m21 {
  margin: 21rem;
}

.m22 {
  margin: 22rem;
}

.m23 {
  margin: 23rem;
}

.m24 {
  margin: 24rem;
}

.m25 {
  margin: 25rem;
}

.p-10 {
  padding: -10rem;
}

.p-9 {
  padding: -9rem;
}

.p-8 {
  padding: -8rem;
}

.p-7 {
  padding: -7rem;
}

.p-6 {
  padding: -6rem;
}

.p-5 {
  padding: -5rem;
}

.p-4 {
  padding: -4rem;
}

.p-3 {
  padding: -3rem;
}

.p-2 {
  padding: -2rem;
}

.p-1 {
  padding: -1rem;
}

.p0 {
  padding: 0rem;
}

.p1 {
  padding: 1rem;
}

.p2 {
  padding: 2rem;
}

.p3 {
  padding: 3rem;
}

.p4 {
  padding: 4rem;
}

.p5 {
  padding: 5rem;
}

.p6 {
  padding: 6rem;
}

.p7 {
  padding: 7rem;
}

.p8 {
  padding: 8rem;
}

.p9 {
  padding: 9rem;
}

.p10 {
  padding: 10rem;
}

.p11 {
  padding: 11rem;
}

.p12 {
  padding: 12rem;
}

.p13 {
  padding: 13rem;
}

.p14 {
  padding: 14rem;
}

.p15 {
  padding: 15rem;
}

.p16 {
  padding: 16rem;
}

.p17 {
  padding: 17rem;
}

.p18 {
  padding: 18rem;
}

.p19 {
  padding: 19rem;
}

.p20 {
  padding: 20rem;
}

.p21 {
  padding: 21rem;
}

.p22 {
  padding: 22rem;
}

.p23 {
  padding: 23rem;
}

.p24 {
  padding: 24rem;
}

.p25 {
  padding: 25rem;
}

/* Generate specific padding/margin classes after, ensuring specificity */
.mt-10 {
  margin-top: -10rem !important;
}

.mt-9 {
  margin-top: -9rem !important;
}

.mt-8 {
  margin-top: -8rem !important;
}

.mt-7 {
  margin-top: -7rem !important;
}

.mt-6 {
  margin-top: -6rem !important;
}

.mt-5 {
  margin-top: -5rem !important;
}

.mt-4 {
  margin-top: -4rem !important;
}

.mt-3 {
  margin-top: -3rem !important;
}

.mt-2 {
  margin-top: -2rem !important;
}

.mt-1 {
  margin-top: -1rem !important;
}

.mt0 {
  margin-top: 0rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mt11 {
  margin-top: 11rem !important;
}

.mt12 {
  margin-top: 12rem !important;
}

.mt13 {
  margin-top: 13rem !important;
}

.mt14 {
  margin-top: 14rem !important;
}

.mt15 {
  margin-top: 15rem !important;
}

.mt16 {
  margin-top: 16rem !important;
}

.mt17 {
  margin-top: 17rem !important;
}

.mt18 {
  margin-top: 18rem !important;
}

.mt19 {
  margin-top: 19rem !important;
}

.mt20 {
  margin-top: 20rem !important;
}

.mt21 {
  margin-top: 21rem !important;
}

.mt22 {
  margin-top: 22rem !important;
}

.mt23 {
  margin-top: 23rem !important;
}

.mt24 {
  margin-top: 24rem !important;
}

.mt25 {
  margin-top: 25rem !important;
}

.mr-10 {
  margin-right: -10rem !important;
}

.mr-9 {
  margin-right: -9rem !important;
}

.mr-8 {
  margin-right: -8rem !important;
}

.mr-7 {
  margin-right: -7rem !important;
}

.mr-6 {
  margin-right: -6rem !important;
}

.mr-5 {
  margin-right: -5rem !important;
}

.mr-4 {
  margin-right: -4rem !important;
}

.mr-3 {
  margin-right: -3rem !important;
}

.mr-2 {
  margin-right: -2rem !important;
}

.mr-1 {
  margin-right: -1rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

.mr1 {
  margin-right: 1rem !important;
}

.mr2 {
  margin-right: 2rem !important;
}

.mr3 {
  margin-right: 3rem !important;
}

.mr4 {
  margin-right: 4rem !important;
}

.mr5 {
  margin-right: 5rem !important;
}

.mr6 {
  margin-right: 6rem !important;
}

.mr7 {
  margin-right: 7rem !important;
}

.mr8 {
  margin-right: 8rem !important;
}

.mr9 {
  margin-right: 9rem !important;
}

.mr10 {
  margin-right: 10rem !important;
}

.mr11 {
  margin-right: 11rem !important;
}

.mr12 {
  margin-right: 12rem !important;
}

.mr13 {
  margin-right: 13rem !important;
}

.mr14 {
  margin-right: 14rem !important;
}

.mr15 {
  margin-right: 15rem !important;
}

.mr16 {
  margin-right: 16rem !important;
}

.mr17 {
  margin-right: 17rem !important;
}

.mr18 {
  margin-right: 18rem !important;
}

.mr19 {
  margin-right: 19rem !important;
}

.mr20 {
  margin-right: 20rem !important;
}

.mr21 {
  margin-right: 21rem !important;
}

.mr22 {
  margin-right: 22rem !important;
}

.mr23 {
  margin-right: 23rem !important;
}

.mr24 {
  margin-right: 24rem !important;
}

.mr25 {
  margin-right: 25rem !important;
}

.mb-10 {
  margin-bottom: -10rem !important;
}

.mb-9 {
  margin-bottom: -9rem !important;
}

.mb-8 {
  margin-bottom: -8rem !important;
}

.mb-7 {
  margin-bottom: -7rem !important;
}

.mb-6 {
  margin-bottom: -6rem !important;
}

.mb-5 {
  margin-bottom: -5rem !important;
}

.mb-4 {
  margin-bottom: -4rem !important;
}

.mb-3 {
  margin-bottom: -3rem !important;
}

.mb-2 {
  margin-bottom: -2rem !important;
}

.mb-1 {
  margin-bottom: -1rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.mb11 {
  margin-bottom: 11rem !important;
}

.mb12 {
  margin-bottom: 12rem !important;
}

.mb13 {
  margin-bottom: 13rem !important;
}

.mb14 {
  margin-bottom: 14rem !important;
}

.mb15 {
  margin-bottom: 15rem !important;
}

.mb16 {
  margin-bottom: 16rem !important;
}

.mb17 {
  margin-bottom: 17rem !important;
}

.mb18 {
  margin-bottom: 18rem !important;
}

.mb19 {
  margin-bottom: 19rem !important;
}

.mb20 {
  margin-bottom: 20rem !important;
}

.mb21 {
  margin-bottom: 21rem !important;
}

.mb22 {
  margin-bottom: 22rem !important;
}

.mb23 {
  margin-bottom: 23rem !important;
}

.mb24 {
  margin-bottom: 24rem !important;
}

.mb25 {
  margin-bottom: 25rem !important;
}

.ml-10 {
  margin-left: -10rem !important;
}

.ml-9 {
  margin-left: -9rem !important;
}

.ml-8 {
  margin-left: -8rem !important;
}

.ml-7 {
  margin-left: -7rem !important;
}

.ml-6 {
  margin-left: -6rem !important;
}

.ml-5 {
  margin-left: -5rem !important;
}

.ml-4 {
  margin-left: -4rem !important;
}

.ml-3 {
  margin-left: -3rem !important;
}

.ml-2 {
  margin-left: -2rem !important;
}

.ml-1 {
  margin-left: -1rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.ml1 {
  margin-left: 1rem !important;
}

.ml2 {
  margin-left: 2rem !important;
}

.ml3 {
  margin-left: 3rem !important;
}

.ml4 {
  margin-left: 4rem !important;
}

.ml5 {
  margin-left: 5rem !important;
}

.ml6 {
  margin-left: 6rem !important;
}

.ml7 {
  margin-left: 7rem !important;
}

.ml8 {
  margin-left: 8rem !important;
}

.ml9 {
  margin-left: 9rem !important;
}

.ml10 {
  margin-left: 10rem !important;
}

.ml11 {
  margin-left: 11rem !important;
}

.ml12 {
  margin-left: 12rem !important;
}

.ml13 {
  margin-left: 13rem !important;
}

.ml14 {
  margin-left: 14rem !important;
}

.ml15 {
  margin-left: 15rem !important;
}

.ml16 {
  margin-left: 16rem !important;
}

.ml17 {
  margin-left: 17rem !important;
}

.ml18 {
  margin-left: 18rem !important;
}

.ml19 {
  margin-left: 19rem !important;
}

.ml20 {
  margin-left: 20rem !important;
}

.ml21 {
  margin-left: 21rem !important;
}

.ml22 {
  margin-left: 22rem !important;
}

.ml23 {
  margin-left: 23rem !important;
}

.ml24 {
  margin-left: 24rem !important;
}

.ml25 {
  margin-left: 25rem !important;
}

.pt-10 {
  padding-top: -10rem !important;
}

.pt-9 {
  padding-top: -9rem !important;
}

.pt-8 {
  padding-top: -8rem !important;
}

.pt-7 {
  padding-top: -7rem !important;
}

.pt-6 {
  padding-top: -6rem !important;
}

.pt-5 {
  padding-top: -5rem !important;
}

.pt-4 {
  padding-top: -4rem !important;
}

.pt-3 {
  padding-top: -3rem !important;
}

.pt-2 {
  padding-top: -2rem !important;
}

.pt-1 {
  padding-top: -1rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pt11 {
  padding-top: 11rem !important;
}

.pt12 {
  padding-top: 12rem !important;
}

.pt13 {
  padding-top: 13rem !important;
}

.pt14 {
  padding-top: 14rem !important;
}

.pt15 {
  padding-top: 15rem !important;
}

.pt16 {
  padding-top: 16rem !important;
}

.pt17 {
  padding-top: 17rem !important;
}

.pt18 {
  padding-top: 18rem !important;
}

.pt19 {
  padding-top: 19rem !important;
}

.pt20 {
  padding-top: 20rem !important;
}

.pt21 {
  padding-top: 21rem !important;
}

.pt22 {
  padding-top: 22rem !important;
}

.pt23 {
  padding-top: 23rem !important;
}

.pt24 {
  padding-top: 24rem !important;
}

.pt25 {
  padding-top: 25rem !important;
}

.pr-10 {
  padding-right: -10rem !important;
}

.pr-9 {
  padding-right: -9rem !important;
}

.pr-8 {
  padding-right: -8rem !important;
}

.pr-7 {
  padding-right: -7rem !important;
}

.pr-6 {
  padding-right: -6rem !important;
}

.pr-5 {
  padding-right: -5rem !important;
}

.pr-4 {
  padding-right: -4rem !important;
}

.pr-3 {
  padding-right: -3rem !important;
}

.pr-2 {
  padding-right: -2rem !important;
}

.pr-1 {
  padding-right: -1rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

.pr1 {
  padding-right: 1rem !important;
}

.pr2 {
  padding-right: 2rem !important;
}

.pr3 {
  padding-right: 3rem !important;
}

.pr4 {
  padding-right: 4rem !important;
}

.pr5 {
  padding-right: 5rem !important;
}

.pr6 {
  padding-right: 6rem !important;
}

.pr7 {
  padding-right: 7rem !important;
}

.pr8 {
  padding-right: 8rem !important;
}

.pr9 {
  padding-right: 9rem !important;
}

.pr10 {
  padding-right: 10rem !important;
}

.pr11 {
  padding-right: 11rem !important;
}

.pr12 {
  padding-right: 12rem !important;
}

.pr13 {
  padding-right: 13rem !important;
}

.pr14 {
  padding-right: 14rem !important;
}

.pr15 {
  padding-right: 15rem !important;
}

.pr16 {
  padding-right: 16rem !important;
}

.pr17 {
  padding-right: 17rem !important;
}

.pr18 {
  padding-right: 18rem !important;
}

.pr19 {
  padding-right: 19rem !important;
}

.pr20 {
  padding-right: 20rem !important;
}

.pr21 {
  padding-right: 21rem !important;
}

.pr22 {
  padding-right: 22rem !important;
}

.pr23 {
  padding-right: 23rem !important;
}

.pr24 {
  padding-right: 24rem !important;
}

.pr25 {
  padding-right: 25rem !important;
}

.pb-10 {
  padding-bottom: -10rem !important;
}

.pb-9 {
  padding-bottom: -9rem !important;
}

.pb-8 {
  padding-bottom: -8rem !important;
}

.pb-7 {
  padding-bottom: -7rem !important;
}

.pb-6 {
  padding-bottom: -6rem !important;
}

.pb-5 {
  padding-bottom: -5rem !important;
}

.pb-4 {
  padding-bottom: -4rem !important;
}

.pb-3 {
  padding-bottom: -3rem !important;
}

.pb-2 {
  padding-bottom: -2rem !important;
}

.pb-1 {
  padding-bottom: -1rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.pb11 {
  padding-bottom: 11rem !important;
}

.pb12 {
  padding-bottom: 12rem !important;
}

.pb13 {
  padding-bottom: 13rem !important;
}

.pb14 {
  padding-bottom: 14rem !important;
}

.pb15 {
  padding-bottom: 15rem !important;
}

.pb16 {
  padding-bottom: 16rem !important;
}

.pb17 {
  padding-bottom: 17rem !important;
}

.pb18 {
  padding-bottom: 18rem !important;
}

.pb19 {
  padding-bottom: 19rem !important;
}

.pb20 {
  padding-bottom: 20rem !important;
}

.pb21 {
  padding-bottom: 21rem !important;
}

.pb22 {
  padding-bottom: 22rem !important;
}

.pb23 {
  padding-bottom: 23rem !important;
}

.pb24 {
  padding-bottom: 24rem !important;
}

.pb25 {
  padding-bottom: 25rem !important;
}

.pl-10 {
  padding-left: -10rem !important;
}

.pl-9 {
  padding-left: -9rem !important;
}

.pl-8 {
  padding-left: -8rem !important;
}

.pl-7 {
  padding-left: -7rem !important;
}

.pl-6 {
  padding-left: -6rem !important;
}

.pl-5 {
  padding-left: -5rem !important;
}

.pl-4 {
  padding-left: -4rem !important;
}

.pl-3 {
  padding-left: -3rem !important;
}

.pl-2 {
  padding-left: -2rem !important;
}

.pl-1 {
  padding-left: -1rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pl1 {
  padding-left: 1rem !important;
}

.pl2 {
  padding-left: 2rem !important;
}

.pl3 {
  padding-left: 3rem !important;
}

.pl4 {
  padding-left: 4rem !important;
}

.pl5 {
  padding-left: 5rem !important;
}

.pl6 {
  padding-left: 6rem !important;
}

.pl7 {
  padding-left: 7rem !important;
}

.pl8 {
  padding-left: 8rem !important;
}

.pl9 {
  padding-left: 9rem !important;
}

.pl10 {
  padding-left: 10rem !important;
}

.pl11 {
  padding-left: 11rem !important;
}

.pl12 {
  padding-left: 12rem !important;
}

.pl13 {
  padding-left: 13rem !important;
}

.pl14 {
  padding-left: 14rem !important;
}

.pl15 {
  padding-left: 15rem !important;
}

.pl16 {
  padding-left: 16rem !important;
}

.pl17 {
  padding-left: 17rem !important;
}

.pl18 {
  padding-left: 18rem !important;
}

.pl19 {
  padding-left: 19rem !important;
}

.pl20 {
  padding-left: 20rem !important;
}

.pl21 {
  padding-left: 21rem !important;
}

.pl22 {
  padding-left: 22rem !important;
}

.pl23 {
  padding-left: 23rem !important;
}

.pl24 {
  padding-left: 24rem !important;
}

.pl25 {
  padding-left: 25rem !important;
}

/* Generate mobile-specific classes */
@media (max-width: 768px) {
  .m-m-10 {
    margin: -10rem;
  }
  .m-m-9 {
    margin: -9rem;
  }
  .m-m-8 {
    margin: -8rem;
  }
  .m-m-7 {
    margin: -7rem;
  }
  .m-m-6 {
    margin: -6rem;
  }
  .m-m-5 {
    margin: -5rem;
  }
  .m-m-4 {
    margin: -4rem;
  }
  .m-m-3 {
    margin: -3rem;
  }
  .m-m-2 {
    margin: -2rem;
  }
  .m-m-1 {
    margin: -1rem;
  }
  .m-m0 {
    margin: 0rem;
  }
  .m-m1 {
    margin: 1rem;
  }
  .m-m2 {
    margin: 2rem;
  }
  .m-m3 {
    margin: 3rem;
  }
  .m-m4 {
    margin: 4rem;
  }
  .m-m5 {
    margin: 5rem;
  }
  .m-m6 {
    margin: 6rem;
  }
  .m-m7 {
    margin: 7rem;
  }
  .m-m8 {
    margin: 8rem;
  }
  .m-m9 {
    margin: 9rem;
  }
  .m-m10 {
    margin: 10rem;
  }
  .m-m11 {
    margin: 11rem;
  }
  .m-m12 {
    margin: 12rem;
  }
  .m-m13 {
    margin: 13rem;
  }
  .m-m14 {
    margin: 14rem;
  }
  .m-m15 {
    margin: 15rem;
  }
  .m-m16 {
    margin: 16rem;
  }
  .m-m17 {
    margin: 17rem;
  }
  .m-m18 {
    margin: 18rem;
  }
  .m-m19 {
    margin: 19rem;
  }
  .m-m20 {
    margin: 20rem;
  }
  .m-m21 {
    margin: 21rem;
  }
  .m-m22 {
    margin: 22rem;
  }
  .m-m23 {
    margin: 23rem;
  }
  .m-m24 {
    margin: 24rem;
  }
  .m-m25 {
    margin: 25rem;
  }
  .m-p-10 {
    padding: -10rem !important;
  }
  .m-p-9 {
    padding: -9rem !important;
  }
  .m-p-8 {
    padding: -8rem !important;
  }
  .m-p-7 {
    padding: -7rem !important;
  }
  .m-p-6 {
    padding: -6rem !important;
  }
  .m-p-5 {
    padding: -5rem !important;
  }
  .m-p-4 {
    padding: -4rem !important;
  }
  .m-p-3 {
    padding: -3rem !important;
  }
  .m-p-2 {
    padding: -2rem !important;
  }
  .m-p-1 {
    padding: -1rem !important;
  }
  .m-p0 {
    padding: 0rem !important;
  }
  .m-p1 {
    padding: 1rem !important;
  }
  .m-p2 {
    padding: 2rem !important;
  }
  .m-p3 {
    padding: 3rem !important;
  }
  .m-p4 {
    padding: 4rem !important;
  }
  .m-p5 {
    padding: 5rem !important;
  }
  .m-p6 {
    padding: 6rem !important;
  }
  .m-p7 {
    padding: 7rem !important;
  }
  .m-p8 {
    padding: 8rem !important;
  }
  .m-p9 {
    padding: 9rem !important;
  }
  .m-p10 {
    padding: 10rem !important;
  }
  .m-p11 {
    padding: 11rem !important;
  }
  .m-p12 {
    padding: 12rem !important;
  }
  .m-p13 {
    padding: 13rem !important;
  }
  .m-p14 {
    padding: 14rem !important;
  }
  .m-p15 {
    padding: 15rem !important;
  }
  .m-p16 {
    padding: 16rem !important;
  }
  .m-p17 {
    padding: 17rem !important;
  }
  .m-p18 {
    padding: 18rem !important;
  }
  .m-p19 {
    padding: 19rem !important;
  }
  .m-p20 {
    padding: 20rem !important;
  }
  .m-p21 {
    padding: 21rem !important;
  }
  .m-p22 {
    padding: 22rem !important;
  }
  .m-p23 {
    padding: 23rem !important;
  }
  .m-p24 {
    padding: 24rem !important;
  }
  .m-p25 {
    padding: 25rem !important;
  }
  .m-mt-10 {
    margin-top: -10rem !important;
  }
  .m-mt-9 {
    margin-top: -9rem !important;
  }
  .m-mt-8 {
    margin-top: -8rem !important;
  }
  .m-mt-7 {
    margin-top: -7rem !important;
  }
  .m-mt-6 {
    margin-top: -6rem !important;
  }
  .m-mt-5 {
    margin-top: -5rem !important;
  }
  .m-mt-4 {
    margin-top: -4rem !important;
  }
  .m-mt-3 {
    margin-top: -3rem !important;
  }
  .m-mt-2 {
    margin-top: -2rem !important;
  }
  .m-mt-1 {
    margin-top: -1rem !important;
  }
  .m-mt0 {
    margin-top: 0rem !important;
  }
  .m-mt1 {
    margin-top: 1rem !important;
  }
  .m-mt2 {
    margin-top: 2rem !important;
  }
  .m-mt3 {
    margin-top: 3rem !important;
  }
  .m-mt4 {
    margin-top: 4rem !important;
  }
  .m-mt5 {
    margin-top: 5rem !important;
  }
  .m-mt6 {
    margin-top: 6rem !important;
  }
  .m-mt7 {
    margin-top: 7rem !important;
  }
  .m-mt8 {
    margin-top: 8rem !important;
  }
  .m-mt9 {
    margin-top: 9rem !important;
  }
  .m-mt10 {
    margin-top: 10rem !important;
  }
  .m-mt11 {
    margin-top: 11rem !important;
  }
  .m-mt12 {
    margin-top: 12rem !important;
  }
  .m-mt13 {
    margin-top: 13rem !important;
  }
  .m-mt14 {
    margin-top: 14rem !important;
  }
  .m-mt15 {
    margin-top: 15rem !important;
  }
  .m-mt16 {
    margin-top: 16rem !important;
  }
  .m-mt17 {
    margin-top: 17rem !important;
  }
  .m-mt18 {
    margin-top: 18rem !important;
  }
  .m-mt19 {
    margin-top: 19rem !important;
  }
  .m-mt20 {
    margin-top: 20rem !important;
  }
  .m-mt21 {
    margin-top: 21rem !important;
  }
  .m-mt22 {
    margin-top: 22rem !important;
  }
  .m-mt23 {
    margin-top: 23rem !important;
  }
  .m-mt24 {
    margin-top: 24rem !important;
  }
  .m-mt25 {
    margin-top: 25rem !important;
  }
  .m-mr-10 {
    margin-right: -10rem !important;
  }
  .m-mr-9 {
    margin-right: -9rem !important;
  }
  .m-mr-8 {
    margin-right: -8rem !important;
  }
  .m-mr-7 {
    margin-right: -7rem !important;
  }
  .m-mr-6 {
    margin-right: -6rem !important;
  }
  .m-mr-5 {
    margin-right: -5rem !important;
  }
  .m-mr-4 {
    margin-right: -4rem !important;
  }
  .m-mr-3 {
    margin-right: -3rem !important;
  }
  .m-mr-2 {
    margin-right: -2rem !important;
  }
  .m-mr-1 {
    margin-right: -1rem !important;
  }
  .m-mr0 {
    margin-right: 0rem !important;
  }
  .m-mr1 {
    margin-right: 1rem !important;
  }
  .m-mr2 {
    margin-right: 2rem !important;
  }
  .m-mr3 {
    margin-right: 3rem !important;
  }
  .m-mr4 {
    margin-right: 4rem !important;
  }
  .m-mr5 {
    margin-right: 5rem !important;
  }
  .m-mr6 {
    margin-right: 6rem !important;
  }
  .m-mr7 {
    margin-right: 7rem !important;
  }
  .m-mr8 {
    margin-right: 8rem !important;
  }
  .m-mr9 {
    margin-right: 9rem !important;
  }
  .m-mr10 {
    margin-right: 10rem !important;
  }
  .m-mr11 {
    margin-right: 11rem !important;
  }
  .m-mr12 {
    margin-right: 12rem !important;
  }
  .m-mr13 {
    margin-right: 13rem !important;
  }
  .m-mr14 {
    margin-right: 14rem !important;
  }
  .m-mr15 {
    margin-right: 15rem !important;
  }
  .m-mr16 {
    margin-right: 16rem !important;
  }
  .m-mr17 {
    margin-right: 17rem !important;
  }
  .m-mr18 {
    margin-right: 18rem !important;
  }
  .m-mr19 {
    margin-right: 19rem !important;
  }
  .m-mr20 {
    margin-right: 20rem !important;
  }
  .m-mr21 {
    margin-right: 21rem !important;
  }
  .m-mr22 {
    margin-right: 22rem !important;
  }
  .m-mr23 {
    margin-right: 23rem !important;
  }
  .m-mr24 {
    margin-right: 24rem !important;
  }
  .m-mr25 {
    margin-right: 25rem !important;
  }
  .m-mb-10 {
    margin-bottom: -10rem !important;
  }
  .m-mb-9 {
    margin-bottom: -9rem !important;
  }
  .m-mb-8 {
    margin-bottom: -8rem !important;
  }
  .m-mb-7 {
    margin-bottom: -7rem !important;
  }
  .m-mb-6 {
    margin-bottom: -6rem !important;
  }
  .m-mb-5 {
    margin-bottom: -5rem !important;
  }
  .m-mb-4 {
    margin-bottom: -4rem !important;
  }
  .m-mb-3 {
    margin-bottom: -3rem !important;
  }
  .m-mb-2 {
    margin-bottom: -2rem !important;
  }
  .m-mb-1 {
    margin-bottom: -1rem !important;
  }
  .m-mb0 {
    margin-bottom: 0rem !important;
  }
  .m-mb1 {
    margin-bottom: 1rem !important;
  }
  .m-mb2 {
    margin-bottom: 2rem !important;
  }
  .m-mb3 {
    margin-bottom: 3rem !important;
  }
  .m-mb4 {
    margin-bottom: 4rem !important;
  }
  .m-mb5 {
    margin-bottom: 5rem !important;
  }
  .m-mb6 {
    margin-bottom: 6rem !important;
  }
  .m-mb7 {
    margin-bottom: 7rem !important;
  }
  .m-mb8 {
    margin-bottom: 8rem !important;
  }
  .m-mb9 {
    margin-bottom: 9rem !important;
  }
  .m-mb10 {
    margin-bottom: 10rem !important;
  }
  .m-mb11 {
    margin-bottom: 11rem !important;
  }
  .m-mb12 {
    margin-bottom: 12rem !important;
  }
  .m-mb13 {
    margin-bottom: 13rem !important;
  }
  .m-mb14 {
    margin-bottom: 14rem !important;
  }
  .m-mb15 {
    margin-bottom: 15rem !important;
  }
  .m-mb16 {
    margin-bottom: 16rem !important;
  }
  .m-mb17 {
    margin-bottom: 17rem !important;
  }
  .m-mb18 {
    margin-bottom: 18rem !important;
  }
  .m-mb19 {
    margin-bottom: 19rem !important;
  }
  .m-mb20 {
    margin-bottom: 20rem !important;
  }
  .m-mb21 {
    margin-bottom: 21rem !important;
  }
  .m-mb22 {
    margin-bottom: 22rem !important;
  }
  .m-mb23 {
    margin-bottom: 23rem !important;
  }
  .m-mb24 {
    margin-bottom: 24rem !important;
  }
  .m-mb25 {
    margin-bottom: 25rem !important;
  }
  .m-ml-10 {
    margin-left: -10rem !important;
  }
  .m-ml-9 {
    margin-left: -9rem !important;
  }
  .m-ml-8 {
    margin-left: -8rem !important;
  }
  .m-ml-7 {
    margin-left: -7rem !important;
  }
  .m-ml-6 {
    margin-left: -6rem !important;
  }
  .m-ml-5 {
    margin-left: -5rem !important;
  }
  .m-ml-4 {
    margin-left: -4rem !important;
  }
  .m-ml-3 {
    margin-left: -3rem !important;
  }
  .m-ml-2 {
    margin-left: -2rem !important;
  }
  .m-ml-1 {
    margin-left: -1rem !important;
  }
  .m-ml0 {
    margin-left: 0rem !important;
  }
  .m-ml1 {
    margin-left: 1rem !important;
  }
  .m-ml2 {
    margin-left: 2rem !important;
  }
  .m-ml3 {
    margin-left: 3rem !important;
  }
  .m-ml4 {
    margin-left: 4rem !important;
  }
  .m-ml5 {
    margin-left: 5rem !important;
  }
  .m-ml6 {
    margin-left: 6rem !important;
  }
  .m-ml7 {
    margin-left: 7rem !important;
  }
  .m-ml8 {
    margin-left: 8rem !important;
  }
  .m-ml9 {
    margin-left: 9rem !important;
  }
  .m-ml10 {
    margin-left: 10rem !important;
  }
  .m-ml11 {
    margin-left: 11rem !important;
  }
  .m-ml12 {
    margin-left: 12rem !important;
  }
  .m-ml13 {
    margin-left: 13rem !important;
  }
  .m-ml14 {
    margin-left: 14rem !important;
  }
  .m-ml15 {
    margin-left: 15rem !important;
  }
  .m-ml16 {
    margin-left: 16rem !important;
  }
  .m-ml17 {
    margin-left: 17rem !important;
  }
  .m-ml18 {
    margin-left: 18rem !important;
  }
  .m-ml19 {
    margin-left: 19rem !important;
  }
  .m-ml20 {
    margin-left: 20rem !important;
  }
  .m-ml21 {
    margin-left: 21rem !important;
  }
  .m-ml22 {
    margin-left: 22rem !important;
  }
  .m-ml23 {
    margin-left: 23rem !important;
  }
  .m-ml24 {
    margin-left: 24rem !important;
  }
  .m-ml25 {
    margin-left: 25rem !important;
  }
  .m-pt-10 {
    padding-top: -10rem !important;
  }
  .m-pt-9 {
    padding-top: -9rem !important;
  }
  .m-pt-8 {
    padding-top: -8rem !important;
  }
  .m-pt-7 {
    padding-top: -7rem !important;
  }
  .m-pt-6 {
    padding-top: -6rem !important;
  }
  .m-pt-5 {
    padding-top: -5rem !important;
  }
  .m-pt-4 {
    padding-top: -4rem !important;
  }
  .m-pt-3 {
    padding-top: -3rem !important;
  }
  .m-pt-2 {
    padding-top: -2rem !important;
  }
  .m-pt-1 {
    padding-top: -1rem !important;
  }
  .m-pt0 {
    padding-top: 0rem !important;
  }
  .m-pt1 {
    padding-top: 1rem !important;
  }
  .m-pt2 {
    padding-top: 2rem !important;
  }
  .m-pt3 {
    padding-top: 3rem !important;
  }
  .m-pt4 {
    padding-top: 4rem !important;
  }
  .m-pt5 {
    padding-top: 5rem !important;
  }
  .m-pt6 {
    padding-top: 6rem !important;
  }
  .m-pt7 {
    padding-top: 7rem !important;
  }
  .m-pt8 {
    padding-top: 8rem !important;
  }
  .m-pt9 {
    padding-top: 9rem !important;
  }
  .m-pt10 {
    padding-top: 10rem !important;
  }
  .m-pt11 {
    padding-top: 11rem !important;
  }
  .m-pt12 {
    padding-top: 12rem !important;
  }
  .m-pt13 {
    padding-top: 13rem !important;
  }
  .m-pt14 {
    padding-top: 14rem !important;
  }
  .m-pt15 {
    padding-top: 15rem !important;
  }
  .m-pt16 {
    padding-top: 16rem !important;
  }
  .m-pt17 {
    padding-top: 17rem !important;
  }
  .m-pt18 {
    padding-top: 18rem !important;
  }
  .m-pt19 {
    padding-top: 19rem !important;
  }
  .m-pt20 {
    padding-top: 20rem !important;
  }
  .m-pt21 {
    padding-top: 21rem !important;
  }
  .m-pt22 {
    padding-top: 22rem !important;
  }
  .m-pt23 {
    padding-top: 23rem !important;
  }
  .m-pt24 {
    padding-top: 24rem !important;
  }
  .m-pt25 {
    padding-top: 25rem !important;
  }
  .m-pr-10 {
    padding-right: -10rem !important;
  }
  .m-pr-9 {
    padding-right: -9rem !important;
  }
  .m-pr-8 {
    padding-right: -8rem !important;
  }
  .m-pr-7 {
    padding-right: -7rem !important;
  }
  .m-pr-6 {
    padding-right: -6rem !important;
  }
  .m-pr-5 {
    padding-right: -5rem !important;
  }
  .m-pr-4 {
    padding-right: -4rem !important;
  }
  .m-pr-3 {
    padding-right: -3rem !important;
  }
  .m-pr-2 {
    padding-right: -2rem !important;
  }
  .m-pr-1 {
    padding-right: -1rem !important;
  }
  .m-pr0 {
    padding-right: 0rem !important;
  }
  .m-pr1 {
    padding-right: 1rem !important;
  }
  .m-pr2 {
    padding-right: 2rem !important;
  }
  .m-pr3 {
    padding-right: 3rem !important;
  }
  .m-pr4 {
    padding-right: 4rem !important;
  }
  .m-pr5 {
    padding-right: 5rem !important;
  }
  .m-pr6 {
    padding-right: 6rem !important;
  }
  .m-pr7 {
    padding-right: 7rem !important;
  }
  .m-pr8 {
    padding-right: 8rem !important;
  }
  .m-pr9 {
    padding-right: 9rem !important;
  }
  .m-pr10 {
    padding-right: 10rem !important;
  }
  .m-pr11 {
    padding-right: 11rem !important;
  }
  .m-pr12 {
    padding-right: 12rem !important;
  }
  .m-pr13 {
    padding-right: 13rem !important;
  }
  .m-pr14 {
    padding-right: 14rem !important;
  }
  .m-pr15 {
    padding-right: 15rem !important;
  }
  .m-pr16 {
    padding-right: 16rem !important;
  }
  .m-pr17 {
    padding-right: 17rem !important;
  }
  .m-pr18 {
    padding-right: 18rem !important;
  }
  .m-pr19 {
    padding-right: 19rem !important;
  }
  .m-pr20 {
    padding-right: 20rem !important;
  }
  .m-pr21 {
    padding-right: 21rem !important;
  }
  .m-pr22 {
    padding-right: 22rem !important;
  }
  .m-pr23 {
    padding-right: 23rem !important;
  }
  .m-pr24 {
    padding-right: 24rem !important;
  }
  .m-pr25 {
    padding-right: 25rem !important;
  }
  .m-pb-10 {
    padding-bottom: -10rem !important;
  }
  .m-pb-9 {
    padding-bottom: -9rem !important;
  }
  .m-pb-8 {
    padding-bottom: -8rem !important;
  }
  .m-pb-7 {
    padding-bottom: -7rem !important;
  }
  .m-pb-6 {
    padding-bottom: -6rem !important;
  }
  .m-pb-5 {
    padding-bottom: -5rem !important;
  }
  .m-pb-4 {
    padding-bottom: -4rem !important;
  }
  .m-pb-3 {
    padding-bottom: -3rem !important;
  }
  .m-pb-2 {
    padding-bottom: -2rem !important;
  }
  .m-pb-1 {
    padding-bottom: -1rem !important;
  }
  .m-pb0 {
    padding-bottom: 0rem !important;
  }
  .m-pb1 {
    padding-bottom: 1rem !important;
  }
  .m-pb2 {
    padding-bottom: 2rem !important;
  }
  .m-pb3 {
    padding-bottom: 3rem !important;
  }
  .m-pb4 {
    padding-bottom: 4rem !important;
  }
  .m-pb5 {
    padding-bottom: 5rem !important;
  }
  .m-pb6 {
    padding-bottom: 6rem !important;
  }
  .m-pb7 {
    padding-bottom: 7rem !important;
  }
  .m-pb8 {
    padding-bottom: 8rem !important;
  }
  .m-pb9 {
    padding-bottom: 9rem !important;
  }
  .m-pb10 {
    padding-bottom: 10rem !important;
  }
  .m-pb11 {
    padding-bottom: 11rem !important;
  }
  .m-pb12 {
    padding-bottom: 12rem !important;
  }
  .m-pb13 {
    padding-bottom: 13rem !important;
  }
  .m-pb14 {
    padding-bottom: 14rem !important;
  }
  .m-pb15 {
    padding-bottom: 15rem !important;
  }
  .m-pb16 {
    padding-bottom: 16rem !important;
  }
  .m-pb17 {
    padding-bottom: 17rem !important;
  }
  .m-pb18 {
    padding-bottom: 18rem !important;
  }
  .m-pb19 {
    padding-bottom: 19rem !important;
  }
  .m-pb20 {
    padding-bottom: 20rem !important;
  }
  .m-pb21 {
    padding-bottom: 21rem !important;
  }
  .m-pb22 {
    padding-bottom: 22rem !important;
  }
  .m-pb23 {
    padding-bottom: 23rem !important;
  }
  .m-pb24 {
    padding-bottom: 24rem !important;
  }
  .m-pb25 {
    padding-bottom: 25rem !important;
  }
  .m-pl-10 {
    padding-left: -10rem !important;
  }
  .m-pl-9 {
    padding-left: -9rem !important;
  }
  .m-pl-8 {
    padding-left: -8rem !important;
  }
  .m-pl-7 {
    padding-left: -7rem !important;
  }
  .m-pl-6 {
    padding-left: -6rem !important;
  }
  .m-pl-5 {
    padding-left: -5rem !important;
  }
  .m-pl-4 {
    padding-left: -4rem !important;
  }
  .m-pl-3 {
    padding-left: -3rem !important;
  }
  .m-pl-2 {
    padding-left: -2rem !important;
  }
  .m-pl-1 {
    padding-left: -1rem !important;
  }
  .m-pl0 {
    padding-left: 0rem !important;
  }
  .m-pl1 {
    padding-left: 1rem !important;
  }
  .m-pl2 {
    padding-left: 2rem !important;
  }
  .m-pl3 {
    padding-left: 3rem !important;
  }
  .m-pl4 {
    padding-left: 4rem !important;
  }
  .m-pl5 {
    padding-left: 5rem !important;
  }
  .m-pl6 {
    padding-left: 6rem !important;
  }
  .m-pl7 {
    padding-left: 7rem !important;
  }
  .m-pl8 {
    padding-left: 8rem !important;
  }
  .m-pl9 {
    padding-left: 9rem !important;
  }
  .m-pl10 {
    padding-left: 10rem !important;
  }
  .m-pl11 {
    padding-left: 11rem !important;
  }
  .m-pl12 {
    padding-left: 12rem !important;
  }
  .m-pl13 {
    padding-left: 13rem !important;
  }
  .m-pl14 {
    padding-left: 14rem !important;
  }
  .m-pl15 {
    padding-left: 15rem !important;
  }
  .m-pl16 {
    padding-left: 16rem !important;
  }
  .m-pl17 {
    padding-left: 17rem !important;
  }
  .m-pl18 {
    padding-left: 18rem !important;
  }
  .m-pl19 {
    padding-left: 19rem !important;
  }
  .m-pl20 {
    padding-left: 20rem !important;
  }
  .m-pl21 {
    padding-left: 21rem !important;
  }
  .m-pl22 {
    padding-left: 22rem !important;
  }
  .m-pl23 {
    padding-left: 23rem !important;
  }
  .m-pl24 {
    padding-left: 24rem !important;
  }
  .m-pl25 {
    padding-left: 25rem !important;
  }
}
/* Import Base Styles */
footer {
  background: #252D3A;
  padding: 4rem 2rem;
}
@media (max-width: 768px) {
  footer {
    padding: 1rem;
    padding-bottom: 4rem;
  }
}
footer .footer-cta {
  background: #141517;
  padding: 2rem;
  color: white;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  footer .footer-cta {
    margin-bottom: 3rem;
  }
}
footer .footer-menus {
  color: #6C757D;
}
footer .footer-menus h6 {
  margin-bottom: 1rem;
}
footer .footer-menus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-menus ul li {
  display: flex;
}
footer .footer-menus ul li a {
  color: white;
  padding: 0.25rem 0rem;
}
footer .footer-menus ul li a:hover {
  color: #68B148;
}
footer .footer-menus .footer-logo {
  width: 100%;
}
footer .footer-menus .footer-logo a {
  max-width: 250px;
}
@media (max-width: 768px) {
  footer .footer-menus > * {
    order: 2;
  }
  footer .footer-menus .inner {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer-menus .inner ul {
    width: 50%;
  }
  footer .footer-menus .footer-logo {
    order: 1;
  }
}
footer .social-menus {
  color: #6C757D;
}
footer .social-menus a {
  border-top: 1px solid #6C757D;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}
footer .social-menus a:hover {
  color: white;
}
footer .copyright {
  color: #6C757D;
}
footer .scroll-top {
  width: 3.75rem;
  height: 3.75rem;
  background: transparent !important;
  color: white;
  opacity: 0;
  z-index: 9999;
}
footer .scroll-top.show {
  opacity: 1;
  pointer-events: auto;
}
footer .scroll-top.single {
  width: 50px;
  height: 50px;
  position: fixed !important;
  right: 0.5rem;
  z-index: 999;
  background: linear-gradient(45deg, #68B148, #AAD532) !important;
  bottom: 1rem;
}
@media (max-width: 1024px) {
  footer .scroll-top.single {
    bottom: 4rem;
  }
}
@media (max-width: 768px) {
  footer .scroll-top.single {
    bottom: 4rem;
    right: 1rem;
  }
}

.btn-group {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .btn-group {
    flex-direction: column;
    gap: 0rem;
  }
}

.btn,
.search-filter-input-button,
button {
  display: inline-flex;
  position: relative;
  z-index: 0;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 10rem;
  color: #141517;
  text-align: center;
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  border: 1px solid transparent;
  background: linear-gradient(45deg, #68B148, #AAD532);
  transform: translateY(0px);
  cursor: pointer;
}
.btn i,
.search-filter-input-button i,
button i {
  font-size: 0.75rem;
}
.btn.rvrse,
.search-filter-input-button.rvrse,
button.rvrse {
  background: white;
  border: 1px solid white;
}
.btn.rvrse:hover,
.search-filter-input-button.rvrse:hover,
button.rvrse:hover {
  color: #252D3A;
}
.btn.dark,
.search-filter-input-button.dark,
button.dark {
  color: white;
  background: #252D3A;
  border: 1px solid #252D3A;
}
.btn.outline,
.search-filter-input-button.outline,
button.outline {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.btn.stroke, .btn.frm_prev_page,
.search-filter-input-button.stroke,
.search-filter-input-button.frm_prev_page,
button.stroke,
button.frm_prev_page {
  background: white;
}
.btn:before,
.search-filter-input-button:before,
button:before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(45deg, #68B148, #AAD532);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
}
.btn:after,
.search-filter-input-button:after,
button:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(45deg, #68B148, #AAD532);
  z-index: -2;
  opacity: 0;
}
.btn:hover,
.search-filter-input-button:hover,
button:hover {
  color: #252D3A;
  transform: translateY(-5px) !important;
}
.btn:hover:after,
.search-filter-input-button:hover:after,
button:hover:after {
  opacity: 1;
}
.btn.mob-find-home-btn,
.search-filter-input-button.mob-find-home-btn,
button.mob-find-home-btn {
  transform: translateY(0px) !important;
}
.btn.rvrse:after, .btn.rvrse:before, .btn.dark:after, .btn.dark:before, .btn.outline:after, .btn.outline:before,
.search-filter-input-button.rvrse:after,
.search-filter-input-button.rvrse:before,
.search-filter-input-button.dark:after,
.search-filter-input-button.dark:before,
.search-filter-input-button.outline:after,
.search-filter-input-button.outline:before,
button.rvrse:after,
button.rvrse:before,
button.dark:after,
button.dark:before,
button.outline:after,
button.outline:before {
  display: none;
}
.btn.outline:hover,
.search-filter-input-button.outline:hover,
button.outline:hover {
  background: white;
}
.btn.dark:hover,
.search-filter-input-button.dark:hover,
button.dark:hover {
  color: white;
}
.btn:disabled,
.search-filter-input-button:disabled,
button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.btn:disabled:hover,
.search-filter-input-button:disabled:hover,
button:disabled:hover {
  box-shadow: none;
}
.btn.clear-cookie, .btn.reset-btn, .btn.login,
.search-filter-input-button.clear-cookie,
.search-filter-input-button.reset-btn,
.search-filter-input-button.login,
button.clear-cookie,
button.reset-btn,
button.login {
  all: unset;
  color: #68B148;
  padding: 0 !important;
  cursor: pointer;
}
.btn.clear-cookie:after, .btn.clear-cookie:before, .btn.reset-btn:after, .btn.reset-btn:before, .btn.login:after, .btn.login:before,
.search-filter-input-button.clear-cookie:after,
.search-filter-input-button.clear-cookie:before,
.search-filter-input-button.reset-btn:after,
.search-filter-input-button.reset-btn:before,
.search-filter-input-button.login:after,
.search-filter-input-button.login:before,
button.clear-cookie:after,
button.clear-cookie:before,
button.reset-btn:after,
button.reset-btn:before,
button.login:after,
button.login:before {
  display: none !important;
}
.btn.clear-cookie i, .btn.reset-btn i, .btn.login i,
.search-filter-input-button.clear-cookie i,
.search-filter-input-button.reset-btn i,
.search-filter-input-button.login i,
button.clear-cookie i,
button.reset-btn i,
button.login i {
  padding-right: 0.5rem;
  font-size: 0.5rem !important;
}
.btn.clear-cookie:hover, .btn.reset-btn:hover, .btn.login:hover,
.search-filter-input-button.clear-cookie:hover,
.search-filter-input-button.reset-btn:hover,
.search-filter-input-button.login:hover,
button.clear-cookie:hover,
button.reset-btn:hover,
button.login:hover {
  transform: translateY(0) !important;
  background: transparent !important;
  color: white;
}
.btn.reset-btn,
.search-filter-input-button.reset-btn,
button.reset-btn {
  font-size: 0.8rem;
}
.btn.reset-btn:hover,
.search-filter-input-button.reset-btn:hover,
button.reset-btn:hover {
  color: #252D3A;
}
.btn.login,
.search-filter-input-button.login,
button.login {
  color: white;
}
.btn.login:hover,
.search-filter-input-button.login:hover,
button.login:hover {
  color: #68B148;
}
.btn.sm,
.search-filter-input-button.sm,
button.sm {
  font-size: 0.6rem;
  height: auto;
  padding: 0.3rem 0.75rem;
}
.btn.info-btn,
.search-filter-input-button.info-btn,
button.info-btn {
  padding: 0.25rem 1.1rem;
  aspect-ratio: 1/1;
  padding: 0rem;
  width: 0.75rem;
  line-height: 0rem;
  font-size: 0.6rem;
  background: #D3D5D8;
  color: #252D3A;
}
.btn.info-btn:before, .btn.info-btn:after,
.search-filter-input-button.info-btn:before,
.search-filter-input-button.info-btn:after,
button.info-btn:before,
button.info-btn:after {
  display: none;
}
.btn.sq,
.search-filter-input-button.sq,
button.sq {
  aspect-ratio: 1/1;
}

.dev-gallery {
  display: flex;
  justify-self: flex-end;
  align-self: flex-end;
  margin: 1rem;
  margin-right: 0rem;
}
@media (max-width: 768px) {
  .dev-gallery {
    margin: 0;
    justify-self: flex-start;
    align-self: flex-start;
  }
}

@media (max-width: 768px) {
  .m-sm {
    font-size: 0.6rem;
    height: auto;
    padding: 0.3rem 0.75rem;
  }
}
.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out, transform 0.5s ease-in-out !important;
  will-change: all, transform;
}

.fade.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.fade.in-right {
  transform: translateX(20px);
}

.fade.fade-in.in-right {
  opacity: 1;
  transform: translateX(0);
}

.fade.delay150 {
  transition-delay: 150ms !important;
}

.fade.delay300 {
  transition-delay: 300ms !important;
}

/* Import main */
.menu-container {
  position: relative;
}
.menu-container .hamburger-menu {
  position: relative;
  z-index: 1000;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.menu-container .hamburger-menu:before, .menu-container .hamburger-menu:after {
  display: none;
}
.menu-container .hamburger-menu span {
  display: block;
  width: 30px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}
.menu-container .hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-container .hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.menu-container .hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.menu-container .hamburger-menu:hover {
  box-shadow: none;
  transform: translateY(0) !important;
}
.menu-container .hamburger-menu:hover span {
  background: #68B148;
}
.menu-container .menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.menu-container .menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.menu-container .side-menu {
  position: fixed;
  top: 0;
  right: -525px;
  max-width: 468px;
  width: 75vw;
  height: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: right 0.3s ease;
  overflow-y: auto;
  z-index: 9999;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.menu-container .side-menu .menu-close {
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  align-self: flex-end;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.menu-container .side-menu .menu-close:after, .menu-container .side-menu .menu-close:before {
  display: none;
}
.menu-container .side-menu .menu-close i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-container .side-menu .menu-close:hover i {
  color: #68B148;
}
.menu-container .side-menu ul {
  list-style: none;
  padding: 1rem;
}
.menu-container .side-menu ul h6 {
  color: #ABB5BE;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ABB5BE;
}
.menu-container .side-menu ul li {
  margin-bottom: 1rem;
  position: relative;
}
.menu-container .side-menu ul li a {
  text-decoration: none;
  color: #252D3A;
  padding: 0.5rem;
  display: block;
}
.menu-container .side-menu ul li a:after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M9.76517 0.484835C9.91161 0.631282 9.91161 0.868718 9.76517 1.01517L5.26516 5.51516C5.11872 5.66161 4.88128 5.66161 4.73483 5.51516L0.234835 1.01516C0.0883884 0.868718 0.0883884 0.631281 0.234835 0.484835C0.381282 0.338388 0.618718 0.338388 0.765165 0.484835L5 4.71967L9.23483 0.484835C9.38128 0.338388 9.61872 0.338388 9.76517 0.484835Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M9.76517 0.484835C9.91161 0.631282 9.91161 0.868718 9.76517 1.01517L5.26516 5.51516C5.11872 5.66161 4.88128 5.66161 4.73483 5.51516L0.234835 1.01516C0.0883884 0.868718 0.0883884 0.631281 0.234835 0.484835C0.381282 0.338388 0.618718 0.338388 0.765165 0.484835L5 4.71967L9.23483 0.484835C9.38128 0.338388 9.61872 0.338388 9.76517 0.484835Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #252D3A;
  transition: all 0.3s ease;
  transform-origin: 5px 0px;
}
.menu-container .side-menu ul li a.active:after {
  transform: rotate(-180deg);
}
.menu-container .side-menu ul li a i {
  color: #68B148;
  padding-right: 1rem;
  font-size: 0.75rem;
}
.menu-container .side-menu ul li a:hover {
  color: #68B148;
}
.menu-container .side-menu ul li:not(:has(.sub-menu)) > a::after {
  display: none;
}
.menu-container .side-menu ul li .sub-menu {
  display: none;
  padding: 0;
  padding-left: 2rem;
}
.menu-container .side-menu ul li .sub-menu li {
  margin-bottom: 10px;
}
.menu-container .side-menu ul li .sub-menu li a {
  font-size: 16px;
  background: #F4F4F4;
}
@media (max-width: 768px) {
  .menu-container .side-menu ul {
    padding: 0rem;
  }
  .menu-container .side-menu ul li a i {
    padding-right: 0.5rem;
  }
}
.menu-container .side-menu.active {
  right: 0;
}

/* Responsive menu styles for fixed-bottom-banner */
.bottom-fixed-banner .details-menu-toggle {
  position: relative;
  z-index: 1000;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
}
.bottom-fixed-banner .details-menu-toggle:before, .bottom-fixed-banner .details-menu-toggle:after {
  display: none;
}
.bottom-fixed-banner .details-menu-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
}
.bottom-fixed-banner .details-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.bottom-fixed-banner .details-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.bottom-fixed-banner .details-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.bottom-fixed-banner .details-menu-toggle:hover {
  box-shadow: none;
  transform: translateY(0) !important;
}
.bottom-fixed-banner .details-menu-toggle:hover span {
  background: #68B148;
}
.bottom-fixed-banner #details-menu-list {
  list-style: none;
  display: flex;
  flex-direction: row;
}
.bottom-fixed-banner #details-menu-list li {
  display: flex;
}
.bottom-fixed-banner #details-menu-list li a {
  flex: 1;
  padding: 0.25rem 1rem;
}
@media (max-width: 1024px) {
  .bottom-fixed-banner #details-menu-list {
    flex-direction: column;
  }
  .bottom-fixed-banner #details-menu-list li a {
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 1024px) {
  .bottom-fixed-banner.active {
    border-top-right-radius: 0rem;
  }
  .bottom-fixed-banner .details {
    position: relative;
  }
  .bottom-fixed-banner .details ul#details-menu-list {
    display: none;
    position: absolute;
    left: 0;
    right: 1px;
    bottom: 100%;
    z-index: 100;
    background: #fff;
    border-radius: 0.75rem;
    padding: 1rem 0.5rem;
    margin: 0;
    animation: slideDown 0.25s ease;
  }
  .bottom-fixed-banner .details.open ul#details-menu-list {
    display: block;
    background: white;
    box-shadow: rgba(37, 45, 58, 0.25) -4px 9px 25px -6px;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
    z-index: 2;
  }
  .bottom-fixed-banner .details.open ul#details-menu-list:before {
    content: "";
    position: absolute;
    inset: -1px;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(45deg, #68B148, #AAD532);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -2;
  }
  .bottom-fixed-banner .details-menu-toggle {
    display: flex !important;
  }
  .bottom-fixed-banner .details.development > *:not(.details-menu-toggle):not(ul#details-menu-list) {
    display: none;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 45, 58, 0.95);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.lightbox .lightbox-content {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.lightbox .lightbox-content .carousel-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
  transform: translate(-50%, -50%);
  display: block;
}
.lightbox .lightbox-content .carousel-image.active {
  opacity: 1;
  z-index: 1;
}
.lightbox .lightbox-content .carousel-image.fading {
  transition: opacity 0.3s ease-in-out;
}
.lightbox .lightbox-content .carousel-image .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 90vw;
  max-height: 75vh;
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lightbox .lightbox-content .carousel-image .inner > * {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16/9;
  border-radius: 1.25rem;
}
.lightbox .lightbox-content .carousel-image .inner > * > img,
.lightbox .lightbox-content .carousel-image .inner > * > source {
  aspect-ratio: auto;
  height: 100%;
  margin: 0 auto;
  border-radius: 1.25rem;
}
.lightbox .lightbox-content .carousel-image .inner > img {
  aspect-ratio: auto;
}
.lightbox .lightbox-content .carousel-image .image-title {
  color: white;
  text-align: center;
  margin-top: 1rem;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .lightbox .lightbox-content .carousel-image .image-title {
    font-size: 1rem;
  }
}
.lightbox .lightbox-content .carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.lightbox .lightbox-content .carousel-arrow,
.lightbox .lightbox-content .lightbox-close {
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  width: 50px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  border-radius: 100rem;
  height: auto;
}
.lightbox .lightbox-content .image-count {
  color: white;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.lightbox .lightbox-carousel {
  width: 100%;
  height: 100%;
  position: fixed;
}
.lightbox.active {
  display: flex;
}

.lightbox-close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 1001;
}

.accordion {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.accordion .acc-item {
  border-bottom: 1px solid #D3D5D8;
}
.accordion .acc-item .acc-header {
  width: 100%;
  border: none;
  outline: none;
  padding: 1rem 0rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.accordion .acc-item .acc-header h5 {
  font-weight: 800;
}
.accordion .acc-item .acc-header i {
  color: #68B148;
  transform-origin: 0.9rem 0.9rem;
  font-size: 1.8rem;
}
.accordion .acc-item .acc-header:hover h5, .accordion .acc-item .acc-header:hover i {
  color: #AAD532 !important;
}
.accordion .acc-item .acc-header.active h5, .accordion .acc-item .acc-header.active i {
  color: #252D3A !important;
}
.accordion .acc-item .acc-header.active i {
  transform: rotate(135deg);
}
.accordion .acc-item .acc-content {
  display: none;
  padding-bottom: 2rem;
}
.tabs .tab-nav {
  display: flex;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #68B148;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.tabs .tab-nav li {
  padding: 1rem;
  margin: 0;
  flex: 1;
  justify-items: center;
  cursor: pointer;
}
.tabs .tab-nav li :is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
}
.tabs .tab-nav li.active {
  color: white;
  background: linear-gradient(45deg, #68B148, #AAD532);
}
.tabs .tab-content {
  display: block;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
.tabs .tab-content.active {
  opacity: 1;
  max-height: 1000rem;
}
@media (max-width: 768px) {
  .tabs .tab-nav {
    flex-direction: column;
    border-bottom: none;
  }
  .tabs .tab-nav > li {
    border-bottom: 1px solid #68B148;
    border-left: none;
    border-radius: 0;
    padding: 1rem;
  }
  .tabs .tab-nav > li.active {
    border-left: none;
    border-bottom: 1px solid #68B148;
  }
  .tabs .tab-content {
    display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  }
  .tabs .tab-content.active {
    opacity: 1;
    max-height: 1000rem;
  }
}

@media (max-width: 768px) {
  .slider-container .title {
    color: #252D3A !important;
  }
}
.slider-container .slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.slider-container .slider .slider-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.4s;
  will-change: transform;
}
.slider-container .slider .slider-track .slider-item {
  display: flex;
  flex: 0 0 calc((100% - 1rem * (var(--visible, 3) - 1)) / var(--visible, 3));
  box-sizing: border-box;
}
.slider-container .slider .controls {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.slider-container .slider .controls button {
  height: auto;
  aspect-ratio: 1/1;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .slider-item {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media (min-width: 1024px) {
  .slider-item {
    flex-basis: calc((100% - 2rem) / 3);
  }
}
.popup-overlay,
.login-popup-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-height: 768px) {
  .popup-overlay,
  .login-popup-overlay {
    padding: 1rem 0 2rem 0;
  }
}

.popup-overlay.active,
.login-popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 768px;
  width: 90vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 10000;
  display: flex;
  flex-direction: column;
}
@media (max-height: 768px) {
  .popup-window {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    max-height: none;
    min-height: auto;
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}
.popup-window .popup-content {
  background: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  overflow: visible;
}
@media (max-height: 768px) {
  .popup-window .popup-content {
    overflow-y: visible;
    max-height: none;
  }
}
.popup-window .popup-close {
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.popup-window .submit-cont {
  background: #F4F4F4;
}
.popup-window .search-filter-field--control-type-reset .search-filter-input-button {
  all: unset;
  font-size: 0.75rem;
  text-decoration: underline;
}
.popup-window .search-filter-field--control-type-reset .search-filter-input-button:after, .popup-window .search-filter-field--control-type-reset .search-filter-input-button:before {
  all: unset;
}
.popup-window .search-filter-field--control-type-reset .search-filter-input-button:hover {
  transform: translate(0) !important;
  background: #F4F4F4 !important;
  border: 0px !important;
  color: #68B148 !important;
}

.popup-overlay.active .popup-window,
.login-popup-overlay.active .popup-window {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}
@media (max-height: 768px) {
  .popup-overlay.active .popup-window,
  .login-popup-overlay.active .popup-window {
    transform: translateX(-50%);
  }
}

.popup-window.fade-out {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -40%);
}
@media (max-height: 768px) {
  .popup-window.fade-out {
    transform: translateX(-50%);
  }
}

/* ---- FORMIDDABLE FORMS ---- */
.form-container {
  background: #F4F4F4;
}
.form-container.active {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
@media (max-width: 768px) {
  .form-container.active {
    border-radius: 0rem;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }
}

.frm_forms {
  width: 100%;
}
.frm_forms .frm_description {
  margin-bottom: 2rem;
}
.frm_forms fieldset {
  border: 0px;
}
.frm_forms .frm_percent_complete {
  display: none;
}
.frm_forms .frm_pages_complete {
  font-size: 0.75rem;
  font-weight: bold;
}
.frm_forms .frm_progress_line {
  border: 1px solid #68B148;
  background: linear-gradient(45deg, #68B148, #AAD532) !important;
}
.frm_forms .frm_progress_line .frm_rootline_single.frm_current_page input {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.frm_forms .frm_progress_line .frm_rootline_single input {
  background: white;
}
.frm_forms .frm_progress_line .frm_rootline_single input[formnovalidate=formnovalidate] {
  background: transparent;
}
.frm_forms .frm_form_field {
  margin-bottom: 1rem;
}
.frm_forms .frm_form_field label:not(:is(.frm_radio, .frm_checkbox) label),
.frm_forms .frm_form_field .frm_primary_label {
  font-weight: 800;
}
.frm_forms .frm_form_field .frm_opt_container {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
.frm_forms .frm_form_field input:is([type=text], [type=email], [type=tel]),
.frm_forms .frm_form_field textarea,
.frm_forms .frm_form_field select {
  background: white;
  border: 1px solid white;
  height: 2.5em;
  padding: 0.25rem 0.75rem;
}
.frm_forms .frm_form_field input:is([type=text], [type=email], [type=tel]):focus, .frm_forms .frm_form_field input:is([type=text], [type=email], [type=tel]):focus-visible, .frm_forms .frm_form_field input:is([type=text], [type=email], [type=tel]):focus-within,
.frm_forms .frm_form_field textarea:focus,
.frm_forms .frm_form_field textarea:focus-visible,
.frm_forms .frm_form_field textarea:focus-within,
.frm_forms .frm_form_field select:focus,
.frm_forms .frm_form_field select:focus-visible,
.frm_forms .frm_form_field select:focus-within {
  outline: 1px solid #68B148 !important;
  outline-offset: 0px;
}
.frm_forms .frm_form_field .frm_other_input {
  margin-top: 0.5rem;
}
.frm_forms .frm_form_field textarea {
  height: 10rem;
  min-height: 10rem !important;
  resize: vertical;
}
.frm_forms .frm_form_field select:before {
  content: ">";
  font-family: "Courier New", Courier, monospace;
  color: #68B148;
  font-size: 0.75rem;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.frm_forms .frm_form_field .frm_opt_container {
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.frm_forms .frm_description {
  margin-top: 0.25rem;
}
.frm_forms .frm_submit {
  margin-top: 1rem;
  justify-content: space-between;
  flex-direction: row-reverse;
}

:is(.frm_radio, .frm_checkbox) input {
  background-color: initial;
  cursor: default;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}

:is(.frm_radio, .frm_checkbox) label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: calc(20px + 0.5rem);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
:is(.frm_radio, .frm_checkbox) label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #68B148;
  border-radius: 50%;
  background: #fff;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
:is(.frm_radio, .frm_checkbox) label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(45deg, #68B148, #AAD532);
  transition: transform 0.2s;
  opacity: 1;
}

:is(.frm_radio, .frm_checkbox) input:is([type=radio], [type=checkbox]) {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

:is(.frm_radio, .frm_checkbox) label:has(input:is([type=radio], [type=checkbox]):checked)::after {
  transform: translateY(-50%) scale(1);
}

.frm_form_fields input:not([type=radio], [type=checkbox]),
.frm_form_fields select {
  width: 100%;
}

.frm_required {
  color: #FF1D58;
}

.frm_error {
  padding: 0.25rem 0.5rem !important;
  background: #FF1D58;
  color: white !important;
  font-size: 0.75rem !important;
  font-weight: 800;
}

.gdpr-field label {
  font-size: 0.75rem !important;
  display: block !important;
}
.gdpr-field label a {
  text-decoration: underline;
}
.gdpr-field input {
  float: left !important;
  margin-right: 0.5em !important;
  margin-top: 0.2em !important; /* optional for alignment */
}

.frm_switch {
  overflow: hidden;
  border-radius: 1rem;
}
.frm_switch[aria-checked=true] {
  background: linear-gradient(45deg, #68B148, #AAD532);
}
.frm_switch[aria-checked=false] {
  background: #ABB5BE;
}

.gdpr {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.gdpr .frm_error {
  width: 100%;
  order: 3 !important;
}
.gdpr label.frm_primary_label {
  display: flex;
  flex: 1;
  order: 2;
  padding-left: 1rem;
  flex-direction: row-reverse;
  margin: 0;
  justify-content: start;
  align-items: center;
}
@media (max-width: 768px) {
  .gdpr label.frm_primary_label {
    align-items: start;
  }
}
.gdpr label.frm_primary_label span {
  font-weight: 400;
  font-size: 0.75rem !important;
}
.gdpr label.frm_primary_label .frm_required {
  margin-right: 0.5rem;
}
.gdpr div {
  margin-top: 0.5rem;
  order: 1;
}

.newsletter-form {
  margin-top: 1rem;
}
.newsletter-form label {
  color: white !important;
}
.newsletter-form input:not([type=checkbox]) {
  background-color: transparent !important;
  border-color: white !important;
  border: 0px !important;
  border-bottom: 1px solid white !important;
}
.newsletter-form .gdpr a {
  text-decoration: underline;
}
.newsletter-form .gdpr a:hover {
  color: #252D3A !important;
}
.newsletter-form .frm_switch[aria-checked=true] {
  background: linear-gradient(45deg, #2563EB, #0891B2);
}
.newsletter-form .frm_submit {
  margin-top: 0rem;
  justify-content: center;
}
.newsletter-form .frm_submit .frm_button_submit {
  background: white !important;
}
.newsletter-form .frm_submit .frm_button_submit:hover {
  background: white !important;
}
.newsletter-form .frm_submit .frm_button_submit:hover:after {
  opacity: 0;
}

.frm-summary-page-wrapper {
  border-bottom: 1px solid #ABB5BE;
  margin-bottom: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: column-reverse;
}
.frm-summary-page-wrapper button {
  align-self: flex-start;
  background: white !important;
}
.frm-summary-page-wrapper tr {
  border-bottom: 1px solid white;
}
.frm-summary-page-wrapper tr th {
  text-align: left;
}
.frm-summary-page-wrapper tr:only-of-type, .frm-summary-page-wrapper tr:last-of-type {
  border-color: transparent;
}

.search-form {
  padding: 0.25rem;
  background: white;
  border-radius: 10rem;
  max-width: 568px;
  width: 100%;
  display: flex;
}
.search-form input[type=search] {
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 10rem;
  flex: 1;
}

.active-filter {
  margin-top: 0.5rem;
  /* Style for individual active filter tags */
}
.active-filter[data-filter] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #68B148;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 0.75rem;
  font-size: 0.8rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
}
.active-filter[data-filter] span {
  font-weight: 500;
}
.active-filter[data-filter] button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.active-filter[data-filter] button:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Container for all active filters */
.active-filters,
#active-filters {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.active-filters:empty,
#active-filters:empty {
  display: none;
}

.filtering {
  text-align: center;
  text-transform: uppercase;
}

.filter-form {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  margin: 0;
}
.filter-form label {
  flex: 1;
}
.filter-form .date-range {
  margin-bottom: 0.5rem;
}
.filter-form input:not([type=radio], [type=checkbox]),
.filter-form select {
  width: 100%;
  padding: 1rem;
}
.filter-form input:not([type=radio], [type=checkbox]):hover, .filter-form input:not([type=radio], [type=checkbox]):active, .filter-form input:not([type=radio], [type=checkbox]):focus, .filter-form input:not([type=radio], [type=checkbox]):focus-within, .filter-form input:not([type=radio], [type=checkbox]):focus-visible, .filter-form input:not([type=radio], [type=checkbox]):-moz-focus-inner,
.filter-form select:hover,
.filter-form select:active,
.filter-form select:focus,
.filter-form select:focus-within,
.filter-form select:focus-visible,
.filter-form select:-moz-focus-inner {
  outline: 0px solid white !important;
  outline-offset: 0px;
}
.filter-form input:not([type=radio], [type=checkbox])::-moz-placeholder, .filter-form select::-moz-placeholder {
  font-size: 0.85rem;
  color: #252D3A;
}
.filter-form input:not([type=radio], [type=checkbox])::placeholder,
.filter-form select::placeholder {
  font-size: 0.85rem;
  color: #252D3A;
}
.filter-form input:not([type=radio], [type=checkbox]).date-range-input,
.filter-form select.date-range-input {
  padding: 0.25rem 2rem;
  font-weight: bold !important;
}
.filter-form select,
.filter-form select option {
  font-size: 0.85rem;
  color: #252D3A;
}
.filter-form .icon {
  position: relative;
}
.filter-form .icon input,
.filter-form .icon select {
  padding-left: 2rem !important;
}
.filter-form .icon:before {
  display: block;
  content: "\e910";
  position: absolute;
  z-index: 1;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #68B148;
  font-size: 0.75rem;
  pointer-events: none;
}
.filter-form .icon.date-range:before {
  content: "\e906";
  top: 1.25rem;
}
.filter-form .icon.location-icon:before {
  content: "\e910";
}
.filter-form .icon.search-icon:before {
  content: "\e914";
}
.filter-form .icon.sort-icon:before {
  content: "\e91a";
}
.filter-form .icon.category-icon:before {
  content: "\e91b";
}
.filter-form .filter-buttons {
  border-top: 1px solid #ABB5BE;
}
.filter-form .filter-buttons button#reset-filter {
  all: unset;
  font-size: 0.8rem;
  line-height: 110%;
  font-weight: 400;
}
.filter-form .filter-buttons button#reset-filter i {
  font-size: 0.75rem;
  color: #68B148;
}
.filter-form .filter-buttons button#reset-filter:after, .filter-form .filter-buttons button#reset-filter:before {
  display: none;
}
.filter-form .filter-buttons button#reset-filter:hover {
  background: white;
  color: #68B148;
  transform: translateY(0) !important;
}
.filter-form.home {
  padding: 0.5rem;
  gap: 0.5rem;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.filter-form.home input:not([type=radio], [type=checkbox]),
.filter-form.home select {
  padding: 0.25rem;
}
.filter-form.home button {
  aspect-ratio: 1/1;
}
.filter-form.home.mob {
  align-items: inherit;
}
.filter-form.home.mob button {
  aspect-ratio: initial;
  align-self: flex-end;
}

.filter-btn-with-indicator {
  position: relative;
}

.filter-active-indicator {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 0.65rem;
  height: 0.65rem;
  background: linear-gradient(45deg, #68B148, #AAD532);
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 768px) {
  .mobile-datepicker-inline,
  .date-range .mobile-datepicker-inline {
    width: 100%;
    margin-top: 8px;
  }
  .date-range input[readonly] {
    background-color: white !important;
    cursor: pointer !important;
    caret-color: transparent !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    margin-top: 0.25rem;
  }
  .date-range input[readonly]:focus {
    outline: 2px solid #252D3A !important;
    caret-color: transparent !important;
  }
}
.date-range-input {
  background-color: white !important;
  cursor: pointer !important;
  caret-color: transparent !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  margin-top: 0.25rem;
}

body {
  /* Container */
  /* Header */
  /* Prev/Next buttons */
  /* Simple chevrons via mask + currentColor */
  /* Calendar grid */
  /* Today */
  /* Selected/Active day - keep it simple */
  /* Ensure today's date doesn't interfere with selected date */
  /* Disabled & out-of-month - ensure they can't be active */
  /* Prevent other-month dates from being active */
  /* Force active state to always show - highest specificity */
  /* Range (if you add classes via beforeShowDay) */
  /* Footer/action row (if you enable buttons) */
  /* Input field itself */
}
@media (max-width: 768px) {
  body .mobile-datepicker-inline .ui-datepicker,
  body .date-range .ui-datepicker {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: 1 !important;
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
    margin-top: 10px !important;
    transform: none !important;
    transition: all 0.3s ease-in-out;
  }
  body .mobile-datepicker-inline .ui-datepicker.ui-datepicker-mobile-hidden,
  body .date-range .ui-datepicker.ui-datepicker-mobile-hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0 !important;
    border: none !important;
  }
  body .mobile-datepicker-inline .ui-datepicker.ui-datepicker-mobile-visible,
  body .date-range .ui-datepicker.ui-datepicker-mobile-visible {
    max-height: 400px;
    opacity: 1;
  }
  body .mobile-datepicker-container,
  body .date-range {
    position: relative;
    width: 100%;
  }
  body .ui-datepicker-header .ui-datepicker-title {
    margin: 0px !important;
    line-height: auto !important;
  }
  body .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
  body .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    padding: 0px !important;
  }
}
body .ui-datepicker {
  width: 100%;
  max-width: 320px;
  background: white;
  color: #252D3A;
  border: 1px solid #6C757D;
  border-radius: 0.75rem;
  font-size: 0.8rem;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* Reduce motion for users who prefer it */
  /* Size variants */
}
@media (prefers-reduced-motion: no-preference) {
  body .ui-datepicker {
    transition: box-shadow 0.2s ease, transform 0.15s ease;
  }
}
body .ui-datepicker.datepicker--sm {
  max-width: 280px;
}
body .ui-datepicker.datepicker--lg {
  max-width: 360px;
}
body .ui-datepicker .ui-datepicker-header {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 10px 12px;
  border: 0px;
}
body .ui-datepicker .ui-datepicker-title {
  text-align: center;
  color: #252D3A;
  font-size: 0.8rem;
}
body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 100%;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
  background: #F4F4F4;
}
body .ui-datepicker .ui-datepicker-prev:hover,
body .ui-datepicker .ui-datepicker-next:hover {
  background: #AAD532;
}
body .ui-datepicker .ui-datepicker-prev:focus-visible,
body .ui-datepicker .ui-datepicker-next:focus-visible {
  box-shadow: 0 0 0 2px #F4F4F4;
  border-color: #6C757D;
}
body .ui-datepicker .ui-datepicker-prev span,
body .ui-datepicker .ui-datepicker-next span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #252D3A;
  mask-size: 16px 16px;
  -webkit-mask-size: 16px 16px;
}
body .ui-datepicker .ui-datepicker-prev span {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'><path d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'><path d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'/></svg>");
}
body .ui-datepicker .ui-datepicker-next span {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'><path d='M8.59 16.59 10 18l6-6-6-6-1.41 1.41L13.17 12z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'><path d='M8.59 16.59 10 18l6-6-6-6-1.41 1.41L13.17 12z'/></svg>");
}
body .ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
body .ui-datepicker thead th {
  font-size: 12px;
  font-weight: 600;
  color: #252D3A;
  padding: 10px 0 6px;
}
body .ui-datepicker tbody td {
  padding: 0;
  text-align: center;
}
body .ui-datepicker .ui-state-default {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 2px;
  color: #252D3A;
  text-decoration: none;
  border: 1px solid transparent;
  outline: none;
  border-radius: 100%;
  background: #F4F4F4;
}
body .ui-datepicker .ui-state-default:hover {
  background: #AAD532;
}
body .ui-datepicker .ui-state-default:focus-visible {
  box-shadow: 0 0 0 2px #F4F4F4;
  border-color: #6C757D;
}
body .ui-datepicker .ui-state-highlight,
body .ui-datepicker .ui-state-default.ui-state-highlight,
body .ui-datepicker .ui-datepicker-current-day .ui-state-default {
  border-color: #6C757D;
}
body .ui-datepicker .ui-state-active,
body .ui-datepicker .ui-state-default.ui-state-active,
body .ui-datepicker td.ui-datepicker-current-day .ui-state-active,
body .ui-datepicker .ui-datepicker-current-day .ui-state-active {
  background: linear-gradient(45deg, #68B148, #AAD532) !important;
  color: #fff !important;
  border-color: transparent !important;
}
body .ui-datepicker .ui-state-active.ui-state-highlight,
body .ui-datepicker .ui-datepicker-current-day .ui-state-active.ui-state-highlight {
  background: linear-gradient(45deg, #68B148, #AAD532) !important;
  color: #fff !important;
  border-color: transparent !important;
}
body .ui-datepicker .ui-state-disabled,
body .ui-datepicker .ui-datepicker-unselectable .ui-state-default,
body .ui-datepicker .ui-state-disabled.ui-state-active,
body .ui-datepicker .ui-datepicker-unselectable .ui-state-active {
  opacity: 0.45;
  cursor: not-allowed;
  background: #F4F4F4 !important;
  color: #D3D5D8 !important;
  border-color: transparent !important;
}
body .ui-datepicker .ui-datepicker-other-month .ui-state-default {
  color: #D3D5D8;
}
body .ui-datepicker .ui-datepicker-other-month .ui-state-active {
  background: #F4F4F4 !important;
  color: #D3D5D8 !important;
}
body .ui-datepicker td.ui-datepicker-days-cell-over .ui-state-active,
body .ui-datepicker td .ui-state-active,
body .ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background: linear-gradient(45deg, #68B148, #AAD532) !important;
  color: #fff !important;
  border-color: transparent !important;
}
body .ui-datepicker td.in-range .ui-state-default {
  background: #F4F4F4;
  color: #252D3A;
}
body .ui-datepicker td.range-start .ui-state-default,
body .ui-datepicker td.range-end .ui-state-default {
  background: #6C757D;
  color: #fff !important;
}
body .ui-datepicker .ui-datepicker-buttonpane {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  background: white;
  border-top: 1px solid #6C757D;
}
body .ui-datepicker .ui-datepicker-buttonpane button {
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid #6C757D;
  background: white;
  color: #252D3A;
  cursor: pointer;
}
body .ui-datepicker .ui-datepicker-buttonpane button:hover {
  background: linear-gradient(45deg, #68B148, #AAD532);
  color: white;
}
body .ui-datepicker .ui-datepicker-buttonpane button:focus-visible {
  outline: #6C757D;
}
body input.datepicker {
  width: 100%;
  max-width: 320px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #6C757D;
  background: white;
  color: #252D3A;
}
body input.datepicker::-moz-placeholder {
  color: #D3D5D8;
}
body input.datepicker::placeholder {
  color: #D3D5D8;
}
body input.datepicker:hover {
  border-color: #D3D5D8;
}
body input.datepicker:focus {
  outline: none;
  box-shadow: 0 0 0 3px #F4F4F4;
  border-color: #6C757D;
}

#price-range-slider .noUi-connect {
  background: #68B148;
}

#price-range-slider .noUi-handle {
  border-radius: 50%;
  background: #fff;
  border: 2px solid #68B148;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 22px;
  height: 22px;
  top: -8px;
  cursor: grab;
}

#price-range-slider .noUi-handle:after,
#price-range-slider .noUi-handle:before {
  display: none;
}

#price-range-slider .noUi-base,
#price-range-slider .noUi-connects {
  height: 6px;
  border-radius: 3px;
  background: #F4F4F4;
}

#price-range-slider.noUi-target {
  background: #ffffff;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

/* Remove browser default styles for fieldset and legend */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.amro-radio-btn label {
  display: flex;
  height: 100%;
  align-self: center;
  gap: 0.75em;
  display: flex;
  min-width: 140px;
  padding: 0.75rem;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #ABB5BE;
  font-size: 0.875rem;
  align-items: center;
  cursor: pointer;
}
.amro-radio-btn label:not(:has(input:disabled)):hover {
  background: #F4F4F4;
}
.amro-radio-btn label:has(input:disabled) {
  opacity: 0.8;
  cursor: not-allowed;
  background: #f5f6f8;
}
.amro-radio-btn label:has(input:checked) {
  box-shadow: 0 0 0 1.5px #68B148, 0 0 0 1px #68B148;
}
.amro-radio-btn label:has(input:focus) {
  box-shadow: 0 0 0 1.5px #68B148;
}
.amro-radio-btn label .content {
  display: flex;
  padding-left: 0.5rem;
  flex-direction: column;
}
.amro-radio-btn label .content span {
  opacity: 0.5;
}
.amro-radio-btn label input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #68B148;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s;
}
.amro-radio-btn label input[type=radio]:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: linear-gradient(45deg, #68B148, #AAD532);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.amro-radio-btn label input[type=radio]:checked {
  border-color: #68B148;
  background-color: #fff;
}
.amro-radio-btn label input[type=radio]:checked:before {
  transform: translate(-50%, -50%) scale(1);
}
.amro-radio-btn label input[type=radio]:focus {
  outline: 0px solid #68B148;
  outline-offset: 0px;
}

.no-results-cont {
  display: flex;
  background: linear-gradient(45deg, #68B148, #AAD532);
  color: #252D3A;
  overflow: hidden;
  padding: 3rem;
  flex-direction: column;
  gap: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.no-results-cont:before {
  content: "";
  position: absolute;
  width: 300px;
  aspect-ratio: 1/1;
  background-color: #68B148;
  right: 0;
  bottom: 0;
  bottom: -4rem;
}
.no-results-cont a:hover {
  color: white;
}

/* Hide the entire length of stay section */
fieldset:has(legend#length-of-stay-legend) {
  display: none !important;
}

/* Loading overlay for filter results */
.filter-loading-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: linear-gradient(#ffffff, #F5F5F5) border-box;
  border: 1px solid #F4F4F4;
  width: 100%;
  height: 10rem;
  margin-top: 1rem;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.filter-loading-overlay.fade-in {
  opacity: 1;
}
.filter-loading-overlay.fade-out {
  opacity: 0;
}
.filter-loading-overlay .loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #D3D5D8;
  border-top: 4px solid #68B148;
  border-radius: 50%;
  animation: filterSpin 1s linear infinite;
  margin-bottom: 1rem;
}
.filter-loading-overlay .loading-text {
  font-size: 2rem;
  font-weight: 800;
  color: #D3D5D8;
  text-align: center;
}

/* Prevent flash between results - single optimized version */
#df-results-container {
  min-height: 15rem;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  /* Smooth content transitions */
  /* Debounce rapid filter changes */
  /* Stable final state */
}
#df-results-container.updating {
  opacity: 0.85;
  pointer-events: none;
}
#df-results-container.results-loading {
  opacity: 0.9;
  pointer-events: none;
}
#df-results-container.results-loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 5;
}
#df-results-container .home-tile {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
#df-results-container .home-tile.fade-in {
  opacity: 1;
  transform: translateY(0);
}
#df-results-container .home-tile.fade-out {
  opacity: 0.7;
  transform: translateY(1px);
}
#df-results-container.ajax-debounce {
  opacity: 0.95;
  transition: opacity 0.2s ease-out;
}
#df-results-container.load-complete {
  opacity: 1;
  pointer-events: auto;
}
#df-results-container.load-complete .home-tile {
  opacity: 1;
  transform: translateY(0);
}

@keyframes filterSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Import Partials */
.filter-btn {
  display: none;
}
@media (max-width: 1024px) {
  .filter-btn {
    display: flex;
  }
}

.filter-container {
  width: 100%;
  flex: 100%;
  display: flex;
  flex-direction: row;
  gap: 0rem;
  background: white;
  border-radius: 100rem;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.3s;
  opacity: 1;
  box-shadow: rgba(37, 45, 58, 0.25) -4px 9px 25px -6px;
}
.filter-container:before {
  content: "";
  position: absolute;
  inset: 0px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(45deg, #AAD532, #68B148);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
.filter-container:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(45deg, #68B148, #AAD532);
  z-index: -2;
  opacity: 0;
  pointer-events: none;
}
.filter-container .filter-title {
  background: linear-gradient(45deg, #68B148, #AAD532);
  color: white;
  font-weight: 800;
  padding: 1rem;
  flex: 0 1 300px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  text-align: center;
  justify-content: center;
  margin: 0;
}
.filter-container .inner {
  display: flex;
  flex: 1 1 100%;
  gap: 0;
  padding-right: 1rem;
}
@media (max-width: 1024px) {
  .filter-container .inner {
    flex-wrap: wrap;
    padding: 1rem;
    gap: 1rem;
    justify-content: flex-start;
  }
}
.filter-container .inner.in-active {
  background: #F4F4F4;
}
.filter-container .inner .search-filter-field {
  background: white;
}
.filter-container .inner .search-filter-field.in-active {
  opacity: 0.5;
  background: #F4F4F4;
}
.filter-container .inner .search-filter-field.in-active [class^=search-filter-component] {
  background: #F4F4F4 !important;
  border-color: #F4F4F4 !important;
}
.filter-container .inner .search-filter-field.in-active :not(button).search-filter-field__input {
  background: #F4F4F4 !important;
  border-color: #F4F4F4 !important;
}
@media (max-width: 1024px) {
  .filter-container {
    border-radius: 0.75rem;
    flex-direction: column;
  }
  .filter-container .inner {
    flex-direction: column;
  }
  .filter-container .filter-title {
    flex: 0 1 90px;
  }
}

@media (max-width: 1024px) {
  .filter-container:not(.find-home) {
    display: none;
  }
}
.breadcrumbs {
  margin-bottom: 2rem;
  color: white;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.5rem;
  row-gap: 0.1rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 1rem;
  }
}
.breadcrumbs i {
  padding-right: 0.5rem;
  color: #68B148;
}
.breadcrumbs .seperator {
  content: "";
  display: flex;
  width: 0.5rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M9.76517 0.484835C9.91161 0.631282 9.91161 0.868718 9.76517 1.01517L5.26516 5.51516C5.11872 5.66161 4.88128 5.66161 4.73483 5.51516L0.234835 1.01516C0.0883884 0.868718 0.0883884 0.631281 0.234835 0.484835C0.381282 0.338388 0.618718 0.338388 0.765165 0.484835L5 4.71967L9.23483 0.484835C9.38128 0.338388 9.61872 0.338388 9.76517 0.484835Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M9.76517 0.484835C9.91161 0.631282 9.91161 0.868718 9.76517 1.01517L5.26516 5.51516C5.11872 5.66161 4.88128 5.66161 4.73483 5.51516L0.234835 1.01516C0.0883884 0.868718 0.0883884 0.631281 0.234835 0.484835C0.381282 0.338388 0.618718 0.338388 0.765165 0.484835L5 4.71967L9.23483 0.484835C9.38128 0.338388 9.61872 0.338388 9.76517 0.484835Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: white;
  transform: rotate(-90deg);
}
.breadcrumbs a {
  color: white;
}
.breadcrumbs a:hover {
  color: #68B148;
}
.single-home .breadcrumbs, .insight-event .breadcrumbs {
  color: #252D3A;
  margin-bottom: 1rem;
}
.single-home .breadcrumbs .seperator, .insight-event .breadcrumbs .seperator {
  background-color: #252D3A;
}
.single-home .breadcrumbs a, .insight-event .breadcrumbs a {
  color: #252D3A;
}
.single-home .breadcrumbs a:hover, .insight-event .breadcrumbs a:hover {
  color: #68B148;
}

.home-tile {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: linear-gradient(#ffffff, #F5F5F5) border-box;
  border: 1px solid #F4F4F4;
  height: 100%;
}
.home-tile .pebble {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}
.home-tile img {
  margin-bottom: 1rem;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-tile .location {
  margin-bottom: 1rem;
}
.home-tile ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.home-tile ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.home-tile ul li i {
  font-size: 0.875rem;
  line-height: 100%;
  color: #68B148;
}
.home-tile span {
  font-size: 0.7rem;
}
.home-tile .btm-inner {
  margin-top: auto;
}
.home-tile .view-more {
  border-top: 1px solid #D3D5D8;
  padding-top: 1rem;
  text-align: center;
  color: #68B148;
}
.home-tile .view-more:hover a {
  color: #252D3A;
}

#cpt-filter-results.results-count-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #cpt-filter-results.results-count-4 {
    display: flex;
    flex-direction: column;
  }
}

.home-tile__contact {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #252D3A;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.home-tile__contact h3 {
  color: white;
}
.home-tile__contact .location {
  color: #6C757D;
  margin-bottom: 1rem;
}
.home-tile__contact ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.home-tile__contact ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  color: white;
}
.home-tile__contact ul li i {
  font-size: 0.875rem;
  line-height: 100%;
  color: #68B148;
}
@media (max-width: 768px) {
  .home-tile__contact {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
  }
}

.dev-tile {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: linear-gradient(#ffffff, #F5F5F5) border-box;
  flex: 1;
  background: url("img/img-placeholder-landscape.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;
  overflow: hidden;
}
.dev-tile.min-height {
  min-height: 468px;
}
.dev-tile:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(rgba(20, 21, 23, 0), rgba(20, 21, 23, 0.75)) border-box;
  transform: translateY(4rem);
}
.dev-tile:hover:after {
  transform: translateY(0);
}
.dev-tile .pebble {
  display: flex;
  background: #252D3A;
  color: white;
  padding: 0.25rem 0.75rem;
  align-self: flex-start;
  z-index: 2;
}
.dev-tile .inner {
  margin-top: auto;
  z-index: 2;
}
.dev-tile .inner .location {
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 768px) {
  .dev-tile {
    min-height: 400px;
  }
}

.comparison-tiles .tile {
  overflow: hidden;
  padding: 3rem 2rem;
  position: relative;
  background: linear-gradient(45deg, #68B148, #AAD532);
}
.comparison-tiles .tile:before {
  content: "";
  position: absolute;
  width: 60%;
  aspect-ratio: 1/1;
  background-color: #68B148;
  right: 0;
  bottom: 0;
  bottom: -4rem;
}
.comparison-tiles .tile h4 {
  color: white;
  font-weight: 800;
}
.comparison-tiles .tile ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.comparison-tiles .tile ul li {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.comparison-tiles .tile ul li i {
  font-size: 0.875rem;
  line-height: 100%;
  color: white;
}
.comparison-tiles .tile.coliving {
  background: linear-gradient(#252D3A, #141517) border-box;
  color: white;
}
.comparison-tiles .tile.coliving:before {
  background-color: #141517;
}
.comparison-tiles .tile.coliving li i {
  color: #68B148;
}
@media (max-width: 768px) {
  .comparison-tiles .tile {
    padding: 1.5rem;
  }
  .comparison-tiles .tile ul {
    margin-bottom: 0rem;
  }
}

.news-tile {
  display: flex;
  flex-direction: column;
}
.news-tile img {
  margin-bottom: 1rem;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-tile .inner {
  display: flex;
  flex-direction: column;
}
.news-tile .inner h4 {
  margin-bottom: 0;
}
.news-tile .meta {
  color: #6C757D;
}
.news-tile .meta .author {
  gap: 0.5rem;
  align-items: center;
  color: #6C757D;
}
.news-tile .meta .author img {
  border-radius: 500rem;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
}
.news-tile .actions {
  margin-top: auto;
  display: flex;
}
.news-tile:hover .btn {
  transform: translateY(-5px) !important;
}

.newsletter {
  background: #252D3A;
}
.newsletter .inner {
  background: linear-gradient(45deg, #68B148, #AAD532);
  color: white;
  padding: 3rem;
  overflow: hidden;
}
.newsletter .inner:before {
  content: "";
  position: absolute;
  width: 300px;
  aspect-ratio: 1/1;
  background-color: #68B148;
  right: 0;
  bottom: 0;
  bottom: -4rem;
}
@media (max-width: 768px) {
  .newsletter .inner {
    padding: 2rem;
  }
}

.cta-sticky {
  list-style: none;
  position: fixed;
  width: 3rem;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  right: 0;
  top: 50%;
  box-shadow: 0px 6px 12px 0px rgba(171, 181, 190, 0.5);
  z-index: 999;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transform: translate(100%, -50%);
  animation: slideInRight 0.5s ease-out forwards;
  animation-delay: 0.5s;
  display: flex;
  flex-direction: column;
}
.cta-sticky:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #68B148, #AAD532);
  opacity: 0.9;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.cta-sticky li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.cta-sticky li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  font-size: 0.6rem !important;
}
.cta-sticky li a span {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-align: center;
}
.cta-sticky li a i {
  color: white;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.cta-sticky li a:hover {
  color: #252D3A;
}
.cta-sticky li a:hover i {
  color: #252D3A;
}
@media (max-width: 1024px) {
  .cta-sticky {
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0.75rem;
    transform: translate(0, 3rem);
    animation: slideInUp 0.5s ease-out forwards;
    flex-direction: row;
    padding: 0.25rem 1rem;
    gap: 1rem;
    justify-content: center;
  }
  .cta-sticky:before {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-bottom-left-radius: 0rem;
  }
  .cta-sticky li {
    gap: 1rem;
    margin: 0;
  }
  .cta-sticky li a {
    width: 40px;
    padding: 0;
    aspect-ratio: 1/1;
    border-radius: 500rem;
    border: 1px solid white;
    justify-content: center;
  }
  .cta-sticky li a i {
    margin: 0;
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translate(0, 0rem);
  }
}
/* Desktop only hover effect for phone number */
@media (min-width: 1024px) {
  .cta-sticky li.phone {
    position: relative;
  }
  .cta-sticky li.phone > span.desktop-number {
    position: absolute;
    right: -300px;
    top: 2rem;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 12px 16px;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: -1;
  }
  .cta-sticky li.phone:hover > span.desktop-number {
    right: 3rem;
    opacity: 1;
    pointer-events: auto;
  }
  /* Keep hover state when moving to span */
  .cta-sticky li.phone > span.desktop-number:hover {
    right: 3rem;
    opacity: 1;
  }
  .cta-sticky li.phone > span.desktop-number:hover a {
    color: #68B148;
  }
  /* Alternative: Add a bridge area to prevent hover loss */
  .cta-sticky li.phone::after {
    content: "";
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 60px;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
  }
  .cta-sticky li.phone:hover::after {
    pointer-events: auto;
  }
}
@media (max-width: 1024px) {
  .cta-sticky li.phone > span.desktop-number {
    display: none;
  }
}
.map-container {
  overflow: visible;
}
.map-container .map {
  width: 100%;
  height: 600px;
  background: #6C757D;
  overflow: hidden;
}
.map-container .map gmp-advanced-marker img {
  width: 75px;
  height: 75px;
}
@media (max-width: 768px) {
  .map-container .map {
    height: 400px;
  }
}

.what-three {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.what-three svg {
  width: 25px;
  height: 25px;
}

.to-do-tile {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.to-do-tile img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.to-do-tile .inner {
  padding: 2rem;
  background: linear-gradient(#ffffff, #F5F5F5) border-box;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  color: #68B148;
  flex: 1;
  text-align: center;
}
.to-do-tile .inner :is(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  min-height: 75px;
}
.to-do-tile .inner p {
  margin-top: 0rem;
  color: #252D3A;
  text-align: center;
}

.amenities {
  background: linear-gradient(45deg, #68B148, #AAD532);
}
.amenities.tab {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.amenities h2 {
  color: white;
}
.amenities ul.included-list {
  list-style: none;
  gap: 1rem;
}
.amenities ul.included-list li {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.amenities ul.included-list li img {
  width: 2rem;
  margin-right: 0.75rem;
  filter: invert(100%) brightness(200%) contrast(100%);
}
.amenities ul.included-list.first li {
  font-weight: 800;
  font-size: 1.15rem;
}

.single-home .amenities {
  background: #F4F4F4;
}
.single-home .amenities ul.included-list li {
  font-size: 0.8rem;
}
.single-home .amenities ul.included-list li .icon-mask {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background: linear-gradient(45deg, #68B148, #AAD532);
  -webkit-mask-image: var(--icon-url);
  mask-image: var(--icon-url);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.single-home .amenities ul.included-list li .fallback-icon {
  display: none;
  width: 1.75rem;
  height: 1.75rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  opacity: 0.7;
}
@supports not ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .single-home .amenities ul.included-list li .icon-mask {
    display: none;
  }
  .single-home .amenities ul.included-list li .fallback-icon {
    display: inline-block;
  }
}
.single-home .amenities ul.included-list.first li {
  font-size: 1rem;
}

.getting-around {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2rem;
  background: linear-gradient(#ffffff, #F5F5F5) border-box;
  border: 1px solid #F4F4F4;
  overflow: hidden;
  z-index: 1;
}
.getting-around:before {
  content: "";
  position: absolute;
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: linear-gradient(45deg, #68B148, #AAD532);
  right: 0;
  bottom: 0;
  bottom: -4rem;
  opacity: 0.05;
}
.getting-around .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.getting-around .list ul {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  gap: 1rem;
}
.getting-around .list ul li {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.getting-around .list ul li i {
  font-size: 0.875rem;
  line-height: 100%;
  color: #68B148;
  align-self: flex-start;
  padding-right: 0.75rem;
}
.getting-around .list ul li .item {
  display: flex;
  flex-direction: column;
  font-weight: 800;
}
.getting-around .list ul li .item span {
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.25rem;
}
.getting-around .list .small {
  text-align: right !important;
  font-size: 0.5rem !important;
}
@media (max-width: 768px) {
  .getting-around {
    padding: 2rem 1rem;
  }
}

.video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video .play {
  width: 100px;
  height: 100px;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 1;
  border-radius: 500rem;
}
.video .play svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  fill: #68B148;
}
.video:hover img {
  scale: 1.1;
}
.video:hover .play {
  background: rgba(255, 255, 255, 0.9);
}

.team-tile {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background: linear-gradient(45deg, #68B148, #AAD532);
  color: white;
  padding: 2rem;
  align-items: center;
  text-align: center;
}
.team-tile img {
  margin-top: -4.5rem;
  width: 9rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-tile p {
  margin: 0 !important;
}

/* You can add this to your theme's CSS file */
#fixed-banner {
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  display: block !important; /* Always in DOM, just hidden */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#fixed-banner.active {
  opacity: 1;
  pointer-events: auto;
}

.bottom-fixed-banner {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.25rem;
  gap: 0.5rem;
  background: white;
  border-radius: 100rem;
  z-index: 0;
  overflow: hidden;
}
.bottom-fixed-banner:before {
  content: "";
  position: absolute;
  inset: 0px;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(45deg, #AAD532, #68B148);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -2;
}
.bottom-fixed-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(45deg, #68B148, #AAD532);
  z-index: -2;
  opacity: 0;
}
.bottom-fixed-banner .title {
  background: linear-gradient(45deg, #68B148, #AAD532);
  padding: 1rem;
  border-top-left-radius: 0.75rem;
}
.bottom-fixed-banner .title h6 {
  color: white;
  text-transform: capitalize;
  margin: 0;
}
.bottom-fixed-banner .details {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0rem 0.5rem;
}
.bottom-fixed-banner .details .location {
  margin-right: auto;
}
@media (max-width: 1024px) {
  .bottom-fixed-banner {
    overflow: visible;
    margin-bottom: 0rem;
    border-radius: 0rem;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  .bottom-fixed-banner .title {
    width: 50%;
  }
  .bottom-fixed-banner .title h6,
  .bottom-fixed-banner .price {
    font-size: 0.75rem !important;
  }
}

.mce-content-body {
  background: #ffffff !important;
  padding: 10px !important;
}
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6,
.mce-content-body p, .mce-content-body {
  color: #252D3A !important;
}

.has-green-color {
  color: #68B148;
}

.has-green-background-color {
  background-color: #68B148;
}

.has-light-green-color {
  color: #AAD532;
}

.has-light-green-background-color {
  background-color: #AAD532;
}

.has-black-color {
  color: #252D3A;
}

.has-black-background-color {
  background-color: #252D3A;
}

.has-grey-color {
  color: #6C757D;
}

.has-grey-background-color {
  background-color: #6C757D;
}

.has-light-grey-color {
  color: #ABB5BE;
}

.has-light-grey-background-color {
  background-color: #ABB5BE;
}

.has-secondary-dark-color {
  color: #141517;
}

.has-secondary-dark-background-color {
  background-color: #141517;
}

/* Import Blocks */
.insight-content-block .img-col {
  text-align: right;
}
.insight-content-block .img-col img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insight-content-block.row-alt {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .insight-content-block.row-alt {
    flex-direction: row;
  }
}
.insight-content-block.row-alt .img-col {
  text-align: left;
}/*# sourceMappingURL=style.css.map */