:root {
  --brand-blue: #0047ba;
  --secondary-blue: #005abe;
  --text-dark: #272727;
  --white: white;
  --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: 200px;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
  overflow: hidden;
}

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

.web-section.web-cover {
  background-image: url('../png/financial-inclusion-cover-2.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('../png/financial-inclusion-cover-2.png');
  background-position: 50%;
  background-size: cover;
  height: 532px;
}

.web-section.web-cover.h-532.overseastravel {
  background-image: url('../png/overseastravel_herobanner.png');
}

.web-section.web-cover.h-532.effortless-travel {
  background-image: url('../webp/effortless-travel-banner-2.webp');
}

.web-section.web-cover.h-532.before-your-trip {
  background-image: url('../webp/before-your-trip-banner-2.webp');
}

.web-section.web-cover.h-532.worry-free-travel {
  background-image: url('../webp/worry-free-travel-banner-2.webp');
}

.web-section.web-cover.h-532.save-big-travel-bigger {
  background-image: url('../webp/save-big-travel-bigger-banner-2.webp');
}

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

.web-section.light-grey-blue {
  background-color: #f0f4f9;
}

.web-section.light-grey {
  background-color: #f8fafc;
  min-height: 200px;
}

.web-section.secondary-blue {
  background-color: var(--secondary-blue);
}

.web-section.dark-blue {
  background-color: #00356f;
}

.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;
  font-weight: 400;
  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);
  text-align: left;
  background-color: #0000;
  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.desc.div-center {
  background-color: #0000;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.web-text.desc.center-alignment.top1rem {
  margin-top: 1rem;
}

.web-text.desc.medium {
  font-weight: 500;
}

.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.cta.div-center {
  padding-right: 0%;
}

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

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

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

.web-text.center.medium {
  font-weight: 500;
}

.web-text.center.medium.white.mb-2 {
  margin-bottom: 2rem;
}

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

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

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

.web-text.white.medium {
  font-weight: 500;
}

.web-text.white.medium.mb-1 {
  margin-bottom: 1rem;
}

.web-text.dark-grey-bold {
  color: #495057;
  font-weight: 600;
  line-height: 2rem;
}

