*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: auto;
  margin-top: 0 !important;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #f4f1ea;
}

section {
  overflow: hidden;
}

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

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

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

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

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

@font-face {
  font-family: "NaN Serf A Display";
  src: url("../fonts/NaNSerfADisplay-Regular.woff2") format("woff2"), url("../fonts/NaNSerfADisplay-Regular.woff") format("woff"), url("../fonts/NaNSerfADisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "forma-djr-display", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #0D1C33;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NaN Serf A Display", serif;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 116.6666666667%;
}

h1 {
  font-size: 4rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 28px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 26px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 25px;
}
@media (max-width: 768px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h6 {
    font-size: 20px;
  }
}

p {
  margin-bottom: 1rem;
  font-size: 1.375rem;
  letter-spacing: 0.025em;
  line-height: 122.7272727273%;
}
@media (max-width: 768px) {
  p {
    font-size: 1rem;
  }
}

li {
  font-size: 1.375rem;
  letter-spacing: 0.025em;
  line-height: 122.7272727273%;
}
@media (max-width: 768px) {
  li {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

.swiper-button-prev {
  width: auto;
  height: auto;
  font-size: 0;
  line-height: 1;
}
.swiper-button-prev svg {
  display: none;
}
.swiper-button-prev:before {
  content: url(../images/arrow-left.svg);
}

.swiper-button-next {
  width: auto;
  height: auto;
  font-size: 0;
  line-height: 1;
}
.swiper-button-next svg {
  display: none;
}
.swiper-button-next:before {
  content: url(../images/arrow-right.svg);
}

@media (min-width: 992px) {
  .show-in-lg {
    display: none !important;
  }
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  color: #ffffff;
  background-color: #0D1C33;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  header.site-header {
    padding: 26px 0;
  }
}
header.site-header .header-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  header.site-header .header-container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
header.site-header .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  header.site-header .header-container {
    max-width: 1920px;
    padding: 0 41px;
  }
}
header.site-header .logo {
  font-family: "NaN Serf A Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 102;
  position: relative;
}
header.site-header .logo a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  header.site-header .logo img {
    width: 148px;
  }
}
@media (max-width: 768px) {
  header.site-header .logo img {
    width: 136px;
  }
}
header.site-header nav.desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}
@media (max-width: 992px) {
  header.site-header nav.desktop-nav {
    display: none;
  }
}
header.site-header nav.desktop-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
}
@media (max-width: 992px) {
  header.site-header nav.desktop-nav ul {
    gap: 24px;
  }
}
header.site-header nav.desktop-nav ul li a {
  font-family: "forma-djr-display", sans-serif;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #ffffff;
}
header.site-header nav.desktop-nav ul li a:hover {
  opacity: 0.8;
}
header.site-header nav.desktop-nav .nav-back-link {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.025em;
}
header.site-header nav.desktop-nav .nav-back-link:hover {
  opacity: 0.8;
}
header.site-header .btn-book {
  padding: 14px 27px;
  border: 2px solid #A57B64;
  border-radius: 50px;
  color: #A57B64;
  font-family: "forma-djr-display", sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-header .btn-book:hover {
  background-color: #A57B64;
  color: #0D1C33;
}
header.site-header .nav-back-link {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.025em;
}
header.site-header .hamburger-btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30px;
  height: 14px;
  cursor: pointer;
  z-index: 102;
  position: relative;
}
@media (max-width: 992px) {
  header.site-header .hamburger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header.site-header .hamburger-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-header .hamburger-btn.is-active {
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.site-header .hamburger-btn.is-active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
header.site-header .hamburger-btn.is-active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}
header.site-header .mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0D1C33;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  header.site-header .mobile-menu-overlay {
    display: none !important;
  }
}
header.site-header .mobile-menu-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
header.site-header .mobile-menu-overlay .mobile-menu-container {
  width: 100%;
  padding: 72px 0;
  text-align: center;
  overflow-y: auto;
}
header.site-header .mobile-menu-overlay ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-bottom: 48px;
}
header.site-header .mobile-menu-overlay ul li a {
  font-family: "NaN Serf A Display", serif;
  font-size: 2rem;
  color: #ffffff;
}
header.site-header .mobile-menu-overlay ul li a:hover {
  opacity: 0.7;
}
header.site-header .mobile-menu-overlay .btn-book {
  font-size: 1rem;
  padding: 15px 40px;
}

