@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
}

a {
  color: inherit;
}

fieldset {
  border: 0;
  min-width: 0;
}

/* === Colours === */
/* === Fonts === */
html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: #FEFDF8;
}

body.ns {
  height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 1440px !important;
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
}

.container-wide {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .container-wide {
    max-width: 90%;
    padding: 0;
  }
}

[class*=col-] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.relative {
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
}

[v-cloak] {
  display: none;
}

.alertBanner {
  width: 100%;
  background: #FFF2A7;
  color: #593225;
  font-weight: 500;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:link {
  color: inherit !important;
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #593225;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
}

/* Text Colours */
.fc-white {
  color: white;
}

/* Sizes */
h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 34px;
    line-height: 1.5;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 32px;
    line-height: 1.35;
  }
}

h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
    letter-spacing: 0;
  }
}

h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 768px) {
  h3 {
    font-size: 32px;
    letter-spacing: 0;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #B2887D;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}
p a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
p a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .rte {
    font-size: 14px;
    line-height: 20px;
  }
}
.rte a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
.rte a:hover {
  text-decoration: none;
}

.rte p {
  margin-bottom: 15px;
}
.rte p:last-child {
  margin-bottom: 0;
}
.rte ul {
  font-size: 16px;
  line-height: 26px;
  margin-left: 20px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .rte ul {
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
    margin-top: 15px;
  }
}

/* === Weights === */
.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

/* === Alignment === */
.text-left {
  text-align: left;
}

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

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

/* === Colours === */
.fc-brown {
  color: #593225;
}

.fc-brown-light {
  color: #B2887D;
}

/* === Links === */
.text-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: inherit;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: inherit;
}

.py-50 {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .py-50 {
    padding: 30px 0;
  }
}

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

.desktop-only {
  display: block;
}
@media (max-width: 1024px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-only {
    display: block;
  }
}

.mx-auto {
  margin: 0 auto;
}

:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1200px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1599px;
}

.container, .container-full {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container .grid, .container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.grid {
  box-sizing: border-box;
  display: block;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}

.grid::before, .grid::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class*=col-]::before, [class*=col-]::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] .grid {
  flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}

.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}

.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}

.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}

.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.col-auto {
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .col-xlg-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  order: 12;
}

.order-11 {
  order: 11;
}

.order-10 {
  order: 10;
}

.order-9 {
  order: 9;
}

.order-8 {
  order: 8;
}

.order-7 {
  order: 7;
}

.order-6 {
  order: 6;
}

.order-5 {
  order: 5;
}

.order-4 {
  order: 4;
}

