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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.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.middle {
  justify-content: center;
  align-items: center;
}

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

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

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

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

.scroll-down-btn {
  cursor: pointer;
  width: 88px;
  height: 88px;
  transition: all .2s;
}

.scroll-down-btn:hover {
  transform: rotate(45deg);
}

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

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

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

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

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

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

._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.m-w-700 {
  max-width: 700px;
}

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

.wwa-card {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  color: var(--secondary-text);
  flex-flow: column;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.wwa-card.swiper-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.wwa-img {
  border-radius: 16px;
  margin-bottom: 32px;
}

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

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

.paragraph-24._0-2ls {
  letter-spacing: -.02em;
}

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

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

.icon-list-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 13px;
  display: flex;
}

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

.image-cta {
  background-image: url("https://cdn.prod.website-files.com/6852c94c561f426672c43528/685315525ad4554009ccdea3_image.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 600px;
  padding: 70px 46px 59px;
  display: flex;
}

.image-cta.black-cta {
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 500px;
  position: relative;
  overflow: hidden;
}

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

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

.flex-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-left.m-w-420 {
  max-width: 420px;
}

.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-32 {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-32.white {
  color: #fff;
  letter-spacing: -.05em;
  line-height: 140%;
}

.paragraph-32.white._0ls {
  letter-spacing: 0;
}

.paragraph-32.white._120lh {
  line-height: 120%;
}

._2-col-span.pb-30 {
  padding-bottom: 30px;
}

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

.reviw-author-img {
  width: 100%;
}

.author {
  letter-spacing: -.03em;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.author-location {
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
}

.m-tb-8-20 {
  margin-top: 8px;
  margin-bottom: 20px;
}

.background-section {
  background-color: #131b4d;
  background-image: none;
  background-size: auto;
  position: relative;
}

.m-tb-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

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

.h2-big {
  color: #fff;
  font-size: 72px;
}

.priimary-text {
  color: var(--primary);
}

.priimary-text.sc {
  color: #d6a96c;
}

.white-card {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  padding: 38px 33px 43px 30px;
  display: flex;
}

.white-card.flex-down {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 468px;
}

.relative-background {
  z-index: 0;
  mix-blend-mode: hard-light;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.blue-section-icon-list-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-58 {
  width: 58px;
}

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

.m-tb-24-72 {
  width: 100%;
  margin-top: 27px;
  margin-bottom: 32px;
}

.image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.huge-cta-h2 {
  color: #fff;
  max-width: 490px;
  font-size: 72px;
  font-weight: 600;
  line-height: 108%;
}

.gold-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f6f7fb, #fed269 51%, #d6a96c);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

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

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

.black-counter-card {
  background-color: #121417;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 45px 30px;
  display: flex;
}

.counter-text-wrap {
  color: #fff;
  letter-spacing: -.03em;
  width: 260px;
}

.counter-text-wrap.dark {
  color: var(--_primary---primaary-text);
}

.counter-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.counter-desc {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 18px;
}

.counter-desc.dark {
  color: var(--_primary---primaary-text);
}

.white-bold {
  color: #fff;
}

.m-tb-78-40 {
  width: 100%;
  margin-top: 78px;
  margin-bottom: 40px;
}

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

.m-tb-70-100 {
  margin-top: 70px;
  margin-bottom: 100px;
}

.full-image {
  width: 100%;
}

.relative {
  position: relative;
}

.image-gradient {
  background-image: linear-gradient(#0000, #131b4d);
  width: 100%;
  height: 350px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gradient-serction {
  background-image: linear-gradient(#131b4d, #131b4d 54%, #f2efe8 71% 79%);
}

.white {
  color: #fff;
}

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

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

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

.blue-card {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-color: var(--card-bcd);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 21px 38px;
  display: flex;
}

.icon-48 {
  width: 48px;
}

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

.articles-section-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.underline {
  text-decoration: underline;
}

._160 {
  text-align: right;
  width: 160px;
  min-width: 160px;
}

.social-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-end;
  align-items: flex-start;
}

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

.control-wrap {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

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

.article {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 370px;
  display: flex;
}

.article-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.article-img {
  border-radius: 8px;
}

.article-meta {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
}

.article-meta-text {
  color: var(--_primary---primaary-text);
  letter-spacing: -.02em;
  text-decoration: none;
}

.article-list {
  display: flex;
}

.m-tb-140-108 {
  margin-top: 140px;
  margin-bottom: 108px;
}

.faq-divider {
  background-color: #121417;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.faq {
  z-index: 0;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.faq-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-content {
  background-color: #0000;
  margin-top: 27px;
  display: block;
  position: relative;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-title-wrap {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 16px 0 0;
  display: flex;
}

.faq-icon {
  color: #23272f;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

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

.center-all {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.center-all.stretch.not-active {
  display: none;
}

.medium {
  font-weight: 500;
}

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

.darl-grau-bold {
  color: #717a84;
}

.contact-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #131b4d;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 16px 70px;
  display: block;
}

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

.contact-h2 {
  color: #fff;
  font-size: 92px;
  font-weight: 500;
}

.gold {
  color: #d6a96c;
}

.contact-link {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
  display: flex;
}

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

.form-wrap {
  background-color: #ffffff0d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.field-group {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.label {
  color: #fff;
  font-size: 15.84px;
  font-weight: 500;
}

.field:active, .field:focus, .field:focus-visible, .field[data-wf-focus-visible] {
  border-color: #d6a96c;
}

.field {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 4px;
  min-height: 47px;
  margin-bottom: 0;
}

.field:active, .field:focus, .field:focus-visible, .field[data-wf-focus-visible] {
  border-color: #d6a96c;
}

.field.textarea {
  min-height: 100px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.optional {
  color: #ffffff4d;
}

.gap-100 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

._100 {
  width: 100%;
}

.success-message {
  background-color: #0000;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.trusted-by {
  color: #fff;
  font-weight: 500;
}

.trusted-by-img-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.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.check-rep-hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

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

._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-w-500 {
  max-width: 500px;
}

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

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

.sm-only {
  display: none;
}

.image-2 {
  height: 54px;
}

.image-2.small-logo-image {
  width: 196px;
}

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

.swiper-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.code-embed {
  display: none;
}

.counter-card {
  width: 100%;
}

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

.nav-brand {
  position: relative;
}

.hero-large-img {
  z-index: 0;
  aspect-ratio: 1;
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0% -10% auto auto;
}

.cta-content-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-4 {
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

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

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

.coontent-faq p {
  font-size: 18px;
  line-height: 150%;
}

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

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

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

.mobile-rating {
  display: none;
}

@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-_8d579427-11e4-8aee-d88e-7fd4fbc7a504-72c4354e {
  align-self: center;
}

#w-node-_7edbbf62-22f0-76a4-b15e-fe22698762f6-72c4354e {
  place-self: center end;
}

#w-node-_9338b18c-a4ab-7f50-a6e1-b48e1f55474e-72c4354e {
  align-self: center;
}

#w-node-_9338b18c-a4ab-7f50-a6e1-b48e1f554751-72c4354e {
  place-self: center end;
}

#w-node-fb483a7f-388e-5c21-ce18-696d1d18dd44-72c4354e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-d8a1772a-9d96-ce61-76c3-45e1ec45d6f0-72c4354e {
  align-self: end;
}

#w-node-be3b77ae-32b2-3bfd-c9ae-224465979eda-72c4354e {
  place-self: start end;
}

#w-node-_00d5753b-2590-e259-985e-b84bfcb81ce1-72c4354e {
  align-self: center;
}

#w-node-_00d5753b-2590-e259-985e-b84bfcb81ce4-72c4354e {
  place-self: center end;
}

#w-node-_3db3daae-95dd-e33b-35de-78b2398bff23-72c4354e {
  align-self: center;
}

#w-node-_3db3daae-95dd-e33b-35de-78b2398bff26-72c4354e {
  place-self: center end;
}

#w-node-_8371c8bf-beda-36f7-fffc-0c6e8f6f52ef-72c4354e {
  place-self: stretch center;
}

#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-d446be02-fec4-3b49-ca21-ec88f37a9cc1-72c4354e {
    justify-self: center;
  }

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