footer.site-footer {
  background-color: #0D1C33;
  color: #ffffff;
  padding: 64px 0;
}
@media (max-width: 768px) {
  footer.site-footer {
    padding: 48px 0;
  }
}
footer.site-footer .footer-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  footer.site-footer .footer-container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
footer.site-footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  max-width: 1920px;
  padding: 0 69px;
  margin: 0;
}
footer.site-footer h1,
footer.site-footer h2,
footer.site-footer h3,
footer.site-footer h4,
footer.site-footer h5,
footer.site-footer h6,
footer.site-footer p,
footer.site-footer a,
footer.site-footer span {
  color: #ffffff;
}
footer.site-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  footer.site-footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
footer.site-footer .footer-bottom p {
  margin: 0;
}
footer.site-footer .footer-bottom .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
}
@media (max-width: 768px) {
  footer.site-footer .footer-bottom .socials {
    gap: 32px;
  }
}
footer.site-footer .footer-bottom .socials a {
  font-size: 1.375rem;
  letter-spacing: 0.025em;
  line-height: 122.7272727273%;
}
@media (max-width: 768px) {
  footer.site-footer .footer-bottom .socials a {
    font-size: 1rem;
  }
}
footer.site-footer .footer-bottom .socials a {
  color: #ffffff;
}
footer.site-footer .footer-bottom .socials a:hover {
  opacity: 0.8;
}

main {
  width: 100%;
}

section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

