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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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: 100vw;
  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('../images/financial-inclusion-cover.png');
  background-position: 0 0;
  background-size: cover;
  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.web-cover.h-532.overseastravel {
  background-image: url('../images/banner-web-en.jpeg');
}

.web-section.web-cover.h-532.effortless-travel {
  background-image: linear-gradient(0deg, #0009, #0000004d 40%, #fff0), url('../images/effortless-travel-banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.web-section.web-cover.h-532.worry-free-travel {
  background-image: linear-gradient(0deg, #00000096, #4b4b4b4a 30%, #fff0), url('../images/worry-free-travel-banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.web-section.web-cover.h-532.reloadpin {
  background-image: url('../images/reload-pin-hero.webp');
  height: 406px;
}

.web-section.web-cover.h-532.sustainability {
  background-image: url('../images/sustainability-cover.svg');
}

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

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

.web-section.light-grey-blue.leadership-banner {
  width: 1512px;
  height: 408px;
  padding-top: 0;
  padding-bottom: 0;
}

.web-section.light-grey-blue.leadership-banner.leadership-bg {
  background-color: #d3dde3;
}

.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-section.pb-0 {
  min-height: 100px;
  padding-bottom: 0;
}

.web-section.lighter-brandblue {
  background-color: #0064ff;
}

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

.web-container.grey-rounded {
  background-color: #fafafa;
  border-radius: 17px;
}

.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);
  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.div-center.blue {
  color: var(--brand-blue);
}

.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.desc._16-padding {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

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

.web-text.center {
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
}

.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.underline {
  text-decoration: underline;
}

.web-text.center.underline.blue {
  color: var(--brand-blue);
}

.web-text.center._1rem {
  font-size: 1rem;
}

.web-text.center._1remtop {
  padding-top: 1rem;
}

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

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

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

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

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

.web-text._1remtop {
  margin-top: 0;
  padding-top: 1rem;
}

.web-text._1remtop._1rembottom {
  padding-bottom: 1rem;
}

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

.web-text.bold {
  font-weight: 700;
}

.web-text.semibold {
  font-weight: 600;
}

.web-text.light {
  font-weight: 300;
}

.web-text.leadership-backlink {
  color: var(--brand-blue);
  margin-bottom: 2rem;
}

.web-text.leadership-text {
  margin-bottom: 1rem;
}

.web-text.grey {
  color: var(--text-light);
  line-height: 1.5rem;
}

.web-text.grey.center {
  line-height: 1.5rem;
}

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

.title-yellow-line.center.blue {
  background-color: var(--brand-blue);
}

.title-yellow-line.center.mt-0-5 {
  margin-top: .5rem;
}

.title-yellow-line.bottom0 {
  margin-bottom: 0;
}

.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 {
  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.blue {
  background-color: var(--brand-blue);
  color: var(--white);
}

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

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

.cta-square.blue {
  color: #fff;
  background-color: #0047ba;
}

.cta-square.static-size {
  margin-left: 40%;
  margin-right: 40%;
  position: static;
}

.cta-square.static-size.bottom1rem {
  margin-bottom: 1rem;
}

.cta-square.static-size.left {
  margin-left: 0%;
  margin-right: 80%;
}

.cta-square.bottom20px {
  margin-bottom: 20px;
}

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

.img-hero.leadership-image {
  width: 408px;
  height: 408px;
}

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

.div-desc.leadership-name {
  padding-bottom: 12rem;
}

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

._3rem.leadership-name {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.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;
  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, .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.white-bg {
  background-color: var(--white);
  border-radius: 20px;
}

.img-usp._16-padding {
  padding-top: 16px;
  padding-left: 16px;
}

.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.white.blue {
  color: var(--secondary-blue);
}

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

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

.banner-slider-content.pl-0 {
  padding-left: 0;
}

.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.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.div-center.blue {
  color: var(--brand-blue);
}

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

._2rem.banner-white.hidden-web {
  display: none;
}

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

._2rem.white.normal {
  padding-top: 0;
  font-weight: 400;
}

._2rem.white.normal.blue {
  color: var(--secondary-blue);
}

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

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

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

.div-center.absolute {
  position: absolute;
  inset: auto 0% 0%;
}

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

.cards-link-block {
  cursor: pointer;
  width: 100%;
  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;
}

.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.h480, .card-news.h480-m450 {
  height: 480px;
}

.card-news.h300 {
  min-height: 300px;
}

.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._w-70 {
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
  left: auto;
  right: auto;
}

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

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

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

.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 {
  background-color: #0000;
  height: auto;
  display: block;
}

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

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

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

.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-image: url('../images/tngd-icon-insurance.svg');
  background-position: 0 0;
  background-size: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.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;
  margin-left: 20px;
  margin-right: 20px;
  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('../images/tngd-icon-success.svg');
  background-position: 0 5px;
  background-size: auto;
  padding-left: 30px;
}

.list-tick-item.warning {
  color: red;
  background-image: url('../images/tngd-icon-error.svg');
  background-position: 0 45%;
  font-weight: 500;
}

.list-tick-item.ml-0.download {
  background-image: url('../images/tngd-outlined-download.svg');
}

.list-tick {
  padding-left: 0;
}

.text-block {
  color: #fff;
}

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

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

._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-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-2 {
  padding-bottom: 1rem;
  padding-left: 20%;
  padding-right: 20%;
}

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

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

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

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

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

.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 {
  border-radius: 15px;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 0 2px 5px #0003;
}

.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-4 {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  overflow: hidden;
}

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

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

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

.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;
  font-weight: 500;
  list-style-type: none;
}

.card-product {
  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: 0;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

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

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

.web-text-3.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-4 {
  color: #272727;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.web-text-6.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-6.desc.div-center {
  background-color: #0000;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

.web-text-9.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-9.desc.center-alignment {
  text-align: center;
}

.web-text-9.desc.white {
  color: #fff;
}

._2-3rem-2 {
  color: #272727;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.text-span-4, .link-5 {
  color: var(--brand-yellow);
}

._320x137 {
  width: 320px;
  height: 137px;
}

._320x180 {
  width: 320px;
  height: 180px;
}

._2-5rem {
  font-size: 2.5rem;
}

._2-5rem.div-center.white {
  color: #fff;
}

._1-75rem {
  font-size: 1.75rem;
}

._1-75rem.white {
  color: #fff;
}

.cover-mobile {
  display: none;
}

.cover-web {
  display: block;
}

.image-14 {
  width: 100%;
}

.list {
  padding-left: 0;
}

._1125rem {
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.div-button-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-6, .link-7 {
  color: var(--white);
}

._150x71-4 {
  width: 150px;
  height: auto;
}

.link-8, .link-9, .link-10 {
  color: var(--brand-yellow);
}

._1rem {
  font-size: 1rem;
}

._319x136 {
  width: 319px;
  height: 136px;
}

._319x256 {
  width: 319px;
  height: 256px;
}

._1-875rem {
  font-size: 1.875rem;
}

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

._1-875rem.white.center {
  text-align: center;
}

._210x210 {
  width: 210px;
  height: auto;
}

.accordion-wrapper {
  margin-top: 0;
}

.accordion-item {
  background-color: #fff;
  margin-bottom: 0;
  padding: 1rem;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.web-stepper {
  flex-flow: row;
  display: flex;
}

.web-stepper-content {
  width: 50vw;
}

.web-stepper-step {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.stepper-step {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.stepper-step.w--current {
  background-color: #0000;
}

.div-step-number {
  border: 1px solid var(--brand-blue);
  color: var(--brand-blue);
  border-radius: 20px;
  width: 35px;
  height: 35px;
  padding: 0;
  display: block;
}

.div-step-number.current {
  background-color: var(--brand-blue);
  color: var(--white);
  width: 35px;
  height: 35px;
  padding: 0;
  display: block;
}

.stepper-step-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stepper-text {
  text-align: left;
  max-width: 400px;
  padding-top: 5px;
  display: block;
}

.stepper-number {
  text-align: center;
  object-fit: fill;
  padding-top: 5px;
  position: relative;
  inset: 5% 0% auto auto;
}

.slider, .left-arrow-3, .right-arrow-3 {
  display: none;
}

.slider-img-banner {
  background-color: #0000;
  width: 100%;
  height: auto;
  min-height: auto;
  display: none;
}

.slider-img-banner.banner {
  display: block;
  overflow: hidden;
}

.img-slider-banner-web {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.slider-img-banner-slide {
  width: 100%;
  height: auto;
  min-height: auto;
}

.slider-img-banner-mask {
  overflow: hidden;
}

.img-slider-banner-mobile {
  display: none;
}

.div-banner-heading-item {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  height: 100%;
  padding-left: 5%;
  display: flex;
  position: absolute;
}

.img-banner-web {
  width: 100%;
  min-width: 100%;
  height: auto;
}

.img-banner-mobile {
  display: none;
}

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

._3rem-banner.dark-grey {
  color: var(--text-dark);
}

._3rem-banner.dark-grey.center {
  text-align: center;
}

._3rem-banner.white {
  color: var(--white);
  font-size: 3rem;
  line-height: 3rem;
}

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

._3rem-banner.white.blue {
  color: var(--secondary-blue);
}

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

._3rem-banner-sub {
  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;
}

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

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

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

._3rem-banner-sub.white.normal {
  padding-top: 0;
  font-weight: 400;
}

._3rem-banner-sub.white.normal.blue {
  color: var(--secondary-blue);
  font-size: 3rem;
  line-height: 3rem;
}

.tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--secondary-blue);
  color: var(--secondary-blue);
  text-align: center;
  cursor: pointer;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  max-width: 1000px;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}

.tab.current {
  background-color: var(--secondary-blue);
  color: var(--white);
  cursor: pointer;
}

.tab-slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

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

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

.tab-slider._w-70 {
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
  left: auto;
  right: auto;
}

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

.tab-slider-item {
  flex-wrap: wrap;
  align-items: stretch;
  width: 50%;
  margin-bottom: 0%;
  padding-left: 20px;
  padding-right: 0%;
}

.tab-slider-item._1-2 {
  width: 50%;
  padding-left: 0%;
}

.tab-slider-item._1-3 {
  width: 50%;
}

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

.tab-slider-item._1-5 {
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.tab-slider-item._1-5.center {
  margin-left: auto;
  margin-right: auto;
}

.tab-slider-item._1-5.fixed {
  flex: 0 auto;
}

.tab-content-1, .tab-content-1.current {
  display: block;
}

.tab-content-2 {
  display: none;
}

.video-player {
  margin-bottom: 1rem;
}

.video-slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

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

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

.video-slider._w-70 {
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
  left: auto;
  right: auto;
}

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

.video-slider-item {
  flex-wrap: wrap;
  align-items: stretch;
  width: 33.33%;
  margin-bottom: 0%;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0%;
}

.video-slider-item._1-2 {
  width: 50%;
  padding-left: 0%;
}

.video-slider-item._1-3 {
  width: 50%;
}

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

.video-slider-item._1-5 {
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.video-slider-item._1-5.center {
  margin-left: auto;
  margin-right: auto;
}

.video-slider-item._1-5.fixed {
  flex: 0 auto;
}

.thumbnail-video {
  cursor: pointer;
}

.slide {
  width: 33.33%;
}

.left-arrow-5, .right-arrow-5 {
  display: none;
}

.video-player-embed {
  margin-bottom: 1rem;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-nav-4 {
  position: relative;
}

.div-testimonial {
  background-color: var(--white);
  border-radius: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 700px;
  padding: 1rem;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.div-block-6 {
  align-items: stretch;
  display: flex;
}

.image-15, .icon-blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

  .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 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .cta-square.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;
    text-align: left;
  }

  .div-lead-desc.ml-1 {
    margin-left: 20px;
  }

  .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.news.div-center.m-left {
    text-align: left;
  }

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

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

  ._2rem.banner-white.hidden-web {
    display: block;
  }

  ._2rem.banner-white.hidden-mobile {
    display: none;
  }

  ._2rem.white.normal {
    padding-top: 0;
  }

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

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

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

  .card-news.h480-m450 {
    height: 450px;
  }

  .card-slider._w-70 {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .card-slider-grid {
    grid-template-columns: 1fr;
  }

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

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

  .web-text-4.center, .web-text-5.center, .web-text-7.center, .web-text-8.center {
    text-align: left;
  }

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

  .cover-mobile {
    display: block;
  }

  .cover-web {
    display: none;
  }

  ._1125rem {
    margin-top: 20px;
  }

  .web-stepper {
    display: none;
  }

  .stepper-step-item {
    justify-content: center;
    align-items: center;
  }

  .slider, .slider-img-banner {
    display: block;
  }

  .img-slider-banner-web {
    display: none;
  }

  .img-slider-banner-mobile {
    display: block;
  }

  .div-stepper-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
  }

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

  .slide-nav-2 {
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

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

  .div-banner-heading-item {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 5%;
    padding-left: 0%;
  }

  .img-banner-web {
    display: none;
  }

  .img-banner-mobile {
    display: block;
  }

  ._3rem-banner {
    font-size: 1.8rem;
  }

  ._3rem-banner-sub {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

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

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

  ._3rem-banner-sub.white.normal {
    padding-top: 0;
  }

  .tab-slider._w-70 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .tab-slider-item {
    width: 50%;
  }

  .tab-slider-item._1-3 {
    width: 100%;
  }

  .tab-slider-item._1-4 {
    width: 50%;
  }

  .tab-slider-item._1-5 {
    width: 25%;
  }

  .video-slider._w-70 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .video-slider-item {
    width: 33.33%;
  }

  .video-slider-item._1-3 {
    width: 100%;
  }

  .video-slider-item._1-4 {
    width: 50%;
  }

  .video-slider-item._1-5 {
    width: 25%;
  }

  .div-testimonial {
    height: 450px;
  }
}

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

  .web-section.web-cover.h-532.effortless-travel {
    background-image: linear-gradient(0deg, #0009, #0000004d 17%, #fff0), url('../images/Sec1a_HeroBanner_Mobile.png');
  }

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

  .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 {
    margin-bottom: 1rem;
  }

  .cta-square.blue._w-200 {
    width: 200px;
  }

  .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;
    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-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-left-div {
    align-self: flex-start;
  }

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

  ._2rem.white.normal {
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  ._2rem.white.normal.blue {
    line-height: 2rem;
  }

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

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

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

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

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

  .card-news.h480-m450 {
    height: 400px;
  }

  .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 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
  }

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

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

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

  .slider01_mask {
    width: 80%;
  }

  .slider_arrow {
    display: none;
  }

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

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

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

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

  .card-product {
    flex-flow: column-reverse;
    height: 100%;
    margin-right: 0;
    padding-left: 0;
  }

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

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

  .web-text-5.center, .web-text-7.center, .web-text-8.center {
    text-align: left;
  }

  .div-button-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .div-step-number.current {
    min-width: 35px;
    min-height: 35px;
  }

  .stepper-step-item {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider {
    background-color: #fff;
  }

  .slider-img-banner-mask {
    overflow: hidden;
  }

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

  ._3rem-banner-sub.white.normal {
    padding-top: 0;
    font-size: 1.5rem;
  }

  ._3rem-banner-sub.white.normal.blue {
    line-height: 3rem;
  }

  .tab {
    min-width: 200px;
  }

  .tab.current {
    min-width: 150px;
  }

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

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

  .tab-slider-mask {
    display: block;
    overflow: visible;
  }

  .tab-slider-item {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .tab-slider-item._1-2, .tab-slider-item._1-4 {
    width: 100%;
  }

  .tab-slider-item._1-5 {
    width: 50%;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-3 {
    display: none;
  }

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

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

  .video-slider-mask {
    display: block;
    overflow: hidden;
  }

  .video-slider-item {
    width: 50%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .video-slider-item._1-2, .video-slider-item._1-4 {
    width: 100%;
  }

  .video-slider-item._1-5 {
    width: 50%;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .video-slide-nav {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-testimonial {
    height: 520px;
  }
}

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

  ._2-3rem.white {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .div-download {
    display: none;
  }

  ._2rem.white.normal {
    padding-top: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .card-news.h480-m450 {
    height: 470px;
  }

  .img-download {
    height: 25px;
  }

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

  .list-tick-item.ml-0 {
    margin-left: 0;
  }

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

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

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

  .div-step-number.current {
    min-width: 35px;
    min-height: 35px;
  }

  .stepper-step-item {
    margin-left: 0;
    margin-right: 0;
  }

  ._3rem-banner.white {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  ._3rem-banner-sub.white.normal {
    padding-top: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  ._3rem-banner-sub.white.normal.blue {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .tab.current {
    min-width: 80px;
  }

  .div-testimonial {
    height: 700px;
  }
}

#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-_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-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-_916589e8-c117-f713-4581-1db18e1e1f2e-5b881b1a {
  place-self: center end;
}

#w-node-bf385c67-2bc9-5761-7233-c3ab6b0b3a90-2040ac5e, #w-node-bf385c67-2bc9-5761-7233-c3ab6b0b3a9c-2040ac5e, #w-node-bf385c67-2bc9-5761-7233-c3ab6b0b3aa2-2040ac5e, #w-node-_707dad57-1c79-82c1-6f2a-70a853c82952-cff8cd47 {
  place-self: auto;
}

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


