: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.brand-blue.h-0 {
  background-color: #0059bd;
  padding-top: 0;
  padding-bottom: 0;
}

.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/sustainibility-banner.jpg');
  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-section.bg-lightblue {
  background-color: #f2f8ff;
}

.web-section.bg-lightblue.hidden {
  display: none;
}

.web-section.mt-0 {
  padding-top: 0;
}

.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: var(--brand-blue);
  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 {
  color: var(--text-dark);
  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.light-grey.blog-desc {
  text-decoration: none;
}

.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;
  line-height: 150%;
}

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

.web-text.bold.gray {
  color: #495057;
  margin-top: 1rem;
}

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

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

.web-text._0-75rem {
  color: var(--secondary-blue);
  background-color: #ecf3ff;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  display: inline-block;
  position: static;
}

.web-text.hyperlink-blue {
  padding-right: .5rem;
}

.web-text.gray {
  color: #495057;
}

.web-text.mt-1 {
  margin-top: 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;
}

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

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

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

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

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

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

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

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

.div-desc.top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

._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, ._3rem.white.center {
  text-align: center;
}

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

._3rem.blue {
  color: var(--secondary-blue);
  font-weight: 700;
}

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

._2rem-semibold.blue {
  color: var(--brand-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.93rem;
  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.6rem;
}

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

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

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

.cta-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-round:hover {
  background-color: var(--brand-yellow);
}

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

.cta-round.blue:hover {
  background-color: var(--secondary-blue);
}

.cta-round.mt-0 {
  margin-top: 0;
}

.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 {
  justify-content: center;
  align-items: center;
}

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

._1-25rem.news.mb-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0;
  display: block;
}

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

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

._1-25rem.news.mt-0.blog-title {
  text-decoration: none;
}

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

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

.div-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.div-center.table-img, .div-center.center {
  justify-content: center;
  align-items: flex-start;
}

._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: static;
  overflow: hidden;
}

.card-news {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 1rem;
  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: 400px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

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

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

.card-news.h400 {
  height: 400px;
  min-height: 400px;
}

.card-news.h-auto {
  height: 100%;
  min-height: 200px;
  max-height: none;
}

.card-news.popup {
  height: 430px;
  min-height: 0;
}

.card-news.h-750 {
  height: 750px;
  min-height: auto;
}

.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 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: auto;
}

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

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

.card-slider {
  background-color: #0000;
  flex-flow: row;
  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%;
  overflow: visible;
}

.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: 20px;
  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;
  line-height: 1.5rem;
}

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

.list-tick.mb-1 {
  margin-bottom: 1rem;
}

.list-tick.mb-1.mt-1 {
  padding-top: 1rem;
}

.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.div-center {
  justify-content: center;
  margin-left: auto;
}

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

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

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

.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 {
  height: 36px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: 0;
}

.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: 10rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: none;
  position: absolute;
  inset: auto 50% 0% 42%;
}

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

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

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

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

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  display: block;
  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;
}

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

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

._1125rem.center.semibold {
  margin-bottom: 1rem;
  font-weight: 500;
}

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

.stepper-content {
  text-align: left;
  width: 400px;
  left: 20%;
  right: 0%;
}

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

.web-stepper-step._40 {
  width: 50vw;
}

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

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

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

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

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

.div-banner-heading {
  position: relative;
}

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

