:root {
  --black: #0f0f0f;
  --royal-blue: #1763a7;
}

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

body {
  color: #333;
  font-family: Saira, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.navbar {
  border-bottom: 1px solid #00000021;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container._1100 {
  max-width: 1100px;
}

.container._1100.gap36 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
}

.container._1100.gap36.align-start {
  align-items: flex-start;
}

.container._1100.mb--48 {
  margin-bottom: 48px;
}

.container._1100.moded {
  justify-content: center;
  align-items: center;
  min-height: 630px;
  position: relative;
}

.container.vertical {
  flex-direction: column;
}

.container.vertical.center {
  align-items: center;
}

.container.cookies_container {
  justify-content: space-around;
  align-items: center;
}

.container.custom-container {
  z-index: 0;
  position: relative;
}

.nav-container {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  text-decoration: none;
}

.logo {
  max-width: 133px;
}

.section {
  padding: 32px;
}

.section._120 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.section.slider-section {
  overflow: hidden;
}

.section.slider-section.hide, .section.hide {
  display: none;
}

.section.hero-lp {
  background-image: url('../images/HERO_BANNER.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-content {
  background-image: url('../images/footer-texture.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 48px;
  display: flex;
}

.hero-content.centered {
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 0;
}

.hero-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2em;
}

.hero-heading.centered-text {
  text-align: center;
}

.hero-heading.centered-text.mb--24 {
  margin-bottom: 24px;
}

.hero-content_text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 593px;
  display: flex;
}

.sub-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.hero-image {
  max-width: 55%;
}

.button {
  color: #017ecb;
  background-color: #fff;
  border: 5px solid #afb3b6;
  border-radius: 6px;
  padding: 24px 32px;
  font-family: Saira, sans-serif;
  font-weight: 600;
  transition: all .25s;
}

.button:hover {
  color: #fff;
  background-color: #00335f;
  border-color: #343d75;
}

.button.submit {
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.submit.lp-submit {
  color: #fff;
  background-color: #ee0606;
  border-style: none;
  margin-top: 0;
}

.button.submit.lp-submit.desktop-hide {
  display: none;
}

.button.cookies_btn {
  padding: 10px 20px;
}

.partners-wrapper {
  justify-content: space-between;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.partner-logo {
  max-width: 133px;
}

.section-header {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 1.2em;
}

.section-header._792 {
  max-width: 792px;
}

.section-header.margin-bottom {
  margin-top: 0;
  margin-bottom: 40px;
}

.content-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  min-width: 100%;
  display: flex;
}

.cards-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.informative-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  max-width: 424px;
  line-height: 1.6em;
  display: flex;
}

.card-image {
  border: 5px solid #afb3b61f;
  border-radius: 6px;
  padding: 16px;
  box-shadow: -2px 4px 10px #0003;
}

.card-header {
  color: #959798;
  margin-top: 0;
  margin-bottom: 0;
}

.card-paragraph {
  color: #959798;
  margin-bottom: 0;
  line-height: 1.6em;
}

.target-content {
  width: 100%;
  display: flex;
  position: relative;
}

.target-image_bg {
  max-width: 874px;
  max-height: 582px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.target-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 5px solid #afb3b61f;
  flex-direction: column;
  max-width: 625px;
  padding: 32px;
  display: flex;
  position: relative;
  top: 25px;
  box-shadow: -2px 4px 10px #0003;
}

.slider-content {
  width: 100%;
}

.slider {
  background-color: #ddd0;
  width: 200%;
}

.slide-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  height: 100%;
  display: flex;
}

.slider-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 5px solid #afb3b61f;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 412px;
  max-height: 220px;
  padding: 32px;
  display: flex;
}

.card-author {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.author-image {
  max-width: 30px;
  max-height: 30px;
}

.author-name {
  color: var(--royal-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.author-position {
  color: #aaa;
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
}

.cta-content {
  background-image: url('../images/0ySNpUMNJmvqRxIqOBrN9Y7rHI.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  width: 100%;
  padding: 72px;
  display: flex;
}

.cta-content.left-aligned {
  z-index: 1;
  background-image: url('../images/footer-texture.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  position: relative;
}

.cta-content-text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 593px;
  padding: 32px;
  display: flex;
}

.cta-content-text.bigger {
  max-width: 60%;
}

.cta-paragraph {
  color: #fff;
  margin-bottom: 0;
}

.five_steps-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: flex-start;
  display: flex;
}

.five_steps-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 10px;
}

.five_steps-image {
  max-width: 550px;
}

.list_item-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.list_item-card.aligned-top {
  align-items: flex-start;
}

.list_item-header {
  color: var(--royal-blue);
}

.list_item-header.gray {
  color: #333;
  margin-top: 0;
}

.list-item_bullet {
  color: var(--royal-blue);
  border: 5px solid #afb3b61f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  box-shadow: -2px 4px 10px #0003;
}

.list-item_bullet.bigger {
  width: 90px;
  height: 90px;
  padding-left: 10px;
  padding-right: 10px;
}

.list-item_bullet.medium {
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
}

.footer {
  background-image: url('../images/footer-texture.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 62px;
  padding-bottom: 62px;
}

.footer-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.footer-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  max-width: 255px;
  display: flex;
}

.footer-text.legal {
  max-width: 385px;
}

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

.footer-link {
  color: #fff;
  text-decoration: none;
}

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

.paragraph {
  margin-bottom: 0;
}

.list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.list-bullet {
  max-width: 23px;
}

.list-text {
  margin-bottom: 0;
}

.menu-icon {
  max-width: 35px;
}

.dropdown-link {
  color: #fff;
  background-color: #1f2650;
}

.menu-hamburg {
  display: none;
}

.menu-hamburg-link {
  background-color: var(--royal-blue);
  color: #fff;
}

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

.form {
  flex-direction: column;
  padding: 40px 60px;
  display: flex;
}

.form.form-lp {
  background-color: #202650;
  border-radius: 24px;
}

.field {
  color: #000;
  border-radius: 8px;
  min-width: 400px;
  margin-bottom: 20px;
}

.form-image {
  max-width: 40%;
}

.form-wrap {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 8px;
  align-items: center;
  display: flex;
}

.form-wrap.form-lp {
  background-color: #202650;
}

.form-header-wrap {
  width: 520px;
}

.form-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.about-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 483.328px;
  display: flex;
}

.swot-half-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 50%;
  display: flex;
}

