:root {
  --color: #fff;
  --color-6: #fff0;
  --color-5: #008ff5;
  --color-2: #f9fafb;
  --color-4: #ed206b;
  --color-3: #faa275;
  --color-7: #161616;
}

.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: #333;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Open Sans, sans-serif;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.75rem;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

h4 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h6 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Open Sans, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.125rem;
}

.section-nav {
  z-index: 90;
  background-color: var(--color);
  border-bottom: .0625rem solid #e5e7eb;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  background-color: var(--color-6);
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2.5rem;
  display: flex;
}

.img-logo {
  width: 100%;
  max-width: 17.125rem;
}

.img-logo.footer {
  max-width: 12.8125rem;
  margin-bottom: 1.125rem;
}

.navlink {
  font-size: 1.25rem;
  transition: all .2s;
}

.navlink:hover {
  color: var(--color-5);
  transform: translate(.1875rem);
}

.navlink.w--current {
  color: var(--color-5);
}

.navlink.cta {
  background-color: var(--color-5);
  color: var(--color);
  text-transform: uppercase;
  border-radius: .625rem;
  margin-left: 1.25rem;
  padding: .6875rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 100%;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-section {
  padding-top: 10rem;
  padding-bottom: 0.5rem;
}

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

.container.small {
  max-width: 77.5rem;
}

.title-wrapper-hero {
  text-align: center;
  margin-bottom: 2.25rem;
  padding-bottom: 2.25rem;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 800;
  line-height: 7rem;
}

.hero-h1.botm {
  margin-bottom: 1.5rem;
}

.grad-text {
  background-image: linear-gradient(90deg, var(--color-4), var(--color-3) 50%, var(--color-5));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.grid-2x {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.box-w-shadow {
  background-color: var(--color);
  border: .0625rem solid #f3f4f6;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px .375rem #0000001a, 0 .625rem .9375rem #0000001a;
}

.box-w-shadow.lowp {
  border-color: var(--color-2);
  padding: 1.5rem;
  box-shadow: 0 1px .125rem #0000000d;
}

.box-w-shadow.alt-s {
  border-color: var(--color-2);
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 1px .125rem .0625rem #0000000d;
}

.box-w-shadow.alt-2 {
  background-color: var(--color-2);
}

.box-w-shadow.enterprise {
  background-color: var(--color-7);
  color: var(--color);
}

.box-w-shadow.nopad {
  border-radius: .5rem;
  padding: 0;
}

.content-box.pricing {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.icon-wrapper {
  background-color: #008ff51a;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  min-width: 4.5rem;
  height: 4.5rem;
  min-height: 4.5rem;
  margin-bottom: .75rem;
  padding: .3125rem;
  display: flex;
}

.icon-wrapper.red {
  background-color: #ed206b1a;
}

.icon-wrapper.small {
  border-radius: .5rem;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  margin-bottom: 1.25rem;
}

.icon-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.title-small {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2.25rem;
  line-height: 100%;
}

.title-small.bottom-m {
  margin-bottom: 1rem;
}

.title-small.tiny {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.title-small.tiny.m {
  margin-bottom: .5rem;
}

.title-small.xtiny {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 105%;
}

.title-small.xtiny.nm {
  margin-bottom: 0;
}

.title-small.xtiny.nm-xs {
  margin-bottom: 0;
  font-size: 1rem;
}

.p20 {
  font-size: 1.25rem;
  line-height: 115%;
}

.wrapper-checkboxes {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.wrapper-checkboxes.large-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 0;
}

.checkbox-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-img {
  width: .875rem;
  min-width: .875rem;
  margin-right: .5rem;
}

.checkbox-img.nm {
  margin-right: 0;
}

.btn {
  background-color: var(--color-5);
  text-align: center;
  text-transform: uppercase;
  border: .0625rem solid #e5e7eb;
  border-radius: .5rem;
  padding: .875rem 2.5625rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
}

.btn:hover {
  opacity: .9;
  transform: translate(0, -.1875rem);
}

.btn.full-w {
  width: 100%;
}

.btn.red {
  background-color: var(--color-4);
}

.btn.w {
  background-color: var(--color);
  color: var(--color-5);
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  font-size: 1.5rem;
}

.btn.w.reg {
  padding-left: 2.5625rem;
  padding-right: 2.5625rem;
  font-size: 1.25rem;
}

.btn.w.topm {
  margin-top: 1.5rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.section.alt {
  background-color: var(--color-2);
}

.section.footer {
  border-top: .0625rem solid #0000000d;
}

.section.nopad-bot {
  padding-bottom: 0;
}

.wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrapper.c {
  align-items: center;
}

.wrapper.large-gap {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.content._40 {
  width: 40%;
}

.content._50 {
  width: 50%;
}

.content.center {
  text-align: center;
  width: 100%;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}

.content._45 {
  width: 45%;
}

.content._52 {
  width: 50%;
}

.content.topm {
  margin-top: 4.5rem;
}

.content._20 {
  width: 20%;
}

.content.ft {
  width: 50%;
}

.pretitle {
  color: var(--color-5);
  margin-bottom: .3125rem;
  font-size: 1.25rem;
  line-height: 100%;
}

.pretitle.orange {
  color: var(--color-3);
}

.pretitle.bottom-m {
  margin-bottom: 1rem;
}

.pretitle.red {
  color: var(--color-4);
}

.section-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 115%;
}

.section-title.botm {
  margin-bottom: 2rem;
}

.p24 {
  font-size: 1.5rem;
  line-height: 115%;
}

.ico-small {
  background-color: #008ff51a;
  border-radius: 22.5rem;
  justify-content: center;
  align-items: center;
  margin-right: .75rem;
  padding: .375rem;
  display: flex;
}

.ico-img-small {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.wrapper-img {
  aspect-ratio: 1;
  border-radius: 22.5rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-left: 7.9875rem;
  padding-right: 7.9875rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  contain: layout style;
}

.wrapper-img.sq {
  aspect-ratio: auto;
  border-radius: 1.25rem;
  padding: 1.125rem 1.1875rem;
  transform: none;
}

.img-phone-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.img-p {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 5.625rem;
  display: flex;
}

.circle-i {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle-bg {
  background-image: linear-gradient(225deg, var(--color-5), var(--color-4) 50%, var(--color-3));
  opacity: .75;
  border: .0625rem solid #e5e7eb;
  border-radius: 22.5rem;
  width: 100%;
  height: 100%;
}

.circle-bg.sq {
  background-image: linear-gradient(45deg, var(--color-5), var(--color-4) 50%, var(--color-3));
  border-radius: 1.25rem;
}

.p16 {
  font-size: 1rem;
  line-height: 115%;
}

.img-logo-center {
  opacity: .5;
  object-fit: contain;
  width: 100%;
  height: 3.5rem;
  margin-top: .75rem;
  padding: .4rem 3.125rem;
}

.img-full-w {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 1.25rem;
  width: 100%;
  height: 25rem;
  position: relative;
}

.img-full-w.w {
  background-color: var(--color);
}

.img-full-w.auto {
  object-fit: contain;
  object-position: 50% 50%;
  height: auto;
}

.img-full-w.auto.small {
  border-radius: 0;
  width: 78%;
}

.grid-3x {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-wrapper {
  text-align: center;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.icon-small {
  height: 1.875rem;
  margin-bottom: .5rem;
}

.cta-wrapper {
  background-image: linear-gradient(90deg, var(--color-3), var(--color-4) 50%, var(--color-5));
  color: var(--color);
  text-align: center;
  border-radius: .5rem;
  padding: 3.6875rem 2.25rem;
}

.cta-wrapper.r {
  background-image: linear-gradient(315deg, var(--color-3), var(--color-4) 50%, var(--color-5));
  border-radius: 0;
  padding-top: 4.3125rem;
  padding-bottom: 4.3125rem;
}

.wrapper-laptop-l {
  text-align: center;
  width: 100%;
  position: relative;
}

.img-laptop {
  width: 80%;
}

.wrapper-t-abs {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-l-laptop {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  height: 100%;
  padding-top: 6.6875rem;
  padding-bottom: .4375rem;
  display: flex;
}

.wrapper-img-laptop {
  padding-right: 5rem;
}

.wrapper-img-laptop.r {
  padding-left: 5rem;
  padding-right: 0;
}

.img-l-full {
  width: 100%;
}

.grid-4x {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.faq-wrapper {
  border: .0625rem solid var(--color-2);
  background-color: var(--color);
  text-align: left;
  cursor: pointer;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.faq-title-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 105%;
}

.icon-faq {
  width: 2rem;
  transition: all .2s;
}

.icon-faq.r {
  width: 1rem;
  margin-left: .9375rem;
}

.faq-content {
  z-index: 1;
  max-height: 0;
  margin-top: -1.75rem;
  padding-top: 1.75rem;
  padding-right: 6.25rem;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.grid-footer-col {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-label {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 100%;
}

.footer-link {
  color: var(--color-7);
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.nm {
  margin-bottom: 0;
}

.line-footer {
  background-color: var(--color-7);
  width: 100%;
  height: .0625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.wrapper-mob-nav-bot {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrapper-integrations {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  display: flex;
}

.grid-5x {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 1.5rem;
}

.img-logo-box {
  object-fit: contain;
  width: 100%;
  height: 6.25rem;
}

.plus-s {
  background-color: var(--color-5);
  color: var(--color);
  border-radius: 22.5rem;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-bottom: .75rem;
  padding-top: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.link-text-small {
  color: var(--color-5);
}

.wrapper-embed {
  height: 51.875rem;
  margin-bottom: 0;
}

.wrapper-embed.small {
  height: 34.375rem;
}

.grid-pricing {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.price-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.price-large {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.type-price {
  font-size: 1rem;
  line-height: .75rem;
}

.wrapper-p {
  flex-flow: column;
  flex: 1;
  margin-bottom: 3rem;
}

.line-pricing-m {
  border-bottom: .0625rem solid #0000001a;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.line-pricing-m.title {
  background-color: var(--color-2);
  color: var(--color-5);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.grid-pricing-m {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.item-pricing {
  text-align: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.item-pricing.left {
  text-align: left;
}

.item-pricing.border {
  border-left: .0625rem solid #0000001a;
  border-right: .0625rem solid #0000001a;
}

.img-p-s {
  width: 100%;
}

.img-p-q {
  padding-top: 10.875rem;
  position: absolute;
  inset: 0%;
}

.img-phone-screen {
  width: 100%;
  height: 100%;
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
}

.phone-screen-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phone-img-screen {
  width: 100%;
}

.hide {
  display: none;
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .img-logo {
    max-width: 14.375rem;
  }

  .navlink {
    text-align: center;
  }

  .nav-menu {
    background-color: var(--color-2);
    border-bottom: .0625rem solid #0000000d;
    justify-content: center;
    align-items: center;
    padding: 1.5625rem;
  }

  .hero-h1 {
    font-size: 3.75rem;
    line-height: 115%;
  }

  .title-small {
    margin-bottom: 1rem;
    font-size: 1.875rem;
  }

  .checkbox-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkbox-img {
    margin-top: .1875rem;
  }

  .wrapper.rev {
    flex-flow: wrap-reverse;
  }

  .content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .content._40, .content._50, .content._20 {
    width: 100%;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .p24 {
    font-size: 1.25rem;
  }

  .wrapper-img {
    transform: none;
  }

  .img-logo-center {
    padding-left: 0;
    padding-right: 0;
  }

  .content-l-laptop {
    width: 39%;
    padding-top: 1rem;
  }

  .grid-4x {
    grid-template-columns: 1fr 1fr;
  }

  .faq-title-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .icon-faq {
    margin-left: 1.25rem;
  }

  .faq-content {
    padding-right: 0;
  }

  .wrapper-mob-nav-bot {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-5x {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper-embed.small {
    height: 100svh;
  }

  .grid-pricing {
    flex-flow: column;
    display: flex;
  }

  .mb {
    border: .0625rem solid #1616161a;
    border-radius: .5rem;
    padding: .8125rem;
  }

  .mb.w--open {
    border-color: var(--color-5);
    background-color: var(--color-5);
  }
}

@media screen and (max-width: 767px) {
  .title-wrapper-hero {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero-h1 {
    font-size: 3.125rem;
  }

  .grid-2x {
    flex-flow: column;
    display: flex;
  }

  .box-w-shadow.alt-s {
    text-align: center;
  }

  .section {
    padding-top: 2.6875rem;
    padding-bottom: 2.6875rem;
  }

  .content._45, .content._52 {
    width: 100%;
  }

  .img-logo-center {
    width: auto;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .grid-3x {
    flex-flow: column;
    display: flex;
  }

  .content-l-laptop {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-img-laptop {
    padding-right: 2.5rem;
  }

  .wrapper-img-laptop.r {
    padding-left: 2.5rem;
  }

  .faq-wrapper {
    padding: 1.75rem 2rem;
  }

  .faq-title {
    font-size: 1.25rem;
  }

  .grid-5x {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .img-logo-box {
    height: auto;
  }

  .wrapper-embed.small {
    height: 110svh;
  }

  .line-pricing-m {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wrapper {
    padding-left: 0;
  }

  .img-logo {
    max-width: 11.25rem;
  }

  .navlink {
    font-size: 1.125rem;
  }

  .nav-menu {
    padding: 1.4375rem;
  }

  .hero-section {
    padding-top: 7.75rem;
  }

  .hero-section.nmbot {
    padding-bottom: 0;
  }

  .hero-h1 {
    font-size: 3.6rem;
    line-height: 105%;
  }

  .box-w-shadow {
    padding: 1.5rem;
  }

  .box-w-shadow.alt-s {
    padding: .75rem;
  }

  .box-w-shadow.alt-2 {
    padding: 1.5rem;
  }

  .icon-wrapper {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .title-small {
    font-size: 1.5rem;
  }

  .title-small.xtiny.nm {
    font-size: 1.125rem;
  }

  .btn.w {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
  }

  .wrapper.large-gap.c {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .content.topm {
    margin-top: 1.5rem;
  }

  .content.ft {
    width: 100%;
  }

  .pretitle {
    font-size: 1.125rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .wrapper-img {
    justify-content: center;
    align-items: flex-start;
    padding-top: 2.25rem;
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .img-p {
    padding-top: .625rem;
  }

  .img-logo-center {
    max-width: none;
    height: 2.3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .img-full-w.w {
    height: 13.75rem;
  }

  .img-full-w.auto.small {
    width: 90%;
  }

  .cta-wrapper {
    padding: 3rem 1.5rem;
  }

  .img-laptop {
    width: 100%;
    transform: translate(0, -.6875rem);
  }

  .wrapper-img-laptop {
    padding-right: .625rem;
  }

  .wrapper-img-laptop.r {
    padding-left: .625rem;
  }

  .grid-4x {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-footer-col {
    flex-flow: column;
    display: flex;
  }

  .footer-label {
    margin-bottom: 2.25rem;
  }

  .footer-link {
    margin-bottom: 1.5rem;
  }

  .line-footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-5x {
    grid-template-columns: 1fr 1fr;
  }

  .link-text-small {
    font-size: .75rem;
    line-height: 105%;
  }

  .wrapper-embed.small {
    height: 90svh;
  }

  .line-pricing-m {
    padding-left: 1.125rem;
  }

  .grid-pricing-m {
    grid-template-columns: 2.75fr 1fr 1fr;
  }

  .img-p-q {
    padding-top: 3.075rem;
  }
}


