:root {
  --black: black;
  --white: white;
  --lightgray: #d9d9d9;
  --green: #73ffa2;
  --gray: #8c8c8c;
  --coral: #ff8359;
  --sky-blue: #73ddff;
  --cornflower-blue: #738aff;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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 {
  background-color: var(--black);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 2.06vw;
  line-height: 1.3;
}

h1 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.54em;
  font-weight: 500;
  line-height: 1.15;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.53em;
  font-weight: 500;
  line-height: 1.25;
}

h3 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.02em;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.8;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--lightgray);
  margin-bottom: 0;
  font-size: .96em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1.1em;
  font-size: 1em;
}

li {
  line-height: 2;
}

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

figure {
  margin-top: 2em;
  margin-bottom: 1em;
}

figcaption {
  color: var(--lightgray);
  text-align: center;
  margin-top: .8em;
  font-size: .7em;
  line-height: 1.4;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, rgba(0, 0, 0, .56) 48%, rgba(0, 0, 0, .23) 74%, rgba(0, 0, 0, .1) 85%, rgba(0, 0, 0, 0));
  justify-content: center;
  align-items: center;
  padding: .6em;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-container {
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 3.44em;
  margin-right: 3.44em;
  display: flex;
}

.navbar-content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-links {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1.06em;
  display: flex;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .65;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.01em 1.06em;
  transition: opacity .3s;
  display: flex;
}

.navbar-link:hover {
  opacity: 1;
}

