:root {
  --dark: #0d1619;
  --light: white;
  --border-dark: #15190d29;
  --accent: #87a1f6;
  --semi-transparent-light: #fff9;
  --semi-transparent-dark: #15190d99;
  --bg: #eaece4;
  --border-light: #ffffff29;
  --font--body: "LT Superior";
  --font--serif: "LT Superior Serif";
  --heading--h1: 72px;
  --heading--h0: 112px;
  --heading--h3: 40px;
  --heading--h2: 48px;
  --heading--h5: 24px;
  --heading--h6: 20px;
  --heading--h4: 32px;
  --letter-spacing--5: -.05em;
  --letter-spacing--8: -.08em;
  --letter-spacing--3: -.03em;
  --letter-spacing--2: -.02em;
  --letter-spacing--1: -.01em;
  --letter-spacing--0: 0px;
  --letter-spacing--0-7px: .7px;
  --letter-spacing--4: -.04em;
  --letter-spacing--2-0: .02em;
  --letter-spacing--4-0: .04em;
  --letter-spacing--8-0: .08em;
  --radius--round: 100vw;
  --radius--big: 40px;
  --radius--small: 16px;
  --radius--medium: 24px;
  --radius--regular: 32px;
  --radius--xxsmall: 8px;
  --radius--xsmall: 12px;
  --text--text-big: 20px;
  --text--text-body: 16px;
  --text--label: 12px;
  --text--text-small: 14px;
}

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

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

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

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

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

.cta-circle-regular {
  border: 1px dashed #fff9;
  border-radius: 100vw;
  width: 464px;
  height: 464px;
  position: absolute;
  bottom: -108px;
  left: -222px;
}