.section-hero {
  height: 100vh;
  min-height: 600px;
  padding: 117px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
  overflow: hidden;
}
.section-hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-hero .hero-background img,
.section-hero .hero-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hero .hero-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.section-hero .hero-cursor-follower {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  pointer-events: none;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.15s;
  transition: opacity 0.3s ease, -webkit-transform 0.15s;
  transition: opacity 0.3s ease, transform 0.15s;
  transition: opacity 0.3s ease, transform 0.15s, -webkit-transform 0.15s;
}
.section-hero .hero-content {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  .section-hero .hero-content {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.section-hero .hero-content {
  max-width: 1776px;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: left;
}
.section-hero .hero-content h1 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .section-hero .hero-content h1 img {
    width: 220px;
  }
}
.section-hero .hero-content p {
  font-size: 44px;
  line-height: 113.6363636364%;
  letter-spacing: 0.05em;
  max-width: 890px;
}
@media (max-width: 768px) {
  .section-hero .hero-content p {
    font-size: 24px;
  }
}

.animated-text {
  background-color: #0D1C33;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.animated-text .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  .animated-text .container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.animated-text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 339px;
}
@media (max-width: 768px) {
  .animated-text .container {
    min-height: 180px;
  }
}
.animated-text h2 {
  font-size: 75px;
  font-family: "NaN Serf A Display", serif;
  line-height: 1.2;
  margin: 0;
}
.animated-text h2 span {
  display: inline-block;
  white-space: pre;
}
@media (max-width: 768px) {
  .animated-text h2 {
    font-size: 2rem;
  }
}
.animated-text img {
  width: 100%;
  max-width: 812px;
}

.section-split {
  padding: 96px 0 0;
}
.section-split .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  .section-split .container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.section-split .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .section-split .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-split .content {
  width: 43.6417%;
  padding: 0 0 112px;
}
.section-split .content h2 {
  margin-bottom: 99px;
}
@media (max-width: 768px) {
  .section-split .content h2 {
    margin-bottom: 32px;
  }
}
.section-split .content .text-body {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .section-split .content .text-body {
    margin-bottom: 32px;
  }
}
.section-split .content p {
  margin-bottom: 1.2272em;
  color: inherit;
}
.section-split .content .position {
  color: #A57B64;
}
.section-split .content .btn-row {
  margin-top: 30px;
}
.section-split .content .btn-link {
  display: inline-block;
  border: 2px solid #A57B64;
  padding: 11.5px 27px;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #A57B64;
}
.section-split .content .btn-link:hover {
  background-color: #A57B64;
  color: #E9DFD3;
}
.section-split .content .list-links h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-split .content .list-links h3 span {
  font-size: 1.5rem;
}
.section-split .image {
  width: 47.1099%;
  font-size: 0;
  line-height: 1;
}
.section-split .image video {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: unset;
}
@media (min-width: 992px) {
  .section-split .image video {
    width: calc(100% + 48px);
  }
}
@media (min-width: 1826px) {
  .section-split .image video {
    width: calc(100% + (100vw - 1730px) / 2);
  }
}
.section-split .image img {
  width: 100%;
  max-width: unset;
  height: auto;
}
@media (min-width: 992px) {
  .section-split .image img {
    width: calc(100% + 48px);
  }
}
@media (min-width: 1826px) {
  .section-split .image img {
    width: calc(100% + (100vw - 1730px) / 2);
  }
}
.section-split .image .iframe-box {
  width: 100%;
  font-size: 0;
  line-height: 1;
}
@media (min-width: 992px) {
  .section-split .image .iframe-box {
    width: calc(100% + 48px);
  }
}
@media (min-width: 1826px) {
  .section-split .image .iframe-box {
    width: calc(100% + (100vw - 1730px) / 2);
  }
}
.section-split .image .iframe-box .iframe-item {
  padding-top: 52.65%;
  position: relative;
  font-size: 0;
  line-height: 1;
}
.section-split .image .iframe-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-split .image .graphic-placeholder {
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-split .image .graphic-placeholder span {
  font-size: 5rem;
  font-family: "NaN Serf A Display", serif;
}
.section-split.valign-top {
  padding: 0 0 153px;
}
.section-split.valign-top .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-split.valign-top .content {
  padding: 101px 0 0;
  width: 43.237%;
}
.section-split.valign-bottom .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-split.bg-beige {
  background-color: #E9DFD3;
  color: #0D1C33;
}
.section-split.bg-dark {
  background-color: #0D1C33;
  color: #ffffff;
}
.section-split.bg-brown {
  background-color: #A57B64;
  color: #ffffff;
}
.section-split.reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .section-split.reverse .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-split.reverse .image img {
  margin-left: -48px;
}
@media (min-width: 1826px) {
  .section-split.reverse .image img {
    margin-left: calc((100vw - 1730px) / -2);
  }
}
@media (max-width: 1200px) {
  .section-split {
    padding: 100px 0;
  }
  .section-split .container {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .section-split .content {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .section-split .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-split .content {
    width: 100% !important;
  }
  .section-split .image {
    width: 100% !important;
    margin-top: 48px;
  }
  .section-split .image img {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .section-split {
    padding: 72px 0;
  }
}

.section-list {
  background-color: #0D1C33;
  color: #ffffff;
}
.section-list .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  .section-list .container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.section-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .section-list .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-list .intro {
  width: 36%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 620px;
  margin-right: 4.6821%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .section-list .intro {
    width: 100%;
    max-width: unset;
  }
}
.section-list .intro h2 {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-list .intro h2 {
    margin-top: 14px;
  }
}
.section-list .intro .graphic img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .section-list .intro .graphic {
    display: none;
  }
}
.section-list .intro .faq-btn-wrapper {
  margin-top: 40px;
}
.section-list .intro .faq-btn-wrapper .btn-link {
  border: 1px solid currentColor;
  padding: 10px 20px;
  border-radius: 4px;
}
.section-list .list-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 943px;
}
.section-list .graphic .custom-graphic {
  display: inline-block;
  position: relative;
}
@media (max-width: 992px) {
  .section-list .graphic .custom-graphic {
    margin-top: 48px;
  }
}
.section-list .graphic .custom-graphic .rotate-box {
  -webkit-animation: rotate 10s infinite linear;
          animation: rotate 10s infinite linear;
}
.section-list .graphic .custom-graphic .logo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .section-list .graphic.show-in-lg {
    max-width: 200px;
  }
}
.section-list .list-item {
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 2rem 0;
}
.section-list .list-item .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section-list .list-item .item-header h3 {
  font-size: 3.75rem;
  padding: 1px 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .section-list .list-item .item-header h3 {
    font-size: 2rem;
  }
}
.section-list .list-item .item-header h3 {
  margin: 0;
  font-family: "NaN Serf A Display", serif;
}
.bg-beige .section-list .list-item .item-header h3 {
  font-size: 1.25rem;
  font-family: "forma-djr-display", sans-serif;
}
.section-list .list-item .item-header .toggle {
  display: inline-block;
  width: 33px;
  height: 33px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .section-list .list-item .item-header .toggle {
    width: 24px;
    height: 24px;
  }
}
.section-list .list-item .item-header .toggle span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-list .list-item .item-header .toggle span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.section-list .list-item .item-header:hover h3,
.section-list .list-item .item-header:hover .toggle {
  opacity: 0.7;
}
.section-list .list-item .item-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
.section-list .list-item .item-body p {
  padding-top: 1rem;
}
.section-list .list-item .item-body p:first-child {
  margin-top: 20px;
}
.section-list .list-item .item-body .btn-link {
  display: inline-block;
  border: 2px solid #A57B64;
  padding: 11.5px 27px;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #A57B64;
  margin-top: 28px;
  margin-bottom: 13px;
}
.section-list .list-item .item-body .btn-link:hover {
  background-color: #A57B64;
  color: #0D1C33;
}
.section-list .list-item.active .toggle span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.section-list.bg-brown {
  background-color: #A57B64;
}
.section-list.bg-brown .btn-link {
  border-color: #0D1C33 !important;
  color: #0D1C33 !important;
}
.section-list.bg-brown .btn-link:hover {
  background-color: #0D1C33 !important;
  color: #A57B64 !important;
}
.section-list.bg-beige {
  background-color: #E9DFD3;
  color: #0D1C33;
}
.section-list.bg-beige .list-item {
  border-color: #0D1C33;
}
.section-list.bg-beige .list-item .item-header .toggle span {
  background-color: #0D1C33;
}

.faqs .list-item .item-header h3 {
  font-family: "forma-djr-display", sans-serif;
  font-size: 28px;
  line-height: 117.8571428571%;
  letter-spacing: 0.025em;
  padding: 1px 0;
}
@media (max-width: 768px) {
  .faqs .list-item .item-header h3 {
    font-size: 22px;
  }
}
.faqs .list-item .item-header h3 {
  margin: 0;
}

.section-testimonials {
  background-color: #E9DFD3;
  padding: 100.5px 0 65.3px;
}
@media (max-width: 768px) {
  .section-testimonials {
    padding: 72px 0 56px;
  }
}
.section-testimonials .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  .section-testimonials .container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.section-testimonials h2 {
  margin-bottom: 96.5px;
  text-align: left;
}
@media (max-width: 768px) {
  .section-testimonials h2 {
    margin-bottom: 48px;
  }
}
.section-testimonials blockquote {
  font-family: "forma-djr-display", sans-serif;
  font-size: 22px;
  line-height: 122.7272727273%;
  letter-spacing: 0.025em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media (max-width: 768px) {
  .section-testimonials blockquote {
    font-size: 1rem;
  }
}
.section-testimonials cite {
  display: block;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #A57B64;
  margin-top: 1em;
}
.section-testimonials .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.section-testimonials .swiper-slide {
  width: 100%;
  max-width: 887px;
  height: unset;
  margin: 0 !important;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .section-testimonials .swiper-slide {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .section-testimonials .swiper-slide {
    padding: 0 8px;
  }
}
.section-testimonials .swiper-slide blockquote {
  border: 1px solid #707070;
  border-radius: 58px;
  padding: 55px 61px 48px;
  background-color: transparent;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 992px) {
  .section-testimonials .swiper-slide blockquote {
    padding: 32px;
    border-radius: 24px;
  }
}
.section-testimonials .swiper {
  padding-bottom: 76px;
  overflow: visible;
}
.section-testimonials .swiper-button-next,
.section-testimonials .swiper-button-prev {
  top: auto;
  bottom: 0;
  color: #0D1C33;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-testimonials .swiper-button-next::after,
.section-testimonials .swiper-button-prev::after {
  font-size: 1.5rem;
}
.section-testimonials .swiper-button-next:hover,
.section-testimonials .swiper-button-prev:hover {
  opacity: 0.7;
}
.section-testimonials .swiper-button-prev {
  left: 0;
}
.section-testimonials .swiper-button-next {
  right: 0;
}
.section-testimonials .swiper-pagination-bullet-active {
  background-color: #0D1C33;
}

.thought-card {
  display: block;
  color: inherit;
}
.thought-card .image-wrapper {
  overflow: hidden;
  margin-bottom: 45px;
}
.thought-card .image-wrapper img {
  width: 100%;
  aspect-ratio: 752/699;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.thought-card:hover .image-wrapper img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.thought-card h3 {
  font-size: 3.75rem;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .thought-card h3 {
    font-size: 2rem;
  }
}
.thought-card p.excerpt {
  margin-bottom: 33px;
}
.thought-card .btn-link {
  display: inline-block;
  border: 2px solid #A57B64;
  padding: 11.5px 27px;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #A57B64;
}
.thought-card:hover .btn-link {
  background-color: #A57B64;
  color: #0D1C33;
}

.section-thoughts {
  background-color: #0D1C33;
  color: #ffffff;
  padding: 218px 0 112px;
}
@media (max-width: 992px) {
  .section-thoughts {
    padding: 150px 0 96px;
  }
}
.section-thoughts .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  .section-thoughts .container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.section-thoughts .desc-box {
  margin-bottom: 112.5px;
}
@media (max-width: 768px) {
  .section-thoughts .desc-box {
    margin-bottom: 48px;
  }
}
.section-thoughts h1 {
  font-size: 3.75rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .section-thoughts h1 {
    font-size: 2rem;
  }
}
.section-thoughts .thoughts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-thoughts .thoughts-header .btn-view-all {
  border: 1px solid white;
  padding: 5px 15px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.section-thoughts .thoughts-header .btn-view-all:hover {
  background-color: #ffffff;
  color: #0D1C33;
}
.section-thoughts .thoughts-grid {
  max-width: 1672px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 112px 0;
}
.section-thoughts .thoughts-grid .thought-card {
  width: 44.9761%;
}
@media (max-width: 992px) {
  .section-thoughts .thoughts-grid .thought-card {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .section-thoughts .thoughts-grid {
    gap: 64px;
  }
}

.section-thoughts-carousel {
  background-color: #0D1C33;
  color: #ffffff;
  padding: 112px 0 59px;
}
.section-thoughts-carousel .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  .section-thoughts-carousel .container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.section-thoughts-carousel .thoughts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 86px;
}
@media (max-width: 992px) {
  .section-thoughts-carousel .thoughts-header {
    display: block;
    margin-bottom: 48px;
  }
}
.section-thoughts-carousel .thoughts-header h2 {
  width: 36%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 620px;
  margin: 0;
  line-height: 1;
  margin-right: 4.6821%;
}
@media (max-width: 992px) {
  .section-thoughts-carousel .thoughts-header h2 {
    width: 100%;
    max-width: unset;
    margin: 0 0 32px;
  }
}
.section-thoughts-carousel .thoughts-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 943px;
}
.section-thoughts-carousel .thoughts-header .header-right p {
  margin: 0 0 20px;
}
.section-thoughts-carousel .thoughts-header .header-right .btn-link {
  display: inline-block;
  border: 2px solid #A57B64;
  padding: 11.5px 27px;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #A57B64;
}
.section-thoughts-carousel .thoughts-header .header-right .btn-link:hover {
  background-color: #A57B64;
  color: #0D1C33;
}
.section-thoughts-carousel .thoughts-swiper {
  overflow: visible;
  padding-bottom: 103px;
  position: relative;
}
.section-thoughts-carousel .swiper-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
}
.section-thoughts-carousel .swiper-slide {
  width: 100%;
  max-width: 752px;
  padding: 0 33.5px;
}
@media (max-width: 992px) {
  .section-thoughts-carousel .swiper-slide {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .section-thoughts-carousel .swiper-slide {
    padding: 0 8px;
  }
}
.section-thoughts-carousel .swiper-button-next,
.section-thoughts-carousel .swiper-button-prev {
  top: auto;
  bottom: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-thoughts-carousel .swiper-button-next::after,
.section-thoughts-carousel .swiper-button-prev::after {
  font-size: 1.5rem;
}
.section-thoughts-carousel .swiper-button-next:hover,
.section-thoughts-carousel .swiper-button-prev:hover {
  opacity: 0.7;
}
.section-thoughts-carousel .swiper-button-prev {
  left: 0;
}
.section-thoughts-carousel .swiper-button-next {
  right: 0;
}

.section-cta {
  background-color: #A57B64;
  color: #ffffff;
  text-align: left;
  padding: 76.5px 0 95px;
}
.section-cta .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  .section-cta .container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.section-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .section-cta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-cta .cta-title {
  width: 36%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 620px;
  margin: 0;
  line-height: 1;
  margin-right: 4.6821%;
}
@media (max-width: 992px) {
  .section-cta .cta-title {
    width: 100%;
    max-width: unset;
  }
}
.section-cta .cta-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 943px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .section-cta .cta-content {
    margin-top: 0;
  }
}
.section-cta .cta-content p {
  margin-bottom: 2rem;
}
.section-cta .cta-content .btn-link {
  display: inline-block;
  border: 2px solid #0D1C33;
  padding: 11.5px 27px;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0D1C33;
}
.section-cta .cta-content .btn-link:hover {
  background-color: #0D1C33;
  color: #A57B64;
}
.section-cta .cta-content ul:not([class]) {
  margin-bottom: 2em;
}
.section-cta .cta-content ul:not([class]) > li:before {
  background-color: #ffffff;
}
.section-cta .cta-content ol:not([class]) {
  counter-reset: sectioncounter;
  margin-bottom: 2em;
}
.section-cta .cta-content ol:not([class]) > li {
  padding-left: 1.2em;
  position: relative;
}
.section-cta .cta-content ol:not([class]) > li:before {
  content: counter(sectioncounter) ".";
  counter-increment: sectioncounter;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.025em;
}

.not-found {
  padding: 200px 0 100px;
}
.not-found .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  .not-found .container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.not-found .container {
  text-align: center;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  padding: 20px 0;
}
.modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal-backdrop a {
  text-decoration: underline;
}
.modal-backdrop ul:not([class]) > li {
  padding-left: 1.2em;
  position: relative;
}
.modal-backdrop ul:not([class]) > li:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0.4em;
  top: 0.6em;
}
.modal-backdrop ol:not([class]) {
  counter-reset: sectioncounter;
}
.modal-backdrop ol:not([class]) > li {
  padding-left: 1.2em;
  position: relative;
}
.modal-backdrop ol:not([class]) > li:before {
  content: counter(sectioncounter) ".";
  counter-increment: sectioncounter;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.025em;
}

.modal {
  background-color: rgba(13, 28, 51, 0.1);
  backdrop-filter: blur(49px);
  width: 90%;
  max-width: 1009px;
  padding: 81px 94px 67px;
  border-radius: 50px;
  position: relative;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .modal {
    padding: 48px 16px;
  }
}
.modal::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background-color: transparent !important;
}
.modal .btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 40px;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal .btn-close {
    width: 24px;
    height: 24px;
    top: 24px;
    right: 24px;
  }
}
.modal .btn-close span {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .btn-close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .btn-close:hover {
  opacity: 0.8;
}
.modal .content {
  max-width: 621px;
}
.modal h2 {
  font-family: "NaN Serf A Display", serif;
  margin-bottom: 51px;
}
@media (max-width: 768px) {
  .modal h2 {
    margin-bottom: 32px;
  }
}
.modal p {
  margin-bottom: 1.22em;
}
.modal form {
  max-width: 584px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin: 84px 0 51px;
}
@media (max-width: 768px) {
  .modal form {
    margin: 32px 0;
  }
}
.modal form p {
  width: 100%;
  margin: 0;
}
.modal form label {
  display: block;
  font-size: 1.375rem;
  letter-spacing: 0.025em;
  line-height: 122.7272727273%;
}
@media (max-width: 768px) {
  .modal form label {
    font-size: 1rem;
  }
}
.modal form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 7px;
}
.modal form input,
.modal form textarea,
.modal form select {
  width: 100%;
  height: 52px;
  padding: 0 12px;
  background: transparent;
  border: 1px solid #A57B64;
  border-radius: 26px;
  color: #ffffff;
  font-family: "forma-djr-display", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.025em;
  line-height: 122.7272727273%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .modal form input,
  .modal form textarea,
  .modal form select {
    font-size: 1rem;
  }
}
.modal form input:focus,
.modal form textarea:focus,
.modal form select:focus {
  outline: none;
  border-color: #ffffff;
}
.modal form .custom-wpcf7-select {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #0D1C33;
  display: none;
}
.modal form .custom-wpcf7-select li {
  padding: 4px 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal form .custom-wpcf7-select li:hover {
  background-color: #A57B64;
}
.modal form textarea {
  height: 142px;
  padding: 12px;
  resize: none;
}
.modal form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center right 26px;
}
.modal form input[type=submit] {
  display: inline-block;
  width: auto;
  border: 1px solid #A57B64;
  padding: 13.5px 22px;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #A57B64;
  cursor: pointer;
}
.modal form input[type=submit]:hover {
  background-color: #A57B64;
  color: #E9DFD3;
}
.modal .wpcf7-not-valid-tip {
  display: none !important;
}
.modal .wpcf7-not-valid {
  border-color: red !important;
}
.modal .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.375rem;
  letter-spacing: 0.025em;
  line-height: 122.7272727273%;
}
@media (max-width: 768px) {
  .modal .wpcf7-response-output {
    font-size: 1rem;
  }
}
.modal .invalid .wpcf7-response-output {
  color: red !important;
}
.modal .wpcf7-spinner {
  display: none !important;
}
.modal .submit-box {
  display: inline-block;
  width: auto;
  position: relative;
  margin-top: 20px;
}
.modal .submit-box:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-top: 1px solid #E9DFD3;
  border-left: 1px solid #E9DFD3;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
  opacity: 0;
  pointer-events: none;
}
.modal .submitting .submit-box input {
  background-color: #A57B64 !important;
  color: #A57B64 !important;
}
.modal .submitting .submit-box:after {
  opacity: 1;
}

main a:not([class]) {
  text-decoration: underline;
}
main ul:not([class]) > li {
  padding-left: 1.2em;
  position: relative;
}
main ul:not([class]) > li:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  background-color: #0D1C33;
  border-radius: 50%;
  position: absolute;
  left: 0.4em;
  top: 0.6em;
}
main ol:not([class]) {
  counter-reset: sectioncounter;
}
main ol:not([class]) > li {
  padding-left: 1.2em;
  position: relative;
}
main ol:not([class]) > li:before {
  content: counter(sectioncounter) ".";
  counter-increment: sectioncounter;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.025em;
}
main .bg-dark ul:not([class]) > li {
  padding-left: 1.2em;
}
main .bg-dark ul:not([class]) > li:before {
  background-color: #E9DFD3;
}

