:root {
  --bg-glass: #71707040;
  --frosting: 20px;
  --border: #ffffff4f;
  --orange: #ec5c13;
  --bg-glass-hover: #a3a3a340;
}

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

body {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.page {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.section {
  z-index: 5;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  overflow: clip;
}

.section.display {
  padding-left: 20px;
  padding-right: 20px;
}

.section.side-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  overflow: visible;
}

.section.updates-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1px 40px;
  display: flex;
  overflow: visible;
}

.section.questions {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1px 40px;
  display: flex;
  overflow: visible;
}

.section.values {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.ipad-item-fly-left {
  width: 100%;
  margin-top: -30%;
  position: relative;
}

.ipad-item-fly-left.is-1 {
  z-index: 0;
  margin-top: 0%;
}

.ipad-item-fly-right {
  width: 100%;
  margin-top: -30%;
  position: relative;
}

.hamburger-menu-bar {
  background-color: #fff;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-middle {
  align-items: center;
  display: flex;
}

.header-content-wrapper {
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 110px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  max-width: 1050px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
  box-shadow: 0 0 50px 5px #00000080;
}

.container-default {
  max-width: 1316px;
  padding-left: 24px;
  padding-right: 24px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hamburger-menu-wrapper {
  padding: 0;
}

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

.header-logo-link {
  padding-left: 0;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.middle {
  padding-left: 12px;
  padding-right: 12px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-wrapper {
  background-color: #0000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-wrapper.z-index-10000 {
  z-index: 999;
}

.header-nav-link {
  color: #fff;
  padding: 0;
  font-size: 25px;
  transition: all .3s;
}

.header-nav-link.w--current {
  color: #fff;
}

.header-nav-link.w--current:hover {
  color: #ff4264;
}

.btn-primary {
  color: #0d0d0e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 96px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, background-color .3s, transform .3s, color .3s;
  display: flex;
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary.action {
  justify-content: center;
  align-items: center;
}

.header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-logo {
  height: 55px;
}

.page-wrapper {
  min-height: 100vh;
  max-height: 100vh;
}

.inner-container._748px {
  max-width: 748px;
}

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

.display-1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.222em;
}

.hero-display {
  z-index: 99;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  display: flex;
  position: relative;
}

.hero-display.side-image {
  z-index: 8;
  margin-top: 0;
}

.hero-display.hero, .hero-display.static {
  margin-top: 150px;
  display: flex;
}

.top-section-interfaces---wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 84%;
  max-width: 1052px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.glass-path {
  z-index: 1;
  pointer-events: none;
  object-fit: cover;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.bottom-shadow {
  z-index: 99;
  pointer-events: none;
  background-image: linear-gradient(#0000 68%, #000);
  width: 100%;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  -webkit-mask-image: linear-gradient(to top, #000 5%, #0000 50%);
  mask-image: linear-gradient(to top, #000 5%, #0000 50%);
}

.image-large-left---image {
  width: 100%;
  max-width: 1052px;
  margin-top: -130px;
}

.image-large-left---container {
  z-index: 9;
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  max-width: 1050px;
  margin-top: 65px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.mg-bottom-0 {
  margin-top: 0;
  margin-bottom: 5px;
}

.cta-card {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px solid var(--border);
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  border-radius: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1050px;
  height: 500px;
  margin-top: 110px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-wrapper {
  z-index: 9;
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
  outline-width: .5px;
  outline-style: solid;
  flex-flow: column;
  width: 1050px;
  max-width: 1050px;
  margin-top: 100px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 20px 20px 200px;
  display: flex;
  position: relative;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.align-top {
  align-items: start;
}

.grid-2-columns.align-top._1-col-tablet {
  z-index: 9;
  max-width: 1050px;
  margin-top: 100px;
  position: relative;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-wrapper.horizontal {
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
}

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

.footer-link-2 {
  color: #fff;
  text-decoration: none;
  transition: color .3s, opacity .2s;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.social-media-grid-top.right.center-tablet {
  padding-right: 10px;
}

.footer-list-item-2 {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-list-item-2.horizontal {
  background-color: #0000;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.footer-social {
  object-fit: contain;
}

.footer-logo-wrapper {
  margin-bottom: 24px;
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.grid-footer-3-columns {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
  width: 100%;
}

.social-icon-square-2 {
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-icon-square-2:hover {
  color: #fff;
  transform: scale(1.1);
}

.footer-bottom-2 {
  text-align: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 32px;
  display: flex;
}

.mg-bottom-2 {
  margin-bottom: 0;
}

.bold-text-3 {
  color: #fff;
  font-size: 16px;
}

.accordion-spacer {
  min-height: 16px;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-header {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 45px;
  outline-width: .5px;
  outline-style: solid;
  align-items: flex-start;
  width: 100%;
  max-width: 90vw;
  padding: 15px 30px 15px 15px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(1.02, 1.02, 1.01);
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  margin-top: 12px;
  display: flex;
}

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

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

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

.swiper-image.card-home-step {
  object-fit: scale-down;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.swiper-image.feature-comparison-check-icon {
  border-radius: 5px;
  width: 29px;
  min-width: 29px;
  min-height: 29px;
  max-height: 29px;
}

.button-primary-gradient {
  border-radius: 10000px;
  margin-top: 20px;
  display: inline-block;
}

.button-primary-gradient.mobile {
  display: none;
}

.home-steps-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  display: none;
  position: relative;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.card-home-step {
  width: 100%;
  max-width: 43%;
}

.bg-gradient-blur-wrapper {
  opacity: .5;
  filter: blur(100px);
  width: 100%;
  max-width: 44%;
  min-height: 74%;
  position: absolute;
}

.card-3 {
  background-color: var(--bg-glass);
  box-shadow: none;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  border-radius: 45px;
  overflow: hidden;
}

.card-3.home-step {
  box-shadow: none;
  outline-color: var(--border);
  outline-offset: 0px;
  outline-width: .5px;
  outline-style: solid;
  display: flex;
}

.title.h3-size {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.title.h3-size.card-home-step-number {
  color: #000;
  background-color: #fff;
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 26px;
  padding: 10px 21px;
  display: flex;
}

.title.card-home-step {
  margin-bottom: 8px;
  padding-left: 10px;
}

.title.feature-comparison-name {
  width: 100%;
  max-width: 219px;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 35px;
}

.paragraph.home-steps {
  margin-bottom: 32px;
}

.paragraph.card-home-step {
  margin-bottom: 0;
  padding-left: 15px;
}

.card-home-step-content {
  flex: 1;
  max-width: 421px;
  padding: 15px 48px 48px 15px;
}

.split-content.home-steps-left {
  z-index: 1;
  max-width: 416px;
  margin-right: 30px;
  position: sticky;
  top: 120px;
}

.split-content.home-steps-right {
  justify-content: center;
  align-items: center;
  min-width: 600px;
  max-width: 744px;
  display: flex;
  position: relative;
}

.home-steps-grid {
  z-index: 1;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.feature-comparison-wrapper {
  margin-bottom: 40px;
}

.feature-comparison-result-text {
  color: #fff;
  line-height: 1.111em;
}

.feature-comparison-header {
  border-bottom: 1px solid var(--border);
  padding-bottom: 28px;
}

.feature-comparison-plan-price {
  color: #fff;
  font-size: 42px;
  line-height: .881em;
}

.feature-comparison-plan-name {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8em;
}

.card-feature-comparison-content-top {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.card-feature-comparison-content-top.part {
  margin-top: 100px;
}

.pricingcard {
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  border-radius: 45px;
  overflow: hidden;
  box-shadow: 0 5px 14px #0000001a;
}

.pricingcard.plan-features {
  z-index: 2;
  box-shadow: none;
  outline-color: var(--border);
  outline-offset: 0px;
  outline-width: .5px;
  outline-style: solid;
  width: 100%;
  max-width: 1050px;
  padding: 45px 40px 0;
  position: relative;
}

.pricingcard.plan-features.static {
  margin-top: -150px;
  margin-bottom: 1px;
}

.feature-comparison-text {
  color: #fff;
  width: 100%;
  max-width: 219px;
  font-size: 18px;
  line-height: 1.111em;
}

.feature-comparison-text.subed {
  padding-left: 20px;
}

.feature-comparison-grid {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: 63px;
}

.feature-comparison-row-wrapper {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.feature-comparison-row-wrapper.detailed, .feature-comparison-row-wrapper.subed {
  border-bottom-style: none;
  padding-bottom: 0;
}

.feature-comparison-row-wrapper.subed.last {
  border-bottom-style: solid;
  padding-bottom: 30px;
}

.display-6 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.222em;
}

.code-embed {
  pointer-events: none;
  width: 100%;
  height: 125%;
  display: flex;
}

.cta-heading {
  text-align: center;
  width: 100%;
  font-size: 75px;
  line-height: 80px;
  position: absolute;
  inset: 0%;
}

.pop-up {
  z-index: 99999;
  opacity: 0;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.yalko-user-card {
  z-index: 999999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-offset: 0px;
  background-color: #3131318a;
  border-radius: 45px;
  outline: 1px solid #ffffff4d;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 350px;
  max-width: 400px;
  max-height: 800px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.sign-infield-label {
  color: #fff;
  text-align: center;
  margin-bottom: -10px;
  font-size: 16px;
}

.sign-in-input {
  all: unset;
  outline-offset: 0px;
  border-radius: 50px;
  outline: .5px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
  transition: all .2s;
  display: flex;
  overflow: scroll;
  box-shadow: inset 0 0 25px 5px #0000004a;
}

.sign-in-input:hover {
  box-shadow: inset 0 0 25px 10px #0000004a;
}

.button-2 {
  color: #000;
  background-color: #ffffffd6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 45px;
  transition: transform .2s;
  display: flex;
}

.button-2.cancel {
  color: #fff;
  background-color: #ff0000ab;
}

.static-header {
  z-index: 2;
  margin-top: 200px;
  margin-bottom: -10px;
  font-size: 60px;
  position: relative;
}

.static-heading {
  margin-top: 0;
  font-size: 30px;
}

.static-paragraph {
  font-size: 20px;
  line-height: 30px;
}

.static-div {
  margin-bottom: 50px;
}

.cards {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  width: 100%;
  max-width: 1050px;
  min-height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.card {
  z-index: 5;
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 45px;
  outline-width: .5px;
  outline-style: solid;
  width: 100%;
  min-height: 200px;
  padding-bottom: 30px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.info {
  width: 50%;
  padding-left: 30px;
}

.details {
  margin-bottom: 5px;
  font-size: 20px;
}

.heading {
  margin-bottom: 15px;
}

.action {
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.index-header {
  z-index: 2;
  margin-top: 150px;
  margin-bottom: 50px;
  font-size: 60px;
  position: relative;
}

.show-card {
  z-index: 5;
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 65px;
  outline-width: .5px;
  outline-style: solid;
  width: 100%;
  min-height: 700px;
  margin-bottom: 1px;
  display: flex;
  position: relative;
}

.show-info {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.order-note-input-2 {
  outline-offset: 0px;
  background-color: #0000004a;
  border-radius: 45px;
  outline: .5px solid #ffffff4d;
  width: 100%;
  min-height: 50%;
  margin-top: 25px;
  margin-bottom: 10px;
  transition: all .3s;
  box-shadow: inset 0 2px 20px 5px #0000004a;
}

.order-note-input-2:hover {
  box-shadow: inset 0 0 20px 10px #0000004a;
}

.input-field {
  border-radius: 35px;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.input-field.order-note {
  max-height: 300px;
  padding: 15px 25px 25px;
}

.order-note-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.actions {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.video-card {
  outline-color: var(--border);
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 45px;
  outline-width: .5px;
  outline-style: solid;
  width: 100%;
  max-width: 1150px;
  height: 700px;
  min-height: 600px;
  margin-top: 200px;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 700px;
}

.page-2 {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.page-2.yalko-user {
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
}

.sign-in-provider-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 45px;
  transition: transform .2s;
  display: flex;
  box-shadow: inset 0 0 25px 1px #fff;
}

.button:hover {
  box-shadow: inset 0 0 25px 1px #fff;
}

.yalko-user-card-2 {
  z-index: 999999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  outline-offset: 0px;
  background-color: #71707040;
  border-radius: 45px;
  outline: 1px solid #ffffff4d;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 350px;
  max-width: 400px;
  max-height: 800px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.sign-infield-label-2 {
  color: #fff;
  text-align: center;
  margin-bottom: -10px;
}

.sign-infield-input {
  all: unset;
  color: #f5f5f5;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.sign-in-provider {
  max-width: 125px;
}

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

.p-xs-end {
  padding-bottom: 1.6em;
}

.ipad-scroll-animation-subtitle {
  margin-bottom: .3em;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2;
}

.section-ipad-scroll-animation {
  z-index: 5;
  min-width: 100vw;
  min-height: 200vh;
  position: relative;
}

.ipad-scroll-animation-title {
  letter-spacing: -.02em;
  font-size: 6.5em;
  font-weight: 600;
  line-height: 1.1;
}

.ipad-scroll-animation-sticky {
  width: 100%;
  padding-top: 7em;
  padding-bottom: 7em;
  position: sticky;
  top: 50px;
}

.ipad-screen-wrapper {
  object-fit: cover;
  width: 93.8%;
  height: 91.5%;
  position: absolute;
  inset: 4% 0% 0% 3%;
  overflow: hidden;
}

.ipad-landscape-screen {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.ipad-mockup {
  position: relative;
}

.ipad-scroll-animation {
  width: 100%;
  padding: 10em 7%;
  overflow: hidden;
}

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

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f46678, #d66bbd 47%, #bd6cf7);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.copy-medium {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}

.ipad-animation-inner {
  perspective: 1000px;
  perspective-origin: 100%;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 55%;
}

.ipad-animation-inner.fly-center {
  perspective-origin: 0%;
  max-width: 54%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

.wow-animation {
  flex-flow: column;
  display: flex;
  position: fixed;
}

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

.wow-heading.wow-gradient {
  color: #fff;
  margin-bottom: .1em;
  padding-bottom: .2em;
}

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

.section-tablet-scroll-animation {
  z-index: 4;
  position: relative;
  overflow: hidden;
}

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

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

.text {
  justify-content: center;
  align-items: top;
  height: 25rem;
  display: flex;
}

.sticky-triggers {
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.phone-mock_wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.sticky-center {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.phone-mock_border {
  z-index: 1;
  border: 12px solid #2f2f2f;
  border-radius: 55px;
  position: absolute;
  inset: 0%;
}

.sticky-text_wrapper {
  color: #363636;
  margin-top: 8vh;
  margin-bottom: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.sticky-text_wrapper.steps {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4vh;
  margin-bottom: 4vh;
  display: grid;
}

.sticky-text_wrapper.steps.fourth {
  margin-bottom: 0;
}

.circle-number {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -16px;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
}

.phone-screen {
  position: relative;
}

.stick-text_detail {
  transform-origin: 50% 0;
  overflow: hidden;
}

.phone-screen_wrapper {
  border-radius: 1.5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.phone-screen_img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.phone-screen_img.third, .phone-screen_img.second, .phone-screen_img.fourth {
  position: absolute;
  inset: 0%;
}

.position-relative {
  position: relative;
}

.sticky-img_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100vh;
  margin-left: auto;
  display: flex;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-l {
  font-size: 1.125rem;
}

.paragraph-l.cc-sm-small.mb-0 {
  margin-bottom: 0;
}

.paragraph-l.cc-sm-small.mb-0.text-dark {
  color: #fff;
  line-height: 25px;
  display: block;
}

.sticky-wrapper {
  width: 100%;
  height: 400vh;
  position: relative;
}

.features-container {
  width: 90%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.phone-mock {
  background-color: #000;
  border-radius: 55px;
  width: 90%;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px #0000000f;
}

.sticky-trigger {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.sticky-trigger._60 {
  top: 60%;
}

.sticky-trigger._80 {
  top: 80%;
}

.sticky-trigger._20 {
  top: 20%;
}

.sticky-trigger._40 {
  top: 40%;
}

.sticky-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
}

.how-to-use-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.how-to-use-item {
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  border: 1px solid #dde5ed;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.how-to-use-top-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 30px 20px;
  display: flex;
}

.how-to-use-top-info-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.how-to-use-bottom-image-wrap {
  justify-content: center;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .cta-card {
    grid-template-columns: 1fr 1.3fr;
    padding-left: 76px;
    padding-right: 76px;
  }
}

@media screen and (min-width: 1920px) {
  .section.display {
    height: 100%;
  }

  .bottom-shadow {
    background-image: linear-gradient(#0000 13%, #000);
    height: 35rem;
  }
}

@media screen and (max-width: 991px) {
  .section.display {
    margin-bottom: 55px;
  }

  .section.display.cta {
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.updates-card {
    margin-top: 0;
  }

  .section.values {
    justify-content: flex-start;
    align-items: center;
    margin-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-middle {
    flex: 1;
    justify-content: flex-end;
    padding-right: 24px;
  }

  .header-content-wrapper {
    outline-width: 1px;
    margin-top: 24px;
  }

  .hamburger-menu-wrapper {
    margin-right: 22px;
  }

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

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-menu-wrapper {
    background-color: var(--bg-glass);
    -webkit-backdrop-filter: blur(var(--frosting));
    backdrop-filter: blur(var(--frosting));
    outline-color: var(--border);
    outline-offset: 0px;
    border-radius: 35px;
    outline-width: .5px;
    outline-style: solid;
    max-height: 90vh;
    margin-top: 24px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 24px;
    overflow: auto;
  }

  .btn-primary {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 0;
    margin-right: 24px;
  }

  .btn-primary.action {
    font-size: 15px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .page-wrapper {
    height: 100svh;
    overflow: scroll;
  }

  .display-1 {
    font-size: 64px;
  }

  .hero-display {
    margin-top: 100px;
  }

  .hero-display.hero {
    margin-top: 100px;
    display: flex;
  }

  .hero-display.static {
    margin-top: 0;
    display: flex;
  }

  .top-section-interfaces---wrapper {
    width: 90%;
    margin-top: 0;
    display: flex;
  }

  .glass-path {
    margin-top: 0;
  }

  .bottom-shadow {
    display: none;
  }

  .image-large-left---image {
    margin-top: -118px;
  }

  .cta-card {
    border-radius: 30px;
    outline-width: 1px;
    grid-template-columns: 1.5fr 1fr;
  }

  .footer-wrapper {
    border-radius: 30px;
    outline-width: 1px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .grid-2-columns.align-top._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet {
    justify-content: center;
  }

  .footer-social {
    min-height: 0;
  }

  .grid-footer-3-columns {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .footer-bottom-2 {
    padding-top: 24px;
    padding-bottom: 0;
    display: block;
  }

  .mg-bottom-2 {
    display: block;
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-item-wrapper {
    outline-width: 1px;
  }

  .button-primary-gradient.desktop {
    display: none;
  }

  .button-primary-gradient.mobile {
    width: 100%;
    display: block;
  }

  .home-steps-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .card-3.home-step {
    border-width: 1px;
    outline-width: 1px;
  }

  .title.feature-comparison-name {
    max-width: 26%;
    margin-top: 0;
    line-height: 45px;
  }

  .card-home-step-content {
    padding: 15px 40px 40px 15px;
  }

  .split-content.home-steps-left {
    text-align: center;
    max-width: 566px;
    margin-bottom: 40px;
    margin-right: 0;
    position: static;
  }

  .split-content.home-steps-right {
    min-width: auto;
  }

  .feature-comparison-plan-price {
    font-size: 42px;
  }

  .feature-comparison-plan-name {
    font-size: 16px;
    line-height: 1.6em;
  }

  .pricingcard.plan-features {
    border-radius: 30px;
    outline-width: 1px;
  }

  .pricingcard.plan-features.static {
    width: 90%;
    margin-top: -50px;
    padding-top: 20px;
  }

  .feature-comparison-text {
    max-width: 25%;
  }

  .feature-comparison-text.subed {
    padding-left: 10px;
  }

  .feature-comparison-grid {
    max-width: 70%;
    margin-right: 0;
  }

  .feature-comparison-row-wrapper {
    padding-left: 0;
  }

  .display-6 {
    font-size: 64px;
  }

  .yalko-user-card {
    margin-bottom: 20px;
    display: flex;
  }

  .static-header {
    margin-bottom: -5px;
  }

  .index-header {
    margin: 50px;
  }

  .video-card {
    height: 400px;
    min-height: 300px;
    margin-top: 1px;
  }

  .background-video {
    height: 400px;
  }

  .page-2 {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .yalko-user-card-2 {
    margin-bottom: 20px;
    display: flex;
  }

  .section-ipad-scroll-animation {
    display: none;
  }

  .ipad-screen-wrapper, .ipad-landscape-screen {
    border-radius: 7px;
  }

  .ipad-animation-inner {
    max-width: 67%;
  }

  .ipad-animation-inner.fly-center {
    max-width: 80%;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .ipad-screen {
    border-radius: 7px;
  }

  .text {
    height: 14rem;
  }

  .phone-mock_border {
    border-width: 8px;
    border-radius: 1.5em;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .phone-screen_wrapper {
    border-radius: 1.2em;
  }

  .features-container {
    display: none;
  }

  .phone-mock {
    border-radius: 1.5em;
    width: 90%;
    padding: 8px;
  }

  .how-to-use-content {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .how-to-use-item {
    outline-color: var(--border);
    outline-offset: 0px;
    border-style: none;
    border-radius: 45px;
    outline-width: 1px;
    outline-style: solid;
    justify-content: space-between;
    min-width: 90vw;
  }

  .how-to-use-top-info {
    padding-bottom: 0;
  }

  .how-to-use-top-info-title {
    font-size: 50px;
  }

  .how-to-use-bottom-image {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .hamburger-menu-bar {
    width: 32px;
    height: 2px;
  }

  .header-middle {
    padding-right: 16px;
  }

  .header-content-wrapper {
    margin-top: 12px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.action {
    width: 100%;
    font-size: 12px;
  }

  .display-1 {
    font-size: 48px;
  }

  .hero-display {
    margin-top: 125px;
  }

  .hero-display.side-image {
    z-index: 8;
    margin-bottom: -101px;
  }

  .image-large-left---image {
    width: 100%;
    max-width: none;
    margin-top: -10px;
    margin-left: 0;
  }

  .image-large-left---container {
    grid-row-gap: 56px;
    flex-direction: column-reverse;
    margin-bottom: 32px;
  }

  .cta-card {
    border-radius: 45px;
    grid-template-columns: 1fr;
  }

  .footer-wrapper {
    padding-top: 25px;
  }

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

  .grid-2-columns.align-top._1-col-tablet {
    place-items: start center;
  }

  .footer-list-item-2 {
    margin-bottom: 10px;
  }

  .accordion-item-wrapper {
    min-width: 90vw;
  }

  .swiper-image.card-home-step {
    padding-right: 0;
  }

  .button-primary-gradient.mobile {
    margin-top: 50px;
  }

  .image-wrapper.card-home-step {
    max-width: 100%;
  }

  .card-3.home-step {
    flex-direction: column-reverse;
    max-width: 400px;
    max-height: 500px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.card-home-step-number {
    margin-bottom: 20px;
    display: none;
  }

  .title.card-home-step {
    margin-top: 0;
    margin-bottom: 6px;
  }

  .title.feature-comparison-name {
    font-size: 30px;
    line-height: 32px;
  }

  .paragraph.home-steps {
    margin-bottom: 28px;
  }

  .card-home-step-content {
    text-align: center;
    max-width: 100%;
    padding: 0 35px 20px;
  }

  .home-steps-grid {
    grid-row-gap: 35px;
  }

  .feature-comparison-plan-wrapper {
    max-width: 75px;
  }

  .feature-comparison-result-text {
    font-size: 16px;
  }

  .feature-comparison-header {
    padding-bottom: 24px;
  }

  .feature-comparison-plan-price {
    font-size: 30px;
  }

  .feature-comparison-plan-name {
    margin-bottom: 10px;
    line-height: 1.3em;
  }

  .pricingcard.plan-features {
    border-radius: 45px;
    padding-top: 38px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .feature-comparison-text {
    font-size: 16px;
  }

  .feature-comparison-grid {
    grid-column-gap: 10px;
  }

  .feature-comparison-row-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .display-6 {
    font-size: 48px;
  }

  .details {
    font-size: 18px;
  }

  .heading {
    text-align: center;
    font-size: 30px;
  }

  .show-card {
    min-height: 850px;
  }

  .input-field.order-note {
    max-height: 425px;
  }

  .actions {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 250px;
  }

  .video-card {
    justify-content: space-between;
    align-items: stretch;
    height: 300px;
    display: flex;
  }

  .background-video {
    height: 300px;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .ipad-scroll-animation-title {
    font-size: 3.2em;
  }

  .ipad-scroll-animation-sticky {
    padding-top: 3em;
  }

  .ipad-screen-wrapper, .ipad-landscape-screen {
    border-radius: 6px;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .ipad-animation-inner {
    margin-left: -30%;
  }

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

  .wow-animation {
    font-size: .7em;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .text {
    justify-content: center;
    align-items: flex-start;
    height: 10rem;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: -28px;
    overflow: hidden;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .circle-number {
    font-size: 1.1rem;
  }

  .circle-number.steps1 {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .sticky-img_wrapper {
    width: 100%;
  }

  .sticky-container {
    height: auto;
  }

  .h3 {
    font-size: 1.7rem;
  }

  .paragraph-l {
    font-size: 1.1rem;
  }

  .paragraph-l.cc-sm-small {
    font-size: 1rem;
  }

  .features-container {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .phone-mock {
    box-shadow: none;
    width: 150%;
  }

  .how-to-use-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .how-to-use-item {
    min-width: 90vw;
  }

  .how-to-use-top-info-title {
    line-height: 60px;
  }

  .how-to-use-bottom-image-wrap {
    margin-top: 40px;
  }

  .how-to-use-bottom-image {
    width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .page {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .section.side-image, .section.updates-card, .section.questions {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hamburger-menu-bar {
    width: 26px;
  }

  .header-middle {
    padding-left: 16px;
    padding-right: 12px;
  }

  .header-content-wrapper {
    margin-top: 20px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger-menu-wrapper {
    margin-right: 16px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .header-nav-menu-wrapper {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-nav-link {
    text-align: center;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .page-wrapper {
    border-radius: 60px;
    min-height: 100svh;
    max-height: 100svw;
  }

  .display-1 {
    text-shadow: 1px 1px 20px #00000063;
    font-size: 40px;
  }

  .hero-display.side-image {
    z-index: 9;
    position: relative;
  }

  .top-section-interfaces---wrapper {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .glass-path {
    border-radius: 60px;
  }

  .image-large-left---image {
    width: 140%;
    margin-top: -3px;
  }

  .image-large-left---container {
    grid-row-gap: 48px;
  }

  .footer-wrapper {
    border-radius: 45px;
    padding-top: 25px;
  }

  .footer-list-wrapper.horizontal {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-list-item-2.horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .social-icon-square-2 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .footer-logo {
    max-width: 240px;
  }

  .footer-bottom-2 {
    padding-top: 24px;
  }

  .accordion-header {
    grid-column-gap: 32px;
  }

  .accordion-item-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .accordion-content-wrapper {
    margin-top: 4px;
  }

  .max-w-40px-mbp {
    max-width: 40px;
  }

  .swiper-image.feature-comparison-check-icon {
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .button-primary-gradient {
    display: block;
  }

  .button-primary-gradient.desktop {
    display: none;
  }

  .button-primary-gradient.mobile {
    display: block;
  }

  .card-3 {
    border-radius: 20px;
  }

  .card-3.home-step {
    border-radius: 45px;
  }

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

  .title.h3-size.card-home-step-number {
    margin-bottom: 15px;
  }

  .title.feature-comparison-name {
    font-size: 25px;
    line-height: 28px;
  }

  .card-home-step-content {
    padding-bottom: 33px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .feature-comparison-plan-wrapper {
    max-width: 57px;
  }

  .feature-comparison-wrapper {
    margin-bottom: 42px;
  }

  .feature-comparison-result-text {
    font-size: 14px;
  }

  .feature-comparison-header {
    padding-bottom: 20px;
  }

  .feature-comparison-plan-price {
    font-size: 18px;
  }

  .feature-comparison-plan-name {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .pricingcard {
    border-radius: 20px;
  }

  .pricingcard.plan-features {
    padding-top: 32px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricingcard.plan-features.static {
    margin-top: -25px;
  }

  .feature-comparison-text {
    font-size: 14px;
  }

  .feature-comparison-row-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .display-6 {
    text-shadow: 1px 1px 20px #00000063;
    font-size: 40px;
  }

  .code-embed {
    z-index: 1;
    position: absolute;
  }

  .yalko-user-card {
    width: 90%;
    min-width: auto;
    min-height: auto;
  }

  .sign-in-input {
    min-height: 45px;
  }

  .cards {
    min-height: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .info {
    width: 100%;
  }

  .heading {
    font-size: 25px;
  }

  .show-info {
    width: 100%;
  }

  .input-field.order-note {
    max-height: 400px;
  }

  .video-card {
    height: 250px;
    min-height: 250px;
  }

  .background-video {
    height: 250px;
  }

  .page-2 {
    border-radius: 60px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }

  .yalko-user-card-2 {
    width: 90%;
    min-width: auto;
    min-height: auto;
  }

  .sign-in-provider {
    max-width: 125px;
  }

  .ipad-screen-wrapper, .ipad-landscape-screen {
    border-radius: 4px;
  }

  .ipad-animation-inner {
    max-width: 80%;
  }

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

  .ipad-screen {
    border-radius: 4px;
  }

  .text {
    height: 10rem;
  }

  .phone-mock_border {
    border-width: 5px;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .circle-number.steps1, .circle-number.steps3, .circle-number.steps2, .circle-number.steps4 {
    display: none;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .features-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .phone-mock {
    width: 170%;
    padding: 6px;
  }

  .how-to-use-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .how-to-use-item {
    border-radius: 45px;
  }

  .how-to-use-top-info {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .how-to-use-top-info-title {
    font-size: 30px;
    line-height: 35px;
  }

  .how-to-use-bottom-image-wrap {
    margin-top: 30px;
  }

  .how-to-use-bottom-image {
    width: 250px;
  }
}

#w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-09ca0646, #w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-dab5ed0e, #w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-59550fa8, #w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-49eed93e {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-09ca0646, #w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-dab5ed0e, #w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-59550fa8, #w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-49eed93e {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-09ca0646, #w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-dab5ed0e, #w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-59550fa8, #w-node-_08c03526-4ca4-48b4-128e-16e8aed4a5d3-49eed93e {
    justify-self: center;
  }
}


