:root {
  --white: #fff0;
  --orange: #e11a1a;
  --blue: #001b4c;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.navbar-logo-left {
  z-index: 999;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px #aec9ff33;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: calc(100% - 10rem);
  margin-bottom: 0;
  padding: 10px 0;
}

.container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.innovation-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 7px #e7e7e7;
}

.container.product-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.container.journey-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 7px #e7e7e7;
}

.container.banner-container {
  max-width: none;
  padding-left: 6rem;
}

.container.copyright-bottom {
  justify-content: space-between;
  display: flex;
}

.container.fraud-banner-image {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.container.transformation-row {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
}

.container.quiod-say {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 30px 40px;
}

.container.footer-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.container.my-60 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 180px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #073ea1;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown:hover {
  color: #073ea1;
}

.nav-dropdown-toggle {
  transform: scale3d(1none, 1none, 1none);
  color: #073ea1;
  letter-spacing: .25px;
  transform-style: preserve-3d;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  transition: opacity .5s ease-in-out;
}

.nav-dropdown-toggle:hover {
  color: #073ea1;
}

.nav-dropdown-toggle:focus {
  color: #333;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #000;
  margin-right: 10px;
}

.nav-dropdown-icon:hover {
  color: #073ea1;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  transform: skew(0deg);
  box-shadow: 0 2px 5px #0003;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  transition: all .1s ease-in-out;
}

.nav-dropdown-link:hover {
  color: #073ea1;
  transform: translate(5px);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  color: #2a4981;
  object-fit: contain;
}

.text-block {
  color: #000;
  font-size: 16px;
}

.text-block:hover {
  color: #073ea1;
  background-color: #fff;
}

.text-block:focus {
  color: #073ea1;
}

.body {
  font-family: Outfit, sans-serif;
  font-size: 15px;
}

