:root {
  --text-gray: #272727;
}

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

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

._2rem.banner-white, ._2rem.white {
  color: #fff;
}

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

._2rem.white.normal.blue {
  color: #0047ba;
}

._2rem.pt-0 {
  padding-top: 0;
}

._2rem.pt-0.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

.img-download {
  height: 48px;
}

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

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

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

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

.banner-slider-content.bg {
  background-image: url('../images/ItsTheWay2GO_banner03.jpg');
  background-position: 100% 0;
  background-size: cover;
}

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

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

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

._3rem.white {
  color: #fff;
  grid-template-rows: auto;
}

._3rem.white.hidden-web {
  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 auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  height: 480px;
  padding-right: 0;
  display: grid;
}

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

.cta-round:hover {
  background-color: #ffcd00;
}

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

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

.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 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #0000;
}

.web-text.hyperlink {
  color: #005abe;
  cursor: pointer;
  line-height: 1rem;
}

.web-text.hyperlink.yellow {
  color: #ffcd00;
}

.web-text.light-grey {
  color: #777;
}

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

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

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

.web-text.cta.white, .web-text.white {
  color: #fff;
}

.web-text.white.mr-02 {
  margin-left: .5rem;
}

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

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

.web-text.grey {
  color: #777;
  line-height: 1.5rem;
}

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

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

._2-3rem {
  color: #272727;
  margin-bottom: 10px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.6rem;
}

._2-3rem.dark-grey {
  color: #272727;
}

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

._2-3rem.white {
  color: #fff;
}

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

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

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

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

.div-hero-banner.right {
  flex-flow: row;
  place-content: space-between;
  align-items: stretch;
}

.div-hero-img {
  justify-content: flex-end;
  width: 531px;
  min-width: 531px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

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

.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: #0047ba;
  min-height: 250px;
}

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

.web-section.secondary-blue {
  background-color: #005abe;
}

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

.web-section.bg-darkblue {
  background-color: #002157;
}