.article-main {
  background-color: #0D1C33;
  color: #ffffff;
  padding-top: 91.5px;
  padding-bottom: 107px;
}
.article-main .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1826px;
}
@media (min-width: 768px) {
  .article-main .container {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.article-main + .section-thoughts-carousel {
  padding-top: 0 !important;
}

.gutenberg-content {
  max-width: 1351px;
}
.gutenberg-content h1 {
  font-size: 3.75rem;
  margin-bottom: 84.5px;
}
@media (max-width: 768px) {
  .gutenberg-content h1 {
    font-size: 2rem;
    margin-bottom: 64px;
  }
}
.gutenberg-content h2 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .gutenberg-content h2 {
    font-size: 1.8rem;
  }
}
.gutenberg-content h2,
.gutenberg-content h3,
.gutenberg-content h4,
.gutenberg-content h5,
.gutenberg-content h6 {
  margin: 54px 0 27px;
}
@media (max-width: 768px) {
  .gutenberg-content h2,
  .gutenberg-content h3,
  .gutenberg-content h4,
  .gutenberg-content h5,
  .gutenberg-content h6 {
    margin: 48px 0 24px;
  }
}
.gutenberg-content ul,
.gutenberg-content ol {
  margin-bottom: 2rem;
  padding-left: 2rem;
  list-style: inherit;
}
.gutenberg-content ul li,
.gutenberg-content ol li {
  margin-bottom: 0.5rem;
}
.gutenberg-content ul ul,
.gutenberg-content ul ol,
.gutenberg-content ol ul,
.gutenberg-content ol ol {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.gutenberg-content ul {
  list-style: disc;
}
.gutenberg-content ol {
  list-style: decimal;
}
.gutenberg-content blockquote {
  border-left: 2px solid currentColor;
  padding-left: 2rem;
  margin: 2rem 0;
  font-size: 1.5rem;
  font-family: "NaN Serf A Display", serif;
}
.gutenberg-content blockquote cite {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
  font-style: italic;
  font-family: "forma-djr-display", sans-serif;
}
.gutenberg-content img {
  margin: 2rem 0;
}
.gutenberg-content .alignwide {
  max-width: 1000px;
  margin-left: calc(50% - 500px);
}
.gutenberg-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.gutenberg-content .btn-row {
  margin-top: 87px;
}
@media (max-width: 768px) {
  .gutenberg-content .btn-row {
    margin-top: 48px;
  }
}
.gutenberg-content .btn-link,
.gutenberg-content .wp-element-button {
  display: inline-block;
  border: 2px solid #A57B64;
  padding: 11.5px 27px;
  border-radius: 50px;
  font-size: 18px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #A57B64;
  background-color: transparent;
}
.gutenberg-content .btn-link:hover,
.gutenberg-content .wp-element-button:hover {
  background-color: #A57B64;
  color: #0D1C33;
}
.gutenberg-content .wp-block-image img {
  width: 100%;
}

.gsap-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.gsap-fade-in {
  opacity: 0;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-thoughts {
  background-color: #0D1C33;
  color: #ffffff;
}
.page-thoughts main {
  padding-top: 100px;
}
.page-thoughts h1.page-title {
  font-size: 4rem;
  margin-bottom: 60px;
  font-family: "NaN Serf A Display", serif;
}
@media (max-width: 768px) {
  .page-thoughts h1.page-title {
    font-size: 3rem;
  }
}

.page-single {
  background-color: #0D1C33;
  color: #ffffff;
}
.page-single .site-header nav a {
  color: #ffffff;
}

.article-hero {
  padding-top: 35.2604166667%;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 101px;
  background-color: #0D1C33;
}
@media (max-width: 1200px) {
  .article-hero {
    margin-top: 85px;
  }
}
@media (max-width: 768px) {
  .article-hero {
    margin-top: 67px;
  }
}
.article-hero .hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0D1C33), to(transparent));
  background: linear-gradient(to top, #0D1C33, transparent);
}

.page-single .gutenberg-content {
  color: #ffffff;
}
.page-single .gutenberg-content blockquote {
  border-left-color: #ffffff;
}
.gutenberg-content .read-next {
  margin-top: 50px;
}
.gutenberg-content .read-next a {
  border: 2px solid #ffffff;
  padding: 9px 29px;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gutenberg-content .read-next a:hover {
  background-color: #ffffff;
  color: #0D1C33;
}

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

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

.d-none {
  display: none;
}