:root {
  --yellow: #f2b71f;
  --purple: #52397b;
  --lavand: #a58cce;
  --white-purple: #f7e5e7;
}

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

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

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

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

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

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

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

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

body {
  color: var(--yellow);
  background-color: #52397b;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  letter-spacing: -3px;
  text-shadow: 1px 1px 30px #2e1a4e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Greycliffcf, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Greycliffcf, Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

h3 {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Greycliffcf, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

h6 {
  font-family: Greycliffcf, Arial, sans-serif;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--purple);
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
}

.lottie {
  width: 100%;
  height: 100%;
}

.frosty {
  z-index: 100;
  background-color: #fff0;
  position: absolute;
  inset: 0%;
}

.button_up {
  letter-spacing: 1px;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 1.2;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.39, .575, .565, 1), margin-top .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
}

.button_up:hover {
  margin-top: 6px;
}

.button_up:active {
  box-shadow: inset 1px 1px 3px 100px #1d0d0d54;
}

.button_up.bg--purple.border--yellow.text--yellow {
  text-transform: uppercase;
}

.button_up.bg--yellow.border--purple.text--purple.switch {
  justify-content: flex-start;
  width: 80px;
  padding-left: 10px;
}

.c-brand {
  border-radius: 100px;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.brand-name {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1;
}

.brand-name.text--yellow.is--mob, .brand-name.text--lavand.is--mob {
  display: none;
}

.button_down {
  border-radius: 1000px;
  align-self: flex-end;
  width: 100%;
  height: 45px;
  position: absolute;
  box-shadow: 1px 1px 40px #321e5266;
}

.btn {
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  height: 51px;
  font-family: Greycliffcf, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.c-nav {
  z-index: 10;
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 50px;
  display: flex;
  position: relative;
}

.c-nav.is--teasing {
  padding-right: 50px;
}

.lavand-btn {
  z-index: 2;
  color: var(--yellow);
  background-color: #f7e5e700;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 25px;
  font-size: 15px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.lavand-btn:hover {
  background-color: #f7e5e71a;
}

.lavand-btn.w--current {
  color: var(--lavand);
}

.lavand-btn.is--footer {
  margin-left: 10px;
  margin-right: 10px;
}

.free-express-nav {
  border: 1px solid rgba(242, 183, 31, .6);
  background: rgba(242, 183, 31, .14);
  color: #f2b71f;
  font-weight: 600;
  letter-spacing: .2px;
}

.free-express-nav:hover {
  background: rgba(242, 183, 31, .28);
  color: #fff1c4;
  box-shadow: 0 0 18px rgba(242, 183, 31, .25);
}

.logo {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: flex;
}

.static-nav {
  z-index: 100;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  top: 0;
}

.nav {
  background-color: var(--purple);
  border-radius: 100px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 80px;
  display: flex;
  box-shadow: 1px 1px 40px #2e1a4e80;
}

.c-nav__right {
  z-index: 99;
  align-items: center;
  height: 100%;
  display: flex;
}

.line-break {
  background-color: var(--purple);
  border-radius: 100px;
  width: 2px;
  min-height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.s-header {
  z-index: -1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 165px;
  padding-bottom: 96px;
  display: flex;
}

.s-header.is--neg-100vh {
  margin-bottom: -100vh;
}

.s-header.is--teasing {
  justify-content: space-around;
  min-height: 100vh;
  padding-bottom: 20px;
}

.s-header.is--demo {
  padding-bottom: 0;
}

.header__h1 {
  color: var(--white-purple);
  text-align: center;
  letter-spacing: -3px;
  text-shadow: 1px 1px 30px #2e1a4e;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

.header__h1.is--teasing {
  text-align: left;
}

.h2 {
  text-align: center;
  max-width: 39ch;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 1;
}

.h2.text--purple.max--15ch, .h2.max--15ch {
  max-width: 15ch;
}

.h2.is--s-lifetime {
  margin-bottom: 0;
}

.s-footer {
  background-image: linear-gradient(#52397b00, #332151);
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.s-footer__grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 100%;
  max-width: 1200px;
}

.c-footer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer__text {
  color: var(--lavand);
  font-size: 12px;
}

.footer__text.min--11ch {
  min-width: 11ch;
}

.c-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 5vw;
  padding-right: 5vw;
  transition: all .3s;
  display: flex;
}

.c-section.is--punch {
  z-index: 1;
  padding-top: 105px;
  padding-bottom: 105px;
  position: relative;
}

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

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

.border--purple {
  border: 4px solid var(--purple);
}

.border--yellow {
  border: 4px solid var(--yellow);
}

.text--purple {
  color: var(--purple);
}

.text--yellow {
  color: var(--yellow);
  order: 0;
}

.aim-lottie {
  z-index: -1;
  opacity: .2;
  width: 100%;
  position: absolute;
}

.aim-lottie.is--hidden {
  display: none;
}

.btn-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-container.in--c-price {
  margin-bottom: -44px;
}

.click-btn-lottie {
  width: 45px;
  height: 45px;
}

.click-btn-lottie.is--pins {
  position: absolute;
  inset: -25px -34px auto auto;
  transform: rotate(-20deg);
}

.question-h3 {
  font-size: 20px;
}

.question__header-btn {
  border-bottom: 1px dashed var(--lavand);
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.question__paragraph {
  text-align: justify;
}

.c-question {
  flex-direction: column;
  width: 100%;
  max-width: 1150px;
  margin-top: 10px;
  display: flex;
}

.feedback-icon {
  object-fit: contain;
  width: 20px;
  height: 15px;
  margin-right: 8px;
}

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

.s-header__c-title {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.s-header__c-title.is--teasing {
  align-items: flex-start;
}

.s-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.s-section.gradient--purple {
  background-image: linear-gradient(to bottom, var(--purple), #332151);
}

.s-section.no--padding {
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.s-section.is--buy {
  border-top: 4px solid var(--yellow);
  background-image: linear-gradient(#3a2759, #52397b00 24%);
}

.grid {
  grid-column-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  justify-items: center;
}

.grid.img--is-right {
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.c-grid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.grid__h2 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 50px;
}

.grid__keyvisual {
  object-fit: contain;
  width: 400px;
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid__keyvisual.right--rotation {
  transform: rotate(-14deg);
}

.grid__keyvisual.left--rotation {
  transform: rotate(14deg);
}

.grid__paragraph {
  max-width: 40ch;
}

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

.c-big-letters {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.c-big-letters.is--invert {
  justify-content: flex-end;
}

.big-letters {
  object-fit: contain;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 90px;
}

.big-letters.top {
  width: 820px;
}

.big-letters.bottom {
  width: 735px;
}

.templates-wrapper {
  background-image: url('../images/round-bar.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.templates-wrapper.is--teasing {
  margin-top: 0;
  margin-bottom: 0;
  transform: scale(.9);
}

.c-template__invoice {
  width: 190px;
}

.c-template {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.c-template.is--left {
  margin-top: 55px;
  margin-right: -90px;
  transform: rotate(-15deg);
}

.c-template.is--right {
  z-index: 3;
  margin-top: 55px;
  margin-left: -90px;
  transform: rotate(15deg);
}

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

.margin--top.is--bigger {
  margin-top: 60px;
}

.c-template__bubble {
  width: 140px;
  height: 95px;
  margin-bottom: 50px;
  position: relative;
}

.c-title__paragraph {
  text-align: center;
  max-width: 37ch;
}

.c-title {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-tag-img {
  width: 70px;
  height: 82px;
}

.c-calculs {
  border: 4px solid var(--purple);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  padding: 24px;
  display: flex;
}

.c-calculs__text {
  text-transform: uppercase;
  font-family: Greycliffcf, Arial, sans-serif;
}

.c-line {
  justify-content: space-between;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 1px;
  display: flex;
  overflow: hidden;
}

.c-line__c-text {
  align-items: center;
  display: flex;
}

.div-block-34 {
  background-color: var(--purple);
  border-radius: 100px;
  padding-left: 11px;
  padding-right: 11px;
}

.grid-calculs {
  grid-template-rows: auto;
  place-items: start center;
  width: 100%;
}

.grid-calculs.text--purple {
  grid-template-columns: 1fr .75fr;
}

.c-switch {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-height: 200px;
  display: flex;
}

.c-switch__c-line {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -45px;
  display: flex;
}

.c-switch__c-line.is--hidden {
  display: none;
}

.calculs__paragraph {
  text-align: center;
  max-width: 50ch;
}

.gradient--purple {
  background-image: linear-gradient(#52397b00, #332151);
}

.c-wheel {
  border: 5px solid var(--yellow);
  justify-content: space-around;
  align-items: center;
  width: 110%;
  min-width: 1200px;
  height: 100%;
  padding: 25px 15px;
  display: flex;
  position: absolute;
}

.image-7 {
  width: 100%;
  max-width: 380px;
}

.wheel-img {
  width: 55px;
  height: 55px;
}

.switch-bubble {
  z-index: 0;
  color: var(--purple);
  position: absolute;
}

.switch-text {
  z-index: 1;
  color: var(--yellow);
  margin-top: -3px;
  margin-left: 4px;
  font-family: Greycliffcf, Arial, sans-serif;
  font-size: 19px;
  line-height: 1;
  position: absolute;
}

.bubble-container {
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 50px;
  display: flex;
}

.button_up__ball {
  border: 4px solid var(--purple);
  background-color: var(--purple);
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.plus-icon {
  margin-right: 10px;
}

.c-price {
  border: 3px solid var(--yellow);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: -23px;
  padding: 30px;
  display: flex;
  position: relative;
}

.overflow--none {
  width: 100%;
  overflow: hidden;
}

.header__h2 {
  color: var(--lavand);
  text-align: center;
  max-width: 32ch;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.header__h2.is--teasing {
  text-align: left;
}

.footer-grid__container {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-grid__container.is--right {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.footer-grid__container.is--teasing {
  justify-content: center;
}

._3xtemplates-mob-img {
  display: none;
}

.div-block-49 {
  display: flex;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.label--hidden {
  display: none;
}

.btn__checkbox {
  cursor: pointer;
  border: 4px solid #0000;
  border-radius: 100px;
  width: 80px;
  height: 45px;
  margin: -4px 0 0 -4px;
  position: absolute;
  inset: 0%;
}

.btn__checkbox.w--redirected-checked {
  background-color: #3898ec00;
  background-image: none;
  border-style: none;
  border-radius: 0;
}

.c-form {
  margin-bottom: 0;
}

.c-template__c-bubble {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-mockup {
  box-shadow: 0 0 40px 0 var(--purple);
  border-radius: 4px;
  transition: all .2s ease-in-out;
  position: relative;
  transform: translate(0);
}

.c-mockup:hover {
  z-index: 10;
  transform: translate(0, -10%);
}

.c-mockup__shadow {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: inset 14px 14px 20px 100px #52397b94;
}

.c-mockup__shadow:hover {
  box-shadow: inset 14px 14px 20px 100px #52397b00;
}

.mockup-show-more-img {
  cursor: pointer;
  width: 50px;
  height: 50px;
  transition: transform .2s;
}

.mockup-show-more-img:hover {
  transform: scale(1.2);
}

.c-fullscreen-mockup {
  z-index: 100;
  background-color: #52397bad;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-btn {
  z-index: 1;
  background-color: var(--yellow);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: -35px;
  margin-left: -36px;
  padding: 15px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.close-btn:hover {
  transform: scale(1.1);
}

.mockup-container {
  z-index: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.template-fullscreen-img {
  max-height: 600px;
}

.c-belt {
  justify-content: center;
  width: 100%;
  height: 115px;
  display: flex;
  position: relative;
}

.c-buttons {
  align-items: center;
  display: flex;
}

.c-tag {
  position: relative;
}

.tag-icon {
  width: 40px;
  height: 40px;
  margin-top: 12px;
}

.icon-container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 2px;
  display: flex;
  position: absolute;
}

.icon-move {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.icon-wrapper {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.is--hidden {
  display: none;
}

.c-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mockup__close-bg {
  position: absolute;
  inset: 0%;
}

.c-preview {
  border-radius: 10px;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  box-shadow: 1px 1px 40px #332151;
}

.header-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.button {
  background-color: var(--purple);
  color: var(--yellow);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #f7e5e7a6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Greycliffcf, Arial, sans-serif;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.button:hover {
  color: var(--purple);
  background-color: #f7e5e7a6;
  border-color: #f7e5e700;
}

.button.free-express-hero {
  grid-column: 1 / -1;
  justify-self: center;
  padding: 14px 28px;
  border-radius: 999px;
  /* background: #f2b71f;
  color: #ffffff; */
  font-weight: 700;
  letter-spacing: .4px;
}

/* .button.free-express-hero:hover {
  background: #ffd55c;
  color: #2b1b4c;
  box-shadow: 0 8px 24px rgba(242, 183, 31, .35);
} */

.button.text--lavand.text--center.margin--top.is-smaller {
  margin-top: 20px;
}

.c-preview__embed {
  margin-bottom: -8px;
}

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

.punchcard__icon {
  width: 25px;
  margin-bottom: 15px;
}

.header__h3 {
  color: var(--lavand);
  text-align: center;
  max-width: 16ch;
  font-family: Ttnorms;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

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

.is--relative {
  position: relative;
}

.s-header__c-keyvisual {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.punchcard {
  border: 2px solid #a58cce00;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  padding: 10px;
  transition: all .3s ease-in-out;
  display: flex;
}

.punchcard:hover {
  border: 2px solid var(--lavand);
  box-shadow: 1px 1px 40px #a58cce33;
}

.c-button__grid {
  grid-template-rows: auto;
  place-items: center;
}

.btn-header--left-margin {
  margin-left: -45px;
}

.values-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 900px;
}

.c-value {
  padding: 15px;
}

.c-value__text {
  text-align: center;
  margin-top: 20px;
}

.c-value__c-title {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.value-icon {
  width: 45px;
  height: 20px;
}

.btn-header__text {
  min-width: 12ch;
}

.values__h2 {
  text-align: center;
  max-width: 9ch;
  margin-top: 10px;
  font-size: 35px;
}

.new-price {
  color: var(--white-purple);
  text-shadow: 1px 1px 20px #f7e5e766;
  margin-bottom: 10px;
  font-family: Greycliffcf, Arial, sans-serif;
  font-size: 43px;
  line-height: 1;
}

.grid__c-keyvisual {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text--lavand {
  color: var(--lavand);
}

.text--lavand.margin--top.is--smaller {
  margin-top: 20px;
}

.preview-filter {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preview-filter.bg--purple {
  opacity: 0;
}

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

.utility-page-content {
  text-align: center;
  background-image: url('../images/round-stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

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

.c-order {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 620px;
  display: flex;
  position: relative;
}

.is--small {
  font-size: 31px;
}

.c-early-bird {
  background-image: url('../images/c-early-bird-img.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -75px;
  padding: 55px 20px;
  display: flex;
}

.c-early-bird.purple--shadow.is--hidden {
  display: none;
}

.c-early-bird.is--teasing {
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 25px;
  padding-bottom: 44px;
  display: none;
}

.old-price-img {
  width: 50px;
  height: 51px;
  margin-top: -50%;
}

.early-bird__text {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Greycliffcf, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.early-bird__count {
  color: var(--white-purple);
  text-align: center;
  width: 2ch;
  font-size: 14px;
  line-height: 1;
}

.early-bird__count.is--dot {
  width: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.c-punch {
  z-index: 0;
  width: 100%;
  max-width: 1440px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.c-logos__fade-shadow {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(to right, #eee 19%, #eee0);
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto;
  width: 200px;
  height: 100%;
  position: absolute;
}

.c-logos__fade-shadow.right {
  background-image: linear-gradient(270deg, #52397b 30%, #52397b00);
  inset: 0% 0% 0% auto;
}

.c-logos__fade-shadow.left {
  background-image: linear-gradient(to right, #52397b 19%, #52397b00);
  inset: 0% auto 0% 0%;
}

.punchs-container {
  display: flex;
}

.punchs-wrapper {
  display: flex;
  position: relative;
}

.punch {
  border-radius: 4px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 274px;
  max-height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 20px;
  display: flex;
  box-shadow: 1px 1px 24px #0003;
}

.punch__text {
  font-weight: 400;
}

.pro-trial__text {
  color: var(--white-purple);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Greycliffcf, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.c-pro-trial {
  background-color: #f7e5e708;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  transition: all .2s;
  display: flex;
}

.c-pro-trial:hover {
  background-color: #f7e5e724;
}

.c-pro-trial.is--hidden {
  display: none;
}

.punch-img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.c-order__front {
  background-color: var(--purple);
  background-image: url('../images/c-price-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  border-radius: 21px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 250px #251245;
}

.c-order__c-pdf-img {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.c-order__pdf {
  width: 100%;
  max-width: 150px;
}

.c-order__pdf.is--01 {
  margin-right: -50px;
}

.c-order__pdf.is--03 {
  margin-left: -60px;
}

.pro-trial__img {
  width: 18px;
  height: 18px;
  margin-right: 20px;
}

.price__tax {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
}

.c-early-count {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.iso__column {
  flex-direction: column;
  align-self: auto;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.iso-pdf {
  object-fit: contain;
  width: 150px;
  height: 200px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.c-iso {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.purple--gradient {
  z-index: 1;
  background-image: linear-gradient(to bottom, #52397b00, var(--purple));
  position: absolute;
  inset: 0%;
}

.purple--gradient.right {
  background-image: linear-gradient(to right, #52397b00, var(--purple));
  width: 100%;
  max-width: 100px;
  height: 100%;
  inset: 0% 0% 0% auto;
}

.purple--gradient.left {
  background-image: linear-gradient(270deg, #52397b00, var(--purple));
  width: 100px;
  inset: 0% auto 0% 0%;
}

.iso-wrapper {
  opacity: .2;
  transform-style: preserve-3d;
  margin-right: -50%;
  display: flex;
  transform: rotateX(54deg)rotateY(0)rotateZ(45deg);
}

.nav__logo {
  width: 93px;
  height: 35px;
}

.c-brand-name {
  display: flex;
}

.brand-name__c-letter {
  overflow: hidden;
}

.brand-name__c-letter.is--a {
  width: 14px;
}

.brand-name__c-letter.is--b {
  width: 5px;
}

.brand-name__c-letter.is--c {
  width: 18px;
}

.c-header-preview {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 300vh;
  display: flex;
  position: relative;
}

.sticky-header-preview {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-preview__c-grid-pdf {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.header-preview__c-grid-pdf.is--01 {
  z-index: 2;
}

.header-preview__c-grid-pdf.is--02 {
  z-index: 1;
}

.grid-pdf__img {
  width: 140px;
  position: absolute;
}

.grid-pdf__img.is--01 {
  inset: 13% auto auto 25%;
}

.grid-pdf__img.is--02 {
  inset: 14% 6% auto auto;
}

.grid-pdf__img.is--03 {
  inset: auto auto 23% 11%;
}

.grid-pdf__img.is--04 {
  inset: auto 27% 1% auto;
}

.grid-pdf__img.is--05 {
  inset: auto 12% 27% auto;
}

.grid-pdf__img.is--smaller {
  width: 100px;
}

.grid-pdf__img.is--smaller.is--01 {
  top: 30%;
  left: 65%;
}

.grid-pdf__img.is--smaller.is--03 {
  left: 24%;
}

.grid-pdf__img.is--smaller.is--04 {
  bottom: 18%;
}

.header-preview__c-img {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header-preview__c-play {
  background-color: var(--purple);
  box-shadow: 1px 1px 100px 0 var(--purple);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
}

.header-preview__c-play:hover {
  background-color: var(--white-purple);
}

.play__icon {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.header-preview__mockup-lottie {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 900px;
}

.header-preview__img {
  display: none;
}

.header-preview__overlay {
  z-index: 10;
  background-image: linear-gradient(270deg, var(--purple), #52397b00);
  width: 200px;
  position: absolute;
}

.header-preview__overlay.right {
  inset: 0% 0% 0% auto;
}

.header-preview__overlay.left {
  background-image: linear-gradient(to right, var(--purple), #52397b00);
  inset: 0% auto 0% 0%;
}

.belt__overlay {
  width: 100%;
  height: 5vh;
  margin-top: -5vh;
}

.belt__overlay.gradient--purple {
  background-image: linear-gradient(#52397b00, #52397b73);
}

.form-embed {
  border-radius: 5px;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  box-shadow: 1px 1px 250px #251245;
}

.c-nav-form {
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.utility-icon {
  width: 70px;
}

.question__c-paragraph {
  overflow: hidden;
}

.c-terms {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.c-secure {
  align-items: center;
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
}

.secure__text {
  text-align: center;
  font-size: 12px;
}

.image-8 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.question__icon {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.faq-icon {
  width: 70px;
  height: 82px;
}

.nav-right__wrapper {
  display: flex;
}

.nav-right__wrapper.is--teasing {
  flex-direction: column;
}

.ml__btn {
  border: 1px solid var(--purple);
  color: var(--lavand);
  background-color: #a58cce00;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 5px;
  font-size: 12px;
  transition: all .2s;
}

.ml__btn:hover {
  background-color: var(--purple);
}

.preview__load-img {
  width: 60px;
}

.c-question-title {
  align-items: center;
  display: flex;
}

.header__form-field {
  background-color: var(--purple);
  color: var(--lavand);
  border: 1px #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 24px 15px 24px 20px;
}

.header__form-field::placeholder {
  color: var(--lavand);
}

.header-form__container {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.header__form {
  width: 100%;
}

.header-form__c-success {
  background-color: var(--purple);
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-form__success-text {
  font-size: 14px;
}

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

.flex--h-center-center.margin--top.is--smaller {
  margin-top: 20px;
}

.loading-animation {
  z-index: 999;
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loading-bar {
  background-color: #52397b47;
  border-radius: 20px;
  width: 200px;
  height: 5px;
  margin-top: 30px;
}

.loading-thumb {
  background-color: var(--purple);
  border-radius: 20px;
  width: 20%;
  height: 100%;
}

.terms-paragraph {
  color: var(--lavand);
}

.terms-paragraph h2 {
  margin-top: 20px;
}

.terms-paragraph p {
  text-align: justify;
  margin-top: 20px;
}

.terms-paragraph a {
  color: var(--white-purple);
}

.terms-paragraph em {
  background-color: var(--lavand);
  color: var(--purple);
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
}

.terms-paragraph a {
  color: var(--lavand);
  font-style: italic;
}

.question__white-text {
  color: #c0bcc6;
}

.s-100vh {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 140px;
  display: flex;
}

.c-bases_grid {
  margin-bottom: 40px;
}

.bases_container {
  opacity: 1;
  color: var(--yellow);
  background-color: #462d6f;
  border: 2px solid #f7e5e700;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 55px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.bases_container:hover {
  border-color: #f7e5e7;
  box-shadow: 1px 1px 40px #a58cce33;
}

.bases_container.is--password {
  border-style: none;
  padding-top: 20px;
  padding-bottom: 30px;
}

.bases_container.is--password:hover {
  border-style: none;
}

.bases_h2 {
  font-size: 40px;
}

.password_icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.password_btn {
  border: 1px solid var(--lavand);
  color: var(--lavand);
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .2s;
}

.password_btn:hover {
  border-color: var(--white-purple);
  color: var(--white-purple);
}

.c-base_text {
  text-align: center;
  max-width: 15ch;
  margin-top: 10px;
}

.access_c-text {
  flex-direction: column;
  align-items: center;
  max-width: 23ch;
  display: flex;
}

.c-copy-base {
  border: 1px solid var(--lavand);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 5px;
  display: flex;
}

.password_text {
  margin-top: 10px;
}

.password_h3 {
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}

.demo_grid {
  grid-template-rows: auto;
  align-content: start;
  width: 100%;
  max-width: 700px;
}

.demo_c-included {
  color: #1ea4ab;
  border: 2px solid #1ea4ab;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.demo_c-not-included {
  color: var(--lavand);
  border: 2px solid #f26073;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

.feature_text {
  font-size: 14px;
}

.demo_c-feature {
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.feature_icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.demo_c-left {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.demo_c-premium {
  border: 1px solid var(--lavand);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 16px;
  padding: 30px 20px;
  display: flex;
}

.demo_c-h2 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.demo__lock-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.c-home_demo {
  border: 1px solid var(--lavand);
  box-shadow: none;
  border-radius: 100px;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.demo_h3 {
  text-align: center;
  margin-right: 20px;
  font-size: 21px;
}

.s-big-letters {
  background-image: url('../images/infinite_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  max-width: 1440px;
  position: relative;
}

.s-iso {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.demo_arrow-icon {
  width: 40px;
  height: 40px;
  transform: rotate(135deg);
}

.yellow_gear {
  width: 135px;
  height: 135px;
  position: absolute;
}

.lang_icon {
  opacity: .7;
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.c-order__c-included {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.old-price-text {
  margin-top: -10px;
  font-size: 18px;
}

.old-price-text.text--lavand {
  text-decoration: line-through;
}

.c-demo-form {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.demo-form {
  align-items: center;
  display: flex;
}

.demo-form__field {
  color: var(--lavand);
  background-color: #48326b;
  border: 1px #000;
  border-radius: 100px;
  min-width: 25ch;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.demo-form__field::placeholder {
  color: var(--lavand);
}

.demo-form__c-success {
  background-color: #ddd0;
  padding: 0;
}

.demo-form__success-text {
  color: #7fd6dc;
  font-size: 14px;
}

.demo-form__error-text {
  color: #f26073;
  font-size: 14px;
}

.demo-form__c-error {
  background-color: #ffdede00;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.h3 {
  text-align: center;
  margin-top: 15px;
  font-size: 24px;
}

.close-icon {
  width: 30px;
  height: 30px;
}

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

.review-grid.margin--top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-items: center;
}

.c-review {
  flex-direction: column;
  align-items: center;
  max-width: 25ch;
  display: flex;
}

.review-name {
  color: var(--lavand);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Greycliffcf, Arial, sans-serif;
  font-size: 9px;
  font-weight: 900;
}

.review-meta {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-platform {
  color: var(--lavand);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Greycliffcf, Arial, sans-serif;
  font-size: 8px;
  font-weight: 600;
  opacity: 0.7;
}

.review-title {
  margin-top: 15px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

._5-stars-icon {
  object-fit: contain;
  width: 60px;
  height: 11px;
}

.review__c-name {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.review-profile-picture {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  box-shadow: 0 0 15px #1f162fb0;
}

.c-deal {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.secret-deal__h2 {
  color: var(--white-purple);
  text-shadow: 0 0 20px var(--purple);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
}

.deal-star-icon {
  color: var(--purple);
  width: 190px;
  height: 190px;
}

.deal__h2 {
  z-index: 1;
  color: var(--lavand);
  font-size: 25px;
  position: absolute;
}

.c-star-deal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-deal__c-text {
  background-image: linear-gradient(to bottom, #52397b00, var(--purple) 23%);
  margin-top: -110px;
  padding-top: 40px;
  position: relative;
}

.c-deal__pop-up {
  z-index: 999;
  background-color: #26193aed;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up__c-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.deal-pop-up__cross-link {
  color: var(--white-purple);
  transition: color .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.deal-pop-up__cross-link:hover {
  color: var(--lavand);
}

.pop-up__cross-icon {
  width: 30px;
  height: 30px;
}

.pop-up__cross-icon.is--feat {
  margin-left: 30px;
  margin-right: 30px;
}

.secret-logo {
  width: 150px;
}

.coupon-icon {
  width: 80px;
  margin-bottom: 30px;
  transform: rotate(-9deg);
}

.c-deal-brand {
  align-items: center;
  display: flex;
}

.aim-logo {
  width: 150px;
}

.deal-grid {
  grid-template-rows: auto;
  margin-top: 40px;
}

.deal-card {
  border: 1px solid var(--purple);
  background-color: var(--purple);
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.deal-card:hover {
  border-color: var(--white-purple);
}

.c-buy {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  display: flex;
  position: relative;
}

.c-try-demo {
  border: 1px solid var(--lavand);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  right: 0%;
  display: none;
}

.demo-sent-icon {
  width: 40px;
}

.check-mail-icon {
  margin-right: 10px;
}

.is--underlined {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .c-brand {
    margin-right: 10px;
    padding: 0;
  }

  .brand-name.text--yellow.is--mob, .brand-name.text--lavand.is--mob {
    display: block;
  }

  .c-nav {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }

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

  .lavand-btn:hover {
    color: var(--white-purple);
  }

  .free-express-nav:hover {
    background: rgba(242, 183, 31, .32);
    color: var(--white-purple);
    box-shadow: none;
  }

  .static-nav {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    border-radius: 0;
    height: 70px;
  }

  .c-nav__right {
    background-color: var(--purple);
    height: auto;
    padding: 25px;
    box-shadow: 17px 97px 50px #1c122c33;
  }

  .line-break {
    display: none;
  }

  .c-nav__burger-btn {
    border: 3px solid var(--yellow);
    color: #245da4;
    border-radius: 100px;
    padding: 10px;
  }

  .c-nav__burger-btn.w--open {
    background-color: #52397b54;
  }

  .s-header {
    padding-top: 145px;
    padding-bottom: 75px;
  }

  .s-header.is--teasing {
    padding-top: 125px;
  }

  .header__h1, .header__h1.is--teasing {
    text-align: center;
  }

  .s-footer__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer__text {
    text-align: center;
  }

  .icon {
    color: var(--yellow);
  }

  .question__paragraph {
    margin-right: 0;
  }

  .s-header__c-title, .s-header__c-title.is--teasing {
    align-items: center;
  }

  .s-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid.img--is-right {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid__h2, .grid__h2.text--purple {
    text-align: center;
  }

  .grid__keyvisual {
    width: 300px;
    height: 300px;
  }

  .grid__paragraph {
    text-align: center;
  }

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

  .big-letters {
    margin-right: 80px;
  }

  .templates-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 40px;
    margin-bottom: 0;
    display: none;
  }

  .grid-calculs, .grid-calculs.text--purple {
    grid-template-columns: 1fr;
  }

  .c-switch {
    justify-content: center;
    align-items: center;
  }

  .header__h2 {
    text-align: center;
    font-size: 16px;
  }

  .header__h2.is--teasing {
    text-align: center;
  }

  .footer-grid__container {
    justify-content: center;
  }

  .footer-grid__container.is--teasing.margin--top.margin--bottom {
    margin-bottom: 10px;
  }

  ._3xtemplates-mob-img {
    object-fit: contain;
    width: 400px;
    height: 330px;
    margin-bottom: 40px;
    display: block;
  }

  .header-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .header__h3 {
    text-align: center;
    max-width: 100%;
  }

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

  .btn-header--left-margin {
    margin-left: 0;
  }

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

  .c-value {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .c-value__text {
    text-align: center;
    text-shadow: 0 0 40px #231836;
    max-width: 30ch;
  }

  .grid__c-keyvisual {
    overflow: hidden;
  }

  .c-early-bird.is--teasing {
    display: flex;
  }

  .early-bird__text.is--teasing {
    font-size: 15px;
  }

  .c-punch {
    position: relative;
  }

  .c-logos__fade-shadow {
    width: 100px;
  }

  .c-order__c-pdf-img, .purple--gradient {
    display: none;
  }

  .iso-wrapper {
    margin-right: -130%;
  }

  .c-brand-name.is--desk {
    display: none;
  }

  .grid-pdf__img {
    width: 120px;
  }

  .header-preview__c-play {
    width: 100px;
    height: 100px;
  }

  .play__icon {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }

  .header-preview__overlay {
    width: 70px;
  }

  .nav-right__wrapper {
    flex-direction: column;
    display: flex;
  }

  .s-100vh {
    padding-top: 100px;
  }

  .yellow_gear {
    width: 90px;
    height: 90px;
  }

  .demo-form__success-text {
    line-height: 1;
  }

  .ph-embed {
    display: none;
  }

  .review-grid.margin--top {
    grid-template-columns: 1fr 1fr;
  }

  .c-review {
    max-width: 50ch;
  }

  .pop-up__cross-icon {
    width: 20px;
    height: 20px;
  }

  .pop-up__cross-icon.is--feat {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .deal-card {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .deal-card:hover {
    border-color: var(--white-purple);
  }

  .c-try-demo {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .static-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .s-header {
    padding-top: 115px;
    padding-bottom: 45px;
  }

  .s-header.is--neg-100vh {
    margin-bottom: 0;
  }

  .header__h1 {
    min-width: auto;
    font-size: 52px;
  }

  .h2 {
    font-size: 40px;
  }

  .s-footer__grid {
    grid-template-columns: 1fr;
  }

  .s-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .grid__h2 {
    font-size: 30px;
  }

  .grid__keyvisual {
    width: 200px;
    height: 200px;
  }

  .big-letters {
    height: 120px;
    margin-right: 60px;
  }

  .wheel-img {
    width: 50px;
    height: 50px;
  }

  .footer-grid__container.is--right {
    grid-template-columns: 1fr;
  }

  ._3xtemplates-mob-img {
    width: 300px;
    height: 280px;
  }

  .c-buttons {
    flex-direction: column;
  }

  .c-logos__fade-shadow {
    width: 50px;
  }

  .iso-wrapper {
    margin-right: -200%;
  }

  .c-header-preview {
    min-height: 100%;
    padding-top: 45px;
  }

  .sticky-header-preview {
    min-height: auto;
    overflow: visible;
  }

  .header-preview__c-grid-pdf {
    display: none;
  }

  .grid-pdf__img {
    width: 100px;
  }

  .header-preview__c-play {
    width: 80px;
    height: 80px;
  }

  .play__icon {
    width: 25px;
    height: 25px;
  }

  .header-preview__mockup-lottie {
    display: none;
  }

  .header-preview__img {
    object-fit: contain;
    width: 400px;
    height: 220px;
    display: block;
  }

  .header-preview__overlay {
    width: 50px;
    display: none;
  }

  .belt__overlay {
    display: none;
  }

  .header__form-field {
    margin-bottom: 20px;
  }

  .header-form__container {
    flex-wrap: wrap;
  }

  .c-bases_grid {
    grid-template-columns: 1fr;
  }

  .demo_grid.margin--top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .c-home_demo {
    border-radius: 12px;
    flex-direction: column;
  }

  .demo_h3 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .yellow_gear {
    width: 70px;
    height: 70px;
  }

  .c-demo-form, .demo-form {
    flex-direction: column;
    width: 100%;
  }

  .demo-form__field {
    text-align: center;
    width: 100%;
    min-width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .demo-form__c-error {
    margin-top: 10px;
  }

  .review-grid.margin--top {
    grid-template-columns: 1fr;
  }

  .c-review {
    max-width: 25ch;
  }

  .secret-logo {
    padding: 13px;
  }

  .coupon-icon, .c-deal-brand {
    display: none;
  }

  .deal-grid {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .header__h1 {
    letter-spacing: -1px;
    text-shadow: 1px 1px 20px #2e1a4e99;
    font-size: 35px;
  }

  .h2 {
    font-size: 30px;
  }

  .c-footer {
    padding-top: 40px;
  }

  .grid__keyvisual.right--rotation, .grid__keyvisual.left--rotation {
    transform: none;
  }

  .big-letters {
    height: 80px;
    margin-right: 40px;
  }

  .c-calculs {
    min-height: auto;
    padding: 17px;
  }

  .c-calculs__text {
    font-size: 11px;
  }

  .div-block-34 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-wheel {
    border-width: 3px;
    min-width: 700px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .wheel-img {
    width: 30px;
    height: 30px;
  }

  .header__h2 {
    font-size: 14px;
  }

  ._3xtemplates-mob-img {
    width: 200px;
  }

  .c-belt {
    height: 50px;
  }

  .header__punchcard-grid {
    display: none;
  }

  .header__punchcard-grid.margin--top {
    grid-template-columns: 1fr;
  }

  .c-button__grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .value-icon {
    width: 30px;
  }

  .values__h2 {
    font-size: 25px;
  }

  .utility-page-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .c-logos__fade-shadow {
    width: 20px;
  }

  .iso-wrapper {
    margin-right: -300%;
  }

  .grid-pdf__img {
    width: 80px;
  }

  .header-preview__img {
    width: 250px;
    height: 150px;
  }

  .header-preview__overlay {
    width: 30px;
  }

  .c-terms {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-secure {
    flex-direction: column;
  }

  .h3 {
    font-size: 18px;
  }

  .c-deal-brand {
    flex-direction: column;
  }

  .deal-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

#w-node-b68667fa-103a-1382-a067-956a74eef5c2-eb05fec4 {
  align-self: center;
}

#w-node-_0178a280-1d62-b348-efd4-457f6bbb97f0-6bbb97ed, #w-node-d49060bc-80cf-9296-e269-8fe2cbb0aaf0-cbb0aaed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ac6efee-83a1-2b38-f5fb-4970246e43e2-736deac2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b68667fa-103a-1382-a067-956a74eef550-eb05fec4, #w-node-b68667fa-103a-1382-a067-956a74eef58c-eb05fec4, #w-node-b68667fa-103a-1382-a067-956a74eef5ef-eb05fec4 {
    order: -9999;
  }

  #w-node-_45d03368-cd71-1e67-9dfd-f8ed93fb2244-12bc0ea2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0178a280-1d62-b348-efd4-457f6bbb97f0-6bbb97ed, #w-node-_45d03368-cd71-1e67-9dfd-f8ed93fb2244-12bc0ea2, #w-node-d49060bc-80cf-9296-e269-8fe2cbb0aaf0-cbb0aaed, #w-node-_5ac6efee-83a1-2b38-f5fb-4970246e43e2-736deac2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Pricing Section Two-Column Card Layout */
.c-order__c-included {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.demo_c-included {
  background: rgba(165, 140, 206, 0.1);
  border: 2px solid var(--lavand);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.demo_c-included:last-child {
  background: rgba(242, 183, 31, 0.12);
  border: 3px solid var(--yellow);
  box-shadow: 0 8px 30px rgba(242, 183, 31, 0.25);
}

.demo_c-included:last-child::before {
  content: "POPULAR";
  position: absolute;
  top: -14px;
  right: 24px;
  background: var(--yellow);
  color: var(--purple);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.demo_c-h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(165, 140, 206, 0.3);
}

.demo_c-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.feature_icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.feature_text {
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
}

/* Price Display Styling */
.c-price {
  text-align: center;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.c-price .old-price-text {
  font-size: 14px;
  margin-bottom: 12px;
  opacity: 0.9;
}

.c-price .new-price {
  font-size: 48px;
  font-weight: 900;
  margin: 12px 0;
}

.c-price .price__tax {
  font-size: 13px;
  margin-top: 8px;
  opacity: 0.85;
}

/* Button Styling for Plan Cards */
.demo_c-included .btn-container {
  margin-top: auto;
  padding-top: 24px;
}

.demo_c-included .btn {
  width: 100%;
}

.demo_c-included .button_up {
  width: 100%;
  justify-content: center;
  padding: 14px 24px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.demo_c-included .button_up:hover {
  transform: translateY(-2px);
}

.demo_c-included:last-child .button_up {
  background-color: var(--yellow) !important;
  border-color: var(--purple) !important;
  color: var(--purple) !important;
}

.demo_c-included:last-child .button_down {
  background-color: var(--purple) !important;
}

/* Responsive Layout */
@media screen and (max-width: 991px) {
  .c-order__c-included {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .demo_c-included:last-child::before {
    top: -12px;
    right: 16px;
    padding: 4px 14px;
    font-size: 10px;
  }

  .c-price .new-price {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .demo_c-included {
    padding: 20px;
  }

  .c-price .new-price {
    font-size: 36px;
  }

  .feature_text {
    font-size: 14px;
  }
}