.swot-half-block.start {
  align-items: flex-start;
}

.about-image {
  max-width: 483.328%;
}

.success-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 5px solid #00000040;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  max-width: 602px;
  padding: 40px;
  display: flex;
  box-shadow: -2px 4px 10px #0003;
}

.check-animation {
  max-width: 30%;
}

.success-header {
  margin-top: 0;
  margin-bottom: 0;
}

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

.success-link {
  color: var(--royal-blue);
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

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

.social-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

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

.legal-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.flex-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.social-image {
  width: 24px;
  height: 24px;
}

.whats_btn {
  background-color: var(--royal-blue);
  border-radius: 100%;
  padding: 10px;
  transition: background-color .25s;
  position: fixed;
  inset: auto 5% 5% auto;
}

.whats_btn:hover {
  background-color: #25d366;
}

.cookies {
  z-index: 3;
  background-color: var(--royal-blue);
  padding: 32px;
  position: fixed;
  inset: auto 0% 0%;
}

.cookies_paragraph {
  color: #fff;
  max-width: 650px;
  margin-bottom: 0;
}

.max-width-860 {
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  display: flex;
}

.text--bigger {
  font-size: 18px;
  line-height: 1.62;
}

.image {
  z-index: -1;
  mix-blend-mode: overlay;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading {
  color: var(--royal-blue);
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 62%;
  display: flex;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.image-2 {
  width: 30%;
  position: absolute;
  inset: 2% 0% auto auto;
}

.image-3 {
  width: 30%;
  position: absolute;
  inset: 74px auto 0% 0%;
}

.link {
  color: #fff;
  margin-left: 24px;
  font-weight: 600;
}

.hero-container {
  justify-content: space-around;
  display: flex;
}

.hero-container.align-center {
  align-items: center;
}

.hero-heading-lp {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.hero-heading-lp.centered-text {
  text-align: center;
}

.hero-heading-lp.centered-text.mb--24 {
  margin-bottom: 24px;
}

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

.hidden {
  display: none;
}

.section-header-lp {
  color: #202650;
  margin: 0 auto;
  font-size: 40px;
  line-height: 40px;
}

.section-header-lp._792 {
  max-width: 792px;
}

.section-header-lp.margin-bottom {
  margin-top: 0;
  margin-bottom: 40px;
}

.icon {
  width: 100px;
}

.list_items-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.section-sub-title-lp {
  color: #202650;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.section-sub-title-lp._792 {
  max-width: 792px;
}

.section-sub-title-lp.margin-bottom {
  margin-top: 0;
  margin-bottom: 40px;
}

.whats_lp {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  background-color: #41c452;
  align-items: center;
  padding: 8px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.image-4 {
  width: 26px;
}

.text-block {
  font-size: 20px;
}

.check {
  border-color: #fff;
  border-radius: 8px;
  transition: all .3s ease-in-out;
}

.check.w--redirected-checked {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
}

@media screen and (max-width: 991px) {
  .container._1100.vertical {
    align-items: center;
  }

  .section._120 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section._120.bg-mobile {
    background-image: url('../images/financials-bg.webp');
    background-position: 0 0;
    background-size: auto;
  }

  .hero-content {
    justify-content: center;
    padding: 40px;
  }

  .hero-image {
    display: none;
  }

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

  .section-header {
    font-size: 24px;
  }

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

  .target-image_bg {
    max-width: 862px;
    display: none;
    left: 0%;
    right: 0%;
  }

  .target-text {
    top: 0;
  }

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

  .five_steps-image {
    display: none;
  }

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

  .footer-content {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-image {
    display: none;
  }

  .cookies_paragraph {
    max-width: 400px;
  }

  .section-header-lp, .section-sub-title-lp {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .container._1100.gap36 {
    flex-direction: column;
  }

  .container.cookies_container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .nav-container {
    align-items: center;
  }

  .nav-links-wrapper {
    display: none;
  }

  .section {
    padding-bottom: 0;
  }

  .section.success-section {
    padding-bottom: 32px;
  }

  .hero-content {
    padding: 0;
  }

  .hero-heading {
    font-size: 32px;
  }

  .hero-content_text {
    max-width: none;
    padding: 20px;
  }

  .sub-title {
    font-size: 18px;
  }

  .partners-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .cards-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cta-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-content-text {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item_bullet {
    border: 0 solid #000;
  }

  .menu-hamburg {
    display: block;
  }

  .dropdown-list {
    display: flex;
  }

  .dropdown-list.w--open {
    right: -40px;
  }

  .dropdown-list-2 {
    left: -25px;
  }

  .form {
    padding: 20px;
  }

  .field {
    min-width: 0;
  }

  .form-header-wrap {
    width: auto;
  }

  .check-animation {
    max-width: 60%;
  }

  .success-header, .success-link {
    text-align: center;
  }

  .cookies_paragraph {
    text-align: center;
    max-width: none;
  }

  .hero-heading-lp {
    font-size: 32px;
  }
}