.web-section.bg-darkblue.p-0 {
  z-index: 5;
  height: auto;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.web-section.pb-0 {
  padding-bottom: 0;
}

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

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

.web-container.absolute {
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

.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-slider-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

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

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

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

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

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

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

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

.news-img.h-auto.hidden-web {
  display: block;
}

.news-img.h-auto {
  aspect-ratio: 1;
  aspect-ratio: 1;
  border-radius: 0;
  height: auto;
}

.div-overflow-hidden {
  height: auto;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

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

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

._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.news {
  color: #272727;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

._1-25rem.news.div-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

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

._1-25rem.news.mb-1.white {
  color: #fff;
}

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

._0-87rem.white {
  color: #fff;
}

._0-87rem.mt-05 {
  margin-top: .5rem;
}

.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 {
  height: 480px;
}

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

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

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

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

.web-body {
  color: var(--text-gray);
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

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

.div-banner-heading.hidden-mobile {
  display: block;
}

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

.div-banner-heading-item.auto._45percent {
  width: 45%;
  padding-left: 1rem;
}

.div-banner-heading-item.right {
  inset: 0% 0% 0% auto;
}

.div-banner-heading-item.right.bg-gradient {
  background-image: linear-gradient(90deg, #0000, #005abe 40%, #005abe);
  justify-content: center;
  align-items: center;
  padding-left: 15%;
}

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

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

._3rem-banner.blue {
  color: #0047ba;
}

._3rem-banner.white {
  color: #fff;
  font-size: 3rem;
  line-height: 3.2rem;
}

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

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

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

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

._2rem-semibold.center.white {
  color: #fff;
}

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

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

.swiper-pagination {
  position: relative;
}

.grid-2x1 {
  grid-template-rows: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

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

._2-3rem-2.dark-grey {
  color: #272727;
}

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

.hidden-mobile {
  width: 100%;
}

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

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

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

._3rem-banner-sub {
  color: #272727;
  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: #fff;
}

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

._3rem-banner-sub.white.normal.blue {
  color: #005abe;
  font-size: 3rem;
  line-height: 3rem;
}

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

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

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

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

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

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

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

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

.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-mask {
  flex-flow: wrap;
  flex: 1;
  display: flex;
  overflow: visible;
}

.tab-content-1 {
  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;
}

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

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

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

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

.tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #005abe;
  text-align: center;
  cursor: pointer;
  border: 1px solid #005abe;
  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 {
  color: #fff;
  cursor: pointer;
  background-color: #005abe;
}

.div-step-number {
  color: #0047ba;
  border: 1px solid #0047ba;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  padding: 0;
  display: block;
}

.div-step-number.current {
  color: #fff;
  background-color: #0047ba;
  width: 35px;
  height: 35px;
  padding: 0;
  display: block;
}

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

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

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

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

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

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

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

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

.thumbnail-video {
  cursor: pointer;
}

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

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

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

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

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

.div-testimonial {
  background-color: #fff;
  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;
}

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

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

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

.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-wrapper {
  margin-top: 0;
}

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

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

._6rem {
  font-size: 6rem;
  line-height: 87%;
}

._6rem.white {
  color: #fff;
}

._6rem.white.mr-02 {
  margin-left: .2rem;
}

.heading {
  color: #fff;
  font-size: 10rem;
  line-height: 87%;
}

.link-news {
  text-decoration: none;
  position: static;
}

.grid-news {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

._1125rem.white {
  color: #fff;
}

.div-gradient {
  background-image: linear-gradient(360deg, #005abe, #0000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 15rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-gradient.relative {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(0deg, #005abe, #005abe 70%, #0000);
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -7rem;
  padding-top: 2rem;
  text-decoration: none;
  position: relative;
  top: 0;
}

._1-93rem {
  font-size: 1.93rem;
  font-weight: 600;
  line-height: 140%;
}

._1-93rem.white {
  color: #fff;
  text-decoration: none;
}

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

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

._2-3rem-3.white {
  color: #fff;
}

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

.div-overflow-hidden-2 {
  height: auto;
  position: relative;
  overflow: hidden;
}

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

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

.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.blue-tick.ml-0 {
  margin-left: 0;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

._1-5rem.div-center {
  justify-content: center;
  margin-left: auto;
}

.div-logo-card {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 250px;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (max-width: 991px) {
  ._2rem {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

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

  ._2rem.white.normal.blue {
    color: #0047ba;
  }

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

  .slider-left-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    padding-left: 5rem;
    padding-right: 5rem;
    display: block;
  }

  .img-download {
    height: 40px;
  }

  .link-download {
    height: 20px;
  }

  .banner-slider-content.bg {
    background-image: url('../images/ItsTheWay2GO_banner03_mobile.jpg');
  }

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

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

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

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

  .container-slider.grid {
    grid-template-columns: .75fr;
    height: 750px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .web-text.hidden-mobile {
    display: none;
  }

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

  .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.right, .div-hero-banner.left {
    flex-flow: column;
  }

  .div-hero-banner.mobile-wrap-up {
    flex-flow: wrap-reverse;
  }

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

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

  .web-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

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

  .card-slide {
    width: 50%;
  }

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

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

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

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

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

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

  .news-img.h-auto.hidden-web, .cards-link-block {
    display: block;
  }

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

  ._1-25rem.news.div-center.m-left {
    text-align: left;
  }

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

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

  .div-banner-heading.hidden-mobile {
    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._45percent {
    width: 100%;
    padding-top: 0%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
  }

  .img-banner-web, .img-banner-web.hidden-mobile {
    display: none;
  }

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

  ._3rem-banner.blue {
    color: #0047ba;
  }

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

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

  .swiper-slide {
    width: 50%;
  }

  .grid-2x1 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hidden-mobile {
    display: none;
  }

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

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

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

  .img-qr {
    display: none;
  }

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

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

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

  .code-embed {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .web-stepper {
    display: none;
  }

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

  .div-testimonial {
    height: 500px;
  }

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

  ._1125rem {
    margin-top: 20px;
  }

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

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

@media screen and (max-width: 767px) {
  ._2rem.banner-white {
    color: #fff;
    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;
  }

  .slide-nav {
    position: absolute;
  }

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

  .card-slider-banner {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

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

  .slider-right-image.ml-1 {
    margin-left: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-right-image.pl-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

  .banner-slider-content.bg {
    background-position: 80% 0;
    height: auto;
  }

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

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

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

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

  .slider-mask {
    height: auto;
    position: relative;
    top: auto;
  }

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

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

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

  .div-hero-banner.right.mobile-wrap-up {
    flex-flow: wrap-reverse;
  }

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

  .div-hero-banner.mobile-wrap-up {
    align-items: flex-start;
  }

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

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

  .web-section {
    min-height: 100px;
  }

  .web-container {
    overflow: visible;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .div-banner-heading-item.auto._45percent {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

  .grid-2x1 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .img-qr {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .tab.current {
    overflow: visible;
  }

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

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

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

  .div-testimonial {
    height: 600px;
  }

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  ._2rem.white.normal {
    padding-top: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .slider-right-image.ml-1 {
    padding-left: 1rem;
    padding-right: 0;
    display: block;
  }

  .slider-left-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-download {
    height: 25px;
  }

  .container-slider.grid {
    flex-flow: column;
    justify-content: space-between;
    min-height: 100%;
    padding-right: 0;
    display: flex;
  }

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

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

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

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

  .div-banner-heading-item.auto._45percent {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._3rem-banner.blue.mt-1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  ._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-slider {
    width: 80%;
    margin-left: 0%;
  }

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

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

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

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

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

  .div-testimonial {
    height: 700px;
  }

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

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

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d03730-dec54143 {
  place-self: center;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d0373a-dec54143 {
  place-self: end center;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d0373e-dec54143 {
  place-self: center start;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d03746-dec54143 {
  place-self: center;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d0374a-dec54143 {
  place-self: center start;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d03750-dec54143 {
  place-self: center;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d03754-dec54143 {
  place-self: center start;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d0375a-dec54143 {
  place-self: center;
}

#w-node-c044a565-7721-d2af-ae1c-92134de13b9d-dec54143, #w-node-c044a565-7721-d2af-ae1c-92134de13ba9-dec54143, #w-node-c044a565-7721-d2af-ae1c-92134de13baf-dec54143 {
  place-self: auto;
}

#w-node-_1d88260c-fbbd-6ba9-65d7-e5c1ac780de8-75f440c1 {
  place-self: center;
}

#w-node-_1d88260c-fbbd-6ba9-65d7-e5c1ac780df2-75f440c1 {
  place-self: end center;
}

#w-node-_1d88260c-fbbd-6ba9-65d7-e5c1ac780df6-75f440c1 {
  place-self: center start;
}

#w-node-_1d88260c-fbbd-6ba9-65d7-e5c1ac780dfe-75f440c1 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_89a5de3b-bcc8-1830-ac7f-babf64d03730-dec54143 {
    place-self: start center;
  }

  #w-node-_44101b4c-7e2d-100a-7012-df5d4ba0328e-f04e1592 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


