@import url("https://use.typekit.net/sur3qhl.css");
/*transform origin*/
.header {
  padding-block: 42px;
}
@media (min-width: 992px) {
  .header {
    padding-block: 68px;
  }
}
.header .header__nav-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "logo";
}
.header .header__nav-wrapper > *:not(.header__logo) {
  display: none;
}
.header .header__logo img {
  width: 218px;
  height: 53px;
}
@media (min-width: 992px) {
  .header .header__logo img {
    width: 336px;
    height: 82px;
  }
}
.header .header__nav-sticky .header__nav-sticky-container {
  align-items: center;
  justify-content: center;
  padding-block: 20px;
}
@media (min-width: 992px) {
  .header .header__nav-sticky .header__nav-sticky-container {
    padding-block: 30px;
  }
}
.header .header__nav-sticky .header__nav-logo-wrapper img {
  width: 218px;
  height: 53px;
}
@media (min-width: 992px) {
  .header .header__nav-sticky .header__nav-logo-wrapper img {
    width: 336px;
    height: 80px;
  }
}
.header .header__nav-sticky .header__nav-left {
  display: flex;
}
.header .header__nav-sticky .header__nav-right {
  display: none;
}
.header .header__nav-sticky .header__nav-tel {
  display: none;
}

.footer__container {
  grid-template-areas: unset;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 0;
  padding-block: 40px;
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .footer__container {
    padding-block: 73px;
    padding-inline: 6.458333333vi;
  }
}
.footer__contact, .footer__seperator, .footer__contact-info, .footer__links, .footer__promo, .footer__social-media, .footer__site-maintenance {
  display: none;
}
.footer__copyright_last {
  display: flex;
  flex-direction: column-reverse;
  gap: 19px;
}
.footer__credits {
  padding: 0;
}
.footer__copyright_bottom_icons_list {
  gap: 42px;
}
.footer__copyright_bottom_icons_list_item img {
  height: 28.97px;
}
@media (min-width: 992px) {
  .footer__copyright_bottom_icons_list_item img {
    height: 28.97px;
  }
}
.footer__copyright_reserved {
  margin-block-end: 0;
}
.footer__copyright_reserved p {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.footer__copyright_reserved p {
  font-size: 14px;
}
@media screen and (min-width: 393px) {
  .footer__copyright_reserved p {
    font-size: calc(14px + 2 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .footer__copyright_reserved p {
    font-size: 16px;
  }
}
.footer__copyright_reserved p {
  line-height: 20px;
}
@media screen and (min-width: 393px) {
  .footer__copyright_reserved p {
    line-height: calc(20px + 2 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .footer__copyright_reserved p {
    line-height: 22px;
  }
}
.footer__copyright_reserved p a {
  text-decoration: underline;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-block-size: 490px;
}
@media (min-width: 992px) {
  .banner {
    min-block-size: 800px;
  }
}
.banner__text-container {
  padding-block: 0;
}
@media (min-width: 992px) {
  .banner__text-container {
    min-block-size: 800px;
  }
}
.banner__text-container h1 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  margin-block-start: 4px;
  margin-block-end: 20px;
}
.banner__text-container h1 {
  font-size: 16px;
}
@media screen and (min-width: 393px) {
  .banner__text-container h1 {
    font-size: calc(16px + 10 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .banner__text-container h1 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .banner__text-container h1 {
    line-height: normal;
  }
}
.banner__text-container h2 {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-block-start: -13px;
  margin-block-end: 0;
}
.banner__text-container h2 {
  font-size: 41px;
}
@media screen and (min-width: 393px) {
  .banner__text-container h2 {
    font-size: calc(41px + 29 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .banner__text-container h2 {
    font-size: 70px;
  }
}
.banner__text-container h2 {
  line-height: 46px;
}
@media screen and (min-width: 393px) {
  .banner__text-container h2 {
    line-height: calc(46px + 34 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .banner__text-container h2 {
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .banner__text-container h2 {
    letter-spacing: 0.08em;
  }
}
.banner__text-container .btn {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding-block: 10px;
  padding-inline: 25px;
  border: 1px solid #F0ECE1;
}
.banner__text-container .btn:hover {
  background-color: #F0ECE1 !important;
  color: #261F1D !important;
  border-color: #F0ECE1 !important;
}
@media (min-width: 992px) {
  .banner__text-container .btn {
    font-size: 15px;
    line-height: normal;
    border: 2px solid #F0ECE1;
    letter-spacing: 0.08em;
  }
}

.secondary-banner .banner__text-container > *:last-child {
  margin-block-end: 0;
}
.secondary-banner .banner__text-container h1 {
  margin-block-start: 0;
  margin-block-end: 30px;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.115;
  text-transform: uppercase;
}
.secondary-banner .banner__text-container h1 {
  font-size: 16px;
}
@media screen and (min-width: 393px) {
  .secondary-banner .banner__text-container h1 {
    font-size: calc(16px + 6 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .secondary-banner .banner__text-container h1 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .secondary-banner .banner__text-container h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-block-end: 10px;
  }
}
.secondary-banner .banner__text-container h2 {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 30px;
}
.secondary-banner .banner__text-container h2 {
  font-size: 36px;
}
@media screen and (min-width: 393px) {
  .secondary-banner .banner__text-container h2 {
    font-size: calc(36px + 20 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .secondary-banner .banner__text-container h2 {
    font-size: 56px;
  }
}
.secondary-banner .banner__text-container h2 {
  line-height: 42px;
}
@media screen and (min-width: 393px) {
  .secondary-banner .banner__text-container h2 {
    line-height: calc(42px + 20 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .secondary-banner .banner__text-container h2 {
    line-height: 62px;
  }
}
@media (min-width: 992px) {
  .secondary-banner .banner__text-container h2 {
    font-weight: 700;
    text-transform: uppercase;
  }
}
.secondary-banner .banner__text-container .btn {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding-block: 10px;
  padding-inline: 25px;
  border: 1px solid #F0ECE1;
}
@media (min-width: 992px) {
  .secondary-banner .banner__text-container .btn {
    font-size: 15px;
    line-height: normal;
    border: 2px solid #F0ECE1;
    letter-spacing: 0.08em;
    margin-block-end: 10px;
    padding-block: 13px;
    padding-inline: 38px;
  }
}

@media (min-width: 992px) {
  .media-banner-with-content__container {
    padding-block: 100px;
  }
}
@media (min-width: 992px) {
  .media-banner-with-content__content {
    max-inline-size: 1008px;
  }
}
.media-banner-with-content__heading {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.media-banner-with-content__heading {
  font-size: 36px;
}
@media screen and (min-width: 393px) {
  .media-banner-with-content__heading {
    font-size: calc(36px + 20 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .media-banner-with-content__heading {
    font-size: 56px;
  }
}
.media-banner-with-content__heading {
  line-height: 42px;
}
@media screen and (min-width: 393px) {
  .media-banner-with-content__heading {
    line-height: calc(42px + 20 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .media-banner-with-content__heading {
    line-height: 62px;
  }
}
.media-banner-with-content__heading {
  max-inline-size: 810px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .media-banner-with-content__heading {
    padding-block: 10px;
    padding-inline: 10px;
    margin-block-end: 10px;
  }
}
.media-banner-with-content__paragraph {
  display: block;
}
.media-banner-with-content__paragraph p {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0;
  text-align: center;
}
.media-banner-with-content__paragraph p {
  font-size: 18px;
}
@media screen and (min-width: 393px) {
  .media-banner-with-content__paragraph p {
    font-size: calc(18px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .media-banner-with-content__paragraph p {
    font-size: 22px;
  }
}
.media-banner-with-content__paragraph p {
  line-height: 22px;
}
@media screen and (min-width: 393px) {
  .media-banner-with-content__paragraph p {
    line-height: calc(22px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .media-banner-with-content__paragraph p {
    line-height: 26px;
  }
}
.media-banner-with-content__paragraph p {
  margin-block-end: 22px;
}
@media (min-width: 992px) {
  .media-banner-with-content__paragraph p {
    padding-block: 10px;
    padding-inline: 10px;
    margin-block-end: 32px;
  }
}
.media-banner-with-content__paragraph p:last-child {
  margin-block-end: 0;
}
@media (min-width: 992px) {
  .media-banner-with-content__paragraph p:last-child {
    margin-block-end: 0;
  }
}

@media (min-width: 992px) {
  .home_page .media-banner-with-content:not([data-media-type=video]):not([data-media-type=image]) .media-banner-with-content__container {
    padding-block-end: 100px;
  }
}
.home_page .two_col_wrapper .two_col_content h3 {
  padding-block: 0;
  padding-inline: 0;
}

.two_col_wrapper,
.two_col_wrapper.zero_margin {
  gap: 0;
}
.two_col_wrapper .two_col_img,
.two_col_wrapper.zero_margin .two_col_img {
  height: unset;
  min-height: 292px;
}
.two_col_wrapper .two_col_img img,
.two_col_wrapper.zero_margin .two_col_img img {
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .two_col_wrapper .two_col_img img,
  .two_col_wrapper.zero_margin .two_col_img img {
    aspect-ratio: 1;
  }
}
@media (min-width: 992px) {
  .two_col_wrapper .two_col_content,
  .two_col_wrapper.zero_margin .two_col_content {
    padding-inline-start: 6.458333333vi;
    padding-inline-end: 6.458333333vi;
  }
}
.two_col_wrapper .two_col_content h3,
.two_col_wrapper.zero_margin .two_col_content h3 {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.two_col_wrapper .two_col_content h3,
.two_col_wrapper.zero_margin .two_col_content h3 {
  font-size: 36px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper .two_col_content h3,
  .two_col_wrapper.zero_margin .two_col_content h3 {
    font-size: calc(36px + 20 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper .two_col_content h3,
  .two_col_wrapper.zero_margin .two_col_content h3 {
    font-size: 56px;
  }
}
.two_col_wrapper .two_col_content h3,
.two_col_wrapper.zero_margin .two_col_content h3 {
  line-height: 42px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper .two_col_content h3,
  .two_col_wrapper.zero_margin .two_col_content h3 {
    line-height: calc(42px + 20 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper .two_col_content h3,
  .two_col_wrapper.zero_margin .two_col_content h3 {
    line-height: 62px;
  }
}
@media (min-width: 992px) {
  .two_col_wrapper .two_col_content h3,
  .two_col_wrapper.zero_margin .two_col_content h3 {
    margin-block-end: 20px;
    margin-block-start: 0;
    padding-block: 0;
  }
}
.two_col_wrapper .two_col_content h4,
.two_col_wrapper.zero_margin .two_col_content h4 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}
.two_col_wrapper .two_col_content h4,
.two_col_wrapper.zero_margin .two_col_content h4 {
  font-size: 16px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper .two_col_content h4,
  .two_col_wrapper.zero_margin .two_col_content h4 {
    font-size: calc(16px + 6 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper .two_col_content h4,
  .two_col_wrapper.zero_margin .two_col_content h4 {
    font-size: 22px;
  }
}
.two_col_wrapper .two_col_content h4,
.two_col_wrapper.zero_margin .two_col_content h4 {
  margin-block-end: 30px;
}
@media (min-width: 992px) {
  .two_col_wrapper .two_col_content h4,
  .two_col_wrapper.zero_margin .two_col_content h4 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.115em;
    text-transform: uppercase;
    padding-block-start: 10px;
    margin-block-end: 20px;
  }
}
.two_col_wrapper .two_col_content h4 span,
.two_col_wrapper.zero_margin .two_col_content h4 span {
  display: inline-block;
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.two_col_wrapper .two_col_content h4 span,
.two_col_wrapper.zero_margin .two_col_content h4 span {
  font-size: 18px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper .two_col_content h4 span,
  .two_col_wrapper.zero_margin .two_col_content h4 span {
    font-size: calc(18px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper .two_col_content h4 span,
  .two_col_wrapper.zero_margin .two_col_content h4 span {
    font-size: 22px;
  }
}
.two_col_wrapper .two_col_content h4 span,
.two_col_wrapper.zero_margin .two_col_content h4 span {
  line-height: 22px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper .two_col_content h4 span,
  .two_col_wrapper.zero_margin .two_col_content h4 span {
    line-height: calc(22px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper .two_col_content h4 span,
  .two_col_wrapper.zero_margin .two_col_content h4 span {
    line-height: 26px;
  }
}
.two_col_wrapper .two_col_content h4 span,
.two_col_wrapper.zero_margin .two_col_content h4 span {
  margin-block-start: 15px;
}
@media (min-width: 992px) {
  .two_col_wrapper .two_col_content h4 span,
  .two_col_wrapper.zero_margin .two_col_content h4 span {
    display: inline;
    letter-spacing: 0;
    margin-block-start: 0;
  }
}
.two_col_wrapper .two_col_content p,
.two_col_wrapper.zero_margin .two_col_content p {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  margin-block-end: 25px;
}
.two_col_wrapper .two_col_content p,
.two_col_wrapper.zero_margin .two_col_content p {
  font-size: 18px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper .two_col_content p,
  .two_col_wrapper.zero_margin .two_col_content p {
    font-size: calc(18px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper .two_col_content p,
  .two_col_wrapper.zero_margin .two_col_content p {
    font-size: 22px;
  }
}
.two_col_wrapper .two_col_content p,
.two_col_wrapper.zero_margin .two_col_content p {
  line-height: 22px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper .two_col_content p,
  .two_col_wrapper.zero_margin .two_col_content p {
    line-height: calc(22px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper .two_col_content p,
  .two_col_wrapper.zero_margin .two_col_content p {
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .two_col_wrapper .two_col_content p,
  .two_col_wrapper.zero_margin .two_col_content p {
    font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    padding-block: 10px;
    margin-block-end: 20px;
  }
}
.two_col_wrapper .two_col_content .btn,
.two_col_wrapper.zero_margin .two_col_content .btn {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
  border-radius: 0 !important;
  border-width: 2px;
  padding-block: 8px;
  padding-inline: 23px;
}
.two_col_wrapper .two_col_content .btn,
.two_col_wrapper.zero_margin .two_col_content .btn {
  font-size: 10px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper .two_col_content .btn,
  .two_col_wrapper.zero_margin .two_col_content .btn {
    font-size: calc(10px + 5 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper .two_col_content .btn,
  .two_col_wrapper.zero_margin .two_col_content .btn {
    font-size: 15px;
  }
}
.two_col_wrapper .two_col_content .btn:hover,
.two_col_wrapper.zero_margin .two_col_content .btn:hover {
  background-color: transparent !important;
  border-color: #F0ECE1 !important;
  color: #F0ECE1 !important;
}
@media (min-width: 992px) {
  .two_col_wrapper .two_col_content .btn,
  .two_col_wrapper.zero_margin .two_col_content .btn {
    padding-block: 13px;
    padding-inline: 38px;
    margin-block-end: 10px;
    place-self: center;
  }
}
.two_col_wrapper:has(.two_col_img_slider) .slick-list,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .slick-list {
  overflow: visible;
}
@media (min-width: 992px) {
  .two_col_wrapper:has(.two_col_img_slider) .slick-list,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .slick-list {
    overflow: hidden;
  }
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_img,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_img {
  height: unset;
  min-height: 292px;
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_img img,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_img img {
  aspect-ratio: 1.345890411;
}
@media (min-width: 992px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_img img,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_img img {
    aspect-ratio: 1.068249258;
  }
}
@media (min-width: 992px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content {
    display: flex;
    padding-inline-start: 4.4444445vi;
    padding-inline-end: 6.458333333vi;
  }
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_content h3,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h3 {
  font-family: "acme-gothic-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_content h3,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h3 {
  font-size: 30px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content h3,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h3 {
    font-size: calc(30px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content h3,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h3 {
    font-size: 34px;
  }
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_content h3,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h3 {
  line-height: 34px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content h3,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h3 {
    line-height: calc(34px + 1 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content h3,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h3 {
    line-height: 35px;
  }
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_content h3,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h3 {
  margin-block-start: -9px;
  margin-block-end: 35px;
}
@media (min-width: 992px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content h3,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h3 {
    margin-block-end: 50px;
    margin-block-start: 0;
    padding-inline-end: 32%;
  }
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_content h4,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h4 {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_content h4,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h4 {
  font-size: 16px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content h4,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h4 {
    font-size: calc(16px + 6 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content h4,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h4 {
    font-size: 22px;
  }
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_content h4,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h4 {
  margin-block-end: 30px;
  margin-block-start: -9px;
}
@media (min-width: 992px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content h4,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content h4 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.115em;
    text-transform: uppercase;
    margin-block-start: 0;
    padding-block-start: 10px;
  }
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_content p,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content p {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: middle;
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_content p,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content p {
  font-size: 18px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content p,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content p {
    font-size: calc(18px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content p,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content p {
    font-size: 22px;
  }
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_content p,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content p {
  line-height: 22px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content p,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content p {
    line-height: calc(22px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content p,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content p {
    line-height: 26px;
  }
}
.two_col_wrapper:has(.two_col_img_slider) .two_col_content p,
.two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content p {
  margin-block-start: -5px;
}
@media (min-width: 992px) {
  .two_col_wrapper:has(.two_col_img_slider) .two_col_content p,
  .two_col_wrapper.zero_margin:has(.two_col_img_slider) .two_col_content p {
    font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    padding-block: 10px;
    margin-block-start: -10px;
  }
}
.two_col_wrapper .two_col_img_slider_controls,
.two_col_wrapper.zero_margin .two_col_img_slider_controls {
  margin-block-start: 0;
}
@media (min-width: 992px) {
  .two_col_wrapper .two_col_img_slider_controls,
  .two_col_wrapper.zero_margin .two_col_img_slider_controls {
    margin-block-start: 0;
    height: 24px;
    gap: 16px;
  }
}
.two_col_wrapper .two_col_img_slider_controls .two_col_img_slider_prev,
.two_col_wrapper.zero_margin .two_col_img_slider_controls .two_col_img_slider_prev {
  line-height: 0;
}
.two_col_wrapper .two_col_img_slider_controls .two_col_img_slider_prev svg,
.two_col_wrapper.zero_margin .two_col_img_slider_controls .two_col_img_slider_prev svg {
  display: none;
}
.two_col_wrapper .two_col_img_slider_controls .two_col_img_slider_prev::after,
.two_col_wrapper.zero_margin .two_col_img_slider_controls .two_col_img_slider_prev::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 16.8px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2224%22%20viewBox%3D%220%200%2050%2024%22%20fill%3D%22%23666C58%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_289_365)%22%3E%3Cpath%20d%3D%22M0%2011.1071V12.8929C5.99755%2015.4286%2011.2432%2018.55%2011.2432%2024H14.854C14.854%2018.1357%2011.0334%2014.8429%205.36807%2013.5786V13.4071H50V10.5929H5.37681V10.4214C11.0421%209.15%2014.8627%205.86429%2014.8627%200H11.252C11.252%205.45%206.00629%208.57143%200.00874329%2011.1071H0Z%22%20%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_289_365%22%3E%3Crect%20width%3D%2250%22%20height%3D%2224%22%20transform%3D%22matrix(-1%200%200%201%2050%200)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: 100%;
}
@media (min-width: 992px) {
  .two_col_wrapper .two_col_img_slider_controls .two_col_img_slider_prev::after,
  .two_col_wrapper.zero_margin .two_col_img_slider_controls .two_col_img_slider_prev::after {
    width: 50px;
    height: 24px;
  }
}
.two_col_wrapper .two_col_img_slider_controls .two_col_img_slider_prev:hover,
.two_col_wrapper.zero_margin .two_col_img_slider_controls .two_col_img_slider_prev:hover {
  opacity: 0.5;
}
.two_col_wrapper .two_col_img_slider_controls .two_col_img_slider_next,
.two_col_wrapper.zero_margin .two_col_img_slider_controls .two_col_img_slider_next {
  line-height: 0;
}
.two_col_wrapper .two_col_img_slider_controls .two_col_img_slider_next svg,
.two_col_wrapper.zero_margin .two_col_img_slider_controls .two_col_img_slider_next svg {
  display: none;
}
.two_col_wrapper .two_col_img_slider_controls .two_col_img_slider_next::after,
.two_col_wrapper.zero_margin .two_col_img_slider_controls .two_col_img_slider_next::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2224%22%20viewBox%3D%220%200%2050%2024%22%20fill%3D%22%23666C58%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_289_372)%22%3E%3Cpath%20d%3D%22M50%2011.1071V12.8929C44.0024%2015.4286%2038.7568%2018.55%2038.7568%2024H35.146C35.146%2018.1357%2038.9666%2014.8429%2044.6319%2013.5786V13.4071H0V10.5929H44.6232V10.4214C38.9579%209.15%2035.1373%205.86429%2035.1373%200H38.748C38.748%205.45%2043.9937%208.57143%2049.9913%2011.1071H50Z%22%20%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_289_372%22%3E%3Crect%20width%3D%2250%22%20height%3D%2224%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  width: 35px;
  height: 16.8px;
  background-size: 100%;
}
@media (min-width: 992px) {
  .two_col_wrapper .two_col_img_slider_controls .two_col_img_slider_next::after,
  .two_col_wrapper.zero_margin .two_col_img_slider_controls .two_col_img_slider_next::after {
    width: 50px;
    height: 24px;
  }
}
.two_col_wrapper .two_col_img_slider_controls .two_col_img_slider_next:hover,
.two_col_wrapper.zero_margin .two_col_img_slider_controls .two_col_img_slider_next:hover {
  opacity: 0.5;
}
.two_col_wrapper.text-center .two_col_content .content_box,
.two_col_wrapper.zero_margin.text-center .two_col_content .content_box {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}
.two_col_wrapper.text-center .two_col_content .content_box h3,
.two_col_wrapper.text-center .two_col_content .content_box p,
.two_col_wrapper.zero_margin.text-center .two_col_content .content_box h3,
.two_col_wrapper.zero_margin.text-center .two_col_content .content_box p {
  text-align: center;
}
.two_col_wrapper.testimonial_two_col_wrapper .two_col_img,
.two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_img {
  height: unset;
  min-height: 292px;
}
.two_col_wrapper.testimonial_two_col_wrapper .two_col_img img,
.two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_img img {
  aspect-ratio: 1.345890411;
}
@media (min-width: 992px) {
  .two_col_wrapper.testimonial_two_col_wrapper .two_col_img img,
  .two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_img img {
    aspect-ratio: 1.766871166;
  }
}
@media (min-width: 992px) {
  .two_col_wrapper.testimonial_two_col_wrapper .two_col_content,
  .two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_content {
    padding-block: 178px;
  }
}
.two_col_wrapper.testimonial_two_col_wrapper .two_col_content h4 span,
.two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_content h4 span {
  text-transform: none;
}
@media (min-width: 992px) {
  .two_col_wrapper.testimonial_two_col_wrapper .two_col_content h3,
  .two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_content h3 {
    padding-inline-end: 0;
  }
}
.two_col_wrapper.testimonial_two_col_wrapper .two_col_content h3 span,
.two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_content h3 span {
  font-family: "acme-gothic-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.two_col_wrapper.testimonial_two_col_wrapper .two_col_content h3 span,
.two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_content h3 span {
  font-size: 30px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper.testimonial_two_col_wrapper .two_col_content h3 span,
  .two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_content h3 span {
    font-size: calc(30px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper.testimonial_two_col_wrapper .two_col_content h3 span,
  .two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_content h3 span {
    font-size: 34px;
  }
}
.two_col_wrapper.testimonial_two_col_wrapper .two_col_content h3 span,
.two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_content h3 span {
  line-height: 34px;
}
@media screen and (min-width: 393px) {
  .two_col_wrapper.testimonial_two_col_wrapper .two_col_content h3 span,
  .two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_content h3 span {
    line-height: calc(34px + 1 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .two_col_wrapper.testimonial_two_col_wrapper .two_col_content h3 span,
  .two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_content h3 span {
    line-height: 35px;
  }
}
@media (max-width: 575.8px) {
  .two_col_wrapper.testimonial_two_col_wrapper .two_col_content h3 span,
  .two_col_wrapper.zero_margin.testimonial_two_col_wrapper .two_col_content h3 span {
    display: block;
  }
}

@media (max-width: 991.8px) {
  .amenities_list_wrapper,
  .amenities_list_wrapper.guidelines_wrapper,
  .amenities_list_wrapper.bordered-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .amenities_list_wrapper,
  .amenities_list_wrapper.guidelines_wrapper,
  .amenities_list_wrapper.bordered-list-wrapper {
    padding-block: 100px;
    padding-inline: 6.458333333vi;
  }
}
@media (min-width: 992px) {
  .amenities_list_wrapper .column_wrapper,
  .amenities_list_wrapper.guidelines_wrapper .column_wrapper,
  .amenities_list_wrapper.bordered-list-wrapper .column_wrapper {
    column-gap: 56px;
    row-gap: 70px;
  }
}
@media (max-width: 991.8px) {
  .amenities_list_wrapper .column_wrapper .column h4,
  .amenities_list_wrapper.guidelines_wrapper .column_wrapper .column h4,
  .amenities_list_wrapper.bordered-list-wrapper .column_wrapper .column h4 {
    margin-block-end: -5px;
    margin-block-start: -5px;
  }
}
@media (max-width: 991.8px) {
  .amenities_list_wrapper .column_wrapper .column:first-of-type h4,
  .amenities_list_wrapper.guidelines_wrapper .column_wrapper .column:first-of-type h4,
  .amenities_list_wrapper.bordered-list-wrapper .column_wrapper .column:first-of-type h4 {
    margin-block-end: -6px;
    margin-block-start: -10px;
  }
}
.amenities_list_wrapper h2,
.amenities_list_wrapper .col_heading,
.amenities_list_wrapper.guidelines_wrapper h2,
.amenities_list_wrapper.guidelines_wrapper .col_heading,
.amenities_list_wrapper.bordered-list-wrapper h2,
.amenities_list_wrapper.bordered-list-wrapper .col_heading {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.amenities_list_wrapper h2,
.amenities_list_wrapper .col_heading,
.amenities_list_wrapper.guidelines_wrapper h2,
.amenities_list_wrapper.guidelines_wrapper .col_heading,
.amenities_list_wrapper.bordered-list-wrapper h2,
.amenities_list_wrapper.bordered-list-wrapper .col_heading {
  font-size: 30px;
}
@media screen and (min-width: 393px) {
  .amenities_list_wrapper h2,
  .amenities_list_wrapper .col_heading,
  .amenities_list_wrapper.guidelines_wrapper h2,
  .amenities_list_wrapper.guidelines_wrapper .col_heading,
  .amenities_list_wrapper.bordered-list-wrapper h2,
  .amenities_list_wrapper.bordered-list-wrapper .col_heading {
    font-size: calc(30px + 14 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .amenities_list_wrapper h2,
  .amenities_list_wrapper .col_heading,
  .amenities_list_wrapper.guidelines_wrapper h2,
  .amenities_list_wrapper.guidelines_wrapper .col_heading,
  .amenities_list_wrapper.bordered-list-wrapper h2,
  .amenities_list_wrapper.bordered-list-wrapper .col_heading {
    font-size: 44px;
  }
}
.amenities_list_wrapper h2,
.amenities_list_wrapper .col_heading,
.amenities_list_wrapper.guidelines_wrapper h2,
.amenities_list_wrapper.guidelines_wrapper .col_heading,
.amenities_list_wrapper.bordered-list-wrapper h2,
.amenities_list_wrapper.bordered-list-wrapper .col_heading {
  line-height: 34px;
}
@media screen and (min-width: 393px) {
  .amenities_list_wrapper h2,
  .amenities_list_wrapper .col_heading,
  .amenities_list_wrapper.guidelines_wrapper h2,
  .amenities_list_wrapper.guidelines_wrapper .col_heading,
  .amenities_list_wrapper.bordered-list-wrapper h2,
  .amenities_list_wrapper.bordered-list-wrapper .col_heading {
    line-height: calc(34px + 16 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .amenities_list_wrapper h2,
  .amenities_list_wrapper .col_heading,
  .amenities_list_wrapper.guidelines_wrapper h2,
  .amenities_list_wrapper.guidelines_wrapper .col_heading,
  .amenities_list_wrapper.bordered-list-wrapper h2,
  .amenities_list_wrapper.bordered-list-wrapper .col_heading {
    line-height: 50px;
  }
}
.amenities_list_wrapper h2,
.amenities_list_wrapper .col_heading,
.amenities_list_wrapper.guidelines_wrapper h2,
.amenities_list_wrapper.guidelines_wrapper .col_heading,
.amenities_list_wrapper.bordered-list-wrapper h2,
.amenities_list_wrapper.bordered-list-wrapper .col_heading {
  padding-inline: 12%;
  margin-block-start: -7px;
  text-align: center;
  margin-block-end: 0;
}
@media (min-width: 992px) {
  .amenities_list_wrapper h2,
  .amenities_list_wrapper .col_heading,
  .amenities_list_wrapper.guidelines_wrapper h2,
  .amenities_list_wrapper.guidelines_wrapper .col_heading,
  .amenities_list_wrapper.bordered-list-wrapper h2,
  .amenities_list_wrapper.bordered-list-wrapper .col_heading {
    margin-block-start: 0;
    margin-block-end: 70px;
  }
}
.amenities_list_wrapper h4,
.amenities_list_wrapper .heading_level_four,
.amenities_list_wrapper.guidelines_wrapper h4,
.amenities_list_wrapper.guidelines_wrapper .heading_level_four,
.amenities_list_wrapper.bordered-list-wrapper h4,
.amenities_list_wrapper.bordered-list-wrapper .heading_level_four {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .amenities_list_wrapper h4,
  .amenities_list_wrapper .heading_level_four,
  .amenities_list_wrapper.guidelines_wrapper h4,
  .amenities_list_wrapper.guidelines_wrapper .heading_level_four,
  .amenities_list_wrapper.bordered-list-wrapper h4,
  .amenities_list_wrapper.bordered-list-wrapper .heading_level_four {
    font-size: 22px;
    line-height: normal;
    margin-block-start: 0;
    padding-block: 10px;
    padding-inline-start: 20px;
    padding-inline-end: 69px;
  }
}
.amenities_list_wrapper .paragraph,
.amenities_list_wrapper.guidelines_wrapper .paragraph,
.amenities_list_wrapper.bordered-list-wrapper .paragraph {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin-block-start: 20px;
}
.amenities_list_wrapper .paragraph,
.amenities_list_wrapper.guidelines_wrapper .paragraph,
.amenities_list_wrapper.bordered-list-wrapper .paragraph {
  font-size: 18px;
}
@media screen and (min-width: 393px) {
  .amenities_list_wrapper .paragraph,
  .amenities_list_wrapper.guidelines_wrapper .paragraph,
  .amenities_list_wrapper.bordered-list-wrapper .paragraph {
    font-size: calc(18px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .amenities_list_wrapper .paragraph,
  .amenities_list_wrapper.guidelines_wrapper .paragraph,
  .amenities_list_wrapper.bordered-list-wrapper .paragraph {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .amenities_list_wrapper .paragraph,
  .amenities_list_wrapper.guidelines_wrapper .paragraph,
  .amenities_list_wrapper.bordered-list-wrapper .paragraph {
    line-height: normal;
    letter-spacing: 0;
  }
}
.amenities_list_wrapper ul li,
.amenities_list_wrapper ul .list-item,
.amenities_list_wrapper.guidelines_wrapper ul li,
.amenities_list_wrapper.guidelines_wrapper ul .list-item,
.amenities_list_wrapper.bordered-list-wrapper ul li,
.amenities_list_wrapper.bordered-list-wrapper ul .list-item {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  padding-block-start: 20px;
  padding-block-end: 16px;
}
.amenities_list_wrapper ul li,
.amenities_list_wrapper ul .list-item,
.amenities_list_wrapper.guidelines_wrapper ul li,
.amenities_list_wrapper.guidelines_wrapper ul .list-item,
.amenities_list_wrapper.bordered-list-wrapper ul li,
.amenities_list_wrapper.bordered-list-wrapper ul .list-item {
  font-size: 18px;
}
@media screen and (min-width: 393px) {
  .amenities_list_wrapper ul li,
  .amenities_list_wrapper ul .list-item,
  .amenities_list_wrapper.guidelines_wrapper ul li,
  .amenities_list_wrapper.guidelines_wrapper ul .list-item,
  .amenities_list_wrapper.bordered-list-wrapper ul li,
  .amenities_list_wrapper.bordered-list-wrapper ul .list-item {
    font-size: calc(18px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .amenities_list_wrapper ul li,
  .amenities_list_wrapper ul .list-item,
  .amenities_list_wrapper.guidelines_wrapper ul li,
  .amenities_list_wrapper.guidelines_wrapper ul .list-item,
  .amenities_list_wrapper.bordered-list-wrapper ul li,
  .amenities_list_wrapper.bordered-list-wrapper ul .list-item {
    font-size: 22px;
  }
}
.amenities_list_wrapper ul li,
.amenities_list_wrapper ul .list-item,
.amenities_list_wrapper.guidelines_wrapper ul li,
.amenities_list_wrapper.guidelines_wrapper ul .list-item,
.amenities_list_wrapper.bordered-list-wrapper ul li,
.amenities_list_wrapper.bordered-list-wrapper ul .list-item {
  line-height: 22px;
}
@media screen and (min-width: 393px) {
  .amenities_list_wrapper ul li,
  .amenities_list_wrapper ul .list-item,
  .amenities_list_wrapper.guidelines_wrapper ul li,
  .amenities_list_wrapper.guidelines_wrapper ul .list-item,
  .amenities_list_wrapper.bordered-list-wrapper ul li,
  .amenities_list_wrapper.bordered-list-wrapper ul .list-item {
    line-height: calc(22px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .amenities_list_wrapper ul li,
  .amenities_list_wrapper ul .list-item,
  .amenities_list_wrapper.guidelines_wrapper ul li,
  .amenities_list_wrapper.guidelines_wrapper ul .list-item,
  .amenities_list_wrapper.bordered-list-wrapper ul li,
  .amenities_list_wrapper.bordered-list-wrapper ul .list-item {
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .amenities_list_wrapper ul li,
  .amenities_list_wrapper ul .list-item,
  .amenities_list_wrapper.guidelines_wrapper ul li,
  .amenities_list_wrapper.guidelines_wrapper ul .list-item,
  .amenities_list_wrapper.bordered-list-wrapper ul li,
  .amenities_list_wrapper.bordered-list-wrapper ul .list-item {
    padding-block-start: 20px;
    padding-block-end: 20px;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
  }
}
.amenities_list_wrapper ul li:first-child,
.amenities_list_wrapper ul .list-item:first-child,
.amenities_list_wrapper.guidelines_wrapper ul li:first-child,
.amenities_list_wrapper.guidelines_wrapper ul .list-item:first-child,
.amenities_list_wrapper.bordered-list-wrapper ul li:first-child,
.amenities_list_wrapper.bordered-list-wrapper ul .list-item:first-child {
  padding-block-start: 0;
  padding-block-end: 20px;
}
@media (min-width: 992px) {
  .amenities_list_wrapper ul li:first-child,
  .amenities_list_wrapper ul .list-item:first-child,
  .amenities_list_wrapper.guidelines_wrapper ul li:first-child,
  .amenities_list_wrapper.guidelines_wrapper ul .list-item:first-child,
  .amenities_list_wrapper.bordered-list-wrapper ul li:first-child,
  .amenities_list_wrapper.bordered-list-wrapper ul .list-item:first-child {
    padding-block-start: 10px;
    padding-inline-start: 5px;
  }
}
@media (min-width: 992px) {
  .amenities_list_wrapper ul li:last-child,
  .amenities_list_wrapper ul .list-item:last-child,
  .amenities_list_wrapper.guidelines_wrapper ul li:last-child,
  .amenities_list_wrapper.guidelines_wrapper ul .list-item:last-child,
  .amenities_list_wrapper.bordered-list-wrapper ul li:last-child,
  .amenities_list_wrapper.bordered-list-wrapper ul .list-item:last-child {
    margin-block-end: 10px;
  }
}
.amenities_list_wrapper ul .bordered_list,
.amenities_list_wrapper.guidelines_wrapper ul .bordered_list,
.amenities_list_wrapper.bordered-list-wrapper ul .bordered_list {
  border-width: 0;
  position: relative;
}
.amenities_list_wrapper ul .bordered_list::after,
.amenities_list_wrapper.guidelines_wrapper ul .bordered_list::after,
.amenities_list_wrapper.bordered-list-wrapper ul .bordered_list::after {
  position: absolute;
  display: block;
  content: "";
  height: 0.5px;
  width: 100%;
  bottom: 0;
  background-color: currentColor;
  left: 0;
}
@media (min-width: 992px) {
  .amenities_list_wrapper ul .bordered_list::after,
  .amenities_list_wrapper.guidelines_wrapper ul .bordered_list::after,
  .amenities_list_wrapper.bordered-list-wrapper ul .bordered_list::after {
    height: 1px;
  }
}
@media (min-width: 992px) {
  .amenities_list_wrapper ul .bordered_list,
  .amenities_list_wrapper.guidelines_wrapper ul .bordered_list,
  .amenities_list_wrapper.bordered-list-wrapper ul .bordered_list {
    border-width: 0;
  }
}

@media (min-width: 992px) {
  .amenities_list_wrapper.guidelines_wrapper {
    padding-block: 50px;
    padding-inline: 6.458333333vi;
  }
}
.amenities_list_wrapper.guidelines_wrapper .column_wrapper {
  gap: 40px;
}
@media (min-width: 992px) {
  .amenities_list_wrapper.guidelines_wrapper .column_wrapper {
    column-gap: 62px;
    row-gap: 36px;
  }
}
@media (min-width: 992px) {
  .amenities_list_wrapper.guidelines_wrapper .main-heading-wrapper .paragraph {
    padding-block: 0;
  }
}
.amenities_list_wrapper.guidelines_wrapper h2,
.amenities_list_wrapper.guidelines_wrapper .col_heading {
  margin-block-start: -6px;
}
@media (min-width: 992px) {
  .amenities_list_wrapper.guidelines_wrapper h2,
  .amenities_list_wrapper.guidelines_wrapper .col_heading {
    padding-block: 10px;
    margin-block-start: 0;
    margin-block-end: 36px;
  }
}
.amenities_list_wrapper.guidelines_wrapper .heading_level_four,
.amenities_list_wrapper.guidelines_wrapper h4 {
  margin-block-end: -5px;
  margin-block-start: -6px;
}
@media (min-width: 992px) {
  .amenities_list_wrapper.guidelines_wrapper .heading_level_four,
  .amenities_list_wrapper.guidelines_wrapper h4 {
    margin-block-start: 0;
    margin-block-end: -10px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    padding-block-end: 10px;
    padding-block-start: 10px;
  }
}
.amenities_list_wrapper.guidelines_wrapper .paragraph {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin-block-start: 20px;
}
.amenities_list_wrapper.guidelines_wrapper .paragraph {
  font-size: 18px;
}
@media screen and (min-width: 393px) {
  .amenities_list_wrapper.guidelines_wrapper .paragraph {
    font-size: calc(18px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .amenities_list_wrapper.guidelines_wrapper .paragraph {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .amenities_list_wrapper.guidelines_wrapper .paragraph {
    line-height: 26px;
    letter-spacing: 0;
    padding-block: 10px;
  }
}

.faq-accordion__container {
  padding-inline: 20px;
}
@media (min-width: 992px) {
  .faq-accordion__container {
    padding-inline: 6.458333333vi;
  }
}
@media (min-width: 992px) {
  .faq-accordion__content {
    padding-block: 100px;
    max-inline-size: 819px;
  }
}
.faq-accordion__title {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.faq-accordion__title {
  font-size: 30px;
}
@media screen and (min-width: 393px) {
  .faq-accordion__title {
    font-size: calc(30px + 14 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .faq-accordion__title {
    font-size: 44px;
  }
}
.faq-accordion__title {
  line-height: 34px;
}
@media screen and (min-width: 393px) {
  .faq-accordion__title {
    line-height: calc(34px + 16 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .faq-accordion__title {
    line-height: 50px;
  }
}
.faq-accordion__title {
  margin-block-start: -8px;
  margin-block-end: 20px;
  color: currentColor;
}
@media (min-width: 992px) {
  .faq-accordion__title {
    margin-block-start: 0;
    margin-block-end: 24px;
  }
}
.faq-accordion__question {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  padding-block: 20px;
}
.faq-accordion__question {
  font-size: 18px;
}
@media screen and (min-width: 393px) {
  .faq-accordion__question {
    font-size: calc(18px + 4 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .faq-accordion__question {
    font-size: 22px;
  }
}
.faq-accordion__question {
  line-height: 22px;
}
@media screen and (min-width: 393px) {
  .faq-accordion__question {
    line-height: calc(22px + 2 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .faq-accordion__question {
    line-height: 24px;
  }
}
.faq-accordion__question {
  color: currentColor;
}
@media (min-width: 992px) {
  .faq-accordion__question {
    font-weight: 700;
    letter-spacing: 0;
    padding-block: 10px;
    padding-inline-start: 5px;
  }
}
.faq-accordion__question:hover {
  color: currentColor;
}
.faq-accordion__answer {
  padding-inline-start: 0;
  padding-inline-end: 34px;
}
@media (min-width: 992px) {
  .faq-accordion__answer {
    padding-inline-start: 5px;
    padding-inline-end: 64px;
    padding-block-end: 10px;
  }
}
.faq-accordion__answer p {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #F0ECE1;
}
.faq-accordion__answer p {
  font-size: 14px;
}
@media screen and (min-width: 393px) {
  .faq-accordion__answer p {
    font-size: calc(14px + 2 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .faq-accordion__answer p {
    font-size: 16px;
  }
}
.faq-accordion__answer p {
  line-height: 20px;
}
@media screen and (min-width: 393px) {
  .faq-accordion__answer p {
    line-height: calc(20px + 2 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .faq-accordion__answer p {
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .faq-accordion__answer p {
    font-weight: 400;
  }
}
.faq-accordion__answer p a {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #C8B694;
}
.faq-accordion__answer p a {
  font-size: 14px;
}
@media screen and (min-width: 393px) {
  .faq-accordion__answer p a {
    font-size: calc(14px + 2 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .faq-accordion__answer p a {
    font-size: 16px;
  }
}
.faq-accordion__answer p a {
  line-height: 20px;
}
@media screen and (min-width: 393px) {
  .faq-accordion__answer p a {
    line-height: calc(20px + 2 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .faq-accordion__answer p a {
    line-height: 22px;
  }
}
.faq-accordion__answer p a:hover {
  color: #DACEBA;
}
.faq-accordion__item {
  margin-block-start: 0;
  border-bottom: 1px solid #F0ECE1;
}
@media (min-width: 992px) {
  .faq-accordion__item {
    margin-block-start: 0;
  }
}
.faq-accordion__item:first-of-type {
  border-top: 1px solid #F0ECE1;
}
.faq-accordion__icon {
  width: 14px;
  height: 14px;
}
@media (min-width: 992px) {
  .faq-accordion__icon {
    right: 5px;
    width: 15px;
    height: 15px;
  }
}
.faq-accordion__icon::after {
  height: 14px;
  width: 1px;
  left: 6px;
  background-color: currentColor;
}
@media (min-width: 992px) {
  .faq-accordion__icon::after {
    width: 1.5px;
    height: 15px;
    left: 6.5px;
  }
}
.faq-accordion__icon::before {
  height: 1px;
  width: 14px;
  top: 6px;
  background-color: currentColor;
}
@media (min-width: 992px) {
  .faq-accordion__icon::before {
    height: 1.5px;
    width: 15px;
    top: 6.5px;
  }
}

.page-not-found .root {
  display: flex;
  flex-direction: column;
  min-height: 100lvh;
}
.page-not-found #mainContent {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page-not-found-page {
  flex: 1;
}
@media (max-width: 991.8px) {
  .page-not-found-page__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.page-not-found-page__title {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.115em;
  vertical-align: middle;
  text-transform: uppercase;
}
.page-not-found-page__title {
  font-size: 16px;
}
@media screen and (min-width: 393px) {
  .page-not-found-page__title {
    font-size: calc(16px + 10 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .page-not-found-page__title {
    font-size: 26px;
  }
}
.page-not-found-page__title {
  margin-block-end: 0;
}
@media (max-width: 991.8px) {
  .page-not-found-page__title {
    margin-block-start: -15px;
    margin-block-end: -5px;
  }
}
@media (min-width: 992px) {
  .page-not-found-page__title {
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.115em;
    text-align: center;
    text-transform: uppercase;
    margin-block-end: 10px;
    margin-block-start: 10px;
  }
}
.page-not-found-page__subtitle {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-block-end: 0;
}
@media (max-width: 991.8px) {
  .page-not-found-page__subtitle {
    margin-block-start: -15px;
    margin-block-end: -5px;
  }
}
.page-not-found-page__subtitle {
  font-size: 41px;
}
@media screen and (min-width: 393px) {
  .page-not-found-page__subtitle {
    font-size: calc(41px + 29 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .page-not-found-page__subtitle {
    font-size: 70px;
  }
}
.page-not-found-page__subtitle {
  line-height: 46px;
}
@media screen and (min-width: 393px) {
  .page-not-found-page__subtitle {
    line-height: calc(46px + 34 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .page-not-found-page__subtitle {
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .page-not-found-page__subtitle {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    margin-block-end: 20px;
  }
}
.page-not-found-page__take_me_home_button {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-not-found-page__take_me_home_button {
  font-size: 10px;
}
@media screen and (min-width: 393px) {
  .page-not-found-page__take_me_home_button {
    font-size: calc(10px + 5 * (100vw - 393px) / 1047);
  }
}
@media screen and (min-width: 1440px) {
  .page-not-found-page__take_me_home_button {
    font-size: 15px;
  }
}
.page-not-found-page__take_me_home_button {
  border-width: 1px;
  background-color: transparent;
  border-color: currentColor;
  border-style: solid;
  padding-block: 9px;
  padding-inline: 24px;
}
@media (min-width: 992px) {
  .page-not-found-page__take_me_home_button {
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    border-width: 2px;
    padding-block: 13px;
    padding-inline: 38px;
    margin-block: 10px;
  }
}
.page-not-found-page__take_me_home_button:hover {
  border-color: #261F1D;
  background-color: #261F1D;
  color: #F0ECE1 !important;
}

/*# sourceMappingURL=main.css.map */
