:root {
  --blue-glemo: #0059ff;
  --orange-glemo: #f15c00;
  --gainsboro: #e5e5ea;
  --black: #041223;
  --green-glemo: #53d870;
  --stroke-grey: #e4e4e7;
  --bg-grey: #fafafa;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@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: #000;
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.4em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 6.53em;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 4.44em;
  font-weight: 600;
  line-height: 1em;
  overflow: hidden;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 3.89em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 3.33em;
  font-weight: 600;
  line-height: 1.1em;
  overflow: hidden;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.78em;
  font-weight: 600;
  line-height: 1.1em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.67em;
  font-weight: 600;
  line-height: 1.1em;
  overflow: hidden;
}

p {
  margin-bottom: 0;
  font-size: 1.39em;
  line-height: 1.4em;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

figure {
  margin-bottom: 10px;
}

.section {
  width: 100%;
  padding-top: 11.11em;
  padding-bottom: 11em;
  position: relative;
}

.section.chat {
  height: 74em;
  min-height: 100vh;
  padding-top: 0;
}

.section.test-kit {
  background-image: none;
  background-position: 0 0;
  padding-top: 5.28em;
  padding-bottom: 5.28em;
}

.section.test-kit._2 {
  background-image: url('../images/6633d1222a0a7c049192ef39_blue.bg-1.svg');
  background-size: cover;
  padding-bottom: 0;
}

.section.horizontal-scroll {
  height: 300vh;
  margin-top: -200px;
  padding-top: 0;
  overflow: visible;
}

.section.slider {
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 14em;
  padding-bottom: 14em;
  overflow: hidden;
}

.section.shapes {
  padding-top: 5.28em;
  overflow: hidden;
}

.section.footer {
  z-index: 3;
  border-radius: 3.06em;
  margin-top: 11.21em;
  padding-top: 9.72em;
  padding-bottom: 9.72em;
}

.section.quiz {
  display: none;
}

.section.hero {
  height: 100vh;
  padding-top: 8em;
  padding-bottom: 3em;
}

.section.product-benefits {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.section.cards {
  height: 300vh;
  margin-top: -11.11em;
  padding-top: 0;
}

.section.blog-post-body {
  padding-top: 5.56em;
}

.section.academy-posts {
  z-index: 2;
  padding-top: 5.56em;
}

.section.smaller-padding-top {
  padding-top: 5em;
}

.section.test-description {
  padding-top: 4.31em;
}

.section.get-in-touch {
  padding-top: 5.56em;
}

.section.after-slider {
  padding-top: 0;
}

.section.video, .section.quote {
  display: none;
}

.section.faq {
  padding-bottom: 11em;
}

.container {
  z-index: 2;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.72em;
  padding-right: 9.72em;
  position: relative;
}

.container.question-screen {
  height: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
}

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

.container.perspective {
  perspective: 40em;
  text-align: center;
}

.container.margin-bottom-160 {
  margin-bottom: 11.11em;
}

.styles-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.paragraph-large {
  font-size: 2em;
}

.navbar-component {
  z-index: 900;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4em;
  display: flex;
}

.nav-logo {
  color: #fff;
  width: 8.54em;
  transition: all .5s;
}

.hamburger-lottie {
  cursor: pointer;
  width: 2.08em;
  margin-bottom: -5px;
}

.question-wrapper {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.question-window {
  border-radius: 3.06em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.question-window-text-wrapper {
  grid-column-gap: 6.53em;
  grid-row-gap: 6.53em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  padding-left: 9.72em;
  padding-right: 9.72em;
  display: flex;
}

.question-window-buttons-wrapper {
  grid-column-gap: 13.75em;
  grid-row-gap: 13.75em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.question-window-button {
  opacity: 0;
  background-color: silver;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13.47em;
  height: 13.47em;
  display: flex;
  position: relative;
}

.question-window-button.purple {
  background-color: var(--blue-glemo);
}

.question-window-button.red {
  background-color: var(--orange-glemo);
}

.question-button-fill {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
}

.question-button-fill.purple {
  background-color: #01bcfd;
  inset: 0%;
}

.question-button-fill.red {
  background-color: #ff684b;
  inset: 0%;
}

.question-button-heading {
  z-index: 2;
  position: relative;
}

.typed-words {
  width: 100%;
  max-width: 100%;
  height: 100%;
  font-family: Gilroy, sans-serif;
  font-size: 4.44em;
  font-weight: 600;
  line-height: 1.1em;
  position: absolute;
}

.typer-wrapper {
  position: relative;
}

.hidden-typer-text {
  opacity: 0;
}

.hero-chat-background {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.chat-wrapper {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  flex-direction: column;
  display: flex;
}

.chat-message-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  align-items: stretch;
  display: flex;
}

.chat-message-wrapper.allign-right {
  justify-content: flex-end;
}

.chat-message-wrapper.allign-right.thinking {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.chat-person-image {
  z-index: 2;
  align-self: flex-end;
  width: 7.5em;
  position: relative;
}

.chat-bubble {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  color: #fff;
  align-items: center;
  padding: 2.92em 3.33em;
  display: flex;
}

.chat-bubble.left {
  background-color: #37485e;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
}

.chat-bubble.right {
  background-color: #6833ff;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
}

.chat-bubble.right.thinking {
  color: #ffffff80;
  background-color: #0000;
  position: relative;
}

.chat-bubble.left {
  transform-origin: 0 100%;
  background-color: #37485e;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
}

.chat-bubble.right {
  transform-origin: 100% 100%;
  background-color: #6833ff;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
}

.chat-text {
  z-index: 2;
  font-family: Gilroy, sans-serif;
  font-size: 1.74em;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.chat-text.mobile {
  display: none;
}

.chat-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chat-button {
  background-color: var(--orange-glemo);
  background-image: linear-gradient(124deg, var(--orange-glemo), #fa8702);
  transform-origin: 100% 100%;
  color: #fff;
  text-align: center;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44em;
  padding-top: 2.22em;
  padding-bottom: 2.22em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.chat-button-text-wrapper {
  z-index: 2;
  grid-column-gap: .69em;
  grid-row-gap: .69em;
  align-items: center;
  display: flex;
  position: relative;
}

.chat-button-text {
  transform-origin: 0%;
  font-family: Gilroy, sans-serif;
  font-size: 2.64em;
  font-weight: 600;
  line-height: 1em;
}

.chat-button-arrow {
  transform-origin: 100%;
  width: 2.64em;
}

.chat-movable {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  display: flex;
}

.chat-version.yes-answer, .chat-version.no-answer {
  display: none;
}

.test-kit-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.test-kit-wrapper._2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  display: flex;
}

.test-kit-image {
  border-radius: 24px;
  flex: none;
  width: 34em;
}

.test-kit-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.button {
  box-sizing: border-box;
  background-color: var(--orange-glemo);
  background-image: linear-gradient(138deg, var(--orange-glemo), #fa8702);
  transform-origin: 100% 100%;
  color: #fff;
  text-align: center;
  object-fit: fill;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 40px;
  padding: 2.08em 2.92em;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.black {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #000;
  flex-flow: column;
  order: 0;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.button.black._2 {
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.button.product-page {
  width: 100%;
}

.button.submit {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 26px;
  transition: opacity .2s;
  display: none;
}

.button-text {
  z-index: 2;
  font-size: 1.67em;
  line-height: 1em;
  position: relative;
}

.button-text.is-larger {
  font-size: 1.75em;
}

.margin-top-40 {
  margin-top: 2.5rem;
}

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

.margin-top-16.p-slide-in {
  color: var(--gainsboro);
  font-weight: 400;
}

.margin-top-16.p-slide-in._1 {
  box-sizing: border-box;
  color: var(--black);
  text-align: center;
  object-fit: fill;
  align-self: center;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.margin-top-16.p-slide-in._2 {
  color: var(--black);
}

.sticky-section {
  perspective: 40em;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.track {
  flex: none;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.72em;
  padding-right: 9.72em;
}

.track-flex {
  align-items: center;
  display: flex;
}

.circle-card {
  perspective: 40em;
  background-color: #bbb;
  border-radius: 15em;
  flex: none;
  align-items: center;
  width: 66.67em;
  max-height: 24.31em;
  padding: 6.67em 8.33em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-card.purple {
  background-color: var(--blue-glemo);
  background-image: linear-gradient(106deg, #0163ff, #01bcfd);
}

.circle-card.red {
  background-color: var(--orange-glemo);
  background-image: linear-gradient(144deg, #08fe9d, #01d9d4);
}

.circle-card.green {
  background-color: #53d870;
  background-image: linear-gradient(125deg, #fa8702, #f25e01);
}

.circle-card-text-wrapper {
  z-index: 2;
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  color: #fff;
  flex-direction: column;
  display: flex;
  position: relative;
}

.paragraph-medium {
  font-size: 1.67em;
}

.circle-card-image-wrapper {
  z-index: 2;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-card-image {
  width: 18em;
}

.heading-line {
  font-size: .75em;
  display: block;
  overflow: hidden;
}

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

.instruction-slider-nav {
  display: none;
}

.instruction-slide-wrapper {
  grid-column-gap: 2.78em;
  grid-row-gap: 2.78em;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.instruction-slider-image-wrapper {
  border-radius: 50%;
  flex: none;
  width: 38.89em;
  height: 38.89em;
  position: relative;
  overflow: hidden;
}

.instruction-slider-mask {
  overflow: visible;
}

.instruction-slider-image {
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.instructions-slider-text-wrapper {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.instructions-slider-tab {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  background-color: var(--blue-glemo);
  color: #fff;
  background-image: linear-gradient(146deg, #0163ff, #01bcfd);
  border-radius: 2em 2em 2em 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3.61em 4.44em;
  display: flex;
}

.survey-button-heading {
  transform-origin: 0%;
  font-size: 2.22em;
}

.instruction-slide-text {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  flex-direction: column;
  display: flex;
}

.instruction-progress-layout {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  display: flex;
}

.instruction-slider-arrows-wrapper {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  align-items: center;
  display: flex;
}

.back-button {
  background-color: var(--orange-glemo);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.47em;
  height: 3.47em;
  display: flex;
}

.back-button:active {
  transform: scale(.9);
}

.instructions-slider-arrow-icon {
  width: 1.39em;
  padding-top: .3em;
}

.instructions-slider-arrow-icon.right {
  transform: rotate(180deg);
}

.progress-bar-wrapper {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  align-items: center;
  display: flex;
}

.progress-bar {
  background-color: var(--gainsboro);
  border-radius: 5em;
  width: 16.67em;
  height: .63em;
  position: relative;
}

.progress-bar-fill {
  background-color: var(--orange-glemo);
  border-radius: 5em;
  width: 0%;
  height: 100%;
}

.progress-bar-fill._2-9 {
  width: 10%;
}

.progress-bar-fill._3-9 {
  width: 20%;
}

.progress-bar-fill._4-9 {
  width: 30%;
}

.progress-bar-fill._5-9 {
  width: 40%;
}

.progress-bar-fill._6-9 {
  width: 50%;
}

.progress-bar-fill._7-9 {
  width: 60%;
}

.progress-bar-fill._8-9, .progress-bar-fill._9-9 {
  width: 100%;
}

.slides-counter-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instructions-tab-layout {
  flex-direction: column;
  height: 100%;
  min-height: 35em;
  display: flex;
}

.instruction-link-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  width: 100%;
  padding: 1.94em;
}

.next-button {
  background-color: var(--orange-glemo);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.47em;
  height: 3.47em;
  display: flex;
}

.next-button:active {
  transform: scale(.9);
}

.left-arrow, .right-arrow {
  display: none;
}

.vision-video-wrapper {
  border-radius: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41.67em;
  margin-top: 3.5rem;
  display: flex;
  position: relative;
}

.play-button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff6;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.11em;
  height: 11.11em;
  display: flex;
  position: absolute;
}

.play-button-icon {
  width: 2.78em;
  margin-left: .4em;
}

.vision-video-preview-image {
  border-radius: 3em;
  width: 100%;
  height: 100%;
}

.faq-lines-wrapper {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  margin-top: 3.89em;
  display: flex;
}

.faq-top {
  cursor: pointer;
  background-color: #e5e5ea;
  border-top-left-radius: 2.22em;
  border-top-right-radius: 2.22em;
  border-bottom-left-radius: 2.22em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 6.94em;
  padding: 2.78em;
  transition: all;
  display: flex;
}

.faq-icon {
  width: 2.78em;
}

.faq-bottom {
  background-color: var(--gainsboro);
  border-bottom-left-radius: 2.22em;
  overflow: hidden;
  transform: translate(0, -2em);
}

.faq-bottom-text {
  margin: 3em 2.78em 2.78em;
}

.survey-wrapper {
  width: 100%;
  margin-bottom: 0;
  padding-top: 4.17em;
  padding-bottom: 4.17em;
  overflow: hidden;
}

.survey-slide-wrapper {
  align-items: flex-end;
  display: flex;
}

.survey-slide-img-wrapper {
  border-radius: 50%;
  flex: none;
  height: 100%;
  position: relative;
}

.survey-slide-right {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.survey-shape {
  transform-origin: 0 100%;
  width: 36.67em;
  overflow: hidden;
}

.survey-man-image {
  width: 30.56em;
  position: static;
  inset: auto 1em .3em auto;
  transform: translate(0);
}

.survey-question-bubble {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  background-color: var(--orange-glemo);
  transform-origin: 100% 100%;
  color: #fff;
  border-top-left-radius: 2.22em;
  border-top-right-radius: 2.22em;
  border-bottom-left-radius: 2.22em;
  flex-direction: column;
  width: 100%;
  padding: 2.92em 3.47em;
  display: flex;
}

.h6-smal--caps {
  text-transform: uppercase;
  font-size: 1.11em;
}

.survey-answers {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  flex-direction: column;
  width: 70%;
  margin-left: 3.61em;
  display: flex;
}

.survey-radio-label {
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.22em;
  font-weight: 600;
  line-height: 1.2em;
}

.radio-button-field {
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.survey-radio-button {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-width: 3px;
  border-color: #041223;
  flex: none;
  width: 2.22em;
  height: 2.22em;
  margin-top: 0;
  margin-left: -1.39em;
}

.survey-radio-button.w--redirected-checked {
  background-image: url('../images/Ellipse-5855.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-width: 3px;
  border-color: #041223;
  width: 2.22em;
  height: 2.22em;
}

.survey-button-next {
  color: #fff;
  background-color: #000;
  border-top-left-radius: 2.78em;
  border-top-right-radius: 2.78em;
  border-bottom-left-radius: 2.78em;
  width: 100%;
  padding: 2.22em 3.13em;
}

.survey-button-text-wrapper {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  align-items: center;
  display: flex;
}

.survey-button-arrow {
  transform-origin: 100%;
  width: 2.22em;
  margin-top: .5em;
}

.survey-button-wrapper {
  justify-content: space-between;
  display: flex;
}

.submit-button {
  display: none;
}

.survey-button-counter {
  font-size: 2.22em;
}

.survey-button-counter.is-gray {
  color: #ffffff80;
}

.marqee-wrapper {
  perspective: 40em;
  width: 100%;
  overflow: hidden;
}

.margee-track {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  width: 100%;
  display: flex;
}

.marqee-heading {
  flex: none;
  font-size: 6.67em;
}

.marqee-heading.red {
  color: var(--orange-glemo);
}

.marqee-heading.purple {
  color: var(--blue-glemo);
}

.marqee-heading.green {
  color: var(--green-glemo);
}

.marqee-text-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: none;
  align-items: center;
  font-size: 1vw;
  display: flex;
}

.horizontal-wrapper {
  display: flex;
}

.horizontal-wrapper.space-between {
  justify-content: space-between;
}

.h1-heading {
  align-self: flex-end;
  font-size: 5.4em;
  overflow: hidden;
}

.review-slider-arrows-wrapper {
  grid-column-gap: 1.81em;
  grid-row-gap: 1.81em;
  align-items: center;
  display: flex;
}

.reviews-slider-arrow {
  background-color: var(--blue-glemo);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.56em;
  height: 5.56em;
  display: flex;
}

.reviews-slider-arrow:active {
  transform: scale(.95);
}

.review-slider-arrow-icon {
  width: 2.22em;
}

.review-slider-arrow-icon.right {
  transform: rotate(180deg);
}

.reviews-slider-wrapper {
  margin-top: 4.44em;
  overflow: hidden;
}

.reviews-slider-list {
  display: flex;
}

.reviews-slider-item {
  flex: none;
  width: 25em;
  margin-right: 2.78em;
}

.review-author-info {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.review-text-wrapper {
  background-color: var(--gainsboro);
  border-top-left-radius: 2.78em;
  border-top-right-radius: 2.78em;
  border-bottom-right-radius: 2.78em;
  flex: 1;
  padding: 2.78em 2.78em 6.5em;
}

.review-text {
  line-height: 1.4em;
}

.review-author-image {
  width: 3.5em;
}

.review-star {
  width: .97em;
}

.review-wrapper {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.review-stars-wrapper {
  grid-column-gap: .35em;
  grid-row-gap: .35em;
  align-items: center;
  display: flex;
}

.review-person-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.h6-regular {
  font-weight: 400;
}

.max-width-760 {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  align-items: flex-start;
  max-width: 52.78em;
  display: flex;
}

.news-preview-wrapper {
  grid-column-gap: 2.78em;
  grid-row-gap: 2.78em;
  flex-direction: column;
  margin-top: 3.89em;
  display: flex;
}

.main-news-thumbnail {
  border-top-left-radius: 2.78em;
  border-top-right-radius: 2.78em;
  border-bottom-left-radius: 2.78em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.33em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-news-thumbnail-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-news-thumbnail-overlay {
  z-index: 2;
  opacity: .3;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-news-text-wrapper {
  z-index: 3;
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  max-width: 52.78em;
  display: flex;
  position: relative;
}

.tags-wrapper {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.tags-wrapper.allign-center {
  align-self: center;
}

.large-tag {
  text-transform: uppercase;
  background-color: #a2a6ae;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .28em .56em;
  display: flex;
}

.large-tag-text {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Gilroy, sans-serif;
  font-size: .83em;
  font-weight: 400;
  line-height: 1.3em;
}

.small-news-thumb-wrapper.more-news {
  margin-top: 4.44em;
}

.small-news-thumb-list {
  grid-column-gap: 2.78em;
  grid-row-gap: 2.78em;
  flex-wrap: wrap;
  display: flex;
}

.small-news-thumb-item {
  flex: none;
  width: 25em;
}

.small-news-thumbnail {
  border-top-left-radius: 2.78em;
  border-top-right-radius: 2.78em;
  border-bottom-left-radius: 2.78em;
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.small-news-thumbnail-image-wrapper {
  border-top-left-radius: 2.78em;
  border-top-right-radius: 2.78em;
  width: 100%;
  height: 13.89em;
  overflow: hidden;
}

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

.small-news-description-wrapper {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  background-color: var(--gainsboro);
  border-bottom-left-radius: 2.78em;
  flex-direction: column;
  flex: 1;
  padding: 1.67em 2.22em 2.22em;
  display: flex;
}

.overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.small-tag {
  color: #fff;
  text-transform: uppercase;
  background-color: #0412234d;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.small-tag-text {
  text-transform: uppercase;
  font-family: Gilroy, sans-serif;
  font-size: .83em;
  font-weight: 400;
  line-height: 1.3em;
}

.contact-us-card {
  background-image: linear-gradient(90deg, var(--black), #0000), url('../images/peça-2---linkedin-feed-1.png');
  perspective: 40em;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 3.06em;
  margin-bottom: 5.56em;
  padding: 8.68em 6.94em;
  position: relative;
  overflow: hidden;
}

.contact-us-card-text-wrapper {
  z-index: 2;
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  max-width: 29.86em;
  display: flex;
  position: relative;
}

.footer-slogan-text {
  color: #fff;
  padding-top: 0;
  padding-bottom: 5.97em;
}

.footer-top {
  justify-content: space-between;
  margin-bottom: 2.22em;
  display: flex;
  overflow: hidden;
}

.footer-links-wrapper {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-links-wrapper.smaller-gap {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
}

.footer-links-wrapper.smaller-gap.hidden {
  display: none;
}

.underlined-link-wrapper {
  color: #fff;
  overflow: hidden;
}

.footer-link {
  font-family: Gilroy, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.1em;
}

.link-underline {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: .4em;
  transform: translate(-101%);
}

.footer-social-links {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  align-items: center;
  display: none;
}

.footer-social-icon {
  width: 2.22em;
}

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

.footer-bottom {
  margin-top: 2.78em;
  overflow: hidden;
}

.footer-additional-info-wrapper {
  grid-column-gap: 1.39em;
  grid-row-gap: 1.39em;
  color: #fff;
  flex-direction: column;
  margin-top: 2.22em;
  display: flex;
}

.footer-grey-text {
  font-family: Gilroy, sans-serif;
  font-size: 1.11em;
  font-weight: 400;
  line-height: 1.4em;
}

.fullscreen-menu {
  z-index: 800;
  background-color: #041223;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-wrapper {
  align-items: center;
  width: 100%;
  max-width: 100em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9.72em;
  padding-right: 9.72em;
  display: flex;
  position: relative;
}

.menu-left {
  z-index: 3;
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link {
  color: #fff;
  background-color: #37485e;
  border-top-left-radius: 2.78em;
  border-top-right-radius: 2.78em;
  border-bottom-right-radius: 2.78em;
  justify-content: center;
  align-items: center;
  padding: 2.22em 4.17em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link.w--current {
  background-color: var(--orange-glemo);
}

.menu-link-text {
  z-index: 2;
  transform-origin: 0%;
  position: relative;
}

.menu-link-fill {
  background-color: var(--orange-glemo);
  transform-origin: 0 100%;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-right {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-contact-button {
  background-color: var(--blue-glemo);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20.83em;
  height: 20.83em;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.contact-button-fill {
  background-color: #7241ff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.menu-shape {
  width: 13.89em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-shape.is-1 {
  right: 40em;
}

.menu-shape.is-2 {
  right: 14em;
}

.menu-shape.is-3 {
  top: 15em;
  right: 0;
}

.menu-shape.is-4 {
  top: 28.9em;
  right: 0;
}

.menu-shape.is-5 {
  inset: auto 40em 0 auto;
}

.menu-link-overflow, .button-wrapper {
  overflow: hidden;
}

.button-wrapper.margin-top-40 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: block;
}

.button-wrapper.product-page {
  width: 100%;
  margin-top: 1em;
}

.survey-man-image-wrapper {
  border-bottom-right-radius: 18.5em;
  margin-right: -1.2em;
  padding-left: 0;
  position: absolute;
  inset: auto 3% 1% auto;
  overflow: hidden;
}

.contact-us-card-blick {
  filter: blur(5em);
  background-color: #fff3;
  border-radius: 50%;
  width: 40em;
  height: 40em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-tablet {
  display: none;
}

.contact-us-card-heading {
  color: var(--gainsboro);
  text-align: left;
  font-size: 4em;
  display: block;
}

.heading-mobile {
  display: none;
}

.hero-wrapper {
  position: relative;
}

.hero-text-wrapper {
  z-index: 2;
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  color: #fff;
  flex-direction: column;
  width: 60%;
  display: flex;
  position: relative;
}

.hero-text-wrapper.about {
  width: 50%;
}

.hero-text-wrapper.product {
  width: 60%;
}

.bread-crumbs-wrapper {
  grid-column-gap: .28em;
  grid-row-gap: .28em;
  color: #fff;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3.5em;
  display: flex;
  position: relative;
}

.bread-crumbs-text {
  font-size: 1.11em;
  transition: opacity .2s;
}

.bread-crumbs-text:hover {
  opacity: .85;
}

.bread-crumbs-text.w--current {
  color: #ffffff80;
}

.hero-screen-shape {
  width: 13.89em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-screen-shape.is-3 {
  inset: auto 28% 20% auto;
}

.hero-screen-shape.is-4 {
  inset: auto 14% -.5em auto;
}

.hero-screen-shape.is-5 {
  inset: auto 0% 14.6em auto;
}

.hero-screen-shape.is-6 {
  inset: 30% 0% auto auto;
}

.hero-screen-shape.is-7 {
  inset: 0% 14% auto auto;
}

.hero-screen-shape.is-2 {
  inset: 0% 28% auto auto;
}

.product-description-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-description {
  z-index: 2;
  width: 50%;
  position: relative;
}

.product-image {
  width: 26em;
  position: sticky;
  top: 2em;
}

.product-image-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  margin-top: -50em;
  display: flex;
  position: relative;
}

.grey-text {
  color: #00000080;
  font-size: 1.25em;
  line-height: 1.4em;
}

.product-name-details {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  flex-direction: column;
  display: flex;
}

.product-description-blocks-wrapper {
  grid-column-gap: 3.33em;
  grid-row-gap: 3.33em;
  flex-direction: column;
  margin-top: 4em;
  display: flex;
}

.product-description-block {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  flex-direction: column;
  display: flex;
}

.product-description-text li {
  font-size: 1.39em;
  line-height: 1.4em;
}

.product-description-text ul {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5em;
  display: flex;
}

.product-benefits-wrapper {
  z-index: 2;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.product-benefits-left {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.product-benefits-right {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  width: 60%;
  display: flex;
}

.product-second-image {
  width: 13.26em;
  position: sticky;
  top: 2em;
}

.product-benefit {
  grid-column-gap: 2.78em;
  grid-row-gap: 2.78em;
  align-items: center;
  display: flex;
}

.product-benefit-image {
  width: 14.17em;
}

.product-benefit-text-wrapper {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  flex-direction: column;
  display: flex;
}

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

.survey-slider-nav, .survey-slider-arrow-prev {
  display: none;
}

.survey-slider-mask {
  overflow: visible;
}

.sticky-wrapper {
  width: 100%;
  height: 100vh;
  padding-top: 11.11em;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.benefit-cards-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  margin-top: 2.5rem;
  display: flex;
}

.benefit-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 2.75em;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 33.33em;
  padding-left: 6.94em;
  padding-right: 6.94em;
  display: flex;
  box-shadow: 0 -6px 10px #0000000d;
}

.benefit-card.is-2 {
  background-image: url('../images/story-all-1.jpg');
  justify-content: flex-start;
}

.benefit-card.is-1 {
  background-image: url('../images/story-all.jpg');
}

.benefit-card.is-3 {
  background-image: url('../images/story-all-2.jpg');
}

.benefit-card-heading {
  font-family: Gilroy, sans-serif;
  font-size: 5.5em;
  font-weight: 600;
  line-height: 1em;
}

.benefit-card-text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20em;
  display: flex;
}

.quote-layout {
  grid-column-gap: 3.33em;
  grid-row-gap: 3.33em;
  background-color: var(--black);
  text-align: center;
  border-radius: 2.75em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 44.44em;
  padding: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote-top {
  z-index: 2;
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.quotation-mark {
  margin-top: .4em;
  font-family: Gilroy, sans-serif;
  font-size: 4.44em;
  font-weight: 600;
  line-height: 1.1em;
}

.quotation-mark.red {
  color: var(--orange-glemo);
}

.quotation-mark.purple {
  color: var(--blue-glemo);
}

.quote-bottom {
  z-index: 2;
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.professor-img-wrapper {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.professor-image {
  width: 5.56em;
}

.professor-description-wrapper {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  color: #fff;
  flex-direction: column;
  display: flex;
}

.paragraph-regular {
  font-weight: 400;
}

.quote-window-shape {
  width: 10.42em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.quote-window-shape.is-1 {
  bottom: -.5em;
}

.quote-window-shape.is-2 {
  bottom: 9.8em;
}

.quote-window-shape.is-3 {
  bottom: -.5em;
  left: 10.5em;
}

.quote-window-shape.is-4 {
  inset: auto 10.42em -.5em auto;
}

.quote-window-shape.is-5 {
  inset: auto 0 10em auto;
}

.survey-button-prev, .survey-slider-arrow-next {
  display: none;
}

.popup-window {
  z-index: 90;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrapper {
  z-index: 2;
  border-radius: 3.06em;
  position: relative;
}

.popup-top {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: var(--orange-glemo);
  color: #fff;
  border-top-left-radius: 3.06em;
  border-top-right-radius: 3.06em;
  align-items: flex-start;
  padding: 2.78em 3.47em;
  display: flex;
}

.popup-heading-wrapper {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  flex-direction: column;
  display: flex;
}

.popup-close {
  cursor: pointer;
  width: 1.53em;
  margin-top: 1em;
}

.popup-bottom {
  background-color: #fff;
  border-bottom-right-radius: 3.06em;
  border-bottom-left-radius: 3.06em;
  padding: 2.78em 3.47em;
}

.popup-links-wrapper {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  display: flex;
}

.popup-link-item {
  border-bottom: 1px solid #0000004d;
  justify-content: space-between;
  padding-bottom: 1.74em;
  display: flex;
}

.popup-link-description-wrapper {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  align-items: center;
  display: flex;
}

.popup-link-bold {
  font-family: Gilroy, sans-serif;
  font-size: 1.39em;
  font-weight: 600;
  line-height: 1.4em;
}

.popup-link {
  color: #605bb2;
  font-size: 1.39em;
  line-height: 1.4em;
}

.popup-link-button {
  width: 3.47em;
}

.popup-close-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-960 {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  max-width: 66.67em;
  display: flex;
}

.two-column-wrapper {
  grid-column-gap: 2.78em;
  grid-row-gap: 2.78em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-column-wrapper.margin-top-56 {
  margin-top: 3.89em;
}

.about-info-wrapper {
  grid-column-gap: 3.89em;
  grid-row-gap: 3.89em;
  flex-direction: column;
  display: flex;
}

.column {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.column.allign-top {
  justify-content: flex-start;
}

.about-cards-wrapper {
  grid-column-gap: 2.78em;
  grid-row-gap: 2.78em;
  perspective: 40em;
  flex-wrap: wrap;
  margin-top: 3.89em;
  display: flex;
}

.about-card {
  border-radius: 1.39em;
  padding: 3.06em 3.33em;
}

.about-card.is-1 {
  background-image: url('../images/Frame-243457122.jpg');
  background-position: 50%;
  background-size: cover;
  width: 45.83em;
  height: 31.94em;
}

.about-card.is-2 {
  background-color: var(--blue-glemo);
  width: 31.94em;
  height: 22.78em;
}

.about-card.is-3 {
  background-color: var(--green-glemo);
  width: 45.83em;
  height: 20.83em;
}

.about-card.is-4 {
  background-image: url('../images/Frame-243457125.jpg');
  background-position: 50%;
  background-size: cover;
  width: 31.94em;
  height: 30em;
  margin-top: -9.2em;
}

.about-card-text-wrapper {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  color: #fff;
  flex-direction: column;
  display: flex;
}

.about-card-text-wrapper.max-width {
  max-width: 20em;
}

.about-card-text-wrapper.is-3 {
  max-width: 70%;
}

.contact-form {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  flex-direction: column;
  display: flex;
}

.blog-post-text li {
  flex-direction: column;
  margin-top: .56em;
  font-size: 1.39em;
  line-height: 1.4em;
}

.blog-post-text ul {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 2.78em;
  display: flex;
}

.blog-post-text figure {
  border-radius: 40px;
  margin: 2.22em 0;
}

.blog-post-text img {
  border-radius: 40px;
}

.contact-form-field {
  background-color: #e5e5ea;
  border: 2px solid #e5e5ea;
  border-radius: .83em;
  margin-bottom: 0;
  padding: 1.71em 1.11em;
  font-size: 1.11em;
  transition: all .2s;
}

.contact-form-field:focus {
  border: 2px solid #ff5433;
}

.contact-form-field::placeholder {
  color: #000;
}

.contact-form-field.message {
  min-height: 10em;
  padding-top: 1em;
  padding-bottom: 3.01em;
}

.contact-form-radio-buttons-wrapper {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  align-items: center;
  display: flex;
}

.contact-radio-button-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
}

.contact-radio-button {
  border: 1px solid #00000040;
  width: 1.11em;
  height: 1.11em;
}

.contact-radio-button-label {
  margin-bottom: 0;
  margin-left: .2em;
  font-size: 1.11em;
  font-weight: 300;
}

.contact-form-succes {
  text-align: left;
  background-color: #0000;
  margin-top: -1em;
  padding: 0;
}

.succes-message-text {
  font-family: Gilroy, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

.contact-us-cards-wrapper {
  grid-column-gap: 2.78em;
  grid-row-gap: 2.78em;
  perspective: 40em;
  flex-wrap: wrap;
  margin-top: 5.56em;
  display: flex;
}

.contact-us-page-card {
  border-radius: 1.39em;
  padding: 3.06em 3.33em;
  position: relative;
  overflow: hidden;
}

.contact-us-page-card.is-1 {
  background-image: linear-gradient(56deg, #000, #0000), url('../images/peça-2---linkedin-feed-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 30em;
  padding-bottom: 1em;
}

.contact-us-page-card.is-2 {
  background-image: linear-gradient(to right, #c8338a, #f8336b 53%, #a9339e);
  width: 100%;
  height: auto;
  display: none;
}

.contact-us-page-card-text-wrapper {
  z-index: 2;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-us-page-card-text-wrapper.horizontal {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  flex-direction: row;
}

.contact-us-card-info-block {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.phone-link {
  font-family: Gilroy, sans-serif;
  font-size: 1.67em;
  font-weight: 600;
  line-height: 1.1em;
}

.contact-us-card-text-top {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  flex-direction: column;
  display: flex;
}

.underline-p {
  text-decoration: underline;
}

.one99-logo {
  width: 9.79em;
}

.blog-post-hero-image-overlay {
  z-index: 1;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post-heading {
  font-size: 4.17em;
}

.post-tags-list {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  flex-wrap: wrap;
  display: flex;
}

.post-tag {
  text-transform: uppercase;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: .56em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .42em .83em;
  display: flex;
}

.social-media-wrapper {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 3.89em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.socail-media-wrapper {
  margin-left: -16px;
  padding-top: 48px;
  display: none;
}

.social-share-btn {
  background-color: #0000;
  border-radius: 0;
  min-width: 50px;
  min-height: 50px;
  margin-left: 16px;
}

.social-share-btn.fb {
  background-image: url('../images/FB.svg');
  background-position: 50%;
  background-size: cover;
}

.social-share-btn.lnk {
  background-image: url('../images/LNK.svg');
  background-position: 50%;
  background-size: cover;
}

.social-share-btn.tw {
  background-image: url('../images/Tw.svg');
  background-position: 50%;
  background-size: cover;
}

.footer-top-links-wrapper {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.academy-navigation-wrapper {
  grid-column-gap: 2.78em;
  grid-row-gap: 2.78em;
  color: #fff;
  flex-direction: column;
  margin-top: 5.14em;
  display: flex;
}

.academy-sections-wrapper {
  grid-column-gap: 1.11em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.academy-section-link {
  font-family: Gilroy, sans-serif;
  font-size: 2.22em;
  font-weight: 600;
  line-height: 1.1em;
}

.academy-section-link.w--current {
  color: #ffffff80;
}

.tags-form {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  background-color: #0000;
  flex-wrap: wrap;
  display: flex;
}

.academy-page-shape {
  width: 18.33em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.academy-page-shape.is-1 {
  inset: 0% 18.33em auto auto;
}

.academy-page-shape.is-2 {
  inset: 0% 36.66em auto auto;
}

.academy-page-shape.is-3 {
  inset: 0% 0% auto auto;
}

.academy-page-shape.is-4 {
  inset: auto 0% 18.33em auto;
}

.academy-page-shape.is-5 {
  inset: auto 18.33em -1% auto;
}

.academy-page-shape.is-6 {
  inset: auto auto -1% 18.33em;
}

.academy-page-shape.is-7 {
  inset: auto auto -1% 0%;
}

.academy-page-shape.is-8 {
  inset: auto auto -1% 36.66em;
}

.filter-tag {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: .56em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .42em .83em;
  transition: background-color .2s;
  display: flex;
}

.nest-tags-wrapper {
  display: none;
}

.nest-tags-list {
  grid-column-gap: .83em;
  grid-row-gap: .83em;
  flex-wrap: wrap;
  display: flex;
}

.checkbox {
  display: none;
}

.is-active-tag {
  color: #000;
  background-color: #fff;
}

.purple-logo {
  color: #8155ff;
}

.circle-card-content {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  align-items: center;
  display: flex;
}

.circle-card-content.red {
  transform: translate(-130%);
}

.circle-card-content.purple {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
}

.circle-card-content.green {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  transform: translate(-130%);
}

.faq-answer-text {
  font-family: Gilroy, sans-serif;
  font-size: 1.39em;
  font-weight: 400;
  line-height: 1.4em;
}

.section-overlay {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-overlay.blog-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.hamburger-wrapper {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.logo-color-changer {
  width: 100%;
  height: 1px;
}

.product-benefit-heading {
  font-size: 2.22em;
}

.product-benefit-text {
  font-size: 1.11em;
}

.quote-social-links {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  display: flex;
}

.quote-social-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-social-link {
  width: 2.22em;
}

.contact-us-card-columns {
  grid-column-gap: 4.2em;
  grid-row-gap: 4.2em;
  display: flex;
}

.contact-us-card-column {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.max-width-30em {
  max-width: 30em;
}

.faq-link {
  color: #6833ff;
  font-weight: 600;
  text-decoration: underline;
  transition: opacity .2s;
}

.faq-link:hover {
  opacity: .8;
}

.chat-wavy-bg {
  z-index: 1;
  object-fit: cover;
  transform-style: preserve-3d;
  width: 115%;
  max-width: none;
  position: absolute;
  inset: .4em 0% 0%;
  transform: scale3d(1, 1.05, 1);
}

.p-smaller-mob {
  font-size: 2.2em;
}

.footer-overlay {
  background-color: #041223;
  border-radius: 3.06em 3.06em 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bubble-lottie {
  width: 100%;
}

.laba-logo {
  width: 15.5em;
}

.test_lottie {
  pointer-events: none;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, 40%)scale(2.3);
}

.horizontal-lottie-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-lottie {
  pointer-events: none;
  margin-right: 5em;
  position: absolute;
  transform: scale(1.27)rotate(90deg);
}

.chat-button-2 {
  transform-origin: 100% 100%;
  color: #fff;
  text-align: center;
  background-color: #ff5433;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
  border-bottom-left-radius: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44em;
  padding-top: 2.22em;
  padding-bottom: 2.22em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-text {
  color: var(--gainsboro);
}

.paragraph {
  color: var(--gainsboro);
  text-align: left;
}

.image-7 {
  max-width: 200%;
}

.social-block {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0%;
  margin-bottom: 5%;
  display: grid;
  position: relative;
}

.social-icon-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.social-icon-2 {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
}

.subtitle {
  z-index: 10;
  color: #fffc;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 200;
  position: relative;
}

.call-to-action-icon {
  width: 24px;
  height: 24px;
}

.footerv2_grid-4 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding-bottom: 20px;
  display: grid;
}

.footer-standard_logo {
  max-height: 2.5rem;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.footerv2-divider {
  border: 1px solid #ffffff1f;
  width: 100%;
  margin-top: 4.5rem;
  margin-bottom: 3.5rem;
}

.footer-standard_left-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 22.5rem;
  margin-right: 2.5rem;
  display: flex;
}

.opacity-down {
  z-index: 2;
  height: 60px;
  padding-bottom: 100px;
  padding-right: 60px;
  position: fixed;
  inset: auto 0% 0%;
}

.footerv2_logo-div {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mobile {
  z-index: 18;
  background-color: #00baff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
}

.trigger-lottie {
  width: 28px;
  height: 28px;
}

.social-block-2 {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footerv1_bottom-container-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.call-to-action {
  z-index: auto;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.trigger {
  z-index: 20;
  background-color: var(--blue-glemo);
  cursor: pointer;
  border: 1px solid #ffffff3d;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: sticky;
  inset: 0% auto;
  box-shadow: 0 32px 32px #0000001f, 0 16px 16px #0000001f, 0 8px 8px #0000001f, 0 4px 4px #0000001f;
}

.whatsapp {
  z-index: 18;
  background-color: var(--green-glemo);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
}

.email {
  z-index: 18;
  background-color: var(--orange-glemo);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
}

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

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

.div-block-2 {
  background-image: linear-gradient(90deg, #000 17%, #0000 80%), url('../images/novo-banner-de-portas-abertas.png');
  background-position: 0 0, 100% 0;
  background-size: auto, auto;
}

.div-block-2._2 {
  background-image: linear-gradient(90deg, var(--black), #0000), url('../images/10hs97_bg_hero_section.jpg');
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper-2 {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  margin-top: 4%;
  margin-bottom: auto;
  padding: 0% 5%;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 80%;
  min-height: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.sticky-container {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.hero3-headline-wrap {
  margin-bottom: 20px;
  padding-top: 10px;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-dark {
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn.btn-outline-dark:hover {
  border-color: #ffffff80;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.hero3 {
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.tagline {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.section-dark {
  color: #fff;
  background-color: #111212;
  overflow: hidden;
}

.hero3-text-wrapper {
  padding-right: 50px;
}

._7-col {
  width: 540px;
  margin-right: 20px;
  display: inline-block;
}

._7-col._7-col-last {
  margin-right: 0;
  display: inline-block;
}

.hero3-firstbutton-wrap {
  margin-right: 10px;
  display: inline-block;
}

._5-col {
  width: 380px;
  margin-right: 20px;
  display: inline-block;
}

.text-20 {
  opacity: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-20.text-20-60 {
  opacity: .6;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.testimonial-image {
  width: 100%;
}

.right-arrow-2 {
  display: none;
  inset: auto 35% 0% auto;
}

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

.slide-nav {
  display: none;
}

.testimonial-paragraph {
  color: #546681;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-section {
  background-image: url('../images/shape_02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 370px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  padding: 180px 5%;
  display: flex;
  position: relative;
}

.testimonial-content-wrap {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.logo {
  width: 114px;
  margin-bottom: 8px;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.testimonial-columns {
  display: flex;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.arrow {
  width: 28px;
}

.slider-left {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.icon-3 {
  color: #4c4172;
}

.testimonial-image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  display: flex;
  position: relative;
}

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

.left-arrow-2 {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.section-2 {
  padding-bottom: 40px;
}

.scrolling-header {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 10rem;
  font-weight: 800;
  line-height: 1em;
}

.scrolling-subheader {
  z-index: 10;
  text-align: center;
  padding-left: 35%;
  padding-right: 35%;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5em;
  position: relative;
  bottom: 15px;
}

.horizontal-content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.horizontal-scrolling-section-for-copy {
  background-color: #0000;
  border-top: 60px #24242417;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
}

.horizontal-scrolling-section-for-copy:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.fixed-background {
  width: 200vh;
  height: 100%;
  position: absolute;
}

.horizontal-div-wrapper {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding-top: 79px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.horizontal-scrollable-section {
  flex-wrap: wrap;
  align-items: center;
  width: 400vh;
  height: 100%;
  padding-top: 40px;
  display: flex;
}

.content-block-wrapper {
  border-radius: 20% 50% 50% 12%;
  flex: none;
  width: 500px;
  height: 500px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: visible;
}

.overflow-mask {
  width: 100%;
  height: 100%;
  padding-top: 41px;
  overflow: hidden;
}

.heading-style-h2 {
  font-size: 4.44rem;
  font-weight: 600;
  line-height: 1;
}

._2nd-hero_horizontal-scroll-content {
  align-items: center;
  min-width: 300vw;
  display: flex;
}

._2nd-hero_content-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2nd-hero_content-wrapper._3 {
  color: #fff;
  background-image: url('../images/blue.bg.svg');
  background-position: 0 0;
  background-size: cover;
}

._2nd-hero_content-wrapper._2 {
  background-color: #f4f4f4;
}

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

.button-2 {
  background-color: var(--blue-glemo);
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  border: 0 solid #f04438;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  font-family: Gilroy, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
}

.button-2:hover {
  border-width: 1px;
  border-color: var(--orange-glemo);
  color: var(--orange-glemo);
  background-color: #0000;
  transform: translate(0, -10px);
}

.button-2.is-secondary {
  color: var(--orange-glemo);
  background-color: #fff;
}

.button-2.is-secondary:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

._2nd-hero_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

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

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

._2n-hero_horizontal-scroll-camera {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

._2nd-hero_header_image {
  border: 1px solid #f04438;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

._2nd-hero_header_image.shadow-large {
  border-width: 0;
}

._2nd-hero_header_image.shadow-large.stroke-black {
  border-color: #222;
}

._2nd-hero_header_image.shadow-large.border-white {
  border-color: #fff;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

._2nd-hero_track {
  height: 400vh;
}

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

.section_div {
  position: relative;
}

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

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

.image-layer {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Untitled-1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

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

.slider-wrapper {
  min-width: 150vw;
  height: 100%;
  display: flex;
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  background-color: #f04438;
  border: 1px solid #f04438;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
}

.button-3:hover {
  color: #f04438;
  background-color: #0000;
  transform: translate(0, -10px);
}

.panel {
  justify-content: center;
  align-items: center;
  min-width: 50vw;
  height: 100%;
  display: flex;
}

.panel.is-red {
  z-index: 1;
  position: static;
  left: 0;
}

.panel._2 {
  z-index: 2;
  background-color: #222;
  position: static;
  left: 0;
}

.panel.is-gray {
  background-color: #f4f4f4;
}

.slider-camera {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.hero_content {
  flex-direction: column;
  justify-content: center;
  width: 50vw;
  padding-left: 5%;
  padding-right: 5rem;
  display: flex;
}

.horizontal-scroll_track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: center;
  min-width: 100vw;
  min-height: 300dvh;
  display: block;
  position: relative;
}

.panel-text {
  font-size: 4rem;
}

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

.horizontal-scroll_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 2rem;
  overflow: hidden;
}

.ths02-page-wrapper {
  overflow: hidden;
}

.ths02-side-navigation {
  z-index: 10;
  background-color: #ebd9b1;
  width: 100%;
  max-width: 600px;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  inset: 0% 0% 0% 100%;
  overflow: hidden;
}

.ths02-bottom-block-image {
  z-index: 1;
  background-image: url('../images/8hs97_img_bottom_block.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 248.5px;
  height: 120px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.ths02-hero-section {
  background-image: linear-gradient(#6265e4e6, #6265e4e6), url('../images/10hs97_bg_hero_section.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 65px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.ths02-bottom-block-icon {
  width: 20px;
}

.ths02-bottom-block-bg-circle {
  background-color: #97f67526;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -10% -10% auto auto;
}

.ths02-side-nav-link {
  color: #354740;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.ths02-side-nav-link:hover {
  color: #1f332c;
}

.ths02-side-nav-link.small {
  color: #777;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: color .2s;
}

.ths02-side-nav-link.small:hover {
  color: #354740;
}

.ths02-bg-lines-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.ths02-side-nav-links-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.ths02-dots-image {
  opacity: .25;
  width: 200px;
  position: absolute;
  inset: auto 120px 60px auto;
}

.ths02-heading-h1 {
  color: #fcfefe;
  margin-top: 0;
  margin-bottom: 0;
}

.ths02-bottom-block-content-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 248.5px;
  display: flex;
  position: relative;
}

.ths02-nav-header-links-divider {
  background-color: #292a2a1a;
  width: 2px;
  height: 40px;
  margin-left: 25px;
  margin-right: 25px;
}

.ths02-bottom-block-link {
  opacity: .85;
  color: #fcfefe;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s ease-in;
  display: flex;
}

.ths02-bottom-block-link:hover {
  opacity: 1;
}

.ths02-bottom-block-link.style-2 {
  opacity: 1;
  color: #1f332c;
  background-color: #d8dbda;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  transition: box-shadow .2s ease-in;
}

.ths02-bottom-block-link.style-2:hover {
  box-shadow: 4px 4px 20px #1f332c99;
}

.ths02-cta-button {
  background-color: var(--orange-glemo);
  color: var(--gainsboro);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: 50px;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: box-shadow .2s ease-in;
  display: flex;
}

.ths02-cta-button:hover {
  box-shadow: 7px 7px 30px #292a2a;
}

.ths02-cta-button.style-2 {
  opacity: .85;
  color: #fcfefe;
  background-color: #0000;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-in;
}

.ths02-cta-button.style-2:hover {
  box-shadow: none;
  opacity: 1;
}

.ths02-side-nav-social-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ths02-label {
  color: #d8dbda;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.ths02-label.bold {
  color: #fcfefe;
  margin-bottom: 5px;
  font-weight: 500;
}

.ths02-bottom-block-icon-wrapper {
  background-color: #1f332c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-right: 20px;
  display: flex;
}

.ths02-bottom-block-icon-wrapper.third {
  background-color: #354740;
}

.ths02-hero-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 960px;
  display: flex;
}

.ths02-wrapper {
  z-index: 8;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1234px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.ths02-hero-section-bottom-block {
  background-color: #4b5b56;
  border-right: 2px solid #fcfefe0d;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 308.5px;
  height: 220px;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.ths02-hero-section-bottom-block.radius-right {
  border-right-style: none;
  border-radius: 0 5px 5px 0;
}

.ths02-hero-section-bottom-block.no-border-radius {
  border-right-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ths02-hero-section-bottom-block.third {
  background-color: #182823;
  border-right-style: none;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 320px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.ths02-login-icon {
  width: 18px;
  margin-right: 8px;
}

.ths02-arrow-icon {
  width: 15px;
  margin-top: 2px;
  margin-left: 8px;
}

.ths02-side-nav-close {
  color: #354740;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.ths02-bg-line-block {
  border-right: 2px solid #fcfefe0d;
}

.ths02-close-icon {
  width: 16px;
  margin-left: 8px;
}

.ths02-cta-button-wrapper {
  align-items: center;
  display: flex;
}

.ths02-paragraph {
  color: #d8dbda;
  width: 100%;
  max-width: 768px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.ths02-side-nav-links-block {
  flex-direction: column;
  display: flex;
}

.ths02-side-nav-header-link {
  color: #1f332c;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.ths02-side-nav-header-links-wrapper {
  display: flex;
}

.ths02-side-nav-social-link {
  color: #354740;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
}

.ths02-side-nav-social-link:hover {
  color: #1f332c;
  text-decoration: underline;
}

.ths02-hero-section-bottom {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1234px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ths02-side-nav-links-divider {
  background-color: #292a2a1a;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.ths02-scroll-icon-wrapper {
  border: 1px solid #fcfefe;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 15px;
  display: flex;
}

.ths02-side-nav-bg-circle {
  border: 50px solid #1f332c0d;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset: auto -90px -90px auto;
}

.ths02-side-nav-bg-circle.top-left {
  inset: -70px auto auto -80px;
}

.ths02-bottom-block-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 188.5px;
  display: flex;
}

.ths02-side-nav-header {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
  position: relative;
}

.ths02-scroll-icon {
  width: 27px;
}

.header1_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-4 {
  background-color: var(--gainsboro);
  color: #101119;
  text-align: center;
  border: 1px #000;
  border-radius: 60px;
  padding: 1rem 3rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: background-color .3s;
}

.button-4:hover {
  background-color: #47ffb5;
}

.text-size-regular {
  color: #101119;
  font-size: 1rem;
}

.text-size-regular.is-free-trial {
  color: #f5fff080;
}

.text-size-regular.is-header {
  color: #f5fff0;
  width: 80%;
  font-weight: 400;
  display: block;
}

.button-wrapper-2 {
  margin-top: 1rem;
  margin-right: 1rem;
}

.header1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.35fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-header1 {
  background-image: url('../images/blue.bg.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.page-padding {
  padding-left: 9.7em;
  padding-right: 9.7em;
}

.image {
  perspective: 1000px;
  width: 100%;
}

.heading-white {
  color: #f5fff0;
  padding-bottom: .125em;
  font-size: 5em;
  font-weight: 600;
}

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

.text-free-trial {
  margin-top: 1rem;
}

.button-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-row.center-align {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 0;
  display: flex;
}

.header1_image-wrapper {
  perspective: 1000px;
  transform: translate(0);
}

.heading-3, .heading-4 {
  color: var(--gainsboro);
}

.image-8 {
  z-index: 1;
  float: right;
  clear: right;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-8._1 {
  top: 379px;
}

.paragraph-2 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.testimonial-text-02 {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.slider {
  background-color: #fff;
  min-height: 400px;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

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

.section-title {
  color: #3b2ae5;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.right-arrow-slider {
  background-color: #3b2ae5;
  width: 45px;
  height: 45px;
  font-size: 17px;
  transition: all .2s;
  right: -22px;
}

.right-arrow-slider:hover {
  opacity: .8;
}

.testimonials-02-div {
  width: 100%;
  max-width: 1100px;
}

.testimonial-card-02 {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonials-section-02 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.testimonial-image-02 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dbdbdb;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.testimonial-image-02._2 {
  background-image: none;
}

.testimonial-author-02 {
  border-bottom: 1px #dbdbdb;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.author-subheading {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.content-02-title-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.author-name-2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.blue {
  color: #3b2ae5;
}

.hidden-slide-nav {
  display: none;
}

.left-arrow-slider {
  background-color: #3b2ae5;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 17px;
  transition: all .2s;
  left: -22px;
}

.left-arrow-slider:hover {
  opacity: .8;
}

.testimonial-info-02 {
  width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonial-info-inner-2 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-left: 5px solid #3b2ae5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.testimonial-image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 55%;
  height: 400px;
}

.testimonial-image-2._2, .testimonial-image-2._3 {
  background-image: none;
}

.vacations-tab-link {
  color: #516381;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 20px 36px;
  font-size: 12px;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.vacations-tab-link.w--current {
  color: #081c3a;
  background-color: #fff0;
}

.membership-circle {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: auto auto -21px;
}

.membership-dot {
  z-index: 10;
  background-color: #e6e6f3;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.location-indicator-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 25%;
  height: 100%;
}

.vacations-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #e6e6f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 60px;
  margin-bottom: 72px;
  display: grid;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.membership-outline-circle {
  background-color: #fff;
  border: 2px solid #e6e6f3;
  border-radius: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.vacations-tabs-content {
  width: 100%;
  overflow: visible;
}

.membership-plans-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  background-color: #fff0;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100px;
  margin-left: 36px;
  padding: 0 0 140px;
  display: grid;
  position: relative;
}

.vacations-tabs {
  z-index: 30;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.vacations-tabs-wrapper {
  padding: 0;
  position: relative;
}

.location-indicator {
  background-color: #e6e6f3;
  border-radius: 100px;
  height: 2px;
  position: absolute;
  inset: 60px 0% auto;
  overflow: hidden;
}

.horizontal-line {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.horizontal-line.light {
  background-color: #c0c0d373;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.popular-vacations {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 36px 0;
  display: grid;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: flex;
  position: relative;
}

.section-3.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.popular-vacations-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.subtitle-2.white {
  color: #fff;
}

.div-block-3 {
  box-sizing: border-box;
  background-image: linear-gradient(27deg, #ecf4ff00 49%, #01bcfd 65%, #01bcfd 80%, var(--blue-glemo));
  text-align: right;
  border: 1px #000;
  border-radius: 124px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 32px 24px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block {
  color: var(--gainsboro);
  font-size: 2vw;
  font-weight: 400;
}

.feature-text-container-2 {
  z-index: 1;
  padding: 2rem;
  position: relative;
}

.features-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80rem;
  display: flex;
}

.feature-image-1 {
  border: 1px solid var(--gainsboro);
  color: var(--gainsboro);
  -webkit-text-stroke-color: #0000;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  width: 100%;
  height: auto;
  position: relative;
  inset: 0 0% 0%;
}

.feature-image-1-copy {
  box-sizing: border-box;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 80%;
  display: block;
  position: relative;
  inset: auto;
}

.feature-image-1-copy._2 {
  height: 70%;
}

.bento-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.text-span {
  color: #010203;
  font-weight: 400;
}

.text-span._2 {
  color: var(--gainsboro);
}

.block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(96px);
  backdrop-filter: blur(96px);
  background-color: #171717;
  border: 1px solid #ffffff26;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  width: 40%;
  height: 512px;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block.big {
  border-color: var(--stroke-grey);
  background-color: var(--blue-glemo);
  background-image: linear-gradient(77deg, var(--orange-glemo) 3%, #fa8702);
  justify-content: space-between;
  width: 60%;
  padding: 0;
}

.block.big.highlighted {
  background-color: var(--bg-grey);
  background-image: none;
  justify-content: space-between;
}

.block.big._1 {
  background-image: linear-gradient(77deg, var(--blue-glemo), #01bcfd);
}

.block.small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  background-color: #17171700;
  border-color: #e4e4e7;
  flex: 0 auto;
  padding: 0;
}

.block.small.highlited {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.features-section {
  flex-direction: column;
  align-items: center;
  padding: 6rem 1rem;
  display: flex;
}

.feature-text-container-1 {
  z-index: 1;
  border: 0px solid var(--gainsboro);
  color: #fff0;
  background-color: #e5e5ea00;
  padding: 2rem;
  position: relative;
}

.h3-left {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 130%;
}

.h3-left._2 {
  color: #fff;
}

.bento-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.image-9 {
  object-fit: cover;
  align-self: center;
  max-width: 80%;
}

.div-block-4 {
  box-sizing: border-box;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.div-block-4.s-o-glemo {
  flex-flow: row;
  padding-bottom: 0;
}

.superscript {
  object-fit: contain;
  display: inline;
}

.ribbon {
  position: absolute;
  inset: -20px -8px auto auto;
}

.feature-wrap {
  width: 100%;
  margin-bottom: 55px;
  display: flex;
}

.feature-wrap.reverse-wrap {
  flex-direction: row-reverse;
}

.left-blur {
  opacity: .5;
  position: absolute;
  inset: 40% auto auto 0%;
}

.ribbon-3 {
  position: absolute;
  inset: auto -40px -40px auto;
}

.feature-image-div {
  object-fit: cover;
  align-self: center;
  position: relative;
}

.content-h2 {
  color: #18183a;
  margin-top: 0;
  margin-bottom: 16px;
}

.content-h2.content-h2-centre {
  color: var(--black);
  text-align: left;
  margin-bottom: auto;
}

.right-blur {
  opacity: .5;
  max-width: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ribbon-2 {
  position: absolute;
  inset: -26px auto auto -29px;
}

.h2-span {
  opacity: 1;
  color: var(--blue-glemo);
  display: inline;
}

.overline {
  color: var(--blue-glemo);
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

.overline._3 {
  color: var(--green-glemo);
}

.overline.content-wrapper-2 {
  color: var(--orange-glemo);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.feature-column-content {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 250px;
  padding: 50px;
  display: flex;
}

.paragraph-3 {
  color: var(--black);
  text-align: center;
  max-width: 680px;
  margin-bottom: 48px;
  font-family: Gilroy, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.paragraph-3.left-align {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.title-wrap {
  box-sizing: border-box;
  clear: right;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  display: flex;
  position: static;
}

.features-section-2 {
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.feature-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: left;
  vertical-align: middle;
  object-fit: contain;
  overflow: hidden;
}

.feature-column-image {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  min-height: 250px;
  padding: 30px;
  display: flex;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-left: auto;
  margin-right: auto;
}

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

.ipad-shape {
  z-index: 2;
  width: 100%;
  position: relative;
}

.p-xl-start {
  padding-top: 8.5em;
}

.tablet-mockup-animation {
  z-index: 2;
  position: relative;
}

.infotext {
  color: #7d7d7d;
  font-size: .875em;
  line-height: 1.4em;
}

.p-sm-start {
  padding-top: 3em;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.wow-heading {
  margin-bottom: .1em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}

.wow-heading.wow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(172deg, #ffefcd 32%, #769ae0 76%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .1em;
  padding-bottom: .2em;
}

.wow-heading.wow-gradient.big {
  font-size: 6em;
}

.section-tablet-scroll-animation {
  overflow: hidden;
}

.ipad-mockup {
  position: relative;
}

.screenshot-scroll {
  width: 100%;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
}

.ipad-screen {
  z-index: 1;
  object-fit: cover;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-screen.overflow-hidden {
  overflow: hidden;
}

.bold-text-3 {
  color: #000;
}

.subscript {
  font-family: Gilroy, sans-serif;
}

.bold-text-4 {
  width: 500px;
}

.icon-scroll {
  border: 1px solid #fff;
  border-radius: 25px;
  width: 40px;
  height: 70px;
  position: relative;
}

.scroll-dot {
  background-color: var(--blue-glemo);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.section-4 {
  background-color: #1f73f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.icon-wrap-2 {
  align-self: center;
}

.mobile-link {
  display: none;
}

.tab-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.tab-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.tab-link {
  cursor: pointer;
  background-color: #fff0;
  border: 1px solid #4b94ff00;
  border-radius: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 24px 50px 24px 24px;
}

.tab-link:hover {
  color: #000;
  border-color: #e4e4e4;
}

.tab-link.w--current {
  background-color: #fff;
  border-color: #4b94ff;
  box-shadow: inset 1px 1px 10px #0000000d, 0 2px 5px #3d5cff1a;
}

.stacked-tab-holder {
  width: 100%;
}

.stacked-tab-holder._02 {
  z-index: 3;
  opacity: .7;
  position: absolute;
  transform: scale(.9)translate(76px);
}

.stacked-tab-holder._01 {
  z-index: 4;
  position: relative;
}

.stacked-tab-holder._03 {
  z-index: 2;
  opacity: .3;
  position: absolute;
  transform: scale(.8)translate(167px);
}

.stacked-tabs-container {
  z-index: 10;
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 520px;
  min-width: 520px;
  display: flex;
  position: relative;
}

.tab-paragraph {
  color: #808292;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.stacked-tabs-content-holder {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.stacked-gradient {
  z-index: 9;
  background-image: linear-gradient(270deg, #fbfbfb00 13%, #fbfbfb 23%);
  width: 70vw;
  height: 120%;
  position: absolute;
  left: -50vw;
  right: auto;
}

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

.link:hover {
  color: #646464;
}

.tabs-wrapper {
  padding-top: 4em;
}

.stacked-tabs-pane-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.stacked-tab-image {
  border: .7px solid #e8eaed;
  border-radius: 12px;
  width: 100%;
  box-shadow: 6px 6px 41px #56565626;
}

.section-5.overflow-hidden {
  overflow: hidden;
}

.container-3 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.stacked-tabs-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.tab-circle {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  display: flex;
  box-shadow: 6px 6px 26px #65656542, inset -6px -6px 15px #7978781a;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-title {
  font-size: 24px;
}

.tab-icon {
  width: 24px;
  height: 24px;
}

.grey-paragraph {
  color: #7f8090;
}

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

.builder_feature-10_figma-row {
  grid-column-gap: .5rem;
  cursor: pointer;
  background-color: #0000;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.builder_feature-10_figma-row:hover {
  background-color: #383838;
}

.builder_feature-10_figma-row.w--current {
  background-color: #4a5878;
}

.builder_feature-8_ui-modal-close {
  cursor: pointer;
  border-radius: .5rem;
  padding: .5rem;
  transition: background-color .15s ease-out;
}

.builder_feature-8_ui-modal-close:hover {
  background-color: #f4f3f3;
}

.builder_feature-9_ui-row {
  grid-column-gap: .125rem;
  cursor: pointer;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.builder_feature-9_ui-row:hover {
  background-color: #4d4d4d;
}

.builder_feature-9_ui-row.indent-2 {
  padding-left: 3rem;
}

.builder_feature-9_ui-row.indent-1 {
  padding-left: 2rem;
}

.builder_feature-9_ui-text {
  line-height: 1;
}

.builder_feature-card {
  background-color: #e4e2df;
  border-radius: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature_ui-divider {
  background-color: #dcdcdc;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: .75rem;
  margin-bottom: .75rem;
  display: flex;
}

.builder_feature-10_figma-container {
  z-index: 2;
  color: #fff;
  background-color: #2c2c2c;
  border-top-left-radius: .25rem;
  width: 11rem;
  position: relative;
}

.builder_feature-7_ui-menu {
  z-index: 1;
  color: #161616;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: .75rem;
  flex-direction: column;
  width: 15rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: absolute;
  top: 105%;
  left: 0%;
}

.builder_feature-8_ui-top-button {
  grid-column-gap: .5rem;
  cursor: pointer;
  border: 2px solid #d0d0ce;
  border-radius: 1rem;
  align-items: center;
  padding: .75rem 1.5rem;
  transition: background-color .15s ease-out;
  display: flex;
}

.builder_feature-8_ui-top-button:hover {
  background-color: #ecebe9;
}

.rl-page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.builder_feature-9_ui-row-container {
  height: 1rem;
  overflow: hidden;
}

.builder_feature-wipe {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.builder_feature-wipe.left-align {
  align-items: flex-start;
}

.builder_feature-11_ui {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.builder_feature-grid-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.builder_feature-9_line {
  background-color: #666;
  width: 2px;
  height: auto;
  position: absolute;
  inset: 3rem auto 0% 1.2rem;
}

.builder_feature-9_line.indent-1 {
  top: 5rem;
  left: 2.2rem;
}

.libraries-usecases_heading-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.builder_feature-7_ui-tooltip {
  z-index: 2;
  background-color: #161616;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  display: flex;
  position: absolute;
  bottom: 0%;
}

.builder_feature-8_overlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.builder_feature-8_ui-modal-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.builder_feature-7_ui-block {
  grid-row-gap: 1.5rem;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.builder_feature-7_ui-top-menu-container {
  z-index: 3;
  position: relative;
}

.builder_feature-8_ui-block {
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.builder_feature-11_image {
  border-radius: 4px;
}

.builder_feature-11_image.left {
  z-index: 1;
  width: 5.5rem;
  margin-right: 12rem;
  position: absolute;
  box-shadow: 0 4px 8px #0000001a;
}

.builder_feature-11_image.right {
  width: 15.5rem;
  margin-left: 2rem;
  position: absolute;
}

.builder_feature-10_figma-row-text {
  color: #fff;
  font-size: .75rem;
  line-height: 1;
}

.builder_feature-8_ui-bottom {
  align-self: flex-end;
}

.builder_feature-8_ui-modal-heading {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.icon-xxxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  display: flex;
}

.builder_feature-8_ui-top-text {
  font-size: 2rem;
  font-weight: 500;
}

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

.builder-card-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #e4e2df);
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.feature-7_ui-menu-text {
  flex: 1;
}

.builder_feature-8_ui-button-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.builder_feature-8_ui-button-text._2 {
  display: none;
}

.builder_feature-9_ui-panes {
  z-index: 0;
  border-top-left-radius: .5rem;
  position: absolute;
  inset: 0% 0% 0% 1.5rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.text-color-darkgrey {
  color: #161616bf;
  text-align: left;
  margin-top: 0;
}

.builder_feature-bottom {
  height: 25rem;
  display: flex;
}

.builder_feature-bottom.feature-11 {
  flex: 1;
  height: 13.5rem;
}

.builder_feature-bottom.feature-8 {
  flex: 1;
  width: 100%;
}

.builder_feature-bottom.feature-7 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.builder_feature-bottom.feature-10 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  height: 13.5rem;
  position: relative;
}

.builder_feature-bottom.feature-9 {
  flex-direction: column;
  height: 13.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.builder_feature-7_ui-menu-group {
  flex-direction: column;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

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

.builder_feature-10_ui {
  z-index: 1;
  flex-direction: column;
  flex: none;
  display: flex;
}

.builder_feature-9_ui-block {
  color: #d7d7d7;
  background-color: #404040;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  flex: 1;
  align-self: center;
  width: 100%;
  max-width: 20rem;
  padding-top: 1rem;
  position: relative;
  overflow: hidden;
}

.builder_feature-9_arrow {
  color: #a3a3a3;
}

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

.builder_feature-9_ui-button {
  grid-column-gap: .625rem;
  color: #fff;
  cursor: pointer;
  background-color: #6248ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  transition: background-color .15s ease-out;
  display: flex;
}

.builder_feature-9_ui-button:hover {
  background-color: #5339ee;
}

.builder_feature-9_ui-button.is-orange {
  background-color: #ff7448;
}

.builder_feature-9_ui-button.is-orange:hover {
  background-color: #ec6237;
}

.builder_feature-9_ui-button.is-yellow {
  color: #161616;
  background-color: #dbfe52;
}

.builder_feature-9_ui-button.is-yellow:hover {
  background-color: #e2ff72;
}

.builder_feature-9_ui-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 13.5rem;
  padding-left: 5%;
  display: flex;
}

.builder_feature-7_ui-image-container {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.builder_feature-8_ui-top-overlay {
  pointer-events: none;
  background-image: linear-gradient(to right, #e4e2df, #938b8900 50%, #e4e2df);
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-huge {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.icon-embed-xsmall-4 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.builder_feature-7_ui-top-ellipses {
  cursor: pointer;
  border: 2px solid #686868;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .875rem;
  transition: background-color .15s ease-out;
  display: flex;
}

.builder_feature-7_ui-top-ellipses:hover {
  background-color: #d6d0f3;
}

.builder_feature-10_figma-row-color {
  border: 1px solid #ffffff1f;
  border-radius: 100rem;
  width: 1rem;
  height: 1rem;
}

.builder_feature-10_figma-row-color.orange {
  background-color: #ff7448;
  border-radius: 100rem;
}

.builder_feature-10_figma-row-color.purple {
  background-color: #6248ff;
}

.builder_feature-10_figma-row-color.green {
  background-color: #dbfe52;
}

.builder_feature-10_figma-headers {
  border-bottom: 1px solid #444;
  padding: 1rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

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

.builder_feature-8_ui-button {
  grid-column-gap: 1rem;
  color: #fff;
  cursor: pointer;
  background-color: #161616;
  border-radius: .75rem;
  align-self: flex-end;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.builder_feature-8_ui-top {
  grid-column-gap: 1rem;
  transform-style: preserve-3d;
  flex-direction: row;
  flex: none;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.builder_feature-10_figma-bottom {
  background-color: #2c2c2c;
  padding-bottom: .5rem;
  position: static;
}

.heading-large {
  text-align: left;
  letter-spacing: -.02em;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.builder_feature-7_ui-menu-row {
  cursor: pointer;
  border-radius: .375rem;
  align-items: center;
  height: 2.25rem;
  padding: .25rem .5rem;
  transition: background-color .15s ease-out;
  display: flex;
}

.builder_feature-7_ui-menu-row:hover {
  background-color: #f1f0ee;
}

.builder_feature-top {
  padding: 3rem;
}

.builder_feature-top.feature-11 {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.feature-7_ui-menu-shortcut {
  color: #8a8a8a;
  background-color: #f1f0ee;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .125rem .25rem;
  font-size: .875rem;
  display: flex;
}

.builder_feature-10_figma-tabs {
  z-index: 1;
  background-color: #2c2c2c;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.builder_feature-7_ui-top {
  color: #686868;
  background-color: #dfdafc;
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 18rem;
  padding: .375rem;
  display: flex;
}

.builder_feature-8_ui-modal {
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #1616161f;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.heading-custom-h3 {
  font-size: 2rem;
  line-height: 1.2;
}

.container-4 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-cover {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.eyebrow {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}

.auto-tabs_wrapper {
  position: relative;
}

.auto-tabs_timer-bar {
  background-color: #dd6b00;
  width: 0%;
  height: 1px;
  margin-bottom: -1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.auto-tabs {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  padding-top: 0;
  text-decoration: none;
  display: block;
  position: static;
}

.auto-tabs_column {
  max-width: 48%;
  margin-top: auto;
  margin-left: auto;
  padding-top: 0;
}

.auto-tabs_img-mobile {
  display: none;
}

.section-6 {
  background-color: var(--bg-grey);
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.auto-tabs_pane {
  text-align: center;
  object-fit: scale-down;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.auto-tabs_tab {
  background-color: #0000;
  border-bottom: 1px solid #dd6b0033;
  padding: 24px 0;
}

.auto-tabs_tab.w--current {
  color: #dd6b00;
  background-color: #0000;
  flex: 0 auto;
  order: 0;
  padding-top: 24px;
  display: block;
}

.auto-tabs_pause-icon {
  width: 32px;
  line-height: 1;
}

.auto-tabs_pause-icon.cc-play {
  display: none;
}

.auto-tabs_content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.auto-tabs_pause-btn {
  color: #dd6b00;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.auto-tabs_pause-btn:hover {
  color: #4e443b;
}

.auto-tabs_menu {
  flex-direction: column;
  margin-top: 5rem;
  display: flex;
}

.text-black {
  color: #333;
}

.auto-tabs_description {
  display: none;
}

.container-5 {
  padding-bottom: 40px;
}

.image-12 {
  padding-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .popular-vacations {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .popular-vacations-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-image-1-copy {
    object-fit: contain;
  }

  .feature-image-1-copy._2 {
    box-sizing: border-box;
    object-fit: contain;
    height: 70%;
  }

  .block.big.highlighted {
    background-color: var(--bg-grey);
  }
}

@media screen and (min-width: 1440px) {
  .text-size-regular.is-free-trial {
    align-self: flex-start;
  }

  .popular-vacations-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

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

  .mobile-link {
    display: none;
  }

  .container-3 {
    max-width: 1350px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.8vw;
  }

  h2 {
    font-size: 4em;
  }

  h4 {
    font-size: 3em;
  }

  .section.chat {
    height: 67em;
  }

  .section.horizontal-scroll {
    height: auto;
  }

  .section.slider {
    padding-top: 11.11em;
    padding-bottom: 0;
  }

  .section.shapes {
    padding-top: 11.11em;
  }

  .section.footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 5.5em;
  }

  .section.hero {
    height: auto;
    padding-bottom: 25em;
  }

  .section.hero.product {
    height: 65em;
  }

  .section.cards {
    height: auto;
    margin-top: 0;
  }

  .section.after-slider, .section.video.after-slider {
    padding-top: 11.11em;
  }

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container.question-screen {
    height: auto;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .container.is-slider {
    padding-right: 0;
  }

  .paragraph-large {
    font-size: 1.8em;
  }

  .navbar-wrapper {
    max-width: 100%;
    padding: 2.02em 2em;
  }

  .hamburger-lottie {
    width: 2em;
    display: block;
  }

  .question-wrapper {
    height: auto;
    display: none;
  }

  .question-window-text-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .question-window-buttons-wrapper {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
  }

  .question-window-button {
    font-size: 1.7vw;
  }

  .typed-words {
    font-size: 4em;
  }

  .chat-wrapper {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .chat-message-wrapper {
    align-items: stretch;
  }

  .chat-person-image {
    align-self: flex-end;
    width: 6em;
  }

  .chat-bubble {
    flex: none;
    max-width: 67%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .chat-bubble.right.thinking {
    background-color: #1d1a5a;
  }

  .chat-text {
    font-size: 1.5em;
  }

  .chat-button {
    width: 100%;
    font-size: 1.7vw;
  }

  .chat-button-text {
    font-size: 2.3em;
  }

  .chat-button-arrow {
    width: 2.3em;
  }

  .test-kit-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
  }

  .test-kit-image {
    width: 35%;
  }

  .test-kit-text-wrapper {
    width: 100%;
  }

  .button.submit {
    font-size: 3.5vw;
  }

  .sticky-section {
    height: auto;
    padding-top: 11.11em;
  }

  .track {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .track-flex {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
  }

  .circle-card {
    text-align: center;
    border-radius: 4em;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 33em;
    max-height: none;
    padding: 5em;
  }

  .circle-card-text-wrapper {
    font-size: 1.7vw;
  }

  .circle-card-image-wrapper {
    order: -1;
  }

  .circle-card-image {
    width: 7.5em;
  }

  .instruction-slider {
    margin-top: 4em;
  }

  .instruction-slide-wrapper {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
    flex-direction: column;
    align-items: center;
  }

  .instruction-slider-image-wrapper {
    width: 30em;
    height: 30em;
  }

  .instructions-slider-tab {
    justify-content: space-between;
    min-height: 30em;
    font-size: 1.7vw;
  }

  .instruction-progress-layout {
    font-size: 2.5vw;
  }

  .instructions-tab-layout {
    min-height: auto;
  }

  .vision-video-wrapper {
    height: auto;
  }

  .play-button {
    width: 8em;
    height: 8em;
  }

  .play-button-icon {
    width: 2em;
  }

  .vision-video-preview-image {
    border-radius: 2em;
  }

  .survey-slide-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .survey-slide-img-wrapper {
    font-size: 1.6vw;
  }

  .survey-question-bubble {
    transform-origin: 0 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 2.22em;
    font-size: 1.6vw;
  }

  .survey-answers {
    grid-column-gap: 2.25em;
    grid-row-gap: 2.25em;
    width: auto;
  }

  .survey-radio-button.w--redirected-checked {
    background-image: url('../images/Ellipse-5855.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .97em .97em;
    background-attachment: scroll;
  }

  .h1-heading {
    font-size: 4em;
  }

  .review-slider-arrows-wrapper {
    display: none;
  }

  .reviews-slider-item {
    width: 29em;
  }

  .max-width-760 {
    max-width: 100%;
  }

  .main-news-thumbnail {
    height: auto;
    padding: 7em 3em;
  }

  .main-news-text-wrapper {
    max-width: 100%;
  }

  .small-news-thumb-list {
    flex-wrap: wrap;
  }

  .small-news-thumb-item {
    width: 24.3em;
  }

  .small-news-description-wrapper {
    min-height: 15em;
  }

  .contact-us-card {
    padding: 4.88em 3em;
  }

  .contact-us-card-text-wrapper {
    max-width: 65%;
  }

  .footer-slogan-text {
    padding-bottom: 5em;
  }

  .footer-links-wrapper, .footer-links-wrapper.smaller-gap {
    grid-row-gap: 1em;
  }

  .footer-additional-info-wrapper {
    margin-top: 4em;
  }

  .fullscreen-menu {
    height: auto;
    min-height: 100dvh;
  }

  .menu-wrapper {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    height: auto;
    min-height: 100%;
    padding: 8em 2em;
    overflow: auto;
  }

  .menu-left {
    width: 100%;
  }

  .menu-link {
    padding-left: 3.07em;
    padding-right: 3.07em;
    font-size: 1.5vw;
  }

  .menu-right {
    width: 100%;
    height: auto;
  }

  .menu-contact-button {
    flex: none;
    font-size: 1.5vw;
  }

  .menu-shape.is-1 {
    display: none;
  }

  .menu-shape.is-4 {
    top: 28.9em;
  }

  .menu-shape.is-5 {
    display: none;
    inset: auto auto 0 0;
  }

  .contact-us-card-blick, .heading-desktop {
    display: none;
  }

  .heading-tablet {
    display: block;
  }

  .contact-us-card-heading {
    font-size: 3.5em;
  }

  .hero-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-wrapper, .hero-text-wrapper.about {
    width: 80%;
  }

  .hero-text-wrapper.product {
    width: 90%;
  }

  .hero-screen-shape {
    width: 13em;
  }

  .hero-screen-shape.is-3 {
    inset: auto 23% 0% auto;
  }

  .hero-screen-shape.is-4 {
    display: none;
    right: 21.5%;
  }

  .hero-screen-shape.is-5.hide-about-page {
    bottom: 11.2em;
  }

  .hero-screen-shape.is-6 {
    top: 20%;
  }

  .hero-screen-shape.is-7 {
    right: 20%;
  }

  .hero-screen-shape.is-2 {
    display: none;
    right: 40%;
  }

  .product-description-wrapper {
    flex-direction: column;
  }

  .product-description {
    width: 100%;
  }

  .product-image {
    width: 22em;
    position: static;
  }

  .product-image-wrapper {
    flex-direction: column;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-items: center;
    margin-top: -25em;
    display: flex;
  }

  .product-description-text ul {
    width: 75%;
  }

  .product-benefits-left {
    margin-top: -5.5em;
  }

  .product-second-image {
    width: 9em;
    position: static;
  }

  .product-benefit-image {
    width: 9.5em;
  }

  .sticky-wrapper {
    height: auto;
  }

  .benefit-card {
    height: auto;
    padding: 8em 3em;
  }

  .benefit-card-heading {
    font-size: 5em;
  }

  .quote-layout {
    height: auto;
  }

  .quote-top {
    grid-column-gap: 2.75em;
    grid-row-gap: 2.75em;
  }

  .popup-window {
    height: auto;
    overflow: auto;
  }

  .two-column-wrapper {
    grid-template-columns: 1fr;
  }

  .about-card.is-1 {
    width: 100%;
    height: 35em;
  }

  .about-card.is-2, .about-card.is-3 {
    width: 100%;
    height: 25em;
  }

  .about-card.is-4 {
    background-position: 50% 75%;
    width: 100%;
    height: 30em;
    margin-top: 0;
  }

  .blog-post-text {
    width: 100%;
  }

  .blog-post-text figure, .blog-post-text img {
    border-radius: 20px;
  }

  .contact-form-field {
    font-size: 1.2em;
  }

  .contact-radio-button {
    margin-top: 1px;
  }

  .contact-radio-button-label {
    font-size: 1.2em;
  }

  .contact-form-succes {
    margin-top: 0;
  }

  .contact-us-page-card.is-1 {
    width: 100%;
    height: auto;
  }

  .contact-us-page-card.is-2 {
    height: auto;
  }

  .contact-us-page-card-text-wrapper {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
  }

  .social-media-wrapper {
    width: 70%;
  }

  .footer-top-links-wrapper {
    grid-row-gap: 1em;
  }

  .academy-page-shape {
    width: 13em;
  }

  .academy-page-shape.is-1 {
    inset: 0% 13em auto auto;
  }

  .academy-page-shape.is-2 {
    display: none;
    inset: 0% 32em auto auto;
  }

  .academy-page-shape.is-3 {
    inset: 0% 0% auto auto;
  }

  .academy-page-shape.is-4 {
    bottom: 13em;
    right: 0;
  }

  .academy-page-shape.is-5 {
    right: 0;
  }

  .academy-page-shape.is-6 {
    inset: auto auto -1% 13em;
  }

  .academy-page-shape.is-7 {
    inset: auto auto -1% 0%;
  }

  .academy-page-shape.is-8 {
    left: 26em;
  }

  .circle-card-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .circle-card-content.red {
    transform: translate(0%);
  }

  .circle-card-content.purple {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .circle-card-content.green {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    transform: translate(0%);
  }

  .product-benefit-heading {
    font-size: 1.8em;
  }

  .product-benefit-text {
    font-size: 1.2em;
  }

  .contact-us-card-columns {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .contact-us-card-column {
    justify-content: flex-start;
  }

  .max-width-30em {
    max-width: 100%;
  }

  .chat-wavy-bg {
    display: none;
  }

  .footer-overlay {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .test_lottie {
    transform: translate(0, 60%)scale(2.3);
  }

  .horizontal-lottie-wrapper {
    height: 10em;
  }

  .horizontal-lottie {
    margin-right: 3.5em;
  }

  .chat-button-2 {
    width: 100%;
    font-size: 1.7vw;
  }

  .footer-medium_right-text {
    flex: none;
  }

  .footerv2_grid-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template: "."
                   "."
                   / .75fr .75fr .75fr;
    grid-auto-flow: column;
  }

  .footer-standard_left-content {
    margin-right: 0;
  }

  .trigger-lottie {
    width: 24px;
    height: 24px;
  }

  .footerv1_bottom-container-copy {
    align-items: center;
  }

  .call-to-action {
    bottom: 20px;
    right: 20px;
  }

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

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.hero3 {
    flex-direction: column;
    padding-top: 50px;
  }

  .hero3-image {
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .hero3-text-wrapper {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  ._7-col, ._5-col {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .scrolling-header {
    text-align: center;
    margin-top: 59px;
    font-size: 5rem;
  }

  .scrolling-subheader {
    font-size: 16px;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  ._2nd-hero_horizontal-scroll-content {
    flex-direction: column;
    width: auto;
    min-width: auto;
  }

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

  ._2nd-hero_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  ._2n-hero_horizontal-scroll-camera {
    height: auto;
  }

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

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .slider-wrapper {
    min-width: 300vw;
    min-height: 100vh;
  }

  .panel.is-red {
    min-width: 100vw;
    min-height: 100vh;
  }

  .panel._2, .panel.is-gray {
    min-width: 100vw;
    height: 100vh;
  }

  .slider-camera {
    width: 100vw;
    position: sticky;
    inset: 0 auto auto;
    overflow: scroll;
  }

  .hero_content {
    align-items: flex-start;
    width: 100%;
    padding-bottom: 6rem;
  }

  .horizontal-scroll_track {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .horizontal-scroll_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    min-height: 300vh;
    position: static;
  }

  .header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .slider {
    min-height: 650px;
  }

  .testimonial-card-02 {
    flex-direction: column;
  }

  .testimonials-section-02 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-02-title-div {
    text-align: center;
  }

  .testimonial-info-02 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .testimonial-image-2 {
    width: 100%;
  }

  .collection-list-wrapper {
    height: 100%;
  }

  .membership-plans-wrapper {
    margin-left: 0;
    padding-bottom: 80px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .popular-vacations {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .popular-vacations-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .feature-image-1 {
    height: 50%;
  }

  .feature-image-1-copy {
    height: 60%;
  }

  .features-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bento-row {
    flex-direction: row;
    display: flex;
  }

  .left-blur {
    z-index: -1;
  }

  .content-h2 {
    font-size: 38px;
  }

  .right-blur {
    z-index: -1;
  }

  .feature-column-content, .feature-column-image {
    padding: 25px;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .stacked-tabs-container {
    width: 100%;
    min-width: 100%;
  }

  .stacked-tabs-content-holder {
    justify-content: flex-start;
  }

  .stacked-tabs-pane-holder {
    width: 80%;
  }

  .stacked-tabs-holder {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .builder_feature-card.feature-7 {
    justify-content: space-between;
  }

  .builder_feature-card.feature-11 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .rl-page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .builder_feature-grid-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .libraries-usecases_heading-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .builder_feature-8_overlay {
    z-index: 3;
    padding: 2rem;
  }

  .builder_feature-7_ui-block {
    align-items: flex-end;
    margin-right: 58%;
  }

  .builder_feature-8_ui-block {
    justify-content: space-between;
    padding-top: 0;
  }

  .builder_feature-8_ui-bottom {
    width: 90%;
  }

  .builder_feature-bottom.feature-11 {
    height: 16rem;
  }

  .builder_feature-bottom.feature-7 {
    align-items: center;
    height: auto;
  }

  .builder_feature-9_ui-block {
    align-self: center;
  }

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

  .builder_feature-8_ui-top-overlay {
    background-image: linear-gradient(to right, #e4e2df, #a39c9a00 30%, #938b8900 70%, #e4e2df);
  }

  .heading-huge {
    font-size: 3.25rem;
  }

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

  .heading-large {
    font-size: 2.25rem;
  }

  .builder_feature-top {
    padding: 2rem;
  }

  .builder_feature-top.feature-11 {
    text-align: left;
    flex: 1;
  }

  .heading-custom-h3 {
    font-size: 1.75rem;
  }

  .container-4 {
    flex-direction: row;
    display: block;
  }

  .auto-tabs {
    min-height: 42rem;
  }

  .auto-tabs_column {
    max-width: 42%;
  }

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

  .auto-tabs_content {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.4vw;
  }

  h1 {
    font-size: 6em;
  }

  h3 {
    font-size: 3.3em;
  }

  .section, .section.shapes, .section.hero {
    padding-top: 8em;
  }

  .section.hero.product {
    height: 61em;
  }

  .section.product-benefits {
    padding-bottom: 0;
  }

  .section.after-slider {
    padding-top: 8em;
  }

  .container.margin-bottom-160 {
    margin-bottom: 8em;
  }

  .question-window-text-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .question-window-buttons-wrapper {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .question-window-button {
    font-size: 2vw;
  }

  .typed-words, .hidden-typer-text {
    font-size: 3.5em;
  }

  .chat-bubble {
    max-width: 75%;
    max-height: none;
    padding: 1.5em 2.53em;
  }

  .chat-text.desktop {
    display: none;
  }

  .chat-text.mobile {
    display: block;
  }

  .chat-button-text {
    font-size: 2.6em;
  }

  .chat-button-arrow {
    width: 2.6em;
  }

  .test-kit-image {
    width: 45%;
  }

  .button {
    width: 100%;
  }

  .button-text.is-larger {
    font-size: 1.8em;
  }

  .sticky-section {
    padding-top: 8em;
  }

  .circle-card {
    border-radius: 2em;
    min-height: 30em;
    padding: 4em 2em;
  }

  .circle-card-text-wrapper {
    font-size: 2.1vw;
  }

  .paragraph-medium {
    font-size: 1.4em;
  }

  .instructions-slider-tab {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 2vw;
  }

  .faq-top {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    max-height: none;
    font-size: 2.2vw;
  }

  .survey-question-bubble {
    font-size: 1.7vw;
  }

  .survey-answers, .survey-button-next {
    font-size: 2.1vw;
  }

  .marqee-heading {
    font-size: 5em;
  }

  .h1-heading {
    font-size: 3.5em;
  }

  .main-news-thumbnail {
    padding-top: 13em;
    padding-bottom: 13em;
  }

  .large-tag-text {
    font-size: 12px;
  }

  .small-news-thumb-item {
    width: 100%;
  }

  .small-news-thumbnail-image-wrapper {
    height: 18em;
  }

  .small-news-description-wrapper {
    min-height: auto;
  }

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

  .contact-us-card {
    background-image: url('../images/contact-us-2.jpg');
    background-position: 50% 60%;
    padding-bottom: 30em;
  }

  .contact-us-card-text-wrapper {
    max-width: 100%;
  }

  .footer-links-wrapper {
    grid-column-gap: 2.25em;
    grid-row-gap: 2.25em;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links-wrapper.smaller-gap {
    grid-column-gap: 2.25em;
    grid-row-gap: 2.25em;
  }

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

  .menu-link, .menu-contact-button {
    font-size: 1.8vw;
  }

  .menu-shape {
    width: 12em;
  }

  .menu-shape.is-3 {
    right: -2em;
  }

  .menu-shape.is-4 {
    top: 27em;
    right: -2em;
  }

  .button-wrapper, .hero-text-wrapper, .hero-text-wrapper.about, .hero-text-wrapper.product {
    width: 100%;
  }

  .hero-screen-shape {
    width: 9.5em;
  }

  .hero-screen-shape.is-3 {
    left: 52%;
  }

  .hero-screen-shape.is-5.hide-about-page {
    bottom: 6.6em;
  }

  .hero-screen-shape.is-6 {
    top: 9%;
  }

  .hero-screen-shape.is-7, .hero-screen-shape.is-2 {
    right: 30%;
  }

  .product-image {
    width: 20em;
  }

  .product-description-text ul {
    width: 80%;
  }

  .product-benefits-wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-direction: column;
  }

  .product-benefits-left {
    margin-top: -5em;
  }

  .product-benefits-right {
    width: 100%;
  }

  .product-second-image {
    width: 7em;
  }

  .sticky-wrapper {
    padding-top: 8em;
  }

  .benefit-card {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .benefit-card-text-wrapper {
    max-width: 40%;
  }

  .quote-layout {
    padding-left: 2em;
    padding-right: 2em;
  }

  .quote-window-shape {
    width: 9em;
  }

  .quote-window-shape.is-2, .quote-window-shape.is-3 {
    display: none;
  }

  .quote-window-shape.is-4 {
    inset: auto 0% 0% auto;
  }

  .succes-message-text {
    font-size: 3em;
  }

  .contact-us-page-card-text-wrapper {
    grid-column-gap: 5.5em;
    grid-row-gap: 5.5em;
  }

  .contact-us-page-card-text-wrapper.horizontal {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    flex-direction: column;
    align-items: center;
  }

  ._w-inline-block {
    margin-top: 24px;
  }

  .social-media-wrapper {
    width: 100%;
  }

  .socail-media-wrapper {
    padding-top: 32px;
  }

  .footer-top-links-wrapper {
    grid-column-gap: 2.25em;
    grid-row-gap: 2.25em;
    flex-direction: column;
    align-items: flex-start;
  }

  .academy-page-shape.is-6, .academy-page-shape.is-8 {
    display: none;
  }

  .section-overlay.blog-post {
    background-position: 35%;
  }

  .emoji {
    font-size: 1em;
  }

  .contact-us-card-columns {
    flex-direction: column;
  }

  .test_lottie {
    width: 150%;
    margin-top: -5%;
    position: static;
    transform: none;
  }

  .horizontal-lottie {
    margin-right: 3em;
  }

  .footerv2_grid-4 {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-standard_left-content {
    flex-direction: column;
  }

  .footerv1_bottom-container-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .call-to-action {
    bottom: 20px;
    right: 20px;
  }

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

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading {
    font-size: 1.75rem;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero3-image {
    margin-top: -20px;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-section {
    padding-top: 260px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .logo {
    width: 130px;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .heading-2 {
    color: var(--gainsboro);
  }

  .scrolling-header {
    font-size: 10vw;
    line-height: 10vw;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  ._2nd-hero_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: auto;
  }

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

  ._2nd-hero_component {
    grid-row-gap: 3rem;
  }

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

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

  ._2n-hero_horizontal-scroll-camera {
    margin-top: -10vh;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .horizontal-scroll_track {
    padding-top: 4rem;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

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

  .content-02-title-div {
    text-align: center;
  }

  .vacations-tab-link {
    border: 1px solid #c0c0d333;
    border-radius: 5px;
    flex-direction: column;
    height: auto;
    min-height: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
  }

  .membership-circle {
    width: 36px;
    height: 36px;
    position: relative;
    bottom: 12px;
  }

  .membership-dot.four {
    width: 9px;
    height: 9px;
  }

  .vacations-tab-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    height: auto;
    margin-bottom: 24px;
  }

  .membership-plans-wrapper {
    padding-bottom: 60px;
  }

  .location-indicator {
    display: none;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popular-vacations-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-text-container-2 {
    padding: 1rem;
  }

  .feature-image-1 {
    height: 100%;
  }

  .feature-text-container-1 {
    padding: 1rem;
  }

  .feature-wrap {
    flex-wrap: wrap;
  }

  .right-blur {
    z-index: -1;
  }

  .feature-column-content {
    width: 100%;
  }

  .features-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-column-image {
    width: 100%;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .infotext {
    font-size: 1em;
    line-height: 1.3em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .wow-animation {
    font-size: .7em;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .tab-link {
    padding-right: 24px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .builder_feature-card.feature-11 {
    flex-direction: column;
    align-items: stretch;
  }

  .builder_feature-11_ui {
    grid-column-gap: 1rem;
  }

  .builder_feature-grid-6 {
    grid-template-columns: 1fr;
  }

  .builder_feature-8_ui-block {
    grid-row-gap: 4.5rem;
  }

  .builder_feature-8_ui-bottom {
    width: 80%;
  }

  .builder_feature-bottom.feature-11 {
    flex: 0 auto;
  }

  .builder_feature-bottom.feature-7 {
    align-items: center;
  }

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

  .heading-huge {
    font-size: 2.125rem;
  }

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

  .heading-large {
    font-size: 1.875rem;
  }

  .builder_feature-top {
    padding: 1.5rem;
  }

  .builder_feature-top.feature-11 {
    text-align: center;
    align-self: center;
  }

  .auto-tabs_column {
    max-width: none;
  }

  .auto-tabs_img-mobile {
    border-radius: 12px;
    width: 100%;
    margin-top: 2rem;
    padding-top: 80%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .auto-tabs_img-mobile-wrapper {
    display: none;
  }

  .section-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .auto-tabs_content {
    display: none;
  }

  .auto-tabs_pause-btn {
    margin-top: 20px;
    position: static;
  }

  .auto-tabs_menu {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3vw;
  }

  h1 {
    font-size: 5em;
  }

  h4 {
    font-size: 2.9em;
  }

  h6 {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  p {
    font-size: 1.5em;
  }

  .section.chat {
    height: 65em;
  }

  .section.test-kit._2 {
    background-image: url('../images/6633d1222a0a7c049192ef39_blue.bg-1.svg'), linear-gradient(112deg, #0163ff, #01bcfd);
    background-position: 0 0, 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 200px;
    padding-bottom: 0;
  }

  .section.slider {
    padding-top: 8em;
  }

  .section.footer {
    background-image: url('../images/peça-2---linkedin-feed-1.png');
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 34.9em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 3vw;
  }

  .section.hero {
    min-height: 100svh;
    padding-bottom: 8em;
  }

  .section.hero.product {
    height: 58em;
    min-height: 100svh;
  }

  .section.cards {
    height: 300vh;
  }

  .section.smaller-padding-top {
    padding-top: 3em;
  }

  .section.video.after-slider {
    padding-top: 8em;
  }

  .container.question-screen {
    width: 100%;
  }

  .container.perspective {
    padding-top: 0;
  }

  .container.perspective._1 {
    padding-top: 10vh;
  }

  .paragraph-large {
    font-size: 1.6em;
  }

  .hamburger-lottie {
    width: 1.8em;
  }

  .question-wrapper {
    width: 100%;
  }

  .question-window-text-wrapper {
    justify-content: center;
  }

  .question-window-buttons-wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .typed-words {
    font-size: 3.3em;
  }

  .typer-wrapper {
    align-self: center;
    width: 80%;
  }

  .hidden-typer-text {
    font-size: 3.3em;
  }

  .hero-chat-background {
    width: 100%;
  }

  .chat-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .chat-person-image {
    width: 5em;
  }

  .chat-person-image.allign-center {
    align-self: center;
  }

  .chat-bubble {
    flex: 0 auto;
    max-width: 70%;
    padding-left: 1.72em;
    padding-right: 1.72em;
  }

  .chat-bubble.right.thinking {
    background-color: #0000;
  }

  .chat-text {
    font-size: 1.2em;
  }

  .chat-button {
    font-size: 2.2vw;
  }

  .chat-button-arrow {
    margin-top: -.2em;
  }

  .test-kit-wrapper._2 {
    flex-flow: column;
  }

  .test-kit-image {
    width: 100%;
  }

  .button {
    padding-left: 1.92em;
    padding-right: 1.92em;
    font-size: 3.1vw;
  }

  .button.black, .button.black._2 {
    width: 100%;
  }

  .button.submit {
    font-size: 4.5vw;
  }

  .button-text {
    line-height: 1em;
  }

  .margin-top-16.p-slide-in._1 {
    width: 90%;
    max-width: 680px;
  }

  .margin-top-16.p-slide-in._3 {
    color: var(--black);
  }

  .circle-card {
    min-height: 40em;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .circle-card-text-wrapper {
    font-size: 2.8vw;
  }

  .paragraph-medium {
    font-size: 1.6em;
  }

  .circle-card-image {
    width: 12em;
  }

  .heading-line {
    color: var(--black);
    font-size: .75em;
    font-weight: 600;
  }

  .heading-line._2 {
    color: var(--gainsboro);
  }

  .instruction-slide-wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .instruction-slider-image-wrapper {
    width: 25em;
    height: 25em;
  }

  .instructions-slider-tab {
    min-height: 28em;
    font-size: 3vw;
  }

  .instruction-progress-layout {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-wrap: wrap;
    font-size: 4vw;
  }

  .instruction-slider-arrows-wrapper {
    order: 1;
    font-size: 3.6vw;
  }

  .progress-bar-wrapper {
    display: none;
  }

  .vision-video-wrapper {
    margin-top: 2.5rem;
  }

  .play-button {
    width: 6em;
    height: 6em;
  }

  .play-button-icon {
    width: 1.5em;
  }

  .faq-top {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 2.7vw;
  }

  .faq-bottom-text {
    margin-left: 2em;
    margin-right: 2em;
  }

  .survey-slide-img-wrapper {
    font-size: 1.7vw;
  }

  .survey-question-bubble {
    font-size: 2.3vw;
  }

  .survey-answers {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    margin-left: 1em;
    font-size: 2.5vw;
  }

  .survey-radio-button.w--redirected-checked {
    background-size: .8em .8em;
  }

  .survey-button-next {
    font-size: 2.4vw;
  }

  .marqee-heading {
    font-size: 4.8em;
  }

  .reviews-slider-item {
    width: 25em;
    margin-right: 2em;
  }

  .main-news-thumbnail {
    padding: 10em 2em;
  }

  .small-news-description-wrapper {
    min-height: 10em;
  }

  .contact-us-card {
    background-image: radial-gradient(circle, #000, #fff);
    padding-bottom: 34.9em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .footer-slogan-text {
    padding-bottom: 0;
  }

  .footer-link {
    font-size: 1.4em;
  }

  .footer-social-icon {
    width: 2.7em;
  }

  .footer-grey-text {
    font-size: 1.3em;
  }

  .menu-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .menu-link {
    font-size: 2.3vw;
  }

  .menu-contact-button {
    font-size: 1.9vw;
  }

  .menu-shape.is-2 {
    right: 8em;
  }

  .menu-shape.is-3 {
    top: 22em;
    right: -5em;
  }

  .menu-shape.is-4 {
    top: 34em;
    right: -5em;
  }

  .survey-man-image-wrapper {
    bottom: .8em;
  }

  .heading-tablet {
    display: none;
  }

  .heading-mobile {
    display: block;
  }

  .hero-screen-shape.is-3 {
    display: none;
  }

  .hero-screen-shape.is-4 {
    display: block;
    right: 0%;
  }

  .hero-screen-shape.is-5 {
    inset: auto 0% 29% auto;
  }

  .hero-screen-shape.is-5.hide-about-page, .hero-screen-shape.is-6 {
    display: none;
  }

  .hero-screen-shape.is-7, .hero-screen-shape.is-2 {
    right: 15%;
  }

  .product-image {
    width: 16em;
  }

  .product-image-wrapper {
    margin-top: -19em;
  }

  .grey-text {
    font-size: 1.39em;
  }

  .product-description-text ul {
    width: 100%;
  }

  .product-second-image {
    width: 6em;
  }

  .product-benefit-image {
    width: 9em;
  }

  .sticky-wrapper {
    height: 100vh;
    padding-top: 8em;
  }

  .benefit-card {
    align-items: flex-start;
    height: 38em;
    padding: 4em 2em;
  }

  .benefit-card.is-2 {
    background-image: url('../images/contact-us-1.png');
    background-position: 50% 35%;
    background-size: 342px;
    justify-content: flex-start;
  }

  .benefit-card.is-1 {
    background-image: url('../images/contact-us-2.png');
    background-position: 50%;
    background-size: 326px;
  }

  .benefit-card.is-3 {
    background-image: url('../images/contact-us.png');
    background-position: 50%;
    background-size: 358px;
  }

  .benefit-card-text-wrapper {
    max-width: 100%;
  }

  .quote-top {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .quotation-mark {
    font-size: 3em;
  }

  .quote-window-shape {
    width: 8em;
  }

  .quote-window-shape.is-4 {
    bottom: -.5em;
  }

  .popup-window {
    height: 100svh;
  }

  .popup-wrapper {
    width: 90%;
  }

  .popup-top, .popup-bottom, .about-card {
    padding-left: 2em;
    padding-right: 2em;
  }

  .about-card.is-4 {
    height: 32em;
  }

  .blog-post-text li {
    font-size: 1.5em;
  }

  .contact-form-field {
    font-size: 1.4em;
  }

  .contact-radio-button {
    margin-top: 1.5px;
  }

  .contact-radio-button-label {
    margin-left: 0;
    font-size: 1.4em;
  }

  .contact-us-page-card {
    padding-left: 2em;
    padding-right: 2em;
  }

  .contact-us-page-card-text-wrapper {
    grid-column-gap: 7.25em;
    grid-row-gap: 7.25em;
  }

  .blog-post-heading {
    font-size: 3.1em;
  }

  .socail-media-wrapper {
    padding-top: 32px;
  }

  .academy-page-shape {
    width: 13em;
  }

  .academy-page-shape.is-1 {
    display: none;
    inset: auto auto 26em 0%;
  }

  .academy-page-shape.is-2 {
    top: -11em;
    right: 10.2em;
  }

  .academy-page-shape.is-5 {
    top: auto;
    left: auto;
    right: 0%;
  }

  .academy-page-shape.is-6 {
    bottom: 9em;
  }

  .academy-page-shape.is-7 {
    top: auto;
    left: 0%;
    right: auto;
  }

  .circle-card-content, .circle-card-content.purple {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .hamburger-wrapper {
    padding: .7em;
  }

  .product-benefit-text {
    font-size: 1.3em;
  }

  .quote-social-link {
    width: 2.5em;
  }

  .chat-wavy-bg {
    width: 120%;
    display: block;
    inset: 1.3em 0% 0%;
    transform: scale3d(1, 1.7, 1);
  }

  .p-smaller-mob {
    font-size: 1.11em;
  }

  .test_lottie {
    margin-top: -2%;
  }

  .horizontal-lottie {
    margin-right: 2.5em;
  }

  .chat-button-2 {
    font-size: 2.2vw;
  }

  .social-block {
    z-index: 0;
    text-align: center;
    grid-template-columns: minmax(244px, .25fr);
    grid-auto-columns: minmax(200px, 2fr);
    place-content: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    position: relative;
  }

  .social-icon-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .subtitle {
    z-index: 0;
    text-align: center;
    object-fit: contain;
    width: 100%;
    min-height: 4px;
    line-height: 2em;
  }

  .footerv2_grid-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row dense;
  }

  .opacity-down {
    padding-bottom: 5%;
    padding-right: 5%;
  }

  .footerv1_bottom-container-copy {
    flex-direction: column-reverse;
    align-items: center;
  }

  .call-to-action {
    z-index: 9999;
    bottom: 12px;
    right: 12px;
  }

  .div-block {
    background-image: url('../images/peça-2---linkedin-feed-1.png');
    background-position: 0 0;
    background-size: cover;
    height: 24%;
    padding-bottom: 34.9em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 3vw;
  }

  .bold-text-2 {
    font-size: 32px;
  }

  .div-block-2 {
    background-image: linear-gradient(#000000cf, #000000c4), url('../images/De-portas-abertas.png');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
    height: 200px;
    padding-top: 10.3em;
    padding-bottom: 50em;
  }

  .div-block-2._2 {
    background-position: 0 0, 0%;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .hero3-firstbutton-wrap {
    margin-right: 0;
    display: block;
  }

  .testimonial-content-wrap, .testimonial-image-block {
    padding: 15px;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .scrolling-header {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 5px;
    font-size: 5rem;
    line-height: 1.1em;
  }

  .scrolling-subheader {
    font-size: 15px;
  }

  .horizontal-scrolling-section-for-copy {
    margin-left: 0;
  }

  .fixed-background {
    padding-left: 29px;
  }

  .horizontal-div-wrapper {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .horizontal-scrollable-section {
    padding-top: 0;
  }

  .content-block-wrapper {
    width: 85vw;
    height: 45vh;
    margin-left: 10px;
    margin-right: 10px;
  }

  .overflow-mask {
    padding-top: 0;
  }

  ._2nd-hero_horizontal-scroll-content {
    width: auto;
    height: 2885px;
  }

  ._2nd-hero_content-wrapper._3 {
    margin-bottom: 41px;
  }

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

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

  .button-2 {
    font-size: 1.5em;
  }

  ._2nd-hero_component {
    grid-template-columns: 1fr;
  }

  .padding-global {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .padding-global._2 {
    margin-top: 400px;
    padding-top: 0;
  }

  .padding-global._3 {
    margin-top: -22px;
    padding-top: 220px;
  }

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

  ._2n-hero_horizontal-scroll-camera {
    position: relative;
  }

  ._2n-hero_horizontal-scroll-camera._2 {
    margin-top: 19.8vh;
    top: 220px;
  }

  ._2nd-hero_track {
    height: 275vh;
  }

  .slider-wrapper {
    flex-direction: column;
    min-width: 100vw;
  }

  .slider-camera {
    align-items: flex-start;
    min-height: 100vh;
    max-height: none;
  }

  .horizontal-scroll_track {
    min-height: 300vh;
    overflow: hidden;
  }

  .horizontal-scroll_content-wrapper {
    position: relative;
  }

  .header1_content {
    justify-content: center;
    align-items: center;
  }

  .button-4 {
    padding: .625rem 2rem;
    font-size: 1rem;
    display: block;
  }

  .text-size-regular.is-free-trial {
    font-size: 1.5em;
  }

  .text-size-regular.is-header {
    text-align: center;
    width: 100%;
  }

  .button-wrapper-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .header1_component {
    grid-template-columns: 1fr;
    align-content: stretch;
    align-items: center;
    margin-top: 2rem;
  }

  .section-header1 {
    background-image: url('../images/blue.bg.svg');
    background-size: cover;
    margin-bottom: 0;
    padding-top: 140px;
    padding-bottom: 0;
  }

  .page-padding {
    padding-left: .25em;
    padding-right: .5em;
  }

  .heading-white {
    text-align: center;
    font-size: 2rem;
  }

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

  .padding-vertical.padding-xhuge {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .button-row {
    justify-content: flex-start;
  }

  .button-row.center-align {
    justify-content: center;
  }

  .header1_image-wrapper {
    margin-top: -3rem;
  }

  .image-8 {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .testimonial-text-02 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-2.center {
    text-align: left;
  }

  .right-arrow-slider {
    inset: auto 20% -2% auto;
  }

  .testimonials-02-div {
    position: relative;
  }

  .testimonials-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-02-title-div {
    text-align: left;
    align-items: flex-start;
  }

  .left-arrow-slider {
    inset: auto auto -2% 20%;
  }

  .testimonial-info-02 {
    margin-top: -75px;
  }

  .testimonial-info-inner-2 {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vacations-tab-link {
    padding-top: 30px;
  }

  .vacations-tab-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    padding: 12px 12px 0;
  }

  .membership-plans-wrapper {
    margin-top: -80px;
    padding-bottom: 48px;
  }

  .horizontal-line.light {
    min-width: auto;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .popular-vacations {
    padding: 0;
  }

  .div-block-3 {
    background-image: linear-gradient(27deg, #ecf4ff00, #01bcfd 0%, #01bcfd 41%, var(--blue-glemo));
    border-radius: 3em 3em 0 0;
  }

  .text-block {
    font-size: 8vw;
  }

  .feature-image-1-copy {
    object-position: 50% 50%;
  }

  .block.big, .block.small {
    border-radius: 1.5rem;
    width: 100%;
    height: auto;
  }

  .features-section {
    padding: 4rem 1rem;
  }

  .h3-left {
    font-size: 20px;
  }

  .bento-row {
    flex-direction: column;
  }

  .div-block-4 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-block-4.s-o-glemo {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
  }

  .ribbon {
    display: none;
  }

  .ribbon-3 {
    width: 90px;
    display: none;
  }

  .content-h2.content-h2-centre {
    width: 90%;
  }

  .right-blur, .ribbon-2 {
    display: none;
  }

  .feature-column-content {
    padding: 10px;
  }

  .features-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .feature-column-image {
    margin-top: 25px;
    padding: 10px;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  .bold-text-4 {
    width: 600px;
  }

  .mobile-link {
    z-index: 1;
    background-color: #fff0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .tab-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: flex-start;
  }

  .tab-link {
    padding: 10px;
    position: relative;
  }

  .tab-paragraph {
    font-size: 14px;
  }

  .stacked-gradient {
    display: none;
  }

  .stacked-tabs-pane-holder {
    width: 80%;
  }

  .stacked-tab-image {
    border-radius: 8px;
    box-shadow: 6px 6px 8px #56565626;
  }

  .container-3 {
    padding: 1em;
  }

  .stacked-tabs-holder {
    margin-top: 40px;
  }

  .tab-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    box-shadow: 6px 6px 15px #65656542, inset -6px -6px 15px #7978781a;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr;
  }

  .tab-title {
    font-size: 18px;
  }

  .tab-icon {
    width: 20px;
    height: 20px;
  }

  .grey-paragraph {
    font-size: 14px;
  }

  .builder_feature-8_overlay {
    padding: 1rem;
  }

  .builder_feature-8_ui-bottom {
    width: 90%;
  }

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

  .builder_feature-7_ui-image-container {
    width: 150%;
  }

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

  .builder_feature-8_ui-top {
    transform: scale3d(1none, 1none, 1none);
  }

  .builder_feature-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-custom-h3 {
    font-size: 1.5rem;
  }

  .container-4 {
    width: 86%;
  }

  .auto-tabs_img-mobile {
    padding-top: 0%;
  }

  .section-6 {
    padding: 2.5rem 0%;
  }

  .container-5 {
    flex-flow: column;
    margin-left: 0;
    display: flex;
  }
}

#w-node-ce306f50-99db-67d1-b25c-3f97df8ec232-df5b4e40, #w-node-ce306f50-99db-67d1-b25c-3f97df8ec238-df5b4e40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a378384c-1db4-2f3c-5c5e-bbd5f5f404e5-e2de4b18, #w-node-a378384c-1db4-2f3c-5c5e-bbd5f5f404e7-e2de4b18 {
  justify-self: center;
}

#w-node-c4656a96-6798-d488-b339-4b71bdd299f7-df5b4e43, #w-node-d47d81f8-0a41-d7a2-4112-c6d1de63660d-df5b4e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bd50beae-d9f1-b346-99d2-7653065f8e6d-df5b4e40, #w-node-bd50beae-d9f1-b346-99d2-7653065f8e80-df5b4e40, #w-node-bd50beae-d9f1-b346-99d2-7653065f8e93-df5b4e40, #w-node-_3fd61bc6-e30c-da33-0d2d-3b4130fd0632-df5b4e40, #w-node-_3fd61bc6-e30c-da33-0d2d-3b4130fd0645-df5b4e40, #w-node-_3fd61bc6-e30c-da33-0d2d-3b4130fd0658-df5b4e40, #w-node-_0fe68872-9107-f5c9-06df-502da40658cd-df5b4e40, #w-node-_0fe68872-9107-f5c9-06df-502da40658e0-df5b4e40, #w-node-ed3dbd82-1ee4-1c32-0b00-97215b10ee01-df5b4e40 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aad2be1d-7756-8d07-7625-6e8ae2832823-df5b4e40 {
    justify-self: auto;
  }

  #w-node-a378384c-1db4-2f3c-5c5e-bbd5f5f404e5-e2de4b18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-a378384c-1db4-2f3c-5c5e-bbd5f5f404e7-e2de4b18 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Semibold.eot') format('embedded-opentype'), url('../fonts/Gilroy-Semibold.woff') format('woff'), url('../fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-radius: 5px;
}
th, td {
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 20px;
}
th {
  background-color: #f4f4f4;
  font-size: 25px;
}
.check::before {
  content: "✔";
  color: green;
  font-size: 30px;
}
.nocheck::before {
  content: "✖";
  color: red;
  font-size: 30px;
}
@media(max-width: 576px){
  th, td {
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 10px;
  }
  th {
    background-color: #f4f4f4;
    font-size: 15px;
  }
  .check::before {
    content: "✔";
    color: green;
    font-size: 12px;
  }
  .nocheck::before {
    content: "✖";
    color: red;
    font-size: 12px;
  }
}