.nav-dropdown-link-copy {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.nav-dropdown-link-copy:focus-visible, .nav-dropdown-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.hero-section {
  background-color: var(--white);
  padding-top: 0;
  position: static;
  top: 0;
}

.hero-row {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 85vh;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.hero-row.kyb-page {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.hero-column-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.hero-column-content.kyb-her0-left-column {
  padding-right: 100px;
}

.hero-column-content.pr-40 {
  padding-right: 40px;
}

.hero-column-image {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.hero-column-image.kyb-column-image {
  z-index: -1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 62%;
  position: absolute;
}

.hero-image {
  object-fit: none;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.hero-image.kyb-hero-image {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-2.about-b-image {
  width: 100%;
  height: 100%;
}

.brand-section {
  z-index: 2;
  background-color: var(--white);
  background-image: url('../images/Curved-Section-Divider-10-1-1-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 90vh;
  margin-bottom: 0;
  padding-top: 4rem;
  display: none;
  position: relative;
}

.brand-heading {
  color: #4c69a0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.home-hero-wrapper {
  position: relative;
}

.spacer {
  z-index: 2;
  height: 90vh;
  position: relative;
}

.spacer.kyb-spacer {
  height: auto;
  position: static;
}

.spacer.homepage-spacer {
  height: auto;
}

.heading {
  color: #001b4c;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 48px;
}

.section-heading {
  color: #001b4c;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 34px;
}

.section-heading.product-section-heading {
  color: #001b4c;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 48px;
}

.section-heading.product-section-heading.font-weight-600 {
  font-weight: 600;
  line-height: 46px;
}

.section-heading.product-section-heading.font-weight-600.package-heading {
  margin-bottom: 10px;
}

.section-heading.mb-30 {
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 46px;
}

.section-paragraph {
  color: #001b4c;
  text-align: center;
  letter-spacing: .2px;
  width: 65%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-2 {
  color: #001b4c;
  letter-spacing: .2px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-2.mb-10 {
  margin-bottom: 10px;
}

.brand-main-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.brand-column {
  cursor: pointer;
  border-radius: 10px;
  justify-content: flex-start;
  padding: 20px;
  box-shadow: 3px 3px 5px 2px #7ea5f280;
}

.brand-image {
  border-radius: 10px;
  width: 55px;
  height: 55px;
}

.image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.heading-3 {
  font-size: 22px;
}

.brand-title {
  color: #000;
  letter-spacing: .5px;
  margin-top: 20px;
  font-size: 24px;
  text-decoration: none;
}

.brand-paragraph {
  color: #333;
  letter-spacing: .1px;
  margin-bottom: 20px;
  font-size: 16px;
}

.button {
  border-radius: 10px;
  font-size: 15px;
}

.brand-button {
  cursor: pointer;
  background-color: #7ea5f2;
  border-radius: 10px;
  font-size: 16px;
  transition: all .2s ease-in-out;
}

.brand-button:hover {
  background-color: #2a4981;
}

.link-block {
  text-decoration: none;
}

.brand-column-copy {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 20px;
  box-shadow: 4px 4px 8px 2px #001b4c80;
}

.brand-content {
  width: 100%;
  height: 115px;
}

.choose-section {
  z-index: 2;
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.choose-section.background-image {
  padding-top: 3rem;
  padding-bottom: 0;
  padding-left: 0;
}

.choose-section.background-image.home-choose-section {
  padding: 0 10px 6rem;
}

.choose-section.background-image.home-choose-section.bg-blue {
  background-color: #e0ebff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.choose-section.background-image.mt-adjusted {
  padding-left: 20px;
  padding-right: 20px;
}

.quick-row {
  cursor: auto;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 0 0 60px;
  display: flex;
}

.quick-content-column {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.quick-animation {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.quick-heading {
  cursor: pointer;
}

.choose-content-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.choose-main-content {
  width: 100%;
  margin-top: 0;
}

.choose-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 10px 40px;
  transition: all .2s ease-in-out;
  display: flex;
}

.choose-row:hover {
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.choose-row.benefits-flex-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.choose-column-image {
  object-fit: contain;
  justify-content: flex-start;
  align-items: flex-start;
  width: 8%;
  display: flex;
}

.choose-column-image.transformation-check {
  justify-content: flex-start;
  align-items: flex-start;
  width: 8%;
}

.choose-column-content {
  justify-content: flex-start;
  align-items: flex-start;
  width: 93%;
  padding-left: 0;
  line-height: 20px;
}

.choose-column-content.transformation-check-content {
  width: 90%;
}

.choose-image {
  background-color: #7ea5f2;
  border-radius: 10px;
  width: 45px;
  margin-top: 0;
  padding: 8px;
}

.heading-4 {
  color: #001b4c;
  letter-spacing: .5px;
  cursor: context-menu;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
}

.heading-4.tm-benefits-heading {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

.paragraph-3 {
  color: #001b4c;
  text-align: left;
  letter-spacing: .1px;
  cursor: context-menu;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-3.margin-auto {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.paragraph-3.padding-top-0 {
  padding-top: 0;
}

.heading-5 {
  color: #000;
  cursor: context-menu;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}

.lottie-animation {
  cursor: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-section {
  -webkit-text-stroke-color: #3b55851a;
  background-color: #2a4981;
  margin-top: 0;
  line-height: 20px;
  position: relative;
}

.tag-section.white-tag-background {
  background-color: #e0ebff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tag-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.tag-heading {
  color: #001b4c;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 36px;
}

.tag-paragraph {
  color: #001b4c;
  text-align: center;
  letter-spacing: .2px;
  width: 60%;
  font-size: 16px;
  line-height: 28px;
}

.cta-section {
  background-color: var(--white);
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.cta-animation {
  justify-content: flex-start;
}

.cta-content-column {
  justify-content: flex-start;
  align-items: flex-start;
}

.cta-heading {
  color: #001b4c;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 48px;
}

.cta-description {
  color: #001b4c;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
}

.cta-description.mb-20 {
  margin-bottom: 20px;
}

.cta-button {
  color: #e11a1a;
  text-align: center;
  -webkit-text-stroke-color: #7ea5f2;
  cursor: pointer;
  background-color: #073ea100;
  border: 1px solid #e11a1a;
  border-radius: 35px;
  width: 150px;
  padding: 10px 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s ease-in-out;
}

.cta-button:hover {
  color: #fff;
  background-color: #e11a1a;
  border: 1px solid #e11a1a;
}

.cta-button.elevate-button {
  margin-top: 20px;
}

.cta-button.nav-btn {
  color: #073ea1;
  border-color: #073ea1;
  width: 180px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
}

.cta-button.nav-btn:hover {
  color: #fff;
  background-color: #073ea1;
  border-color: #073ea1;
}

.cta-button.about-cta-btn {
  margin-top: 20px;
  margin-bottom: 0;
}

.cta-button.about-cta-btn.cta-button-transparent-on-hover {
  background-color: var(--orange);
  color: #fff;
}

.cta-button.about-cta-btn.cta-button-transparent-on-hover:hover {
  background-color: var(--white);
  color: var(--orange);
}

.cta-button.mt-20 {
  margin-top: 20px;
}

.cta-button.cta-button-hover-transparent {
  background-color: var(--orange);
  color: #fff;
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.cta-button.cta-button-hover-transparent:hover {
  background-color: var(--white);
  color: var(--orange);
}

.cta-button.cta-button-hover-transparent.buy-now-button {
  background-color: var(--white);
  color: var(--orange);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.cta-button.cta-button-hover-transparent.buy-now-button:hover {
  background-color: var(--orange);
  color: #fff;
}

.cta-button.cta-button-hover-transparent.contact-sales-button {
  background-color: #3d3e6f33;
  border-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.cta-button.cta-button-hover-transparent.contact-sales-button:hover {
  color: #7ea5f2;
  background-color: #fff;
}

.cta-button.cta-button-hover-transparent.package-tieal-button {
  position: absolute;
  right: 2.5%;
}

.cta-button.cta-button-hover-transparent.custom-width {
  width: 130px;
}

.cta-button.cta-button-hover-transparent.custom-width.apply-now {
  width: 150px;
}

.cta-button.length {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.cta-row {
  padding: 0;
}

.footer-section {
  box-shadow: none;
  background-color: #e9f1ff;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.page-wrapper {
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.footer-row {
  padding: 0 0 2rem;
}

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

.footer-logo {
  width: 180px;
  padding-top: 1em;
  padding-bottom: 10px;
}

.footer-links-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.quick-links {
  flex-flow: column;
  display: flex;
}

.image-4 {
  object-fit: contain;
}

.social-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 10px 0;
}

.list {
  margin-top: 10px;
  padding-left: 0;
  text-decoration: none;
}

.list-2 {
  margin-top: 10px;
  padding-left: 0;
}

.heading-7 {
  color: #001b4c;
  margin-bottom: 20px;
  font-size: 24px;
}

.heading-8 {
  color: #001b4c;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.footer-list {
  color: #001b4c;
  margin-bottom: 5px;
  font-size: 13px;
  text-decoration: none;
  transform: translate(0);
}

.footer-list:hover {
  color: #d80000;
  text-decoration: none;
  transform: translate(10px);
}

.footer-list.w--current {
  margin-bottom: 5px;
  font-size: 13px;
  text-decoration: none;
}

.footer-list.w--current:hover {
  text-decoration: none;
}

.footer-list.no-hover-effect {
  transition-property: none;
}

.footer-list.no-hover-effect:hover {
  color: var(--blue);
  transform: none;
}

.footer-list.no-hover-effect.hidden {
  display: none;
}

.list-item-2, .list-item-3 {
  margin-bottom: 10px;
  font-size: 15px;
}

.list-item-4 {
  font-size: 15px;
}

.list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  margin-bottom: 10px;
  font-size: 15px;
}

.paragraph-5 {
  color: #333;
  margin-top: 10px;
  padding-top: 0;
  font-size: 16px;
  line-height: 22px;
}

.mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 0;
  padding: 0 0 5px;
}

.cell {
  justify-content: center;
}

.footer-contact-description {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-copyright {
  text-align: left;
  background-color: #d8e5ff;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  background-color: #2a4981;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.heading-9 {
  color: #001b4c;
  font-size: 24px;
}

.mobile-number {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.email {
  color: #001b4c;
  cursor: pointer;
  margin-left: -5px;
  font-size: 13px;
  text-decoration: none;
}

.address {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.aboutus-hero-section {
  width: 100%;
  height: 80vh;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.aboutus-wrapper {
  z-index: 1;
  margin-bottom: -80vh;
  position: relative;
}

.aboutus-spacer {
  z-index: 2;
  height: 90vh;
  position: relative;
}

.background-video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.aboutus-section {
  z-index: 2;
  background-color: #fff;
  padding: 0 10px;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.aboutus-row {
  padding: 0;
}

.aboutus-content {
  justify-content: center;
}

.about-heading {
  color: #001b4c;
  letter-spacing: .5px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 48px;
}

.about-paragraph {
  color: #001b4c;
  letter-spacing: .2px;
  font-size: 18px;
  line-height: 24px;
}

.body-2 {
  font-family: Outfit, sans-serif;
  font-size: 15px;
}

.text-span {
  color: #e11a1a;
}

.text-span-2 {
  color: #4c69a0;
}

.text-span-3 {
  color: #e11a1a;
}

.legacy-section {
  z-index: 2;
  background-color: #edf3ff;
  margin-top: 0;
  position: relative;
}

.paragraph-11, .paragraph-12 {
  color: #000;
}

.legacy-row {
  padding: 4rem 0;
}

.legacy-column {
  text-align: center;
  align-items: flex-start;
}

.heading-10 {
  margin-bottom: 30px;
}

.legacy-heading {
  color: #001b4c;
  letter-spacing: .2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  display: flex;
}

.legacy-paragraph {
  color: #001b4c;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.legacy-paragraph.legacy-content {
  color: #001b4c;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.innovation-section {
  margin-top: 0;
  padding-top: 0;
}

.innovation-row {
  padding: 0 20px;
}

.innovation-content {
  justify-content: center;
  padding-left: 20px;
}

.heading-11 {
  font-size: 36px;
}

.paragraph-13 {
  font-size: 16px;
}

.innovation-heading {
  color: #001b4c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}

.innovation-list {
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
}

.quick-stack-2 {
  padding-left: 0;
  padding-right: 0;
}

.list-item-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 10px 0;
}

.list-item-content {
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 22px;
}

.image-5 {
  width: 25px;
}

.text-block-2 {
  color: #001b4c;
  font-size: 16px;
  line-height: 28px;
}

.text-block-3 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-4 {
  font-size: 16px;
}

.trust-section {
  background-image: linear-gradient(135deg, #aec9ff, #aec9ff);
  margin-top: 4rem;
  padding-top: 0;
}

.trust-row {
  padding-left: 0;
  padding-right: 0;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
}

.trust-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
}

.trust-paragraph {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.journey-section {
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 0;
}

.journey-row {
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.journey-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 55%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.journey-image {
  width: 45%;
}

.journey-heading {
  color: #001b4c;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 34px;
}

.journey-paragraph {
  color: #001b4c;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
}

.product-section {
  display: flex;
  position: relative;
}

.column-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: block;
  position: sticky;
  top: 0;
}

.product-image {
  width: 450px;
  height: 500px;
  position: relative;
}

.product-image._1, .product-image._2, .product-image._3, .product-image._4 {
  height: 450px;
}

.image-6 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.content-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: relative;
}

.main-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-content._1 {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
}

.main-content._2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
}

.main-content._3 {
  background-color: var(--white);
  justify-content: center;
}

.main-content._4 {
  background-color: var(--white);
  justify-content: flex-end;
  padding-top: 220px;
}

.heading-13 {
  margin-bottom: 20px;
  font-size: 36px;
}

.product-inner-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 250px;
  display: flex;
}

.paragraph-14 {
  font-size: 16px;
  line-height: 22px;
}

.product-hero-section {
  background-image: url('../images/header-images-copy.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  height: 90vh;
}

.product-hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.heading-14 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 38px;
}

.paragraph-15 {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.product-hero {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 85vh;
  padding: 0 10px 40px;
  display: flex;
}

.product-hero-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 85vh;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.product-hero-content {
  width: 40%;
}

.product-hero-image {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.product-advanced-section {
  background-color: #edf3ff;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.product-advanced-section.light-color-background {
  margin-top: -6rem;
  padding-top: 50px;
  padding-bottom: 50px;
}

.product-advanced-container {
  padding-top: 0;
  padding-bottom: 100px;
}

.product-advanced-container.container {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-15 {
  color: #001b4c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

.paragraph-16 {
  color: #001b4c;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.product-hero-heading {
  color: #001b4c;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 48px;
}

.product-hero-heading.mt-20 {
  margin-top: 20px;
  font-weight: 600;
  line-height: 46px;
}

.product-hero-heading.mt-20.heading-center {
  text-align: left;
}

.product-hero-heading.mt-20.careers-heading {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
}

.product-hero-heading.mt-20.font-size-38 {
  font-size: 38px;
  line-height: 55px;
}

.product-hero-paragraph {
  color: #001b4c;
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.product-hero-paragraph.mb-25 {
  max-width: 525px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.product-hero-paragraph.mb-25.paragraph-mt-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.product-hero-paragraph.mb-25.paragraph-mt-0.width-100 {
  width: 100%;
  max-width: none;
}

.product-hero-paragraph.mb-25.paragraph-margins-0 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-hero-paragraph.bold {
  padding-bottom: 10px;
  font-weight: 600;
}

.product-hero-paragraph.bold.p-0 {
  padding-bottom: 0;
  font-weight: 400;
}

.product-hero-paragraph.bold.p-0.margin {
  margin-left: 0;
  font-weight: 400;
}

.product-hero-paragraph.bold.p-0.mb {
  margin-bottom: 5px;
}

.product-hero-paragraph.bold.p-0.weight-400 {
  font-weight: 400;
}

.product-key-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.product-key-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 0 0;
}

.product-key-column {
  border-radius: 10px;
  padding: 20px;
  transition: all .2s ease-in-out;
  box-shadow: 3px 3px 5px 4px #aec9ff80;
}

.product-key-column:hover {
  transform: scale(1.1);
}

.product-key-content {
  border-radius: 10px;
}

.product-key-image {
  width: 60px;
  height: 60px;
}

.product-key-headings {
  color: #000;
  letter-spacing: .2px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  font-size: 24px;
}

.heading-18, .heading-19 {
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}

.heading-20, .heading-21 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
}

.heading-22 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-key-paragraph {
  letter-spacing: .1px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.image-7 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.transform-section {
  background-image: linear-gradient(#000, #aec9ff 0%, #7ea5f2);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.transform-section.transform-section-background {
  background-color: #7ea5f2;
  background-image: none;
  padding-top: 0;
  padding-bottom: 4rem;
}

.transform-key-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  padding: 0;
}

.body-3 {
  font-family: Outfit, sans-serif;
}

.key-headings {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}

.transform-headings {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
}

.transform-key-column {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
}

.transform-key-column:hover {
  box-shadow: 4px 4px 8px 5px #ffffff80;
}

.transform-key-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 10px;
  align-self: center;
  width: 95%;
  padding: 0;
}

.transform-key-image {
  justify-content: center;
  align-items: center;
}

.heading-25 {
  margin-top: 0;
  margin-bottom: 0;
}

.transform-key-contents {
  justify-content: flex-start;
}

.key-paragraph {
  letter-spacing: .1px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.key-heading {
  letter-spacing: .2px;
  margin-top: 0;
}

.image-8 {
  border-radius: 10px;
  width: 70px;
  height: 70px;
  padding: 5px;
  box-shadow: 2px 2px 5px 2px #0003;
}

.transform-key-main-content {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 10px 20px;
  display: flex;
}

.quotes-section {
  background-color: #001b4c;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.quote-row {
  padding: 0;
}

.quotes-column {
  border-radius: 10px;
  padding: 0;
}

.paragraph-18 {
  color: #001b4c;
  text-align: right;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 40px;
}

.why-section {
  margin-top: 0;
}

.why-row {
  padding-left: 0;
  padding-right: 0;
}

.why-content {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-19 {
  letter-spacing: .1px;
  margin-top: 2rem;
  padding-right: 40px;
  font-size: 16px;
  line-height: 22px;
}

.heading-26 {
  letter-spacing: .2px;
  font-size: 34px;
}

.lottie-animation-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.why-lottie-image {
  width: 100%;
  height: 100%;
}

.lottie-animation-3 {
  object-fit: contain;
  width: 100%;
  height: 400px;
}

.products-section {
  z-index: 2;
  background-color: #fff;
  min-height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: static;
}

.products-section.producting-bussiness-section {
  padding-top: 4rem;
}

.products-section.home-product-section {
  background-color: #fff0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.products-section.bg-gradient {
  background-color: #fff0;
  padding-top: 3rem;
  padding-left: 10px;
  padding-right: 10px;
  scroll-margin-top: 100px;
}

.products-section.bg-gradient.mb-0 {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.products-section.bg-gradient.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.products-main-row {
  background-color: var(--white);
  border-radius: 20px;
  height: auto;
}

.products-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding: 0 10px;
  line-height: 24px;
  display: flex;
}

.products-even-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  line-height: 22px;
  display: flex;
  box-shadow: 1px 1px 7px #d1d1d133;
}

.products-even-content {
  justify-content: center;
  align-items: flex-start;
}

.products-heading {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.products-heading.why-leading-section {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.products-image-1 {
  box-shadow: none;
  background-color: #b4b4b400;
  width: 100%;
  height: auto;
  padding: 30px 40px;
}

.products-image-1.tm-features-div {
  padding-left: 19.5px;
  padding-right: 19.5px;
}

.products-image-1.tm-features-div.shadow {
  border-radius: 9px;
  box-shadow: 0 9px 7px #cfcfcf66;
}

.image-9 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.products-odd-content {
  justify-content: center;
}

.products-odd-content.products-even-images {
  border-radius: 10px;
}

.products-odd-images {
  justify-content: center;
}

.products-odd-images.products-even-images {
  border-radius: 10px;
}

.products-images-2 {
  width: 100%;
  height: 90%;
}

.image-10 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.heading-27 {
  color: #000;
  font-size: 34px;
}

.product-content-heading {
  color: #001b4c;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 24px;
  line-height: 34px;
}

.product-content-heading.pl-0 {
  text-align: center;
  width: 225px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.product-content-heading.tm-product-heading {
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.product-content-paragraph {
  color: #001b4c;
  letter-spacing: .1px;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.heading-29, .heading-30, .heading-31 {
  color: #000;
  letter-spacing: .5px;
  font-size: 24px;
}

.paragraph-21, .paragraph-22, .paragraph-23 {
  color: #333;
  letter-spacing: .1px;
  width: 80%;
  font-size: 16px;
}

.lottie-animation-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lottie-animation-6, .lottie-animation-7 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.heading-32 {
  color: #001b4c;
  letter-spacing: .2px;
  margin-top: 0;
  font-size: 34px;
}

.heading-32.pb-25 {
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 46px;
}

.block-quote {
  color: #001b4c;
  letter-spacing: .1px;
  border-left-color: #001b4c;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.image-11 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.elevate-section {
  margin-top: 0;
}

.elevate-row {
  padding-left: 0;
  padding-right: 0;
}

.elevate-content {
  justify-content: center;
}

.lottie-animation-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.elevate-heading {
  letter-spacing: .2px;
  margin-top: 0;
  font-size: 34px;
}

.elevate-paragraph {
  letter-spacing: .1px;
  margin-top: 1.5rem;
  font-size: 16px;
  line-height: 22px;
}

.nexiant-section {
  background-color: #e6eeff;
  padding: 3rem 10px;
}

.nexiant-row {
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  box-shadow: 2px 2px 5px 5px #7ea5f280;
}

.nexiant-content {
  justify-content: center;
}

.nexiant-heading {
  color: #001b4c;
  letter-spacing: .2px;
  margin-top: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

.nexiant-paragraph {
  color: #001b4c;
  letter-spacing: .1px;
  margin-top: 1.5rem;
  font-size: 16px;
  line-height: 28px;
}

.lottie-animation-9 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.link-block-2 {
  text-decoration: none;
}

.contact-hero-section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  display: block;
}

.contact-hero-section.shown {
  display: block;
}

.contact-row {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.contact-column {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.form-block {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  padding: 40px 60px;
  box-shadow: 2px 2px 8px 2px #7ea5f280;
}

.input-field {
  color: #5b5757;
  border: 1px solid #7ea5f2;
  border-radius: 10px;
  height: 45px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.input-field:focus {
  color: #7ea5f2;
}

.input-field::placeholder {
  color: #5b5757;
}

.text-field-2 {
  background-color: var(--white);
}

.selector {
  background-color: var(--white);
  color: #5b5757;
  object-fit: contain;
  border: 1px solid #7ea5f2;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.selector:focus {
  color: #7ea5f2;
}

.text-field-3 {
  border-radius: 10px;
}

.select-field-2, .select-field-3, .select-field-4 {
  color: #000;
  font-size: 16px;
}

.textarea {
  color: #000;
  border: 1px solid #7ea5f2;
  border-radius: 10px;
  min-height: 150px;
  margin-bottom: 15px;
}

.textarea:focus {
  color: #7ea5f2;
}

.textarea::placeholder {
  color: var(--blue);
  font-size: 16px;
}

.form-row {
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-4 {
  padding-bottom: 0;
}

.submit-button {
  letter-spacing: .5px;
  background-color: #7ea5f2;
  border: 1px solid #7ea5f2;
  border-radius: 10px;
  width: 150px;
  margin-top: 1rem;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 12px 20px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.submit-button.contact-button {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-hero {
  margin-top: 0;
  margin-bottom: 60px;
  padding: 0 0 50px;
}

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

.contact-heading {
  color: #fff;
  letter-spacing: .5px;
}

.contact-para {
  color: #fff;
  letter-spacing: .2px;
  margin-top: 1rem;
  font-size: 18px;
  line-height: 22px;
}

.contact-banner {
  background-image: url('../images/aboutuses.webp');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
  top: 0;
}

.contact-form {
  margin-top: -8rem;
  padding-left: 10px;
  padding-right: 10px;
}

.label-name {
  display: flex;
}

.field-label {
  color: #000;
  letter-spacing: .2px;
  font-size: 16px;
}

.danger-text {
  color: #e11a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.thankyou-section {
  margin-top: 1rem;
}

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

.thankyou-content {
  justify-content: flex-start;
  align-items: center;
}

.thankyou-button {
  align-items: center;
  padding-top: 20px;
}

.paragraph-24 {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  line-height: 28px;
}

.button-2 {
  text-align: center;
  background-color: #7ea5f2;
  border-radius: 10px;
  width: 150px;
  padding: 12px 20px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.lottie-animation-10 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.link {
  color: #fff;
}

.paragraph-25 {
  color: #001b4c;
  text-align: left;
  margin-bottom: 0;
  font-size: 13px;
}

.link-2 {
  color: #fff;
  margin-left: 3px;
  font-size: 15px;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: #fff;
  display: none;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px 2px #aec9ff80;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: block;
}

.container-regular {
  width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand-2 {
  width: 180px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #001b4c;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.nav-link-2:focus {
  border-bottom: 0 solid #d8000000;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-bottom: 0 solid #d8000000;
  border-radius: 4px;
  outline: 0 solid #0050bd00;
}

.nav-link-2.w--current {
  border-bottom: 0 solid #d80000;
}

.nav-link-2.w--current:active {
  border-bottom-color: #9c8c8c00;
}

.nav-link-2.w--current:focus {
  border-bottom-width: 0;
  border-bottom-color: #d8000000;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-2.member-name {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.nav-dropdown-toggle-2 {
  color: #001b4c;
  letter-spacing: .25px;
  padding: 5px 20px 5px 10px;
  font-size: 16px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #001b4c;
  text-decoration: none;
}

.nav-dropdown-toggle-2:focus {
  border-bottom: 0 solid #d80000;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #001b4c;
  border-radius: 0;
  outline: 0 solid #0050bd;
}

.nav-dropdown-toggle-2.membercheck-dropdown {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.nav-dropdown-toggle-2.membercheck-dropdown:hover {
  color: #fff;
  background-color: #d80000;
  border: 0 solid #7ea5f2;
  border-radius: 0;
  text-decoration: none;
}

.nav-dropdown-toggle-2.pr-0 {
  z-index: 99;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
}

.nav-dropdown-icon-2 {
  margin-right: 0;
}

.nav-dropdown-icon-2.mob-show {
  display: none;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
  margin-top: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0 0 7px 7px;
  width: 200px;
  margin-top: 19px;
  margin-left: -15px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 5px #7ea5f280;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.membercheck-list.w--open {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: -15px;
  margin-left: 200px;
  padding: 0;
  display: flex;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.mega-menu.w--open {
  width: 992px;
  margin-top: 30px;
  margin-left: 0;
  padding: 0 20px 15px;
  position: absolute;
  top: auto;
  left: -500px;
}

.nav-dropdown-link-2 {
  color: #000;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-2:hover {
  background-color: #d80000;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 0;
  outline: 0 solid #0050bd00;
}

.nav-dropdown-link-2.main-nav-row {
  padding-left: 0;
  padding-right: 0;
}

.nav-dropdown-link-2.main-nav-row:hover {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-dropdown-link-2.bottom-menu-hover:hover {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.nav-button-wrapper.mr-0 {
  margin-left: 15px;
}

.nav-button-wrapper.mr-0.contact {
  color: var(--blue);
  letter-spacing: .25px;
  border-bottom: 3px solid #fff0;
  padding-top: 30px;
  padding-bottom: 27px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
}

.nav-button-wrapper.mr-0.contact:hover {
  border-bottom: 3px solid var(--orange);
  color: var(--orange);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: lowercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-12 {
  object-fit: contain;
}

.text-block-5 {
  justify-content: center;
  padding-top: 0;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  display: flex;
}

.bold-text-2 {
  color: #001b4c;
  font-size: 16px;
}

.bold-text-3 {
  font-size: 16px;
  font-weight: 400;
}

.image-13 {
  width: 30px;
  margin-right: 10px;
}

.paragraph-26 {
  color: var(--blue);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.paragraph-26:hover {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.paragraph-26.para {
  padding-left: 0;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.nav-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.nav-row:hover {
  color: #fff0;
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
}

.nav-row.sub-row {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.nav-row.sub-row:hover {
  color: #fff;
  justify-content: flex-start;
  width: 100%;
  text-decoration: none;
}

.bold-text-4 {
  height: 20px;
  padding-left: 25px;
  font-weight: 400;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  display: block;
}

.paragraph-27 {
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.paragraph-28 {
  margin-bottom: 0;
}

.paragraph-29 {
  width: 100%;
  margin-bottom: 0;
}

.login-section {
  height: 90vh;
}

.login-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.login-row {
  justify-content: center;
  align-items: center;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.privacy-section {
  background-color: #edf3ff;
  padding-top: 2rem;
  padding-bottom: 0;
}

.privacy-row {
  padding: 0;
}

.privacy-heading {
  justify-content: center;
  padding-left: 35px;
}

.heading-33 {
  color: #fff;
}

.privacy-head {
  color: var(--blue);
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  line-height: 55px;
}

.privacy-main-content {
  padding: 2rem 0 1rem;
}

.privacy {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.privacy-content-heading {
  color: #073ea1;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.privacy-content-paragraph {
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.privacy-content-section {
  background-color: #f1f6ff00;
  background-image: linear-gradient(#fff, #f1f6ff 50%, #fff);
}

.body-4 {
  font-family: Outfit, sans-serif;
}

.bold-text-5 {
  letter-spacing: .5px;
  line-height: 22px;
}

.body-5, .body-6 {
  font-family: Outfit, sans-serif;
}

.body-7 {
  font-family: Outfit, sans-serif;
  font-size: 15px;
}

.banner-section {
  background-image: linear-gradient(135deg, #001b4c, #7ea5f2);
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-inner-image {
  width: 500px;
  height: 400px;
}

.cookies-consent-wrapper {
  z-index: 99999999;
  position: fixed;
  inset: 0%;
}

.cookies-main-banner {
  z-index: 9999;
  background-color: #00000080;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 10px #ffffff80;
}

.paragraph-30, .paragraph-31 {
  font-size: 16px;
}

.paragraph-32 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.heading-34 {
  color: #fff;
}

.deny-button {
  color: #fff;
  text-align: center;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 25px;
  width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.quick-stack-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  padding: 5px 0 0;
}

.accept-button {
  text-align: center;
  background-color: #073ea1;
  border: 2px solid #7ea5f2;
  border-radius: 25px;
  width: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.bold-text-6 {
  letter-spacing: 1px;
  font-size: 16px;
}

.cookies-banner {
  background-image: linear-gradient(135deg, #073ea1, #7ea5f2);
  max-width: 50%;
  padding: 20px;
}

.list-item-9.menu-item {
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
}

.list-item-10 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item-10:active {
  border-bottom: 0 solid #d8000000;
}

.list-item-10:focus {
  border-bottom: 0 solid #d80000;
}

.list-item-10:focus-visible, .list-item-10[data-wf-focus-visible] {
  border-bottom-width: 0;
}

.list-item-10.menu-item {
  font-size: 16px;
}

.list-item-10.menu-item:hover {
  color: #d14444;
}

.list-item-10.menu-item:focus {
  border-bottom-color: #d8000000;
}

.product_img_heading {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.product_img_heading.pep-box-btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.product_img_heading.tm-flex-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
}

.product_img_heading.tm-flex-vertical.height-100 {
  height: 100%;
}

.product_image_div {
  width: auto;
  height: auto;
  padding-bottom: 0;
}

.product-band-image {
  object-fit: contain;
  background-color: #001b4c00;
  width: 65px;
  max-width: none;
  height: 65px;
  margin-right: 0;
  padding: 0;
}

.product-band-image.fraudsheid-key-image {
  width: 60px;
}

.bg-color {
  background-image: linear-gradient(#fff, #edf3ff);
  padding-left: 10px;
  padding-right: 10px;
}

.bg-color.fraud-keyfeature {
  background-image: linear-gradient(#f3f7fe, #f0f5ff);
  padding: 0 0 6rem;
}

.image-16 {
  object-fit: contain;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.image-17 {
  object-fit: contain;
  width: 25px;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  display: block;
}

.image-17.check-size {
  width: auto;
}

.left_product {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 25px 10px;
  display: flex;
  box-shadow: 1px 1px 7px #cfcfcf33;
}

.right_product {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 25px 10px;
  display: flex;
  box-shadow: 1px 1px 7px #cfcfcf33;
}

.right_product.pep-product-adjust {
  padding-top: 25px;
  padding-bottom: 50px;
}

.cta-contact {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.cta-right {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 0;
  display: flex;
  position: static;
  left: 0%;
  right: 0;
}

.cta-right.bussiness-cta-btn {
  padding-bottom: 8rem;
}

.cta-left {
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: 100%;
  padding: 30px 0;
  display: flex;
  position: static;
}

.image-18 {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.message-image {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.cta-content {
  padding-top: 20px;
  padding-bottom: 0;
}

.product-links {
  flex-flow: column;
  display: flex;
}

.link-block-3 {
  cursor: pointer;
  margin-right: 10px;
}

.link-block-4 {
  cursor: pointer;
}

.footer-brand {
  justify-content: space-between;
  height: auto;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.footer-brand-image {
  height: auto;
}

.footer-brand-image.footer-image-adjust {
  width: 109px;
}

.image-19 {
  color: #747474;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-19.footer-image-adjust {
  width: 100%;
}

.paragraph-33 {
  outline-offset: 0px;
  outline: 3px #001b4c;
  margin-bottom: 0;
  font-size: 13px;
  text-decoration: none;
}

.link-block-5 {
  color: #001b4c;
  background-color: #001b4c00;
  font-size: 14px;
  text-decoration: none;
}

.about-banner {
  width: 100%;
  height: 90vh;
  padding-left: 0;
  display: flex;
}

.about-banner-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-banner-right {
  width: 50%;
}

.about-banner-image {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.out-legacy-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-bg-color {
  background-image: linear-gradient(1deg, #edf3ff, #fff);
  padding: 6rem 10px;
}

.image-20 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-21 {
  object-fit: contain;
  border-top-left-radius: 10px;
  width: 90%;
  padding-bottom: 20px;
}

.fraudsheild-banner-image {
  width: 85%;
  height: 100%;
}

.fraudsheild-advanced-feature {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.transformative-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  display: flex;
}

.transformation-left {
  width: 50%;
  padding-right: 0;
}

.transformation-right {
  width: 50%;
  padding-top: 0;
  padding-left: 0;
}

.why-nexiant-section {
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-social-image {
  width: 20px;
}

.out-product-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding-top: 40px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.out-product-section.pep-product-section {
  padding-bottom: 0;
}

.product-box {
  background-color: #fff;
  border-radius: 10px;
  width: 48%;
  margin-bottom: 40px;
  padding-right: 0;
  box-shadow: 1px 1px 7px #cfcfcf33;
}

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

.product-box.tm-features-list {
  width: 24%;
}

.image-22 {
  width: 20px;
  padding-left: 0;
}

.bold-text-7 {
  font-weight: 400;
}

.mega-menu-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
}

.mega-menu-container.direction-down {
  flex-flow: column;
}

.mega-item-box {
  flex-flow: column;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.mega-item-box.sparator {
  border-right: 1px solid #d4e1fd;
  width: 50%;
  margin-right: 40px;
}

.mega-item-box.sparator.hide-separator {
  border-right-style: none;
}

.mega-item-box.sparator.mr-0 {
  border-right-width: 1px;
  margin-right: 0;
  padding-right: 10px;
}

.mega-item-box.old {
  width: 100%;
}

.mega-menu-title {
  border-top: 0 solid #ddd;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.mega-menu-title.d-none.mt-45 {
  margin-top: 45px;
}

.mega-menu-title.float-right {
  justify-content: flex-start;
  align-items: flex-start;
}

.title-name {
  color: #001b4c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.mega-menu-list-item {
  color: #001b4c;
  cursor: pointer;
  width: 100%;
  margin: 15px 0;
  text-decoration: none;
}

.mega-menu-list-item:hover {
  color: #e11a1a;
  text-decoration: none;
}

.mega-menu-list-item.ongoing-monitoring {
  display: none;
}

.mega-menu-list-item.gap {
  margin-top: 5px;
}

.mega-menu-list-item.no-pointer {
  cursor: default;
}

.item {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.item.not-click-title {
  color: #001b4c;
  border-bottom: 1px #000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.item.not-click-title.color-blure-gray {
  color: #001b4cb3;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.item.not-click-title.color-blure-gray:hover {
  color: #001b4cb3;
  text-decoration: none;
}

.item.not-click-title.bottom-separator {
  border-bottom-style: none;
  border-bottom-color: #d4e1fd;
}

.item.not-click-title.indented-labels {
  padding-left: 20px;
}

.item.gap-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.item.gap-3.direction-down.gap {
  padding-bottom: 10px;
}

.item-name {
  color: #001b4c;
  width: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.item-name:hover {
  color: var(--orange);
  font-weight: 600;
}

.item-name.color-blure-gray {
  transition-property: none;
}

.item-name.color-blure-gray.no-color-change-on-hover:hover {
  color: #001b4cb3;
}

.item-name.no-color-change-on-hover:hover, .item-name.no-hover:hover {
  color: var(--blue);
  font-weight: 400;
}

.navbar-no-shadow-2 {
  z-index: 999;
  background-color: #fff;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #aec9ff80;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: static;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-3 {
  position: static;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #001b4c;
  letter-spacing: .25px;
  border-bottom: 3px solid #0000;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 10px 27px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.nav-link-3:hover {
  color: #e11a1a;
  border-bottom-color: #e11a1a;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  position: static;
}

.nav-dropdown-toggle-3 {
  z-index: 99;
  color: #001b4c;
  letter-spacing: .25px;
  border-bottom: 3px solid #0000;
  padding: 30px 35px 27px 15px;
  font-size: 16px;
  line-height: 20px;
  transition: all .3s ease-in-out;
  position: relative;
}

.nav-dropdown-toggle-3:hover {
  color: #e11a1a;
  border-bottom: 3px solid #d80000;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3.w--open {
  border-bottom-color: #d80000;
  position: relative;
}

.nav-dropdown-icon-3 {
  margin-right: 15px;
  padding-top: 3px;
  font-size: 15px;
  transform: rotate(0);
}

.nav-dropdown-icon-3.rotate {
  transform-style: preserve-3d;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-3.shadow-three.mobile-shadow-hide.w--open {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-dropdown-list-3.shadow-three.mobile-shadow-hide.pt-20.w--open {
  z-index: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 0 solid #3b3b3b;
  border-left: 0 solid #f3f3f3;
  border-radius: 0 0 5px 5px;
  width: 900px;
  padding-top: 20px;
  padding-left: 0;
  position: absolute;
  left: -7rem;
  right: auto;
  box-shadow: 0 2px 5px #e7e7e7;
}

.nav-dropdown-list-3.shadow-three.mobile-shadow-hide.pt-20.product-dropdown.w--open {
  width: 100%;
  left: 0%;
  right: 0;
}

.nav-dropdown-list-3.shadow-three.mobile-shadow-hide.pt-20.company-dropdown.w--open, .nav-dropdown-list-3.shadow-three.mobile-shadow-hide.pt-20.login-dropdown.w--open {
  width: 100%;
  left: 0;
  right: 0;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-12 {
  display: block;
}

.mobile-margin-top-12.hide {
  display: none;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-block-6 {
  font-size: 16px;
  line-height: 24px;
}

.list-item-13 {
  padding-top: 0;
  padding-bottom: 0;
}

.list-item-13.d-none {
  display: none;
}

.paragraph-34 {
  margin-bottom: 0;
}

.mega-nav-list {
  flex-flow: column;
  padding-left: 60px;
  display: flex;
}

.mega-nav-list.mt-45 {
  margin-top: 45px;
}

.mega-nav-list.padding-left {
  padding-left: 80px;
}

.gray-color {
  color: #001b4c73;
  margin-bottom: 0;
  padding-left: 2px;
  text-decoration: none;
}

.gray-color:hover {
  text-decoration: none;
}

.gray-color.italic {
  font-style: italic;
}

.list-item-15.d-none, .list-item-17.hidden {
  display: none;
}

.color-blure-gray {
  color: #001b4cb3;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.color-blure-gray:hover {
  text-decoration: none;
}

.banner-top-title {
  color: #001b4c;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}

.banner-top-title.letter-spacing-20 {
  letter-spacing: .2em;
}

.banner-buttons {
  display: flex;
}

.request-a-demo.buttons-gap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.book-a-demo {
  margin-left: 30px;
}

.book-a-demo.d-none {
  display: none;
}

.book-a-demo.ml-0.m-0 {
  margin-left: 0;
}

.request-a-demo-text {
  color: #fff;
  cursor: pointer;
  background-color: #e11a1a;
  border: 1px solid #e11a1a;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.book-a-demo-text {
  color: #e11a1a;
  cursor: pointer;
  border: 1px solid #e11a1a;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 22px;
  transition: background-color .3s ease-in-out;
}

.book-a-demo-text:hover {
  color: #fff;
  background-color: #e11a1a;
}

.book-a-demo-text.d-none {
  display: none;
}

.book-a-demo-text.box-btn {
  width: 135px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-6 {
  text-decoration: none;
  display: inline-flex;
}

.link-block-7 {
  text-decoration: none;
  display: inline-block;
}

.counter-section {
  background-color: #d8e5ff;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.counter-section.bg-light {
  background-color: #e0ebff;
}

.counter-row {
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.counter-row.direction-down {
  flex-flow: column;
}

.left-counter-section {
  width: 30%;
}

.left-counter-section.width-20 {
  width: 100%;
}

.right-counter-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: auto;
  display: flex;
}

.right-counter-section.width-80 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100.006%;
  padding-top: 20px;
}

.counter-box {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  height: 130px;
  padding: 10px 25px;
  display: flex;
}

.counter-box.height-auto {
  justify-content: space-around;
  align-items: center;
  height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.counter-number {
  color: #001b4c;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 48px;
}

.paragraph-35 {
  color: #001b4c;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.heading-35 {
  color: #001b4c;
  font-size: 34px;
  line-height: 48px;
}

.heading-35.center {
  text-align: center;
  margin-top: 0;
}

.why-leading-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 60px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.why-leading-box {
  background-color: #edf3ff;
  border-radius: 10px;
  width: 31%;
  padding: 20px 40px;
}

.why-leading-box.mb-30 {
  margin-bottom: 2rem;
  padding-left: 30px;
  padding-right: 30px;
}

.image-title {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.leading-title {
  color: #001b4c;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 28px;
}

.text {
  color: #001b4c;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.supporting-section {
  background-color: #edf3ff;
  padding-left: 10px;
  padding-right: 10px;
}

.supporting-section.bg-light {
  background-color: #e0ebff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.suporting-row {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.suporting-row.space-between {
  justify-content: space-between;
}

.supporing-left-column {
  width: 50%;
}

.supporing-left-column.width-40 {
  width: 40%;
}

.supporing-left-column.width-30 {
  width: 30%;
}

.supporing-right-column {
  width: 50%;
}

.supporing-right-column.width-60 {
  width: 60%;
}

.supporing-right-column.width-70 {
  width: 70%;
}

.heading-36 {
  color: #001b4c;
  font-size: 34px;
  line-height: 46px;
}

.supporting-listing {
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
}

.supporting-listing-box {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 378px;
  margin-bottom: 15px;
  padding: 5px 15px;
  display: flex;
}

.supporting-listing-box.mb-0 {
  margin-bottom: 0;
}

.supporting-listing-box.mb-0.width-100, .supporting-listing-box.width-100 {
  width: 100%;
}

.paragraph-36 {
  color: #001b4c;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-4 {
  padding: 60px 60px 70px 100px;
}

.div-block-4.ml-60 {
  padding-left: 60px;
}

.team-choose-section {
  background-color: #edf3ff;
  padding-left: 10px;
  padding-right: 10px;
}

.media-screening-product {
  padding-top: 4rem;
  padding-bottom: 0;
}

.real-time-section {
  background-color: #f1f6ff;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.real-time-row {
  justify-content: space-between;
  margin-top: -61px;
  display: flex;
}

.real-time-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.real-time-right {
  width: 60%;
}

.heading-38 {
  color: var(--blue);
}

.heading-39 {
  color: var(--blue);
  font-size: 34px;
  line-height: 48px;
}

.paragraph-37 {
  color: var(--blue);
}

.paragraph-38 {
  color: var(--blue);
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

.screening-listing-category {
  background-color: #fff;
  margin-top: -50px;
  padding-bottom: 4rem;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}

.category-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.left-category {
  width: 33.33%;
}

.right-category {
  width: 66.66%;
  padding-left: 60px;
}

.heading-40 {
  color: var(--blue);
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.category-listing {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 30px;
}

.listing-item {
  color: var(--blue);
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 28px;
}

.inner-listing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 0;
  display: flex;
}

.inner-left, .inner-right {
  width: 50%;
}

.paragraph-39 {
  color: var(--blue);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.list-3 {
  padding-left: 30px;
}

.built-section {
  background-color: #d8e5ff;
  padding: 4rem 10px;
}

.built-section.pep-color {
  background-color: #edf3ff;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.built-section-row {
  background-color: #fff;
  border-radius: 27px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.build-left {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.build-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.build-right.pt-60 {
  padding-top: 20px;
  padding-bottom: 60px;
  padding-right: 50px;
}

.image-24 {
  border-radius: 27px;
  width: 90%;
  height: auto;
  margin-bottom: -100px;
  margin-left: 0;
  padding-top: 20px;
}

.image-24.pep-lence-image {
  width: 90%;
  height: auto;
  margin-bottom: -100px;
  margin-left: 0;
  padding-top: 20px;
}

.heading-41 {
  color: var(--blue);
  font-size: 34px;
  line-height: 48px;
}

.heading-42 {
  color: var(--blue);
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 48px;
}

.paragraph-40 {
  color: var(--blue);
}

.paragraph-41 {
  color: var(--blue);
  font-size: 16px;
  line-height: 28px;
}

.paragraph-42 {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 42px;
  display: block;
}

.bold-text-8 {
  color: #073ea1;
}

.list-4 {
  color: var(--blue);
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.mb-5 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 28px;
}

.compare-section {
  background-color: #d8e5ff;
  padding-left: 10px;
  padding-right: 10px;
}

.compare-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-compare, .right-compare {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
}

.heading-43 {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 48px;
}

.compare-topbar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-43 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.heading-44 {
  color: var(--blue);
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 48px;
}

.compare-list {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph-44 {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-44.dark-color {
  color: var(--blue);
}

.compare-row-section {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.bold-text-9 {
  color: var(--blue);
}

.d-none {
  display: none;
}

.paragraph-45 {
  color: var(--blue);
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 28px;
}

.policy-content-box {
  color: #fff;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 30px 35px;
}

.policy-content-box.left-column {
  background-color: #fff0;
  width: 50%;
}

.policy-content-box.right-column {
  width: 50%;
}

.policy-subtitle {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 30px;
  line-height: 45px;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-46 {
  color: var(--blue);
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-46.mb-10 {
  margin-bottom: 10px;
}

.list-5 {
  list-style-type: lower-alpha;
}

.policy-list-item {
  color: var(--blue);
  line-height: 28px;
}

.div-block-6 {
  background-color: #fff;
  display: flex;
}

.link-3 {
  color: var(--blue);
}

.list-6 {
  list-style-type: lower-alpha;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 60px;
}

.container-2.mt-60 {
  padding-top: 60px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.div-block-8 {
  flex-flow: column;
  width: 45%;
  display: flex;
}

.div-block-9 {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
  overflow: visible;
}

.sub-heading {
  color: var(--blue);
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.bold-text-10 {
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  height: 100%;
  display: flex;
}

.image-29 {
  width: 100%;
  height: 100%;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2 {
  background-color: #edf3ff;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.image-30 {
  width: 100%;
  height: 100%;
}

.bold-text-11, .bold-text-12, .bold-text-13 {
  color: var(--blue);
  font-weight: 600;
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-7 {
  color: #001b4c;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.div-block-12 {
  background-image: url('../images/p-1.jpg');
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 250px;
  box-shadow: 0 14px 11px -4px #0003;
}

.div-block-13 {
  background-color: #00000096;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-8 {
  color: #fdfdfd;
  text-align: center;
  padding-top: 0;
  font-size: 30px;
}

.div-block-14 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-5 {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 100px;
}

.container-5.mb-0 {
  padding-bottom: 0;
}

.text-block-9 {
  color: var(--blue);
  text-align: left;
  max-width: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.section-3 {
  background-color: #edf3ff;
  padding-left: 10px;
  padding-right: 10px;
}

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

.div-block-15.div-block-18.open-positions {
  justify-content: center;
  align-items: center;
}

.div-block-16 {
  width: 50%;
}

.div-block-16.div-block-20 {
  padding-top: 0;
}

.div-block-16.div-block-20.width-100 {
  width: 100%;
}

.paragraph-47 {
  color: var(--blue);
  font-size: 16px;
  line-height: 28px;
}

.bold-text-14 {
  color: var(--blue);
  max-width: 400px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-11 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.list-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.list-item-18 {
  color: var(--blue);
  font-size: 16px;
  line-height: 28px;
}

.section-4 {
  background-color: #edf3ff;
  padding-left: 10px;
  padding-right: 10px;
}

.section-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.container-6 {
  padding-bottom: 60px;
}

.paragraph-48 {
  color: var(--blue);
  max-width: 500px;
  font-size: 16px;
  line-height: 28px;
}

.bold-text-15 {
  font-weight: 400;
}

.body-8 {
  font-family: Outfit, sans-serif;
}

.div-block-22 {
  width: 50%;
  padding-top: 130px;
  padding-bottom: 0;
}

.bold-text-16 {
  font-weight: 600;
}

.div-block-23 {
  width: 50%;
}

.div-block-25 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-13 {
  color: var(--blue);
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-14 {
  color: var(--blue);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.heading-45 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

.div-block-27 {
  width: 50%;
}

.div-block-28 {
  flex-flow: row;
  display: flex;
}

.div-block-29 {
  background-color: #fff;
  border-radius: 27px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-30 {
  border-radius: 27px;
  width: 50%;
}

.div-block-31 {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-46 {
  color: var(--blue);
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

.div-block-32, .div-block-33 {
  width: 50%;
}

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

.list-item-19 {
  color: var(--blue);
  font-size: 16px;
  line-height: 28px;
}

.list-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-33 {
  border-radius: 20px;
}

.div-block-35 {
  width: 50%;
}

.text-block-15 {
  color: var(--blue);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-16 {
  color: var(--blue);
  font-size: 16px;
  line-height: 28px;
}

.image-34 {
  width: 100%;
  height: 100%;
}

.section-6 {
  background-color: #d8e5ff;
  padding-left: 10px;
  padding-right: 10px;
}

.section-6.open-positions {
  background-color: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
}

.div-block-36 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.div-block-37 {
  width: 50%;
}

.div-block-38 {
  background-image: url('../images/csds-1.svg');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: contain;
}

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

.heading-47 {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

.image-35 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
}

.text-block-17 {
  color: var(--blue);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.link-6 {
  color: var(--blue);
}

.image-36 {
  border-radius: 20px;
}

.bold-text-19 {
  font-weight: 600;
}

.div-block-40 {
  border-bottom: 1px solid #d4e1fd;
  max-width: 35px;
  max-height: 0;
}

.heading-48 {
  color: #001b4c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  line-height: 55px;
}

.div-block-41 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.div-block-42 {
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.div-block-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-44 {
  background-color: #fff;
  border: 1px solid #80b1ff;
  border-radius: 10px;
}

.slider {
  position: relative;
}

.swiper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper.first-swiper {
  position: static;
}

.swiper-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  transform: translate(0);
}

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

.slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: static;
}

.slide-content {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.slide-content.gradient-background {
  color: #fff;
  background-image: linear-gradient(#d80000, #7ea5f2);
}

.carousel-arrows {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: normal;
  pointer-events: none;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  transform: translateY(-50%);
}

.carousel-arrow-w {
  cursor: pointer;
  pointer-events: auto;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-left: 2rem;
  display: flex;
}

.carousel-arrow-w.arrow-previous {
  cursor: pointer;
  pointer-events: auto;
  background-color: #f1f6fe;
  height: 100%;
  margin-left: 0;
  position: relative;
  left: auto;
}

.carousel-arrow-w.arrow-next {
  background-color: #f1f6fe;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.carousel-arrow {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  display: flex;
  position: static;
}

.text-block-18 {
  color: #001b4c;
  text-align: center;
  padding-top: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

.text-block-18.font-white {
  color: #fff;
}

.text-block-19 {
  color: #001b4c8a;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.text-block-19.text-white {
  color: #fff;
}

.text-block-19.font-white {
  color: #fff;
  margin-right: 0;
}

.div-block-45 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #80b1ff;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.div-block-45.border-white {
  border-color: #fff;
  justify-content: space-around;
}

.div-block-47 {
  flex-flow: column;
  width: 130px;
  display: flex;
}

.text-block-20 {
  color: #001b4c;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
}

.text-block-20.text-white {
  color: #fff;
}

.text-block-21 {
  color: #001b4c;
  font-size: 16px;
  line-height: 28px;
}

.text-block-21.text-white {
  color: #fff;
}

.gradient-background {
  background-image: linear-gradient(#d80000, #7ea5f2);
  width: 100%;
  height: 100%;
}

.projects-col-item {
  background-color: #fff;
  border: 1px solid #80b1ff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.projects-col-item.gradient-background {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: none;
  background-clip: border-box;
  border-style: none;
  border-width: 0;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  height: 100%;
  display: flex;
}

.projects-col-item.temp-hide {
  display: none;
}

.projects-col-item.most-popular {
  border-width: 3px;
  border-color: #001b4c80;
  position: relative;
}

.projects-col-item.border-dark {
  border-width: 2px;
  border-color: var(--blue);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-48 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carousel-wrapper {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.div-block-49 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list-item-20 {
  float: left;
  color: #001b4c;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.list-9 {
  float: none;
  margin-bottom: 0;
  padding-left: 0;
}

.list-10 {
  margin-bottom: 0;
  padding-left: 0;
}

.div-block-51 {
  clear: none;
  width: 50%;
  margin-right: auto;
  padding-left: 0;
}

.div-block-51.margin-right-auto {
  width: 45%;
  margin-left: auto;
  margin-right: 0;
}

.bold-text-20 {
  color: #001b4c80;
  padding-left: 3px;
  font-weight: 400;
}

.list-item-21 {
  color: #001b4c;
  font-size: 13px;
}

.list-11 {
  width: 120px;
  margin-bottom: 0;
  padding-left: 25px;
}

.image-38 {
  padding-right: 0;
}

.image-39 {
  padding-left: 0;
}

.footer-mc-server-list {
  object-fit: fill;
  width: 120px;
  min-width: auto;
}

.footer-mc-server-list:hover {
  color: var(--orange);
  transform: translate(10px);
}

.text-block-22 {
  clear: none;
  text-align: center;
}

.div-block-52 {
  background-color: var(--blue);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -35px;
  margin-left: 25%;
  margin-right: auto;
  padding: 5px 10px;
  display: flex;
  position: absolute;
  inset: auto;
  transform: translateX(-50%);
}

.div-block-53 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-54 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-55 {
  width: 100%;
  max-width: 1140px;
  padding: 10px;
  overflow: visible;
}

.wrapper {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.projects-col-list-wrap {
  width: 100%;
  position: relative;
}

.projects-col-list {
  width: auto;
  height: 100%;
  padding: 20px 20px 10px;
  overflow: hidden;
}

.text-block-23 {
  color: #fff;
  text-align: center;
}

.div-block-56 {
  background-color: var(--blue);
  border-radius: 20px;
  max-width: 120px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: absolute;
  top: -15px;
  bottom: auto;
  left: 50%;
  overflow: visible;
  transform: translateX(-50%);
}

.div-block-57 {
  width: 120px;
}

.div-block-57.hidden {
  display: none;
}

.div-block-58 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-59 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-60 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-40 {
  float: right;
}

.div-block-61 {
  padding-right: 0;
}

.image-41 {
  float: right;
}

.div-block-62 {
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  width: 100%;
  box-shadow: 0 4px 7.7px #0003;
}

.div-block-63 {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 9px;
  padding: 10px 20px;
  box-shadow: 0 4px 7.7px #0003;
}

.text-block-24 {
  color: var(--blue);
  font-size: 16px;
  line-height: 28px;
}

.div-block-64 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 10px;
  padding-right: 60px;
  display: flex;
}

.list-item-22 {
  color: var(--blue);
  text-align: left;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.list-12 {
  float: none;
  margin-bottom: 0;
}

.div-block-65 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-66 {
  padding-bottom: 40px;
}

.div-block-67 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-69 {
  width: 100%;
  height: 100%;
}

.div-block-70 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-70.border-radius {
  border-radius: 43px;
  flex-flow: column;
  position: relative;
}

.div-block-71 {
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-72 {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding-right: 120px;
  display: flex;
}

.div-block-72.pr-60 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-right: 60px;
  display: flex;
}

.div-block-73 {
  width: 50%;
}

.div-block-73.border-radius {
  border-radius: 43px;
}

.heading-49 {
  color: #001b4c;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 55px;
}

.text-block-25 {
  color: #001b4c;
  letter-spacing: .5px;
  display: none;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  opacity: .5;
  grid-template-rows: auto auto auto auto auto;
  place-items: center;
  width: 100%;
}

.image-42, .image-43, .image-44, .image-45, .image-46 {
  float: right;
}

.text-block-26 {
  color: #001b4c;
  font-size: 17px;
  font-weight: 600;
  line-height: 25.18px;
}

.div-block-74 {
  background-color: #d8e5ff;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.text-block-27 {
  color: #001b4c;
  letter-spacing: .2em;
  font-size: 16px;
  line-height: 21.14px;
}

.text-field-4 {
  color: #001b4c;
  border: 0 solid #000;
  border-radius: 60.73px;
  height: 40px;
  padding: 20px;
  font-size: 16px;
  line-height: 23.95px;
}

.text-field-4::placeholder {
  color: #8aa1ca;
}

.text-field-4.number::placeholder {
  text-indent: 0;
  padding-left: 0;
}

.div-block-75 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-76 {
  flex-flow: column;
  display: flex;
}

.select-field-5 {
  color: #001b4c;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 60.73px;
  height: 40px;
  font-size: 16px;
  line-height: 23.95px;
}

.text-block-28 {
  color: #001b4c;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 21.14px;
}

.div-block-77 {
  width: 100%;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-78.size-40 {
  width: 40%;
}

.div-block-78.size-60 {
  width: 50%;
}

.checkbox-label {
  color: #001b4c;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.14px;
}

.checkbox {
  border: 1px solid #001b4c;
}

.checkbox.w--redirected-checked {
  background-color: #001b4c;
  border-color: #001b4c !important;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0003;
}

.textarea-2 {
  color: #001b4c;
  resize: none;
  border: 0 solid #000;
  border-radius: 5px;
  width: 100%;
  min-height: 120px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 23.95px;
}

.textarea-2::placeholder {
  color: #8aa1ca;
  font-size: 16px;
  line-height: 20.23px;
}

.submit-button-2 {
  background-color: #001b4c;
  border-radius: 38.28px;
  width: 100%;
}

.div-block-79 {
  width: 100%;
}

.div-block-80 {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.div-block-81 {
  width: 100%;
  padding-left: 20px;
}

.error-message {
  color: #fff;
  background-color: #ea5462;
  border-radius: 5px;
  margin-top: 25px;
  font-size: 14px;
  line-height: 21.14px;
}

.div-block-82 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-83.gap-adjust {
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  width: auto;
  margin-top: 0;
  margin-bottom: 100px;
}

.div-block-84 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.seperator {
  border-bottom: .92px solid #001b4c;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.div-block-85 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-86 {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
}

.div-block-87 {
  width: 100%;
}

.div-block-88 {
  padding-top: 0;
  padding-bottom: 20px;
}

.div-block-89 {
  padding-top: 20px;
}

.section-7 {
  background-color: #d8e5ff;
  display: block;
}

.section-7.shown {
  display: block;
}

.section-7.shown.hide {
  display: none;
}

.div-block-90 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-91 {
  background-color: #fff;
  border-radius: 27px;
  width: 100%;
  padding: 60px 60px 80px;
}

.div-block-92 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-93 {
  width: 20%;
}

.text-block-29 {
  color: #001b4c;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-94 {
  border-right: 3px solid #001b4c;
  height: 85px;
}

.div-block-95 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  width: 70%;
  display: flex;
}

.image-47 {
  width: 100%;
  padding-top: 10px;
}

.text-block-30 {
  color: #001b4c;
  font-size: 16px;
  line-height: 22px;
}

.italic-text, .text-span-4 {
  font-weight: 500;
}

.text-block-31 {
  color: #001b4c;
  text-align: left;
}

.bold-text-21 {
  font-weight: 500;
}

.div-block-96 {
  text-align: right;
  width: 100%;
}

.contactfield_country-2 {
  background-color: #fff;
  border: 1px solid #6dc0e7;
  margin-bottom: 0;
  margin-right: 24px;
}

.html-embed-15 {
  margin-bottom: 25px;
}

.checkbox-field {
  max-width: 100px;
}

.checkbox-field-2 {
  max-width: 175px;
}

.checkbox-field-3 {
  max-width: 125px;
}

.checkbox-field-4 {
  max-width: 100px;
}

.checkbox-field-5 {
  max-width: 150px;
}

.checkbox-field-6 {
  max-width: 200px;
}

.checkbox-field-7 {
  max-width: 175px;
}

.checkbox-field-8 {
  max-width: 150px;
}

.checkbox-field-9 {
  max-width: 125px;
}

.checkbox-field-11 {
  max-width: 200px;
}

.form-success-trigger {
  display: none;
}

.success_message-text-copy {
  color: #10b981;
  text-align: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.success_message-text {
  color: #10b981;
  text-align: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-8 {
  margin-bottom: 0;
}

.paragraph-8.italic {
  text-align: left;
  font-size: 6px;
}

.paragraph-8.italic.align-mid {
  color: var(--blue);
  text-align: center;
  font-size: 16px;
}

.link_underline-2 {
  color: #f06640;
}

.caption-5 {
  color: #001540eb;
  font-size: 12px;
  line-height: 16px;
}

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

.div-block-97 {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-98 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-98.border-right {
  border-right: 1px solid #d4e2ff;
  margin-right: 0;
}

.div-block-99 {
  width: 100.001%;
  display: flex;
}

.text-block-32 {
  color: #001b4c;
  letter-spacing: .81px;
  font-size: 25.82px;
  line-height: 31.45px;
}

.image-48 {
  z-index: 2;
  position: relative;
}

.div-block-100 {
  z-index: 1;
  background-color: #d8e5ff;
  border-radius: 43px;
  width: 100%;
  max-width: 1110px;
  height: 50px;
  margin-right: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0 auto;
}

.div-block-101 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.section-8 {
  background-color: #f6f9fe;
  width: 100%;
  padding-bottom: 140px;
}

.section-8.hidden {
  display: none;
}

.container-7 {
  width: 100%;
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-102 {
  width: 100%;
  margin-top: 0;
  display: flex;
}

.list-item-23 {
  color: var(--blue);
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}

.list-13 {
  margin-bottom: 0;
}

.form {
  position: relative;
}

.div-block-103 {
  border-bottom: 1px solid #d4e1fd;
  max-width: 150px;
}

.div-block-104 {
  padding-top: 14px;
}

.div-block-105 {
  display: none;
}

.text-block-33 {
  color: var(--blue);
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
}

.div-block-106 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.div-block-107 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-108 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-109 {
  background-color: #d8e5ff;
  border-radius: 12px;
  max-width: none;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 20px 40px;
}

.div-block-109.direction-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-109.hide {
  display: block;
}

.text-span-5 {
  font-size: 20px;
}

.text-span-5.bold {
  font-weight: 700;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.copy-large {
  color: var(--blue);
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.copy-large.mt-0 {
  margin-top: 0;
  padding-top: 0;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-toggle {
  cursor: pointer;
}

.popup-toggle.hide {
  display: none;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-toggle-text {
  font-size: 2em;
  line-height: 1;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.p-sm-start {
  padding-top: 3em;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.heading-50 {
  color: var(--blue);
}

.heading-50.text-size {
  font-size: 34px;
  line-height: 46px;
}

.text-span-6 {
  font-size: 20px;
}

.text-span-6.size {
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 700;
}

.list-item-24 {
  color: var(--blue);
  font-size: 16px;
  line-height: 28px;
}

.list-item-24.sub-list {
  margin-left: 30px;
  list-style-type: circle;
}

.div-block-110 {
  margin-top: 20px;
  display: flex;
}

.div-block-111 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-112 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-113 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.div-block-114 {
  border-right: 2px solid var(--blue);
  justify-content: center;
  align-items: center;
  height: 25px;
  max-height: 25px;
  display: flex;
}

.div-block-115 {
  border-right: 2px solid #001b4c;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  display: flex;
}

.bold-text-22 {
  font-weight: 600;
}

.bold-text-22.title {
  font-size: 18px;
}

.link-7 {
  color: var(--blue);
  text-decoration: none;
}

.div-block-116 {
  margin-top: 10px;
}

.list-14, .list-15 {
  margin-bottom: 0;
}

.div-block-117 {
  letter-spacing: .2px;
}

.bold-text-23 {
  font-weight: 600;
}

.link-8 {
  color: var(--blue);
  cursor: pointer;
  text-decoration: none;
}

.text-block-34 {
  color: #001b4c;
  font-size: 16px;
  line-height: 24px;
}

.code-embed-2 {
  width: 1px;
  max-width: 1px;
  height: 1px;
  max-height: 1px;
}

.section-9 {
  background-color: #edf3ff;
  padding-left: 10px;
  padding-right: 10px;
}

.container-9 {
  width: 100%;
  max-width: 1140px;
}

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

.div-block-119.gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-bottom: 100px;
}

.div-block-119.round {
  background-color: #fff;
  border-radius: 9.17px;
}

.div-block-120 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-120.top {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.div-block-121 {
  width: 50%;
}

.heading-51 {
  color: #001b4c;
  text-align: left;
  width: 100%;
  font-family: Outfit, sans-serif;
  font-size: 57.52px;
  font-weight: 600;
  line-height: 75.49px;
}

.section-10 {
  background-color: #f6f9fe;
  padding: 100px 10px 60px;
}

.heading-52 {
  color: #001b4c;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.text-block-35 {
  color: #001b4c;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-block-35.width {
  width: 360px;
  padding-bottom: 10px;
}

.div-block-122 {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.div-block-123 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.div-block-124 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 500px;
  padding-top: 10px;
  display: flex;
}

.image-49 {
  border-radius: 9.17px;
  display: inline-block;
}

.section-11 {
  background-color: #d8e5ff;
  padding: 3rem 20px;
}

.container-10 {
  width: 100%;
  max-width: 1140px;
  height: 100%;
}

.text-block-36 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 600;
  line-height: 46px;
}

.div-block-125 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-126 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  display: flex;
}

.div-block-127 {
  justify-content: center;
  align-items: center;
  width: 35%;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.div-block-128 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 65%;
  padding-top: 10px;
  padding-right: 30px;
  display: flex;
}

.div-block-129 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 9.17px;
  flex-flow: column;
  padding: 5px 30px;
  display: flex;
}

.heading-53 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.text-span-7 {
  color: var(--orange);
  font-size: 16px;
  font-weight: 600;
}

.text-block-37 {
  color: var(--blue);
  padding-bottom: 5px;
  font-size: 16px;
}

.image-50 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left-container.shadow-three {
    max-width: calc(100% - 15rem);
  }

  .container {
    max-width: 1140px;
  }

  .container.banner-container {
    padding-left: 8rem;
  }

  .container.quiod-say {
    margin-top: 60px;
    margin-bottom: auto;
  }

  .body {
    box-shadow: none;
    color: #333;
    transition-property: none;
  }

  .hero-column-content {
    width: 50%;
  }

  .hero-column-content.kyb-her0-left-column {
    padding-right: 60px;
  }

  .hero-column-image {
    width: 50%;
  }

  .hero-image {
    width: 100%;
    height: 77%;
  }

  .hero-image.kyb-hero-image {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .image-2 {
    width: 100%;
    height: auto;
  }

  .image-2.about-b-image {
    width: 100%;
  }

  .heading {
    letter-spacing: .5px;
    width: 90%;
    font-size: 38px;
    line-height: 55px;
  }

  .section-heading {
    font-size: 34px;
  }

  .section-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-2 {
    line-height: 28px;
  }

  .brand-main-row {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-paragraph {
    font-size: 16px;
  }

  .brand-button {
    padding: 15px 25px;
    font-size: 18px;
  }

  .brand-button:hover {
    background-color: #3b5585;
  }

  .choose-section {
    padding-top: 0;
    font-size: 16px;
  }

  .choose-section.background-image {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .choose-section.background-image.home-choose-section {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .quick-row {
    padding-top: 0;
    padding-left: 60px;
  }

  .quick-content-column {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-animation {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .choose-main-content {
    margin-top: 0;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .cta-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-description {
    line-height: 28px;
  }

  .cta-button.about-cta-btn {
    margin-bottom: 0;
  }

  .footer-links {
    text-align: left;
    align-items: center;
  }

  .footer-contact {
    align-items: flex-start;
  }

  .aboutus-section {
    padding-top: 0;
  }

  .legacy-row {
    padding-bottom: 4rem;
  }

  .legacy-paragraph, .legacy-paragraph.legacy-content {
    font-size: 16px;
  }

  .innovation-content {
    padding-left: 30px;
  }

  .text-block-2 {
    line-height: 28px;
  }

  .journey-row {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
    padding-right: 40px;
  }

  .journey-content {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 40px;
  }

  .journey-image {
    width: 50%;
  }

  .journey-paragraph {
    line-height: 28px;
  }

  .div-block {
    position: absolute;
    inset: 0%;
  }

  .product-hero-row {
    padding-bottom: 0;
    padding-left: 0;
  }

  .product-advanced-section.light-color-background {
    background-image: url('../images/Slash-Section-Divider-7.png');
    background-position: 50% 100%;
    background-size: contain;
  }

  .product-advanced-container.container {
    padding-bottom: 8rem;
  }

  .paragraph-16 {
    font-size: 16px;
    line-height: 28px;
  }

  .product-hero-paragraph {
    line-height: 28px;
  }

  .transform-section {
    background-color: #7ea5f2;
    background-image: linear-gradient(#aec9ff, #7ea5f2);
  }

  .why-lottie-image {
    width: 100%;
    height: 100%;
  }

  .lottie-animation-3 {
    object-fit: contain;
    width: 100%;
    height: 400px;
  }

  .products-section {
    padding-top: 0;
  }

  .products-section.producting-bussiness-section {
    padding-top: 4rem;
  }

  .products-section.home-product-section {
    padding-bottom: 0;
  }

  .products-row {
    background-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .products-image-1 {
    box-shadow: none;
    object-fit: none;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-9 {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .product-content-paragraph {
    margin-bottom: 0;
    line-height: 28px;
  }

  .heading-32.pb-25 {
    margin-bottom: 25px;
  }

  .block-quote {
    line-height: 28px;
  }

  .nexiant-section {
    padding-bottom: 3rem;
  }

  .nexiant-paragraph {
    line-height: 28px;
  }

  .navbar-no-shadow-container {
    max-width: 1140px;
  }

  .nav-dropdown-2.member-name {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle-2.membercheck-dropdown {
    width: 200px;
    padding: 0;
  }

  .nav-dropdown-toggle-2.membercheck-dropdown:hover {
    border: 0 solid #7ea5f2;
    border-radius: 0;
    width: 100%;
  }

  .nav-dropdown-toggle-2.membercheck-dropdown.w--open {
    width: 100%;
    padding: 0;
  }

  .nav-dropdown-toggle-2.pr-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-icon-2 {
    margin-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    margin-top: 9px;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.membercheck-list.w--open {
    margin-top: 155px;
    margin-left: 200%;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.mega-menu.w--open {
    margin-top: 10px;
    top: auto;
  }

  .text-block-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .login-section {
    height: 90vh;
  }

  .product-band-image {
    width: 65px;
    height: auto;
  }

  .bg-color.fraud-keyfeature {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-16 {
    width: 100%;
  }

  .left_product {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left_product.padding-bottom-adjust.fraud-page-padding-adjuct {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .right_product {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right_product.pep-product-adjust {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-18 {
    width: 100%;
  }

  .about-banner {
    padding-left: 0;
  }

  .about-banner-image {
    width: 100%;
  }

  .image-21 {
    width: 85%;
    padding-bottom: 20px;
  }

  .fraudsheild-banner-image {
    width: 85%;
  }

  .product-box {
    box-shadow: 1px 1px 7px #cfcfcf33;
  }

  .mega-menu-title {
    padding-top: 10px;
  }

  .nav-menu-2 {
    height: 100%;
  }

  .media-screening-product {
    padding-bottom: 3rem;
  }

  .real-time-section {
    background-color: #f2f7ff;
  }

  .real-time-row {
    justify-content: space-between;
    margin-bottom: -5rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .real-time-left {
    width: 40%;
    padding-bottom: 100px;
  }

  .real-time-right {
    object-fit: cover;
    width: 60%;
    position: relative;
    top: -5rem;
  }

  .heading-37 {
    font-size: 25px;
  }

  .compare-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .left-compare, .right-compare {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
  }

  .heading-43 {
    color: var(--blue);
    text-align: center;
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 48px;
  }

  .compare-topbar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-43 {
    color: var(--blue);
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .heading-44 {
    color: var(--blue);
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 48px;
  }

  .compare-list {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .paragraph-44 {
    color: #001b4cb3;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-44.dark-color {
    color: #001b4c;
  }

  .compare-row-section {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .div-block-7 {
    padding-top: 40px;
  }

  .container-5 {
    padding-top: 0;
  }

  .div-block-16.div-block-20 {
    padding-top: 40px;
  }

  .div-block-16.div-block-20.width-100 {
    padding-top: 0;
  }

  .heading-48 {
    padding-bottom: 10px;
  }

  .text-block-19 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .text-block-19.font-white {
    width: auto;
  }

  .div-block-47 {
    width: 100%;
  }

  .div-block-72.pr-60 {
    width: 55%;
  }

  .div-block-73.border-radius {
    width: 45%;
  }

  .contactfield_country-2 {
    width: 50%;
  }

  .div-block-97 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (min-width: 1440px) {
  a {
    border-radius: 1px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: calc(100% - 20rem);
  }

  .container {
    max-width: 1140px;
  }

  .container.banner-container {
    max-width: 100%;
    padding-left: 13rem;
  }

  .container.quiod-say {
    margin-bottom: 0;
  }

  .body {
    margin-left: auto;
    margin-right: auto;
    transition: opacity .2s;
  }

  .hero-row {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-row.kyb-page {
    z-index: 0;
  }

  .hero-column-content, .hero-column-image {
    width: 50%;
  }

  .hero-image {
    object-fit: fill;
    height: 100%;
  }

  .hero-image.kyb-hero-image {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .image-2 {
    object-fit: contain;
  }

  .image-2.about-b-image {
    width: 100%;
  }

  .heading {
    line-height: 55px;
  }

  .section-paragraph {
    text-align: center;
    line-height: 28px;
  }

  .choose-section {
    padding-top: 0;
  }

  .choose-section.background-image {
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .choose-section.background-image.home-choose-section {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .quick-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 60px;
    display: flex;
  }

  .quick-content-column {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .quick-animation {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
  }

  .choose-row {
    margin-bottom: 0;
  }

  .choose-row.benefits-flex-gap.margin-top {
    margin-top: 40px;
  }

  .choose-column-image {
    align-items: flex-start;
    width: 7%;
    display: flex;
  }

  .choose-column-content {
    width: 92%;
    padding-left: 0;
  }

  .choose-image {
    width: 55px;
    height: 55px;
  }

  .paragraph-3 {
    padding-right: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .tag-section.white-tag-background {
    padding-top: 4rem;
  }

  .tag-paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .cta-content-column {
    justify-content: center;
  }

  .cta-description {
    line-height: 28px;
  }

  .cta-button.about-cta-btn {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .footer-section {
    margin-top: 0;
  }

  .footer-description {
    align-items: flex-start;
  }

  .footer-links {
    align-items: stretch;
    padding-left: 20px;
  }

  .footer-contact {
    align-items: flex-start;
    padding-left: 20px;
  }

  .footer-links-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-5 {
    padding-right: 10px;
  }

  .email {
    margin-left: 0;
  }

  .aboutus-section {
    padding-bottom: 40px;
  }

  .legacy-row {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .legacy-paragraph, .legacy-paragraph.legacy-content {
    font-size: 16px;
  }

  .text-block-2 {
    line-height: 28px;
  }

  .journey-row {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .journey-content {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 40px;
  }

  .journey-image {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    display: flex;
    position: static;
    top: 0;
  }

  .journey-paragraph {
    line-height: 28px;
  }

  .product-hero-row {
    padding-bottom: 0;
    padding-left: 0;
  }

  .product-hero-content {
    justify-content: center;
  }

  .product-advanced-container.container {
    padding-bottom: 9rem;
  }

  .paragraph-16 {
    font-size: 16px;
    line-height: 28px;
  }

  .product-hero-heading {
    font-size: 38px;
    line-height: 55px;
  }

  .product-hero-heading.mt-20.heading-center {
    text-align: left;
    border-radius: 0;
    font-size: 34px;
    font-weight: 600;
  }

  .product-hero-paragraph {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 28px;
  }

  .product-hero-paragraph.mb-25.paragraph-mt-0 {
    margin-top: 0;
  }

  .product-hero-paragraph.mb-25.paragraph-margins-0, .product-hero-paragraph.bold.p-0, .product-hero-paragraph.bold.p-0.margin {
    margin-top: 0;
  }

  .product-key-headings {
    height: 30px;
    margin-bottom: 15px;
    padding-top: 5px;
  }

  .transform-key-main-content {
    height: 160px;
  }

  .why-lottie-image {
    height: 100%;
  }

  .lottie-animation-3 {
    height: 420px;
  }

  .products-section {
    min-height: auto;
  }

  .products-row {
    height: auto;
  }

  .product-content-paragraph, .block-quote {
    line-height: 28px;
  }

  .image-11 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .elevate-content {
    justify-content: center;
  }

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

  .nexiant-paragraph {
    line-height: 28px;
  }

  .contact-hero {
    margin-bottom: 50px;
    padding-bottom: 60px;
  }

  .navbar-no-shadow-container {
    max-width: 1140px;
  }

  .login-container {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-band-image {
    width: 65px;
    height: auto;
  }

  .bg-color.fraud-keyfeature {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .image-16 {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .left_product {
    height: 100%;
  }

  .left_product.padding-bottom-adjust.fraud-page-padding-adjuct {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .right_product {
    height: 100%;
    padding-bottom: 25px;
  }

  .right_product.padding-b-5 {
    padding-bottom: 40px;
  }

  .right_product.padding-b-5.key-box-adjust {
    padding-bottom: 25px;
  }

  .footer-brand {
    height: auto;
  }

  .footer-brand-image.footer-image-adjust {
    width: 135px;
  }

  .about-banner {
    padding-left: 0;
  }

  .image-21 {
    vertical-align: top;
    width: 80%;
    padding-bottom: 20px;
    position: static;
  }

  .fraudsheild-banner-image {
    width: 85%;
  }

  .out-product-section {
    justify-content: space-between;
    align-items: stretch;
  }

  .mega-menu-title.float-right {
    justify-content: flex-end;
    align-items: center;
  }

  .real-time-row {
    margin-top: -70px;
  }

  .real-time-left {
    padding-bottom: 100px;
  }

  .div-block-7 {
    height: auto;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    padding-left: 0;
    display: block;
  }

  .div-block-11 {
    height: auto;
    display: block;
  }

  .image-30 {
    height: 100%;
    display: block;
    overflow: clip;
  }

  .container-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .section-3 {
    background-color: #f2f6ff;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .div-block-15 {
    background-color: var(--white);
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .div-block-15.div-block-18 {
    box-shadow: none;
    background-color: #c5959500;
    border-radius: 0;
    padding: 0;
  }

  .div-block-16 {
    width: 50%;
    height: 100%;
    padding-top: 20px;
  }

  .div-block-16.div-block-20 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .div-block-17 {
    background-image: url('../images/generated-svg-image1-1.webp');
    background-position: 50% 100%;
    background-repeat: repeat-y;
    background-size: cover;
    width: 50%;
  }

  .div-block-17.div-block-19 {
    background-image: url('../images/Clip-path-group.svg');
    background-position: 0%;
    background-repeat: repeat-y;
    background-size: contain;
  }

  .paragraph-47 {
    color: #001b4c;
    min-width: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .text-block-10 {
    font-size: 18px;
    line-height: 25px;
  }

  .bold-text-14 {
    color: #001b4c;
    font-size: 18px;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .list-7 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-family: Outfit, sans-serif;
    list-style-type: disc;
    display: flex;
  }

  .list-item-18 {
    color: #001b4c;
    font-size: 16px;
  }

  .image-31 {
    display: none;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-5 {
    padding-top: 0;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .container-6 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    height: 100%;
    padding-bottom: 60px;
    display: flex;
  }

  .text-block-12 {
    padding-top: 20px;
  }

  .paragraph-48 {
    color: #001b4c;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .div-block-21 {
    background-image: url('../images/Header-banner-Trans-copy_upscayl_4x_realesrgan-x4plus.webp');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .bold-text-15 {
    font-size: 16px;
  }

  .body-8 {
    font-family: Outfit, sans-serif;
  }

  .div-block-22 {
    width: 50%;
  }

  .bold-text-16 {
    color: #001b4c;
  }

  .div-block-23 {
    width: 50%;
    height: 350px;
  }

  .div-block-24 {
    width: auto;
  }

  .div-block-25 {
    width: 80%;
  }

  .div-block-26 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 20px 20px 0;
    display: flex;
  }

  .image-32 {
    overflow: clip;
  }

  .text-block-13 {
    color: #001b4c;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
  }

  .bold-text-17 {
    font-size: 20px;
  }

  .text-block-14 {
    color: #001b4c;
    font-size: 18px;
  }

  .bold-text-18 {
    color: var(--orange);
    text-decoration: none;
  }

  .link-4, .link-5 {
    text-decoration: none;
  }

  .section-6 {
    padding-bottom: 80px;
  }

  .section-6.open-positions {
    padding-bottom: 0;
  }

  .heading-47 {
    margin-bottom: 0;
  }

  .heading-48 {
    padding-bottom: 0;
  }

  .text-block-19 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-61 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .div-block-62 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
    display: block;
  }

  .list-item-22 {
    color: var(--blue);
    padding-bottom: 10px;
    line-height: 28px;
  }

  .list-12 {
    float: left;
    text-align: left;
  }

  .div-block-65 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 625px;
    display: flex;
  }

  .div-block-66 {
    width: 100%;
  }

  .div-block-72.pr-60 {
    width: 55%;
    padding-right: 0;
  }

  .div-block-73.border-radius {
    width: 45%;
  }

  .div-block-125 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-127 {
    justify-content: center;
    align-items: center;
    width: 35%;
    display: flex;
  }

  .heading-53 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-span-7 {
    color: var(--orange);
    font-size: 16px;
    font-weight: 600;
  }

  .text-block-37 {
    color: var(--blue);
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .container.banner-container {
    padding-left: 30rem;
  }

  .hero-row {
    height: 85vh;
  }

  .hero-row.kyb-page {
    height: 75vh;
  }

  .hero-column-content, .hero-column-image {
    width: 50%;
  }

  .hero-image.kyb-hero-image {
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
  }

  .spacer {
    height: 85vh;
  }

  .spacer.kyb-spacer {
    height: auto;
  }

  .choose-row.benefits-flex-gap.margin-top {
    margin-top: 40px;
  }

  .footer-links-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .product-hero-heading.mt-20.heading-center {
    font-size: 34px;
    font-weight: 600;
  }

  .product-hero-heading.mt-20.careers-heading {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.14px;
  }

  .product-hero-paragraph.mb-25.paragraph-mt-0 {
    margin-top: 0;
  }

  .product-hero-paragraph.bold {
    margin-top: 10px;
  }

  .product-hero-paragraph.bold.p-0 {
    margin-top: 0;
  }

  .product-hero-paragraph.bold.p-0.margin {
    font-size: 20px;
  }

  .products-image-1.tm-features-div.shadow {
    height: auto;
  }

  .bg-color.fraud-keyfeature {
    padding-top: 6rem;
  }

  .cta-right.bussiness-cta-btn {
    padding-bottom: 10rem;
  }

  .about-banner {
    padding-left: 0;
  }

  .image-22 {
    width: 20px;
  }

  .mega-item-box.sparator.mr-0 {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-no-shadow-container-2 {
    position: static;
  }

  .div-block-11 {
    display: block;
  }

  .container-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .div-block-15 {
    background-color: var(--white);
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
  }

  .div-block-15.div-block-18 {
    box-shadow: none;
    background-color: #be000000;
    border-radius: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-16.div-block-20 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-16.div-block-20.width-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-47 {
    font-size: 16px;
    line-height: 28px;
  }

  .list-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list-item-18 {
    font-size: 16px;
  }

  .paragraph-48 {
    font-size: 16px;
    line-height: 28px;
  }

  .bold-text-15 {
    font-size: 16px;
  }

  .div-block-22 {
    padding-top: 140px;
  }

  .div-block-23 {
    background-image: none;
  }

  .section-6.open-positions {
    padding-bottom: 0;
  }

  .heading-48 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .swiper-slide {
    width: 330px;
  }

  .carousel-arrows {
    height: 100%;
  }

  .carousel-arrow-w.arrow-previous {
    background-color: #f1f6fe;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .carousel-arrow-w.arrow-next {
    background-color: #f1f6fe;
    height: 100%;
    margin-right: 0;
    left: auto;
  }

  .text-block-19 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-47 {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    overflow: visible;
  }

  .image-38 {
    padding-right: 20px;
  }

  .image-39 {
    padding-left: 20px;
  }

  .div-block-97 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .contact-hidden-field {
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three, .container {
    max-width: calc(100% - 5rem);
  }

  .container.banner-container {
    padding-left: 2.5rem;
  }

  .container.copyright-bottom {
    flex-flow: column;
  }

  .container.transformation-row {
    padding: 40px 20px;
  }

  .container.quiod-say {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .hero-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: .25rem;
    padding-bottom: 0;
  }

  .hero-column-content {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .hero-column-content.kyb-her0-left-column {
    padding-top: 40px;
    padding-right: 0;
  }

  .hero-column-content.kyb-her0-left-column.tb-pad {
    padding-top: 0;
  }

  .hero-column-content.pr-40 {
    padding-right: 0;
  }

  .hero-column-image {
    width: 100%;
  }

  .hero-column-image.kyb-column-image {
    width: 100%;
    position: static;
  }

  .hero-image {
    height: 80%;
    padding: 0;
  }

  .brand-section {
    min-height: 96vh;
    padding-top: 4rem;
  }

  .spacer {
    height: 0;
  }

  .spacer.kyb-spacer {
    display: none;
  }

  .heading {
    text-align: left;
    margin-bottom: 20px;
  }

  .section-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-heading.product-section-heading.media-screening-leading-product {
    text-align: left;
    margin-left: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .section-paragraph {
    text-align: left;
    width: 80%;
  }

  .paragraph-2 {
    text-align: left;
  }

  .brand-content {
    height: 130px;
  }

  .choose-section {
    padding-top: 3rem;
  }

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

  .choose-section.background-image.home-choose-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .choose-section.background-image.mt-adjusted {
    padding-top: 3rem;
  }

  .quick-row {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .quick-content-column {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick-animation {
    justify-content: center;
    width: 65%;
  }

  .choose-row {
    height: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .choose-column-image {
    width: 10%;
  }

  .choose-column-image.transformation-check {
    width: 11%;
  }

  .choose-column-content.transformation-check-content {
    width: 89%;
  }

  .tag-section.white-tag-background {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta-heading {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .cta-description {
    margin-bottom: 10px;
  }

  .cta-button {
    margin-top: 10px;
  }

  .cta-button.about-cta-btn {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .footer-section {
    margin-top: 0;
  }

  .page-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-links-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    display: grid;
  }

  .footer-copyright {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .aboutus-section {
    box-shadow: none;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .aboutus-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-heading {
    margin-top: 0;
  }

  .legacy-section {
    margin-top: 1rem;
  }

  .legacy-heading {
    margin-bottom: 20px;
  }

  .legacy-paragraph.legacy-content {
    margin-bottom: 16px;
  }

  .innovation-content {
    padding-left: 10px;
  }

  .innovation-heading {
    line-height: 44px;
  }

  .list-item-row {
    padding-top: 0;
  }

  .journey-section {
    margin-top: 0;
    padding-bottom: 5rem;
  }

  .journey-heading {
    letter-spacing: .5px;
    font-size: 34px;
    line-height: 44px;
  }

  .journey-paragraph {
    letter-spacing: .1px;
  }

  .product-hero-row {
    padding-bottom: 0;
    padding-left: 0;
  }

  .product-hero-content, .product-hero-image {
    width: 50%;
  }

  .product-advanced-container.container {
    padding-bottom: 6rem;
  }

  .heading-15 {
    line-height: 44px;
  }

  .product-hero-heading {
    font-size: 34px;
    line-height: 48px;
  }

  .product-hero-paragraph.mb-25 {
    max-width: none;
  }

  .transform-section {
    background-image: linear-gradient(#000, #aec9ff 0%, #a6c3fd 17%, #7ea5f2);
    padding-bottom: 2rem;
  }

  .transform-key-main-content {
    height: 135px;
  }

  .why-section {
    margin-top: 2rem;
  }

  .products-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .products-section.producting-bussiness-section {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .products-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    height: auto;
  }

  .products-heading {
    justify-content: center;
    align-items: flex-start;
  }

  .products-image-1 {
    padding: 20px;
  }

  .product-content-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .product-content-paragraph {
    width: 100%;
  }

  .lottie-animation-5 {
    object-fit: contain;
    width: 100%;
  }

  .elevate-section {
    padding-top: 2rem;
  }

  .nexiant-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact-row {
    padding-bottom: 0;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-row {
    padding-top: 0;
  }

  .submit-button.contact-button {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .contact-hero {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form {
    margin-top: -6rem;
  }

  .thankyou-container {
    margin-top: 0;
  }

  .navbar-no-shadow-container {
    max-width: calc(100% - 5rem);
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 5px 10px 25px;
    display: flex;
  }

  .nav-dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-dropdown-toggle-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    display: flex;
  }

  .nav-dropdown-toggle-2.w--open {
    display: flex;
  }

  .nav-dropdown-toggle-2.membercheck-dropdown:hover {
    color: #000;
    background-color: #fff;
  }

  .nav-dropdown-icon-2 {
    padding-right: 40px;
  }

  .nav-dropdown-icon-2.mob-show {
    display: block;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    background-color: #fafafa;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    position: relative;
    box-shadow: 0 1px 3px #7ea5f280;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.membercheck-list.w--open {
    background-color: #f8f8f8;
    margin-top: 0;
    margin-left: 0;
    padding-left: 15px;
    box-shadow: 0 1px 2px #7ea5f280;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.mega-menu.w--open {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 0;
  }

  .nav-dropdown-link-2:hover {
    background-color: #d8000000;
  }

  .mobile-margin-top-11 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 15px;
    display: flex;
  }

  .nav-button-wrapper.mr-0.contact {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-button-wrapper.mr-0.contact:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #fff;
  }

  .paragraph-26:hover, .paragraph-27.sub-menu-list:hover, .paragraph-29.paragraph-27:hover {
    color: #000;
  }

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

  .privacy-image {
    justify-content: center;
    align-items: flex-end;
  }

  .privacy-head {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .body-7 {
    font-family: Outfit, sans-serif;
    font-size: 15px;
  }

  .list-item-9 {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .list-item-9.menu-item {
    margin-top: 0;
    padding-bottom: 0;
  }

  .list-item-10 {
    width: 100%;
  }

  .list-item-10.menu-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-item-11 {
    width: 100%;
  }

  .product-band-image {
    width: 60px;
    height: auto;
  }

  .bg-color.fraud-keyfeature {
    padding-bottom: 0;
  }

  .image-17 {
    width: 20px;
  }

  .left_product.padding-bottom-adjust {
    padding-bottom: 55px;
  }

  .left_product.padding-bottom-adjust.fraud-page-padding-adjuct, .left_product.padding-bottom-adjust.advanced-padding-adjust {
    padding-bottom: 25px;
  }

  .cta-right {
    padding-bottom: 0;
  }

  .cta-left {
    width: 55%;
  }

  .message-image {
    width: 100%;
  }

  .cta-content {
    padding-top: 0;
  }

  .footer-brand {
    height: auto;
  }

  .copyright-left {
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .about-banner {
    flex-flow: wrap;
    height: auto;
    padding-left: 3rem;
    padding-right: 0;
  }

  .about-banner-left {
    width: 100%;
    padding-right: 3rem;
  }

  .about-banner-right {
    width: 100%;
  }

  .out-legacy-section {
    max-width: 100%;
  }

  .about-bg-color {
    padding-top: 5rem;
  }

  .image-20 {
    object-fit: cover;
  }

  .fraudsheild-banner-image {
    width: 100%;
  }

  .fraudsheild-advanced-feature {
    max-width: 100%;
  }

  .out-product-section {
    padding-top: 15px;
  }

  .product-box {
    width: 49%;
    margin-bottom: 15px;
  }

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

  .product-box.tm-features-list {
    width: 48%;
  }

  .mega-menu-container {
    border: 0 solid #000;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .mega-item-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mega-item-box.sparator {
    border: 0 solid #000;
    width: 100%;
    margin-right: 0;
  }

  .mega-item-box.sparator.mr-0 {
    border-right-width: 0;
  }

  .mega-menu-title {
    display: none;
  }

  .mega-menu-list-item {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .item-name {
    font-size: 15px;
  }

  .navbar-wrapper-3 {
    padding: 10px 15px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
    position: absolute;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    height: auto;
    max-height: 90vh;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
    position: relative;
    overflow: hidden scroll;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-link-3 {
    border: 0 solid #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 15px;
    display: flex;
  }

  .nav-link-3:hover {
    border: 0 solid #000;
  }

  .nav-dropdown-3 {
    border: 1px #0000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .nav-dropdown-toggle-3 {
    border: 0 solid #000;
    width: 100%;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    position: relative;
  }

  .nav-dropdown-toggle-3:hover, .nav-dropdown-toggle-3.w--open {
    border: 0 solid #000;
  }

  .nav-dropdown-icon-3 {
    margin-right: 20px;
    transform: rotate(0);
  }

  .nav-dropdown-icon-3.rotate {
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide.pt-20.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    left: 0;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide.pt-20.product-dropdown {
    border: 0 #000;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide.pt-20.product-dropdown.w--open {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide.pt-20.company-dropdown.w--open, .nav-dropdown-list-3.shadow-three.mobile-shadow-hide.pt-20.login-dropdown.w--open {
    left: 0;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #e11a1a;
    padding: 10px;
  }

  .list-item-12 {
    width: 100%;
  }

  .list-item-13 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mega-nav-list {
    width: 100%;
    padding-left: 20px;
  }

  .mega-nav-list.mt-45 {
    margin-top: 0;
  }

  .mega-nav-list.padding-left {
    padding-left: 40px;
  }

  .list-item-14 {
    border: 0 #000;
    width: 100%;
  }

  .list-item-15, .list-item-16, .list-item-17 {
    width: 100%;
  }

  .banner-top-title.pt-2 {
    padding-top: 2rem;
  }

  .book-a-demo.ml-0 {
    margin-left: 0;
  }

  .counter-section {
    margin-top: 0;
  }

  .counter-row {
    flex-flow: wrap;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .left-counter-section, .right-counter-section {
    width: 100%;
  }

  .heading-35 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .why-leading-row {
    padding-top: 40px;
  }

  .why-leading-box, .why-leading-box.mb-30 {
    width: 48%;
  }

  .suporting-row {
    flex-flow: wrap;
  }

  .supporing-left-column {
    width: 100%;
    padding-top: 40px;
  }

  .supporing-right-column {
    width: 100%;
  }

  .div-block-4 {
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .media-screening-product {
    padding-top: 2rem;
  }

  .real-time-row {
    flex-flow: wrap;
    margin-top: 12px;
  }

  .real-time-left, .real-time-right {
    width: 100%;
  }

  .heading-39 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-38 {
    padding-top: 0;
  }

  .screening-listing-category {
    padding-bottom: 2rem;
  }

  .category-row {
    flex-flow: wrap;
  }

  .left-category {
    width: 100%;
  }

  .right-category {
    width: 100%;
    padding-left: 0;
  }

  .heading-40 {
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .built-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .built-section.pep-color {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .built-section-row {
    flex-flow: wrap;
  }

  .build-left {
    width: 100%;
  }

  .build-right {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .build-right.pt-60 {
    padding-bottom: 20px;
  }

  .heading-42 {
    text-align: left;
    margin-top: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-41 {
    text-align: left;
  }

  .paragraph-42 {
    margin-left: 0;
  }

  .bold-text-8 {
    font-size: 22px;
    line-height: 26px;
  }

  .list-4.text-start {
    text-align: left;
  }

  .heading-43 {
    text-align: left;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-44 {
    font-size: 26px;
    line-height: 34px;
  }

  .compare-list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .compare-row-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-26 {
    padding-top: 7px;
  }

  .container-2 {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .div-block-8 {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-9 {
    width: 100%;
  }

  .container-3, .container-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5.mx-10 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-9 {
    max-width: none;
    padding-bottom: 0;
  }

  .div-block-15, .div-block-15.div-block-18 {
    flex-flow: column;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-16.div-block-20 {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .paragraph-48 {
    max-width: none;
  }

  .div-block-22, .div-block-23 {
    width: 100%;
  }

  .div-block-28 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .div-block-30 {
    clear: none;
    width: 100%;
  }

  .div-block-31 {
    width: 100%;
    padding: 40px;
  }

  .heading-46 {
    margin-bottom: 0;
  }

  .list-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .image-33 {
    border-radius: 0;
    width: 100%;
  }

  .div-block-35 {
    width: 100%;
    padding-top: 60px;
  }

  .div-block-37 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: block;
  }

  .div-block-38 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-39 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .image-36 {
    border-radius: 0;
  }

  .div-block-42 {
    width: 100%;
  }

  .text-block-19 {
    padding-top: 0;
    padding-bottom: 45px;
  }

  .text-block-19.font-white {
    width: auto;
    padding-bottom: 20px;
  }

  .div-block-45 {
    justify-content: space-around;
  }

  .div-block-47 {
    width: 100%;
  }

  .div-block-49 {
    flex-flow: column;
  }

  .div-block-51, .div-block-51.margin-right-auto {
    width: 100%;
  }

  .div-block-61 {
    display: none;
  }

  .div-block-70 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-70.border-radius {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-72 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .div-block-72.pr-60 {
    padding-right: 0;
  }

  .div-block-73 {
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 50px;
    place-items: center;
  }

  .div-block-74 {
    padding: 30px 20px;
  }

  .div-block-83.gap-adjust {
    grid-row-gap: 0px;
    margin-bottom: 70px;
  }

  .seperator {
    justify-content: center;
    width: 100%;
  }

  .div-block-90 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-91 {
    padding-bottom: 60px;
  }

  .text-block-29 {
    padding-top: 0;
  }

  .div-block-95 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .success_message-text-copy, .success_message-text {
    text-align: center;
    margin-bottom: 16px;
    font-style: normal;
  }

  .paragraph-8.italic {
    text-align: center;
  }

  .div-block-99 {
    flex-flow: column;
  }

  .text-block-32 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-100 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-101 {
    justify-content: space-between;
    position: relative;
  }

  .div-block-102 {
    flex-flow: column;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .div-block-113 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-115 {
    display: none;
  }

  .div-block-119.gap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .div-block-121 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-10 {
    padding-left: 10px;
  }

  .div-block-122 {
    width: 20%;
  }

  .div-block-123 {
    width: 80%;
  }

  .div-block-124 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: auto;
  }

  .image-49 {
    border-radius: 0;
  }

  .text-block-36 {
    margin-top: 10px;
  }

  .div-block-125 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .div-block-126 {
    flex-flow: wrap-reverse;
  }

  .div-block-127 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-128 {
    width: 100%;
  }

  .image-50 {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    max-width: calc(100% - 5rem);
  }

  .container.quiod-say {
    margin-bottom: 0;
    padding: 15px 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-image {
    height: 84%;
    padding: 0;
  }

  .image-2 {
    object-fit: contain;
  }

  .image-2.about-b-image {
    width: 100%;
    height: auto;
  }

  .brand-section {
    margin-bottom: 0;
    padding-top: 4rem;
  }

  .heading {
    width: 100%;
    font-size: 32px;
    line-height: 48px;
  }

  .section-heading {
    margin-top: 0;
    font-size: 28px;
  }

  .section-heading.product-section-heading {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .section-heading.product-section-heading.media-screening-leading-product {
    margin-bottom: 10px;
    line-height: 36px;
  }

  .section-heading.product-section-heading.font-weight-600.package-heading {
    text-align: left;
  }

  .section-paragraph {
    text-align: center;
    width: 100%;
  }

  .brand-main-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 4rem;
  }

  .brand-content {
    height: 90px;
  }

  .choose-section {
    padding-top: 3rem;
  }

  .choose-section.background-image {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .choose-section.background-image.home-choose-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .quick-row {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .quick-content-column {
    width: 100%;
  }

  .quick-animation {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .choose-row {
    height: auto;
    padding-bottom: 20px;
  }

  .choose-column-image {
    width: 7%;
  }

  .choose-column-image.transformation-check {
    width: 9%;
  }

  .choose-column-content.transformation-check-content {
    width: 90%;
  }

  .lottie-animation {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .tag-paragraph {
    width: 100%;
    line-height: 28px;
  }

  .cta-section {
    margin-top: -1rem;
  }

  .cta-heading {
    margin-top: 0;
    padding-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .cta-description {
    margin-bottom: 15px;
    line-height: 26px;
  }

  .cta-button.nav-btn {
    width: 180px;
  }

  .cta-button.cta-button-hover-transparent.package-tieal-button {
    position: relative;
    left: 0;
    right: auto;
  }

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

  .footer-links {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .footer-links-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    display: grid;
  }

  .social-links {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-5 {
    margin-top: 20px;
  }

  .footer-copyright {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .paragraph-6 {
    text-align: left;
    font-size: 13px;
  }

  .aboutus-section {
    padding-top: 2rem;
  }

  .legacy-section {
    margin-top: 1rem;
  }

  .legacy-row {
    padding-bottom: 4rem;
  }

  .innovation-content {
    padding-left: 0;
  }

  .journey-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .journey-row {
    flex-flow: wrap;
  }

  .journey-content {
    width: 100%;
    padding-left: 20px;
  }

  .journey-image {
    width: 100%;
  }

  .product-hero-section {
    background-image: url('../images/header-images-copy.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 60vh;
  }

  .product-hero {
    height: auto;
    padding-bottom: 0;
  }

  .product-hero-row {
    flex-flow: wrap;
    height: auto;
    margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 0;
    padding-left: 0;
  }

  .product-hero-content {
    width: 100%;
    padding-right: 0;
  }

  .product-hero-image {
    width: 100%;
  }

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

  .product-advanced-container.container {
    padding-bottom: 5rem;
  }

  .heading-15 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-16 {
    text-align: justify;
    line-height: 28px;
  }

  .product-hero-heading {
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .product-hero-heading.mt-20.heading-center {
    font-size: 34px;
  }

  .product-hero-paragraph {
    line-height: 26px;
  }

  .transform-key-main-content {
    height: 160px;
  }

  .quotes-section {
    margin-top: 0;
  }

  .why-section {
    margin-top: 1rem;
  }

  .why-content {
    justify-content: flex-start;
  }

  .paragraph-19 {
    margin-top: 1rem;
  }

  .lottie-animation-2 {
    object-fit: contain;
    height: 100%;
  }

  .why-lottie-image {
    height: 350px;
  }

  .lottie-animation-3 {
    height: 250px;
  }

  .products-section {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .products-section.producting-bussiness-section {
    padding-bottom: 1rem;
  }

  .products-main-row {
    flex-flow: column;
    display: flex;
  }

  .products-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #fff0;
    flex-flow: column;
    height: auto;
  }

  .products-even-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .products-image-1 {
    padding: 25px;
  }

  .product-content-heading {
    line-height: 26px;
  }

  .lottie-animation-4 {
    object-fit: cover;
  }

  .lottie-animation-7 {
    height: 100%;
  }

  .image-11 {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .elevate-section {
    margin-top: 0;
  }

  .nexiant-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 10px;
  }

  .nexiant-heading {
    margin-bottom: 0;
    font-size: 28px;
  }

  .nexiant-paragraph {
    margin-top: 1rem;
  }

  .lottie-animation-9 {
    height: 100%;
  }

  .contact-hero-section.shown {
    padding-top: 60px;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input-field, .selector, .textarea {
    margin-bottom: 10px;
  }

  .form-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-row.text-area {
    margin-top: 10px;
  }

  .submit-button.contact-button {
    margin-left: 10px;
  }

  .contact-hero {
    margin-bottom: 10px;
  }

  .contact-banner {
    background-position: 100% 100%;
  }

  .contact-form {
    margin-top: -4rem;
  }

  .thankyou-container {
    margin-top: 0;
  }

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

  .paragraph-25 {
    text-align: left;
    font-size: 14px;
  }

  .link-2 {
    font-size: 12px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-wrapper-2 {
    flex-direction: column;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open, .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.membercheck-list.w--open {
    margin-left: 0;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-button-wrapper {
    padding-top: 0;
    padding-right: 15px;
  }

  .privacy-heading {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }

  .privacy-head {
    font-size: 30px;
    line-height: 32px;
  }

  .list-item-10.menu-item {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .product_img_heading {
    padding-bottom: 5px;
  }

  .product-band-image {
    width: 60px;
  }

  .product-band-image.fraudsheid-key-image {
    width: 55px;
  }

  .bg-color.fraud-keyfeature {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-16 {
    width: 85%;
  }

  .left_product {
    width: 100%;
  }

  .left_product.padding-bottom-adjust {
    padding-bottom: 25px;
  }

  .right_product {
    width: 100%;
  }

  .cta-contact {
    flex-flow: column;
  }

  .cta-right {
    width: 100%;
    padding-bottom: 0;
    position: static;
  }

  .cta-right.bussiness-cta-btn {
    padding-bottom: 2rem;
  }

  .cta-left {
    width: 100%;
    padding-top: 10px;
    position: static;
  }

  .image-18 {
    padding-bottom: 10px;
  }

  .message-image {
    width: 100%;
    padding-top: 0;
  }

  .cta-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-brand {
    flex-flow: wrap;
    height: auto;
  }

  .footer-brand-image {
    width: 33.33%;
    height: 40px;
    margin-bottom: 20px;
  }

  .footer-brand-image.footer-image-adjust {
    width: 33.33%;
  }

  .image-21 {
    width: 100%;
    display: block;
  }

  .transformative-section {
    flex-flow: wrap;
  }

  .transformation-left {
    width: 100%;
    padding-right: 0;
  }

  .transformation-right {
    width: 100%;
    padding-left: 0;
  }

  .product-box, .product-box.tm-features-list {
    width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
    overflow: scroll;
    overflow: hidden scroll !important;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-12 {
    width: 100%;
    margin-top: 10px;
  }

  .menu-button-3.w--open {
    background-color: #e11a1a;
    border-radius: 3px;
    padding: 10px;
    overflow: hidden;
  }

  .banner-buttons.buttons-responsive {
    justify-content: space-between;
    align-items: center;
  }

  .right-counter-section {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .counter-box {
    flex-flow: column;
    width: 47%;
  }

  .heading-35 {
    font-size: 28px;
    line-height: 36px;
  }

  .why-leading-row {
    padding-top: 30px;
  }

  .heading-36 {
    font-size: 28px;
    line-height: 36px;
  }

  .supporting-listing-box {
    width: 100%;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .screening-listing-category {
    margin-top: -30px;
  }

  .inner-listing {
    flex-flow: wrap;
  }

  .inner-left, .inner-right {
    width: 100%;
  }

  .build-right.pt-60 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-42 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-41.text-start {
    text-align: left;
  }

  .paragraph-42 {
    text-align: center;
    margin-bottom: 20px;
  }

  .bold-text-8 {
    font-size: 20px;
    line-height: 37px;
  }

  .list-4.text-start {
    text-align: left;
  }

  .compare-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .left-compare {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-43 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-44 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-45 {
    padding-top: 20px;
  }

  .policy-content-box {
    margin-bottom: 20px;
    padding: 20px;
  }

  .policy-content-box.left-column {
    width: 100%;
  }

  .policy-content-box.left-column.mb-0 {
    margin-bottom: 0;
  }

  .policy-content-box.right-column {
    width: 100%;
  }

  .policy-subtitle {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-6 {
    flex-flow: wrap;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8, .container-3, .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5.mx-10, .div-block-16.div-block-20, .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-22 {
    width: 100%;
  }

  .div-block-23 {
    display: block;
  }

  .div-block-29 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .div-block-30 {
    display: block;
  }

  .div-block-31 {
    width: 100%;
  }

  .heading-46 {
    margin-top: 0;
  }

  .div-block-32, .div-block-33 {
    width: 100%;
  }

  .div-block-34 {
    flex-flow: column;
  }

  .list-8 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 20px;
  }

  .div-block-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-19 {
    font-size: 34px;
  }

  .div-block-41 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 30px;
  }

  .text-block-18 {
    padding-top: 10px;
  }

  .div-block-70 {
    flex-flow: column-reverse wrap;
  }

  .div-block-72 {
    width: 100%;
  }

  .div-block-72.pr-60 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-73 {
    width: 100%;
  }

  .grid-2 {
    place-items: center;
  }

  .div-block-83.gap-adjust {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .div-block-91 {
    margin-top: -3px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-92 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .div-block-93 {
    width: 50%;
    display: flex;
  }

  .div-block-94 {
    width: 2px;
    height: 150px;
    display: none;
  }

  .div-block-95 {
    width: 100%;
  }

  .contactfield_country-2.border-field {
    margin-bottom: 24px;
  }

  .paragraph-8.italic {
    text-align: left;
  }

  .div-block-101 {
    flex-flow: column;
  }

  .div-block-109.direction-right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .div-block-119 {
    flex-flow: column;
  }

  .div-block-119.gap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-119.gap.side {
    flex-flow: row;
  }

  .div-block-119.round {
    flex-flow: column;
  }

  .div-block-120, .div-block-121 {
    width: 100%;
  }

  .div-block-122 {
    width: 15%;
  }

  .div-block-123 {
    width: 85%;
  }

  .image-49 {
    border-radius: 0;
  }

  .div-block-125 {
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    max-width: calc(100% - 2rem);
  }

  .container {
    max-width: calc(100% - 1rem);
    height: auto;
  }

  .container.banner-container, .container.fraud-banner-image {
    padding-left: 1rem;
    padding-right: 0;
  }

  .container.quiod-say {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

  .hero-row {
    padding-top: 0;
  }

  .hero-column-content {
    padding-right: 0;
  }

  .hero-column-content.kyb-her0-left-column {
    padding-top: 0;
  }

  .hero-column-image {
    width: 100%;
  }

  .hero-image {
    height: 80%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    object-fit: contain;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .section-heading {
    text-align: center;
    padding-left: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .section-heading.product-section-heading {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .section-heading.product-section-heading.media-screening-leading-product {
    text-align: left;
    font-size: 28px;
  }

  .section-heading.product-section-heading.font-weight-600.package-heading {
    padding-left: 0;
  }

  .section-heading.mb-30 {
    text-align: left;
  }

  .section-paragraph {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .brand-title {
    margin-top: 10px;
    font-size: 20px;
  }

  .brand-paragraph {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .brand-content {
    height: 115px;
  }

  .choose-section.background-image {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .choose-section.background-image.home-choose-section {
    padding-top: 0;
  }

  .quick-row {
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0;
  }

  .quick-content-column {
    padding-top: 0;
  }

  .choose-row {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .choose-row.mb-0 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .choose-column-image {
    justify-content: flex-start;
    align-items: flex-start;
    width: 8%;
  }

  .choose-column-content {
    width: 92%;
    padding-left: 10px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-3 {
    width: 100%;
    padding-top: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .tag-section.white-tag-background {
    padding-top: 2rem;
  }

  .tag-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tag-heading {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .tag-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .cta-animation, .cta-content-column {
    justify-content: flex-start;
  }

  .cta-heading {
    text-align: left;
    margin-top: -30px;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .cta-description {
    font-size: 16px;
    line-height: 28px;
  }

  .cta-button.cta-button-hover-transparent.request-a-demo-mobile {
    min-width: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-button.cta-button-hover-transparent.contact-us-mobile {
    min-width: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-button.cta-button-hover-transparent.custom-width.popup-toggle, .cta-button.cta-button-hover-transparent.custom-width.apply-now {
    width: 100%;
  }

  .footer-section {
    box-shadow: none;
  }

  .page-wrapper {
    padding-bottom: 0;
  }

  .footer-contact {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-logo.w--current {
    padding-bottom: 5px;
  }

  .footer-links-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .quick-links {
    width: 100%;
  }

  .footer-copyright {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    display: block;
  }

  .paragraph-6 {
    text-align: left;
  }

  .aboutus-section {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .about-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .about-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .legacy-section {
    margin-top: 0;
    padding-top: 1rem;
  }

  .legacy-row {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .legacy-heading {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .legacy-paragraph, .legacy-paragraph.legacy-content {
    font-size: 16px;
    line-height: 26px;
  }

  .innovation-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .innovation-content {
    padding-top: 10px;
    padding-left: 10px;
  }

  .innovation-heading {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 28px;
  }

  .trust-heading {
    font-size: 30px;
  }

  .trust-paragraph {
    font-size: 15px;
    line-height: 18px;
  }

  .journey-section {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .journey-row {
    padding-bottom: 0;
    padding-right: 0;
  }

  .journey-content {
    padding: 0 10px 20px;
  }

  .journey-heading {
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .journey-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .product-hero-section {
    background-image: url('../images/header-images-copy.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 90vh;
  }

  .product-hero {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .product-hero-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    padding: 0;
  }

  .product-hero-content {
    padding-right: 0;
  }

  .product-advanced-container.container {
    padding-bottom: 4rem;
  }

  .heading-15 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-16 {
    font-size: 16px;
  }

  .product-hero-heading {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .product-hero-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .product-key-headings {
    height: 45px;
    font-size: 20px;
    line-height: 24px;
  }

  .product-key-paragraph {
    font-size: 15px;
    line-height: 18px;
  }

  .key-headings, .transform-headings {
    font-size: 30px;
  }

  .key-paragraph {
    font-size: 15px;
    line-height: 18px;
  }

  .key-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .image-8 {
    width: 50px;
    height: 50px;
  }

  .transform-key-main-content {
    height: 230px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-19 {
    margin-top: 1rem;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-26 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .why-lottie-image {
    height: 280px;
  }

  .lottie-animation-3 {
    height: 200px;
  }

  .products-section {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 1rem;
    position: relative;
  }

  .products-section.producting-bussiness-section {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .products-section.home-product-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .products-main-row {
    height: 100%;
  }

  .products-row {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .products-even-content {
    justify-content: flex-start;
  }

  .products-heading.why-leading-section {
    padding-top: 10px;
  }

  .products-image-1 {
    padding: 15px;
  }

  .products-odd-content {
    justify-content: flex-start;
  }

  .products-odd-images {
    justify-content: center;
  }

  .product-content-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .product-content-paragraph {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .heading-32 {
    font-size: 28px;
    line-height: 38px;
  }

  .block-quote {
    font-size: 16px;
    line-height: 28px;
  }

  .image-11 {
    height: auto;
  }

  .elevate-heading {
    font-size: 30px;
    line-height: 34px;
  }

  .elevate-paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .nexiant-section {
    margin-top: 0;
  }

  .nexiant-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button.contact-button {
    margin-top: 10px;
  }

  .contact-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .contact-banner {
    background-position: 100% 100%;
  }

  .contact-form {
    margin-top: -4rem;
  }

  .thankyou-container {
    margin-top: 0;
  }

  .paragraph-24 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

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

  .link-2 {
    font-size: 12px;
  }

  .navbar-no-shadow-container {
    max-width: calc(100% - 1rem);
  }

  .container-regular {
    max-width: none;
  }

  .nav-menu-wrapper-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .nav-link-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    display: flex;
  }

  .nav-dropdown-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-dropdown-toggle-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
  }

  .nav-dropdown-toggle-2.membercheck-dropdown:hover {
    color: #38393a;
    background-color: #fff;
  }

  .nav-dropdown-icon-2 {
    margin-left: 0;
    margin-right: 15px;
    padding-right: 20px;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
    margin-top: 0;
    padding-left: 5px;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide.membercheck-list.w--open {
    width: 90%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }

  .nav-dropdown-link-2:hover {
    background-color: #fcfcfc;
  }

  .mobile-margin-top-11 {
    margin-left: 15px;
  }

  .nav-button-wrapper {
    width: auto;
    padding-top: 0;
    padding-left: 15px;
  }

  .text-block-5 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .paragraph-26:hover {
    color: #001b4c;
  }

  .paragraph-27.sub-menu-list:hover, .paragraph-29.paragraph-27:hover {
    color: #000;
  }

  .login-container {
    overflow: visible;
  }

  .privacy-heading {
    padding-left: 0;
  }

  .privacy-head {
    font-size: 28px;
    line-height: 36px;
  }

  .privacy-content-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .privacy-content-paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .list-item-9, .list-item-10, .list-item-11 {
    width: 100%;
  }

  .product_img_heading {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .product-band-image {
    width: 50px;
  }

  .product-band-image.fraudsheid-key-image {
    width: 40px;
  }

  .bg-color.fraud-keyfeature {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-16 {
    width: 100%;
    padding-top: 0;
  }

  .image-17 {
    width: 43px;
  }

  .cta-right.bussiness-cta-btn {
    padding-bottom: 10px;
  }

  .cta-left {
    padding-top: 40px;
  }

  .image-18 {
    padding-bottom: 0;
  }

  .message-image {
    padding-bottom: 20px;
  }

  .cta-content.max-width-300 {
    min-width: 280px;
  }

  .product-links {
    width: 100%;
  }

  .footer-brand {
    justify-content: flex-start;
  }

  .footer-brand-image {
    width: 33.33%;
  }

  .image-19 {
    vertical-align: baseline;
    width: 100%;
  }

  .copyright-left {
    border-bottom: 1px solid #073186;
  }

  .about-banner {
    padding-left: 0;
  }

  .about-banner-left {
    padding-right: 0;
  }

  .about-bg-color {
    margin-bottom: -33px;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .product-box {
    margin-bottom: 15px;
  }

  .mega-menu-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .item.gap-3.direction-down {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .nav-menu-2 {
    flex-direction: column;
    overflow: clip;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .image-23 {
    max-width: 85%;
  }

  .banner-buttons {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }

  .book-a-demo {
    margin-left: 10px;
  }

  .request-a-demo-text, .book-a-demo-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-counter-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .counter-box {
    width: 100%;
  }

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

  .why-leading-row {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .why-leading-box {
    width: 100%;
  }

  .why-leading-box.mb-30 {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-title {
    padding-bottom: 10px;
  }

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

  .supporting-listing {
    margin-top: 30px;
  }

  .div-block-4 {
    padding-bottom: 30px;
  }

  .real-time-left {
    padding-top: 10px;
  }

  .heading-39 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-40 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
  }

  .paragraph-39 {
    margin-bottom: 10px;
  }

  .build-right {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .build-right.pt-60 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-24 {
    width: 100%;
    margin-bottom: -70px;
  }

  .image-24.pep-lence-image {
    width: 100%;
    margin-bottom: -60px;
  }

  .heading-42 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-42 {
    text-align: left;
    font-size: 28px;
    line-height: 26px;
  }

  .bold-text-8 {
    line-height: 27px;
  }

  .left-compare, .right-compare {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-43 {
    margin-bottom: 20px;
  }

  .paragraph-43 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .heading-44 {
    margin-top: 20px;
  }

  .compare-list {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-25 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .image-26 {
    padding-top: 7px;
  }

  .image-27 {
    width: 60px;
    height: 60px;
  }

  .policy-content-box {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .policy-content-box.right-column {
    margin-bottom: 20px;
  }

  .policy-subtitle {
    padding-top: 0;
    padding-left: 20px;
  }

  .div-block-5 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
  }

  .paragraph-46 {
    margin-bottom: 15px;
  }

  .image-28 {
    max-width: 100%;
  }

  .list-6 {
    padding-left: 30px;
    list-style-type: lower-alpha;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-9 {
    display: block;
  }

  .container-3, .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-16.div-block-20, .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-27 {
    width: 100%;
  }

  .div-block-28 {
    flex-flow: column;
  }

  .div-block-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-47 {
    width: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-47.custon-pricing-details {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-21.text-white {
    width: 150px;
  }

  .projects-col-item.border-dark {
    position: relative;
  }

  .div-block-56 {
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .grid-2 {
    grid-column-gap: 50px;
  }

  .div-block-75 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-77 {
    flex-flow: column;
  }

  .div-block-78 {
    width: 100%;
  }

  .div-block-83.gap-adjust {
    margin-bottom: 40px;
  }

  .div-block-93 {
    width: 70%;
  }

  .contactfield_country-2 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .html-embed-15 {
    width: 100%;
  }

  .div-block-101 {
    padding-left: 0;
  }

  .section-8.hidden {
    padding-bottom: 100px;
  }

  .recaptcha-wrapper {
    width: 100%;
    max-width: 304px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .list-item-23 {
    padding-bottom: 15px;
  }

  .div-block-107 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .div-block-109.direction-right {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-group {
    width: 100%;
  }

  .div-block-119.gap.side {
    flex-flow: column;
  }

  .div-block-120.top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-35.width {
    width: auto;
    overflow: visible;
  }

  .div-block-122 {
    justify-content: flex-start;
    align-items: center;
    width: 30%;
  }

  .div-block-123 {
    width: 100%;
  }

  .div-block-128 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-right: 0;
  }

  .div-block-129 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-50 {
    width: 100%;
  }
}

#w-node-_982982d5-9e13-f16c-c3bc-492a54bfac2e-83b91883, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac33-83b91883, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac38-83b91883, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac3d-83b91883, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac49-83b91883, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac4e-83b91883, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac53-83b91883, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac58-83b91883, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac7f-83b91883, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac9a-83b91883, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac9f-83b91883 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-b4f19a09-8703-0bdf-02bd-b5649af48ced-83b91883 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_752c8df5-ed8f-ed89-dcc8-84a742a92c04-83b91883 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fd25aad6-48c3-6060-0cac-69553fb6f451-0ffc310b {
  grid-template-rows: auto;
  grid-template-columns: minmax(30px, 0) 1fr;
}

#w-node-_20163095-1cef-01e7-34e5-2ade61d5c8c7-45e4978e, #w-node-_5ccff806-4c4a-219b-1d5b-86e8b7fc2811-45e4978e {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_943f1c31-9a94-6750-0181-b8d641ea260c-45e4978e {
  grid-template-rows: minmax(280px, 280px);
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_78e97828-f82c-cf64-d2bd-4032810b76d3-45e4978e {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_51f809e1-f7a9-5567-9cdf-2e831026e357-76a81ca0 {
  grid-template-rows: minmax(280px, 280px);
  grid-template-columns: 1fr 1fr;
}

#w-node-_4d5db1e6-6efa-f446-0c89-8b44e3c9c0f7-76a81ca0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_22eb8bfe-ebff-68b6-c5c0-33e9b723b853-edd45aa8 {
  grid-template-rows: minmax(420px, 420px) auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6f9d2db8-a6f4-17aa-21ae-918b59c6109b-7c6817db {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_17187c1b-50ab-e710-6e18-f9755b51c9b6-3c16fd4c {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_1af45534-c14f-2677-d762-5b0c477d5046-3c16fd4c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: none;
}

#w-node-_982982d5-9e13-f16c-c3bc-492a54bfac2e-9dcf418c, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac33-9dcf418c, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac38-9dcf418c, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac3d-9dcf418c, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac49-9dcf418c, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac4e-9dcf418c, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac53-9dcf418c, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac58-9dcf418c, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac7f-9dcf418c, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac9a-9dcf418c, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac9f-9dcf418c {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-b4f19a09-8703-0bdf-02bd-b5649af48ced-9dcf418c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_982982d5-9e13-f16c-c3bc-492a54bfac2e-9083bf80, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac33-9083bf80, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac38-9083bf80, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac3d-9083bf80, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac49-9083bf80, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac4e-9083bf80, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac53-9083bf80, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac58-9083bf80, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac7f-9083bf80, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac9a-9083bf80, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac9f-9083bf80 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-b4f19a09-8703-0bdf-02bd-b5649af48ced-9083bf80 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_982982d5-9e13-f16c-c3bc-492a54bfac2e-2eabe96a, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac33-2eabe96a, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac38-2eabe96a, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac3d-2eabe96a, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac49-2eabe96a, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac4e-2eabe96a, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac53-2eabe96a, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac58-2eabe96a, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac7f-2eabe96a, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac9a-2eabe96a, #w-node-_982982d5-9e13-f16c-c3bc-492a54bfac9f-2eabe96a {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-b4f19a09-8703-0bdf-02bd-b5649af48ced-2eabe96a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_51f809e1-f7a9-5567-9cdf-2e831026e357-76a81ca0 {
    grid-template-rows: minmax(300px, 300px);
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_943f1c31-9a94-6750-0181-b8d641ea260c-45e4978e {
    grid-template-rows: minmax(280px, 280px);
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_22eb8bfe-ebff-68b6-c5c0-33e9b723b853-edd45aa8 {
    grid-template-rows: minmax(420px, 420px) auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_943f1c31-9a94-6750-0181-b8d641ea260c-45e4978e {
    grid-template-rows: minmax(330px, 330px);
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_22eb8bfe-ebff-68b6-c5c0-33e9b723b853-edd45aa8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_17187c1b-50ab-e710-6e18-f9755b51c9b6-3c16fd4c {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_752c8df5-ed8f-ed89-dcc8-84a742a92c04-83b91883, #w-node-_943f1c31-9a94-6750-0181-b8d641ea260c-45e4978e, #w-node-_51f809e1-f7a9-5567-9cdf-2e831026e357-76a81ca0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_22eb8bfe-ebff-68b6-c5c0-33e9b723b853-edd45aa8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_22eb8bfe-ebff-68b6-c5c0-33e9b723b853-edd45aa8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_17187c1b-50ab-e710-6e18-f9755b51c9b6-3c16fd4c {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }
}


