@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Extrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --reseda-green: #647957;
  --yellow: #ffad34;
  --dark-grey: #2d2f2f;
  --hunter-green: #4d5e44;
  --white: white;
  --moss-green: #83957b;
  --metallic: #a0a0a0;
  --desktop--h6-italic-desktop: Zodiak, Arial, sans-serif;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--reseda-green);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--yellow);
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 24px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--hunter-green);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 99.4999px;
  max-width: 100%;
  height: 34.7019px;
}

.button {
  background-color: var(--yellow);
  width: 100px;
  color: var(--dark-grey);
  text-align: center;
  border-radius: 24px;
  font-family: Inter, sans-serif;
}

.button-2 {
  border: 2px solid var(--white);
  width: 173px;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 24px;
}

.button-2:hover {
  background-color: var(--hunter-green);
  border-width: 1px;
}

.image-2 {
  border-radius: 0;
  width: 100%;
  overflow: clip;
}

.section {
  background-image: linear-gradient(#344734, #546148 100%, #546148);
  border-radius: 20px;
  height: 1049px;
  margin-top: 0;
  padding-top: 200px;
}

.section.locations-section {
  background-color: var(--hunter-green);
  background-image: none;
  padding-top: 200px;
}

.section.locations-section.home {
  margin-top: -160px;
}

.section.location-1 {
  background-image: none;
}

.section.location-1.swiper-carousel-container {
  height: auto;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.location-1.swiper-carousel-container.hero-carousel {
  padding-top: 0;
  padding-bottom: 60px;
}

.section.location-2 {
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
  border-radius: 0;
}

.section.location-2.swiper-carousel-container {
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.carousel-track {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  display: flex;
  position: relative;
}

.location-card {
  background-color: var(--moss-green);
  border-radius: 18px;
  width: auto;
  overflow: hidden;
}

.card-image-container {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 270px;
}

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

.image-3 {
  border-radius: 40px;
  width: 85px;
  height: 85px;
  margin-right: 20px;
}

.div-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block.testimonial-author {
  flex-flow: column;
}

.div-block-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 52px;
  display: flex;
}

.section-2 {
  flex-flow: column;
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  margin-bottom: 40px;
  display: none;
}

.div-block-3.gallery-desktop {
  display: flex;
}

.div-block-4 {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.heading {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: -2.4px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-5 {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-6 {
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.section-3 {
  z-index: 999;
  background-image: url('../images/join-cta.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 478px;
  margin-bottom: -17px;
  display: flex;
  position: relative;
}

.section-3.footer-join {
  background-image: url('../images/join-now-pricing.png');
}

.section-3.footer-join.hp {
  background-image: url('../images/cta-join.png');
}

.footer-dark {
  background-color: var(--dark-grey);
  border-bottom: 1px solid #e4ebf3;
  margin-top: -20px;
  padding: 70px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 206%;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--moss-green);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.text-block-2, .text-block-3 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.text-block-4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.div-block-7 {
  justify-content: flex-start;
  display: flex;
}

.heading-2 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 0;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.heading-2.hp {
  text-align: left;
}

.flex-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block.region, .flex-block.contact {
  flex-flow: column;
}

.section-4 {
  margin: 80px auto 60px;
}

.section-4.home {
  margin-top: 0;
}

.section-4.cta-region {
  margin-bottom: 40px;
}

.section-5 {
  margin: 45px auto -130px;
}

.section-5.hero {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.section-5.hero.hero-hp {
  margin-bottom: 30px;
}

.section-5.hero.hero-hp.hero-pricing {
  margin-bottom: 0;
}

.container-3 {
  flex: 0 auto;
  width: 65%;
  max-width: 940px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-3.text {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 940px;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 35%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-5 {
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
}

.container-6 {
  justify-content: flex-start;
  width: auto;
  max-width: none;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-6.cta-features {
  justify-content: center;
}

.heading-3 {
  color: var(--hunter-green);
  text-align: center;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.heading-3.heading-hp {
  color: var(--white);
}

.section-6 {
  margin-top: 100px;
}

.heading-4 {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 20px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 154%;
}

.image-4 {
  text-align: center;
  margin-bottom: 20px;
}

.div-block-8 {
  flex-flow: column;
  display: flex;
}

.text-block-5 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-6 {
  color: var(--dark-grey);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text-block-7 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 200px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-5 {
  color: var(--hunter-green);
  text-align: center;
  letter-spacing: -2.4px;
  margin-bottom: 40px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-8 {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.heading-6 {
  color: var(--hunter-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 108%;
}

.heading-6:hover, .heading-6:focus {
  color: var(--white);
}

.text-block-9 {
  height: 70px;
  color: var(--dark-grey);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  margin-bottom: 40px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.text-block-9:hover {
  color: var(--white);
  -webkit-text-stroke-color: white;
  border-width: 0;
}

.button-3 {
  background-color: var(--moss-green);
  text-align: center;
  border-radius: 24px;
  width: 173px;
  margin-top: 0;
  margin-bottom: 40px;
}

.button-3:hover {
  background-color: var(--hunter-green);
}

.button-4 {
  border: 2px solid var(--hunter-green);
  width: 294px;
  color: var(--hunter-green);
  text-align: center;
  background-color: #0000;
  border-radius: 24px;
  justify-content: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.body {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Bg-location.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  background-clip: content-box;
}

.body.pricing {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.body.home {
  background-image: none;
}

.div-block-9 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 33%;
  margin-left: 20px;
}

.div-block-9:hover {
  background-color: var(--reseda-green);
  color: #000;
}

.div-block-9.plan {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 595px;
  display: flex;
}

.div-block-9.plan:hover {
  background-color: var(--reseda-green);
}

.div-block-9.plan.pricing-plan {
  background-color: var(--white);
  border-radius: 25px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 352px;
  height: auto;
  margin-left: auto;
  position: static;
}

.div-block-9.plan.pricing-plan:hover {
  background-color: var(--reseda-green);
}

.div-block-9.plan.pricing-plan.virtual-plan {
  order: 0;
  align-self: auto;
  margin-left: 0;
  box-shadow: 4px 2px 5px #0003;
}

.section-7 {
  background-image: url('../images/Bg.jpg');
  background-position: 50%;
  background-size: auto;
}

.section-7.pricing-plans {
  background-image: url('../images/bg-pricing.png');
  background-position: 0 0;
  background-size: cover;
}

.section-7.plans-locations {
  margin-top: 200px;
}

.section-7.plans {
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.image-5 {
  margin-top: -1px;
  margin-bottom: 0;
  margin-left: 0;
}

.image-5.pricing-plan-image {
  margin-left: auto;
  margin-right: auto;
}

.container-7 {
  text-align: center;
  max-width: 1120px;
}

.div-block-10 {
  margin-bottom: 20px;
  margin-right: 20px;
}

.image-6 {
  margin-bottom: 20px;
  margin-left: 0;
  padding-bottom: 0;
}

.image-7 {
  padding-right: 0;
}

.div-block-11 {
  margin-right: 20px;
  padding-right: 0;
}

.image-8 {
  height: auto;
  margin-left: 0;
}

.section-8 {
  background-image: linear-gradient(#4d5b41, #000);
  border-radius: 20px;
}

.section-8.benefits {
  padding-top: 80px;
}

.section-8.benefits-regions {
  background-image: none;
  margin-top: 140px;
}

.div-block-12 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.text-block-10 {
  color: var(--moss-green);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-7 {
  color: var(--white);
  letter-spacing: -2.4px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-11 {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 100px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.heading-8 {
  color: var(--moss-green);
  letter-spacing: -.36px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.list-item {
  color: var(--white);
  letter-spacing: -.36px;
  background-image: url('../images/check.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-attachment: scroll;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.list-item.regions {
  color: var(--dark-grey);
  text-align: left;
}

.list-item.regions.highligh-map {
  color: var(--white);
}

.list-item.pricing-regions-list {
  color: var(--dark-grey);
  text-align: left;
  padding-top: 0;
}

.list-item-2 {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.list-item-3, .list-item-4 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.heading-9 {
  width: 50%;
  color: var(--dark-grey);
  margin-top: 10px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-12 {
  font-family: Inter, sans-serif;
}

.text-block-13 {
  width: 50%;
  color: var(--dark-grey);
  letter-spacing: -.36px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.div-block-13 {
  border: 2px solid var(--hunter-green);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 352px;
  height: 250px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.div-block-13:hover {
  background-image: linear-gradient(#9eb68a, #4d5b41 100%, #fff);
}

.div-block-13.benefit:hover {
  background-image: none;
}

.text-block-14 {
  color: var(--moss-green);
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-15 {
  color: var(--hunter-green);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-14 {
  width: 25%;
}

.div-block-15 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 50%;
  padding-bottom: 0;
  display: flex;
}

.div-block-16 {
  width: 25%;
}

.div-block-17, .div-block-18 {
  margin-left: 20px;
}

.image-9 {
  height: 534px;
}

.list {
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.div-block-19 {
  width: 50%;
  font-family: Inter, sans-serif;
}

.div-block-20 {
  width: 50%;
}

.image-10 {
  width: auto;
}

.container-8 {
  max-width: 1120px;
}

.container-8.container.section-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
}

.container-9 {
  background-image: url('../images/Rectangle-3.png');
  background-position: 0 0;
  background-size: auto;
  max-width: 1120px;
  height: 100%;
}

.container-9.home {
  background-image: none;
}

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

.container-11, .container-12 {
  max-width: 1120px;
}

.link-block {
  background-color: var(--yellow);
  width: 100px;
  height: 40px;
  color: var(--dark-grey);
  text-align: center;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: var(--hunter-green);
  color: var(--white);
}

.link-block.pricing-c {
  width: 130px;
  margin-top: 40px;
}

.link-block.region-btn {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-16 {
  color: var(--dark-grey);
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.text-block-16:hover {
  color: var(--white);
}

.paragraph {
  width: 350px;
  color: var(--dark-grey);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.cta-2 {
  justify-content: center;
  max-width: 1120px;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.container-13 {
  max-width: 1120px;
}

.div-block-21 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.green-btn-outline {
  border: 2px solid var(--hunter-green);
  width: auto;
  color: var(--hunter-green);
  text-align: center;
  background-color: #0000;
  border-radius: 24px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.green-btn-outline:hover {
  background-color: var(--metallic);
}

.div-block-22 {
  justify-content: center;
  margin-top: 90px;
  padding-bottom: 200px;
  display: flex;
}

.section-9 {
  background-image: url('../images/bg-2.png');
  background-position: 100% 8%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 0;
  padding-bottom: 60px;
}

.container-14 {
  max-width: 1140px;
  margin-bottom: 40px;
}

.heading-10 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-17 {
  color: var(--white);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.container-15 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-16 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.footer-link-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-copy:hover {
  color: var(--moss-green);
}

.image-11 {
  margin-bottom: 40px;
}

.div-block-24 {
  width: 50%;
  display: flex;
}

.div-block-25 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.italic-text {
  color: var(--dark-grey);
  text-align: left;
}

.carousel-wrapper {
  width: auto;
  position: relative;
  overflow: hidden;
}

.carousel-wrapper.region-carousel {
  width: 70%;
}

.collection-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
  position: relative;
}

.location-nav {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: center;
  display: flex;
}

.location-link {
  color: #ffffff80;
  text-decoration: none;
}

.carousel-section {
  position: relative;
  overflow: hidden;
}

.location-name {
  color: var(--white);
  font-family: Zodiak, Arial, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.collection-item-2, .collection-list-2 {
  display: flex;
}

.location-category-tag {
  display: block;
}

.container-17 {
  max-width: 1120px;
}

.div-block-26 {
  margin-bottom: 40px;
}

.text-block-18 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.testimonials-swiper.swiper {
  position: relative;
}

.swiper-wrapper {
  display: flex;
}

.testimonial-card {
  border: 1px solid var(--moss-green);
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.image-12 {
  border-radius: 30px;
  width: 70px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.text-block-19 {
  text-align: center;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 20px;
}

.div-block-27 {
  justify-content: center;
  display: flex;
}

.div-block-28 {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block-20 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-21 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.div-block-29, .div-block-30, .div-block-31 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-31.pricing-plan-content {
  justify-content: space-around;
}

.div-block-32, .div-block-33, .div-block-34 {
  display: none;
}

.image-13 {
  color: var(--white);
  border: 0 solid #fff;
}

.gallery-navigation {
  display: none;
}

.div-block-36 {
  align-self: center;
}

.div-block-37 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 574px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.text-block-22 {
  color: #fff;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 65px;
}

.tag-highlight {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  object-fit: fill;
  border-radius: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 29px;
  margin-top: 0;
  margin-left: 10px;
  padding-right: 20px;
  display: inline-flex;
  position: absolute;
  top: 10px;
  left: auto;
  right: auto;
}

.tag-highlight.coming-soon {
  background-color: var(--yellow);
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  top: 20px;
  justify-content: center;
}

.tag-highlight.views, .tag-highlight.security, .tag-highlight.parking {
  margin-left: 20px;
  top: 20px;
}

.image-14 {
  width: 13px;
  height: 13px;
  margin-left: 10px;
  padding-left: 0;
}

.text-block-23 {
  color: #fff;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.text-block-23.coming-soon-text {
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  line-height: 1;
  padding-bottom: 0;
  text-align: center;
  text-decoration: none;
}

.section-10 {
  background-color: var(--hunter-green);
  height: 592px;
  margin-top: -300px;
  margin-bottom: -250px;
}

.section-10.inset-pricing {
  height: 592px;
  margin-top: -300px;
  margin-bottom: -249px;
}

.div-block-38 {
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-39 {
  align-self: center;
  width: 50%;
}

.heading-12 {
  color: var(--moss-green);
  margin-top: 0;
  padding-right: 0;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.text-block-24 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-block-25 {
  color: var(--dark-grey);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.div-block-40 {
  width: 50%;
}

.container-18 {
  max-width: 1120px;
}

.div-block-41 {
  width: 50%;
}

.div-block-41.left-side-push {
  padding-top: 80px;
}

.image-15 {
  width: 544px;
}

.heading-13 {
  color: var(--moss-green);
  text-align: center;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-block-26 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.section-11 {
  margin-top: 100px;
  margin-bottom: 180px;
}

.div-block-42 {
  flex-flow: row;
  display: flex;
}

.div-block-42.left-side {
  margin-top: 0;
  padding-top: 0;
}

.text-block-27 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-14 {
  color: var(--white);
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.heading-15 {
  color: var(--white);
  font-family: Zodiak, Arial, sans-serif;
  font-weight: 400;
}

.div-block-43 {
  display: flex;
}

.div-block-43.pricing-item.content-section {
  justify-content: flex-start;
  width: 100%;
}

.div-block-44 {
  justify-content: center;
  margin-bottom: 70px;
  display: flex;
}

.container-19 {
  display: flex;
}

.container-19.cta-wrapper.cta-top-region {
  margin-top: 30px;
}

.container-19.cta-wrapper.offices-cta-region {
  margin-top: 40px;
}

.link-block-2 {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 25px;
  margin-right: 25px;
  padding: 10px 30px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-block-2:hover, .link-block-2.nav-pill.active {
  background-color: var(--white);
  color: var(--dark-grey);
}

.text-block-28 {
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}

.section-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-content {
  max-width: 466px;
}

.section-image {
  width: auto;
}

.faq-container {
  width: auto;
  max-width: 640px;
}

.faq-container.contact {
  max-width: 100%;
}

.div-block-45 {
  color: var(--hunter-green);
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.div-block-45.faq-question {
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 33px;
}

.text-block-29 {
  color: var(--dark-grey);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.text-block-29.contact {
  color: var(--white);
}

.div-block-46 {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.separator-faq {
  border-bottom: 1px solid var(--metallic);
  height: 1px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 0;
}

.text-block-30 {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 80px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.text-block-30.contact {
  color: var(--white);
}

.heading-16 {
  color: var(--hunter-green);
  text-align: center;
  margin-bottom: 30px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.heading-16.contact {
  color: var(--white);
}

.section-12 {
  background-image: url('../images/bg-faq.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 140px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 140px;
}

.section-12.faq-pricing {
  background-position: 0%;
  margin-top: 0;
  padding-top: 140px;
}

.section-12.faq-contact {
  z-index: 5;
  background-image: linear-gradient(#9eb68a, #4d5b41);
  border-radius: 20px;
  margin-bottom: 0;
  padding-top: 120px;
  position: relative;
}

.div-block-47 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-48 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-49 {
  background-image: url('../images/faq-image.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 50%;
  height: 422px;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-31 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.container-20 {
  max-width: 1120px;
}

.text-block-32 {
  color: var(--dark-grey);
  text-align: center;
  padding-top: 24px;
  font-family: Inter, sans-serif;
}

.div-block-50 {
  justify-content: center;
  display: flex;
}

.heading-18 {
  color: var(--hunter-green);
  margin-top: 40px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.text-block-33 {
  color: var(--hunter-green);
  padding-bottom: 20px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.text-block-33.pricing {
  padding-bottom: 20px;
}

.text-block-33.region {
  padding-bottom: 0;
}

.text-block-34.contact {
  color: var(--white);
}

.text-block-35 {
  font-family: Zodiak, Arial, sans-serif;
}

.text-block-35.contact, .text-block-36.contact, .text-block-37.contact {
  color: var(--white);
}

.image-16, .image-17, .image-18 {
  display: none;
}

.image-19 {
  overflow: visible;
}

.div-block-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 27px;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.text-block-38 {
  color: var(--moss-green);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-19 {
  color: var(--dark-grey);
  margin-bottom: 20px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-39 {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.text-block-40 {
  color: var(--dark-grey);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.div-block-53 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.heading-20 {
  width: auto;
  min-height: 0;
  color: var(--hunter-green);
  font-family: Zodiak, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.image-20 {
  width: 65px;
  height: 65px;
}

.div-block-54 {
  border: 1px solid var(--metallic);
  flex: 0 auto;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-54.sep-left {
  margin-top: 140px;
  padding-top: 0;
}

.div-block-54.separator {
  display: none;
}

.div-block-55 {
  flex-flow: column;
  justify-content: flex-start;
  width: 28%;
  display: flex;
}

.div-block-56 {
  width: 44%;
}

.div-block-57 {
  flex-flow: column;
  justify-content: space-between;
  width: 28%;
  display: flex;
}

.text-block-41 {
  color: var(--moss-green);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
}

.section-13 {
  margin-top: 220px;
}

.section-14 {
  background-image: linear-gradient(#4d5b41, #0b100f);
  border-radius: 40px;
  height: 1333px;
  margin-top: -681px;
}

.section-14.region {
  margin-top: -705px;
}

.div-block-58 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.div-block-59 {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.section-15 {
  margin-top: -550px;
}

.heading-21 {
  color: var(--moss-green);
  letter-spacing: -2.4px;
  margin-bottom: 30px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.text-block-42 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.container-21 {
  max-width: 1120px;
}

.div-block-60 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-61 {
  background-color: var(--metallic);
  border-radius: 20px;
  margin-top: 40px;
  padding: 5px 10px;
  display: inline-flex;
}

.div-block-61.hunder-bg {
  background-color: var(--hunter-green);
}

.div-block-61.moss-bg {
  background-color: var(--moss-green);
}

.text-block-43 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.link-block-3 {
  background-color: var(--yellow);
  border-radius: 20px;
  padding: 10px 30px;
  text-decoration: none;
}

.link-block-3.region-btn:hover {
  background-color: var(--hunter-green);
  color: var(--white);
  font-family: Inter, sans-serif;
}

.link-block-3.region-btn.mobile-change {
  margin-top: 40px;
}

.image-21 {
  width: 100%;
}

.container-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  max-width: 1140px;
  display: flex;
}

.heading-22 {
  color: var(--hunter-green);
  letter-spacing: -2.4px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-62 {
  width: 30%;
}

.div-block-63 {
  flex: 0 auto;
  min-height: 283px;
}

.text-block-44 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.heading-23 {
  color: var(--hunter-green);
  margin-bottom: 71px;
  font-family: Zodiak, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.text-block-45 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.div-block-64 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.submit-button {
  background-color: var(--yellow);
  color: var(--dark-grey);
  text-align: right;
  border-radius: 20px;
  padding: 10px 40px;
  font-family: Inter, sans-serif;
}

.submit-button:hover {
  background-color: var(--reseda-green);
  color: var(--white);
}

.form {
  margin-top: 60px;
}

.text-field, .text-field-2 {
  border-radius: 8px;
}

.div-block-66 {
  border-radius: 8px;
  width: 50%;
}

.textarea {
  border-radius: 8px;
  height: auto;
  min-height: 156px;
  margin-top: 10px;
}

.textarea.join {
  margin-top: 0;
}

.field-label {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.field-label-2 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.field-label-3 {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.div-block-67 {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.text-field-3, .text-field-4 {
  border-radius: 8px;
}

.div-block-68 {
  width: 100%;
  max-width: 720px;
}

.div-block-69 {
  width: 50%;
}

.text-block-46 {
  color: var(--reseda-green);
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.success-message {
  background-color: #0000;
}

.image-22 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-22.mobile-only {
  display: none;
}

.div-block-70 {
  padding-top: 20px;
}

.heading-24 {
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.heading-24.interest-margin {
  margin-top: 50px;
  margin-bottom: 0;
}

.heading-24.type-of {
  color: var(--hunter-green);
  margin-top: 40px;
}

.div-block-71 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.heading-25 {
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.radio-button-label {
  padding-left: 12px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.radio-button-label-2 {
  font-size: 20px;
  font-weight: 400;
}

.div-block-73 {
  justify-content: space-between;
  display: flex;
}

.div-block-74 {
  margin-top: 60px;
}

.div-block-75 {
  justify-content: center;
  width: 100%;
  max-width: none;
  display: block;
}

.heading-26 {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.tag-location {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.collection-list-wrapper {
  z-index: 9999;
  display: flex;
  position: absolute;
  inset: auto auto 100px 80px;
}

.collection-item-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: 0 auto;
  max-width: 600px;
  display: flex;
}

.div-block-76 {
  margin-top: 0;
  padding-top: 80px;
}

.div-block-77.mobile, .image-25 {
  display: none;
}

.image-26 {
  height: auto;
  overflow: clip;
}

.collection-list-wrapper-2 {
  width: auto;
  height: auto;
}

.div-block-79 {
  height: 252px;
}

.select-field, .select-field-2 {
  color: #000;
  background-color: #fff;
}

.text-block-47 {
  color: #2d2f2f;
  padding-right: 5px;
  font-size: 15px;
  text-decoration: none;
}

.text-block-47:hover {
  color: #fff;
}

.section-16 {
  margin: 80px auto 60px;
}

.section-16.cta-region {
  margin-bottom: 40px;
}

.container-23 {
  display: flex;
}

.container-23.cta-wrapper.cta-top-region {
  margin-top: 30px;
}

.heading-27 {
  color: #2d2f2f;
  text-align: center;
  margin-top: 0;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.link-block-4 {
  color: #2d2f2f;
  text-align: center;
  background-color: #ffad34;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin-right: 10px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-4:hover {
  color: #fff;
  background-color: #4d5e44;
}

.link-block-4.region-btn {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-48 {
  color: #2d2f2f;
  padding-right: 5px;
  font-size: 15px;
  text-decoration: none;
}

.text-block-48:hover {
  color: #fff;
}

.section-17 {
  margin: 80px auto 60px;
}

.section-17.cta-region {
  margin-bottom: 40px;
}

.container-24 {
  display: flex;
}

.container-24.cta-wrapper.cta-top-region {
  margin-top: 30px;
}

.heading-28 {
  color: #2d2f2f;
  text-align: center;
  margin-top: 0;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.section-18 {
  background-image: linear-gradient(#344734, #546148 100%, #546148);
  border-radius: 20px;
  height: 1049px;
  margin-top: 0;
  padding-top: 200px;
}

.section-18.location-1 {
  background-image: none;
}

.section-18.location-1.swiper-carousel-container {
  height: auto;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section-18.location-1.swiper-carousel-container.hero-carousel {
  padding-top: 0;
  padding-bottom: 60px;
}

.collection-list-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: 0 auto;
  max-width: 600px;
  display: flex;
}

.location-card-2 {
  background-color: #83957b;
  border-radius: 18px;
  width: auto;
  overflow: hidden;
}

.container-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  max-width: 1140px;
  display: flex;
}

.collection-list-wrapper-3 {
  width: auto;
  height: auto;
}

.container-26 {
  display: flex;
}

.container-26.cta-wrapper.offices-cta-region {
  margin-top: 40px;
}

.heading-29 {
  color: #fff;
  font-weight: 400;
}

.list-item-5 {
  color: #fff;
  letter-spacing: -.36px;
  background-image: url('../images/check.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-attachment: scroll;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.list-item-5.regions {
  color: #2d2f2f;
  text-align: left;
}

.list-item-5.regions.highligh-map {
  color: #fff;
}

.list-item-5.pricing-regions-list {
  color: #2d2f2f;
  text-align: left;
  padding-top: 0;
}

.text-block-49 {
  color: #2d2f2f;
  padding-right: 5px;
  font-size: 15px;
  text-decoration: none;
}

.text-block-49:hover {
  color: #fff;
}

.div-block-80 {
  display: flex;
}

.div-block-80.pricing-item.content-section {
  justify-content: flex-start;
  width: 100%;
}

.div-block-81.mobile {
  display: none;
}

.div-block-82 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 27px;
  display: flex;
}

.heading-30 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
}

.container-27 {
  max-width: 1120px;
}

.container-27.container.section-wrapper {
  padding-top: 110px;
  padding-bottom: 110px;
}

.text-block-50 {
  color: #83957b;
  text-transform: uppercase;
}

.list-2 {
  padding-bottom: 0;
}

.div-block-83 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.section-19 {
  background-image: linear-gradient(#4d5b41, #000);
  border-radius: 20px;
}

.image-29 {
  display: none;
}

.div-block-84 {
  margin-top: 0;
  padding-top: 80px;
}

.div-block-85, .div-block-86 {
  display: none;
}

.text-block-51 {
  color: #2d2f2f;
  padding-right: 5px;
  font-size: 15px;
  text-decoration: none;
}

.text-block-51:hover {
  color: #fff;
}

.div-block-87 {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-88 {
  border: 1px solid #a0a0a0;
  flex: 0 auto;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-88.sep-left {
  margin-top: 140px;
  padding-top: 0;
}

.div-block-88.separator {
  display: none;
}

.div-block-89 {
  flex-flow: column;
  justify-content: flex-start;
  width: 28%;
  display: flex;
}

.div-block-90 {
  flex-flow: column;
  justify-content: space-between;
  width: 28%;
  display: flex;
}

.text-block-52 {
  color: #83957b;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-31 {
  color: #83957b;
  letter-spacing: -.36px;
  font-size: 36px;
  font-weight: 400;
}

.div-block-91 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-92 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.text-block-53 {
  color: #2d2f2f;
  font-size: 18px;
  line-height: 150%;
}

.heading-32 {
  color: #2d2f2f;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.image-32 {
  width: auto;
}

.div-block-93 {
  display: none;
}

.text-block-54 {
  color: #2d2f2f;
  text-transform: uppercase;
  font-weight: 700;
}

.section-20 {
  background-image: linear-gradient(#4d5b41, #000);
  border-radius: 20px;
}

.section-20.benefits-regions {
  background-image: none;
  margin-top: 140px;
}

.div-block-94, .div-block-95 {
  width: 50%;
}

.container-28 {
  max-width: 1120px;
}

.heading-33 {
  color: #4d5e44;
  width: auto;
  min-height: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.image-33 {
  width: 65px;
  height: 65px;
}

.div-block-96 {
  flex: 0 auto;
  min-height: 283px;
}

.div-block-97 {
  width: 44%;
}

.text-block-55 {
  font-weight: 700;
}

.section-21 {
  margin-top: 220px;
}

.link-block-5 {
  background-color: #ffad34;
  border-radius: 20px;
  padding: 10px 30px;
  text-decoration: none;
}

.link-block-5.region-btn:hover {
  color: #fff;
  background-color: #4d5e44;
}

.text-block-56 {
  color: #fff;
  font-weight: 700;
}

.heading-34 {
  color: #4d5e44;
  margin-bottom: 71px;
  font-size: 48px;
  font-weight: 400;
}

.div-block-98 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 33%;
  margin-left: 20px;
}

.div-block-98:hover {
  color: #000;
  background-color: #647957;
}

.div-block-98.plan {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 595px;
  display: flex;
}

.div-block-98.plan:hover {
  background-color: #647957;
}

.div-block-98.plan.pricing-plan {
  background-color: #fff;
  border-radius: 25px;
  width: 352px;
  height: auto;
  margin-left: auto;
}

.div-block-98.plan.pricing-plan:hover {
  background-color: #647957;
}

.div-block-99 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-35 {
  color: #4d5e44;
  margin-top: 40px;
  font-size: 36px;
  font-weight: 400;
}

.div-block-100 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  margin-bottom: 52px;
  display: flex;
}

.image-34 {
  margin-top: -1px;
  margin-bottom: 0;
}

.div-block-101 {
  justify-content: center;
  display: flex;
}

.text-block-57 {
  color: #4d5e44;
  padding-bottom: 20px;
  font-size: 20px;
  font-style: italic;
}

.text-block-57.region {
  padding-bottom: 0;
}

.text-block-58 {
  color: #2d2f2f;
  padding-right: 5px;
  font-size: 15px;
  text-decoration: none;
}

.text-block-58:hover {
  color: #fff;
}

.div-block-102 {
  background-color: #a0a0a0;
  border-radius: 20px;
  margin-top: 40px;
  padding: 5px 10px;
  display: inline-flex;
}

.div-block-102.moss-bg {
  background-color: #83957b;
}

.div-block-102.hunder-bg {
  background-color: #4d5e44;
}

.container-29 {
  text-align: center;
  max-width: 1120px;
}

.image-35 {
  text-align: center;
  margin-bottom: 20px;
}

.div-block-103 {
  align-self: center;
}

.text-block-59 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.section-22 {
  margin-top: 100px;
}

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

.div-block-104 {
  height: 252px;
}

.div-block-105 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-36 {
  color: #2d2f2f;
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 154%;
}

.image-36 {
  border-radius: 40px;
  width: 85px;
  height: 85px;
  margin-right: 20px;
}

.div-block-106 {
  flex-flow: column;
  display: flex;
}

.text-block-60 {
  color: #2d2f2f;
  font-size: 18px;
  line-height: 150%;
}

.heading-37 {
  color: #2d2f2f;
  text-align: center;
  margin-top: 0;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.submit-button-2 {
  color: #2d2f2f;
  text-align: right;
  background-color: #ffad34;
  border-radius: 20px;
  padding: 10px 40px;
}

.submit-button-2:hover {
  color: #fff;
  background-color: #647957;
}

.div-block-107 {
  border-radius: 8px;
  width: 50%;
}

.text-field-5 {
  border-radius: 8px;
}

.section-23 {
  margin: 80px auto 60px;
}

.field-label-4 {
  color: #2d2f2f;
  margin-bottom: 10px;
  font-weight: 400;
}

.div-block-108 {
  width: 50%;
}

.field-label-5 {
  color: #2d2f2f;
  margin-bottom: 10px;
  font-weight: 400;
}

.div-block-109 {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.text-field-6, .text-field-7 {
  border-radius: 8px;
}

.div-block-110 {
  width: 100%;
  max-width: 720px;
}

.div-block-111 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-112 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.text-block-61 {
  color: #2d2f2f;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
}

.text-block-62 {
  color: #647957;
  font-size: 18px;
}

.section-14-copy {
  background-image: linear-gradient(#4d5b41, #0b100f);
  border-radius: 40px;
  height: 1333px;
  margin-top: -681px;
}

.section-14-copy.region {
  height: 1333px;
  margin-top: -705px;
}

.section-14-copy.region.background-no-map {
  height: 800px;
}

.image-37 {
  text-align: center;
  flex: 1;
}

.heading-38 {
  color: #2d2f2f;
  text-align: center;
  margin-top: 0;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.submit-button-3 {
  color: #2d2f2f;
  text-align: right;
  background-color: #ffad34;
  border-radius: 20px;
  padding: 10px 40px;
}

.submit-button-3:hover {
  color: #fff;
  background-color: #647957;
}

.div-block-113 {
  border-radius: 8px;
  width: 50%;
}

.section-24 {
  margin: 80px auto 60px;
}

.div-block-114 {
  width: 50%;
}

.field-label-6 {
  color: #2d2f2f;
  margin-bottom: 10px;
  font-weight: 400;
}

.div-block-115 {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.text-field-8, .text-field-9 {
  border-radius: 8px;
}

.div-block-116 {
  width: 100%;
  max-width: 720px;
}

.div-block-117 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-118 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.text-block-63 {
  color: #2d2f2f;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
}

.text-block-64 {
  color: #647957;
  font-size: 18px;
}

.div-block-119 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.text-block-65 {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
}

.div-block-121 {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.heading-39 {
  color: #83957b;
  letter-spacing: -2.4px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
}

.section-25 {
  margin-top: -550px;
}

.container-31 {
  max-width: 1120px;
}

.separator-faq-2 {
  border-bottom: 1px solid #a0a0a0;
  height: 1px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 0;
}

.text-block-68 {
  color: #2d2f2f;
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
}

.div-block-122 {
  color: #4d5e44;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.div-block-122.faq-question {
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 33px;
}

.heading-40 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-69 {
  color: #2d2f2f;
  padding-right: 5px;
  font-size: 15px;
  text-decoration: none;
}

.text-block-69:hover {
  color: #fff;
}

.div-block-123 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-71 {
  color: #2d2f2f;
  font-size: 18px;
  line-height: 150%;
}

.div-block-124 {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.section-26 {
  background-image: url('../images/bg-faq.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 140px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 140px;
}

.link-block-6 {
  color: #2d2f2f;
  text-align: center;
  background-color: #ffad34;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin-right: 10px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-6:hover {
  color: #fff;
  background-color: #4d5e44;
}

.link-block-6.pricing-c {
  width: 130px;
  margin-top: 40px;
}

.container-32 {
  max-width: 1120px;
}

.heading-41 {
  color: #4d5e44;
  text-align: center;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
}

.text-block-73 {
  color: #fff;
  font-size: 18px;
}

.div-block-125 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-126 {
  background-image: url('../images/faq-image.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 50%;
  height: 422px;
}

.heading-42 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .section-5.hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item {
    font-size: 16px;
  }

  .div-block-13.benefit {
    width: 225px;
  }

  .text-block-15 {
    font-size: 24px;
  }

  .div-block-19 {
    width: 50%;
  }

  .container-9 {
    border-radius: 20px;
  }

  .div-block-21 {
    width: 100%;
  }

  .div-block-30 {
    padding-right: 20px;
  }

  .list-item-5 {
    font-size: 16px;
  }

  .div-block-95 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    gap: 12px;
    flex-wrap: wrap;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-bottom: 30px;
  }

  .nav-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .mobile-margin-top-10 .button-primary {
    width: min(100%, 320px);
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
    width: 100%;
    justify-items: center;
    gap: 24px;
  }

  .footer-block {
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-7 .container-16 {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .div-block-25 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
  }

  .section-5.hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-9.plan {
    margin-left: 20px;
  }

  .container-9 {
    border-radius: 20px;
  }

  .footer-link-copy:hover {
    color: #1a1b1fbf;
  }

  .testimonial-card {
    flex-flow: column;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .image-12 {
    border-radius: 30px;
  }

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

  .div-block-28 {
    margin-bottom: 40px;
  }

  .gallery-navigation {
    display: block;
  }

  .text-block-22 {
    font-size: 45px;
  }

  .div-block-98.plan {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .container {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.pricing {
    justify-content: center;
    display: flex;
  }

  .navbar-wrapper.pricing {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    width: 100%;
  }

  .button-2.pricing-cta-page, .button-2.see-locations-cta-pricing {
    width: 100%;
  }

  .image-2 {
    object-fit: cover;
    object-position: 34% 0%;
    border-radius: 20px;
    width: auto;
    max-width: 342px;
    height: 381px;
  }

  .section.locations-section {
    height: auto;
    padding-top: 160px;
  }

  .section.location-1.swiper-carousel-container {
    padding: 100px 0 0;
  }

  .section.location-1.swiper-carousel-container.hero-carousel {
    padding-bottom: 20px;
  }

  .section.location-2.swiper-carousel-container {
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-track {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .location-card {
    justify-content: center;
    width: 100%;
    height: 420px;
    display: flex;
  }

  .location-card.region {
    width: 100%;
  }

  .image-3 {
    width: 70px;
    height: 70px;
  }

  .div-block-2 {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
  }

  .section-2 {
    margin-bottom: 0;
  }

  .div-block-3 {
    flex-flow: row;
  }

  .div-block-3.gallery-desktop {
    display: none;
  }

  .div-block-3.gallery-mobile {
    display: block;
  }

  .div-block-4 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .heading {
    text-align: left;
    width: auto;
    font-size: 38px;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .div-block-6 {
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .section-3 {
    flex-flow: column;
    height: 500px;
    padding-top: 60px;
  }

  .section-3.footer-join {
    background-position: 25% 52%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .container-2 {
    max-width: none;
  }

  .footer-brand {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .div-block-35 {
    align-items: center;
    text-align: center;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-social-block {
    justify-content: center;
    margin-top: 40px;
  }

  .footer-copyright-center {
    flex-flow: column;
    align-items: center;
  }

  .div-block-24 {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .text-block-2 {
    text-align: center;
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .text-block-3, .text-block-4 {
    text-align: center;
    font-size: 16px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .heading-2.pricing {
    text-align: left;
    justify-content: center;
    width: auto;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .flex-block {
    flex-flow: column;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    margin-top: 10px;
  }

  .section-5.hero {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5.hero.hero-hp.hero-pricing {
    margin-top: 0;
  }

  .container-3 {
    justify-content: flex-start;
    width: auto;
    margin-top: 20px;
  }

  .container-4 {
    align-items: center;
    width: 100%;
  }

  .container-5 {
    padding-top: 20px;
  }

  .container-6.cta-features {
    flex-flow: row;
    width: 100%;
  }

  .heading-3 {
    font-size: 38px;
  }

  .section-6 {
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .heading-4 {
    font-size: 21px;
  }

  .image-4 {
    order: -1;
    width: auto;
    height: auto;
  }

  .text-block-5, .text-block-6 {
    font-size: 16px;
  }

  .text-block-7 {
    margin-top: 100px;
  }

  .heading-5 {
    font-size: 38px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .text-block-9 {
    padding-top: 20px;
  }

  .div-block-9.plan {
    justify-content: center;
    width: 321px;
    height: auto;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .div-block-9.plan.pricing-plan {
    width: auto;
    max-width: 335px;
    margin-left: 0;
  }

  .section-7 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/bg-m.png');
    background-position: 50% 33%;
    background-size: 100% 8825px;
    background-clip: padding-box;
  }

  .section-7.pricing-plans {
    background-position: 50% 29%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: -120px;
  }

  .image-5 {
    width: 100%;
    max-width: none;
  }

  .container-7.container {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-7.container.location {
    flex-flow: column;
  }

  .section-8.pricing {
    margin-top: 0;
  }

  .section-8.benefits-regions {
    margin-top: 90px;
  }

  .div-block-12 {
    margin-top: 60px;
  }

  .heading-7 {
    font-size: 38px;
  }

  .text-block-11 {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .heading-8 {
    font-size: 27px;
  }

  .list-item {
    color: var(--dark-grey);
  }

  .list-item.pricing, .list-item.location {
    color: var(--white);
  }

  .heading-9 {
    width: auto;
    margin-bottom: 20px;
    font-size: 38px;
  }

  .text-block-13 {
    width: auto;
    font-size: 16px;
  }

  .div-block-13.benefit {
    width: 100%;
    height: 156px;
    margin-top: 20px;
  }

  .text-block-15 {
    font-size: 28px;
  }

  .div-block-14 {
    width: 100%;
  }

  .list {
    flex-flow: column;
    display: none;
  }

  .list.mobile, .list.mobile-list {
    display: block;
  }

  .list.section-list {
    margin-top: 20px;
    display: flex;
  }

  .list.pricing-region.feat, .list.location {
    display: block;
  }

  .div-block-19 {
    order: 0;
    width: 100%;
    padding-bottom: 20px;
    display: block;
  }

  .div-block-20 {
    flex: 0 auto;
    order: 0;
    width: auto;
  }

  .image-10 {
    padding-bottom: 20px;
  }

  .container-8.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-8.container.section-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-9 {
    background-image: url('../images/mobile-location-bg.png');
    background-position: 0 0;
    background-size: auto;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9.locations {
    background-size: cover;
  }

  .container-10, .container-11.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block, .link-block.cta-join-pricing, .link-block.region-btn {
    width: 100%;
  }

  .link-block.pricing {
    width: 342px;
  }

  .text-block-16.btn-region {
    color: var(--white);
  }

  .paragraph {
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  .cta-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .container-13.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    flex-flow: column;
    margin-top: 0;
  }

  .green-btn-outline {
    width: 100%;
    font-size: 14px;
  }

  .green-btn-outline.pricing {
    width: 342px;
  }

  .div-block-22 {
    padding-bottom: 60px;
  }

  .heading-10 {
    font-size: 36px;
  }

  .heading-11 {
    font-size: 38px;
  }

  .text-block-17 {
    font-size: 16px;
  }

  .container-16 {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .footer-link-copy {
    padding-right: 15px;
    font-size: 12px;
  }

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

  .div-block-24 {
    flex-flow: column;
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-25 {
    justify-content: center;
    width: 100%;
  }

  .carousel-wrapper.region-carousel.swiper-carousel-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .carousel-section {
    justify-content: center;
    display: flex;
  }

  .div-block-26 {
    margin-bottom: 30px;
  }

  .div-block-29, .div-block-30, .div-block-31 {
    padding-top: 40px;
  }

  .div-block-32, .div-block-33, .div-block-34 {
    order: 1;
    display: block;
  }

  .div-block-35 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .gallery-navigation {
    display: block;
  }

  .div-block-36 {
    order: -1;
    align-self: center;
  }

  .text-block-22 {
    text-align: center;
    font-size: 36px;
    line-height: 43.2px;
  }

  .text-block-23 {
    font-size: 12px;
  }

  .section-10.inset-pricing {
    border-radius: 20px;
    height: 500px;
    margin-top: -300px;
    margin-bottom: auto;
  }

  .div-block-38 {
    flex-flow: column;
  }

  .div-block-39 {
    width: 100%;
  }

  .heading-12 {
    color: var(--dark-grey);
    text-align: center;
    font-size: 38px;
  }

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

  .text-block-25 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-40 {
    width: 100%;
  }

  .container-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-41 {
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .div-block-41.left-side-push {
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    display: flex;
  }

  .heading-13 {
    order: -1;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
    display: block;
  }

  .text-block-26 {
    padding-top: 20px;
  }

  .section-11 {
    margin-bottom: 40px;
  }

  .div-block-42.right-side {
    flex-flow: column;
  }

  .div-block-42.left-side {
    flex-flow: column;
    margin-top: -40px;
  }

  .text-block-27 {
    text-align: left;
  }

  .heading-14 {
    text-align: left;
    font-size: 38px;
  }

  .heading-15.section-title {
    text-align: center;
    font-size: 38px;
    line-height: 120%;
  }

  .heading-15.section-title.pricing {
    font-size: 27px;
  }

  .div-block-43.pricing-item.content-section.location {
    padding-top: 40px;
  }

  .container-19.cta-wrapper.offices-cta-region {
    width: 100%;
  }

  .container-19.cta-wrapper.pricing {
    width: 100%;
    display: none;
  }

  .container-19.cta-wrapper.pricing.end-mbile {
    margin-top: 30px;
    display: flex;
  }

  .section-container {
    flex-flow: column;
    justify-content: flex-start;
  }

  .section-content {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .section-image {
    display: block;
  }

  .section-image.desktop-image {
    display: none;
  }

  .text-block-29, .text-block-30.contact {
    font-size: 16px;
  }

  .section-12 {
    margin-top: 100px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .section-12.faq-pricing {
    margin-top: 100px;
    padding-bottom: 0;
  }

  .section-12.faq-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-47 {
    flex-flow: column;
  }

  .div-block-48 {
    height: 377px;
  }

  .div-block-49 {
    width: 100%;
    height: 377px;
  }

  .heading-17 {
    font-size: 38px;
  }

  .text-block-31 {
    font-size: 16px;
  }

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

  .div-block-50 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    align-items: center;
  }

  .text-block-34, .text-block-35, .text-block-36, .text-block-37 {
    font-size: 21px;
  }

  .image-16 {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 250px;
    overflow: visible;
  }

  .image-17 {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 250px;
    overflow: clip;
  }

  .image-18 {
    border-radius: 20px;
    width: 100%;
    height: 250px;
  }

  .div-block-51 {
    width: 98%;
  }

  .heading-19 {
    font-size: 38px;
  }

  .text-block-40 {
    font-size: 16px;
  }

  .div-block-53 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .heading-20.sep {
    margin-bottom: 40px;
  }

  .div-block-54 {
    flex: 0 auto;
    display: none;
  }

  .div-block-54.sep-left {
    margin-top: 40px;
  }

  .div-block-54.separator {
    margin-top: 0;
    display: block;
  }

  .div-block-55 {
    align-items: stretch;
    width: 100%;
  }

  .div-block-56 {
    order: -1;
    width: 100%;
  }

  .div-block-57 {
    align-items: stretch;
    width: 100%;
  }

  .text-block-41.location {
    text-align: center;
  }

  .section-13 {
    margin-top: 60px;
  }

  .section-14 {
    height: 1933px;
    margin-top: -1374px;
  }

  .section-14.region {
    height: 2906px;
    margin-top: -2154px;
  }

  .div-block-58 {
    flex-flow: column;
  }

  .section-15 {
    margin-top: -675px;
  }

  .heading-21 {
    font-size: 38px;
  }

  .container-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-3.region-btn.mobile-change {
    border: 1px solid var(--white);
    color: var(--white);
    background-color: #0000;
  }

  .image-21 {
    display: none;
  }

  .container-22 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-22.region {
    align-items: center;
  }

  .heading-22 {
    text-align: center;
    max-width: 320px;
    font-size: 36px;
  }

  .div-block-62 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .div-block-63 {
    min-height: 0;
  }

  .div-block-63.iteam-9 {
    margin-bottom: 20px;
  }

  .heading-23 {
    font-size: 38px;
  }

  .div-block-64 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-65 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
  }

  .text-field {
    margin-top: 10px;
    padding-top: 10px;
  }

  .text-field-2 {
    margin-bottom: 0;
  }

  .div-block-66 {
    width: 100%;
  }

  .textarea {
    margin-top: 20px;
  }

  .field-label-2 {
    padding-top: 10px;
  }

  .div-block-69 {
    width: 100%;
  }

  .image-22 {
    width: 100%;
    height: 321px;
    display: none;
  }

  .image-22.mobile-only {
    margin-top: 0;
    margin-bottom: 40px;
    display: block;
  }

  .heading-24.interest-margin {
    font-size: 16px;
    line-height: 150%;
  }

  .heading-24.type-of {
    color: var(--dark-grey);
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-71 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-72 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: row;
  }

  .heading-25 {
    font-size: 16px;
  }

  .div-block-73 {
    flex-flow: column;
  }

  .heading-26 {
    text-align: center;
    font-size: 16px;
  }

  .collection-list-wrapper {
    left: 10px;
  }

  .div-block-76 {
    margin-top: 40px;
    padding-top: 0;
  }

  .div-block-77 {
    flex-flow: column;
    width: auto;
    display: none;
  }

  .div-block-77.mobile {
    display: block;
  }

  .image-23, .image-24 {
    width: 50%;
  }

  .div-block-78 {
    justify-content: center;
    display: block;
  }

  .iteam-9 {
    padding-top: 40px;
  }

  .image-25 {
    display: block;
  }

  .image-26 {
    object-fit: cover;
    width: 100%;
    height: 420px;
  }

  .image-27 {
    padding-bottom: 20px;
  }

  .section-16 {
    margin-top: 10px;
  }

  .heading-27 {
    font-size: 36px;
  }

  .link-block-4, .link-block-4.region-btn {
    width: 100%;
  }

  .section-17 {
    margin-top: 10px;
  }

  .heading-28 {
    font-size: 36px;
  }

  .section-18.location-1.swiper-carousel-container {
    padding: 100px 0 0;
  }

  .section-18.location-1.swiper-carousel-container.hero-carousel {
    padding-bottom: 20px;
  }

  .image-28 {
    object-fit: cover;
    width: 100%;
    height: 420px;
  }

  .location-card-2 {
    justify-content: center;
    width: 100%;
    height: 420px;
    display: flex;
  }

  .container-25 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-26.cta-wrapper.offices-cta-region {
    width: 100%;
  }

  .heading-29.section-title {
    text-align: center;
    font-size: 38px;
    line-height: 120%;
  }

  .list-item-5 {
    color: #2d2f2f;
  }

  .list-item-5.location {
    color: #fff;
  }

  .div-block-80.pricing-item.content-section.location {
    padding-top: 40px;
  }

  .div-block-81 {
    flex-flow: column;
    width: auto;
    display: none;
  }

  .div-block-81.mobile {
    display: block;
  }

  .div-block-82 {
    width: 98%;
  }

  .heading-30 {
    text-align: center;
    font-size: 16px;
  }

  .container-27.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-27.container.section-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .text-block-50.location {
    text-align: center;
  }

  .list-2 {
    flex-flow: column;
    display: none;
  }

  .list-2.section-list {
    margin-top: 20px;
    display: flex;
  }

  .list-2.mobile, .list-2.mobile-list, .list-2.pricing-region.feat, .list-2.location {
    display: block;
  }

  .section-19.pricing {
    margin-top: 0;
  }

  .image-29 {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 250px;
    overflow: visible;
  }

  .image-30 {
    width: 50%;
  }

  .div-block-84 {
    margin-top: 40px;
    padding-top: 0;
  }

  .div-block-85 {
    order: 1;
    display: block;
  }

  .image-31 {
    padding-bottom: 20px;
  }

  .div-block-86 {
    order: 1;
    display: block;
  }

  .div-block-87 {
    flex-flow: column;
  }

  .div-block-88 {
    flex: 0 auto;
    display: none;
  }

  .div-block-88.sep-left {
    margin-top: 40px;
  }

  .div-block-88.separator {
    margin-top: 0;
    display: block;
  }

  .div-block-89, .div-block-90 {
    align-items: stretch;
    width: 100%;
  }

  .heading-31 {
    font-size: 27px;
  }

  .div-block-91 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .div-block-92 {
    margin-top: 60px;
  }

  .text-block-53 {
    font-size: 16px;
  }

  .heading-32 {
    font-size: 38px;
  }

  .image-32 {
    padding-bottom: 20px;
  }

  .div-block-93 {
    order: 1;
    display: block;
  }

  .section-20.benefits-regions {
    margin-top: 90px;
  }

  .div-block-94 {
    flex: 0 auto;
    order: 0;
    width: auto;
  }

  .div-block-95 {
    order: 0;
    width: 100%;
    padding-bottom: 20px;
    display: block;
  }

  .container-28.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-33.sep {
    margin-bottom: 40px;
  }

  .div-block-96 {
    min-height: 0;
  }

  .div-block-96.iteam-9 {
    margin-bottom: 20px;
  }

  .div-block-97 {
    order: -1;
    width: 100%;
  }

  .section-21 {
    margin-top: 60px;
  }

  .link-block-5.region-btn.mobile-change {
    color: #fff;
    background-color: #0000;
    border: 1px solid #fff;
  }

  .heading-34 {
    font-size: 38px;
  }

  .div-block-98.plan {
    justify-content: center;
    width: 321px;
    height: auto;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .div-block-98.plan.pricing-plan {
    width: auto;
    max-width: 335px;
    margin-left: 0;
  }

  .div-block-100 {
    flex-flow: column;
    align-items: center;
    margin-bottom: 0;
  }

  .image-34 {
    width: 100%;
    max-width: none;
  }

  .div-block-101 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    align-items: center;
  }

  .text-block-58.btn-region {
    color: #fff;
  }

  .container-29.container {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container-29.container.location {
    flex-flow: column;
  }

  .image-35 {
    order: -1;
    width: auto;
    height: auto;
  }

  .div-block-103 {
    order: -1;
    align-self: center;
  }

  .text-block-59 {
    font-size: 16px;
  }

  .section-22 {
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .container-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-36 {
    font-size: 21px;
  }

  .image-36 {
    width: 70px;
    height: 70px;
  }

  .text-block-60 {
    font-size: 16px;
  }

  .heading-37 {
    font-size: 36px;
  }

  .heading-37.pricing {
    text-align: left;
    justify-content: center;
    width: auto;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .div-block-107 {
    width: 100%;
  }

  .section-23 {
    margin-top: 10px;
  }

  .field-label-4 {
    padding-top: 10px;
  }

  .div-block-108 {
    width: 100%;
  }

  .text-field-6 {
    margin-bottom: 0;
  }

  .text-field-7 {
    margin-top: 10px;
    padding-top: 10px;
  }

  .div-block-111 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-112 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
  }

  .section-14-copy {
    height: 1933px;
    margin-top: -1374px;
  }

  .section-14-copy.region {
    height: 2200px;
    margin-top: -2154px;
    line-height: 20px;
  }

  .section-14-copy.region.background-no-map {
    margin-top: -700px;
  }

  .section-14-copy.region.section-14 {
    height: 2906px;
  }

  .heading-38 {
    font-size: 36px;
  }

  .heading-38.pricing {
    text-align: left;
    justify-content: center;
    width: auto;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .div-block-113 {
    width: 100%;
  }

  .section-24 {
    margin-top: 10px;
  }

  .div-block-114 {
    width: 100%;
  }

  .text-field-8 {
    margin-bottom: 0;
  }

  .text-field-9 {
    margin-top: 10px;
    padding-top: 10px;
  }

  .div-block-117 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .div-block-118 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-119 {
    flex-flow: column;
  }

  .div-block-120 {
    justify-content: center;
    display: block;
  }

  .heading-39 {
    font-size: 38px;
  }

  .section-25 {
    margin-top: -675px;
  }

  .container-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-66, .text-block-67 {
    font-size: 21px;
  }

  .heading-40 {
    font-size: 38px;
  }

  .text-block-70 {
    font-size: 21px;
  }

  .div-block-123 {
    height: 377px;
  }

  .text-block-71 {
    font-size: 16px;
  }

  .text-block-72 {
    font-size: 21px;
  }

  .section-26 {
    margin-top: 100px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .link-block-6 {
    width: 100%;
  }

  .container-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-73 {
    font-size: 16px;
  }

  .div-block-125 {
    flex-flow: column;
  }

  .div-block-126 {
    width: 100%;
    height: 377px;
  }
}

#w-node-_1d6331a1-97b4-8335-1fd5-26f4071744d6-071744be, #w-node-_1d6331a1-97b4-8335-1fd5-26f4071744df-071744be, #w-node-_9da42aab-1935-1a14-9482-b924b4d244be-5d89d61c, #w-node-_9da42aab-1935-1a14-9482-b924b4d244c7-5d89d61c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
