:root {
  --_primary---primaary-text: #121417;
  --divider: #656ea2;
  --secondary-text: #717a84;
  --primary: #fed269;
  --card-bcd: #222a5c;
}

body {
  color: var(--_primary---primaary-text);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--_primary---primaary-text);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

p {
  letter-spacing: -.03em;
  margin-bottom: 0;
}

strong {
  color: var(--_primary---primaary-text);
  font-weight: 700;
}

.wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 20px 0;
}

.wrap.p-0 {
  padding-top: 0;
}

.wrap._1140 {
  max-width: 1140px;
}

.wrap._1140.pb-120 {
  padding-bottom: 120px;
}

.wrap._1140.p-200 {
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.wrap._1140.pt-100 {
  padding-top: 100px;
}

.wrap._1140.p-0 {
  padding-top: 0;
}

.wrap._1140.p-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.wrap._1140.footer-wrap {
  padding-top: 96px;
  padding-bottom: 40px;
}

.wrap._1140.hero-small {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 40px;
  display: flex;
}

.wrap._1140.hero-small.large {
  z-index: 1;
  padding-bottom: 140px;
  position: relative;
}

.wrap._1140.hero-small.middle {
  justify-content: center;
  align-items: center;
}

.wrap._760 {
  max-width: 760px;
}

.wrap._760.p-t-100 {
  padding-top: 100px;
}

._2-col-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._2-col-grid.middle-grid {
  place-items: center stretch;
}

._2-col-grid.flex-cols {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-col-grid.flex-cols.g-100 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.divider {
  background-color: var(--divider);
  height: 1px;
}

.divider.white {
  background-color: #fff;
}

.divider.hide-desktop {
  display: none;
}

.divider.lg {
  background-color: #d6d7da;
}

._3-col-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._3-col-grid.gap-110 {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
}

._3-col-grid.m-w-700 {
  max-width: 700px;
}

.button-primary {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary);
  color: #000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 6.6px 7px 6.6px 15px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  background-color: #dfb144;
}

.button-primary.form-btn {
  justify-content: space-between;
  width: 246px;
  margin-top: 16px;
}

.button-icon {
  background-image: url("https://cdn.prod.website-files.com/6852c94c561f426672c43528/68664b5d0a743104b500a7d7_Group%201000008973.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 80px;
  max-width: 80px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-18 {
  color: var(--secondary-text);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.medium {
  font-weight: 500;
}

._1140 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  margin-top: 100px;
}

.footer-left-col {
  width: 100%;
  max-width: 380px;
}

.footer-title {
  color: #121417;
  font-size: 16px;
  font-weight: 700;
}

.footer-link {
  color: #121417;
  border-bottom: 1px solid #0000;
  font-size: 16px;
  line-height: 121%;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  border-bottom-color: var(--card-bcd);
}

.footer-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.m-t-96 {
  margin-top: 96px;
}

.paragraph-14 {
  color: #717a84;
  line-height: 20px;
}

.footer-social-media {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-section {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.hero-section-wrap {
  background-color: #131b4d;
  background-image: url("https://cdn.prod.website-files.com/6852c94c561f426672c43528/685d5cf9b3560bd2adf2033c_Subtract.webp");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

.hero-section-wrap.home {
  background-color: #000948;
  background-image: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.hero-section-wrap.check-rep-hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

._72-h1 {
  color: #fff;
  max-width: 750px;
  font-size: 72px;
  line-height: 106%;
}

._72-h1.check-rep-h1 {
  max-width: 850px;
}

._72-h1.medium {
  letter-spacing: -.04em;
}

.m-t-100 {
  margin-top: 100px;
}

.nav-wrap {
  z-index: 100;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0;
}

.nav {
  background-color: #0000;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.nav-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 28px 20px;
  display: flex;
}

.gold-button {
  color: var(--card-bcd);
  letter-spacing: -.05em;
  background-color: #fed269;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 121%;
}

.gold-button.desktop-noone {
  display: none;
}

.gold-button.sm-none {
  font-size: 16px;
  transition: all .2s;
}

.gold-button.sm-none:hover {
  background-color: #dfb144;
}

.nav-menu-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: -.05em;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

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

.m-w-700 {
  width: 100%;
  max-width: 700px;
}

.dark-logo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-brand {
  position: relative;
}

.footer-social-link {
  cursor: pointer;
  transition: all .2s;
}

.footer-social-link:hover {
  opacity: .8;
}

.desktop-hide {
  display: none;
}

.image-5 {
  max-width: 30px;
  margin-left: 15px;
  transition: all .2s;
}

.terms-block h2 {
  margin-bottom: 38px;
}

.terms-block h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

.terms-block p {
  color: #717a84;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.terms-block li {
  color: #717a84;
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.hide-desktop-nav {
  display: none;
}

.m-b-24 {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 14px;
  }

  .wrap._1140.pb-120.sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrap._1140.p-200 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .wrap._1140.p-130.sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wrap._1140.hero-small.large {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 110px 16px 40px;
  }

  .wrap._1140.sm-t-30 {
    padding-top: 30px;
  }

  .wrap.p-0.sm-np {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid.flex-cols {
    flex-flow: row;
  }

  ._2-col-grid.flex-cols.g-100 {
    justify-content: space-between;
    align-items: flex-start;
  }

  ._2-col-grid.flex-cols.g-100.sm-down {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  ._2-col-grid.flex-cols.sm-down {
    flex-flow: column;
  }

  ._2-col-grid.middle-grid.contack-form {
    grid-template-columns: 1fr;
  }

  .scroll-down-btn {
    width: 32px;
    height: 32px;
  }

  .divider.hide-desktop {
    display: block;
  }

  .m-tb-50-70.sm-20-30 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .heading {
    font-size: 32px;
  }

  .m-b-80.sm-10 {
    margin-bottom: 0;
  }

  ._3-col-grid {
    grid-template-columns: 1fr;
  }

  ._3-col-grid.gap-110.sm-16-g {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .wwa-card {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    font-size: 14px;
  }

  .wwa-img {
    margin-bottom: 26px;
  }

  .paragraph-24 {
    font-size: 18px;
  }

  .paragraph-24.white {
    font-size: 14px;
  }

  .paragraph-24._0-2ls.lg-23.sm-18 {
    font-size: 18px;
  }

  .m-tb-70-130.sm-30-60 {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .icon-list-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .icon-list-item-icon {
    width: 32px;
    height: 32px;
  }

  .image-cta {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    height: 300px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .image-cta.black-cta {
    border-radius: 8px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary {
    justify-content: space-between;
    transition: all .2s;
  }

  .button-primary:hover {
    background-color: #d2a737;
  }

  .flex-left.m-w-420.sm-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 50%;
  }

  .button-icon {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .paragraph-32 {
    font-size: 18px;
  }

  .paragraph-32.white {
    font-size: 14px;
  }

  .paragraph-32.sm-150-lh {
    line-height: 150%;
  }

  .review-rating {
    display: none;
  }

  .review-rating.fullw {
    object-fit: contain;
    object-fit: contain;
    height: 100%;
    max-height: 30px;
    display: block;
  }

  .reviw-author-img {
    display: none;
  }

  .author {
    white-space: nowrap;
    font-size: 30px;
  }

  .author-card.swiper-slide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .m-tb-42.hide-sm {
    display: none;
  }

  .h2-big {
    font-size: 32px;
  }

  .white-card, .white-card.flex-down.sm-fw, .white-card.flex-down.sm-fw, .white-card.flex-down.sm-fw {
    max-width: 100%;
  }

  .icon-58 {
    width: 30px;
  }

  .paragraph-18 {
    font-size: 12px;
  }

  .paragraph-18.white, .paragraph-18.sm-14, .paragraph-18.white, .paragraph-18.sm-14 {
    font-size: 14px;
  }

  .image {
    display: none;
  }

  .huge-cta-h2 {
    font-size: 32px;
  }

  .m-t-120.sm-60 {
    margin-top: 60px;
  }

  .black-counter-card {
    background-color: #121417;
    padding: 23px 24px;
  }

  .counter-desc {
    font-size: 14px;
  }

  .m-tb-78-40.sm-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .m-b-40.sm-16 {
    margin-bottom: 16px;
  }

  .image-gradient {
    background-image: linear-gradient(#0000 43%, #131b4d);
  }

  .white._85 {
    font-size: 32px;
  }

  .white.lg-sm-70.sm-32, .white._85 {
    font-size: 32px;
  }

  .white.lg-sm-70 {
    font-size: 70px;
  }

  .white.lg-sm-70.sm-32 {
    font-size: 32px;
  }

  .blue-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .icon-48 {
    width: 24px;
  }

  .m-tb-75-70.sm-40-30 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .articles-section-wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

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

  .control-wrap.sm-only-flex {
    display: flex;
  }

  .control-wrap.testimonials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .m-tb-140-108.sm-55-40 {
    margin-top: 44px;
    margin-bottom: 40px;
  }

  .faq-divider {
    margin-top: 10px;
  }

  .faq {
    margin-bottom: 0;
  }

  .faq-title-wrap {
    padding-top: 0;
  }

  .faq-title {
    font-size: 16px;
  }

  .p-b-105.sm-40 {
    padding-bottom: 40px;
  }

  .m-tb-67-43.sm-36-10 {
    padding-top: 36px;
    padding-bottom: 10px;
  }

  .contact-wrap {
    border-radius: 0;
    padding-top: 35px;
  }

  .contact-h2 {
    font-size: 32px;
  }

  .contact-link.sm-none {
    display: none;
  }

  .contact-link.sm-middle {
    display: flex;
  }

  .form-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .field {
    transition: all .2s;
  }

  .trusted-by-img-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer {
    margin-top: 0;
  }

  .footer-title {
    margin-top: 32px;
  }

  .paragraph-16.tc {
    text-align: center;
    text-align: center;
  }

  .hero-section {
    padding: 0;
  }

  .hero-section-wrap {
    border-radius: 0;
  }

  .hero-section-wrap.home {
    background-color: #000948;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 0;
  }

  .hero-section-wrap.check-rep-hero {
    height: auto;
    min-height: 100vh;
  }

  ._72-h1, ._72-h1.medium, ._72-h1.medium {
    font-size: 32px;
  }

  .m-w-500.m-tb-45 {
    margin-top: 16px;
    margin-bottom: 36px;
  }

  .nav-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .gold-button.sm-none {
    display: none;
  }

  .gold-button.desktop-noone {
    margin-top: 30px;
    display: block;
  }

  .nav-menu {
    background-color: #000948;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: -2px;
    padding-bottom: 20px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .nav-link {
    border-bottom: 1px solid #656ea2;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 100%;
  }

  .sm-only {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .sm-only.static {
    width: 300px;
    position: static;
  }

  .social-link {
    width: 24px;
  }

  .image-2 {
    height: auto;
    max-height: 54px;
  }

  .counter-card {
    padding-left: 23px;
    padding-right: 23px;
  }

  .swiper-slide {
    width: 100%;
  }

  .author-card-wrap {
    width: 100%;
    height: 300px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .author-card-content {
    height: 400px;
  }

  .hero-large-img {
    display: none;
  }

  .image-4 {
    right: -100px;
  }

  .image-4.small-plus {
    max-height: 30%;
    right: 20%;
  }

  .desktop-hide {
    margin-top: 30px;
    display: block;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
    padding: 5px;
  }

  .lottie-animation {
    filter: invert();
    width: 32px;
  }

  .terms-block h3, .terms-block p, .terms-block li {
    font-size: 14px;
  }

  .terms-block h2 {
    font-size: 32px;
  }

  .terms-block h3, .terms-block p, .terms-block li {
    font-size: 14px;
  }

  .smaller-h3-wju.sm-32 {
    font-size: 32px;
  }

  .hide-desktop-nav {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .responsivnes-not-found-text, .not-found-paragraph {
    text-align: center;
  }

  .display-flex.display-2-col {
    flex-flow: column;
  }

  .display-flex.display-2-col.not-active {
    display: none;
  }

  .flex-col.align-left {
    justify-content: center;
    align-items: center;
  }

  .flex-col.vertival-align.p-l-r-100.p-t-b-25 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .avatar-name.tc {
    text-align: center;
    text-align: center;
  }

  .sm-mt-20 {
    margin-top: 20px;
  }

  .mobile-rating {
    max-height: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .wrap._1140.p-200 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .wrap._1140.hero-small {
    justify-content: flex-end;
    align-items: flex-start;
  }

  ._2-col-grid, ._2-col-grid.mobile-2-col {
    grid-template-columns: 1fr;
  }

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

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

  .divider.sm-dark {
    background-color: #121417;
  }

  .divider.sm-hide {
    display: none;
  }

  .wwa-card, .paragraph-24.white.sm-16, .paragraph-24.white.sm-16, .paragraph-24.white.sm-16 {
    font-size: 16px;
  }

  .image-cta {
    background-position: 0%;
  }

  .white-cta-logo {
    max-width: 150px;
  }

  .button-primary.form-btn {
    width: 100%;
  }

  .m-b-60.sm-0 {
    margin-bottom: 0;
  }

  .review-rating.fullw {
    max-height: 16px;
  }

  .author {
    font-size: 30px;
  }

  .author-card.swiper-slide {
    flex-flow: column;
    display: block;
  }

  .h2-big {
    font-size: 62px;
  }

  .paragraph-18.white.sm-16 {
    font-size: 16px;
  }

  .paragraph-18.smm-14 {
    font-size: 14px;
  }

  .image {
    display: none;
  }

  .counter-desc {
    font-size: 16px;
  }

  .m-b-40.sm-20 {
    margin-bottom: 20px;
  }

  .blue-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-divider {
    margin-bottom: 0;
  }

  .faq {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .trusted-by-img-wrap {
    flex-flow: row;
    display: flex;
  }

  .sm-only {
    max-width: 50vw;
  }

  .image-2 {
    width: auto;
    overflow: hidden;
  }

  .image-4 {
    right: -109px;
  }

  .image-4.small-plus {
    top: -5%;
    right: 10%;
  }

  .terms-block h2 {
    margin-top: 30px;
  }

  .id-placeolder {
    text-align: center;
    white-space: nowrap;
  }
}

@media screen and (max-width: 479px) {
  ._2-col-grid.mobile-2-col {
    grid-template-columns: 1fr;
  }

  .divider.hide-desktop {
    background-color: #656ea2;
  }

  .image-cta {
    background-position: 50%;
  }

  .flex-left.m-w-420.sm-50 {
    max-width: 50%;
  }

  .paragraph-32.white._0ls._120lh {
    font-size: 14px;
  }

  .paragraph-32.white._120lh {
    font-size: 16px;
  }

  .paragraph-18 {
    font-size: 14px;
  }

  .image {
    display: none;
  }

  .control-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-divider {
    margin-bottom: 10px;
  }

  .center-all.stretch {
    justify-content: center;
    align-items: stretch;
  }

  .contact-link.sm-middle, .form-wrap {
    overflow: hidden;
  }

  .hero-section-wrap {
    background-position: 170px;
  }

  .sm-only {
    object-fit: contain;
    top: 0;
  }

  .author-card-wrap {
    height: 200px;
  }

  .image-4 {
    top: 50px;
    right: -130px;
  }

  .image-4.small-plus {
    top: -7%;
  }

  .sm-mobile-text {
    font-size: 18px;
  }

  .max-w-400 {
    max-width: 100%;
  }

  .max-w-400.p-l-r-10 {
    padding: 10px;
  }

  .text-block {
    white-space: nowrap;
    word-break: keep-all;
  }
}

#w-node-_09fb66d4-0c64-6a75-f254-54c64f1b4bf0-4f1b4bcb {
  place-self: center start;
}

#w-node-_09fb66d4-0c64-6a75-f254-54c64f1b4bf2-4f1b4bcb {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_09fb66d4-0c64-6a75-f254-54c64f1b4bf2-4f1b4bcb {
    justify-self: start;
  }
}
