@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #262526;
  --headings: Avenirltstd, Arial, sans-serif;
  --paragraphs: Avenirltstd, Arial, sans-serif;
  --brand-green: #070707;
  --grey: #1d1d1d;
  --blue: #2a4d6c;
  --off-white: #f9f9f9;
  --brand-fire: #f16130;
  --midnight-blue\<deleted\|variable-ffa9abfe\>: #14314b;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  font-family: Avenirltstd, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  font-family: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  font-family: var(--headings);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  font-family: var(--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  font-family: var(--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  font-family: var(--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  font-family: var(--paragraphs);
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: var(--brand-green);
  font-weight: 500;
  text-decoration: underline;
}

li {
  font-family: var(--paragraphs);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

blockquote {
  font-family: var(--paragraphs);
  color: var(--grey);
  text-transform: none;
  background-color: #ffffff36;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
}

figcaption {
  font-family: var(--paragraphs);
  text-align: center;
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.5;
}

.section-header {
  position: relative;
}

.header-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.text-align-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 85%;
}

.max-width-large.align-center {
  max-width: none;
}

.heading-style-h1 {
  font-family: var(--headings);
  color: var(--brand-green);
  text-transform: none;
  margin: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1.hero-header {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 400;
}

.heading-style-h1.hero-secon-heading {
  color: var(--grey);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 400;
}

.heading-style-h1.is-big {
  font-size: 5rem;
  line-height: 1;
}

.heading-style-h1.text-align-center {
  color: #f2f7f7;
}

.heading-style-h1.text-white {
  color: var(--white);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.header-background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header-background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--blue);
  font-family: var(--paragraphs);
  color: var(--white);
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.button:hover {
  border-color: var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.section-header-text {
  background-color: #fafafa;
  padding: 2px;
}

.navbar-component {
  background-color: #fff0;
  border-bottom-style: none;
  border-bottom-width: 1px;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-logo-link {
  z-index: 2;
  padding-left: 0;
}

.navbar-logo {
  width: 300px;
}

.navbar-wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.button-is-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-is-link.is-link {
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-is-link.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-is-link.is-link.is-icon.is-alternate {
  color: var(--off-white);
  background-color: #0000;
  display: flex;
}

.navbar-menu {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.navbar-menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 8rem;
  display: flex;
  position: relative;
}

.navbar-links-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--white);
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

.navbar-link {
  font-family: var(--headings);
  color: var(--brand-green);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.navbar-link:where(.w-variant-94144572-40d6-b1f8-aedc-3b666f31429a) {
  color: var(--white);
}

.navbar-link:hover {
  color: var(--grey);
}

.navbar-link:hover:where(.w-variant-94144572-40d6-b1f8-aedc-3b666f31429a) {
  color: var(--white);
}

.navbar-link.w--current {
  color: var(--brand-fire);
}

.navbar-link.roll-cold {
  color: var(--brand-green);
}

.navbar-link.roll-cold:hover {
  color: var(--grey);
}

.navbar-link.roll-hot:hover {
  color: var(--brand-fire);
}

.navbar-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-large {
  font-family: var(--paragraphs);
  color: var(--brand-green);
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-size-large.text-thin {
  font-weight: 200;
}

.text-size-large.text-off-white {
  color: var(--off-white);
}

.navbar-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: flex;
}

.navbar-social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xsmall {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-icon {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
}

.navbar-menu-button {
  z-index: 1;
  padding: 0;
}

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

.menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.menu-icon-line-top {
  background-color: var(--white);
  width: 15px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon-line-middle {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon-line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon-line-middle-base {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon-line-bottom {
  background-color: var(--white);
  width: 15px;
  height: 2px;
}

.section-banner {
  overflow: hidden;
}

.banner-component {
  white-space: nowrap;
  flex-direction: column;
  display: flex;
}

.banner-heading-top {
  font-family: var(--headings);
  color: var(--white);
  font-size: 6rem;
  line-height: .75;
}

.banner-heading-bottom {
  font-family: var(--headings);
  color: var(--white);
  align-self: flex-end;
  font-size: 6rem;
  line-height: .75;
}

.header-about-component {
  min-height: 100vh;
  position: relative;
}

.header-about-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header-about-content-left {
  position: relative;
}

.header-about-content-right {
  margin-top: 12rem;
  margin-left: 7.5%;
  margin-right: 7.5%;
}

.headerabout-image-wrapper {
  z-index: 1;
  transform-origin: 100% 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

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

.button-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--white);
  background-color: var(--brand-fire);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.button-icon:hover {
  background-color: #d04e20;
}

.button-icon._2 {
  background-color: #3d706d;
}

.button-icon._54 {
  background-color: #a7c9c8;
}

.button-icon.is-hero {
  background-color: #f1613000;
  border-style: none none solid;
  border-radius: 0;
  transition: opacity .2s;
}

.button-icon.is-hero:hover {
  border-style: none none solid;
  border-color: var(--grey);
  color: var(--grey);
}

.button-text {
  font-family: var(--paragraphs);
  font-size: 1rem;
  text-decoration: none;
}

.layout-home-cabins-row {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.layout-home-cabins-card {
  color: var(--white);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  height: 100svh;
  padding: 2rem 5%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout-home-cabins-card._50 {
  height: 50svh;
  padding-left: 10%;
  padding-right: 10%;
}

.layout-home-cabins-card.hero {
  padding-bottom: 4rem;
}

.layout-home-cabins-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layout-cabins-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout-cabins-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.layout-home-cabins-card-content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 19rem;
  display: flex;
  position: relative;
}

.layout-home-cabins-card-content-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout-home-cabins-hover-content {
  display: none;
}

.footer-component {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 8rem 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding: 0 0 6rem;
}

.footer-top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-logo-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 0;
  display: flex;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  margin-top: 4rem;
  display: flex;
}

.footer-link-bold {
  font-family: var(--paragraphs);
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-bold:hover {
  font-weight: 800;
}

.line-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  padding: 3rem 0 0;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-credit-text {
  font-family: var(--paragraphs);
  color: var(--white);
  font-size: .875rem;
}

.footer-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer-link {
  font-family: var(--paragraphs);
  color: var(--white);
  font-size: .875rem;
  font-weight: 400;
  text-decoration: underline;
}

.logo-text {
  font-family: var(--headings);
  color: var(--white);
  font-size: 5rem;
  line-height: 1;
}

.bottom-banner-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-cabins-component {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
  overflow: visible;
}

.header-cabins-content-left {
  max-width: 35rem;
  margin-left: 10vw;
  margin-right: 5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 2rem;
}

.margin-bottom.margin-xsmall {
  margin: 0 0 1rem;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin: 0 0 3rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 4rem;
}

.margin-bottom.margin-large, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin: 4rem 0 0;
}

.margin-top.margin-small {
  margin: 0 0 2rem;
}

.margin-top.margin-xsmall {
  margin-top: 1rem;
}

.margin-top.margin-small {
  margin-top: 2rem;
  margin-bottom: 0;
}

.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header-cabins-content-right {
  grid-column-gap: 1rem;
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.header-cabins-images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-cabins-image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  height: 50vh;
  margin-left: -8.5%;
  display: grid;
  overflow: visible;
}

.header-cabins-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.header-cabins-image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

.header-cabins-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-cabins-image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50vh;
  display: grid;
}

.section-cabins {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.blog-cabins-component {
  flex-direction: column;
  align-items: center;
}

.cabins-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.cabins-item-link {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.cabins-image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.cabins-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.button-transparent {
  background-color: var(--midnight-blue\<deleted\|variable-ffa9abfe\>);
  border-radius: 5px;
  margin-top: 5px;
}

.button-transparent.is-link {
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-transparent.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  font-size: 1rem;
  display: flex;
}

.contact-grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.contact-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact-icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

.icon-embed-medium {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-about-us-header {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.layout-about-us-header-heading-list {
  height: 7.25rem;
  overflow: hidden;
}

.layout-about-us-component {
  flex-direction: column;
  height: 340vh;
  position: relative;
}

.layout-about-us-content {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.layout-about-us-header-heading {
  white-space: nowrap;
  font-size: 6rem;
}

.layout-about-us-header-heading.heading-1, .layout-about-us-header-heading.heading-2, .layout-about-us-header-heading.heading-3, .layout-about-us-header-heading.heading-4 {
  color: var(--white);
  line-height: 1;
}

.layout-about-us-ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header-about-us-info-component {
  flex-direction: column;
  align-items: center;
}

.header-about-us-info-image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.header-about-us-info-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.form-message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form-field-label {
  font-family: var(--paragraphs);
  color: var(--white);
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.contact-info-icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

.contact-contact-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.form-input {
  border: 1px solid var(--blue);
  background-color: var(--white);
  font-family: var(--paragraphs);
  color: var(--white);
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: var(--blue);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-text-area::placeholder {
  color: var(--midnight-blue\<deleted\|variable-ffa9abfe\>);
}

.form-message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form-message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-style-link {
  font-family: var(--paragraphs);
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
}

.text-style-link:hover {
  font-size: 1.025rem;
}

.error-text {
  color: #e23939;
}

.icon-embed-tiny {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.success-text {
  font-weight: 600;
}

.contact-form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form-field-wrapper {
  position: relative;
}

.section-contact-header {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-style-h2 {
  font-family: var(--headings);
  color: var(--brand-green);
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2._2 {
  color: #f16130;
}

.heading-style-h2._3 {
  color: #3d706d;
}

.heading-style-h2.text-colout-white {
  color: var(--white);
  font-weight: 400;
}

.heading-style-h2.text-fire {
  color: var(--brand-fire);
}

.text-size-medium {
  font-family: var(--paragraphs);
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-medium.text-white {
  color: var(--white);
}

.text-size-medium.text-white-soft {
  color: var(--off-white);
}

.heading-style-h5 {
  font-family: var(--headings);
  color: var(--white);
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-size-regular {
  font-family: var(--paragraphs);
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.section-image {
  position: relative;
}

.layout-image-component {
  z-index: 99;
  position: relative;
}

.layout-image-content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout-image-item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout-image-background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer._60 {
  background-color: #0009;
}

.image-overlay-layer._35 {
  background-color: #00000059;
}

.layout-image-background-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-icon {
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.top-banner-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--paragraphs);
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.button-link:hover {
  color: var(--off-white);
  font-weight: 400;
}

.button-link.is-hero {
  font-family: var(--headings);
  border: 1px solid #000;
  font-size: 1.25rem;
  font-weight: 400;
}

.text-span-gold {
  color: var(--off-white);
  font-weight: 700;
}

.max-width-xlarge {
  max-width: 55rem;
}

.cabin-icon-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cabin-info {
  margin-left: .5rem;
}

.section-header-cabins {
  position: relative;
}

.header-cabins-content {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  min-height: 70svh;
  max-height: 60rem;
  padding-top: 5rem;
  padding-bottom: 1rem;
  display: grid;
  position: relative;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
}

.max-width-medium.centred {
  text-align: center;
}

.header-cabins-background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header-cabins-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-cabins-background-image.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.modal-component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-content-wrapper {
  background-color: var(--black);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  padding: 4rem;
  position: relative;
  overflow: scroll;
}

.modal-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.icon-embed-small {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.modal-background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cabin-container-right {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 7rem;
  padding-bottom: 0;
  display: flex;
}

.gallery-button {
  font-family: var(--paragraphs);
  background-color: #3898ec00;
  padding: 0 0 0 10px;
  font-size: 1.25rem;
}

.image-gallery-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-stats-cabin {
  border-top: 1px solid var(--white);
}

.heading-style-h3 {
  font-family: var(--headings);
  margin: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.stats-cabin-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

.stats-cabin-item {
  border-left: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

.stats-cabin-number {
  font-family: var(--headings);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

.section-banner-cabin {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
}

.banner-cabin-component {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.banner-cabin-inner-wrapper {
  justify-content: flex-end;
  display: flex;
}

.banner-cabin-marquee {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.banner-heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.banner-image-wrapper {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner-icon-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 30px;
  max-width: 100%;
  height: 30px;
  max-height: none;
}

.header-image-cabin-image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.header-cabin-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-list {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.info-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.info-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.info-icon-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.info-answer {
  overflow: hidden;
}

.heading-style-h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.gallery-grid-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.gallery-lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery-image-wrapper {
  width: 100%;
}

.gallery-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-layout-style-guide {
  flex-flow: column;
  padding-top: 4rem;
  display: flex;
}

.styleguide-heading-wrapper {
  border-bottom: 1px solid var(--white);
  width: 100%;
  padding: 0 0 4rem;
}

.styleguide-component {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
}

.styleguide-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding-bottom: 4rem;
}

.styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  font-weight: 300;
}

.styleguide-label {
  background-color: var(--blue);
  font-family: var(--paragraphs);
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  border-radius: 5px;
  margin-top: -2px;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.5;
  display: inline-block;
}

.heading-style-h6 {
  font-family: var(--headings);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h6.text-color-white {
  color: var(--white);
  font-weight: 500;
}

.text-size-regular-2 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-small {
  font-family: var(--paragraphs);
  color: var(--white);
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-tiny {
  font-family: var(--paragraphs);
  color: var(--white);
  font-size: .75rem;
  line-height: 1.5;
}

.text-size-subheading {
  font-family: var(--paragraphs);
  color: var(--white);
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-size-link {
  font-family: var(--paragraphs);
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
}

.styleguide-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-small {
  background-color: var(--blue);
  font-family: var(--paragraphs);
  color: var(--white);
  text-align: center;
  border: 1px solid #eae3d4;
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.button-small:hover {
  border-color: var(--blue);
  background-color: var(--white);
  color: var(--blue);
  transform: scale(1.05);
}

.button-secondary {
  border: 1px solid var(--white);
  font-family: var(--paragraphs);
  color: var(--white);
  text-align: center;
  background-color: #eae3d400;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .25s ease-in;
}

.button-secondary:hover {
  background-color: var(--blue);
  color: var(--white);
  border-color: #eae3d4;
  transform: scale(1.05);
}

.button-secondary-small {
  border: 1px solid var(--blue);
  background-color: var(--white);
  font-family: var(--paragraphs);
  color: var(--blue);
  text-align: center;
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.button-secondary-small:hover {
  border-color: var(--white);
  background-color: var(--blue);
  color: var(--white);
  transform: scale(1.05);
}

.button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-text-area {
  border: 1px solid var(--blue);
  background-color: var(--white);
  font-family: var(--paragraphs);
  color: #0f0f0f;
  border-radius: 5px;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  overflow: auto;
}

.form-text-area:focus {
  border-color: #000;
}

.form-text-area::placeholder {
  color: var(--blue);
}

.form-select-input {
  border: 1px solid var(--blue);
  background-color: var(--white);
  font-family: var(--paragraphs);
  color: var(--blue);
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.form-select-input::placeholder {
  color: #0009;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form-checkbox-icon {
  border: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  font-family: var(--paragraphs);
  color: var(--white);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-icon {
  border: 1px solid var(--white);
  -webkit-text-stroke-color: #33483e;
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form-radio-label {
  color: var(--white);
  margin-bottom: 0;
  font-family: Quicksand;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.styleguide-grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.styleguide-color {
  background-color: #000;
  padding-bottom: 8rem;
}

.styleguide-color.color-black {
  border: 1px solid var(--white);
  background-color: var(--black);
}

.styleguide-color.color-dark-green {
  background-color: var(--blue);
}

.styleguide-color.color-light-green {
  background-color: var(--white);
  border: 1px solid #33483e;
  border-radius: 8px;
}

.styleguide-color.color-gold {
  background-color: var(--off-white);
}

.styleguide-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.styleguide-item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.styleguide-empty-box {
  z-index: -1;
  background-color: #e4e2df;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-spacing {
  border: 1px dashed #000;
}

.padding-section-xlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section-layout-text-component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout-text {
  text-align: justify;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;
}

.span-text-gold {
  color: var(--off-white);
}

.section-layout-split-text {
  display: none;
}

.section-stats {
  min-height: auto;
  position: relative;
}

.padding-section-xxlarge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section-stats-component {
  z-index: 1;
  position: relative;
}

.section-stats-content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section-stats-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.section-stats-item {
  border-left: 2px solid var(--brand-fire);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
}

.section-stats-number {
  font-family: var(--headings);
  color: var(--white);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.section-stats-background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section-stats-background-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout-experiences-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout-experiences-item1 {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout-experiences-image-wrapper {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.layout-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.layout-experiences-item2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 25%;
}

.layout-experiences-item3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 50%;
}

.layout-about-us-header-tablet {
  display: none;
}

.licenses-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.min-width {
  width: auto;
  min-width: 35rem;
}

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

.italic-text {
  font-weight: 400;
}

.bold-text {
  font-weight: 500;
}

.collection-item {
  width: 100%;
}

.cta-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 540px;
  display: flex;
}

.avatar-wrapper {
  display: flex;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.text-color-white {
  color: #fff;
}

.avatar-regular {
  background-color: #e6e6e6;
  border: 3px solid #fff;
  border-radius: 40px;
  width: 42px;
  height: 42px;
  position: relative;
}

.avatar-regular.avatar-group {
  margin-left: -14px;
}

.cta-image-large {
  object-fit: scale-down;
  object-position: 50% 100%;
  max-width: 50%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta-button-outline {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.cta-button-outline:hover {
  border-color: #d3d3d3;
}

.cta-button {
  color: #4255bd;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

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

.h1-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading.text-color-white {
  color: #fff;
}

.overline-regular {
  color: gray;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.overline-regular.text-color-white {
  color: #fff;
}

.button-group-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.section-regular.background-brand {
  background-color: #4255bd;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.paragraph-large {
  color: #333;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-large.text-color-off-white {
  color: #e6e6e6;
}

.footer-link-2 {
  opacity: .8;
  color: var(--black);
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  transition: all .3s;
}

.footer-link-2:hover {
  opacity: 1;
  color: #141414;
}

.footer-column {
  width: 100%;
}

.caption {
  color: var(--black);
  letter-spacing: -.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-large-2 {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-2.text-color-gray-300 {
  color: var(--black);
}

.wrap-v-regular {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.footer-link-block {
  color: #000;
  text-decoration: none;
}

.footer-logo-2 {
  margin-bottom: 32px;
  text-decoration: none;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-divider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #e0e0e0;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.footer-grid-a {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr;
  place-items: start stretch;
}

.social-link-white {
  border: 2px solid var(--brand-green);
  color: var(--brand-green);
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all .3s;
  display: flex;
}

.social-link-white:hover {
  background-color: var(--brand-green);
  color: var(--white);
}

.paragraph-small {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.section-footer-l {
  background-color: #f5f5f5;
  padding: 120px 5% .5rem;
  position: relative;
}

.footer-detail-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer-link-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-decoration: none;
  display: flex;
}

.form-text-field {
  color: #000;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 32px;
  transition: border-color .3s;
}

.form-text-field:hover {
  border-color: #9ca3b0;
}

.form-text-field:focus {
  border-color: #000;
}

.form-text-field.text-area {
  min-height: 194px;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  background-color: #111827;
  border-radius: 44px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #913b8b;
}

.button-primary.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.paragraph-x-small {
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.contact-location-wrapper {
  z-index: 1;
  padding: 16px;
  position: relative;
}

.overline-regular-2 {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.subheading-small {
  color: #030711;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.contact-submit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.contact-socials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-regular {
  color: var(--brand-green);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.subheading-large {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large.text-color-gray-600 {
  color: #4b5563;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.form-success-message {
  background-color: #c4eecb;
  border-radius: 12px;
  padding: 14px 18px;
}

.contact-links-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.h1-heading-2 {
  color: #030711;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.form-field-label-2 {
  font-family: var(--headings);
  color: #4b5563;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.contact-location {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.contact-location:hover {
  background-color: #f9fafb;
}

.form-error-message {
  background-color: #fde7e7;
  border-radius: 12px;
  padding: 12px 16px;
}

.heading-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
  position: relative;
}

.contact-details-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  display: flex;
}

.subheading-regular {
  font-family: var(--headings);
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-map-small {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 418px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.form-field-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.divider-gray-200 {
  background-color: #e5e7eb;
  width: 100%;
  height: 1px;
}

.icon-tiny {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-regular {
  font-family: var(--paragraphs);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 28px;
}

.contact-map {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.contact-icon-wrapper-2 {
  color: #030711;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  display: flex;
}

.contact-social-link {
  border: 1px solid #e5e7eb;
  border-radius: 100%;
  padding: 8px;
  transition: background-color .3s;
}

.contact-social-link:hover {
  background-color: #f3f4f6;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  overflow: hidden;
}

.cta-accent {
  background-color: var(--brand-green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 30px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: transform .35s;
  display: flex;
}

.cta-accent:where(.w-variant-5f68e0f5-d61b-7a13-0e9d-994072304d33) {
  border: 2px solid var(--brand-green);
  color: var(--black);
  background-color: #3d706d00;
}

.cta-accent:where(.w-variant-7ae79f90-e340-6dca-a562-c4bee37f4ad2) {
  border: 2px solid var(--off-white);
  background-color: #3d706d00;
}

.cta-accent:where(.w-variant-60af788d-598c-e1f3-c766-a0c8d40bdd1d) {
  height: 75px;
  font-size: 3rem;
}

.wrap-heading-top-text-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
}

.faq-question-bar {
  color: #fff;
  background-color: #e2703a;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.animation {
  width: 60px;
  height: 60px;
}

.heading-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-center.mg-bottom-64 {
  margin-bottom: 64px;
}

.text-size-small-2 {
  padding-top: 0;
}

.text-size-small-2:where(.w-variant-7ae79f90-e340-6dca-a562-c4bee37f4ad2) {
  white-space: nowrap;
  word-break: keep-all;
}

.faq-content {
  color: #fff;
  margin-top: -2px;
  overflow: hidden;
}

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.clip:where(.w-variant-60af788d-598c-e1f3-c766-a0c8d40bdd1d) {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-arrow.left-arrow {
  position: absolute;
  inset: 0% auto 0% -100%;
}

._10px-spacer-2 {
  width: 10px;
  height: 10px;
}

.maincontainer {
  z-index: 2;
  width: 100%;
  max-width: 85rem;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.icon-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-link:where(.w-variant-60af788d-598c-e1f3-c766-a0c8d40bdd1d) {
  height: 100%;
}

.master-faqs-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hover-text.bottom {
  position: absolute;
  bottom: -100%;
}

.faq-paragraph-2 {
  letter-spacing: -.01em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 2rem;
  display: flex;
  overflow: hidden;
}

.top-text {
  color: #bed730;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.icon-link_circle {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 1px;
  display: flex;
}

.question-title {
  line-height: 24px;
}

.bold-text-2 {
  color: var(--brand-fire);
}

.section-stats-number-2 {
  color: var(--off-white);
  font-family: Avenir;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3;
}

.vertical-divider {
  align-items: center;
  width: 2px;
  height: 100%;
  display: flex;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.feature-tile-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.icon-wrapper-2 {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.feature-accent-line {
  background-color: var(--brand-green);
  border-radius: 12px;
  width: 3px;
  height: 28px;
  position: absolute;
  inset: 40px auto 0% 0%;
}

.section-large-2 {
  padding: 120px 5%;
  position: relative;
}

.grid-feature-content {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
}

.paragraph-regular-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.feature-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.feature-line-holder {
  position: relative;
}

.badge-outline {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.subheading-regular-2 {
  font-family: var(--paragraphs);
  color: var(--brand-fire);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

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

.section-faq {
  background-color: var(--grey);
}

.number-text {
  color: var(--brand-fire);
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

.navbar-hamburger-menu-hm6 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm6 {
  color: var(--brand-green);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.hamburger-menu-hm6.w--open {
  background-color: #0000;
}

.top-bar-hm6 {
  background-color: var(--brand-green);
  border-radius: 8px;
  width: 40px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
}

._2nd-top-bar-hm6 {
  background-color: var(--brand-green);
  border-radius: 8px;
  width: 50px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  display: none;
}

.middle-bar-hm6, .bottom-bar-hm6 {
  background-color: var(--brand-green);
  border-radius: 8px;
  width: 50px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: auto;
}

._2nd-bottom-bar-hm6 {
  background-color: var(--brand-green);
  border-radius: 8px;
  width: 40px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: auto;
  display: none;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-regular-2 {
  padding: 82px 5%;
  position: relative;
}

.overline {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-3 {
  color: #586174;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-3.text-color-gray-800 {
  color: #232a39;
}

.text-color-blue {
  color: #1457ff;
}

.title-wrapper-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.paragraph-small-2 {
  color: #586174;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-card-outline {
  grid-row-gap: 40px;
  color: #07090d;
  text-align: center;
  border: 1px solid #edeff2;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.testimonial-card-outline:hover {
  border-color: #0000;
  box-shadow: 45px 45px 140px -48px #07090d14;
}

.h3-heading-2 {
  color: #07090d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.avatar-x-large {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.subheading-regular-3 {
  color: #07090d;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.secetion-reviews {
  background-color: var(--white);
  overflow: hidden;
}

.overline-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.testimonial-card-e {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  transition: all .3s;
  display: flex;
}

.span-red-500 {
  color: #e56161;
}

.testimonial-slide-b {
  margin-right: 24px;
}

.testimonal-quote {
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 56px;
  display: flex;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-3.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.h6-heading.text-weight-medium {
  font-weight: 500;
}

.section-regular-3 {
  padding: 80px 5%;
  position: relative;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.caption-m.text-color-gray-600 {
  color: #6d767e;
}

.testimonial-slider-b {
  background-color: #0000;
  width: 100%;
  max-width: 996px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 102px;
  padding-right: 102px;
}

.hidden-element {
  display: none;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-top: 16px;
  margin-bottom: 0;
  display: flex;
}

.testimonial-right-arrow-b {
  color: #000;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.container-large-4 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-left-arrow-b {
  color: #000;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.title-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-3.text-color-gray-600 {
  color: #6d767e;
}

.customer-logo {
  width: 44px;
}

.testimonial-customer-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.slide---brix.testimonial-v1---brix {
  max-width: 500px;
  margin-right: 30px;
}

.title {
  white-space: break-spaces;
}

.title.testimonial-v1---brix {
  color: var(--black);
  margin-bottom: 13px;
  font-size: 1.5rem;
}

.title.avatar-name-v1---brix {
  font-family: var(--paragraphs);
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 600;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.mask---brix {
  border-radius: 20px;
}

.mask---brix.testimonial-v1---brix {
  max-width: 500px;
  overflow: visible;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px #2427291a;
}

.paragraph---brix.testimonial-v1---brix {
  margin-bottom: 12px;
}

.display-none {
  display: none;
}

.card---brix {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card---brix.testimonial-v1---brix {
  padding: 53px 54px 60px;
}

.card---brix.testimonial-v1---brix.first---brix {
  border-radius: 5px;
  padding: 22px 33px;
}

.split-content---brix.avatar-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.split-content---brix.testimonials-client-info---brix {
  font-family: var(--paragraphs);
  color: var(--black);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.slider-arrow---brix {
  background-color: #4a3aff;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px #0c046633;
}

.slider-arrow---brix:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px #0c04661a;
}

.slider-arrow---brix:active {
  transform: scale(.94);
}

.slider-arrow---brix.small---brix {
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow---brix.small---brix.left---brix {
  background-color: var(--brand-green);
  right: auto;
}

.slider-arrow---brix.small---brix.right---brix {
  background-color: var(--brand-green);
  left: auto;
}

.slider-arrow---brix.small---brix.right---brix:hover {
  color: var(--off-white);
}

.slider---brix {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-rounded {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-bg.text-weight-bold {
  font-weight: 700;
}

.faq-divider {
  background-color: #d5d9e2;
  width: 100%;
  height: .5px;
}

.paragraph-small-4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-4.text-color-gray-600 {
  color: #525f75;
}

.faq {
  background-color: #f6f7f9;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.section-regular-4 {
  padding: 96px 5%;
  position: relative;
}

.section-regular-4.background-gray {
  background-color: #f6f7f9;
}

.overline-3 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.faq-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f6f7f9;
  border: .5px solid #d5d9e2;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.h2-heading-2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.faq-button {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.button-text-2 {
  z-index: 1;
  position: relative;
}

.faq-content-2 {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faq-title {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-x-small {
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.faq-icon {
  background-color: var(--grey);
  color: #23272f;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-secondary {
  color: #121212;
  letter-spacing: -.05em;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-secondary.light {
  color: #fff;
}

.text-block-3 {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 69px;
  line-height: 1em;
}

.div-block-9 {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-end;
  width: 1500px;
  max-width: 100%;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-2 {
  z-index: 20;
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
}

.underline-filled-line {
  background-color: var(--brand-green);
  width: 100%;
  height: 100%;
}

.cta-underline {
  width: 100%;
  height: .143vw;
  position: absolute;
  inset: auto 0% -8px;
  overflow: clip;
}

.background-video {
  background-image: linear-gradient(#121212c7, #00000069), linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.heading-style-h1-2 {
  color: #3d706d;
  text-transform: none;
  margin: 0;
  font-family: Avenir;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h1-2.hero-header {
  color: #f7f5f3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 400;
}

.heading-style-h1-2.hero-secon-heading {
  color: #a7c9c8;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 400;
}

.hero-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._1rem-spacer {
  width: 1rem;
  height: 1rem;
}

.vavbar_link {
  color: var(--black);
  text-decoration: none;
}

.text-size-small-3 {
  padding-top: 0;
}

.vavbar_link-2 {
  color: var(--black);
  text-decoration: none;
}

._4-5rem-spacer {
  height: 4.5rem;
}

.image {
  width: 200px;
}

.container-large-5 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-card-outline-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid var(--off-white);
  background-color: var(--white);
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.h5-heading {
  color: var(--brand-green);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir;
  font-size: 32px;
  line-height: 1.4;
}

.testimonial-avatar-wrapper {
  background-color: #f4f4f6;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.testimonial-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-wrapper-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular-5 {
  border-top: 2px solid var(--off-white);
  padding: 3rem 5%;
  position: relative;
}

.paragraph-small-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.grid-four-column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.h3-heading-3 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.testimonial-avatar {
  width: 36px;
  height: 36px;
}

.testimonal-slide {
  margin-right: 40px;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.testimonial-mask {
  max-width: 510px;
  overflow: visible;
}

.testimonial-wrapper {
  padding-bottom: 228px;
  position: relative;
}

.row-x-small-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.paragraph-regular-5 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-count {
  align-items: center;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #dce0e5;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.subheading-x-small {
  color: #22272f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.testimonial-slider-button {
  color: #95a1b2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-slider-button:hover {
  color: #fff;
  background-color: #5e53a2;
}

.testimonial-slider-button.left {
  right: 56px;
}

.testimonial-slider-button.right {
  color: #fff;
  background-color: #5e53a2;
}

.section-regular-6 {
  padding: 92px 5%;
  position: relative;
}

.paragraph-x-small-2 {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.h3-heading-4 {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.title-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

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

.testimonial-slider {
  background-color: #0000;
  width: 514px;
  height: auto;
  position: static;
}

.testimonial-rating {
  color: #f4d452;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.icon-tiny-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: grid;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.testimonial-footer {
  border-top: 1px solid #dce0e5;
  justify-content: flex-start;
  width: 100%;
  height: 64px;
  padding-top: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-small-6 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small-6.text-weight-semibold {
  font-weight: 600;
}

.testimonial-count-divider {
  color: #95a1b2;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.title-caption {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.row-regular.row-center {
  justify-content: flex-start;
  align-items: center;
}

.testimonial-avatar-2 {
  background-color: #f3f4f6;
  border: 1.5px solid #dce0e5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  overflow: hidden;
}

.hide {
  display: none;
}

.field-label {
  color: var(--blue);
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.formmain {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.success-message {
  color: #00381e;
  background-color: #ebfff5;
  border-radius: 12px;
}

.contact-form-block-outline-2 {
  border: 2px solid var(--grey);
  margin-bottom: 0;
  padding: 1.2rem;
}

.wrap-v-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.contact-field {
  border: 2px solid var(--brand-green);
  color: var(--black);
  border-radius: 0;
  height: 60px;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 2.8rem;
  padding-right: 20px;
  font-size: 1rem;
  line-height: 24px;
  transition: all .3s;
}

.contact-field:focus {
  color: var(--black);
}

.contact-field.email {
  background-image: url('../images/sms.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-field.name {
  background-image: url('../images/user.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-field.message {
  background-image: url('../images/edit.svg');
  background-position: 11px 18px;
  background-repeat: no-repeat;
  background-size: auto;
  height: 120px;
  padding-top: 16px;
}

.contact-field.phoneicon {
  background-image: url('../images/phone-line.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.error-message {
  text-align: center;
  background-color: #030303;
  border-radius: 8px;
  padding: 12px 16px;
}

.wrap-v-large-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.paragraph-x-small-3 {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-x-small-3.centre {
  text-align: center;
  font-size: 12px;
}

.grey-line-2 {
  background-color: var(--off-white);
  width: 100%;
  height: 1px;
}

.wrap-v-tiny-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.cta-accent-2 {
  color: #030303;
  background-color: #bed730;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 30px;
  padding-right: 20px;
  text-decoration: none;
  transition: transform .35s;
  display: flex;
}

.cta-accent-2:hover {
  transform: scale(1.05);
}

.form-grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grey-link {
  color: #676767;
}

._4rem-spacer {
  width: 4rem;
  height: 4rem;
}

.utility-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 2px solid var(--grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  padding: 4rem;
  display: flex;
}

.grey-vertical {
  background-color: #cacaca;
  width: 1px;
  height: 25px;
}

.div-block-10 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-items: center;
  display: flex;
}

.pricing-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.pricing-tooltip {
  color: #d4d4d4;
}

.pricing-table-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #171717;
  white-space: nowrap;
  word-break: keep-all;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.row-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.pricing-card-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subheading-large-2 {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-table-plan {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  white-space: nowrap;
  word-break: keep-all;
  flex-direction: column;
  display: flex;
}

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

.button-outline-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0a0a0a;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline-small:hover {
  background-color: #fafafa;
  border-color: #d4d4d4;
}

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-small:hover {
  background-color: #734573;
}

.pricing-tabs-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 50%;
  margin-left: 32px;
  display: flex;
}

.pricing-tab-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  display: flex;
}

.pricing-check {
  color: #3c9075;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-x-small-4 {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small-4.text-color-gray-700 {
  color: #404040;
}

.pricing-text {
  color: #525252;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-6 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.pricing-tabs {
  margin-bottom: 64px;
  display: flex;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #734573;
}

.button-primary-2.w--current {
  background-color: #4b264b;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.row-tiny.row-center {
  justify-content: flex-start;
  align-items: center;
}

.table-row {
  z-index: 1;
}

.price-wrapper-year {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.pricing-tabs-content {
  width: 50%;
}

.section-regular-7 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-7.background-brown-50 {
  background-color: #f8f6f6;
}

.pricing-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 32px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.pricing-tab-link:hover {
  background-color: #f2eeee;
  border-color: #f5f5f5;
}

.pricing-tab-link.w--current {
  background-color: #fff;
  border-color: #fff;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.pricing-switch {
  background-color: #e6e6e6;
  border-radius: 99px;
  align-items: center;
  width: 52px;
  height: 28px;
  padding: 2px;
  display: flex;
}

.table {
  text-align: left;
  width: 100%;
}

.paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.price-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.pricing-cross {
  color: #aa3c3c;
}

.pricing-circle {
  background-color: #fff;
  border-radius: 99px;
  width: 24px;
  height: 24px;
  box-shadow: 0 1px 1px #a3a3a33d;
}

.h6-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small.column-center {
  justify-content: flex-start;
  align-items: center;
}

.pricing-old-price {
  color: #aa3c3c;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
}

.icon-regular-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-x-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.h3-heading-5 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.h4-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.table-header {
  padding: 16px;
}

.divider-gray-201 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.pricing-tab-pane {
  height: 100%;
}

.price-toggle-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #171717;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.overline-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline-4.text-color-gray-500 {
  color: #737373;
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  display: flex;
}

.row-small-2.row-center {
  align-items: center;
}

.code-embed {
  display: none;
}

.pricing-table-card {
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  padding: 32px;
  display: flex;
  overflow: auto;
}

.pricing-feature {
  color: #0a0a0a;
  justify-content: space-between;
  display: flex;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.table-cell {
  white-space: nowrap;
  padding: 16px;
}

.table-cell.cateogry {
  padding-top: 32px;
}

.badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #285d4e;
  white-space: nowrap;
  background-color: #f4faf8;
  border: 1px solid #d6f0e5;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
}

.badge.red {
  color: #761e1e;
  background-color: #f6eaea;
  border-color: #eed8d8;
}

.badge.gray {
  color: #404040;
  background-color: #fafafa;
  border-color: #f5f5f5;
}

.badge.blue {
  color: #27497c;
  background-color: #f3f6fc;
  border-color: #e8eef7;
}

.pricing-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-grid._3x {
  grid-template-columns: 1fr 1fr 1fr;
}

._2rem-spacer {
  width: 2rem;
  height: 2rem;
}

.cta3_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta3_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.section_cta3 {
  position: relative;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-3.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button-3.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #000000d9;
  position: absolute;
  inset: 0%;
}

.container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta3_component {
  z-index: 1;
  position: relative;
}

.svg-2 {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.subheading-small-3 {
  color: #1a1925;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.button-11 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-11.c-03 {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  color: #05041b;
  background-color: #fff0;
  flex-direction: column;
  padding: 0;
  display: block;
}

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

.paragraph-small-7 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.underlin-wrapper-2 {
  background-color: #05041b;
  width: 100%;
  height: 2px;
  margin-top: .2rem;
  overflow: hidden;
}

.integration-card-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px;
  text-decoration: none;
  display: flex;
}

.underline-3 {
  background-color: #d8fafe;
  width: 100%;
  height: 2px;
}

.underline-3.bg-color-blue {
  color: #d8fafe;
  background-color: #78b941;
}

.background-video-2 {
  background-image: linear-gradient(#121212c7, #00000069), linear-gradient(#0003, #0003), url('../images/Nordic-Cycle-Collage.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

._3x-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.code-embed-4 {
  width: 100%;
  position: relative;
}

.grid-hero-b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-hero-b.is-v2 {
  min-height: 100vh;
  overflow: hidden;
}

.icon-arrow {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-hero-service {
  color: #f0f6f8;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.icon-arrow-a {
  width: 10px;
  max-width: none;
  height: 10px;
}

.heading-hero {
  color: #fff;
  font-weight: 700;
}

.heading-hero.size-vw {
  font-size: 2rem;
  font-weight: 400;
}

.icon-arrow-b {
  width: 10px;
  max-width: none;
  height: 10px;
  position: absolute;
  transform: translate(-120%, 120%);
}

.line-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
  position: relative;
}

.block-hero-b {
  background-color: #f0f6f8;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.desktop-only {
  width: 100%;
  height: 100svh;
  display: flex;
}

.desktop-only.is-v2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-b {
  z-index: 20;
  background-image: linear-gradient(to top, #000000f5, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 180px 40px 40px;
  display: flex;
  position: relative;
}

.hero-service {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.line-full {
  background-color: var(--white);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.line-1px {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.link-hero-b {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.block-hero-service {
  width: 100%;
  margin-top: 15px;
}

.mobile-only {
  display: none;
}

.image-hero-b {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.image-hero-b.is-v2 {
  display: block;
}

.section-hero-b {
  z-index: 10;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section-hero-b.is-v2 {
  max-height: 72vh;
  overflow: hidden;
}

._6rem-spacer {
  width: 6rem;
  height: 6rem;
}

.about-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.logo {
  width: 300px;
}

.about-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.sub-heading {
  color: #000;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}

.btn {
  letter-spacing: -1px;
  text-transform: uppercase;
  background-color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-section {
  background-image: url('../images/bg-zenit-big.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-container-2 {
  width: 100%;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.hero-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 5.486em;
  display: flex;
}

.hero-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading {
  letter-spacing: 0;
  font-size: 3.97437em;
  font-weight: 500;
}

.cta-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #8b8b8b87;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  padding: .5em 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .2s;
  display: flex;
}

.cta-circle {
  background-color: #000;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
}

.code-embed-5 {
  color: #fff;
  width: 1.6rem;
  height: 1.6rem;
}

.cta-secondary-2 {
  color: #121212;
  letter-spacing: -.05em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.cta-secondary-2.light {
  color: #fff;
  text-decoration: none;
}

.cta-secondary-2.black {
  background-color: var(--brand-green);
  color: var(--white);
  padding: 5px;
}

.footer-logox-sa {
  width: 300px;
}

._2px-wrap {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.code-embed-6 {
  margin-bottom: 0;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.collection-item-2 {
  height: 100%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-8 {
  color: #616161;
  text-decoration: none;
}

.link-block-8:where(.w-variant-94144572-40d6-b1f8-aedc-3b666f31429a) {
  background-color: var(--brand-green);
  color: var(--white);
  padding: .5rem 1.5rem;
}

.spacer-xsmall-2 {
  padding-top: 1rem;
}

.spacer-medium-2 {
  padding-top: 2rem;
}

.container-xlarge {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-small-20 {
  font-size: .875rem;
  line-height: 1.375rem;
}

.email-capture_circular-button {
  background-color: #0f62fe;
  background-image: url('../images/arrow_forward.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.375rem;
  border-radius: 3rem;
  width: 2.75rem;
  height: 2.75rem;
  transition: transform .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.email-capture_circular-button:hover {
  transform: rotate(-45deg);
}

.email-capture_circular-button.is-small {
  background-size: 1rem;
  width: 2rem;
  height: 2rem;
}

.text-size-medium-12 {
  letter-spacing: -.017em;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.column-medium {
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tag_link {
  background-color: #f2f4f8;
  border-radius: 3.5rem;
  justify-content: space-between;
  align-items: center;
  padding: .375rem .75rem;
}

.blog-post_small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-small-10 {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.spacer-xxlarge-7 {
  padding-top: 4rem;
}

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

.padding-section-medium-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.error_message {
  color: #da1e28;
  background-color: #fff1f1;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .75rem 1.5rem;
}

.image-full-width {
  width: 100%;
}

.blog_sidebar-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.position-sticky-1rem {
  position: sticky;
  top: 1rem;
}

.text-size-xsmall {
  letter-spacing: 0;
  font-size: .75rem;
  line-height: 1.25rem;
}

.text-size-xsmall.is-interpunct {
  margin-left: .5rem;
  margin-right: .5rem;
}

.email_capture {
  width: 100%;
  min-width: 25rem;
  max-width: 30rem;
  margin-bottom: .75rem;
  position: relative;
}

.email_capture.no-min-width {
  min-width: 0;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.padding-global-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.success_message {
  color: #198038;
  background-color: #defbe6;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
}

.align-right {
  justify-content: flex-end;
  display: flex;
}

.grid_6-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid_6-col.is-1-5x-gap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.grid_3-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid_3-col.is-3x-gap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.grid_3-col.is-align-start {
  align-items: start;
}

.capture_field {
  border: 1px solid #dde1e6;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1.25rem;
  font-size: 1rem;
  transition: border-color .3s;
  display: flex;
}

.capture_field:hover, .capture_field:focus {
  border-color: #0f62fe;
}

.capture_field::placeholder {
  color: #878d96;
}

.capture_field.is-small {
  height: 2rem;
  padding-left: 1rem;
  font-size: .75rem;
}

.subscription {
  background-color: #fff;
  background-image: url('../images/shape_5_light.svg');
  background-position: 0 -80px;
  background-repeat: no-repeat;
  background-size: auto 160px;
  border-radius: .25rem;
  padding: 6rem 1.25rem 1.25rem;
  overflow: hidden;
}

.section_frame-6 {
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.spacer-tiny-2 {
  padding-top: .5rem;
}

.align-left {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.row_small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.eyebrow {
  letter-spacing: -.017em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.social_links-wrap_large {
  grid-column-gap: 1.5rem;
  display: flex;
}

.lightbox-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.lightbox-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  padding: 0%;
}

.image-fill-2 {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.empty-states {
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.section-2 {
  z-index: 1;
  padding-top: 5.714vw;
  padding-bottom: 5.714vw;
  position: relative;
}

.main-container {
  z-index: 3;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.286vw;
  padding-right: 2.286vw;
  position: relative;
}

.home-c-description-tile {
  grid-column-gap: 2.286vw;
  grid-row-gap: 2.286vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .857vw;
  font-weight: 500;
  line-height: 120%;
}

.text-h4 {
  letter-spacing: -.05em;
  font-size: 2.57vw;
  line-height: 125%;
}

.div-block-11 {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-end;
  width: 1500px;
  max-width: 100%;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.footnote {
  color: #030711;
  font-size: 12px;
  text-decoration: none;
}

.navbar-menu-button-2 {
  z-index: 1;
  padding: 0;
}

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

.navbar-menu-button-2.dark {
  filter: invert();
}

.navbar-menu-right {
  text-align: left;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 8rem 5vw 8rem 2.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.form-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.nav-button {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.margin-bottom-25 {
  margin-bottom: 4rem;
}

.margin-bottom-25.extra-small {
  margin-bottom: 1rem;
}

.menu-icon-line-bottom-2 {
  background-color: var(--white);
  width: 24px;
  height: 2px;
}

.success-message-3 {
  background-color: #c4eecb;
  border-radius: 12px;
  padding: 14px 18px;
}

.navbar-logo-2 {
  width: 100%;
}

.navbar-logo-2:where(.w-variant-5287b7d5-2610-91cd-84d5-98c69ace4559) {
  display: none;
}

.navbar-logo-2.dark {
  z-index: -1;
  margin-top: 1px;
  position: absolute;
  inset: 0%;
}

.form-label {
  color: gray;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 24px;
}

.navbar-wrapper-2 {
  z-index: 2;
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.button-label {
  text-shadow: 0 32px #fff;
}

.button-label.is-alt, .button-label.is-secondary {
  text-shadow: 0 32px #000;
}

.button-label.is-secondary.is-alt {
  text-shadow: 0 32px #000;
  flex: none;
}

.button-label.is-secondary.is-alt:hover {
  text-shadow: 0 32px #000;
}

.menu-icon-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.menu-icon-line-middle-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.navbar-logo-link-2 {
  z-index: 9999;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.navbar-menu-left {
  color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.navbar-container-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-icon-line-top-2 {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon-line-top-2:where(.w-variant-5287b7d5-2610-91cd-84d5-98c69ace4559) {
  background-color: var(--brand-green);
}

.error-message-3 {
  background-color: #fde7e7;
  border-radius: 12px;
  padding: 12px 16px;
}

.navbar-menu-wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.navbar {
  z-index: 100;
  background-color: #0000003d;
  align-items: center;
  width: 100vw;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.input-field {
  border: 1px solid #d1d5db;
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 16px;
  line-height: 32px;
  transition: border-color .3s;
}

.input-field:focus {
  color: #000;
  border-color: #000;
}

.input-field.area {
  min-height: 190px;
}

.menu-icon-line-middle-top-2 {
  z-index: 2;
  background-color: var(--white);
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon-line-middle-top-2:where(.w-variant-5287b7d5-2610-91cd-84d5-98c69ace4559) {
  background-color: var(--brand-green);
}

.button-12 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: black;
  background-color: #000;
  flex: none;
  padding: 1.125rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
}

.button-12:hover {
  text-decoration: none;
}

.button-12.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button-12.is-secondary:hover {
  color: #000;
  background-color: #cbd5e1;
  border-color: #cbd5e1;
}

.button-12.is-secondary.is-alt {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  flex: none;
}

.button-12.is-secondary.is-alt:hover {
  color: #000;
  background-color: #fff;
}

.button-12.is-alt {
  color: #000;
  -webkit-text-stroke-color: white;
  background-color: #fff;
  border: 1px solid #fff;
}

.form-block-3 {
  color: gray;
  margin-bottom: 0;
  font-size: 1rem;
}

.navbar-link-large {
  color: var(--brand-green);
  letter-spacing: -.1rem;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .25s ease-out;
}

.navbar-link-large:hover {
  text-decoration: underline;
}

.wrap-h-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.menu-icon-line-middle-base-2 {
  background-color: var(--white);
  width: 24px;
  height: 2px;
  position: absolute;
}

.button-mask {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-menu-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.navbar-menu-2 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.navbar-contact-form {
  z-index: 1;
  width: 100%;
  max-width: 35rem;
  position: relative;
}

.div-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.text-color-white-2 {
  color: #fff;
  font-weight: 400;
}

.split-text {
  letter-spacing: -.05em;
  font-size: 1.25rem;
  line-height: 125%;
}

.div-block-12 {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-end;
  width: 1500px;
  max-width: 100%;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.form-text {
  opacity: 0;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 69px;
  line-height: 1em;
  position: absolute;
  inset: 0%;
}

.hero-content-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: 80px;
  display: flex;
  position: relative;
}

.concept-text {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  width: 100%;
  font-size: 69px;
  line-height: 1em;
  position: absolute;
  inset: 0%;
}

.herologo {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-3 {
  background-image: linear-gradient(#121212, #fff0 69%), linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.div-block-13 {
  padding-left: 5%;
  padding-right: 5%;
}

.hero-slider-image_wrap {
  z-index: 2;
  height: 95%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-slide-content_layout {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 78svh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  overflow: hidden;
}

.hero-slide-content_layout.is-2col {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.slider-background-image-overlay {
  background-image: linear-gradient(#0000008c 32%, #0000009c);
  position: absolute;
  inset: 0%;
}

.units {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  position: relative;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  max-width: 46.25rem;
  font-size: 70px;
  line-height: 75px;
}

.text-color-white-3 {
  color: #fff;
}

.header-slide {
  height: 100vh;
  position: relative;
}

.hero-slider-text-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-slider-text-content.is-centered {
  z-index: 5;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 800px;
}

.slider-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slider-background-image.is-inverted {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.header-slider-section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sub-heading-2 {
  font-size: 1.2rem;
  font-weight: 700;
}

.sub-heading-2.text-color-white-3 {
  letter-spacing: .5px;
}

.slider-background_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-slider-pagination_wrap {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slide1-content {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 65%;
  display: flex;
  position: relative;
}

.hero-pagination {
  z-index: 999;
  height: 18px;
  margin-bottom: 16px;
  position: relative;
}

.button-13 {
  color: #121212;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: .5rem 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  transition: border-color .2s, background-color .2s, color .2s;
}

.button-13:hover {
  background-color: #0000;
}

.button-13.is-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #121212;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.button-13.is-icon:hover, .button-13.is-icon.is-secondary {
  color: #fff;
}

.button-13.is-icon.is-secondary:hover {
  color: #091243;
  background-color: #fff;
}

.div-block-516 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.hero-heading_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.lottie-animation {
  width: 20px;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

.slider-4 {
  min-height: 100svh;
}

.slide-nav {
  z-index: 99;
}

.blur-menu {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: absolute;
  inset: 0%;
}

.darknavbarlogo {
  width: 100%;
  display: none;
}

.darknavbarlogo:where(.w-variant-5287b7d5-2610-91cd-84d5-98c69ace4559) {
  display: block;
}

.darknavbarlogo.dark {
  z-index: -1;
  margin-top: 1px;
  position: absolute;
  inset: 0%;
}

.menulink {
  text-decoration: none;
}

.page-head {
  text-transform: uppercase;
}

.nav-logo {
  font-size: 1.5rem;
}

.nav-logo:where(.w-variant-5287b7d5-2610-91cd-84d5-98c69ace4559) {
  color: var(--brand-green);
}

.menu {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.button-14 {
  z-index: 20;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 2.5%;
  font-size: 17px;
  position: relative;
  inset: auto 0% 0% auto;
}

.cta-secondary-3 {
  color: #121212;
  letter-spacing: -.05em;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.286vw;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  position: relative;
}

.cta-secondary-3.light {
  text-decoration: none;
}

.link-block-8-2 {
  color: var(--brand-green);
  font-size: 1.2rem;
  text-decoration: none;
}

.clip-2 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.simple-two-bar-menu {
  width: 3rem;
  height: 3rem;
}

.hamburger, .hamburger-inverted {
  filter: invert();
}

.hamburger-inverted:where(.w-variant-5287b7d5-2610-91cd-84d5-98c69ace4559), .hamburger-dark {
  display: none;
}

.hamburger-dark:where(.w-variant-5287b7d5-2610-91cd-84d5-98c69ace4559) {
  display: block;
}

.hero-block {
  height: 100svh;
}

.swiper-wrapper {
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.swiper-wrapper.flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 0;
  align-items: stretch;
}

.is-next {
  pointer-events: auto;
  color: #000;
  background-color: #d5e9ff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  transition-property: background-color;
  display: flex;
}

.is-next:hover {
  background-color: #c9e2ff;
}

.swiper-slide.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-slide.one-slide {
  width: 100%;
}

.one-swiper-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.is-prev {
  pointer-events: auto;
  color: #000;
  background-color: #d5e9ff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  transition-property: background-color;
  display: flex;
}

.is-prev:hover {
  background-color: #c9e2ff;
}

.quotebox {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.swiper-main-wrapper {
  position: relative;
}

.swiper-pagination-bullet {
  opacity: 1;
  cursor: pointer;
  background-color: #a3a3a3;
  width: 1rem;
  height: 1rem;
  margin-left: .375rem;
  margin-right: .375rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #222;
}

.swiper-container.one-slider {
  overflow: hidden;
}

.swiper-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-wrapper {
  z-index: 3;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -45px;
}

.testimonial-card-7 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  color: #1c1c1c;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.testimonial-card-7.max-size {
  width: 100%;
  height: 100%;
}

.image-2 {
  min-height: 100svh;
}

.link-block-9 {
  height: 100%;
  min-height: 100svh;
}

.swiper-fuchsia-goose-461 {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-webflow {
  overflow: hidden;
}

.heroslider {
  height: 100svh;
}

.form-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.pop-logo {
  width: 180px;
}

.insta-feed {
  background-color: #fafafa;
  padding: 1rem 2px;
}

@media screen and (min-width: 1440px) {
  .is-next, .is-prev {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    display: flex;
    bottom: 35px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-slide-content_layout {
    max-width: 90rem;
  }
}

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

  .heading-style-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.25rem;
  }

  .heading-style-h1.align-middle {
    text-align: center;
  }

  .heading-style-h1.text-align-center {
    text-align: left;
  }

  .navbar-container {
    grid-auto-columns: 1fr;
  }

  .navbar-menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .navbar-menu-wrapper {
    justify-content: flex-start;
  }

  .navbar-links-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar-link {
    font-size: 2.5rem;
  }

  .navbar-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon-line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon-line-middle-base {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon-line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .banner-component {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-heading-top, .banner-heading-bottom {
    font-size: 4rem;
  }

  .header-about-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .headerabout-image-wrapper {
    justify-content: center;
    height: 60vh;
  }

  .layout-home-cabins-row {
    flex-direction: column;
  }

  .layout-home-cabins-card {
    width: 100%;
  }

  .layout-home-cabins-card._50 {
    min-height: 50vh;
  }

  .layout-home-cabins-card.hero {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout-cabins-image {
    object-fit: cover;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-cabins-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header-cabins-content-left {
    margin-left: 5%;
    margin-right: 5%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-cabins-content-right {
    height: auto;
  }

  .cabins-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid-list {
    grid-column-gap: 2rem;
  }

  .layout-about-us-header-heading-list {
    display: none;
  }

  .layout-about-us-content {
    height: 100svh;
  }

  .layout-about-us-header-heading.heading-1, .layout-about-us-header-heading.heading-2, .layout-about-us-header-heading.heading-3, .layout-about-us-header-heading.heading-4 {
    font-size: 8vw;
  }

  .contacts-content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.75rem;
  }

  .text-size-medium {
    margin-top: 0;
    margin-bottom: 0;
  }

  .layout-image-content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .cabin-icon-grid {
    grid-template-columns: 1fr;
  }

  .modal-content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .stats-cabin-list {
    grid-column-gap: 2rem;
  }

  .stats-cabin-number {
    font-size: 4rem;
  }

  .banner-heading-wrapper {
    text-align: center;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .section-layout-style-guide {
    padding-top: 8rem;
  }

  .heading-style-h6 {
    font-size: 1rem;
  }

  .button-secondary-small {
    display: none;
  }

  .padding-section-xlarge {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .layout-text {
    text-align: justify;
    font-size: 2.5rem;
  }

  .section-stats-content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .section-stats-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-stats-number {
    font-size: 4rem;
  }

  .layout-experiences-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .layout-about-us-header-tablet {
    display: flex;
  }

  .cta-image-large {
    opacity: .1;
    max-width: 80%;
    height: auto;
  }

  .footer-link-column {
    max-width: 164px;
  }

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .heading-grid {
    grid-template-columns: 1fr;
  }

  .contact-details-column {
    max-width: none;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .section-stats-number-2 {
    font-size: 4rem;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mask---brix {
    margin-left: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    margin-left: 0;
  }

  .card---brix.testimonial-v1---brix {
    padding-left: 48px;
    padding-right: 48px;
  }

  .cta-underline {
    bottom: -4px;
  }

  .heading-style-h1-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.25rem;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .title-grid {
    grid-template-columns: 1fr;
  }

  .pricing-tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .pricing-tabs {
    flex-flow: wrap-reverse;
  }

  .pricing-tabs-content {
    width: 100%;
  }

  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .grid-hero-b.is-v2 {
    height: 70vh;
    max-height: 70vh;
  }

  .heading-hero.size-vw {
    margin-bottom: 14px;
  }

  .hero-b {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-only {
    display: none;
  }

  .section-hero-b {
    margin-bottom: 10px;
  }

  .section-hero-b.is-v2 {
    max-height: 70vh;
  }

  .about-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph {
    width: auto;
  }

  .container-xlarge {
    max-width: 50rem;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .email_capture {
    min-width: 20rem;
  }

  .padding-global-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid_3-col.is-3x-gap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .capture_field {
    border-radius: 55px;
  }

  .lightbox-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .home-c-description-tile {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .label {
    font-size: 1.143vw;
  }

  .navbar-menu-button-2 {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .navbar-menu-right {
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 5vw;
  }

  .nav-button {
    display: none;
  }

  .menu-icon-line-bottom-2 {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon-line-middle-2 {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .navbar-menu-left {
    flex: 0 auto;
    width: 100%;
    padding-top: 4.5rem;
    padding-right: 5vw;
  }

  .navbar-container-2 {
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-icon-line-top-2 {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu-wrapper-2 {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .menu-icon-line-middle-top-2 {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0;
  }

  .navbar-link-large {
    font-size: 2.5rem;
  }

  .menu-icon-line-middle-base-2 {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .button-mask {
    width: 100%;
  }

  .navbar-menu-links-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar-contact-form {
    max-width: none;
  }

  .hero-slider-image_wrap {
    width: 100%;
    height: 50svh;
  }

  .hero-slide-content_layout {
    height: 100svh;
  }

  .hero-slide-content_layout.is-2col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .slider-heading {
    font-size: 60px;
  }

  .header-slide {
    height: 95svh;
  }

  .slide1-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .cta-secondary-3 {
    font-size: 2.857vw;
  }

  .testimonial-card-7 {
    padding: .8rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  .heading-style-h1, .heading-style-h1.hero-header {
    font-size: 2.5rem;
  }

  .heading-style-h1.hero-secon-heading {
    font-size: 1.5rem;
  }

  .heading-style-h1.is-big {
    font-size: 4rem;
  }

  .navbar-component {
    min-height: 4rem;
  }

  .navbar-menu-wrapper {
    padding-top: 4rem;
  }

  .navbar-links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .banner-component {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-about-component {
    min-height: auto;
  }

  .header-about-content-wrapper {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .header-about-content-right {
    margin-top: 0;
    margin-left: 0%;
  }

  .headerabout-image-wrapper {
    height: auto;
  }

  .layout-home-cabins-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout-home-cabins-card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

  .layout-home-cabins-card.hero {
    align-items: center;
  }

  .layout-home-cabins-card-content {
    justify-content: center;
    align-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer-credit-text {
    margin-top: 2rem;
  }

  .footer-legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .logo-text {
    text-align: center;
    font-size: 4rem;
  }

  .header-cabins-component {
    padding-top: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-cabins-content-right {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header-cabins-image-wrapper {
    width: 18rem;
  }

  .cabins-list, .contact-grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout-about-us-header-heading-list {
    height: 4.75rem;
  }

  .layout-about-us-component {
    height: 200vh;
  }

  .layout-about-us-content {
    min-height: 0;
  }

  .layout-about-us-header-heading {
    font-size: 4rem;
  }

  .contacts-content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .layout-image-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .modal-content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .stats-cabin-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .stats-cabin-number {
    font-size: 3.5rem;
  }

  .map-item {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-image-wrapper {
    height: 4rem;
  }

  .banner-image-wrapper.hide-tablet, .banner-image-wrapper.hide-mobile-landscape {
    display: flex;
  }

  .info-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .info-icon-wrapper {
    width: 1.75rem;
    height: 1.75rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .gallery-grid-list {
    grid-template-rows: auto auto;
  }

  .padding-section-xlarge {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .padding-section-xxlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-stats-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .section-stats-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-stats-number {
    font-size: 3.5rem;
  }

  .layout-experiences-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout-experiences-item2, .layout-experiences-item3 {
    margin-top: 0%;
  }

  .min-width {
    min-width: auto;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-divider {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .footer-grid-a {
    grid-template-columns: 1fr;
  }

  .section-footer-l {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .h1-heading-2 {
    font-size: 54px;
    line-height: 62px;
  }

  .form-field-grid, .grid-two-column {
    grid-template-columns: 1fr;
  }

  .faq-question-bar {
    padding-right: 5px;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-stats-number-2 {
    font-size: 3.5rem;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-feature-content {
    grid-template-columns: 1fr 1fr;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .h3-heading-2 {
    font-size: 36px;
    line-height: 52px;
  }

  .testimonial-card-e {
    padding-left: 44px;
    padding-right: 44px;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-slider-b {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-right-arrow-b, .testimonial-left-arrow-b {
    width: 42px;
    height: 42px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .slide---brix.testimonial-v1---brix {
    max-width: none;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .mask---brix {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask---brix.testimonial-v1---brix {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .card---brix {
    border-radius: 12px;
  }

  .card---brix.testimonial-v1---brix {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    margin-left: 0;
  }

  .split-content---brix.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .slider-arrow---brix {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-secondary {
    font-size: 1.5rem;
  }

  .cta-underline {
    height: 1px;
    bottom: -5px;
  }

  .heading-style-h1-2, .heading-style-h1-2.hero-header {
    font-size: 2.5rem;
  }

  .heading-style-h1-2.hero-secon-heading {
    font-size: 1.5rem;
  }

  .hide-mobile {
    display: block;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .h3-heading-3 {
    font-size: 40px;
  }

  .testimonal-slide {
    margin-right: 24px;
  }

  .testimonial-mask {
    width: 100%;
  }

  .testimonial-wrapper {
    padding-bottom: 128px;
  }

  .subheading-x-small, .paragraph-x-small-2 {
    margin-right: 8px;
    display: inline;
  }

  .h3-heading-4 {
    font-size: 40px;
  }

  .testimonial-slider {
    width: auto;
  }

  .contact-form-block-outline-2 {
    padding: .8rem;
  }

  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .price-wrapper {
    flex-flow: column;
  }

  .h3-heading-5 {
    font-size: 36px;
  }

  .h4-heading {
    font-size: 32px;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .grid-hero-b {
    grid-template-columns: 1fr 1fr;
  }

  .grid-hero-b.is-v2 {
    height: 65vh;
    max-height: 65vh;
  }

  .heading-hero.size-vw {
    font-size: 6vw;
  }

  .desktop-only {
    display: block;
  }

  .hero-b {
    padding-top: 110px;
  }

  .mobile-only {
    display: none;
  }

  .section-hero-b.is-v2 {
    max-height: 65vh;
  }

  .logo {
    width: 300px;
  }

  .sub-heading, .btn {
    font-size: 1rem;
  }

  .collection-list.hero {
    grid-template-columns: 1fr;
  }

  .spacer-xsmall-2 {
    padding-top: .75rem;
  }

  .spacer-medium-2 {
    padding-top: 1.5rem;
  }

  .text-size-small-20 {
    font-size: .75rem;
    line-height: 1.25rem;
  }

  .text-size-medium-12 {
    letter-spacing: -.011em;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .column-medium {
    grid-row-gap: .75rem;
  }

  .icon-small-10 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .spacer-xxlarge-7 {
    padding-top: 3rem;
  }

  .position-sticky-1rem.is-static-landscape {
    position: static;
  }

  .text-size-xsmall {
    font-size: .625rem;
    line-height: 1rem;
  }

  .email_capture {
    width: 100%;
    max-width: 25rem;
    margin-bottom: .5rem;
  }

  .padding-global-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid_3-col.is-3x-gap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .eyebrow {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lightbox-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .image-fill-2 {
    max-height: 300px;
  }

  .home-c-description-tile {
    max-width: 80vw;
  }

  .label {
    font-size: 1.714vw;
  }

  .text-h4 {
    font-size: 4.694vw;
  }

  .navbar-menu-right {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .navbar-menu-wrapper-2 {
    grid-row-gap: 0rem;
  }

  .navbar {
    min-height: 4rem;
  }

  .button-12.is-secondary {
    flex: 1;
  }

  .navbar-link-large {
    font-size: 1.5rem;
  }

  .navbar-menu-links-wrapper {
    flex-direction: column;
    padding-top: 1rem;
  }

  .hero-slider-image_wrap {
    width: 100%;
    height: 50vh;
  }

  .hero-slide-content_layout {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-slide-content_layout.is-2col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .hero-heading_wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .cta-secondary-3 {
    font-size: 3.714vw;
  }

  .arrow-wrapper {
    left: -15px;
    right: -15px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
  }

  .heading-style-h1.is-big {
    font-size: 2.5rem;
  }

  .navbar-logo {
    max-width: 100%;
  }

  .button-is-link {
    display: inline-block;
  }

  .navbar-links-wrapper {
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .navbar-link {
    font-size: 2rem;
  }

  .banner-component {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-heading-top, .banner-heading-bottom {
    font-size: 3rem;
  }

  .header-about-content-wrapper {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout-home-cabins-row {
    grid-template-columns: 1fr;
  }

  .layout-home-cabins-card.slider {
    padding-bottom: 4rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-text {
    font-size: 2.5rem;
    font-weight: 400;
  }

  .header-cabins-component {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xxlarge {
    margin-bottom: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small {
    margin-top: 1rem;
  }

  .header-cabins-image-list-top {
    height: 30vh;
  }

  .header-cabins-image-wrapper {
    width: 60vw;
  }

  .header-cabins-image-list-bottom {
    height: 30vh;
  }

  .button-transparent {
    display: inline-block;
  }

  .layout-about-us-header-heading-list {
    height: 3.25rem;
  }

  .layout-about-us-header-heading {
    font-size: 2.75rem;
  }

  .layout-about-us-header-heading.heading-1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .contacts-content, .contact-contact-list {
    grid-template-columns: 1fr;
  }

  .section-contact-header {
    padding-top: 2rem;
  }

  .heading-style-h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2.text-colout-white {
    font-size: 2rem;
  }

  .layout-image-content {
    grid-template-columns: 1fr;
  }

  .layout-image-item-list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .header-cabins-content {
    grid-template-columns: 1fr;
  }

  .modal-component {
    display: none;
  }

  .cabin-container-right {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 0;
  }

  .gallery-button {
    font-weight: 200;
  }

  .stats-cabin-list, .gallery-grid-list {
    grid-template-columns: 1fr;
  }

  .styleguide-item-row {
    grid-row-gap: 1rem;
    grid-template-columns: 15rem;
  }

  .button-secondary {
    font-size: .9rem;
  }

  .padding-section-xlarge {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .layout-text {
    font-size: 1.5rem;
  }

  .padding-section-xxlarge {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-stats-content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .section-stats-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout-experiences-list {
    grid-template-columns: 1fr;
  }

  .hero-icon {
    display: none;
  }

  .map-image {
    max-width: 70%;
  }

  .licenses-grid, .licenses-images-grid {
    grid-template-columns: 1fr;
  }

  .button-group-2 {
    flex-flow: column;
  }

  .footer-detail-wrap {
    flex-direction: column;
  }

  .contact-submit-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-links-grid {
    grid-template-columns: 1fr;
  }

  .maincontainer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .question-title {
    flex: 1;
  }

  .section-stats-number-2 {
    font-size: 2.5rem;
  }

  .grid-feature-content {
    grid-template-columns: 1fr;
  }

  .title-wrapper-regular {
    text-align: center;
  }

  .slide---brix.testimonial-v1---brix {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide---brix.testimonial-v1---brix.first---brix {
    margin-right: 30px;
  }

  .title.testimonial-v1---brix {
    white-space: break-spaces;
  }

  .mask---brix {
    margin-left: 0;
    margin-right: 0;
  }

  .card---brix.testimonial-v1---brix {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    min-height: 470px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .card---brix.testimonial-v1---brix.first---brix {
    min-height: auto;
  }

  .split-content---brix.avatar-content---brix {
    margin-bottom: 16px;
  }

  .split-content---brix.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-arrow---brix.small---brix.left---brix {
    margin-bottom: -70px;
    left: auto;
    right: 74px;
  }

  .slider-arrow---brix.small---brix.right---brix {
    margin-bottom: -70px;
    right: 0;
  }

  .slider---brix.testimonial-v1---brix {
    margin-bottom: 80px;
  }

  .text-block-3 {
    text-align: left;
    font-size: 59px;
    line-height: .9em;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

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

  .background-video {
    flex-flow: column;
    height: 100svh;
  }

  .div-block-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h1-2.hero-header {
    font-size: 2rem;
  }

  .heading-style-h1-2.hero-secon-heading {
    font-size: 1.2rem;
  }

  .hero-container {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .hide-mobile {
    display: none;
  }

  .testimonal-slide {
    margin-right: 16px;
  }

  .testimonial-card {
    padding: 16px;
  }

  .pricing-card-header {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing-tab-link {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
  }

  .price-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .pricing-grid._3x {
    grid-template-columns: 1fr 1fr;
  }

  .background-video-2 {
    flex-flow: column;
    height: 100svh;
  }

  ._3x-grid {
    grid-template-columns: 1fr;
  }

  .grid-hero-b {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .grid-hero-b.is-v2 {
    height: 60vh;
    max-height: 60vh;
  }

  .slide-nav-2 {
    z-index: 60;
    left: 0%;
    right: 0%;
  }

  .heading-hero.size-vw {
    margin-bottom: 0;
    font-size: 9vw;
  }

  .desktop-only {
    display: none;
  }

  .hero-b {
    padding-top: 25px;
  }

  .slider-3 {
    width: 100%;
    height: 100vh;
  }

  .mobile-only {
    width: 100%;
    display: flex;
  }

  .section-hero-b {
    margin-bottom: 6px;
  }

  .section-hero-b.is-v2 {
    max-height: 60vh;
  }

  .about-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    width: 250px;
  }

  .about-bottom {
    padding: 25px 0 0;
    position: relative;
  }

  .sub-heading {
    font-size: .75rem;
  }

  .btn {
    font-size: .775rem;
  }

  .hero-section {
    background-image: linear-gradient(0deg, #000000a3 21%, #0000 80%), url('../images/bg-zenit-big.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-container-2 {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading {
    font-size: 2.5rem;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .email_capture {
    min-width: auto;
    max-width: 100%;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .social_links-wrap_large {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .main-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .home-c-description-tile {
    grid-column-gap: 4.571vw;
    grid-row-gap: 4.571vw;
  }

  .label {
    font-size: 2.286vw;
  }

  .div-block-11 {
    margin-bottom: 3rem;
  }

  .form-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-button {
    flex-flow: wrap;
    justify-content: space-around;
  }

  .margin-bottom-25 {
    margin-bottom: 8px;
  }

  .menu-icon-2 {
    width: 50px;
    height: 50px;
  }

  .navbar-logo-link-2 {
    max-width: 200px;
  }

  .button-12 {
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    display: flex;
  }

  .button-mask {
    flex: 1;
  }

  .navbar-menu-links-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-12 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .form-text {
    font-size: 35px;
    line-height: .9em;
  }

  .hero-content-2 {
    padding: 10px;
  }

  .concept-text {
    font-size: 35px;
    line-height: .9em;
  }

  .background-video-3 {
    flex-flow: column;
  }

  .hero-slide-content_layout.is-2col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .slider-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .sub-heading-2 {
    font-size: 1.3rem;
  }

  .button-13.is-icon, .button-13.is-icon.is-secondary {
    flex: 1;
  }

  .button-group-3 {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
  }

  .button-group-3.margin-bottom {
    width: 100%;
  }

  .button-14 {
    font-size: 14px;
    position: relative;
  }

  .cta-secondary-3 {
    font-size: 8.571vw;
  }

  .is-next, .is-prev {
    width: 37px;
    min-width: 37px;
    height: 37px;
    min-height: 37px;
  }
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c884b-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c884c-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8850-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8851-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8855-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8856-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8858-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c885a-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c885b-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c885f-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8860-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8864-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8865-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c886d-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c886e-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8870-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8872-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8873-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8875-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8877-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8878-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c887a-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c887c-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c887d-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c887f-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8881-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8882-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8884-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8886-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8887-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8889-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c888b-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c888c-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c888e-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8894-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8895-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c88d3-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c88d4-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c88d5-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c88d7-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c88da-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c88db-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c88dc-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c88de-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c88e1-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c88e2-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c88e3-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c88e5-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c88e9-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c88ea-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c88ec-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c88f0-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c88f1-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c88f3-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c88fe-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c88ff-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8900-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8901-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8903-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8906-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c890a-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c890b-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c890c-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8911-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8912-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8913-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8918-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8919-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c891a-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c891b-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8921-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8922-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8923-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8924-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8926-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c892a-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c892b-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c892c-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c892d-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c892f-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c894b-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c894c-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c894e-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8950-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8951-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8953-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8955-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8956-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8958-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c895a-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c895b-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c895d-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c895f-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8960-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8962-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8964-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8965-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8967-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8969-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c896a-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c896c-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c896d-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c896f-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8970-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8972-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8973-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8975-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8976-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8978-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8979-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c897b-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c897c-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c897e-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8981-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8982-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8984-133f1fad, #w-node-_36a1ec48-1b07-5119-480b-57fd192c8986-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8987-133f1fad {
  justify-self: start;
}

#w-node-_36a1ec48-1b07-5119-480b-57fd192c8989-133f1fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}