@font-face {
  font-family: RoquefortStandard;
  src: url('../fonts/RoquefortTrial-Standard.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --accent: #f45c27;
  --primary: #176644;
  --offwhite: #efefef;
  --black: #1a1a1a;
  --margins-desktop: 50px;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: inherit;
  font-family: Inter, sans-serif;
  line-height: 1;
  text-decoration: none;
}

.cover {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-height: 700px;
}

.cover._100vh {
  background-image: url('../images/hero-section_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  max-height: 100svh;
}

.cover.fit-bottom {
  object-position: 50% 100%;
}

.cover.fit-pool {
  object-position: 50% 85%;
}

.logo-big {
  z-index: 1;
  height: 250px;
  position: absolute;
  inset: 40px auto auto 40px;
}

.logo-big.visiblemobile {
  display: none;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.container.center {
  text-align: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

.container.full.bg-accent {
  background-color: var(--accent);
}

.container.legal {
  padding-top: 220px;
  padding-bottom: 120px;
}

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

.container.full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.narrow {
  width: 66.6667%;
}

.container.narrow.spacing {
  max-width: 780px;
  margin-top: 220px;
}

.container.thanks {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 66.6667vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container.bg-accent {
  background-color: var(--accent);
}

.container.team {
  padding-top: 160px;
  padding-bottom: 100px;
}

.container.contact {
  padding-top: 150px;
}

.container.top {
  padding-top: 220px;
  padding-bottom: 120px;
}

.link-block {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-big {
  z-index: 9;
  border: 3px solid var(--primary);
  background-color: var(--primary);
  color: var(--offwhite);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 13px 36px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.button-big:hover {
  background-color: var(--offwhite);
  color: var(--primary);
}

.button-big.header-link:hover {
  border: 3px solid var(--primary);
  background-color: var(--offwhite);
  color: var(--primary);
}

.button-big.header-link.visible-xs {
  display: none;
  overflow: hidden;
}

.button-big.submit {
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  padding: 7px 36px;
}

.button-big.submit.w--current {
  margin-bottom: 40px;
}

.button-big.plus {
  padding: 17px 54px;
  font-size: 24px;
}

.button-big.map-button {
  color: var(--black);
  white-space: nowrap;
  border-style: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
}

.button-big.map-button.green {
  background-color: #9dc26e;
  border-color: #a1bd7d;
}

.button-big.map-button.blue {
  background-color: #b5dcf2;
  border-color: #97c1d8;
}

.button-big.map-button.pink {
  background-color: #f794d6;
}

.button-big.map-button.orange {
  background-color: #f45c27;
}

.button-big.map-button.yellow {
  background-color: #fcd575;
}

.button-big.accent {
  border-color: var(--accent);
  background-color: var(--accent);
}

.button-big.accent:hover {
  color: var(--offwhite);
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: relative;
}

.grid.bg-primary {
  background-color: var(--primary);
}

.grid.bg-offwhite.visiblexs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.grid.bg-light {
  background-color: #d3ced8;
}

.grid.bg-lavender {
  background-color: var(--primary);
}

.grid.bg-offwhite {
  background-color: #f5f1ee;
}

.grid.edge {
  padding-left: 0;
  padding-right: 0;
}

.grid.contact {
  grid-row-gap: 80px;
  justify-items: baseline;
  padding: 150px 80px 100px;
}

.grid.availability {
  padding-top: 150px;
  padding-bottom: 100px;
}

.grid.full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  color: var(--primary);
}

.body {
  color: var(--black);
  overscroll-behavior: none;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

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

.body.small {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.big {
  color: var(--black);
  text-wrap: balance;
  margin-bottom: 0;
  font-family: RoquefortStandard, Arial, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.big.offwhite {
  color: var(--offwhite);
}

.big.thanks {
  text-align: center;
  margin-bottom: 40px;
}

.big.center {
  text-align: center;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.big.canopee {
  font-family: Canopee, Times New Roman, sans-serif;
}

.big.canopee.left {
  text-align: left;
}

.big.canopee.light {
  color: var(--offwhite);
  text-align: left;
}

.spacer80 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.spacer60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-container {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.form-container.full {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.smaller {
  color: var(--offwhite);
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.container-footer {
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 0;
}

.footer-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-row.links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-row.links.bottom {
  align-items: flex-end;
}

.footer-row.socials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.ruler {
  background-color: var(--offwhite);
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.ruler.dark {
  background-color: var(--black);
}

.ruler.dark.end {
  margin-bottom: 0;
}

.ruler.vertical {
  background-color: var(--black);
  width: 1px;
  height: 100%;
  margin: 0 auto;
}

.spacer40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--offwhite);
  cursor: pointer;
  align-items: flex-end;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link-home {
  text-align: center;
  text-decoration: none;
}

.logo-small {
  margin-top: 40px;
}

.medium {
  color: var(--black);
  text-wrap: balance;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.medium.center {
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.spacer-big {
  padding-top: 80px;
  padding-bottom: 80px;
}

.link {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.link.lavender {
  color: var(--primary);
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.element-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.element-grid.image-col {
  padding-bottom: 0;
}

.element-grid.team {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.flexcol {
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  display: flex;
}

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

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

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

.wh-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wh-100.offset-right {
  object-position: 90% 50%;
}

.wh-100.offset-left {
  object-position: 10% 50%;
}

.wh-100.h620 {
  height: 620px;
}

.wh-100.mobile-h450.overflow {
  height: auto;
}

.radius-right {
  border-top-right-radius: 400px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.small {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.small.center {
  text-align: center;
  text-wrap: balance;
  margin-left: auto;
  margin-right: auto;
}

.small.center.offwhite {
  color: var(--offwhite);
}

.small.leading {
  line-height: 1.5;
}

.small.bold {
  font-weight: 600;
}

.small.light {
  color: var(--offwhite);
}

.inquire {
  color: var(--accent);
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.inquire.center {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.inquire.center.offwhite {
  color: var(--offwhite);
}

.right {
  text-align: right;
}

.radius-left {
  border-top-left-radius: 400px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.play-icon {
  display: none;
}

.navbar {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.bg-offwhite {
  background-color: var(--offwhite);
  border-bottom: 1px solid #000;
}

.brand-logo {
  height: 132px;
}

.brand-logo.small {
  width: 100%;
  height: auto;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 700;
}

.nav-link.w--current {
  color: #fff;
  text-underline-offset: .15em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.nav-link.dark {
  color: var(--black);
  text-align: center;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.brand {
  flex: none;
  margin-right: auto;
}

.brand.hidden {
  display: none;
}

.brand.brand-small.w--current {
  width: 172px;
}

.flexrow {
  display: flex;
}

.flexrow.gap-80 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.hidden {
  display: none !important;
}

.slider {
  background-color: var(--offwhite);
  height: auto;
}

.slider.hidden {
  display: none !important;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.slide-image.offset-bottom {
  object-position: 50% 100%;
}

.slide-image.offset-top {
  object-position: 50% 0%;
}

.slide.h720 {
  height: 720px;
}

.slide._100vh {
  height: 100vh;
}

.spacer64 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.spacer64.visiblemobile {
  display: none;
}

.spacer100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide-nav {
  padding-top: 0;
  position: absolute;
  inset: auto 0% 10px;
}

.radius-top {
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.caption {
  text-wrap: balance;
  margin-top: 36px;
  margin-bottom: 0;
}

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

.caption.center.small {
  color: var(--black);
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
}

.caption.required {
  color: var(--black);
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 300;
}

.radius-both {
  object-fit: cover;
  border-radius: 400px;
  width: 100%;
  height: 620px;
  overflow: hidden;
}

.image-full {
  height: 620px;
}

.listings-table {
  min-height: 630px;
}

.container-nav {
  width: 100%;
  max-width: 100%;
  padding: 30px 60px;
}

.container-nav.is-announcement {
  background-color: var(--accent);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  display: flex;
}

.nav-links-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.nav-links-wrap.hidden, .nav-links-wrap.visiblemobile {
  display: none;
}

.nav-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 170px auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  background-color: #0000;
  justify-content: space-around;
  width: 100%;
}

.team-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.menu-button, .menu-button.w--open {
  background-color: #0000;
}

.mobile-brand, .menu-icon.close {
  display: none;
}

.accent {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accent.text-left {
  text-align: left;
  margin-bottom: 40px;
}

.map-container {
  width: 100%;
  height: 780px;
  position: relative;
}

.map-nav {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-around;
  padding: 10px 80px;
  display: flex;
  overflow-x: scroll;
}

.sidebar {
  z-index: 1;
  background-color: var(--offwhite);
  width: 380px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow-y: auto;
  box-shadow: -2px 0 10px #0000001a;
}

.locations-list {
  padding: 18px 32px 50px 40px;
}

.mapbox {
  width: 100%;
  height: 100%;
  inset: 0%;
  position: absolute !important;
}

.category-header {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.location-item {
  color: var(--black);
  text-align: left;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  transition: transform .3s;
}

.location-item:hover {
  transform: translateX(5px);
}

.button-wrap {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 64px 50%;
  transform: translateX(-50%);
}

.home-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-video.mobile {
  display: none;
}

.home-video.desktop {
  aspect-ratio: 16 / 9;
}

.legal {
  max-width: 940px;
  font-size: 14px;
}

.button-2 {
  z-index: 9;
  color: #f5f1ee;
  text-transform: uppercase;
  background-color: #8799bd;
  border: 3px solid #8799bd;
  border-radius: 50px;
  padding: 6px 26px 5px;
  font-family: Circular Std;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.button-2:hover {
  color: #8799bd;
  background-color: #f5f1ee;
}

.button-2.header-link {
  position: absolute;
  inset: 50px 5% auto auto;
}

.button-2.header-link:hover {
  color: #8799bd;
  background-color: #f5f1ee;
  border: 3px solid #8799bd;
}

.button-3 {
  z-index: 9;
  color: #f5f1ee;
  text-transform: uppercase;
  background-color: #8799bd;
  border: 3px solid #8799bd;
  border-radius: 50px;
  padding: 6px 26px 5px;
  font-family: Circular Std;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.button-3:hover {
  color: #8799bd;
  background-color: #f5f1ee;
}

.button-3.header-link {
  position: absolute;
  inset: 50px 5% auto auto;
}

.button-3.header-link:hover {
  color: #8799bd;
  background-color: #f5f1ee;
  border: 3px solid #8799bd;
}

.big-2 {
  color: #8799bd;
  text-wrap: balance;
  margin-bottom: 40px;
  font-family: F37 Bergman;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.big-2.center {
  text-align: center;
  margin-bottom: 0;
}

.big-3 {
  color: #8799bd;
  text-wrap: balance;
  margin-bottom: 40px;
  font-family: F37 Bergman;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.big-3.center {
  text-align: center;
  margin-bottom: 0;
}

.big-4 {
  color: #8799bd;
  text-wrap: balance;
  margin-bottom: 40px;
  font-family: F37 Bergman;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.big-4.center {
  text-align: center;
  margin-bottom: 0;
}

.bg-light {
  background-color: var(--offwhite);
  color: var(--offwhite);
}

.flexcolumn {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  align-items: center;
  display: flex;
}

.flexcolumn.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.flexcolumn.left.gap-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.spacer30 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button {
  z-index: 9;
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--offwhite);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 26px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.button:hover {
  background-color: var(--offwhite);
  color: var(--primary);
}

.button.top-right {
  transition: transform .2s ease-in;
  position: absolute;
  inset: 30px 80px auto auto;
}

.button.top-right:hover {
  border-color: var(--accent);
  background-color: var(--accent);
  color: var(--offwhite);
  transform: scale(1.05);
}

.button.top-right.visible-xs {
  display: none;
  overflow: hidden;
}

.button.top-right.accent:hover {
  border-color: var(--accent);
  background-color: var(--accent);
}

.button.submit {
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  padding: 7px 36px;
}

.button.submit.w--current {
  margin-bottom: 40px;
}

.button.plus {
  padding: 17px 54px;
  font-size: 24px;
}

.button.map-link {
  color: var(--black);
  white-space: nowrap;
  border-style: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 300;
}

.button.map-link.green {
  background-color: #a1bd7d;
  border-color: #a1bd7d;
}

.button.map-link.blue {
  background-color: #97c1d8;
  border-color: #97c1d8;
}

.button.map-link.pink {
  background-color: #d897c6;
}

.button.map-link.yellow {
  background-color: #f5e79f;
}

.button.map-link.orange {
  background-color: #fcbd75;
}

.button.map-link.teal {
  background-color: #c0e9d8;
}

.button.accent {
  border-color: var(--accent);
  background-color: var(--accent);
}

.button.accent:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--offwhite);
}

.button.accent.mobile {
  display: none;
}

.button.accent.top-button {
  white-space: nowrap;
  margin-left: auto;
  font-size: 14px;
}

.hero {
  color: var(--black);
  text-wrap: balance;
  margin-bottom: 0;
  font-family: RoquefortStandard, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
}

.hero.offwhite {
  color: var(--offwhite);
}

.hero.thanks {
  text-align: center;
  margin-top: 115px;
  margin-bottom: 40px;
}

.hero.center {
  text-align: center;
  max-width: 1100px;
  margin-bottom: 0;
}

.narrow {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.invert {
  filter: invert();
}

.bg-primary {
  background-color: var(--primary);
  color: var(--offwhite);
}

.h720 {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 720px;
}

.relative {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  position: relative;
}

.relative.bg-primary {
  background-color: var(--primary);
}

.relative.bg-offwhite.visiblexs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.relative.bg-light {
  background-color: #d3ced8;
}

.relative.bg-lavender {
  background-color: var(--primary);
}

.relative.bg-offwhite {
  background-color: #f5f1ee;
}

.relative.edge {
  padding-left: 0;
  padding-right: 0;
}

.slider-nav {
  padding-top: 30px;
  position: relative;
}

.slider-nav.slide-nav-grid {
  position: absolute;
  inset: auto 50% 0% 80px;
}

.form {
  color: var(--black);
}

._wf-hidden-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fill.fit-bottom {
  object-position: 50% 100%;
}

.cartoon-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.cartoon-row._2-col {
  grid-template-rows: auto;
  grid-template-columns: 33.3333% 33.3333%;
  grid-auto-columns: 1fr;
  display: grid;
}

.cartoon-wrap {
  aspect-ratio: 415 / 480;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px 16px;
  display: flex;
}

.cartoon-wrap.second {
  background-image: url('../images/Group-161.png');
}

.cartoon-wrap.third {
  background-image: url('../images/Group-155.png');
}

.cartoon-wrap.first {
  background-image: url('../images/Group-156.png');
}

.cartoon-title {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: RoquefortStandard, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.line-button {
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
}

.inline-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading {
  color: var(--black);
  text-wrap: balance;
  margin: 0;
  font-family: RoquefortStandard, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.heading.center {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.heading.inter {
  font-family: Inter, sans-serif;
}

.heading.inter.light {
  color: var(--offwhite);
}

.slide-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
}

.left-arrow {
  inset: auto auto 0% 80px;
}

.right-arrow {
  inset: auto 50% 0% auto;
}

.ratio-sq {
  aspect-ratio: 600 / 560;
  object-fit: cover;
}

.ratio-sq.contain {
  object-fit: contain;
  height: 720px;
}

.statement {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 150%;
}

._w-100 {
  width: 100%;
}

.cartoon-card {
  aspect-ratio: 600 / 350;
  object-fit: contain;
  width: 100%;
}

.cartoon-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.video-cover {
  aspect-ratio: 1728 / 1152;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-cover.is-poster {
  position: absolute;
}

.bold {
  font-weight: 600;
}

.visiblemobile {
  display: none;
}

.slider-2 {
  background-color: #efefef;
  height: auto;
}

.fill-slide {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fill-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contain {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.slide-home {
  aspect-ratio: 1680 / 1200;
  width: 100%;
  height: 100%;
}

.announcement-text {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.slider-arrow-left {
  inset: 50% auto auto 15px;
  transform: translateY(-50%);
}

.slider-arrow-right {
  inset: 50% 15px auto auto;
  transform: translateY(-50%);
}

.rotate-180 {
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .cover._100vh {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .container.legal {
    max-width: 880px;
    min-height: 65vh;
  }

  .container.overflow {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.thanks {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 65vh;
    display: flex;
  }

  .container.team {
    max-width: 880px;
    min-height: 65vh;
  }

  .button-big {
    font-size: 20px;
  }

  .button-big.header-link.static {
    display: block;
    position: static;
  }

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

  .big {
    font-size: 48px;
  }

  .smaller {
    font-size: 11px;
  }

  .medium {
    font-size: 18px;
  }

  .small {
    font-size: 14px;
  }

  .brand-logo {
    height: 120px;
  }

  .container-nav {
    justify-content: space-between;
    align-items: stretch;
  }

  .mobile-brand {
    display: block;
  }

  .button-2.header-link.static, .button-3.header-link.static {
    display: block;
    position: static;
  }

  .big-2, .big-3, .big-4 {
    font-size: 48px;
  }

  .button.top-right.static {
    display: block;
    position: static;
  }

  .hero {
    font-size: 48px;
  }

  .cartoon-row._2-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 50% 50%;
  }

  .cartoon-title {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .button-big.header-link.visible-xs {
    display: inline-block;
    overflow: visible;
  }

  .button-big.header-link.hidden-xs {
    display: none;
  }

  .big.thanks {
    font-size: 40px;
    line-height: 1.15;
  }

  .spacer60 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .smaller {
    font-size: 16px;
  }

  .container-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-row.links {
    justify-content: space-around;
  }

  .button.top-right.visible-xs {
    display: inline-block;
    overflow: visible;
  }

  .button.top-right.hidden-xs {
    display: none;
  }

  .hero.thanks {
    font-size: 40px;
    line-height: 1.15;
  }
}

@media screen and (max-width: 479px) {
  .cover {
    aspect-ratio: auto;
    height: 480px;
    min-height: auto;
  }

  .cover._100vh {
    aspect-ratio: 3 / 2.125;
    height: 100%;
  }

  .cover.h350 {
    height: 350px;
  }

  .cover.fit-bottom {
    object-position: 50% 100%;
  }

  .logo-big {
    max-width: 100%;
    height: 160px;
    top: 25px;
    left: 25px;
  }

  .logo-big.visiblemobile {
    display: block;
  }

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

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

  .container.overflow {
    padding-left: 0;
    padding-right: 0;
  }

  .container.narrow {
    width: 100%;
  }

  .container.thanks {
    padding-top: 200px;
  }

  .container.top {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .container.top.is-listings {
    padding: 80px 25px 0;
  }

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

  .container.mobile-full {
    padding-left: 0;
    padding-right: 0;
  }

  .button-big {
    font-size: 18px;
  }

  .button-big.header-link {
    top: 25px;
  }

  .button-big.header-link.static {
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
  }

  .button-big.header-link.static.hiddenxs {
    display: none;
  }

  .button-big.plus {
    padding: 7px 45px;
    font-size: 18px;
  }

  .button-big.plus.absolute {
    padding: 7px 17px;
    font-size: 18px;
    bottom: 24px;
  }

  .grid {
    flex-flow: column;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .grid.bg-offwhite.visiblexs {
    display: block;
  }

  .body, .body.small {
    font-size: 14px;
  }

  .big {
    font-size: 36px;
  }

  .big.thanks {
    margin-top: 160px;
    margin-bottom: 60px;
  }

  .big.center.offwhite.mobile-left {
    text-align: left;
  }

  .spacer80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .spacer80.hiddenmobile {
    display: none;
  }

  .spacer60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .spacer60.mobile-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .smaller {
    font-size: 11px;
  }

  .container-footer {
    max-width: 100%;
    padding: 60px 0 10px;
  }

  .footer-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-row.links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: center;
  }

  .footer-row.socials {
    flex-flow: row;
  }

  .footer-row.logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .spacer40 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .link-home {
    position: absolute;
    inset: 20px auto auto 0%;
  }

  .logo-small {
    margin-top: 0;
  }

  .medium {
    font-size: 18px;
    line-height: 30px;
  }

  .link {
    color: inherit;
  }

  .element-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .element-grid.team {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    padding-bottom: 36px;
  }

  .image-col {
    order: -1;
  }

  .flexcol.left, .flexcol.right {
    align-items: center;
  }

  .wh-100.h620, .wh-100.mobile-h450 {
    height: 450px;
  }

  .wh-100.mobile-h450.overflow {
    width: calc(100% + 50px);
    max-width: none;
    margin-left: -25px;
  }

  .wh-100.mobile-h320 {
    height: 240px;
  }

  .wh-100.mobile-h320.overflow {
    width: calc(100% + 50px);
    max-width: none;
    margin-left: -25px;
  }

  .radius-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 500px;
    border-bottom-left-radius: 500px;
    height: 350px;
  }

  .small {
    font-size: 15px;
    line-height: 1.5;
  }

  .small.center {
    text-align: left;
    text-wrap: pretty;
  }

  .small.center.offwhite {
    color: var(--offwhite);
    text-align: center;
  }

  .small.center.unbalance {
    text-wrap: unset;
  }

  .small.center.mobile-left {
    text-align: left;
  }

  .inquire {
    font-size: 36px;
  }

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

  .radius-left {
    border-top-left-radius: 0;
    border-bottom-right-radius: 500px;
    border-bottom-left-radius: 500px;
    height: 350px;
  }

  .navbar {
    width: 100%;
    padding-top: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar.bg-offwhite {
    position: fixed;
  }

  .nav-link {
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
  }

  .nav-link.dark {
    color: var(--offwhite);
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Canopee, Times New Roman, sans-serif;
    font-size: 32px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .flexrow.spacebetween {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .slider.overflow {
    width: calc(100% + 50px);
    margin-left: -25px;
  }

  .slider.mobilenarrow {
    padding-left: 25px;
    padding-right: 25px;
  }

  .spacer64 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .spacer64.visiblemobile {
    display: block;
  }

  .spacer100 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .spacer100.hiddenmobile {
    display: none;
  }

  .slide-nav {
    bottom: 4px;
  }

  .radius-top {
    height: 350px;
  }

  .radius-top.overflow {
    width: calc(100% + 64px);
    margin-left: -32px;
  }

  .caption.center.small {
    font-size: 14px;
  }

  .radius-both {
    border-radius: 0;
    height: 450px;
  }

  .radius-both.overflow {
    width: calc(100% + 64px);
    margin-left: -32px;
  }

  .listings-table {
    min-height: 480px;
  }

  .container-nav {
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    display: flex;
  }

  .container-nav.landing-nav {
    flex-flow: row;
    align-items: flex-start;
    display: flex;
  }

  .container-nav.is-announcement {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .nav-links-wrap.visiblemobile {
    display: block;
  }

  .nav-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
    padding: 25px;
    display: flex;
  }

  .nav-menu {
    background-color: var(--primary);
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .nav-menu.dark {
    background-color: var(--offwhite);
  }

  .menu-button {
    padding: 0 0 4px;
  }

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

  .mobile-brand {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .mobile-brand.w--current {
    padding-left: 0;
  }

  .hiddenmobile {
    display: none;
  }

  .menu-icon {
    width: 30px;
  }

  .menu-icon.hidden {
    display: none;
  }

  .map-container {
    height: 480px;
  }

  .map-nav {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 16px;
  }

  .sidebar {
    display: none;
  }

  .home-video.mobile {
    aspect-ratio: 9 / 16;
    display: block;
  }

  .home-video.desktop {
    display: none;
  }

  .button-2 {
    font-size: 14px;
  }

  .button-2.header-link {
    top: 25px;
  }

  .button-2.header-link.static {
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
  }

  .button-2.header-link.static.hiddenxs {
    display: none;
  }

  .button-3 {
    font-size: 14px;
  }

  .button-3.header-link {
    top: 25px;
  }

  .button-3.header-link.static {
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
  }

  .big-2, .big-3, .big-4 {
    font-size: 40px;
  }

  .flexcolumn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flexcolumn.left.mobile-spacing {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .flexcolumn.mobile-gap-50 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .spacer30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .spacer30.mobile-double {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button {
    font-size: 14px;
  }

  .button.top-right {
    top: 25px;
  }

  .button.top-right.static {
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
  }

  .button.top-right.static.hiddenxs {
    display: none;
  }

  .button.plus {
    padding: 7px 45px;
    font-size: 18px;
  }

  .button.plus.absolute {
    padding: 7px 17px;
    font-size: 18px;
    bottom: 24px;
  }

  .button.accent {
    padding: 8px 18px;
  }

  .button.accent.mobile {
    display: inline-block;
  }

  .button.accent.top-button {
    margin-left: 0;
    margin-right: auto;
  }

  .hero {
    text-align: left;
    font-size: 32px;
  }

  .hero.thanks {
    margin-top: 160px;
    margin-bottom: 60px;
  }

  .narrow {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .narrow.mobile-no-spacing {
    padding-left: 0;
    padding-right: 0;
  }

  .h720 {
    height: 350px;
  }

  .relative.bg-offwhite.visiblexs {
    display: block;
  }

  .slider-nav {
    padding-top: 20px;
    position: static;
  }

  .cartoon-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .cartoon-row._2-col {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    display: flex;
  }

  .cartoon-wrap {
    background-size: cover;
    border-radius: 16px;
    width: 100%;
    height: 250px;
    padding: 20px 25px;
  }

  .cartoon-wrap.first {
    padding: 20px 30px;
  }

  .cartoon-title {
    font-size: 24px;
    font-weight: 400;
  }

  .heading {
    font-size: 32px;
  }

  .heading.mobile-left {
    text-align: left;
  }

  .slide-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .slide-grid.inverse {
    padding-left: 0;
    padding-right: 25px;
  }

  .left-arrow {
    left: 25px;
  }

  .right-arrow {
    right: 25px;
  }

  .statement {
    font-size: 24px;
    line-height: 140%;
  }

  .cartoon-card {
    object-fit: cover;
    order: -1;
    height: 250px;
  }

  .cartoon-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: flex;
  }

  .video-cover {
    aspect-ratio: 3 / 4;
  }

  .video-cover-2 {
    height: 540px;
  }

  .footer-logo {
    width: 33.33%;
    max-height: 40px;
  }

  .visiblemobile {
    display: block;
  }

  .slider-2.overflow {
    width: calc(100% + 50px);
    margin-left: -25px;
  }

  .announcement-text {
    font-size: 14px;
  }

  .slider-arrow-left {
    left: 0;
  }

  .slider-arrow-right {
    right: 0;
  }
}

#w-node-_6cb8f9e7-5670-3cea-eba5-85b1582d500b-86a0dda4 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_63821642-d7d2-27ef-67ed-ee7dea59dc62-ea59dc61 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6cb8f9e7-5670-3cea-eba5-85b1582d500b-86a0dda5 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-dacc2f70-4f71-4ec5-ea09-1ab0c0684e53-86a0dda9 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-cc03ba68-898b-9c87-bf16-942cdde66974-86a0ddaa {
  grid-area: 2 / 1 / 2 / 3;
}

#w-node-_98244b96-58d2-af0a-af3e-2877ddcd94c2-86a0ddaa {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_587ef023-7cc9-f384-883f-531ef869a4aa-86a0ddaa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8caf1fcb-3444-8beb-06f9-4bbd1d0439c3-86a0ddaa {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_002b1d05-fa16-8820-92ef-563f040015f8-86a0ddab {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_84384500-5fc4-a293-6a5d-83268e0d70aa-b9f584da {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: center;
}

#Inquire.w-node-eeae3d4c-ae69-a34b-42f1-c800e719ae9d-b9f584da {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_84384500-5fc4-a293-6a5d-83268e0d70aa-63b3a482, #w-node-_73d29756-b98a-2ad1-709b-1762948b645d-63b3a482, #w-node-de65d0ce-b183-e9a6-6786-7e827eea76cf-e1be0143, #w-node-_84384500-5fc4-a293-6a5d-83268e0d70aa-e1be0143, #w-node-_73d29756-b98a-2ad1-709b-1762948b645d-e1be0143, #w-node-_84384500-5fc4-a293-6a5d-83268e0d70aa-30ac5501, #w-node-_21f60326-be6b-7d77-be8c-819696d5acba-30ac5501, #w-node-_73d29756-b98a-2ad1-709b-1762948b645d-30ac5501, #w-node-_84384500-5fc4-a293-6a5d-83268e0d70aa-912aa50c, #w-node-_8f268800-6b6d-a178-115f-a09f16f1b08d-912aa50c, #w-node-_66dae6a4-342d-9dcf-2adf-c8e8b41af9a6-912aa50c, #w-node-_73d29756-b98a-2ad1-709b-1762948b645d-912aa50c {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_84384500-5fc4-a293-6a5d-83268e0d70aa-b9f584da, #w-node-_84384500-5fc4-a293-6a5d-83268e0d70aa-63b3a482 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_73d29756-b98a-2ad1-709b-1762948b645d-63b3a482 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-de65d0ce-b183-e9a6-6786-7e827eea76cf-e1be0143, #w-node-_84384500-5fc4-a293-6a5d-83268e0d70aa-e1be0143 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_73d29756-b98a-2ad1-709b-1762948b645d-e1be0143 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_84384500-5fc4-a293-6a5d-83268e0d70aa-30ac5501, #w-node-_21f60326-be6b-7d77-be8c-819696d5acba-30ac5501 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_73d29756-b98a-2ad1-709b-1762948b645d-30ac5501 {
    grid-area: 1 / 1 / 2 / 11;
  }

  #w-node-_84384500-5fc4-a293-6a5d-83268e0d70aa-912aa50c, #w-node-_8f268800-6b6d-a178-115f-a09f16f1b08d-912aa50c, #w-node-_66dae6a4-342d-9dcf-2adf-c8e8b41af9a6-912aa50c {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_73d29756-b98a-2ad1-709b-1762948b645d-912aa50c {
    grid-area: 1 / 1 / 2 / 11;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6cb8f9e7-5670-3cea-eba5-85b1582d500b-86a0dda5 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}


@font-face {
  font-family: 'RoquefortStandard';
  src: url('../fonts/RoquefortTrial-Standard.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canopee';
  src: url('../fonts/Canopee-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}