.web-text.dark-grey-bold.mb-1 {
  margin-bottom: 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 {
  pointer-events: auto;
  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;
}

.cta-square-yellow.hidden-web {
  display: none;
}

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

._3rem.white.hidden-web {
  display: none;
}

._3rem.white.center-mobile.justification-center {
  text-align: center;
}

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

._2rem-semibold {
  font-weight: 500;
  line-height: 150%;
}

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

._2rem-semibold.center {
  color: #272727;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.heading-blurb {
  padding-bottom: 2rem;
  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 {
  padding-bottom: 3.5rem;
}

.grid-3x1._4x1.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: start;
}

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

.grid-3x1.bottom2rem {
  padding-bottom: 2rem;
}

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

.grid-3x1.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.div-usp.center {
  justify-content: center;
  align-items: center;
}

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

.img-usp._128px {
  width: 128px;
}

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

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

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

.banner-slider-content.two {
  background-color: var(--secondary-blue);
  background-image: none;
}

.banner-slider-content.two.red {
  background-color: #b2121e;
}

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

.banner-slider-content.secondary-blue {
  background-image: none;
}

.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 {
  color: var(--text-dark);
  margin-top: .5rem;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

._1-25rem.news.mb-1 {
  margin-bottom: 1rem;
}

._1-25rem.news.brand-blue {
  color: var(--brand-blue);
}

.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;
  margin-left: auto;
  margin-right: auto;
}

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

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

.div-center._304x130 {
  width: 304px;
  height: 130px;
}

._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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  min-height: 350px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.card-news._w-full {
  width: auto;
}

.card-news.h480 {
  height: 480px;
}

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

.news-img.h-full {
  height: auto;
}

.news-desc {
  pointer-events: auto;
  height: auto;
  padding: 1rem;
}

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

.card-slider.infinite {
  display: block;
}

.card-slider.infinite.hidden {
  display: none;
}

.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-slide._1-3 {
  width: 33.333%;
}

.card-slide._1-4 {
  width: 25%;
  height: auto;
  min-height: auto;
  padding-left: .5rem;
  padding-right: 0%;
}

.card-slide._1-4-copy {
  width: 25%;
  height: auto;
  min-height: auto;
}

.card-slide._1-5 {
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.card-slide._1-5.center {
  margin-left: auto;
  margin-right: auto;
}

.card-slide._1-5.fixed {
  flex: 0 auto;
}

.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('../svg/shield-new-page-tngd-11.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('../svg/checkmark-11.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;
}

.list-tick-item.blue-tick {
  color: #495057;
  background-image: url('../svg/tngd-icon-success-11.svg');
  background-position: 0 5px;
  background-size: auto;
  padding-left: 30px;
}

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

.link-block-2 {
  background-color: #f0f4f9;
}

._1-5rem {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

._1-5rem.mb-1rem {
  margin-bottom: 1rem;
}

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

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

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

.grid-download-list {
  flex-flow: column;
  display: flex;
}

.div-white-curve {
  background-color: var(--white);
  border-radius: .5rem;
  padding: 1.5rem;
}

.img-download-app {
  margin-bottom: .5rem;
}

.link-download-app {
  cursor: pointer;
}

.image {
  padding-left: 0%;
  padding-right: 0%;
}

.image-2 {
  padding-bottom: 1rem;
  padding-left: 20%;
  padding-right: 20%;
}

.image-3, .imagecenter {
  padding-left: 20%;
  padding-right: 20%;
}

.div-icon-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

.image-4 {
  margin-right: .5rem;
}

.grid-2-col {
  border-bottom: 1px solid #e4e7ea;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.grid-2-col.first {
  grid-template-columns: .25fr 1fr;
  padding-top: 1.5rem;
}

.grid-2-col.last {
  border: 1px #000;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.modal-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #495057;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-btn-w:hover {
  background-color: var(--text-light);
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.modal-1-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: #fff;
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: #fff;
  transform: rotate(-45deg);
}

.modal-content-w {
  border-radius: .75rem;
  padding: 0 0 3rem;
  overflow: hidden;
}

.modal {
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  max-width: 60rem;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
}

.card-w {
  background-color: #fff;
  border: 1px solid #f4f4f3;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 12px 16px #00000003;
}

.card-w:hover {
  transform: translate(0, -.125rem);
}

.card__tech-txt {
  color: #c173ec;
  font-size: .875rem;
  font-weight: 600;
}

.card__btn-w {
  flex: 1;
  align-items: flex-end;
  margin-left: -.125rem;
  padding-top: 1rem;
  display: flex;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.slider-2 {
  background-color: #ddd0;
}

.slider01_slide {
  width: 100%;
  margin-right: 2rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.slider01_mask {
  width: 25%;
  overflow: visible;
}

.testimonial20_arrow-icon {
  color: var(--secondary-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial-card_stars-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.slider_arrow {
  background-color: var(--secondary-yellow);
  border: 2px #585858;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto auto 0% 4rem;
}

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

.slider_arrow.is-left {
  background-color: var(--secondary-yellow);
  border-style: none;
  border-radius: 0%;
  display: flex;
  inset: auto auto 0% 0%;
}

.slider_arrow.is-left:hover {
  background-color: var(--brand-yellow);
}

.slider01_comp {
  background-color: #0000;
  max-width: 90%;
  height: auto;
  margin-left: auto;
  padding-bottom: 5rem;
  padding-left: 1rem;
  position: relative;
  overflow: hidden;
}

.testimonial-card_content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonial-person_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.u-txt-semibold {
  font-weight: 600;
}

.testimonial-person_img {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto 0% 0%;
}

.testimonial-card_star {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonial-card1_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #49432829;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

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

.image-5 {
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: clip;
}

.news-para {
  color: var(--text-light);
}

.modal-2-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-logo-card {
  background-color: var(--white);
  border-radius: 15px;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.div-logo-card._190108 {
  width: 190px;
  height: 108px;
}

.modal-3-popup, .modal-4-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-3 {
  margin-bottom: 48px;
}

.div-block-4 {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  overflow: hidden;
}

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

.div-card-blue {
  background-color: var(--secondary-blue);
  border-radius: .75rem;
  padding: 1rem;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--brand-blue);
}

.slide-2, .slide-3 {
  width: 20%;
}

.slider-3 {
  background-color: #ddd0;
}

.logo-carousel {
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
  overflow: visible;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2400px;
  display: flex;
}

.logo-slider-img {
  width: 200px;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img._50-r-m {
  margin-right: 100px;
}

.web-text-2 {
  color: #272727;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.image-6 {
  width: 190px;
  height: 108px;
}

._1-125rem {
  font-size: 1.125rem;
}

.image-7 {
  padding-left: 33%;
  padding-right: 33%;
}

._1-3 {
  margin-left: 33%;
  padding-left: 33%;
  padding-right: 33%;
}

.image-8 {
  text-align: left;
}

.image-9 {
  width: 320px;
  height: 180px;
}

._190x108 {
  width: 190px;
  height: 108px;
}

.image-10 {
  float: none;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.image-11 {
  margin-top: 30%;
  margin-bottom: 50%;
}

.image-12 {
  margin-top: 20%;
  margin-bottom: 50%;
}

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

  .cta-square-yellow.hidden-web {
    display: flex;
  }

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

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

  ._3rem.white.hidden-mobile {
    display: none;
  }

  ._3rem.white.hidden-web {
    display: block;
  }

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

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

  ._2rem-semibold.center {
    text-align: left;
    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;
  }

  .grid-3x1.bottom2rem {
    padding-bottom: 2rem;
  }

  .grid-3x1.gap-1 {
    grid-template-rows: auto;
    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;
  }

  .cards-link-block {
    display: block;
  }

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

  .card-news.h480 {
    height: 600px;
  }

  .card-slide {
    width: 50%;
  }

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

  .card-slide._1-4 {
    width: 50%;
  }

  .card-slide._1-5 {
    width: 25%;
  }

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

  .slider01_mask {
    width: 50%;
  }

  .slider01_comp {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }
}

@media screen and (max-width: 767px) {
  .web-section {
    min-height: 100px;
  }

  .web-container.mobile-carousel {
    max-width: 1140px;
    margin-right: 0;
    padding-right: 0;
  }

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

  ._2rem-semibold.center {
    text-align: left;
    text-align: left;
  }

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

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

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

  .img-usp._128px {
    width: 70px;
  }

  .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 {
    flex-flow: column-reverse;
    height: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .card-news.h480 {
    height: 520px;
  }

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

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

  .card-slider.infinite {
    max-width: 1140px;
    margin-left: auto;
    padding-left: 1rem;
  }

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

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

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

  .card-slide._1-5 {
    width: 50%;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .list-tick-item.blue-tick {
    background-position: 0 5px;
  }

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

  .grid-2-col {
    grid-template-columns: 1.5fr;
  }

  .grid-2-col.first {
    grid-template-columns: 1.75fr;
    grid-auto-flow: row;
  }

  .close-btn-w {
    z-index: 30;
    width: 2.5rem;
    height: 2.5rem;
  }

  .modal-1-popup {
    height: 92%;
    padding: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
    overflow: auto;
  }

  .modal-content-w {
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 2rem;
    position: relative;
    inset: 0%;
  }

  .modal {
    border-radius: 0;
    position: absolute;
    inset: 0%;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .slider01_mask {
    width: 80%;
  }

  .slider_arrow {
    display: none;
  }

  .slider_arrow.is-left {
    display: none;
    right: 3.5rem;
  }

  .testimonial-person_item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .slider_pagination {
    display: block;
    inset: auto 0% 0% -10%;
  }

  .testimonial-card1_item {
    padding: 1.5rem;
  }

  .modal-2-popup {
    height: 92%;
    padding: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-logo-card {
    margin-left: 10px;
  }

  .modal-3-popup, .modal-4-popup {
    height: 92%;
    padding: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }
}

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

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-1-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-content-w {
    padding: 1.5rem;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-w {
    padding: 1.5rem;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .slider01_slide {
    margin-right: 1rem;
  }

  .slider01_mask {
    width: 95%;
  }

  .modal-2-popup, .modal-3-popup, .modal-4-popup {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }
}

#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-_7a395302-0594-b70b-b9a3-d307ddd40ef0-6a38d83a {
  place-self: center start;
}

#w-node-_7a395302-0594-b70b-b9a3-d307ddd40ef8-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;
}

#w-node-_916589e8-c117-f713-4581-1db18e1e1f2e-5b881b1a {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_6b6fa5e4-9596-8a7e-ea4e-edb5e4e7fb9c-68aef0aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ae92df9f-0501-9a96-85fb-9268289f98ae-68aef0aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b6fa5e4-9596-8a7e-ea4e-edb5e4e7fb9c-68aef0aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


