:root {
  --brand-blue: #0047ba;
  --text-dark: #272727;
  --white: white;
  --secondary-blue: #005abe;
  --text-light: #777;
  --secondary-yellow: #ffdc00;
  --brand-yellow: #ffcd00;
  --blue-bright: #2176cc;
}

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

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

.web-section {
  width: 100%;
  height: auto;
  min-height: 400px;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
}

.web-section.brand-blue {
  background-color: var(--brand-blue);
  min-height: 250px;
}

.web-section.web-cover {
  background-image: url('../images/financial-inclusion-cover.png');
  background-position: 0 0;
  background-size: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.web-section.web-cover.h-532 {
  background-image: url('../images/financial-inclusion-cover.png');
  background-position: 50%;
  background-size: cover;
  height: 532px;
}

.web-section.lightblue-bg {
  background-color: #e6f6ff;
}

.web-container {
  z-index: 10;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.cta-yellow-feature {
  color: #000abe;
  text-align: left;
  cursor: pointer;
  background-color: #ffdc00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 56px;
  margin: 20px 100px 10px 50px;
  padding: 1rem 1.5rem 1rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
}

.cta-arrow-right {
  width: auto;
  padding-left: .5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.web-text {
  color: var(--text-dark);
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.web-text.cta {
  color: #000abe;
  font-weight: 500;
  text-decoration: none;
}

.web-text.desc {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-flow: column;
  order: 0;
  align-items: stretch;
  margin-bottom: .25rem;
  text-decoration: none;
  display: block;
  position: static;
}

.web-text.desc.white {
  color: var(--white);
}

.web-text.cta {
  color: #000abe;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.web-text.cta.white {
  color: var(--white);
}

.web-text.cta.light-blue {
  color: var(--secondary-blue);
  text-decoration: none;
  transition: text-underline-offset .2s;
}

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

.web-text.center.white {
  color: var(--white);
}

.web-text.center.bottom3-5rem {
  padding-bottom: 3.5rem;
}

.web-text.light-grey {
  color: var(--text-light);
}

.web-text.hyperlink {
  color: var(--secondary-blue);
  cursor: pointer;
  line-height: 1rem;
}

.title-yellow-line {
  background-color: #ffdc00;
  border-top: 1px #000;
  width: 116px;
  height: .25rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
  display: block;
  position: relative;
  inset: 0%;
}

.title-yellow-line.center {
  margin-top: 1rem;
  margin-left: auto;
}

.div-hero-banner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  flex-flow: row-reverse;
  display: flex;
}

.div-hero-banner.right {
  flex-flow: row;
}

.cta-square-yellow {
  color: #000abe;
  text-align: left;
  cursor: pointer;
  background-color: #ffdc00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 56px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem 1rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
}

.cta-square-yellow.blue {
  background-color: var(--brand-blue);
  color: var(--white);
}

.cta-square-yellow.bottom1rem {
  padding-bottom: 1rem;
}

.img-hero {
  justify-content: flex-end;
  align-items: center;
  width: 540px;
  max-width: none;
  height: 405px;
  display: block;
  position: static;
}

.div-desc {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._3rem {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 56px;
  position: relative;
}

._3rem.white {
  color: var(--white);
  grid-template-rows: auto;
}

.div-hero-img {
  width: 531px;
  min-width: 531px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.web-body {
  color: var(--text-dark);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

._1-5rem {
  font-weight: 500;
  line-height: 150%;
}

._1-5rem.center {
  text-align: center;
  font-size: 1.5rem;
}

._1-5rem.center.white {
  color: var(--white);
}

.heading-blurb {
  padding-bottom: 3rem;
  position: relative;
}

.heading-blurb.mb-1 {
  padding-bottom: 1rem;
}

.div-lead-desc {
  margin-bottom: 3rem;
}

.div-lead-desc.mb-0 {
  margin-bottom: 0;
}

.grid-3x1 {
  grid-column-gap: 119px;
  grid-row-gap: 119px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.grid-3x1._4x1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-3x1._4x1.bottom3-5rem, .grid-3x1.bottom3-5rem {
  padding-bottom: 3.5rem;
}

.div-usp, .div-usp-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.grid-qr {
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-qr-desc {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.img-qr {
  width: 200px;
  margin-right: 3rem;
}

.right-arrow-2 {
  display: none;
}

.container-slider {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: visible;
}

.container-slider.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  height: 500px;
  padding-right: 0;
  display: grid;
}

.slider-right-image {
  height: auto;
  max-height: none;
  position: relative;
  inset: auto 0% 0% auto;
}

._2-3rem {
  color: var(--text-dark);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.5rem;
}

._2-3rem.dark-grey {
  color: var(--text-dark);
}

._2-3rem.dark-grey.center {
  text-align: center;
}

._2-3rem.white {
  color: var(--white);
}

._2-3rem.white.center {
  text-align: center;
}

.banner-slider-content {
  background-color: #0047ba;
  padding-left: 1rem;
  padding-right: 0;
  position: relative;
  bottom: auto;
}

.banner-slider-content.two, .banner-slider-content.three, .banner-slider-content.four {
  background-color: #015abf;
}

.services-slider_slide {
  height: 500px;
  min-height: auto;
  position: relative;
}

.cta-yellow-round {
  background-color: var(--secondary-yellow);
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  margin-top: 1.5rem;
  padding: 12px 16px;
  font-weight: 400;
  text-decoration: none;
}

.cta-yellow-round:hover {
  background-color: var(--brand-yellow);
}

.slider-img-block {
  height: auto;
  position: relative;
  bottom: 0%;
  right: 0%;
}

.slider-left-div {
  flex-flow: column;
  padding-left: 0;
  display: block;
}

._1-25rem {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 56px;
  position: relative;
}

._1-25rem.white {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

._1-25rem.card {
  padding-top: 0;
  font-size: 2rem;
  line-height: 2rem;
}

._1-25rem.center {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 40px;
  font-weight: 500;
  line-height: 3.5rem;
}

._1-25rem.news {
  margin-top: .5rem;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.left-arrow-2 {
  display: none;
}

.div-cover {
  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: flex-end;
  align-items: center;
  height: 532px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

._2rem {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 39px;
  position: relative;
}

._2rem.banner-white {
  color: var(--white);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.container-2 {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: visible;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 1095px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.card-line-yellow {
  opacity: 1;
  outline-offset: 0px;
  background-color: #fff;
  border: 1px #ffdc00;
  border-left: 8px solid #ffdc00;
  border-radius: .5rem;
  outline: 3px #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 210px;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.stats-slider {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

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

.div-center.mt-12 {
  margin-top: 3rem;
}

.div-center.mt-1rem {
  margin-top: 1rem;
}

._0-87rem {
  color: #6b7280;
  font-size: .875rem;
  line-height: 1.75rem;
}

.text-gray {
  color: var(--text-light);
  margin-top: .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.grid-card-news {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-link-block {
  cursor: pointer;
  text-decoration: none;
}

.cta-blue-hyperlink {
  outline-offset: 0px;
  text-align: center;
  cursor: pointer;
  outline: 3px #00e;
  text-decoration: none;
  position: static;
  inset: auto auto 0%;
  overflow: hidden;
}

.news-img-block {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 1095px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.card-news {
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 2px 5px #0003;
}

.news-img {
  object-fit: cover;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
  height: 200px;
  position: relative;
}

.news-desc {
  padding: 1rem;
}

.card-slider {
  background-color: #0000;
  height: auto;
  display: block;
  position: relative;
}

.card-slider-mask {
  flex-flow: wrap;
  display: flex;
  overflow: visible;
}

.card-slide {
  flex-wrap: wrap;
  align-items: stretch;
  width: 50%;
  margin-bottom: 3%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.card-slide._1-2 {
  width: 50%;
  padding-left: 0%;
}

.card {
  color: #777;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 15% 30px;
  transition: transform .15s, box-shadow .15s;
  display: flex;
  box-shadow: 0 4px 10px #0000000f;
}

.card:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 15px #00000017;
}

.text-button {
  color: #51a646;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.text-button:hover {
  color: #79be44;
}

.button-arrow {
  margin-left: 11px;
  padding-top: 18px;
  padding-bottom: 18px;
}

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

.img-download {
  height: 48px;
}

.link-download {
  cursor: pointer;
  height: 48px;
}

.card-slider-banner, .card-slider-news, .card-slider-stats {
  background-color: #0000;
  height: auto;
  display: block;
}

.hyperlink-line {
  border: 1px solid var(--secondary-blue);
  color: var(--secondary-blue);
  border-radius: 3px;
}

.div-block-2 {
  overflow: hidden;
}

.card-slider-mask-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  overflow: visible;
}

.card-slider-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.card-slider-grid.none {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.hyperlink-yellow {
  color: var(--secondary-yellow);
}

.hyperlink-yellow:hover {
  color: var(--brand-yellow);
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 1095px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.section-4.bg-blue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0047ba;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.cta-yellow-round-2 {
  text-align: center;
  cursor: pointer;
  background-color: #ffcd00;
  border-radius: 50px;
  margin-top: 1.5rem;
  padding: 12px 16px;
  font-weight: 400;
  text-decoration: none;
}

.cta-yellow-round-2:hover {
  background-color: #ffdc00;
}

.text-list {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-list.cta {
  color: #000abe;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.text-list.white {
  color: #fff;
  background-image: url('../images/Shield-new-page-tngd.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto 4px;
  padding-left: 0;
}

.text-list.white.list-item-shield {
  background-size: 18px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 56px;
  position: relative;
}

.h3.center {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 40px;
  font-weight: 500;
  line-height: 3.5rem;
}

.h3.center.white {
  color: #fff;
}

.link {
  vertical-align: baseline;
  flex: 1;
  display: inline-block;
}

.link.link-block {
  vertical-align: baseline;
  flex: 0 auto;
  display: inline-block;
  overflow: auto;
}

.link-2 {
  flex-flow: column;
  flex: 0 auto;
  display: inline-flex;
  position: static;
}

.list-tick-item {
  color: #000;
  text-align: left;
  background-image: url('../images/checkmark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  list-style-type: none;
  display: block;
}

.link-3, .list-tick {
  padding-left: 0;
}

.text-block {
  color: #fff;
}

.link-4 {
  position: static;
}

.hyperlink-blue {
  color: var(--secondary-blue);
}

.hyperlink-blue:hover {
  color: var(--brand-blue);
}

.container-3 {
  width: 831px;
  height: 467px;
}

@media screen and (max-width: 991px) {
  .web-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta-yellow-feature {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .web-text.center {
    text-align: left;
  }

  .title-yellow-line.center {
    text-align: left;
    margin-left: 0;
  }

  .title-yellow-line.center.mobile-center {
    margin-left: auto;
  }

  .div-hero-banner, .div-hero-banner.left, .div-hero-banner.right {
    flex-flow: column;
  }

  .cta-square-yellow {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .img-hero {
    width: 100%;
    max-width: none;
    height: auto;
  }

  ._3rem {
    font-size: 2.3rem;
    line-height: 46px;
  }

  .div-hero-img {
    width: 100%;
    min-width: 344px;
  }

  ._1-5rem.center {
    text-align: left;
  }

  .grid-3x1 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-3x1._2x2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-3x1._4x1 {
    grid-template-columns: 1fr 1fr;
  }

  .div-usp {
    flex-flow: column;
  }

  .grid-qr {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .img-qr {
    display: none;
  }

  .container-slider.grid {
    padding-left: 0;
  }

  ._2-3rem {
    font-size: 1.8rem;
  }

  ._1-25rem {
    font-size: 2.3rem;
    line-height: 46px;
  }

  ._1-25rem.center {
    font-size: 32px;
    line-height: 3rem;
  }

  .div-cover {
    justify-content: flex-end;
    align-items: center;
  }

  ._2rem {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .grid-stats-desktop {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-2 {
    flex-flow: row;
  }

  .card-line-yellow {
    min-height: 300px;
    margin-bottom: 1rem;
  }

  .stats-slider {
    display: none;
  }

  .grid-card-news {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .section-3 {
    flex-flow: row;
  }

  .card-slide {
    width: 50%;
  }

  .img-download {
    height: 40px;
  }

  .link-download {
    height: 20px;
  }

  .section-4 {
    flex-flow: row;
  }

  .h3 {
    font-size: 2.3rem;
    line-height: 46px;
  }

  .h3.center {
    font-size: 32px;
    line-height: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .cta-yellow-feature {
    margin-bottom: 1rem;
  }

  .web-text.cta.light-blue {
    color: #2563eb;
  }

  .web-text.center {
    text-align: left;
  }

  .web-text.center.white.mobile-center {
    text-align: center;
  }

  .title-yellow-line.center {
    margin-left: 0;
  }

  .div-hero-banner {
    flex-flow: column;
  }

  .div-hero-banner.left, .div-hero-banner.right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .cta-square-yellow {
    margin-bottom: 1rem;
  }

  .img-hero {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
  }

  ._3rem.white {
    font-size: 2.37rem;
  }

  .div-hero-img {
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
    top: 0;
  }

  ._1-5rem.center {
    text-align: left;
  }

  .heading-blurb {
    padding-bottom: 1rem;
  }

  .grid-3x1, .grid-3x1._4x1 {
    grid-template-columns: 1fr;
  }

  .img-qr {
    display: none;
  }

  .container-slider.grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    min-height: 800px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 3.5rem;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .slider-right-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    padding-bottom: 0;
    position: relative;
    inset: auto 0% 0%;
  }

  .slider-right-image.pr {
    padding-right: 18px;
  }

  .slider-right-image.pr.resize {
    width: 100%;
  }

  .slider-right-image.mt-55 {
    margin-top: 55px;
  }

  .slider-mask {
    height: 100%;
  }

  .banner-slider-content {
    vertical-align: baseline;
    height: 100%;
  }

  .services-slider_slide {
    background-color: #ddd0;
    height: 100%;
  }

  .slide-nav {
    position: absolute;
  }

  .slide-nav.header {
    position: relative;
    inset: auto 0% 0%;
  }

  .slider-img-block {
    width: 100%;
    display: block;
    bottom: 0;
    right: auto;
  }

  .slider-img-block.resize {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .slider-left-div {
    align-self: flex-start;
  }

  ._1-25rem.card {
    box-shadow: none;
    color: var(--text-dark);
    padding-left: 0%;
    transition-property: none;
  }

  ._1-25rem.center {
    padding-top: 0;
    font-size: 32px;
    line-height: 2.5rem;
  }

  ._2rem.banner-white {
    color: var(--white);
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.75rem;
    line-height: 36px;
  }

  .icon-2 {
    display: none;
  }

  .slide-1 {
    height: 100%;
  }

  .grid-stats-desktop, .right-arrow {
    display: none;
  }

  .section-2 {
    padding-bottom: 3.5rem;
  }

  .card-line-yellow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    min-height: 210px;
    margin-bottom: 1rem;
    display: flex;
  }

  .card-line-yellow.slider {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .slider-nav {
    color: #fff0;
    background-color: #fff0;
    border: 1px solid #fff0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 10px;
    position: static;
  }

  .stats-slider {
    background-color: #55282800;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .left-arrow {
    display: none;
  }

  .div-center.mt-12 {
    margin-top: 1rem;
  }

  .grid-card-news {
    display: none;
  }

  .cards-link-block {
    height: 100%;
  }

  .section-3 {
    padding-bottom: 3.5rem;
  }

  .card-news {
    height: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .left-arrow-3 {
    display: none;
  }

  .card-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
  }

  .card-slider-mask {
    display: block;
    overflow: clip;
  }

  .card-slide {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .card-slide._1-2 {
    width: 100%;
  }

  .img-download, .link-download {
    height: 36px;
  }

  .card-slider-banner, .card-slider-news, .card-slider-stats {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
  }

  .card-slider-mask-copy {
    display: block;
    overflow: clip;
  }

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

  .section-4 {
    padding-bottom: 3.5rem;
  }

  .h3.center {
    padding-top: 0;
    font-size: 32px;
    line-height: 2.5rem;
  }

  .hyperlink-blue {
    text-decoration: underline;
  }
}

@media screen and (max-width: 479px) {
  .container-slider.grid {
    min-height: auto;
  }

  .div-download {
    display: none;
  }

  .img-download {
    height: 25px;
  }

  .link-block {
    line-height: 25px;
  }
}

#w-node-d3086a5d-463f-8d73-fef7-1e948990d8d9-257d1406 {
  place-self: center;
}

#w-node-d3086a5d-463f-8d73-fef7-1e948990d8e0-257d1406 {
  place-self: end center;
}

#w-node-d3086a5d-463f-8d73-fef7-1e948990d8e4-257d1406 {
  place-self: center start;
}

#w-node-d3086a5d-463f-8d73-fef7-1e948990d8ec-257d1406 {
  place-self: end center;
}

#w-node-aa560ade-f081-40d8-85ca-6552d8fa3105-6a38d83a {
  place-self: center;
}

#w-node-aa560ade-f081-40d8-85ca-6552d8fa3109-6a38d83a {
  place-self: end center;
}

#w-node-d08a1cbf-19e2-7ef9-6e7d-e9cb71f2f0a4-6a38d83a {
  place-self: center start;
}

#w-node-d08a1cbf-19e2-7ef9-6e7d-e9cb71f2f0ac-6a38d83a {
  place-self: center;
}

#w-node-d08a1cbf-19e2-7ef9-6e7d-e9cb71f2f099-6a38d83a {
  place-self: center start;
}

#w-node-d08a1cbf-19e2-7ef9-6e7d-e9cb71f2f0a0-6a38d83a {
  place-self: center;
}

#w-node-_6731e69a-889b-05a2-aab3-28b3bbbbba8c-6a38d83a {
  place-self: center start;
}

#w-node-_6731e69a-889b-05a2-aab3-28b3bbbbba92-6a38d83a {
  place-self: center;
}

#w-node-_58a51d54-0dab-fb3c-a400-ae7f8fc93cb9-6a38d83a, #w-node-_58a51d54-0dab-fb3c-a400-ae7f8fc93cbe-6a38d83a, #w-node-_58a51d54-0dab-fb3c-a400-ae7f8fc93ccb-6a38d83a {
  place-self: auto;
}