.order-3 {
  order: 3;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .order-xs-12 {
    order: 12;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .order-sm-12 {
    order: 12;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .order-md-12 {
    order: 12;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .order-lg-12 {
    order: 12;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .order-xlg-12 {
    order: 12;
  }
  .order-xlg-11 {
    order: 11;
  }
  .order-xlg-10 {
    order: 10;
  }
  .order-xlg-9 {
    order: 9;
  }
  .order-xlg-8 {
    order: 8;
  }
  .order-xlg-7 {
    order: 7;
  }
  .order-xlg-6 {
    order: 6;
  }
  .order-xlg-5 {
    order: 5;
  }
  .order-xlg-4 {
    order: 4;
  }
  .order-xlg-3 {
    order: 3;
  }
  .order-xlg-2 {
    order: 2;
  }
  .order-xlg-1 {
    order: 1;
  }
  .order-xlg-0 {
    order: 0;
  }
}
.offset-11 {
  margin-left: 91.6666666667%;
  *margin-left: 91.5666666667%;
}

.offset-10 {
  margin-left: 83.3333333333%;
  *margin-left: 83.2333333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.6666666667%;
  *margin-left: 66.5666666667%;
}

.offset-7 {
  margin-left: 58.3333333333%;
  *margin-left: 58.2333333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.6666666667%;
  *margin-left: 41.5666666667%;
}

.offset-4 {
  margin-left: 33.3333333333%;
  *margin-left: 33.2333333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.6666666667%;
  *margin-left: 16.5666666667%;
}

.offset-1 {
  margin-left: 8.3333333333%;
  *margin-left: 8.2333333333%;
}

@media (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1200px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1600px) {
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  flex-wrap: wrap;
}

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

.no-wrap [class*=col-] {
  flex-shrink: 1;
}

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

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

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

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

.direction-column-reverse {
  flex-direction: column-reverse;
}

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

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

.align-end [class*=col-] {
  vertical-align: bottom;
}

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

.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  align-items: baseline;
}

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

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

.align-content-end [class*=col-] {
  vertical-align: bottom;
}

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

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

.align-content-space-around {
  align-content: space-around;
}

.align-self-stretch {
  align-self: stretch;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  align-self: baseline;
  vertical-align: baseline;
}

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

.justify-start.grid {
  text-align: left;
}

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

.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}

.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

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

.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

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

.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

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

.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

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

.col-grid.direction-row {
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs-down {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-sm-down {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hidden-md-down {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none;
  }
}
@media (max-width: 1599px) {
  .hidden-lg-down {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
} 
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.header__container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header__container {
    padding: 30px;
  }
}
.header__container nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .header__container nav {
    gap: 25px;
  }
}
.header__container nav .navTrigger {
  text-transform: none;
  font-size: 16px;
}
.header__container nav a {
  cursor: pointer;
  color: #593225 !important;
}
@media (max-width: 768px) {
  .header__container nav a {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__container img {
    height: 32px;
  }
}

.footer {
  padding: 60px 0 40px;
}
.footer__container--info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  .footer__container--info {
    margin-top: 30px;
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.footer__container--info p:last-child {
  margin: 0;
  padding: 0;
}
.footer__container--info .hundred-credit {
  align-self: flex-end;
}
.footer__contacts h3 {
  margin: 40px 0;
}
.footer__contacts--socials {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 45px;
}
.footer__links {
  margin-top: 30px;
}
.footer__links h2 {
  margin-bottom: 15px;
  width: auto;
  display: inline-block;
  border-bottom: 1px dashed rgba(89, 50, 37, 0.1);
  clear: both;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__links h2 svg {
  flex-shrink: 0;
}
.footer__links h2 a {
  text-decoration: none;
}
.footer__links h2 a:hover {
  text-decoration: none;
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer__nav {
    grid-template-columns: 1fr;
    margin: 30px 0;
  }
}
.footer__nav nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer__nav nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: no-wrap;
}
.footer__nav nav a svg {
  flex-shrink: 0;
  width: 13px;
}
@media (max-width: 768px) {
  .footer__nav div, .footer__nav--primary {
    display: none !important;
  }
}
.footer__credits {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .footer__credits {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin: 30px 0 20px;
  }
}

.btn {
  width: auto;
  padding: 20px 25px !important;
  border: none;
  outline: none;
  border-radius: 8px;
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "DM Sans", sans-serif !important;
  text-transform: none !important;
  max-height: 50px;
  transition: 0.3s ease;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer !important;
}
@media (max-width: 1024px) {
  .btn {
    font-size: 14px !important;
    padding: 15px 20px !important;
    max-height: 45px;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn--hasIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn--hasIcon svg {
  flex-shrink: 0;
}
.btn__primary {
  background-color: #FADCE2;
  color: #593225;
}
.btn__primary:hover {
  background-color: #FAC3CE;
}
.btn__secondary {
  background-color: #F6F1EC;
  color: #593225;
}
.btn__secondary:hover {
  background-color: #F0E4D8;
}
.btn__brown {
  background-color: #593225;
  color: #FADCE2;
}
.btn__brown:hover {
  background-color: #B2887D;
  color: #593225;
}
.btn__outline {
  background-color: #FEFDF8;
  color: #B2887D;
  border: 1px solid #F6F1EC;
}
.btn__outline:hover, .btn__outline.active {
  color: #593225;
  background-color: #F6F1EC;
}
.btn__white {
  background-color: #FEFDF8;
  color: #593225;
  border: 1px solid #FEFDF8;
}
.btn__white:hover, .btn__white.active {
  color: #593225;
  background-color: #F6F1EC;
}
.btn__plainText {
  padding: 0 !important;
  height: auto;
  border: none;
  text-decoration: underline !important;
  text-underline-offset: 6px !important;
  color: inherit;
  text-transform: none;
  background: none;
}
.btn__plainText:hover {
  text-decoration: none !important;
}

.btnGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .btnGroup {
    gap: 10px;
  }
}

.lineHover {
  text-decoration: none;
}
.lineHover span {
  position: relative;
}
.lineHover span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  margin-top: 3px;
  right: 0;
  background: #593225;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
}
.lineHover:hover {
  text-decoration: none;
}
.lineHover:hover span:after {
  width: 100%;
  left: 0;
  background: #593225;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding: 20px 0 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination a, .pagination span {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.pagination .prev, .pagination .prevFalse {
  margin-right: auto;
}
.pagination .next {
  margin-left: auto;
}

.paged .prevFalse {
  display: none;
}

.whatsApp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 330px;
  padding: 20px 30px;
  border-radius: 8px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  background: rgba(254, 248, 249, 0.8);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.1px);
  -webkit-backdrop-filter: blur(5.1px);
}
@media (max-width: 768px) {
  .whatsApp {
    width: auto;
    padding: 0;
    box-shadow: 0px 10px 16px rgba(89, 50, 37, 0.2);
  }
}
.whatsApp__avatar {
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.whatsApp__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .whatsApp__avatar {
    display: none;
  }
}
@media (max-width: 768px) {
  .whatsApp__info {
    display: none;
  }
}
.whatsApp__info--status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(89, 50, 37, 0.5019607843);
  font-size: 14px;
}
.whatsApp__info--status .blinker {
  width: 12px;
  height: 12px;
  background: #91DB99;
  border-radius: 100%;
  animation: pulse 2s infinite;
}
.whatsApp__cta .btn {
  width: 60px;
  height: 60px;
  max-height: 60px;
  padding: 0 !important;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.modal.open {
  display: flex;
}
.modal__content {
  background: white;
  padding: 100px 80px;
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .modal__content {
    width: 100%;
    padding: 60px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: 100%;
    overflow-y: scroll;
  }
}
.modal__content.bg-yellow {
  background: #FFF2A7;
}
.modal__content--close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal__content--text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .modal__content--image {
    width: 100%;
  }
}

.formContainer .wpforms-container {
  margin: 0 !important;
  padding: 0 !important;
}
.formContainer .wpforms-field {
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 15px !important;
}
.formContainer .wpforms-field label {
  display: none;
}
.formContainer .wpforms-field input[type=text],
.formContainer .wpforms-field input[type=email] {
  width: 100% !important;
  max-width: 100%;
  background: none;
  border: none !important;
  border-radius: 0 !important;
  outline: none;
  border-bottom: 1px solid rgba(89, 50, 37, 0.5) !important;
  padding: 15px 0 !important;
  color: #593225 !important;
  font-size: 18px !important;
  font-family: "DM Sans", sans-serif !important;
}
.formContainer .wpforms-field input[type=text]:focus,
.formContainer .wpforms-field input[type=email]:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid rgba(89, 50, 37, 0.5) !important;
  box-shadow: none !important;
}
.formContainer .wpforms-field input[type=text]::-moz-placeholder, .formContainer .wpforms-field input[type=email]::-moz-placeholder {
  color: #B2887D;
}
.formContainer .wpforms-field input[type=text]::placeholder,
.formContainer .wpforms-field input[type=email]::placeholder {
  color: #B2887D;
}
.formContainer .wpforms-field-checkbox {
  padding: 0 !important;
  margin: 15px 0 30px !important;
}
.formContainer .wpforms-field-checkbox .wpforms-field-label {
  display: none !important;
}
.formContainer .wpforms-field-checkbox .wpforms-field-label-inline {
  color: #593225;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
.formContainer .wpforms-field-checkbox input[type=checkbox] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  position: relative;
  width: 16px !important;
  height: 16px !important;
  border: 1px solid rgba(89, 50, 37, 0.1) !important;
  line-height: 1;
  background: transparent !important;
  cursor: pointer;
}
.formContainer .wpforms-field-checkbox input[type=checkbox]:before {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: pre;
  content: " ";
  display: flex;
  align-items: center;
  justify-content: center;
}
.formContainer .wpforms-field-checkbox input[type=checkbox]:checked::before {
  content: "✔ ";
  background: #593225;
  color: white;
  border-color: #593225;
  font-size: 10px;
  padding-left: 3px;
  text-align: center;
}
.formContainer .wpforms-submit {
  width: auto !important;
  padding: 20px 25px !important;
  border: none;
  outline: none;
  border-radius: 8px !important;
  font-size: 18px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-family: "DM Sans", sans-serif !important;
  max-height: 50px !important;
  transition: 0.3s ease;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  background-color: rgba(178, 136, 125, 0.2) !important;
  color: #593225 !important;
}
@media (max-width: 1024px) {
  .formContainer .wpforms-submit {
    font-size: 14px;
    padding: 15px 20px;
    max-height: 45px;
  }
}
.formContainer .wpforms-submit:hover {
  background-color: #F0E4D8 !important;
}

.bookmarkAdded {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background: #FADCE2;
  border: 1px solid #FADCE2;
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  animation: fadeInOut 1.5s forwards;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.featuredImageBlock {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .featuredImageBlock {
    padding: 30px 0;
  }
}
.featuredImageBlock__mask {
  position: relative;
}

@media (max-width: 768px) {
  .testimonials .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .testimonials__intro {
    display: flex;
    flex-direction: column-reverse;
    gap: 80px;
    padding: 0 30px;
  }
}
.testimonials__intro--badge {
  margin-top: 60px;
  text-transform: none;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .testimonials__intro--badge {
    margin-top: 0;
    flex-direction: column-reverse;
    max-height: 100%;
    gap: 20px;
    font-size: 14px;
  }
}
.testimonials__intro--badge:hover {
  background: #F6F1EC;
}
@media (max-width: 1024px) {
  .testimonials__intro h2 br {
    display: none;
  }
}
.testimonials__grid {
  margin-top: 80px;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
}
@media (max-width: 1024px) {
  .testimonials__grid {
    display: none !important;
  }
}
.testimonials__grid--item {
  border: 1px solid rgba(89, 50, 37, 0.1);
  border-radius: 8px;
  padding: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .testimonials__grid--item {
    gap: 30px;
  }
}
.testimonials__grid--item .avatar {
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.testimonials__grid--item .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__grid--item .content {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonials__carousel {
  display: flex;
  margin: 60px 0;
  width: 100%;
}
@media (min-width: 769px) {
  .testimonials__carousel {
    display: none;
  }
}
.testimonials__carousel--item {
  border: 1px solid rgba(89, 50, 37, 0.1);
  border-radius: 8px;
  padding: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  width: 90% !important;
  padding: 30px 20px;
}
.testimonials__carousel--item .avatar {
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
.testimonials__carousel--item .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__carousel--item .content {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonials__carousel .splide__pagination {
  bottom: -40px;
}
.testimonials__carousel .splide__pagination__page {
  width: 30px;
  height: 9px;
  border-radius: 3px;
  margin: 0;
  background: #F6F1EC;
  margin-right: -3px;
  opacity: 1;
}
.testimonials__carousel .splide__pagination__page.is-active {
  background: #593225;
  width: 30px;
  height: 9px;
  transform: none;
}

.textImageBanner__box {
  border: 1px solid rgba(89, 50, 37, 0.1);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 1024px) {
  .textImageBanner__box {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.textImageBanner__box--content {
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 1024px) {
  .textImageBanner__box--content {
    padding: 40px;
    gap: 40px;
  }
}
.textImageBanner__box--content h3 {
  margin-bottom: 40px;
}
.textImageBanner__box--content .cta {
  margin-top: auto;
  display: block;
}
.textImageBanner__box--image {
  position: relative;
}
.textImageBanner__box--image img {
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: calc(100% + 1px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 1024px) {
  .textImageBanner__box--image img {
    position: relative;
    border-radius: 8px 8px 0px 0px;
  }
}

.accordion {
  padding: 80px 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .accordion {
    padding: 60px 0;
  }
}
.accordion__blocks--item {
  padding: 60px 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: -80px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
}
.accordion__blocks--item:nth-child(4n+1) {
  background-color: #FFF2A7;
}
.accordion__blocks--item:nth-child(4n+2) {
  background-color: #BFD8E1;
}
.accordion__blocks--item:nth-child(4n+3) {
  background-color: #FADCE2;
}
.accordion__blocks--item:nth-child(4n+4) {
  background-color: #593225;
  color: #FADCE2;
}
.accordion__blocks--item:nth-child(4n+4) svg path {
  fill: #FADCE2;
}
.accordion__blocks--item:last-child {
  margin-bottom: 0;
}
.accordion__blocks--item:hover {
  transform: translateY(-80px);
}
.accordion__blocks--item:hover:last-child {
  transform: none;
}
@media (max-width: 1024px) {
  .accordion__blocks--item {
    flex-direction: column;
    gap: 0;
    padding: 30px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .accordion__blocks--item:hover {
    transform: none;
  }
}
.accordion__blocks--item summary::-webkit-details-marker {
  display: none;
}
.accordion__blocks--item .title {
  list-style: none;
}
@media (max-width: 1024px) {
  .accordion__blocks--item .title {
    cursor: pointer;
    transition: 0.3s ease;
  }
  .accordion__blocks--item .title h2 {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
  }
  .accordion__blocks--item .title h2 svg {
    flex-shrink: 0;
  }
  .accordion__blocks--item .title .minus {
    display: none;
  }
}
.accordion__blocks--item .title .btn {
  margin-top: 15px;
}
.accordion__blocks--item .content {
  width: 400px;
}
@media (max-width: 1024px) {
  .accordion__blocks--item .content {
    width: 100%;
    overflow: hidden;
    block-size: 0;
    transition: block-size 0.4s ease;
    padding: 30px 0 20px;
  }
}
.accordion__blocks--item .content .btn {
  margin-top: 25px;
}
.accordion__blocks--item[open] .title .minus {
  display: flex;
}
.accordion__blocks--item[open] .title .plus {
  display: none;
}

@media (max-width: 1024px) {
  .newsletter {
    display: none;
  }
}
.newsletter h3 {
  margin-top: 30px;
}
.newsletter h3 a:hover {
  text-decoration: none;
}
.newsletter .formContainer {
  margin-top: 25px;
}
.newsletter form {
  border-top: 1px solid rgba(89, 50, 37, 0.1);
  max-width: 430px;
}
.newsletter form input[type=text] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(89, 50, 37, 0.5);
  padding: 15px 0;
  color: #593225;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}
.newsletter form input[type=text]::-moz-placeholder {
  color: #B2887D;
}
.newsletter form input[type=text]::placeholder {
  color: #B2887D;
}
.newsletter form .checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  width: 100%;
  clear: both;
  margin: 20px 0 40px;
}
.newsletter form .checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(89, 50, 37, 0.1);
  line-height: 1;
  background: transparent;
  cursor: pointer;
}
.newsletter form .checkbox input[type=checkbox]:before {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: pre;
  content: " ";
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter form .checkbox input[type=checkbox]:checked::before {
  content: "✔ ";
  background: #593225;
  color: white;
  border-color: #593225;
  font-size: 10px;
  padding-left: 3px;
  text-align: center;
}

.textHero {
  padding: 150px 0 50px;
}
@media (max-width: 1024px) {
  .textHero {
    padding: 30px 0;
  }
}
.textHero__main {
  text-align: center;
}
@media (max-width: 1024px) {
  .textHero__main {
    display: none;
  }
}
.textHero__main h1 {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.textHero__mobile {
  text-align: center;
  display: none;
}
@media (max-width: 1024px) {
  .textHero__mobile {
    display: block;
  }
}
.textHero__mobile h1 {
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.textHero__mobile h1 svg {
  margin: 0 15px;
  width: auto;
  height: 25px;
}
.textHero__intro {
  max-width: 600px;
  margin: 0 auto;
}
.textHero__intro h4 {
  text-align: center;
  margin: 100px 0 50px;
}
@media (max-width: 1024px) {
  .textHero__intro h4 {
    margin: 40px 0 30px;
  }
}

.featuredPropertyHero {
  padding: 100px 0 40px;
}
@media (max-width: 768px) {
  .featuredPropertyHero {
    padding: 30px 0;
  }
}
.featuredPropertyHero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .featuredPropertyHero__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.featuredPropertyHero__container--content {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .featuredPropertyHero__container--content {
    padding-top: 0;
  }
}
.featuredPropertyHero__container--content h1 {
  max-width: 500px;
}
@media (max-width: 768px) {
  .featuredPropertyHero__container--content h1 {
    max-width: 75%;
  }
}
.featuredPropertyHero__container--content .propertyBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #FADCE2;
  padding: 30px;
  border-radius: 8px;
  margin-top: 60px;
  max-width: 380px;
}
@media (max-width: 768px) {
  .featuredPropertyHero__container--content .propertyBox {
    display: none;
  }
}
.featuredPropertyHero__container--content .propertyBox--tag span {
  background: white;
  font-size: 14px;
  color: #593225;
  padding: 5px 10px;
  border-radius: 8px;
}
.featuredPropertyHero__container--content .propertyBox .price {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  gap: 8px;
  font-weight: 500;
  color: #B2887D;
}
.featuredPropertyHero__container--content .propertyBox .price span {
  color: #593225;
  font-size: 24px;
  line-height: 20px;
}

.featuredProperties {
  padding: 80px 0;
}
.featuredProperties__heading {
  font-weight: 500;
}
.featuredProperties .propertiesGrid {
  padding-bottom: 0;
}

.latestNews {
  padding: 150px 0;
  background: #F6F1EC;
}
@media (max-width: 768px) {
  .latestNews {
    padding: 60px 0;
  }
}
.latestNews__intro {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .latestNews__intro {
    padding-bottom: 60px;
  }
}
.latestNews__intro h2 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .latestNews__intro h2 {
    margin-bottom: 40px;
  }
}
.latestNews__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .latestNews__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.latestNews__grid--item {
  width: 100%;
}
.latestNews__grid--item .imageThumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 1.3/1;
  border-radius: 8px;
}
.latestNews__grid--item .imageThumbnail a {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.latestNews__grid--item .imageThumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.latestNews__grid--item .details {
  padding-top: 20px;
}
.latestNews__grid--item .details__category {
  width: auto;
  display: inline-flex;
  align-items: center;
  background: white;
  font-size: 14px;
  color: #593225;
  padding: 5px 10px;
  border-radius: 8px;
}
.latestNews__grid--item .details h4 {
  margin: 20px 0 30px;
  padding: 0;
}
.latestNews__grid--item .details p {
  max-width: 95%;
}

.buySell__hero {
  padding: 200px 0 100px;
}
@media (max-width: 768px) {
  .buySell__hero {
    padding: 60px 0;
  }
}
.buySell__nav {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .buySell__nav {
    padding: 30px 0;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
  }
}
.buySell__nav--tabs {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .buySell__nav--tabs {
    gap: 15px;
  }
}
.buySell__nav--tabs button {
  background: #FEFDF8;
  border: 1px solid #F6F1EC;
  color: #593225;
  width: 140px;
}
@media (max-width: 768px) {
  .buySell__nav--tabs button {
    width: 95px;
  }
}
.buySell__nav--tabs button.active, .buySell__nav--tabs button:hover {
  background: #F6F1EC;
}
.legal {
  padding: 200px 0;
}
@media (max-width: 768px) {
  .legal {
    padding: 60px 0;
  }
}
.legal h1 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .legal h1 {
    margin-bottom: 30px;
  }
}
.legal .lastupdated {
  color: #B2887D;
  margin-bottom: 30px;
}

.propertiesGrid {
  padding: 50px 0 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .propertiesGrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.propertiesGrid__item {
  display: flex;
  flex-direction: column;
  background: rgba(250, 220, 226, 0.3);
  height: 100%;
  border-radius: 0 0 8px 8px;
}
.propertiesGrid__item--image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.3/1;
  position: relative;
}
.propertiesGrid__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.propertiesGrid__item--details {
  background: rgba(250, 220, 226, 0.3);
  border-radius: 0 0 8px 8px;
  padding: 40px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.propertiesGrid__item--details a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.propertiesGrid__item--details a:hover {
  text-decoration: none;
}
.propertiesGrid__item--details .price {
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-weight: 500;
  color: #593225;
}
.propertiesGrid__item--details .price span {
  opacity: 0.5;
  font-size: 16px;
  line-height: 16px;
}
.propertiesGrid__item--details .iconDetails {
  display: flex;
  align-items: center;
  gap: 30px;
}
.propertiesGrid__item--details .iconDetails div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.propertiesGrid__item--details .badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  margin-top: auto;
}
.propertiesGrid__item--details .badges__timestamp {
  width: auto;
  height: 40px;
  background: white;
  border-radius: 4px;
  color: #593225;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 500;
}
.propertiesGrid__item--details .badges__bookmark {
  cursor: pointer;
}

#modal-saves .modal__content {
  display: flex;
}
#modal-saves .modal__content .modal__content--text {
  width: 100%;
}
#modal-saves .savedProperties {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-top: 1px solid rgba(89, 50, 37, 0.1);
  width: 100%;
}
#modal-saves .savedProperties__item {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(89, 50, 37, 0.1);
  padding: 15px 0;
  width: 100%;
}
#modal-saves .savedProperties__item--image {
  width: 180px;
  height: 100%;
}
#modal-saves .savedProperties__item--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#modal-saves .savedProperties__item--details {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#modal-saves .savedProperties__item--details .price {
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  font-weight: 500;
  color: #593225;
}
#modal-saves .savedProperties__item--details .price span {
  opacity: 0.5;
  font-size: 16px;
  line-height: 16px;
}
#modal-saves .savedProperties__item .btn {
  color: #593225;
  display: inline;
}