.div-banner-heading-item.auto {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: auto;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.img-banner-web {
  width: 100%;
  min-width: 100%;
  max-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.white {
  color: var(--white);
  font-size: 3rem;
  line-height: 3.2rem;
}

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

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

.tab-slider-mask._2tab {
  max-width: 1140px;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

.tab-content-1.mt-1 {
  margin-top: 1rem;
  display: block;
}

.tab-content-3 {
  display: block;
}

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

.thumbnail-video {
  cursor: pointer;
}

.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 {
  display: none;
  position: relative;
}

.slide-nav-4.show {
  display: block;
}

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

.image-15 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.icon-blockquote.close {
  transform-style: preserve-3d;
  display: inline-block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.tab-content-2.mt-1 {
  margin-top: 1rem;
  display: block;
}

.div-img-testimony {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-outline {
  border: 1px solid var(--brand-blue);
  pointer-events: auto;
  color: #000abe;
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 56px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
}

.cta-outline:hover {
  color: var(--white);
}

.navbar {
  background-color: var(--white);
}

.code-block {
  margin-top: 1rem;
  position: relative;
  inset: auto 0% 0%;
}

.div-code-block {
  display: none;
}

.div-stepper {
  display: block;
}

.code-embed {
  text-align: left;
  width: 70%;
  position: static;
  left: 50%;
  right: 50%;
}

.div-testimony-name {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.web-dropdown-toggle {
  border: 1px solid var(--brand-blue);
  background-color: #fff;
  border-radius: 3rem;
}

.dropdown-list {
  border: 1px solid var(--brand-blue);
  background-color: var(--white);
  border-radius: 3rem;
  display: none;
}

.dropdown-item.template {
  color: var(--brand-blue);
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-default.blue {
  color: var(--brand-blue);
}

.div-block-5 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  width: 50%;
  margin-top: 1rem;
}

.div-table-header {
  background-color: var(--secondary-blue);
  color: var(--white);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-table-col-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--text-light);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-16 {
  display: inline-block;
}

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

.left-arrow-7, .swiper-button-next {
  display: none;
}

.grid-4 {
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  box-shadow: 0 2px 5px #0003;
}

.flipcard-front {
  backface-visibility: hidden;
  color: #fff;
  background-color: #fff;
  border-radius: 1rem;
  height: 800px;
  min-height: 800px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-front.h-600 {
  height: 100%;
  min-height: 0;
  transform: rotate(0);
}

.flipcard-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: scroll;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-wrapper {
  border-radius: 1rem;
  height: 750px;
  position: relative;
  overflow: visible;
}

.flipcard-wrapper.two, .flipcard-wrapper._2, .flipcard-wrapper.one {
  height: auto;
}

.flipcard-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 1500px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.flipcard-more, .flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.image-17 {
  display: inline-block;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-areas: ".";
}

.div-divider {
  border-bottom: 2px solid #e4e7ea;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.div-wrapper.timeline {
  width: auto;
  height: auto;
  min-height: 200px;
  margin-top: 0;
  padding-top: 0;
}

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

.left-arrow-8 {
  background-color: #0000;
  width: 48px;
  height: 48px;
  position: absolute;
  inset: 0 110px auto auto;
}

.right-arrow-8 {
  position: absolute;
  inset: 0 0 auto auto;
}

.grid-timeline {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1rem;
}

.grid-timeline._3x1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-timeline._5x1 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-divider-green {
  border-bottom: 2px none var(--secondary-blue);
  background-color: var(--secondary-blue);
  width: 100%;
  height: 2px;
  display: block;
  position: static;
}

.slider-timeline {
  background-color: #0000;
  min-height: 450px;
}

.slider-timeline-mask {
  min-height: 400px;
}

.div-green-timeline {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

._1-93rem {
  height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 1.93rem;
  font-weight: 600;
  position: static;
  top: 0;
}

.modal-5-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-scroll {
  min-height: 0;
  padding: 0 1rem;
  display: block;
  overflow: hidden;
}

.div-scroll.expanded {
  max-height: 500px;
}

.image-18 {
  background-color: #fff;
  position: static;
}

.image-19 {
  background-color: var(--white);
}

.modal-6-popup, .modal-7-popup, .modal-8-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;
}

._1-25rem {
  font-size: 1.25rem;
  line-height: 150%;
}

._1-25rem.normal {
  font-weight: 400;
}

.flipcard-inner {
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.div-title-icon-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.div-block-8 {
  background-color: #e4e7ea;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.swiper {
  background-color: #0000;
  flex-flow: row;
  height: auto;
  display: block;
  position: relative;
}

.swiper.infinite {
  display: block;
}

.swiper.infinite.hidden {
  display: none;
}

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

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

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

.swiper-slide._1-3 {
  width: 33.33%;
  overflow: visible;
}

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

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

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

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

.swiper-pagination {
  position: relative;
}

.swiper-button-prev, .left-arrow-9, .right-arrow-9 {
  display: none;
}

.div-spacer-3rem {
  height: 3rem;
}

.blog-link.template {
  display: block;
}

.blog-grid {
  grid-template-rows: auto;
}

.div-grey-line {
  margin-bottom: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.div-grey {
  background-color: #fafafa;
  border-radius: 1rem;
  padding: 1rem 1rem 0;
}

.fade-overlay {
  z-index: 10;
  background-image: linear-gradient(#0000, #ffffff80 50%, #0000);
  height: 80px;
  position: absolute;
  inset: 60% 0 0;
}

.div-block-9 {
  height: 1.5rem;
}

.div-block-border-blue {
  border: 1px solid var(--secondary-blue);
  border-radius: .5rem;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem .5rem;
  display: flex;
}

.div-flex-stat {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-hidden-web {
  display: none;
}

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

.hidden {
  display: none;
}

.grid-2x2 {
  margin-top: 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-arrow {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

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

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

  .container-slider.grid.responsive {
    grid-template-columns: .75fr;
    height: 800px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-right-image {
    overflow: visible;
  }

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

  .slider-left-div {
    width: 90vw;
  }

  ._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-news.h400 {
    height: 400px;
    min-height: 300px;
  }

  .card-news.popup {
    height: 420px;
  }

  .card-news.h-750 {
    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;
  }

  .text-list.white.list-item-shield {
    background-size: 20px;
  }

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

  .modal-1-popup {
    display: none;
  }

  .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-img-banner, .slider-img-banner.stepper {
    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%;
  }

  .div-banner-heading-item.auto {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    top: 0%;
    transform: none;
  }

  .div-banner-heading-item.auto.bottom {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 1rem;
    inset: auto 0% 0%;
  }

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

  .img-banner-mobile {
    width: 100%;
    display: block;
  }

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

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

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

  .tab-slider-mask._2tab {
    margin-left: auto;
    margin-right: auto;
  }

  .tab-slider-item {
    width: 100%;
    margin-bottom: 1rem;
  }

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

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

  .div-testimonial {
    height: 500px;
  }

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

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

  .code-embed {
    width: 100%;
  }

  .web-dropdown-toggle {
    border: 1px solid var(--brand-blue);
    border-radius: 3rem;
    margin-bottom: 1rem;
  }

  .web-dropdown-toggle.blue-outline {
    border: 1px solid var(--brand-blue);
    border-radius: 3rem;
  }

  .dropdown-list {
    border: 1px solid var(--brand-blue);
    background-color: #fff;
    border-radius: 0;
    display: none;
  }

  .dropdown-item {
    color: var(--brand-blue);
  }

  .dropdown-item.template {
    z-index: 700;
    border: 1px none var(--brand-blue);
    color: var(--brand-blue);
    border-radius: 3rem;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .dropdown-default, .dropdown-default.blue {
    color: var(--brand-blue);
  }

  .img-w-full, .grid-3 {
    width: 100%;
  }

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

  .flipcard-front {
    height: 600px;
    min-height: 650px;
  }

  .flipcard-front.h-600 {
    height: 100%;
    min-height: 0;
    transform: rotate(0);
  }

  .flipcard-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .flipcard-wrapper {
    height: 900px;
  }

  .flipcard-wrapper.two, .flipcard-wrapper.one {
    height: 700px;
  }

  .flipcard-container {
    grid-template-columns: 1fr;
  }

  .flipcard-less {
    bottom: 20px;
  }

  .div-wrapper.timeline {
    margin-bottom: 1rem;
  }

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

  .grid-timeline._3x1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .slider-timeline {
    height: 450px;
    min-height: 400px;
    display: none;
  }

  .slider-timeline-item {
    overflow: visible;
  }

  .div-green-timeline {
    padding-right: 1rem;
  }

  ._1-25rem {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .div-block-8 {
    width: auto;
    height: 1px;
    margin: 0 1rem;
  }

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

  .swiper-slide {
    width: 50%;
  }

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

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

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

  .icon-2 {
    color: var(--brand-blue);
  }

  .div-hidden-web {
    display: block;
  }
}

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

  .web-section.brand-blue.min-h-0 {
    min-height: 0;
  }

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

  .web-section.mt-0 {
    padding-top: 0;
  }

  .web-container {
    overflow: visible;
  }

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

  .web-container.overflow-hidden {
    overflow: visible;
  }

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

  .web-text.center.white.mobile-center, .web-text.bold.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-arrow {
    margin-bottom: 1rem;
  }

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

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

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

  ._3rem.white.mobile-pt-0 {
    padding-top: 0;
  }

  .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-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .grid-3x1._2x1.mobile-2, .grid-3x1.mobile-2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-usp {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .container-slider.grid.responsive {
    height: 800px;
    padding-top: 1rem;
  }

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

  ._1-25rem.news.mt-0 {
    margin-top: 0;
  }

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

  .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-news.h-auto {
    max-height: 400px;
  }

  .card-news.popup {
    height: 450px;
  }

  .card-news.h-750 {
    height: 850px;
  }

  .news-img {
    width: auto;
    height: auto;
    overflow: clip;
  }

  .news-img.h-full {
    width: 100%;
  }

  .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: 100%;
    padding: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
    overflow: scroll;
  }

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

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

  .image-5, .news-para {
    overflow: visible;
  }

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

  .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-img-banner-mask {
    overflow: hidden;
  }

  ._3rem-banner.white {
    margin-top: 0;
  }

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

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

  .tab {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .tab.current {
    overflow: visible;
  }

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

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

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

  .tab-slider-item._2 {
    width: 70%;
  }

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

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

  .slide-nav-4 {
    display: block;
  }

  .div-testimonial {
    height: 600px;
  }

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

  .cta-outline {
    margin-bottom: 1rem;
  }

  .dropdown-list {
    display: none;
  }

  .dropdown-item.template {
    border-radius: 0;
    display: none;
  }

  .flipcard-front {
    height: 600px;
    min-height: 600px;
  }

  .flipcard-back {
    overflow: hidden;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .flipcard-wrapper {
    height: 700px;
  }

  .flipcard-wrapper.two {
    height: 550px;
  }

  .flipcard-wrapper._2 {
    height: 700px;
  }

  .flipcard-wrapper._3 {
    height: 820px;
  }

  .flipcard-wrapper.one {
    height: 550px;
  }

  .flipcard-container {
    grid-template-columns: 1fr;
  }

  .slide-nav-7 {
    display: block;
  }

  .left-arrow-8 {
    border-radius: 2rem;
    display: none;
    top: 10px;
    left: 20px;
    right: auto;
  }

  .right-arrow-8 {
    border-radius: 2rem;
    display: none;
    top: 10px;
  }

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

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

  .grid-timeline._5x1 {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .div-divider-green {
    display: none;
  }

  .slider-timeline {
    height: 950px;
    min-height: 650px;
  }

  .slider-timeline-item {
    height: auto;
    overflow: hidden;
  }

  ._1-93rem {
    text-align: center;
    height: 2.5rem;
    text-decoration: none;
  }

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

  .div-scroll {
    margin-bottom: 0;
    padding-bottom: 1rem;
    overflow: hidden;
  }

  .div-blog {
    height: 300px;
    overflow: scroll;
  }

  .image-18, .image-19 {
    background-color: #fff;
  }

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

  .div-block-7 {
    display: block;
    position: static;
    overflow: hidden;
  }

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

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

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

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

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

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

  .div-spacer-3rem {
    height: 0;
  }

  .blog-divider {
    display: flex;
  }

  .blog-description {
    padding-left: 0;
  }

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

  .blog-link.template {
    display: none;
  }

  .blog-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom: 0 solid #e4e7ea;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    padding-bottom: 1.5rem;
  }

  .div-grey-line {
    border-bottom: 1px solid #e4e7ea;
    height: 1px;
  }

  .blog-title {
    color: var(--text-dark);
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3rem;
  }

  .blog-desc {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  ._3rem.blue {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .container-slider.grid {
    min-height: auto;
  }

  .container-slider.grid.responsive {
    height: 700px;
    padding-top: 1rem;
  }

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

  .card-news.h-auto {
    max-height: 600px;
  }

  .card-news.popup {
    height: 430px;
  }

  .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;
    display: none;
  }

  .modal-content-w {
    padding: 0 0 3rem;
    display: block;
  }

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

  .tab-slider {
    width: 80%;
    margin-left: 0%;
  }

  .tab-slider-mask {
    width: 80%;
    overflow: visible;
  }

  .tab-slider-mask._2tab {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-slider-item {
    padding-left: 0;
    padding-right: 1rem;
  }

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

  .div-testimonial {
    height: 700px;
  }

  .web-dropdown-toggle {
    background-color: var(--white);
    width: 92vw;
    margin-bottom: 1rem;
  }

  .web-dropdown-toggle.w--open {
    padding: 1rem;
  }

  .dropdown-list {
    background-color: #e9a6a6;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    flex-flow: column;
    display: flex;
  }

  .dropdown-item {
    border-bottom: 1px solid #d8d8d8;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 0;
    text-decoration: none;
  }

  .dropdown-default {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .dropdown-default.blue {
    color: var(--brand-blue);
  }

  .flipcard-front {
    height: auto;
    min-height: 600px;
  }

  .flipcard-back {
    overflow: hidden;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
    box-shadow: 7px 7px 40px 6px #00000017;
  }

  .flipcard-wrapper {
    height: 780px;
  }

  .flipcard-wrapper.two {
    height: 700px;
  }

  .flipcard-wrapper._2 {
    height: 800px;
  }

  .flipcard-wrapper._3 {
    height: 1050px;
  }

  .flipcard-wrapper._4 {
    height: 930px;
  }

  .flipcard-wrapper.one {
    height: 700px;
  }

  .left-arrow-8, .right-arrow-8 {
    border-radius: 2rem;
  }

  .slider-timeline {
    min-height: 650px;
  }

  ._1-93rem {
    height: 2rem;
  }

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

  .div-scroll {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-blog {
    height: 500px;
    overflow: scroll;
  }

  .modal-6-popup, .modal-7-popup, .modal-8-popup {
    padding-left: 0;
    padding-right: 0;
  }

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

  ._1-25rem.normal {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .div-title-icon-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

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

#w-node-e1822515-4beb-94e2-f6e4-90216fa2288e-428e0535 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7c317d1b-6bad-5ca6-6f4a-0411627b732a-428e0535 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c317d1b-6bad-5ca6-6f4a-0411627b73db-428e0535 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c317d1b-6bad-5ca6-6f4a-0411627b7358-428e0535 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c317d1b-6bad-5ca6-6f4a-0411627b7378-428e0535 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c317d1b-6bad-5ca6-6f4a-0411627b738d-428e0535 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c317d1b-6bad-5ca6-6f4a-0411627b73a6-428e0535, #w-node-_7c317d1b-6bad-5ca6-6f4a-0411627b73bf-428e0535 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c317d1b-6bad-5ca6-6f4a-0411627b73c5-428e0535 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00910479-32c3-5cfa-1659-56db316eea8e-428e0535, #w-node-_7c317d1b-6bad-5ca6-6f4a-0411627b73ef-428e0535, #w-node-_7c317d1b-6bad-5ca6-6f4a-0411627b73f9-428e0535 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_618e63d0-07a1-7aae-0f4d-926b59aa1d23-428e0535, #w-node-_618e63d0-07a1-7aae-0f4d-926b59aa1d2c-428e0535, #w-node-_9e7a862d-e1e6-73a2-9568-c97e9d98fabb-428e0535, #w-node-_403852d1-b537-6caa-ad58-d9095f4b2764-428e0535, #w-node-d86f60f9-8859-2efd-e0fc-50b4e444d6db-428e0535, #w-node-d86f60f9-8859-2efd-e0fc-50b4e444d6e5-428e0535, #w-node-d86f60f9-8859-2efd-e0fc-50b4e444d6ef-428e0535, #w-node-d86f60f9-8859-2efd-e0fc-50b4e444d6f9-428e0535, #w-node-_298eb86a-7cb8-de45-9311-ee85149ad72b-428e0535, #w-node-_4bae0866-8821-55f1-c22a-ec2585dcd1fb-428e0535, #w-node-_4bae0866-8821-55f1-c22a-ec2585dcd1e7-428e0535, #w-node-_4bae0866-8821-55f1-c22a-ec2585dcd1f1-428e0535, #w-node-d98d9f50-3172-b8dd-bfc8-3b6a8ef5bd44-428e0535, #w-node-_4bae0866-8821-55f1-c22a-ec2585dcd205-428e0535, #w-node-be81f09a-a23b-1936-1847-caac2a535751-428e0535, #w-node-bae2faa3-77f7-b29e-95f6-510bf29a8300-428e0535, #w-node-_096a490f-bd83-3e11-5287-1a8158512b18-428e0535, #w-node-a3fd4dcb-9881-183e-b81c-a462f8ca64be-428e0535, #w-node-a3fd4dcb-9881-183e-b81c-a462f8ca64d2-428e0535, #w-node-a3fd4dcb-9881-183e-b81c-a462f8ca64dc-428e0535, #w-node-f4669476-98ba-f219-669a-ea41189db16e-428e0535, #w-node-e2fa3ec7-6528-a477-c71d-1378787c6dd1-428e0535, #w-node-_521c1bbb-2172-74ed-8dfb-ebb35c9554af-428e0535, #w-node-_8286a08d-7357-892a-2e45-fb3dd7bbc1b2-428e0535, #w-node-e131ef79-d3ff-8b2f-e111-5761dfd5c216-428e0535, #w-node-e179af8e-7674-c971-d0d3-9a06d8d3019a-428e0535, #w-node-_6c7a3e39-75bf-9bb0-2a19-a02d88e14cbd-428e0535, #w-node-_19733f0c-dffd-5570-13a9-c69e42e25596-428e0535, #w-node-_6aecff3e-74e2-497e-6ea7-375dc111de2a-428e0535, #w-node-_900be006-d9dd-a8f8-236d-b767a7b80d7d-428e0535, #w-node-_4e3a21a3-1c36-3d74-200c-0c5fdb88403f-428e0535, #w-node-_3e3ba534-d7fc-6155-4a32-dfc4a9e86f40-428e0535, #w-node-_9ef3c165-e27d-e81b-a5d8-c5d650415ad0-428e0535, #w-node-c8811150-344a-1851-d490-43d719fca9b0-428e0535 {
  place-self: center start;
}

#w-node-be9931a7-a0db-aa50-1b5e-5ff06fed9bdb-9290eb43, #w-node-be9931a7-a0db-aa50-1b5e-5ff06fed9be5-9290eb43 {
  place-self: center;
}

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

  #w-node-e1822515-4beb-94e2-f6e4-90216fa22894-428e0535, #w-node-e1822515-4beb-94e2-f6e4-90216fa22899-428e0535, #w-node-e1822515-4beb-94e2-f6e4-90216fa2289a-428e0535 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@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, #w-node-_4dc21352-ae59-c08a-8f37-bdd59872184b-6a416895, #w-node-_90b092b0-f332-ac5a-5654-1f94488aa4eb-6a416895 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