.text-body {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-body.semibold {
  font-weight: 500;
}

.cta-main {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0d1619;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main.accent {
  color: #0d1619;
  background-color: #87a1f6;
}

.cta-main.light {
  color: #0d1619;
  background-color: #fff;
}

.cta-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.button-animation-hide {
  height: 24px;
  overflow: hidden;
}

.cta-circle-small {
  border: 1px dashed #fff9;
  border-radius: 100vw;
  width: 296px;
  height: 296px;
  position: absolute;
  bottom: -180px;
  right: 258px;
}

.cta-master {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.text-h1 {
  z-index: 1;
  letter-spacing: -.04em;
  font-size: 72px;
  font-weight: 300;
  line-height: 100%;
}

.code-embed {
  border-radius: 16px;
  width: 60vw;
  height: auto;
  min-height: 300px;
  margin-top: 50px;
  margin-bottom: 0;
  overflow: hidden;
}

.cta-image-wrap {
  border-radius: 100vw;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

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

.cta-video {
  z-index: 1;
  background-color: #0d1619;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 174px;
  padding-bottom: 174px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-video.form {
  background-color: var(--dark);
  height: 100%;
}

.label {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.label.big {
  font-size: 16px;
}

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

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

.cta-circle-big {
  border: 1px dashed #fff9;
  border-radius: 100vw;
  width: 748px;
  height: 748px;
  position: absolute;
  top: -474px;
  right: -295px;
}

.cta-booking {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--dark);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 20px 6px 8px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cta-booking:hover {
  color: #fff;
  background-color: #0d1619;
  flex: 0 auto;
}

.section {
  z-index: 1;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.cta-section {
  color: #fff;
  padding: 8px;
}

.section.cta-section.form {
  height: auto;
  min-height: auto;
}

.section.template-hero {
  padding-top: 144px;
  padding-bottom: 64px;
}

.section.template-details {
  padding-top: 0;
}

.section.hero-faq {
  color: var(--dark);
  padding-top: 144px;
}

.section.hero-faq._1 {
  padding-top: 80px;
}

.body {
  color: var(--light);
  font-family: Open Sans, sans-serif;
}

.template-hero-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.limit-680 {
  width: 100%;
  max-width: 680px;
}

.card-template-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.colors-grid-style-guide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.colors-master-style-guide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  display: flex;
}

.text-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
}

.color {
  border: 1px solid #f0f0f0;
  flex-direction: column;
  width: 102px;
  height: 102px;
}

.color.color-one {
  background-color: #0d1619;
}

.color.color-two {
  background-color: #87a1f6;
}

.color.color-four {
  background-color: #fff;
  border-color: #15190d29;
}

.submit-button {
  background-color: #0000;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.text-field {
  color: #0d1619;
  background-color: #fff;
  border: 1px solid #15190d29;
  border-radius: 32px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
}

.text-field:focus {
  border-color: #0d1619;
}

.text-field::placeholder {
  color: #17181c80;
}

.section-divider {
  border-bottom: 1px dashed #15190d99;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 16px 0% auto;
}

.text-h0 {
  letter-spacing: -.04em;
  font-size: 112px;
  font-weight: 400;
  line-height: 93.3%;
}

.template-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  margin-bottom: 64px;
  display: flex;
}

.text-big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.color-wrap-style-guide {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.template-block-title {
  position: sticky;
  top: 120px;
}

.button-wrap-style-guide {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  display: flex;
}

.template-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  place-items: start stretch;
}

.template-right-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.relative-block {
  position: relative;
}

.faq-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  width: 100%;
}

.faq-animated-box {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.faq-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-right {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  max-width: 640px;
  margin-top: 56px;
  display: flex;
}

.faq-horizontal {
  background-color: #0d1619;
  width: 12px;
  height: 1.5px;
}

.faq-vertical {
  background-color: #0d1619;
  width: 1.5px;
  height: 12px;
  position: absolute;
}

.expandable-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-tile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.expandable-single {
  cursor: pointer;
  border-bottom: 1px dashed #15190d99;
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-h5 {
  letter-spacing: -.02em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 400;
  line-height: 116%;
}

.faq-block {
  border-top: 1px dashed #15190d99;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 120px;
}

.text-h4 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .cta-circle-regular {
    width: 360px;
    height: 360px;
    bottom: -137px;
    left: -218px;
  }

  .cta-circle-small {
    width: 210px;
    height: 210px;
    bottom: -146px;
    right: 5%;
  }

  .cta-master {
    max-width: 520px;
  }

  .text-h1 {
    font-size: 64px;
  }

  .cta-video {
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cta-circle-big {
    width: 480px;
    height: 480px;
    top: -329px;
    right: -223px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-faq {
    padding-bottom: 64px;
  }

  .text-h0 {
    font-size: 72px;
  }

  .faq-halves {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .faq-right {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: none;
    margin-top: 0;
  }

  .faq-left {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .cta-circle-regular {
    width: 256px;
    height: 256px;
    left: -137px;
  }

  .cta-button-wrap {
    justify-content: center;
    align-items: center;
  }

  .cta-circle-small {
    width: 180px;
    height: 180px;
    bottom: -132px;
  }

  .text-h1 {
    font-size: 56px;
  }

  .code-embed {
    width: 80vw;
  }

  .cta-video {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-circle-big {
    width: 360px;
    height: 360px;
    top: -228px;
  }

  .text-h0 {
    font-size: 64px;
  }

  .template-halves {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .cta-circle-regular {
    width: 200px;
    height: 200px;
    bottom: -96px;
    left: -114px;
  }

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

  .cta-main {
    padding: 8px 20px;
    font-size: 14px;
  }

  .button-animation-hide {
    height: auto;
  }

  .heading-cta {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-circle-small {
    width: 120px;
    height: 120px;
    bottom: -81px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h1 {
    font-size: 13vw;
  }

  .code-embed {
    min-height: auto;
    margin-top: 25px;
  }

  .button-content-tile.bottom-tile {
    display: none;
  }

  .button-animation-wrap {
    height: 20px;
  }

  .label {
    font-size: 10px;
    line-height: 12px;
  }

  .button-arrow {
    display: none;
  }

  .cta-circle-big {
    width: 256px;
    height: 256px;
    top: -184px;
    right: -119px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.template-hero, .section.hero-faq {
    padding-top: 100px;
    padding-bottom: 48px;
  }

  .colors-grid-style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .text-small {
    font-size: 12px;
  }

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

  .text-h0 {
    font-size: 14vw;
  }

  .template-block {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    margin-bottom: 48px;
  }

  .text-big {
    font-size: 16px;
  }

  .button-wrap-style-guide, .template-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .faq-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .expandable-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq-paragraph {
    padding-top: 20px;
    font-size: 16px;
  }

  .text-h5 {
    font-size: 20px;
  }

  .text-h4 {
    font-size: 24px;
  }
}

#w-node-_8b4a4b62-33d7-4bc1-4f76-f256b2d150cb-3a7720c7 {
  justify-self: end;
}

#w-node-b0037537-d72f-2f35-7a93-2eb8de1883d0-8d6cf10b, #w-node-b0037537-d72f-2f35-7a93-2eb8de1883d4-8d6cf10b, #w-node-b0037537-d72f-2f35-7a93-2eb8de1883d8-8d6cf10b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8b4a4b62-33d7-4bc1-4f76-f256b2d150cb-3a7720c7 {
    justify-self: auto;
  }
}