.property-detail-page .header {
  background: #FADCE2;
}

.propertyHero {
  background: #FADCE2;
  padding: 40px 0;
}
.propertyHero__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}
@media (max-width: 768px) {
  .propertyHero__container {
    flex-direction: column;
    gap: 60px;
  }
}
.propertyHero__container--details {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .propertyHero__container--details {
    gap: 30px;
  }
}
.propertyHero__container--details .tag {
  background: #593225;
  text-transform: uppercase;
  color: #FADCE2;
  font-weight: 500;
  width: 95px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.propertyHero__container--details h2 {
  margin: 0;
  padding: 0;
}
.propertyHero__container--details .pricing {
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  gap: 8px;
  font-weight: 500;
  color: #593225;
}
.propertyHero__container--details .pricing span {
  opacity: 0.5;
  font-size: 16px;
  line-height: 16px;
}
.propertyHero__container--details .pricing h2 {
  margin-top: 10px;
}
.propertyHero__container--details .rooms {
  display: flex;
  align-items: center;
  gap: 30px;
}
.propertyHero__container--details .rooms div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.propertyHero__container--image {
  width: 65%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .propertyHero__container--image {
    width: 100%;
  }
}
.propertyHero__container--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.propertyHero__container--image svg {
  width: 100%;
}

.propertyDetails {
  position: relative;
}
.propertyDetails__toolbar {
  background: #FEFDF8;
  width: 100%;
  padding: 40px;
  margin-top: -60px;
  border-radius: 8px 8px 0 0;
  border: 1px solid #F6F1EC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .propertyDetails__toolbar {
    margin-top: 30px;
    padding: 20px;
    gap: 15px;
  }
}
.propertyDetails__toolbar--btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .propertyDetails__toolbar--btns {
    gap: 10px;
  }
}
.propertyDetails__toolbar--btns .btn {
  color: #B2887D !important;
}
.propertyDetails__toolbar--btns .btn:hover {
  color: #593225 !important;
}
.propertyDetails__main {
  padding: 40px;
  border-radius: 0;
  border: 1px solid #F6F1EC;
  border-top: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  .propertyDetails__main {
    padding: 30px;
  }
}
.propertyDetails__main--intro {
  padding: 40px 60px;
}
@media (max-width: 768px) {
  .propertyDetails__main--intro {
    padding: 0;
  }
}
.propertyDetails__main--intro h4 {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .propertyDetails__main--intro h4 {
    margin: 30px 0;
  }
}
.propertyDetails__main--intro .bullets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
  align-items: flex-start;
  margin: 0;
}
@media (max-width: 768px) {
  .propertyDetails__main--intro .bullets {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.propertyDetails__main--intro .bullets li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  list-style: none;
  margin: 0;
  color: #593225;
}
.propertyDetails__main--intro .bullets li .tick {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.propertyDetails__main--secondaryImage {
  margin: 40px 0;
}
.propertyDetails__main--description {
  padding: 40px 60px;
}
@media (max-width: 768px) {
  .propertyDetails__main--description {
    padding: 0;
  }
}
.propertyDetails__main--description .rte {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .propertyDetails__main--description .rte {
    margin-top: 30px;
  }
}
.propertyDetails__main--map {
  padding: 40px 60px;
}
@media (max-width: 768px) {
  .propertyDetails__main--map {
    padding: 0;
  }
}
.propertyDetails__main--map #map {
  width: 100%;
  height: 500px;
  margin-top: 40px;
  background: #F6F1EC;
}
@media (max-width: 768px) {
  .propertyDetails__main--map #map {
    height: 250px;
  }
}
.propertyDetails__footer {
  padding: 50px 0;
  border-top: 1px solid #F6F1EC;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .propertyDetails__footer {
    flex-direction: column;
    gap: 15px;
  }
}
.propertyDetails__footer .btn {
  color: #593225 !important;
}

.propertyCTA {
  background: #FADCE2;
  padding: 150px 0;
}
@media (max-width: 768px) {
  .propertyCTA {
    padding: 60px 0;
  }
}
.propertyCTA__container h2 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .propertyCTA__container h2 {
    margin-bottom: 30px;
  }
}

@media print {
  header,
  footer,
  .whatsApp,
  .alertBanner,
  .propertyCTA,
  .grecaptcha-badge {
    display: none !important;
  }
  .propertyDetails {
    width: 100%;
  }
  .propertyDetails .col-12 {
    width: 100% !important;
    max-width: 100% !important;
  }
  .propertyDetails__toolbar {
    display: none;
  }
  .propertyDetails__main {
    border-top: 1px solid #F6F1EC;
    margin-top: 30px;
  }
  .propertyDetails__main--intro {
    padding: 20px;
  }
  .propertyDetails__footer {
    display: none;
  }
}