.nav-text {
  color: #fff;
  font-size: .63em;
  font-weight: 500;
  line-height: 1.2;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: .08em solid var(--green);
  background-image: linear-gradient(264deg, #73ffa2, #000 50%);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: .63em .9em;
  font-size: 2vw;
  text-decoration: none;
}

.section {
  width: 100%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  display: block;
  position: relative;
}

.section.gap-1 {
  grid-row-gap: 1.4em;
  margin-top: 0;
  margin-bottom: 2em;
}

.section.sticky {
  height: 150vh;
}

.section.head {
  background-color: rgba(140, 140, 140, .48);
  align-self: center;
  display: block;
}

.container {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.half-padding.vertical-padding {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.container.margin-top {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  position: static;
}

.heading-title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.01em;
  font-weight: 500;
  line-height: 1.3;
}

.shadow-top-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 70%);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-large {
  letter-spacing: 0;
  font-size: 3.54em;
  font-weight: 500;
  line-height: 1.15;
}

.heading-large.gray {
  width: auto;
}

.heading-large.light {
  flex: none;
  font-weight: 400;
}

.heading-large.testimonial {
  width: 8ch;
  color: var(--gray);
}

.heading-large.shrink {
  width: 99%;
}

.heading-large.bullet {
  padding-left: .2em;
  padding-right: .2em;
}

.logo-looping {
  width: 100%;
  max-width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding-top: 12.2em;
  padding-bottom: 2.6em;
  display: flex;
  position: relative;
}

.showcase-looping {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: .76em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.showcase-row {
  width: auto;
  grid-column-gap: 1.25em;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.showcase-row.shadow-top {
  position: relative;
  transform: translate(-10%);
}

.card {
  width: 10.11em;
  height: 10.11em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1.3em;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  overflow: hidden;
}

.sc-image-container {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.cover-image {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.logo-img {
  height: .66em;
}

.nav-cta.button {
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
}

.nav-cta.button:hover {
  transform: scale(.95);
}

.loop-text {
  width: 100%;
  max-width: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: flex;
  overflow: hidden;
}

.split-col-1 {
  width: 40%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 57px;
}

.about {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.27em;
  font-weight: 500;
  line-height: 1.5;
}

.split-col-2 {
  width: 60%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.6em;
  display: block;
}

.paragraph-large {
  color: gray;
  font-size: 1.39em;
  line-height: 2.1;
}

.side-column {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: .4em;
  padding-right: .4em;
  display: flex;
  position: relative;
}

.middle-column {
  width: 100%;
  height: 100%;
  grid-row-gap: .52em;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1.9em;
  display: flex;
}

.middle-column.align-center {
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
}

.round-gradient-btn {
  width: 6.06em;
  height: 6.06em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .13em;
  font-size: .81em;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.round-gradient-btn:hover {
  transform: scale(.9);
}

.round-gradient-btn.lg {
  width: 6.35em;
  height: 6.35em;
  padding: .115em;
  font-size: 1.15em;
  line-height: 1.2;
  transition-property: none;
}

.round-gradient-btn.lg:hover, .round-gradient-btn.green:hover {
  transform: none;
}

.round-gradient-btn.medium {
  width: 5.1em;
  height: 5.1em;
  transition-property: none;
}

.round-gradient-btn.medium:hover {
  transform: none;
}

.round-gradient-btn.intro-animation {
  position: absolute;
  left: 50%;
  box-shadow: 0 0 40px 20px rgba(0, 0, 0, .52);
}

.gradient-btn-inner {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(225deg, #7373ff 10%, #000 68%);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.round-btn-text {
  color: #fff;
}

.round-btn-border {
  background-image: linear-gradient(185deg, #7272fc 36%, #000);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-row {
  width: auto;
  grid-column-gap: 4.6em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 2.1em;
  padding-right: 2.1em;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-row.top {
  background-color: rgba(0, 0, 0, .56);
}

.container-row.bottom {
  padding-top: 156px;
  padding-bottom: 36px;
}

.shadow-buttom-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to top, #4d4d4d, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}

.black-frame {
  width: 100%;
  height: 6em;
  background-color: var(--black);
}

.black-frame.top {
  background-color: var(--white);
  border-bottom-right-radius: 3.8em;
  border-bottom-left-radius: 3.8em;
}

.black-frame.bottom {
  background-color: var(--white);
  border-top-left-radius: 3.8em;
  border-top-right-radius: 3.8em;
}

.big-card {
  width: 13.2em;
  height: 81vh;
  max-height: 20em;
  background-color: #fff;
  border-radius: 1.7em;
  position: relative;
  top: 0;
  overflow: hidden;
}

.big-card.front-left {
  object-fit: cover;
  position: absolute;
  top: -1%;
  left: -21%;
  transform: rotate(-15deg);
}

.big-card.front-right {
  object-fit: cover;
  position: absolute;
  top: -1%;
  right: -21%;
  transform: rotate(15deg);
}

.heading-medium {
  color: #ffe6e6;
  padding-left: 0;
  font-size: 2.53em;
  font-weight: 500;
  line-height: 1.25;
}

.heading-medium.margin-bottom {
  margin-bottom: .9em;
}

.capsule-button {
  width: 8.4em;
  height: 3.8em;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .08em solid #73ffa2;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  font-size: .8em;
  display: inline-block;
  overflow: hidden;
}

.capsule-button.orange {
  border-color: var(--coral);
}

.capsule-button.hidden-phone {
  position: relative;
}

.capsule-button.cta {
  box-shadow: 0 16px 20px 13px rgba(0, 0, 0, .47);
}

.capsule-button.cyan {
  border-color: var(--sky-blue);
}

.capsule-button-inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, var(--green), var(--black) 56%);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.capsule-button-inner.orange {
  background-image: linear-gradient(270deg, var(--coral), var(--black) 83%);
}

.capsule-button-inner.cyan {
  background-image: linear-gradient(270deg, #59fff1, rgba(97, 221, 245, .64) 20%, rgba(100, 205, 247, .48) 29%, rgba(111, 158, 253, 0) 56%);
}

.short-width {
  max-width: 63ch;
  display: block;
}

.gray {
  color: var(--gray);
}

.pop {
  color: var(--white);
  display: inline-block;
}

.inline {
  display: inline-block;
}

.big-round-image {
  width: 10.53em;
  height: 10.53em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.gap-0-1 {
  grid-column-gap: .15em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .1em .1em .9em;
  display: flex;
  overflow: hidden;
}

.underlined-green {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: url('../images/underline-green.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: .1em;
  padding-bottom: .1em;
  padding-right: .1em;
  display: inline-block;
}

.underlined-green.thick {
  background-image: url('../images/thick_underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.green-gradient-inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(225deg, var(--green) 14%, #000 52%);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.green-gradient-inner.orange {
  background-image: linear-gradient(225deg, var(--coral) 14%, #4b261a 53%, #000 89%);
}

.green-gradient-border {
  background-image: linear-gradient(297deg, var(--green) 36%, var(--black) 87%);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.green-gradient-border.orange {
  background-image: linear-gradient(297deg, var(--coral) 36%, var(--black));
}

.small-container {
  width: 18ch;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2.3em;
  padding-left: 4em;
  display: flex;
}

.gradient-box {
  width: 24.5em;
  border: 3px undefined undefined;
  background-image: linear-gradient(-15deg, #59fff1, rgba(94, 234, 244, .82) 7%, rgba(99, 208, 247, .6) 20%, rgba(108, 168, 252, .26) 37%, rgba(115, 138, 255, 0) 50%, rgba(0, 0, 0, 0));
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .1em;
  display: flex;
  overflow: hidden;
}

.gradient-box-inner {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: linear-gradient(198deg, #59fff1, rgba(94, 234, 244, .82) 13%, rgba(104, 189, 249, .44) 32%, rgba(112, 152, 253, .12) 48%, rgba(115, 138, 255, 0) 58%);
  border-radius: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.6em 4.05em;
  display: flex;
}

.sub-heading-small {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 2.17;
}

.global-padding {
  width: 100%;
  justify-content: space-between;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.global-padding.vertical-padding {
  overflow: hidden;
}

.global-padding.flex-frame {
  align-self: flex-start;
}

.rotated-slides {
  width: 14.4em;
  height: 14.4em;
  object-fit: cover;
  border-radius: 1.8em;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rotated-slides.slide1 {
  transform-origin: 0 100%;
  transform: translate(-7%, -50%);
}

.rotated-slides.slide2 {
  perspective-origin: 50%;
  transform-origin: 0 100%;
  transform: rotate(-15deg)translate(8%, -47%);
}

.rotated-slides.slide3 {
  transform-origin: 0 100%;
  transform: rotate(-30deg)translate(18%, -44%);
}

.rotated-slides.slide4 {
  transform-origin: 0 100%;
  transform: rotate(-45deg)translate(29%, -39%);
}

.rotated-slides.slide5 {
  transform-origin: 0 100%;
  transform: rotate(-60deg)translate(38%, -30%);
}

.full-height {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.texts-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.3em;
  padding-right: 1.1em;
  display: flex;
}

.pottential-text {
  grid-column-gap: 0px;
  grid-row-gap: .1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-and-button {
  grid-column-gap: .6em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: .4em;
  display: flex;
}

.heading-small {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .76em;
  font-weight: 500;
  line-height: 1.3;
}

.round-btn-inner {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 4px undefined undefined;
  background-color: var(--black);
  cursor: pointer;
  background-image: linear-gradient(225deg, #73ffa2, rgba(115, 255, 162, 0) 55%);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.backgrounds-container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: absolute;
}

.rotated-img-1 {
  width: 9.6em;
  height: 9.6em;
  object-fit: cover;
  border-radius: 1.6em;
  transform: translate(1.7em, 4.1em)rotate(-30deg);
}

.rotated-img-2 {
  width: 11em;
  height: 11em;
  object-fit: cover;
  border-radius: 1.6em;
  transform: translate(-1.8em, 1em)rotate(15deg);
}

.rotated-img-3 {
  width: 13.4em;
  height: 13.4em;
  object-fit: cover;
  border-radius: 1.5em;
  margin-bottom: 6em;
  transform: translate(-.1em, 2.2em)rotate(-15deg);
}

.small-font {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .76em;
  font-weight: 500;
  line-height: 2;
}

.small-font.gray.long-height {
  line-height: 2;
}

.back-images-container {
  width: 100%;
  height: 15.3em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.front-image {
  width: 15.3em;
  height: 15.3em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1.8em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.back-image {
  width: 12.4em;
  height: 12.4em;
  object-fit: cover;
  border-radius: 1.8em;
}

.pricing-box-border {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: linear-gradient(312deg, #73ffa2, rgba(255, 255, 255, 0) 50%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px;
  display: flex;
}

.pricing-box-border.lite {
  background-image: linear-gradient(312deg, var(--sky-blue), rgba(255, 255, 255, 0) 50%);
}

.pricing-box-border.max {
  background-image: linear-gradient(312deg, #738aff, rgba(255, 255, 255, 0) 50%);
}

.price-wrapper {
  grid-row-gap: .3em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .4em;
  display: flex;
}

.image-holder {
  width: 3.6em;
  height: 3.6em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-heading-center {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.77em;
  font-weight: 500;
}

.text-xsmall {
  color: #8c8c8c;
  text-align: center;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .505em;
  font-weight: 400;
}

.price {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.01em;
  font-weight: 400;
}

.get-button-inner {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  padding: .51em 5.2em;
  font-family: Poppins, sans-serif;
  font-size: .8em;
  font-weight: 500;
}

.features-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-text {
  color: #fff;
  letter-spacing: 0;
  padding-right: .6em;
  font-family: Poppins, sans-serif;
  font-size: .505em;
  font-weight: 400;
  display: inline-block;
}

.membership {
  grid-column-gap: 0px;
  grid-row-gap: 1.1em;
  border: 4px undefined undefined;
  background-color: #000;
  background-image: linear-gradient(230deg, var(--green), rgba(115, 255, 162, .7) 13%, rgba(115, 255, 162, .5) 23%, rgba(115, 255, 162, .34) 31%, rgba(115, 255, 162, 0) 45%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.46em 1em;
  display: flex;
}

.membership.lite, .membership.max {
  background-image: none;
}

.get-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(258.35deg, #73ffa2, rgba(115, 255, 162, 0) 54%);
  border: 3px solid #73ffa2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: transform .2s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.get-button:hover {
  transform: scale(.95);
}

.get-button.lite {
  border-color: var(--sky-blue);
  background-image: none;
}

.get-button.max {
  border-color: var(--cornflower-blue);
  background-image: none;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.features-item {
  padding-bottom: .18em;
}

.subscribe-content {
  width: 59%;
  grid-column-gap: 1.6em;
  grid-row-gap: 1.6em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.subscribe-image {
  width: 12.1em;
  height: 18.4em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10em;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.subscribe-form {
  background-image: linear-gradient(305deg, var(--green), #000);
  border-radius: 10em;
  margin-bottom: 0;
  padding: 0 .1em .1em;
  display: block;
  position: relative;
}

.testimonial-container {
  width: 20%;
  height: 16.8em;
  grid-column-gap: -90px;
  grid-row-gap: -90px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-content {
  width: 52%;
  background-color: #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.align-center {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 105px;
  display: flex;
  position: relative;
}

.subscribe-container {
  width: 100%;
}

.hidden-label {
  z-index: -10;
  color: rgba(255, 255, 255, 0);
  position: absolute;
}

.email-input {
  background-color: var(--black);
  background-image: linear-gradient(186deg, var(--green), #53b775 15%, #3b8353 26%, #265335 36%, #000 54%, #000);
  color: var(--white);
  border-style: none;
  border-radius: 10em;
  margin-bottom: 0;
  padding-top: 2.1em;
  padding-bottom: 2.1em;
  padding-left: 2em;
  font-size: 1.01em;
}

.email-input:focus {
  border-color: #b2ffcc;
}

.email-input::-ms-input-placeholder {
  color: #fff;
}

.email-input::placeholder {
  color: #fff;
}

.submit-button {
  z-index: 10;
  border: .13em solid var(--green);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(225deg, var(--green), rgba(54, 120, 76, .47) 40%, rgba(0, 0, 0, 0) 50%);
  border-radius: 10em;
  padding: 1.17em 2em;
  font-size: .8em;
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  position: absolute;
  top: 50%;
  right: .5em;
  transform: translate(0, -50%);
}

.submit-button:hover {
  transform: scale(.94)translate(0, -55%);
}

.footer-background {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  background-image: linear-gradient(#7373ff, rgba(115, 115, 255, 0) 50%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-content {
  width: 40%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-xsmall {
  color: #fff;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: .6em;
  padding-top: 0;
  padding-bottom: .1em;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: .76em;
  font-weight: 500;
  line-height: 1.3;
}

.footer-links-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.regular-text {
  letter-spacing: 0;
  padding-top: .34em;
  padding-bottom: .34em;
  font-family: Poppins, sans-serif;
  font-size: .632em;
  font-weight: 400;
}

.regular-text.light-gray {
  align-self: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-cta {
  height: 100%;
  min-width: 20%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.credits-container {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 2em;
  display: flex;
}

.footer-lists {
  width: 33.3%;
}

.customer-profiles {
  width: 7.1em;
  height: 7.1em;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  box-shadow: 0 2px 20px 12px rgba(0, 0, 0, .2);
}

.customer-profiles.first {
  width: 6.1em;
  height: 6.1em;
  top: 0;
}

.customer-profiles.last {
  width: 8.1em;
  height: 8.1em;
  bottom: 0;
}

.customer-profiles.middle {
  top: 45%;
  transform: translate(0, -50%);
}

.gallery-text-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.gallery-text-wrapper.right {
  align-items: flex-end;
}

.heading-regular {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.02em;
  font-weight: 500;
  line-height: 1.2;
}

.heading-regular.short-box {
  margin-bottom: -.2em;
}

.slides {
  width: 12.13em;
  height: 16.7em;
  border-radius: 1.9em;
  overflow: hidden;
}

.gallery-container {
  grid-column-gap: 2em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
  display: flex;
  transform: rotate(345deg);
}

.long-box {
  width: 100%;
  border: 4px undefined undefined;
  background-color: var(--black);
  background-image: linear-gradient(190deg, #ff8359, rgba(255, 144, 106, .34) 35%, rgba(255, 150, 115, 0) 54%);
  border-radius: 2em;
  justify-content: space-between;
  align-items: center;
  padding: 2.8em 4em 2.8em 2em;
  display: flex;
}

.short-box-inner {
  grid-row-gap: 1.4em;
  background-color: var(--black);
  background-image: linear-gradient(217deg, var(--cornflower-blue), transparent 58%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.25em 1.6em;
  display: flex;
}

.short-box-inner.cyan {
  background-image: linear-gradient(217deg, #59fff1, rgba(97, 221, 245, .71) 17%, rgba(102, 197, 248, .5) 29%, rgba(111, 158, 253, .17) 48%, rgba(115, 138, 255, 0) 58%);
}

.small-paragraph {
  color: #ccc;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .55em;
  font-weight: 400;
  line-height: 1.8;
}

.short-box-border {
  background-image: linear-gradient(246deg, var(--cornflower-blue), rgba(115, 138, 255, 0) 97%);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .1em;
  display: flex;
  overflow: visible;
}

.short-box-border.cyan {
  background-image: linear-gradient(243deg, #59fff1, rgba(95, 227, 244, .76) 39%, rgba(101, 201, 247, .54) 70%, rgba(110, 159, 252, .18) 88%, rgba(115, 138, 255, 0) 97%);
}

.box-list-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.box-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-title-small {
  color: #fff;
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2;
}

.round-button-small-inner {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  cursor: pointer;
  background-image: linear-gradient(225deg, #738aff, rgba(115, 138, 255, 0) 57%);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.round-button-small-inner.cyan {
  background-image: linear-gradient(225deg, #59fff1, rgba(100, 207, 247, .51) 28%, rgba(111, 158, 253, 0) 57%);
}

.short {
  width: 26ch;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.small-col {
  width: 27%;
  height: 100%;
  grid-row-gap: 2em;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.big-col {
  width: 46%;
  height: 21em;
  perspective: 500px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.white-background {
  background-color: #000;
  background-image: linear-gradient(to bottom, black, #000 6%, white 11%, var(--white) 88%, #000 94%, var(--black));
  color: var(--black);
}

.white-background.container {
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.loop-container {
  width: auto;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.round-btn-small {
  width: 2.7em;
  height: 2.7em;
  background-image: linear-gradient(296deg, var(--green) 34%, var(--black) 83%);
  border-radius: 100%;
  padding: .1em;
  font-size: 1em;
  display: inline-block;
}

.sub-heading-big {
  font-size: 2.02em;
  font-weight: 500;
}

.white-arrow {
  width: 43%;
}

.flex-frame {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.underlined-link {
  color: var(--white);
  background-image: url('../images/underline-green.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: .5em;
}

.underlined-link:visited {
  color: var(--white);
}

.vertical-padding {
  padding-top: 6em;
  padding-bottom: 6em;
}

.left-align {
  text-align: left;
  padding-right: 5.5em;
}

.light-gray {
  color: var(--lightgray);
}

.half-padding {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

.long-box-border {
  width: 100%;
  background-image: linear-gradient(306deg, var(--coral), var(--black) 85%);
  border-radius: 2em;
  margin-bottom: 1em;
  padding-bottom: .1em;
  padding-left: .1em;
  padding-right: .1em;
}

.round-button-small {
  width: 1.4em;
  height: 1.4em;
  background-image: linear-gradient(284deg, var(--cornflower-blue), transparent 84%);
  border-radius: 100%;
  padding: .1em;
  font-size: 1em;
}

.round-button-small.cyan {
  background-image: linear-gradient(284deg, #59fff1, rgba(100, 205, 247, .49) 43%, rgba(111, 158, 253, 0) 84%);
}

.video-container {
  width: 16em;
  height: 21em;
  border-radius: 2em;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.video-container.sec {
  transform-style: preserve-3d;
  transform: translate3d(0, -7%, -50px)translate(0, -50%);
}

.video-container.third {
  transform-style: preserve-3d;
  transform: translate3d(0, -14%, -100px)translate(0, -50%);
}

.video-container.forth {
  transform-style: preserve-3d;
  transform: translate3d(0, -21%, -150px)translate(0, -50%);
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.background-video.video-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url('../images/sc1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.background-video.video-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url('../images/customer2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.background-video.video-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url('../images/main.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.navbar-links {
  display: flex;
}

.menu-button {
  display: none;
}

.title-medium {
  font-size: 1em;
}

.underlined-red {
  background-image: url('../images/red-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: .1em;
}

.footer-border {
  width: 100%;
  background-image: linear-gradient(27deg, var(--cornflower-blue), var(--black));
  border-radius: 2em;
  padding-bottom: .1em;
  padding-left: .1em;
  padding-right: .1em;
}

.mask {
  height: auto;
  max-height: 4.5em;
  overflow: hidden;
}

.sticky-flex-box {
  z-index: -2;
  width: 100%;
  height: 100vh;
  grid-row-gap: 1.4em;
  flex-direction: column;
  margin-top: 7vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.sticky-part {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-wrapper {
  position: absolute;
  top: 25%;
  transform: translate(0, -14.7em);
}

.drawer-menu {
  display: none;
  position: absolute;
}

.line {
  width: 2em;
  height: .1em;
  background-color: var(--white);
  display: none;
}

.tablet-cta {
  z-index: 997;
  justify-content: center;
  padding-bottom: 2em;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.emoji {
  font-size: .8em;
}

.btn-wrap {
  grid-column-gap: .75em;
  align-items: center;
  display: flex;
}

.sticky-area {
  display: block;
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -10%;
  right: -10%;
}

.sticky-btn {
  position: relative;
}

.center-row {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: .6em;
  display: flex;
}

.small-arrow {
  width: 1.2em;
  padding-left: .1em;
}

.gradient-top {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 75%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-pause-button {
  width: 2em;
  height: 2em;
  border-radius: 100%;
}

.utility-page-wrap {
  height: 81vh;
  justify-content: center;
  align-items: center;
  padding-left: 8.33vw;
  padding-right: 8.33vw;
  display: flex;
}

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

.utility-page-form {
  width: 19.5em;
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.password-field {
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding: 1.23em 1em;
  font-size: 1em;
}

.password-field::-ms-input-placeholder {
  color: var(--white);
}

.password-field::placeholder {
  color: var(--white);
}

.body {
  min-height: 100vh;
}

.body.section {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(140, 140, 140, .55), rgba(140, 140, 140, .55)), url('../images/pexels-mike-bird-1054211.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.padding-bottom {
  padding-bottom: 3em;
}

.grid-row {
  width: 100%;
  height: 10.1em;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .75fr .75fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.bottom-fix {
  position: absolute;
  bottom: 0;
}

.error-message {
  color: #ff3535;
  background-color: rgba(0, 0, 0, 0);
  font-size: .7em;
}

.success-message {
  border: .1em solid var(--green);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(191deg, var(--green), rgba(44, 96, 61, .38) 49%, transparent 74%);
  color: var(--white);
  text-align: left;
  border-radius: 10em;
  padding-left: 2em;
  padding-right: 2em;
}

.close-menu-trigger {
  width: 4em;
  height: 3em;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.faq-container {
  width: 88%;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1.3em;
  padding-bottom: .2em;
  display: flex;
  overflow: hidden;
}

.question-container {
  width: 100%;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-title {
  font-size: 1em;
  font-weight: 500;
}

.faq-plus {
  width: .6em;
  height: .07em;
  background-color: var(--white);
  border-radius: 20px;
}

.faq-plus.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.text-block-2 {
  font-size: 2vw;
}

.text-block-3 {
  font-size: 10px;
}

.slider-14 {
  width: 100vw;
  height: 100vh;
}

.image-2 {
  width: 100vw;
  height: 100vh;
  display: block;
}

.social-link {
  z-index: 5;
  width: 36px;
  height: 36px;
  border-radius: 200px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.social-link-bg {
  z-index: 4;
  width: 32px;
  height: 32px;
  border-radius: 200px;
  display: none;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
}

.social-link-bg.instagram {
  background-image: linear-gradient(to right, #ffb538, #fb003a 49%, #5d54a6);
}

.social-link-bg.facebook {
  background-color: #426ab6;
}

.social-link-bg.youtube {
  background-color: #fc252d;
}

.social-link-bg.twitter {
  background-color: #00b4e7;
}

.nav-menu-nb10 {
  z-index: 1;
  width: 100%;
  color: var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  display: flex;
  position: static;
}

.cross-bar-2-hm {
  width: 35px;
  height: 2px;
  background-color: #f76874;
  border-radius: 8px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 47%;
  right: auto;
}

.bottom-bar-hm {
  width: 35px;
  height: 2px;
  background-color: #333;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.nav-link-nb1 {
  color: var(--white);
  text-transform: uppercase;
  margin-right: 26px;
  padding-left: 15px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  transition: color .1s;
}

.nav-link-nb1:hover {
  color: #f76874;
}

.container-nb10 {
  height: 100px;
  max-width: 1300px;
  color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.social-link-wrapper {
  z-index: 3;
  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;
  margin-right: 13px;
  display: grid;
  position: relative;
}

.middle-bar-hm {
  width: 35px;
  height: 2px;
  background-color: #333;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.overlay {
  z-index: 3;
  background-color: rgba(0, 0, 0, .2);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subwrapper-nb10 {
  z-index: 5;
  width: 100%;
  color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.top-bar-hm {
  width: 35px;
  height: 2px;
  background-color: #333;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-nb10 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ececec;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: static;
}

.hamburger-menu {
  z-index: 10;
  margin-right: 20px;
  position: relative;
}

.hamburger-menu.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brand-nb10 {
  z-index: 2;
  margin-left: 2vw;
  padding-left: 0;
}

.cross-bar-1-hm {
  width: 35px;
  height: 2px;
  background-color: #f76874;
  border-radius: 8px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 47%;
  left: auto;
  right: auto;
}

.image-3 {
  z-index: 5;
  position: relative;
  overflow: visible;
}

.paragraph-light {
  color: rgba(255, 255, 255, .5);
  font-size: 15px;
}

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

.footer-link-white {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-white:hover {
  opacity: .5;
}

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

.footer-link-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.social-link-2 {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.footer-07 {
  width: 100vw;
  height: 50vw;
  background-color: rgba(0, 0, 0, 0);
  padding: 132px 3%;
}

.logo-2 {
  margin-bottom: 32px;
}

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

.text-block-5 {
  margin-top: -4px;
  padding-top: 0;
}

.html-embed {
  margin: auto;
  padding: 140px 20px;
  display: block;
}

.mapping.section.padding._100vh {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.icon-2 {
  margin-right: -14px;
  padding-right: 0;
}

.html-embed-2 {
  margin: auto;
  padding: 20px 10px;
  display: block;
}

.text-block-7 {
  background-color: rgba(0, 0, 0, 0);
}

.body-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/100609943.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image-5 {
  float: left;
  margin-top: 75px;
  margin-left: 97px;
  display: inline-block;
  position: relative;
  left: auto;
  right: 86px;
}

.slide-12 {
  background-image: url('../images/pexels-mike-bird-1054211.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.slide-13, .slide-14, .slide-15, .slide-16, .slide-17, .slide-18, .slide-19, .slide-20, .slide-21, .slide-22, .slide-23, .slide-24 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-25 {
  background-image: url('../images/Saab-9-5-Limousine.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.slider-15 {
  margin-right: auto;
  display: block;
  position: static;
}

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

.section-5 {
  margin-top: auto;
  margin-bottom: auto;
}

@media screen and (min-width: 1440px) {
  .section {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 1px;
  }

  .section.vertical-padding {
    background-color: rgba(0, 0, 0, 0);
    position: static;
  }

  .section.vertical-padding._100vh {
    height: 100vh;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .section.extra-padding {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    position: static;
  }

  .section.extra-padding.egr-removal {
    padding-top: 20px;
  }

  .section.extra-padding.egr-removal._100vh {
    height: 100vh;
  }

  .section.extra-padding.adblue {
    padding-top: 20px;
  }

  .section.extra-padding.adblue._100vh {
    height: 100vh;
  }

  .section.extra-padding.vmax {
    padding-top: 20px;
  }

  .section.extra-padding.vmax._100vh {
    height: 100vh;
  }

  .section.extra-padding.trouble-code {
    padding-top: 20px;
  }

  .section.extra-padding.trouble-code._100vh {
    height: 100vh;
    padding-bottom: 60px;
  }

  .section.extra-padding.start-stop {
    padding-top: 20px;
  }

  .section.extra-padding.start-stop._100vh {
    height: 100vh;
  }

  .section.footer-loop {
    position: static;
  }

  .section.head {
    z-index: 5;
    clear: both;
    background-color: rgba(140, 140, 140, .48);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    margin-top: auto;
    padding-top: 1px;
    position: -webkit-sticky;
    position: sticky;
  }

  .section.head:focus {
    object-fit: contain;
  }

  .container {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-clip: padding-box;
    position: static;
  }

  .container.half-padding.vertical-padding {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    position: static;
  }

  .showcase-looping {
    background-color: rgba(0, 0, 0, .48);
    position: relative;
  }

  .split-col-1 {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: auto;
  }

  .about {
    position: static;
  }

  .split-col-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .middle-column.align-center {
    color: rgba(14, 13, 13, .6);
    background-color: rgba(0, 0, 0, 0);
  }

  .round-gradient-btn.intro-animation {
    box-shadow: 0 3px 20px 20px #000;
  }

  .round-btn-border {
    background-image: linear-gradient(185deg, #7272fc 36%, #000);
  }

  .container-row {
    background-color: rgba(0, 0, 0, .47);
    padding-bottom: 0;
    position: static;
  }

  .shadow-buttom-text {
    background-image: linear-gradient(to top, #555, #fff);
  }

  .shadow-buttom-text.title-medium {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
  }

  .black-frame.top, .black-frame.bottom {
    background-color: rgba(0, 0, 0, 0);
  }

  .heading-medium {
    color: #fbf2f2;
    margin-bottom: auto;
  }

  .heading-medium.besp {
    align-items: center;
    display: flex;
  }

  .gradient-box-inner {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 2.1em;
  }

  .global-padding.vertical-padding {
    margin-top: 0;
    margin-bottom: 0;
  }

  .global-padding.wrap {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    display: flex;
  }

  .global-padding.flex-frame {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 58px;
    padding-top: 47px;
  }

  .align-center {
    margin-top: 68px;
  }

  .footer-content {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    margin-right: 0;
    padding-left: 0;
  }

  .regular-text.light-gray {
    padding-right: 0;
  }

  .credits-container {
    padding-bottom: 0;
  }

  .small-paragraph {
    padding-top: 0;
    display: block;
    position: static;
    overflow: auto;
  }

  .white-background.container {
    background-color: rgba(0, 0, 0, 0);
    margin-top: -165px;
    margin-bottom: -151px;
    padding-bottom: 0;
    font-size: 1.55vw;
  }

  .title-medium.shadow-buttom-text {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-size: auto;
    background-clip: padding-box;
  }

  .mask {
    overflow: hidden;
  }

  .negative-margin {
    margin-top: -6em;
    margin-bottom: -4em;
  }

  .body.section {
    background-image: linear-gradient(rgba(140, 140, 140, .5), rgba(140, 140, 140, .5)), url('../images/pexels-mike-bird-1054211.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    margin-top: auto;
    padding-top: 0;
  }

  .features.section {
    padding-top: 20px;
    position: static;
  }

  .features.section._100vh {
    height: 100vh;
    padding-top: 0;
  }

  .services.section {
    position: static;
  }

  .services.section._100vh {
    height: 100vh;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .text-block-3 {
    margin-left: auto;
    padding-left: 0;
    font-size: 15px;
  }

  .slider, .slider-2, .slider-3, .slider-4, .slider-5, .slider-6, .slider-7 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .slider-8 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    margin-top: 107px;
    padding-top: 0;
  }

  .slide {
    background-image: url('../images/Saab-logo-2000-1280x1024.png');
    background-position: 0 0;
    background-size: auto;
    margin-top: auto;
    padding-top: 0;
  }

  .slide-2 {
    background-image: url('../images/Mercedes-Benz-Logo-Font-1.webp');
    background-position: 0 0;
    background-size: auto;
  }

  .slide-3 {
    background-image: url('../images/562_audi.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .slide-4 {
    background-image: url('../images/354925500_589254146679740_8034962805046258996_n.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .text-block-4 {
    font-size: 1.55vw;
  }

  .slider-9, .slider-10, .slider-11, .slider-12, .slider-13 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .slider-14 {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#000, #000);
    order: -1;
    align-self: center;
    display: block;
  }

  .slide-5 {
    background-image: url('../images/SS1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .slide-7 {
    background-image: url('../images/p90385570-highres-the-new-bmw-communic-1583423938.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-8 {
    background-image: url('../images/354925500_589254146679740_8034962805046258996_n.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-9 {
    background-image: url('../images/38442516_1859187974388394_5088306661047664640_n.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-10 {
    background-image: url('../images/300564040_582811026875503_1509378239217254788_n.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-11 {
    background-image: url('../images/562_audi.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .image {
    width: 350px;
    padding-left: 0;
  }

  .container-2 {
    width: 100vw;
  }

  .container-3 {
    width: 100%;
    height: 150px;
    margin-left: 10px;
    display: block;
  }

  .body-2 {
    background-color: var(--black);
  }

  .image-2 {
    width: 100vw;
    float: none;
    object-fit: contain;
    display: block;
    position: static;
    overflow: visible;
  }

  .image-2.white-background {
    height: 100vh;
    float: none;
    position: static;
  }

  .body-3 {
    background-color: rgba(0, 0, 0, .36);
  }

  .navbar-2 {
    width: 100vw;
    min-height: 5vh;
    min-width: 100vw;
    background-color: rgba(0, 0, 0, 0);
    flex: none;
    display: block;
  }

  .nav-link {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    display: block;
  }

  .container-4 {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 482px;
    padding-left: 0;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    background-color: var(--green);
  }

  .social-link {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 40px;
  }

  .nav-menu-nb10 {
    z-index: auto;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    order: 0;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    font-weight: 600;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .nav-link-nb1 {
    color: var(--white);
    align-self: center;
    padding-right: 10px;
  }

  .nav-link-nb1.padding-20.w--current {
    color: var(--white);
  }

  .social-link-wrapper {
    background-color: rgba(0, 0, 0, 0);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .overlay {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
  }

  .subwrapper-nb10 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }

  .navbar-nb10 {
    background-color: rgba(0, 0, 0, 0);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .image-3 {
    -webkit-text-stroke-color: #12299f;
    background-color: rgba(0, 0, 0, 0);
  }

  .image-4 {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .paragraph-light {
    color: #f6f8fa;
    padding-bottom: 29px;
    font-size: 18px;
  }

  .footer-centre {
    margin-bottom: auto;
    padding-top: 67px;
    padding-bottom: 0;
  }

  .social-link-2 {
    flex-direction: row;
  }

  .footer-07 {
    background-color: rgba(0, 0, 0, .08);
    margin-top: auto;
    margin-bottom: auto;
    padding: 387px 0% 20px;
  }

  .html-embed {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mapping.section {
    margin-top: auto;
    padding-top: 20px;
  }

  .mapping.section.padding._100vh {
    height: 100vh;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .icon-2 {
    margin-right: -14px;
  }

  .dropdown-list {
    background-color: #573939;
  }

  .dropdown-list.w--open {
    background-color: rgba(140, 140, 140, .71);
  }

  .html-embed-2 {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .container-6 {
    order: -1;
  }

  .text-block-6 {
    color: var(--white);
  }

  .text-block-7 {
    margin-bottom: auto;
    padding-bottom: 40px;
  }

  .text-block-11 {
    margin-bottom: auto;
    padding-bottom: 10px;
  }

  .body-4 {
    margin-bottom: auto;
  }

  .section-2 {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-left: 176px;
    display: flex;
  }

  .image-6 {
    padding-top: 0;
  }

  .paragraph {
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 20px;
    padding-left: 100px;
  }

  .section-4 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-5 {
    padding-top: 850px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 4.5em;
  }

  p {
    margin-bottom: 0;
  }

  .navbar {
    width: 100%;
    margin-bottom: 3em;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .navbar-container {
    margin-left: 2em;
    margin-right: 2em;
  }

  .logo {
    z-index: 999;
    position: relative;
  }

  .navbar-link, .button {
    justify-content: center;
  }

  .heading-title {
    font-size: 1.14em;
    line-height: 1.3;
  }

  .heading-large {
    font-size: 4em;
    line-height: 1.2;
  }

  .heading-large.testimonial {
    width: 100%;
  }

  .logo-looping {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .showcase-row {
    grid-column-gap: .85em;
    flex-direction: row;
    align-items: center;
  }

  .card {
    width: 10.8em;
    height: 10.8em;
    border-radius: 1.5em;
  }

  .card.shadow-top {
    position: relative;
  }

  .logo-img {
    height: 1.2em;
  }

  .nav-cta {
    display: none;
  }

  .loop-text {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .about {
    font-size: 1.43em;
  }

  .split-col-2 {
    margin-top: 3.6em;
  }

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

  .round-gradient-btn {
    font-size: .915em;
  }

  .round-gradient-btn.lg {
    font-size: 1.3em;
  }

  .gradient-btn-inner {
    cursor: pointer;
  }

  .big-card.front-left {
    left: -10%;
  }

  .big-card.front-right {
    right: -10%;
  }

  .heading-medium {
    font-size: 2.85em;
  }

  .capsule-button {
    font-size: .9em;
  }

  .short-width {
    align-self: center;
    margin-left: auto;
    margin-right: 0;
  }

  .big-round-image {
    width: 11.9em;
    height: 11.9em;
  }

  .gap-0-1 {
    padding-top: .6em;
    padding-bottom: .6em;
  }

  .underlined-green.thick {
    background-image: url('../images/thick_underline.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .small-container {
    padding-top: 1.9em;
  }

  .sub-heading-small {
    font-size: 1.58em;
  }

  .global-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  .rotated-slides {
    width: 15.5em;
    height: 15.5em;
  }

  .heading-small {
    font-size: .85em;
  }

  .backgrounds-container {
    padding-left: 5em;
    padding-right: 5em;
    position: relative;
  }

  .rotated-img-1 {
    width: 11.4em;
    height: 11.4em;
  }

  .rotated-img-2 {
    width: 13em;
    height: 13em;
    transform: translate(-1.8em, 4.5em)rotate(15deg);
  }

  .rotated-img-3 {
    width: 15.9em;
    height: 15.9em;
    transform: translate(1.2em, 2.2em)rotate(-15deg);
  }

  .small-font {
    font-size: .85em;
  }

  .back-images-container {
    height: 16.4em;
  }

  .front-image {
    width: 16.4em;
    height: 16.4em;
  }

  .back-image {
    width: 13em;
    height: 13em;
  }

  .sub-heading-center {
    font-size: 2em;
  }

  .text-xsmall {
    font-size: .57em;
  }

  .price {
    font-size: 1.14em;
  }

  .features-text {
    font-size: .57em;
  }

  .membership {
    padding-left: 1.3em;
    padding-right: 1.4em;
  }

  .subscribe-image {
    width: 13.67em;
    height: 20.07em;
  }

  .testimonial-container {
    width: 100%;
    height: 15em;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .testimonial-content {
    width: 100%;
    grid-row-gap: .75em;
  }

  .email-input {
    padding-top: 2.4em;
    padding-bottom: 2.4em;
    padding-left: 2.2em;
  }

  .submit-button {
    padding: 1.3em 2.1em;
  }

  .heading-xsmall {
    font-size: .85em;
  }

  .regular-text {
    font-size: .71em;
  }

  .footer-cta {
    padding-top: 1.9em;
    padding-bottom: 1.9em;
  }

  .customer-profiles {
    position: relative;
  }

  .customer-profiles.first, .customer-profiles.last {
    width: 12.1em;
    height: 12.1em;
  }

  .customer-profiles.middle {
    width: 13em;
    height: 13em;
    top: 0%;
    bottom: 0;
    transform: translate(0);
  }

  .heading-regular {
    font-size: 2.57em;
  }

  .slides {
    width: 13.7em;
    height: 18.08em;
  }

  .long-box, .short-box-inner {
    border-radius: 2.5em;
  }

  .small-paragraph {
    font-size: .62em;
  }

  .short-box-border {
    border-radius: 2.5em;
  }

  .heading-title-small {
    font-size: .9em;
  }

  .short {
    width: 29ch;
  }

  .round-btn-small {
    font-size: .8em;
  }

  .sub-heading-big {
    font-size: 2.3em;
  }

  .underlined-link {
    padding-bottom: .7em;
  }

  .half-padding {
    padding-left: .5em;
    padding-right: .5em;
  }

  .long-box-border {
    border-radius: 2.5em;
  }

  .round-button-small {
    font-size: 1.2em;
  }

  .navbar-links {
    display: none;
  }

  .menu-button {
    z-index: 999;
    width: 1.55em;
    cursor: pointer;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .menu-button:active, .menu-button:focus {
    background-color: rgba(0, 0, 0, 0);
  }

  .title-medium {
    font-size: 1.13em;
  }

  .vertical-tablet {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mask {
    max-height: 5.4em;
  }

  .drawer-menu {
    width: 100%;
    height: 100vh;
    border-top: .1em solid var(--cornflower-blue);
    border-bottom: .1em solid var(--cornflower-blue);
    border-left: .1em solid var(--cornflower-blue);
    background-image: linear-gradient(210deg, var(--cornflower-blue), var(--black) 43%);
    border-radius: 4em;
    margin-left: auto;
    margin-right: 0;
    display: block;
    position: absolute;
    top: 0%;
    right: 0;
  }

  .link {
    color: var(--gray);
    font-size: 2.5em;
    line-height: 2;
  }

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

  .menu-wrapper {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 18%;
    padding-bottom: 9%;
    display: flex;
  }

  .text-block {
    font-size: .9em;
    line-height: 1.8;
  }

  .line {
    width: 100%;
    height: .15em;
    background-color: var(--white);
    border-radius: 50px;
    margin-bottom: .5em;
    display: block;
  }

  .dark-back {
    width: 100%;
    height: 100vh;
    transform-origin: 100% 0;
    background-color: #000;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tablet-cta {
    display: none;
  }

  .grid-row {
    height: auto;
    grid-column-gap: 7px;
    grid-template-rows: minmax(11.25em, 1fr) minmax(11.25em, 1fr);
    grid-template-columns: 1fr 1fr .75fr .5fr;
    align-content: space-between;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .close-menu-trigger {
    z-index: 999;
    height: 3.4em;
    cursor: pointer;
    position: absolute;
    right: .7em;
  }

  .faq-container {
    padding-top: 1.7em;
  }

  .nav-menu-nb10 {
    text-align: right;
    background-color: #656363;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .nav-link-nb1 {
    text-align: right;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .container-nb10 {
    height: 50px;
    flex-flow: row;
    align-content: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    display: flex;
  }

  .social-link-wrapper {
    display: none;
  }

  .hamburger-menu {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-07 {
    height: 100vh;
  }

  .icon-2 {
    margin-right: -27px;
  }

  .dropdown-list.w--open {
    background-color: #656363;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-bottom: 4.5em;
  }

  .section.gap-1 {
    margin-bottom: 6em;
  }

  .section.sticky {
    height: auto;
  }

  .section.head {
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
    top: 2px;
  }

  .container.visible {
    margin-top: 3em;
    overflow: visible;
  }

  .container.margin-top {
    margin-top: 18em;
  }

  .heading-title {
    font-size: 1.28em;
  }

  .heading-large {
    font-size: 4.5em;
  }

  .heading-large.shrink {
    margin-bottom: 1em;
  }

  .logo-looping {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .showcase-row {
    grid-column-gap: .96em;
  }

  .card {
    width: 12.15em;
    height: 12.15em;
  }

  .logo-img {
    height: 1.9em;
  }

  .split-col-1 {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 3em;
  }

  .about {
    font-size: 1.6em;
  }

  .split-col-2 {
    width: 100%;
  }

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

  .middle-column {
    padding-top: 1.9em;
    padding-bottom: 3.2em;
  }

  .round-gradient-btn {
    font-size: 1.2em;
  }

  .round-gradient-btn.lg {
    font-size: 1.46em;
  }

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

  .big-card {
    width: 16em;
    max-height: 24em;
    transform: translate(24%)rotate(15deg);
  }

  .big-card.front-left {
    left: 43%;
    transform: translate(-50%)rotate(-15deg);
  }

  .big-card.front-right {
    top: 0%;
    left: 43%;
    right: 0%;
    transform: translate(-50%)rotate(-15deg);
  }

  .heading-medium {
    font-size: 3.25em;
  }

  .capsule-button {
    font-size: 1em;
  }

  .short-width {
    margin-right: auto;
  }

  .big-round-image {
    width: 13.38em;
    height: 13.38em;
  }

  .gap-0-1 {
    width: 92%;
    grid-column-gap: 1em;
    text-align: center;
    padding-left: .5em;
    padding-right: .5em;
  }

  .small-container {
    width: 100%;
    grid-row-gap: 2.5em;
    padding-bottom: 4em;
    padding-left: 8em;
    padding-right: 13em;
  }

  .gradient-box {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading-small {
    font-size: 1.77em;
  }

  .rotated-slides {
    width: 16.1em;
    height: 16.1em;
  }

  .full-height {
    max-height: 40.1em;
    position: relative;
    overflow: hidden;
  }

  .text-and-button {
    grid-column-gap: 1.25em;
  }

  .heading-small {
    font-size: 1.2em;
  }

  .backgrounds-container {
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    overflow: hidden;
  }

  .rotated-img-1 {
    width: 14.2em;
    height: 14.2em;
    transform: translate(1.7em, 3.8em)rotate(-30deg);
  }

  .rotated-img-2 {
    width: 16.12em;
    height: 16.12em;
    transform: translate(-1.8em, 6em)rotate(15deg);
  }

  .rotated-img-3 {
    width: 19.7em;
    height: 19.7em;
  }

  .small-font {
    font-size: 1.4em;
  }

  .pricing-box-border {
    width: 66%;
    border-radius: 2.9em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    padding: .3em;
    display: block;
  }

  .pricing-box-border.lite {
    background-image: linear-gradient(211deg, var(--sky-blue), rgba(255, 255, 255, 0) 84%);
  }

  .pricing-box-border.max {
    background-image: linear-gradient(207deg, #738aff, rgba(255, 255, 255, 0) 86%);
  }

  .sub-heading-center {
    font-size: 2.25em;
  }

  .text-xsmall {
    font-size: .8em;
  }

  .price {
    font-size: 1.28em;
  }

  .features-text {
    font-size: .64em;
  }

  .membership {
    font-size: 1.4em;
  }

  .subscribe-content {
    padding-top: 1.5em;
  }

  .subscribe-image {
    width: 20.07em;
  }

  .testimonial-container {
    width: 114%;
  }

  .testimonial-content {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .align-center {
    flex-direction: column;
  }

  .subscribe-container {
    font-size: 1.2em;
  }

  .footer-background {
    border-radius: 3.5em;
    padding-top: 4em;
  }

  .footer-content {
    width: 88%;
    grid-column-gap: 4.5em;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-xsmall {
    font-size: 1.5em;
  }

  .regular-text {
    font-size: 1.4em;
  }

  .credits-container {
    align-items: center;
    margin-right: auto;
  }

  .footer-lists {
    width: auto;
  }

  .customer-profiles.first, .customer-profiles.last, .customer-profiles.middle {
    width: 14.62em;
    height: 14.62em;
  }

  .heading-regular {
    font-size: 2.89em;
  }

  .slides {
    width: 15.4em;
    height: 21.15em;
  }

  .short-box-inner {
    width: 100%;
  }

  .small-paragraph {
    font-size: 1em;
  }

  .short-box-border {
    width: 100%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .short {
    width: 52ch;
  }

  .small-col {
    width: 100%;
  }

  .big-col {
    width: 100%;
    height: 21em;
    padding-top: 77%;
  }

  .round-btn-small {
    font-size: 1em;
  }

  .sub-heading-big {
    font-size: 3.8em;
  }

  .flex-frame {
    flex-direction: column;
  }

  .flex-frame.global-padding.vertical-tablet {
    overflow: hidden;
  }

  .flex-frame.footer {
    flex-direction: column-reverse;
    align-items: center;
  }

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

  .long-box-border {
    margin-bottom: 2em;
  }

  .round-button-small {
    font-size: 1.6em;
  }

  .video-container {
    width: 22em;
    height: 28.87em;
  }

  .title-medium {
    font-size: 1.27em;
  }

  .footer-border {
    border-radius: 3.5em;
    padding: 1px .3em .3em;
  }

  .wrap {
    flex-wrap: wrap;
    display: flex;
  }

  .sticky-flex-box {
    height: auto;
    position: relative;
  }

  .sticky-part {
    position: relative;
    top: 0%;
    transform: translate(-50%);
  }

  .content-wrapper {
    position: relative;
    top: 0%;
    transform: none;
  }

  .link {
    font-size: 3.9em;
  }

  .text-block {
    font-size: 1.6em;
  }

  .line {
    height: .2em;
  }

  .tablet-cta {
    padding-bottom: 2.8em;
    font-size: 1.2em;
  }

  .small-arrow {
    width: 1.7em;
  }

  .faq-container {
    width: 100%;
  }

  .faq-title {
    font-size: 1.3em;
  }

  .nav-menu-nb10 {
    width: auto;
    color: rgba(0, 0, 0, 0);
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    flex-wrap: nowrap;
    margin-top: auto;
    padding-top: 0;
  }

  .nav-link-nb1 {
    color: var(--lightgray);
    background-color: #48494d;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-link-nb1:active {
    background-color: rgba(247, 104, 116, .1);
    display: block;
  }

  .container-nb10 {
    height: auto;
    background-color: #535863;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .subwrapper-nb10 {
    background-color: #535863;
    flex-direction: column;
    margin-top: auto;
  }

  .hamburger-menu {
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-nb10 {
    margin-bottom: 1vw;
    margin-left: 1vw;
  }

  .dropdown-list.w--open {
    color: #8c8c8c;
    background-color: rgba(140, 140, 140, .96);
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 11.5em;
  }

  .navbar-container {
    margin-left: 2.4em;
    margin-right: 2.4em;
  }

  .section {
    padding-top: 20px;
  }

  .section.gap-1 {
    grid-row-gap: 2.75em;
    margin-top: 7em;
    margin-bottom: 13em;
  }

  .section.vertical-padding {
    overflow: hidden;
  }

  .section.sticky {
    justify-content: center;
  }

  .section.extra-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section.head {
    background-color: rgba(140, 140, 140, .99);
    flex-direction: column;
    align-self: center;
    padding-top: 0;
    display: flex;
    top: auto;
  }

  .container.margin-top {
    margin-top: 25em;
  }

  .heading-title {
    font-size: 2.2em;
  }

  .heading-large {
    font-size: 5.9em;
    line-height: 1.4;
  }

  .heading-large.testimonial {
    line-height: 1.4;
  }

  .logo-looping {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .showcase-looping {
    grid-row-gap: 2.75em;
  }

  .showcase-row {
    grid-column-gap: 2.75em;
  }

  .card {
    width: 19.5em;
    height: 19.5em;
    border-radius: 3em;
  }

  .logo-img {
    height: 2.2em;
  }

  .about, .paragraph-large {
    font-size: 3em;
  }

  .middle-column {
    grid-row-gap: 2.5em;
  }

  .middle-column.align-center {
    padding-top: 4.5em;
    padding-bottom: 7em;
  }

  .round-gradient-btn {
    font-size: 2em;
  }

  .round-gradient-btn.lg {
    font-size: 3.5em;
  }

  .round-gradient-btn.lg.footer {
    font-size: 2.7em;
  }

  .round-gradient-btn.lg.menu {
    font-size: 2.6em;
  }

  .round-gradient-btn.medium {
    font-size: 1.7em;
  }

  .container-row {
    grid-column-gap: 8em;
  }

  .container-row.bottom {
    margin-top: 110px;
    margin-bottom: auto;
    padding-bottom: 20px;
  }

  .black-frame.top {
    height: 15em;
    border-bottom-right-radius: 6em;
    border-bottom-left-radius: 6em;
  }

  .black-frame.bottom {
    height: 10em;
    border-top-left-radius: 6em;
    border-top-right-radius: 6em;
  }

  .big-card {
    width: 25em;
    max-height: 39.5em;
    border-radius: 5.2em;
    transform: translate(18%)rotate(15deg);
  }

  .big-card.front-left {
    left: 39%;
  }

  .heading-medium {
    font-size: 5.8em;
    line-height: 1.5;
  }

  .capsule-button {
    font-size: 1.8em;
  }

  .capsule-button.cta {
    width: 9.3em;
    height: 4em;
    border-width: .18em;
  }

  .short-width {
    max-width: 67ch;
  }

  .inline {
    display: inline;
  }

  .big-round-image {
    width: 22em;
    height: 22em;
  }

  .gap-0-1 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .underlined-green {
    background-image: url('../images/underline-green.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .underlined-green.thick {
    background-image: url('../images/thick_underline.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: .2em;
  }

  .small-container {
    width: 100%;
    grid-row-gap: 2.5em;
    padding-top: 0;
    padding-bottom: 3.5em;
    padding-left: 0;
  }

  .gradient-box {
    width: 100%;
    border-radius: 3.1em;
    padding: .3em;
  }

  .gradient-box-inner {
    background-image: linear-gradient(196deg, #59fff1, rgba(94, 234, 244, .82) 11%, rgba(104, 189, 249, .44) 30%, rgba(112, 152, 253, .12) 45%, rgba(115, 138, 255, 0) 59%);
    border-radius: 3.1em;
  }

  .sub-heading-small {
    font-size: 2.7em;
  }

  .global-padding {
    padding-left: 2.4em;
    padding-right: 2.5em;
  }

  .global-padding.vertical-padding {
    margin-bottom: 0;
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .rotated-slides {
    width: 21.5em;
    height: 21.5em;
  }

  .text-and-button {
    margin-top: 1em;
  }

  .heading-small {
    font-size: 2.7em;
  }

  .backgrounds-container {
    width: 113%;
    overflow: visible;
  }

  .rotated-img-1 {
    width: 19em;
    height: 19em;
    border-radius: 3.1em;
    transform: translate(-2.7em, 1em)rotate(-30deg);
  }

  .rotated-img-2 {
    width: 21.5em;
    height: 21.5em;
    border-radius: 3.1em;
    transform: translate(3.5em, 6em)rotate(15deg);
  }

  .rotated-img-3 {
    width: 27em;
    height: 27em;
    border-radius: 3.1em;
    margin-bottom: 8.8em;
    transform: translate(1.2em, 6em)rotate(-15deg);
  }

  .small-font {
    font-size: 2.5em;
  }

  .small-font.gray.long-height {
    margin-bottom: -2em;
    font-size: 3.3em;
  }

  .back-images-container {
    height: 30em;
  }

  .front-image {
    width: 30em;
    height: 30em;
    border-radius: 3em;
  }

  .back-image {
    width: 24.5em;
    height: 24.5em;
    border-radius: 3em;
  }

  .pricing-box-border {
    width: 100%;
    border-radius: 5em;
    margin-bottom: 8em;
  }

  .pricing-box-border.max {
    margin-bottom: 0;
  }

  .price-wrapper {
    grid-row-gap: .4em;
  }

  .image-holder {
    display: none;
  }

  .sub-heading-center {
    font-size: 3.7em;
  }

  .text-xsmall {
    font-size: 1.6em;
  }

  .text-xsmall.pricing {
    color: var(--white);
    font-size: 1.4em;
  }

  .price {
    font-size: 1.85em;
  }

  .get-button-inner {
    width: 100%;
  }

  .get-button-inner.lite {
    background-image: linear-gradient(299deg, var(--sky-blue), transparent 54%);
  }

  .get-button-inner.max {
    background-image: linear-gradient(270deg, var(--cornflower-blue), transparent 54%);
  }

  .features-list {
    width: 100%;
  }

  .features-text {
    font-size: 1.3em;
  }

  .membership {
    grid-row-gap: 2em;
    border-radius: 3.5em;
    padding-top: 3em;
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  .membership.lite {
    background-image: linear-gradient(221deg, var(--sky-blue), var(--black) 55%);
    border-radius: 3em;
  }

  .membership.max {
    background-image: linear-gradient(230deg, var(--cornflower-blue), var(--cornflower-blue) 0%, var(--cornflower-blue) 0%, var(--cornflower-blue) 0%, var(--black) 45%);
  }

  .get-button {
    width: 100%;
    font-size: 2.2em;
  }

  .get-button.lite, .get-button.max {
    overflow: hidden;
  }

  .list {
    line-height: 2.2;
  }

  .subscribe-content {
    width: 100%;
  }

  .subscribe-image {
    width: 72vw;
    height: 72vw;
    border-radius: 100%;
  }

  .subscribe-form {
    padding: .1em .2em .2em;
    font-size: 1.6em;
  }

  .testimonial-container {
    height: auto;
    grid-column-gap: 3.5em;
  }

  .testimonial-content {
    grid-row-gap: 2.5em;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .submit-button {
    border-width: .2em;
    padding: 1.5em 2.1em;
    right: .8em;
  }

  .footer-background {
    background-image: linear-gradient(220deg, #7373ff, rgba(115, 115, 255, 0) 39%);
    border-radius: 4.5em;
    padding-top: 14em;
    padding-bottom: 2em;
  }

  .footer-content {
    width: 100%;
    grid-column-gap: 5.75em;
  }

  .heading-xsmall {
    font-size: 2.5em;
  }

  .footer-links-container {
    grid-row-gap: 8px;
  }

  .regular-text {
    font-size: 2em;
  }

  .footer-cta {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .credits-container {
    grid-row-gap: 1em;
  }

  .customer-profiles {
    flex: none;
  }

  .customer-profiles.first, .customer-profiles.last, .customer-profiles.middle {
    width: 19em;
    height: 19em;
  }

  .heading-regular {
    font-size: 5.7em;
  }

  .heading-regular.short-box {
    margin-bottom: .2em;
  }

  .slides {
    width: 21em;
    height: 28.84em;
  }

  .gallery-container {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .long-box {
    border-radius: 4.8em;
    padding: 4.5em 2.4em 4.5em 2.7em;
    position: relative;
  }

  .short-box-inner {
    grid-row-gap: 4.5em;
    border-radius: 4.8em;
    padding: 4.5em 2.4em;
  }

  .small-paragraph {
    font-size: 1.93em;
    line-height: 1.75;
  }

  .short-box-border {
    width: 100%;
    border-radius: 4.8em;
    margin-bottom: 8em;
    padding-bottom: .3em;
    padding-left: .3em;
    padding-right: .3em;
  }

  .short-box-border.cyan {
    margin-bottom: 0;
  }

  .box-list-wrapper {
    grid-row-gap: 2em;
  }

  .box-item {
    grid-column-gap: 1.75em;
  }

  .heading-title-small {
    font-size: 2.35em;
  }

  .short {
    width: 100%;
  }

  .big-col {
    height: 136vw;
    perspective: 430px;
    padding-top: 136%;
  }

  .round-btn-small {
    font-size: 1.7em;
  }

  .sub-heading-big {
    font-size: 6.3em;
    font-weight: 500;
    line-height: 1.3;
  }

  .underlined-link {
    padding-bottom: 1.3em;
  }

  .vertical-padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .long-box-border {
    border-radius: 4.8em;
    margin-bottom: 8em;
    padding-bottom: .3em;
    padding-left: .3em;
    padding-right: .3em;
  }

  .round-button-small {
    font-size: 2.6em;
  }

  .round-button-small.faq {
    display: none;
  }

  .video-container {
    width: 100%;
    height: 112vw;
    border-radius: 3.5em;
  }

  .video-container.sec {
    transform: translate3d(0, -12%, -60px)translate(0, -50%);
  }

  .video-container.third {
    transform: translate3d(0, -24%, -120px)translate(0, -50%);
  }

  .video-container.forth {
    transform: translate3d(0, -36%, -180px)translate(0, -50%);
  }

  .menu-button {
    width: 3em;
    padding-top: 3.3em;
    padding-bottom: 1.4em;
  }

  .title-medium {
    font-size: 2.5em;
    font-weight: 500;
  }

  .footer-border {
    background-image: linear-gradient(94deg, var(--cornflower-blue), var(--black));
    border-radius: 4.5em;
    margin-top: 4em;
  }

  .block {
    position: absolute;
    top: 10%;
    right: 10%;
  }

  .mask {
    max-height: 7.1em;
  }

  .hidden-phone {
    display: none;
  }

  .drawer-menu {
    background-image: linear-gradient(221deg, var(--cornflower-blue), var(--black) 33%);
    border-top-width: .3em;
    border-bottom-width: .3em;
    border-left-width: .3em;
    border-radius: 4.5em;
  }

  .link {
    font-size: 6em;
    font-weight: 500;
    line-height: 1.7;
  }

  .menu-wrapper {
    padding-top: 15em;
    padding-bottom: 12.1em;
  }

  .text-block {
    font-size: 2em;
  }

  .line {
    height: .3em;
    border-radius: 50px;
    margin-bottom: .8em;
  }

  .menu-small-text {
    color: var(--gray);
    margin-top: .3em;
    font-size: 1.7em;
  }

  .dark-back {
    display: none;
  }

  .tablet-cta {
    padding-bottom: 2em;
  }

  .btn-wrap {
    padding-left: 1em;
    display: inline-block;
  }

  .small-arrow {
    width: 2.6em;
  }

  .play-pause-button {
    width: 5em;
    height: 5em;
    margin-bottom: 1.5em;
    margin-right: 1.5em;
  }

  .padding-bottom {
    padding-bottom: 6em;
  }

  .grid-row {
    grid-template-rows: minmax(29em, 1fr) minmax(29em, 1fr) minmax(29em, 1fr) minmax(29em, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .faq-container {
    padding-top: 3.5em;
  }

  .faq-title {
    padding-bottom: .5em;
    font-size: 2.3em;
  }

  .nav-menu-nb10 {
    height: 50vh;
    background-color: #8c8c8c;
    align-self: center;
    margin-top: 1px;
    padding-top: 0;
    padding-left: 20px;
    display: flex;
  }

  .nav-link-nb1 {
    text-align: center;
    margin-top: auto;
    padding-top: 20px;
    padding-left: 0;
    display: block;
  }

  .container-nb10 {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .overlay {
    background-color: var(--cornflower-blue);
  }

  .subwrapper-nb10 {
    background-color: #8d8d8d;
    flex-flow: column;
    flex: 0 auto;
    align-content: center;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: auto;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .hamburger-menu {
    background-color: rgba(0, 0, 0, 0);
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hamburger-menu.w--open {
    background-color: #8c8c8c;
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: static;
  }

  .brand-nb10 {
    margin-left: 1vw;
  }

  .footer-07 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 3%;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .text-block-5 {
    font-size: 4vw;
    line-height: 1.8;
  }

  .icon-2 {
    margin-right: -22px;
    padding-right: 0;
  }

  .dropdown-list.w--open {
    background-color: rgba(85, 79, 79, .94);
  }

  .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
    font-size: 4vw;
    line-height: 1.8;
  }

  .body-4 {
    padding-top: 0;
  }

  .image-6 {
    z-index: 5;
    clear: right;
    flex: 0 auto;
    margin-left: 59px;
    position: relative;
    top: -4px;
    right: 36px;
  }
}

#w-node-_948130b1-8898-c7b0-00b8-26e56f03be63-dea1b720, #w-node-_0f91e1a6-0647-a218-3b51-f367e016d572-dea1b720, #w-node-c18b0cc6-5447-ce4d-c5a2-6f5e4e782aee-dea1b720, #w-node-ceb782e5-b607-050b-539f-6da709879f0d-dea1b720, #w-node-ebf3e8d7-8e56-d314-937b-8ebfd49f579e-dea1b720 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca2056b-8aba-6664-17e2-b28c8ac45fe8-4d61f59e {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 2.25fr 1fr;
}

#w-node-fdf43526-93aa-1153-2e65-2dffc7f917f3-4d61f59e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de977876-d9b0-da85-b8d8-d78bdafc58a7-4d61f59e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6af1c49b-5081-045d-488c-19e6005b47a6-4d61f59e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bf7ce18c-2590-7444-eda1-941a360c4f3a-4d61f59e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bfff677-abb8-b396-192d-db66addcaa2a-4d61f59e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6881decb-a5a8-a34e-52c6-d2ec2ea9f65b-4d61f59e, #w-node-_25292a34-bb5e-eb68-9051-b797a7158a7b-4d61f59e, #w-node-_4a63255d-f8c7-485c-a671-6d648e66521a-4d61f59e, #w-node-_7852ae28-be65-10a3-ae19-067c56678372-4d61f59e, #w-node-_55c016fa-ef92-bcae-27fd-84feb89f87bb-4d61f59e, #w-node-b48ad683-2dbb-3c1a-9a73-d03afc87e20e-4d61f59e, #w-node-_590d1687-c891-9859-072a-9f14f2ff5604-4d61f59e, #w-node-e8bee885-1c9e-4e40-d11e-2379cb67d417-4d61f59e, #w-node-a04cb72e-13c3-1882-6866-a66ae215a585-4d61f59e, #w-node-dfae1f28-25b2-bf29-f68f-05aab9e58128-4d61f59e, #w-node-_37f8001e-9ada-e428-8855-262eaa74481e-4d61f59e, #w-node-_6a81e053-55b5-0312-7592-1cfb3220367d-4d61f59e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


