:root {
  --green: #4cb95c;
  --white: #fff;
  --black: black;
  --transparent: #fff0;
  --gradientbluetransparent: #00a0bf1a;
  --gradientgreentransparent: #00f7a11a;
  --gradientblue: #00a0bf;
  --gradientgreen: #00f7a1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #6e6e6e;
  font-family: Kumbh Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 32px;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

.page-wrapper {
  overflow: clip;
}

.header {
  z-index: 100;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 90%;
}

.container.rel {
  z-index: 10;
  position: relative;
}

.container._120 {
  margin-top: 120px;
}

.container.mauto {
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #fff;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 22px 20px;
  display: flex;
}

.brand {
  margin-right: auto;
  padding-left: 0;
}

.navigation {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo {
  width: 160px;
  margin-right: 20px;
}

.header-button-wrap.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary {
  color: #636363;
  text-align: center;
  letter-spacing: .01em;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #00a0bf, #00f7a1);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  border: 2px solid #0000;
  border-radius: 100px;
  padding: 18px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .35s;
  transition-timing-function: ease-in-out;
}

.button-secondary:hover {
  background-color: var(--green);
  color: var(--white);
  background-image: linear-gradient(90deg, #00a0bf, #00f7a1);
}

.nav-link-box {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #4e4e4e99;
  letter-spacing: .08em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.nav-link-box:hover, .nav-link-box.w--current {
  background-origin: padding-box, border-box;
  font-weight: 700;
}

.nav-link-box.hide, .nav-link-dot {
  display: none;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4e4e4e99;
  letter-spacing: .08em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.dropdown-toggle:hover {
  background-origin: padding-box, border-box;
  font-weight: 700;
}

.home-hero-section {
  z-index: 5;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 0;
  position: relative;
}

.hero-top-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-line {
  border-left: 16px solid var(--white);
  height: 170px;
}

.hero-content-box {
  text-align: left;
}

.hero-subtext {
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: none;
}

.heading-style-h1 {
  color: var(--white);
  letter-spacing: .01em;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.heading-style-h1.bl {
  color: var(--black);
}

.heading-style-h1.black-color-size {
  color: var(--black);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero-info-text-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 16px;
  display: flex;
}

.hero-info-text-title {
  color: var(--white);
  letter-spacing: .01em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.hero-info-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
}

.hero-info-sub-text {
  color: #fffc;
  letter-spacing: .01em;
  font-size: 18px;
  line-height: 24px;
}

.hero-button-wrap {
  margin-top: 28px;
  margin-bottom: 43px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--transparent);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(90deg, #00a0bf, #00f7a1 65%, #00f7a1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-position 1s;
  display: inline-flex;
}

.button-primary.tabsbtn {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: none;
  border-radius: 10px;
  line-height: 18px;
}

.button-primary.tabsbtn.w--current {
  background-image: linear-gradient(90deg, #00a0bf, #00f7a1 65%, #00f7a1);
  transform: scale(1.05);
}

.button-arrow-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-title-box {
  width: 100%;
  max-width: 850px;
}

.hero-bottom-wrap {
  position: relative;
}

.hero-progress-line {
  background-color: var(--white);
  border-radius: 100px;
  width: 100%;
  height: 1px;
  position: relative;
}

.hero-fill-line {
  background-color: var(--white);
  border-radius: 100px;
  width: 45%;
  height: 3px;
  display: none;
  position: absolute;
  inset: -1px 0% auto;
  overflow: hidden;
}

.hero-features-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.hero-features-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-features-icon.inv {
  filter: invert();
}

.hero-features-text {
  color: var(--white);
  letter-spacing: .01em;
  width: 170px;
  font-weight: 500;
  line-height: 20px;
}

.hero-features-text.blc {
  color: var(--black);
}

.scroll-down-box {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: 45px 24px auto auto;
}

.scroll-down-icon {
  border: 3px solid var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  padding: 10px 14px 32px;
  display: none;
}

.scroll-down-dot {
  background-color: var(--white);
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 6px;
  min-height: 6px;
}

.scroll-down-image {
  margin-bottom: 12px;
}

.scroll-down-image.hide {
  display: none;
}

.home-about-section {
  padding-top: 120px;
  padding-bottom: 40px;
}

.home-about-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-content-wrap, .about-image-wrap {
  width: 100%;
  max-width: 45%;
}

.section-green-tag {
  color: var(--transparent);
  letter-spacing: .12em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00a0bf, #00f7a1);
  background-origin: padding-box, border-box;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.section-title-box {
  display: block;
  position: relative;
}

.section-title-box.center-align {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h2 {
  z-index: 2;
  color: #4e4e4e;
  font-size: 48px;
  line-height: 1.2;
  position: relative;
}

.heading-style-h2.text-color-white._w-size45px {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
}

.heading-style-h2.margin-btm {
  margin-bottom: 60px;
}

.about-line-shape {
  width: 280px;
  position: absolute;
  inset: 47px auto auto 0%;
}

.about-summary-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-summary-dark {
  letter-spacing: .02em;
  margin-bottom: 20px;
}

.about-summary-light {
  color: #6e6e6ecc;
  letter-spacing: .02em;
  margin-bottom: 20px;
}

.counter-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: flex;
}

.counter-item {
  text-align: center;
}

.counter {
  color: #4e4e4e;
  font-size: 32px;
  line-height: 40px;
}

.counter-text {
  color: #6e6e6e;
  margin-top: 12px;
}

.counter-divider {
  background-color: #4e4e4e29;
  width: 1px;
  min-width: 1px;
}

.count {
  font-size: 36px;
}

.about-button-wrap {
  margin-top: 60px;
}

.home-service-section {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--gradientbluetransparent), var(--gradientgreentransparent));
  background-origin: padding-box, border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-wrap.flx {
  background-origin: padding-box, border-box;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.service-line-shape {
  width: 180px;
  position: absolute;
  inset: auto 0% -15% auto;
}

.service-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: none;
}

.service-item {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #4e4e4e0f;
  border-radius: 24px;
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -8px 20px #0003;
}

.service-item.flx-div {
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.service-item.flx-div.rev._4 {
  position: sticky;
  top: 8rem;
}

.service-item.flx-div.rev._6 {
  position: sticky;
  top: 12rem;
}

.service-item.flx-div.rev._8 {
  position: sticky;
  top: 16rem;
}

.service-item.flx-div.rev._10 {
  position: sticky;
  top: 20rem;
}

.service-item.flx-div._1 {
  position: sticky;
  top: 2rem;
}

.service-item.flx-div._2 {
  position: sticky;
  top: 4rem;
}

.service-item.flx-div._3 {
  position: sticky;
  top: 6rem;
}

.service-item.flx-div._5 {
  position: sticky;
  top: 10rem;
}

.service-item.flx-div._7 {
  position: sticky;
  top: 14rem;
}

.service-item.flx-div._9 {
  position: sticky;
  top: 18rem;
}

.service-image {
  object-fit: contain;
  height: 26vw;
}

.service-image.p {
  position: relative;
  top: 40px;
}

.service-item-name {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.service-hover-box {
  background-color: var(--green);
  border-radius: 24px;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.service-hover-box._100 {
  flex-flow: column;
  min-height: 100%;
}

.service-hover-box.reg {
  background-color: var(--transparent);
  width: 60%;
  position: static;
  transform: none;
}

.service-hover-box.reg.hide {
  display: none;
}

.service-item-front.new {
  width: 33%;
}

.service-item-front.new.hide {
  display: none;
}

.service-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  display: flex;
  box-shadow: 0 20px 40px #4cb95c1a;
}

.service-content-wrap.no-shadow {
  box-shadow: none;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
}

.service-item-name-white {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.service-item-name-white.black {
  color: var(--black);
}

.service-item-summary {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 24px;
}

.service-item-summary.black {
  color: var(--black);
}

.service-item-summary.black.lft {
  text-align: left;
}

.button-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--green);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.button-white:hover {
  background-color: var(--transparent);
  color: var(--white);
}

.button-white.new {
  padding: 0;
}

.button-white.new:hover {
  color: var(--black);
}

.button-white.margin-top {
  margin-top: 10px;
}

.home-service-benefit-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 200px;
}

.service-benefit-inner {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-benefit-left-wrap {
  width: 100%;
  max-width: 45%;
  position: sticky;
  top: 150px;
}

.service-benefit-line-shape {
  width: 180px;
  position: absolute;
  inset: auto auto -10% 0%;
}

.service-benefit-title-wrap {
  width: 100%;
  max-width: 400px;
  margin-bottom: 80px;
}

.service-benefit-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.service-benefit-list.new {
  width: 55%;
}

.service-benefit-text {
  color: #4e4e4e;
  font-weight: 500;
}

.service-benefit-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-benefit-right-wrap {
  width: 100%;
  max-width: 45%;
  position: relative;
}

.service-benefit-card {
  background-color: var(--white);
  transform-origin: 50% 0;
  border: 1px solid #4e4e4e33;
  border-radius: 20px;
  height: 275px;
  padding: 30px;
  position: sticky;
  top: 150px;
}

.service-benefit-card.first {
  margin-bottom: 45px;
}

.service-benefit-card.second {
  margin-bottom: 30px;
  top: 165px;
}

.service-benefit-card.third {
  margin-bottom: 15px;
  top: 180px;
}

.heading-style-h6 {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 600;
}

.service-benefit-summary {
  color: #4e4e4e99;
  margin-top: 18px;
  margin-bottom: 0;
}

.technology-benefit-section {
  background-color: #f0f5f0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-benefit-button-wrap {
  z-index: 3;
  position: relative;
  top: 100px;
}

.technology-benefit-line-shape {
  width: 130px;
  position: absolute;
  inset: auto auto -6% 120px;
}

.video-content__wrapper {
  height: 300vh;
}

.video__wrapper {
  height: 100vh;
  padding: 1rem;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.video__mask {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video__container {
  position: absolute;
  inset: 0%;
}

.video__background {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-text__wrapper {
  z-index: 1;
  text-align: center;
  margin-bottom: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.technology-benefit-title {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 1.2;
}

.technology-benefit-summary {
  color: var(--white);
  width: 100%;
  max-width: 60rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 40px;
}

.video__overlay {
  z-index: 0;
  background-color: #0000003d;
  position: absolute;
  inset: 0%;
}

.features-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.feature-line-shape {
  width: 220px;
  position: absolute;
  inset: auto auto -19% 400px;
}

.feature-line-shape.api {
  left: 200px;
}

.feature-line-shape.api.api-position-copy {
  width: 190px;
  inset: auto 13% -10% auto;
}

.feature-line-shape.api.who-is {
  width: 150px;
  left: auto;
  right: 38%;
}

.feature-line-shape.api.who-is-copy {
  width: 150px;
  left: auto;
  right: 25%;
}

.feature-line-shape.cr, .feature-line-shape.dmc {
  left: 200px;
}

.features-summary {
  color: #9e9e9e;
  width: 100%;
  max-width: 680px;
  margin: 18px auto 0;
  font-size: 18px;
}

.features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 75px;
  display: grid;
}

.features-grid._3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.features-grid._2col {
  grid-template-columns: 1fr 1fr;
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid._6col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.features-grid._4col {
  margin-top: 20px;
}

.features-item {
  text-align: center;
  cursor: pointer;
  border: 1px solid #4e4e4e29;
  border-radius: 16px;
  width: 100%;
  height: 200px;
  transition: all .35s ease-in-out;
  position: relative;
}

.features-item.height-180px {
  height: 180px;
}

.features-icon {
  width: 70px;
  height: 70px;
}

.features-icon.bottom-m {
  margin-bottom: 1rem;
}

.features-item-text {
  color: #4e4e4e;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
}

.features-item-text.color-green {
  color: var(--green);
}

.features-item-text.less-m {
  text-align: center;
  margin-top: 0;
  margin-bottom: .4rem;
}

.testimonial-section {
  background-image: linear-gradient(180deg, var(--gradientgreentransparent), var(--gradientbluetransparent));
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-line-shape {
  width: 220px;
  position: absolute;
  inset: auto auto -19% 270px;
}

.testimonial-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 86px;
  display: flex;
}

.testimonial-row {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-list-left {
  flex: none;
  display: flex;
}

.testimonial-item {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #4e4e4e1f;
  border-radius: 24px;
  width: 550px;
  min-width: 550px;
  margin-left: 40px;
  padding: 40px;
  box-shadow: 0 6px 24px #4e4e4e05;
}

.testimonial-summary {
  margin-top: 15px;
  margin-bottom: 0;
}

.testimonial-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.testimonial-author {
  color: #4cb95c;
  font-size: 20px;
  font-weight: 500;
}

.testimonial-list-right {
  flex: none;
  display: flex;
}

.faq-section {
  background-color: #f0f5f0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-section {
  padding-top: 100px;
}

.blog-section.hide {
  display: none;
}

.blog-grid-wrapper {
  margin-top: 80px;
}

.blog-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-box {
  background-color: var(--white);
  color: #8e8e8e;
  border: 1px solid #4e4e4e1a;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  box-shadow: 0 20px 48px #4cb95c0d;
}

.blog-image-wrap {
  position: relative;
  overflow: hidden;
}

.blog-thumbnail-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.blog-thumbnail-image.img-width {
  object-fit: contain;
  object-position: 0% 50%;
  height: 220px;
}

.blog-thumbnail-image.img-width.h-fx {
  height: auto;
}

.blog-info-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #aeaeae;
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 14px;
  display: flex;
}

.blog-item-name {
  color: #4e4e4e;
  margin-bottom: 12px;
  font-weight: 500;
}

.blog-info-dot {
  background-color: #aeaeae;
  border-radius: 50%;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
}

.blog-hover-box {
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(#0006 47%, #0000);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  inset: 0%;
}

.blog-hover-button-wrap {
  z-index: 3;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-hover-text {
  z-index: 5;
  color: var(--white);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.blog-hover-button {
  z-index: 5;
  background-color: var(--white);
  color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 0 60px #0009;
}

.blog-hover-button:hover {
  background-color: var(--green);
  color: var(--white);
}

.blog-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-button-wrap {
  text-align: center;
  margin-top: 60px;
}

.news-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.news-grid-wrapper {
  width: 100%;
  max-width: 1390px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.news-item-box {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.news-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.news-item-big-name {
  color: var(--white);
  padding: 36px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.news-list, .news-list-item {
  width: 100%;
  height: 100%;
}

.news-item-name {
  color: var(--white);
  padding: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.left-section-title-wrap.flx {
  background-origin: padding-box, border-box;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.left-section-title-wrap.vf {
  flex-flow: column;
  display: flex;
}

.faq-summary {
  color: #9e9e9e;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 18px;
}

.faq-line-shape {
  width: 220px;
  position: absolute;
  inset: auto auto -19% 0%;
}

.faq-inner-wrap {
  margin-top: 68px;
}

.faq-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.faq-item {
  background-color: var(--white);
  color: #4e4e4e;
  border: 1.3px solid #4e4e4e1a;
  border-radius: 20px;
  padding: 24px;
  font-size: 18px;
}

.faq-question-wrap {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-answer-wrap {
  padding-top: 20px;
  display: none;
}

.faq-plus-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.faq-minus-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: none;
}

.faq-answer-summary {
  color: var(--white);
}

.home-contact-section {
  z-index: 20;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.home-contact-line-shape {
  width: 140px;
  position: absolute;
  inset: auto 0% -19% auto;
}

.home-contact-block {
  width: 100%;
  max-width: 80%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  margin-bottom: 0;
}

.input-group {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-label {
  color: #4e4e4e;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) #4e4e4e7a;
  height: 38px;
  margin-bottom: 0;
  padding: 0;
}

.text-field:focus {
  border-color: var(--transparent) var(--transparent) #4e4e4e7a;
}

.text-color-green {
  color: var(--gradientblue);
  background-origin: padding-box, border-box;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) #4e4e4e7a;
  height: 45px;
  margin-bottom: 0;
  padding: 0;
}

.textarea:focus {
  border-color: var(--transparent) var(--transparent) #4e4e4e7a;
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transparent) var(--transparent) #4e4e4e7a;
  background-color: var(--white);
  text-align: left;
  height: 45px;
  margin-bottom: 0;
  padding: 0;
}

.select-field:focus {
  border-color: var(--transparent) var(--transparent) #4e4e4e7a;
}

.contact-submit-button {
  border: 1px solid var(--transparent);
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--gradientblue), var(--gradientgreen));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 100px;
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 600;
  transition: all .35s ease-in-out;
}

.contact-submit-button:hover {
  border: 1px solid var(--green);
  background-color: var(--transparent);
  color: var(--green);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.form {
  text-align: center;
  position: relative;
}

.home-cta-section {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(90deg, #00a0bf, #00f7a1);
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-cta-inner {
  text-align: center;
  width: 100%;
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
}

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

.home-cta-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.button-white-outline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  letter-spacing: .01em;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: inline-flex;
}

.button-white-outline:hover {
  background-color: var(--white);
  color: var(--green);
}

.button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-wrap {
  z-index: 20;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 75px;
  position: relative;
}

.footer-bottom-wrap {
  border-top: 1px solid #4e4e4e33;
  padding-top: 32px;
  padding-bottom: 36px;
}

.footer-bottom-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-link {
  background-image: linear-gradient(270deg, var(--gradientblue), var(--gradientgreen));
  color: var(--transparent);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.copyright-link:hover {
  background-image: linear-gradient(90deg, var(--gradientblue), var(--gradientgreen));
}

.footer-info-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}

.footer-info-link {
  background-image: linear-gradient(90deg, var(--gradientblue), var(--gradientgreen));
  color: var(--transparent);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer-info-link:hover {
  background-image: linear-gradient(200deg, var(--gradientblue), var(--gradientgreen));
}

.footer-info-dot {
  background-color: var(--green);
  border-radius: 50%;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
}

.footer-info-text {
  background-image: url('../images/Vector-27.svg');
  background-position: 58%;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: Onest, sans-serif;
  font-weight: 400;
}

.footer-highlight-text {
  background-image: linear-gradient(90deg, var(--gradientblue), var(--gradientgreen));
  color: #0000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.footer-top-list {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-left-col {
  width: 328px;
  min-width: 328px;
}

.footer-logo {
  width: 180px;
}

.footer-social-wrap {
  margin-top: 68px;
}

.footer-social-text {
  color: #aeaeae;
  margin-bottom: 40px;
}

.social-media-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.social-media-item {
  color: #4e4e4e;
  border: 1.5px solid #4e4e4e29;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  transition: all .35s ease-in-out;
  display: flex;
}

.social-media-item:hover {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.social-media-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-menu-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-menu-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #aeaeae;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
  font-weight: 500;
  display: flex;
}

.footer-title-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-menu-list {
  flex-flow: column;
  display: flex;
  position: relative;
}

.footer-menu-divider {
  background-image: linear-gradient(#0000001a 50%, #9990);
  width: 2px;
  min-width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 15px;
}

.footer-menu-link {
  border-left: 2px solid var(--transparent);
  color: #4e4e4e;
  padding-left: 30px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: block;
}

.footer-menu-link:hover {
  border-left-color: var(--green);
  color: var(--green);
  font-weight: 600;
}

.footer-menu-link.w--current {
  color: var(--green);
  font-weight: 600;
}

.footer-menu-item {
  margin-bottom: 30px;
  margin-left: 15px;
  position: relative;
}

.footer-menu-item.hide {
  display: none;
}

.footer-menu-text {
  color: #aeaeae;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
}

.footer-menu-link-text {
  border-left: 2px solid var(--transparent);
  color: #4e4e4e;
  padding-left: 30px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: block;
}

.footer-menu-link-text.w--current {
  color: var(--green);
  font-weight: 600;
}

.footer-menu-link-text.address {
  margin-top: 20px;
}

.menu-button {
  display: none;
}

.news-line-shape, .blog-line-shape {
  width: 220px;
  position: absolute;
  inset: auto auto -19% 270px;
}

.service-hero-section {
  z-index: 5;
  background-image: url('../images/BG-3_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 390px;
  padding-bottom: 70px;
  position: relative;
}

.service-hero-section.travel-portal {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-ninauhlikova-287240_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 350px;
}

.service-hero-section.holiday {
  background-image: url('../images/BG_1.avif');
}

.service-hero-section.white-label {
  background-image: linear-gradient(#00000080, #00000080), url('../images/web-template-website-design-concept-2023-11-27-05-27-25-utc-1_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 350px;
}

.service-hero-section.bus-api {
  background-image: url('../images/BG-7_1.avif');
}

.service-hero-section.hotels-api {
  background-image: url('../images/BG-3_2.webp');
}

.service-hero-section.flight-api {
  background-image: url('../images/BG-3_1.avif');
}

.service-hero-section.api {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-sash2s-16592498_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 350px;
}

.service-hero-section.cruise {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-pixabay-260584_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  padding-top: 350px;
}

.service-hero-section.dmc {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-element5-1051077_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-hero-inner {
  text-align: center;
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.service-hero-summary {
  color: var(--white);
  letter-spacing: .02em;
  width: 100%;
  max-width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.service-hero-summary.bl {
  color: var(--black);
}

.service-hero-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.service-hero-divider.bl {
  background-color: var(--black);
  display: none;
}

.mouse-scroll-down {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.mouse-scroll-down-box {
  text-align: center;
}

.mouse-scroll-down-box.m2 {
  margin-top: 10px;
}

.service-features-section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.service-feature-line-shape {
  width: 180px;
  position: absolute;
  inset: auto auto -15% 0%;
}

.service-features-left {
  width: 100%;
  max-width: 55%;
}

.service-features-left.new {
  justify-content: space-between;
  max-width: 100%;
  display: flex;
}

.service-features-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.service-features-summary {
  letter-spacing: .02em;
}

.service-fetaure-button-wrap {
  margin-top: 30px;
  position: relative;
}

.service-fetaure-button-wrap.hide {
  display: none;
}

.button-shape-vector {
  margin-top: 52px;
  margin-left: 40px;
}

.service-feature-image {
  width: 500px;
  position: absolute;
  inset: auto 0% 140px auto;
}

.service-benefit-section {
  background-image: linear-gradient(90deg, var(--gradientbluetransparent), var(--gradientgreentransparent));
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-benefit-section.hide {
  display: none;
}

.service-integration-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-integration-section.hide {
  display: none;
}

.service-integration-section.bg {
  background-image: linear-gradient(90deg, var(--gradientbluetransparent), var(--gradientgreentransparent));
}

.service-integration-grid {
  grid-column-gap: 40px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 160px;
  display: grid;
}

.service-integration-item {
  text-align: center;
  border: 1px solid #4e4e4e33;
  border-radius: 24px;
  padding-bottom: 88px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .35s ease-in-out;
  position: relative;
}

.service-integration-title {
  background-image: linear-gradient(90deg, var(--gradientblue), var(--gradientgreen));
  color: var(--transparent);
  letter-spacing: .01em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 52px;
  margin-bottom: 20px;
  font-weight: 500;
}

.service-integration-desc {
  letter-spacing: .02em;
}

.service-integration-icon {
  background-color: var(--white);
  color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  transition: all .35s ease-in-out;
  display: flex;
  box-shadow: 0 16px 48px #4e4e4e12;
}

.service-integration-img {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.testimonial-quote-white {
  display: none;
}

.features-card-inner {
  z-index: 2;
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-list-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.service-item-box {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #4e4e4e0f;
  border-radius: 24px;
  width: 30%;
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #00000005;
}

.service-item-box.hide, .service-benefit-right {
  display: none;
}

.service-benefit-right.unhide {
  width: 40%;
  display: block;
}

.service-info-section {
  padding-top: 150px;
}

.service-info-section.hide {
  display: none;
}

.service-info-line-shape {
  width: 180px;
  position: absolute;
  inset: auto auto -15% 25%;
}

.service-info-inner {
  text-align: center;
}

.service-info-item {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.service-info-item.flip {
  flex-flow: row-reverse wrap;
}

.service-info-content-wrap {
  text-align: left;
  width: 100%;
  max-width: 42%;
}

.heading-style-h3 {
  font-size: 32px;
  line-height: 1.3;
}

.heading-style-h3.text-color-green {
  background-image: linear-gradient(90deg, var(--gradientblue), var(--gradientgreen));
  color: var(--transparent);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-style-h3.white {
  color: #fff;
}

.service-info-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.service-info-image-wrap {
  width: 100%;
  max-width: 42%;
}

.service-info-image {
  width: 100%;
}

.service-info-image.max-h {
  object-fit: cover;
  object-position: 50% 25%;
  max-height: 400px;
}

.service-info-wave-shape {
  width: 800px;
  margin-top: 30px;
}

.process-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.process-section.hide {
  display: none;
}

.process-inner-wrap {
  margin-top: 100px;
}

.service-detail-benefit-section {
  padding-top: 100px;
  padding-bottom: 30px;
}

.service-detail-benefit-section.hide {
  display: none;
}

.contact-info-link {
  color: var(--green);
  font-weight: 500;
  text-decoration: none;
}

.feature-info-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.feature-info-list.col-2 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-info-list.hide {
  display: none;
}

.service-link-box {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.dropdown-list {
  background-color: var(--white);
  border-radius: 16px;
  width: 270px;
  min-width: 270px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list.w--open {
  inset: 150% 0% auto;
}

.dropdown-link {
  color: #6e6e6e;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s ease-in-out;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--green);
}

.dropdown-link.hide {
  display: none;
}

.news-hero-section {
  z-index: 5;
  background-image: url('../images/BG-5_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 390px;
  padding-bottom: 70px;
  position: relative;
}

.news-hero-summary {
  color: var(--white);
  letter-spacing: .02em;
  width: 100%;
  max-width: 50%;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.news-list-section {
  background-color: var(--white);
  padding-top: 100px;
  position: relative;
}

.news-list-wrapper {
  margin-top: 100px;
  margin-bottom: 40px;
}

.news-all-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-item-card {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.news-thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-card-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  position: absolute;
  inset: auto 32px 32px;
}

.newsletter-block {
  text-align: center;
  width: 100%;
  max-width: 787px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-title {
  color: #090909;
  font-size: 40px;
  line-height: 1.2;
}

.newsletter-summary {
  width: 100%;
  max-width: 60%;
  margin: 20px auto 48px;
}

.newsletter-text-field {
  color: var(--black);
  background-color: #00000005;
  border: 1px solid #0000001a;
  border-radius: 100px;
  height: 64px;
  margin-bottom: 0;
  padding: 12px 12px 12px 24px;
  font-size: 18px;
  font-weight: 500;
}

.newsletter-text-field:focus {
  border-color: var(--green);
}

.newsletter-text-field::placeholder {
  color: #aeaeae;
}

.newsletter-submit-button {
  background-color: var(--green);
  background-image: url('../images/send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  transition: all .35s;
  position: absolute;
  inset: 50% 12px 0% auto;
  transform: translate(0, -50%);
}

.newsletter-form {
  width: 525px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.news-list-shape {
  width: 140px;
  position: absolute;
  inset: auto auto -15% 0%;
}

.newsletter-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.newsletter-section.hide {
  display: none;
}

.contact-hero-summary {
  color: var(--white);
  letter-spacing: .02em;
  width: 100%;
  max-width: 62%;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.contact-hero-section {
  z-index: 5;
  background-image: url('../images/BG-6_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 390px;
  padding-bottom: 70px;
  position: relative;
}

.contact-support-section {
  background-color: #f0f5f0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-support-title {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contact-support-shape {
  width: 200px;
  position: absolute;
  inset: auto auto -15% 30%;
}

.contact-support-top-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 86px;
  display: flex;
}

.contact-support-box {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 40px 30px 50px;
}

.contact-support-box.green {
  background-color: #f0f5f0;
}

.contact-support-box.for-tablet, .contact-support-box.hide {
  display: none;
}

.heading-style-h4 {
  color: #4e4e4e;
  font-size: 24px;
  line-height: 1.2;
}

.contact-support-divider {
  border-top: 1px dashed #4e4e4e66;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-support-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.contact-support-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-support-icon-box {
  color: var(--green);
}

.contact-support-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-support-text {
  color: #8e8e8e;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-support-text-link {
  color: #007bff;
  letter-spacing: .05em;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.contact-support-box-small {
  width: 320px;
  min-width: 320px;
}

.blog-hero-section {
  z-index: 5;
  background-image: url('../images/BG-5_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 390px;
  padding-bottom: 70px;
  position: relative;
}

.blog-post-shape {
  width: 140px;
  position: absolute;
  bottom: -15%;
  right: 0%;
}

.blog-list-section {
  padding-top: 100px;
  padding-bottom: 40px;
}

.event-list-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.event-list-wrapper {
  margin-top: 100px;
}

.event-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-item-box {
  background-color: var(--white);
  color: #8e8e8e;
  border: 1px solid #4e4e4e1a;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 24px 24px 36px;
  text-decoration: none;
  box-shadow: 0 20px 48px #4cb95c0d;
}

.event-image-wrap {
  position: relative;
  overflow: hidden;
}

.event-thumbnail-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.event-hover-box {
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(#0006 47%, #0000);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  inset: 0%;
}

.event-hover-button-wrap {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.event-content-wrap {
  padding-top: 27px;
  position: relative;
}

.event-info-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.event-info-title {
  color: #aeaeae;
  font-size: 14px;
  line-height: 22px;
}

.event-info-subtext {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 22px;
}

.event-hover-button {
  z-index: 5;
  background-color: var(--green);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 0 60px #0009;
}

.event-hover-button:hover {
  background-color: var(--green);
  color: var(--white);
}

.event-share-button {
  z-index: 2;
  background-color: var(--white);
  opacity: 0;
  color: var(--green);
  border: 1px solid #4e4e4e1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: absolute;
  inset: -39px 20px auto auto;
  box-shadow: 0 0 60px #0000001a;
}

.event-share-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-item-name {
  color: #4e4e4e;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}

.contact-support-box-grid {
  width: 100%;
}

.contact-support-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 260px;
}

.contact-support-column.custom {
  height: auto;
}

.contact-support-vertical {
  border-left: 1px dashed #4e4e4e66;
  width: 1px;
  height: 100%;
}

.contact-support-middle-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.contact-support-tag {
  color: var(--green);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
}

.contact-support-link-group {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.contact-support-bottom-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.contact-support-column-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 260px;
  display: grid;
}

.dms-support-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.dms-support-list-wrap {
  margin-top: 86px;
}

.dms-support-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-support-span {
  font-size: 14px;
  line-height: 1.2;
}

.contact-support-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.get-in-touch-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.get-in-touch-line-shape {
  width: 130px;
  position: absolute;
  inset: auto 0% -19% auto;
}

.get-in-touch-inner {
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.get-in-touch-left {
  width: 100%;
  max-width: 40%;
}

.get-in-touch-right {
  width: 100%;
  max-width: 50%;
}

.get-in-touch-item-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.get-in-touch-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.get-in-touch-item.hide {
  display: none;
}

.get-in-touch-text {
  color: #6e6e6e;
  font-weight: 500;
}

.get-in-touch-link {
  color: #6e6e6e;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.get-in-touch-link:hover {
  color: var(--green);
}

.get-in-touch-social-wrap {
  margin-top: 40px;
}

.get-in-touch-social-text {
  color: #6e6e6e;
  margin-bottom: 30px;
}

.get-in-touch-span {
  color: var(--green);
  font-weight: 500;
}

.get-in-touch-line {
  height: 70px;
  position: absolute;
  inset: 44px auto auto 15px;
}

.news-detail-hero-section {
  z-index: 5;
  background-image: url('../images/667c068614fb29d89586d29e_Rectangle-39563_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 390px;
  padding-bottom: 60px;
  position: relative;
}

.news-detail-hero-section.img1 {
  background-image: url('../images/667c0673d2a6546bcfdbbc49_Rectangle-39562_1.avif');
}

.news-detail-hero-section.img2 {
  background-image: url('../images/667c068614fb29d89586d29e_Rectangle-39563_1.avif');
}

.news-detail-hero-section.img3 {
  background-image: url('../images/667c06916ceca93c30d6914a_Rectangle-39564_1.avif');
}

.news-detail-hero-section.blog-img1 {
  background-image: url('../images/WhatsApp-Image-2025-02-12-at-11.41.25-PM_1.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
}

.news-detail-hero-section.blog-img2 {
  background-image: url('../images/WhatsApp-Image-2025-02-12-at-11.41.24-PM_1.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
}

.news-detail-hero-section.blog-img3 {
  background-image: url('../images/WhatsApp-Image-2025-02-12-at-11.41.23-PM_1.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
}

.news-detail-hero-section.blog-img4 {
  background-image: url('../images/WhatsApp-Image-2025-02-12-at-11.41.24-PM-1_1.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
}

.news-hero-inner.hide {
  display: none;
}

.bredcrumb-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.bredcrumb-dot {
  background-color: var(--white);
  border-radius: 50%;
  width: 6px;
  min-width: 6px;
  height: 6px;
  min-height: 6px;
}

.bredcrumb-link {
  color: var(--white);
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.bredcrumb-link:hover {
  color: var(--green);
}

.bredcrumb-date {
  color: var(--white);
  font-size: 18px;
  line-height: 1.2;
}

.news-details-section {
  padding-top: 60px;
}

.news-top-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.news-details-inner {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.news-author-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-author-image {
  border-radius: 50%;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
}

.news-author-name {
  color: #4e4e4e;
  letter-spacing: .05em;
  font-weight: 700;
  line-height: 1.2;
}

.news-release-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #aeaeae;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-release-dot {
  background-color: #aeaeae;
  border-radius: 50%;
  width: 6px;
  min-width: 6px;
  height: 6px;
  min-height: 6px;
}

.news-share-block {
  width: 100%;
  max-width: 230px;
}

.news-share-text {
  color: var(--green);
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.news-share-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #4e4e4e1a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 32px;
  display: flex;
  box-shadow: 0 1px 4px #00000014;
}

.news-social-link {
  color: var(--green);
}

.news-social-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-social-line {
  border-left: 1px solid #eaeaea;
  width: 1px;
  height: 32px;
}

.news-details-wrap {
  margin-top: 38px;
}

.news-rich-text h3 {
  color: #4e4e4e;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.news-rich-text p {
  color: #8e8e8e;
  margin-bottom: 20px;
  line-height: 1.6;
}

.news-rich-text li {
  color: #8e8e8e;
  margin-bottom: 15px;
  line-height: 1.5;
}

.news-rich-text h6 {
  color: #4cb95c;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.news-rich-text figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

.news-details-image {
  width: 100%;
  margin-top: 80px;
}

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

.blog-detail-hero-section {
  z-index: 5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 390px;
  padding-bottom: 60px;
  position: relative;
}

.about-hero-section {
  z-index: 5;
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_0129-1-1_1.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 300px;
  padding-bottom: 70px;
  position: relative;
}

.who-we-are-section {
  z-index: 20;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.who-we-are-title {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.who-we-are-line-shape {
  width: 220px;
  position: absolute;
  inset: auto 35% -13% auto;
}

.who-we-are-image-wrap {
  width: 100%;
  max-width: 38%;
}

.who-we-are-content-wrap {
  text-align: left;
  width: 60%;
  max-width: 600px;
}

.core-value-section {
  background-color: #f0f5f0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.core-value-line-shape {
  width: 160px;
  position: absolute;
  inset: auto 1% -19% auto;
}

.core-value-item {
  border: 1px solid var(--white);
  background-color: var(--white);
  pointer-events: none;
  text-align: center;
  border-radius: 24px;
  padding-bottom: 88px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .35s ease-in-out;
  position: relative;
}

.our-vision-section {
  z-index: 20;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.vision-line-shape {
  width: 220px;
  position: absolute;
  inset: auto 14% 27% auto;
}

.vision-content {
  margin-top: 32px;
}

.vision-content-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.vision-summary {
  color: #8e8e8e;
  letter-spacing: .02em;
  margin-top: 10px;
}

.vision-image-wrap {
  width: 100%;
  max-width: 50%;
}

.our-mission-section {
  z-index: 20;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.vision-inner-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mission-line-shape {
  width: 220px;
  position: absolute;
  inset: auto auto -5% 0;
}

.why-choose-us-section {
  padding: 40px;
}

.why-choose-us-box {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--gradientbluetransparent), var(--gradientgreentransparent)), url('../images/Group-1321314589.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 24px;
  padding: 60px 60px 100px;
  position: relative;
}

.why-choose-us-line-shape {
  width: 180px;
  position: absolute;
  inset: auto 11% 40% auto;
}

.why-choose-us-image {
  width: 100%;
  margin-top: 60px;
}

.what-we-did-section {
  z-index: 20;
  background-color: #fff;
  padding-top: 60px;
  position: relative;
}

.what-we-did-title-wrap {
  text-align: center;
  position: relative;
}

.what-we-did-title {
  z-index: 4;
  background-color: var(--white);
  width: 225px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.what-we-did-divider {
  border-top: 1px solid #4e4e4e33;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.what-we-did-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.what-we-did-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.what-we-did-box.hide {
  display: none;
}

.what-we-did-image {
  width: 60px;
}

.about-counter {
  color: #4e4e4e;
  font-size: 46px;
  line-height: 1;
}

.about-counter-text {
  color: #8e8e8e;
  margin-top: 5px;
  font-size: 16px;
}

.what-we-did-line {
  border-left: 1px solid #4e4e4e33;
  width: 1px;
}

.what-we-did-line.hide {
  display: none;
}

.who-we-are-shape {
  width: 300px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.success-message {
  border: 2px solid var(--green);
  background-color: var(--white);
  border-radius: 24px;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.success-message-title {
  color: var(--green);
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.2;
}

.success-message-summary {
  color: var(--black);
  font-size: 18px;
  line-height: 1.2;
}

.success-message-icon {
  color: var(--green);
}

.success-message-inner {
  text-align: center;
}

.error-message {
  border: 2px solid var(--green);
  background-color: var(--white);
  border-radius: 24px;
  width: 100%;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.error-message-inner {
  text-align: center;
}

.btn-arw-container {
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.faq-section-gradient, .technology-section {
  background-image: linear-gradient(#049bbe1a, #04e0a41a);
  background-origin: padding-box, border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}

.technology-section.tp {
  background-image: none;
}

.value-section {
  z-index: 20;
  background-image: linear-gradient(#049bbe1a, #04e0a41a);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.banner-lnk {
  text-decoration: none;
}

.banner-lnk.hide {
  display: none;
}

.slider {
  z-index: -10;
  width: 100%;
  height: 100%;
}

.slider-banner-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.slider-div {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.slider-div.dwn {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
}

.icon-scroll {
  border: 2px solid var(--white);
  border-radius: 25px;
  width: 42px;
  height: 65px;
  position: relative;
}

.scroll-dot {
  background-color: var(--white);
  border-radius: 50%;
  width: 5px;
  height: 9px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.arrow-down-scroll {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 88px 36px auto;
}

.arrow-down-scroll.hide {
  display: none;
}

.arrow-down-scroll-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-scroll-2 {
  border: 2px solid #fff;
  border-radius: 25px;
  width: 42px;
  height: 65px;
  position: relative;
}

.scroll-down-dot-2 {
  background-color: #fff;
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 6px;
  min-height: 6px;
}

.scroll-down-icon-2 {
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  padding: 10px 14px 32px;
  display: none;
}

.scroll-dot-2 {
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  height: 9px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.icon-scroll-3 {
  border: 2px solid #fff;
  border-radius: 25px;
  width: 42px;
  height: 65px;
  position: relative;
}

.scroll-down-dot-3 {
  background-color: #fff;
  border-radius: 100px;
  width: 4px;
  min-width: 4px;
  height: 6px;
  min-height: 6px;
}

.scroll-down-icon-3 {
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  padding: 10px 14px 32px;
  display: none;
}

.scroll-dot-3 {
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  height: 9px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.position-relative {
  position: relative;
}

.link {
  text-decoration: none;
}

.link-2 {
  color: #858585;
  cursor: pointer;
  font-weight: 500;
}

.list-item {
  color: #000;
  text-align: left;
}

.list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.tabs-menu.new-padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: none;
  background-color: #f0f5f0;
  border-radius: 0 0 16px 16px;
  justify-content: space-around;
  max-width: 550px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.tabs {
  height: 380px;
  margin-top: 100px;
}

.tabs-content, .tab-pane {
  height: 100%;
}

.div-block {
  width: 100%;
  height: 100%;
}

.image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.swiper1 {
  height: 100%;
}

.swiper-wrapper {
  height: 100%;
  display: flex;
}

.swiper-slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-slide.hide {
  display: none;
}

.slide-image {
  width: 100%;
  height: 100%;
}

.slide-image.mob-vis {
  display: none;
}

.btn-prev-new-1 {
  z-index: 20;
  filter: invert();
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.btn-nxt-new-1 {
  z-index: 20;
  filter: invert();
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: static;
  inset: auto 0% 0 auto;
}

.right-arrow-div-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 10px 0% auto;
}

.right-arrow-div-cover.hide {
  display: none;
}

.left-arrow-div-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 10px;
}

.left-arrow-div-cover.hide {
  display: none;
}

.overlay-blc-banner {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-wrap {
  width: 100%;
  height: 100%;
}

.swiper2 {
  height: 100%;
}

.btn-prev-new-2 {
  z-index: 20;
  filter: invert();
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.btn-nxt-new-2 {
  z-index: 20;
  filter: invert();
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: static;
  inset: auto 0% 0 auto;
}

.swiper3 {
  height: 100%;
}

.btn-prev-new-3 {
  z-index: 20;
  filter: invert();
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.btn-nxt-new-3 {
  z-index: 20;
  filter: invert();
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: static;
  inset: auto 0% 0 auto;
}

.swiper4 {
  height: 100%;
}

.btn-prev-new-4 {
  z-index: 20;
  filter: invert();
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.btn-nxt-new-4 {
  z-index: 20;
  filter: invert();
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: static;
  inset: auto 0% 0 auto;
}

.swiper5 {
  height: 100%;
}

.btn-prev-new-5 {
  z-index: 20;
  filter: invert();
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.btn-nxt-new-5 {
  z-index: 20;
  filter: invert();
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: static;
  inset: auto 0% 0 auto;
}

.team-section {
  z-index: 20;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.btn-nxt-new {
  z-index: 20;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.image-22 {
  filter: invert();
  width: 44px;
}

.image-22.invert {
  filter: none;
  width: 25px;
}

.swiper-wrapper-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-wrapper-2._500px {
  height: 400px;
}

.overlay-2 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000040, #00000040);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.relative-slider {
  max-width: 1400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.hover-div {
  z-index: 25;
  background-color: #098d99;
  min-height: 110px;
  padding: 15px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.invert-play-button {
  filter: invert();
  pointer-events: none;
  width: 40px;
}

.arrow-circle {
  border: 1px solid #4cb95c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.swiper-slide-2 {
  flex: none;
  width: 100%;
}

.relative-lightbox {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-component {
  width: 100%;
  position: relative;
}

.swiper-component.slider1.pill {
  cursor: grab;
  padding-right: 0;
  overflow: hidden;
}

.text-size-regular {
  letter-spacing: -1px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 30.6px;
}

.text-size-regular.is-newcolor {
  color: #bababa;
}

.text-size-regular.is-newcolor.is-diff {
  color: #000;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 10px;
  padding-right: 40px;
  font-size: 1rem;
  line-height: 120%;
}

.text-size-regular.is-newcolor.is-diff.copy {
  color: #fff;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-weight: 500;
}

.swiper {
  width: 100%;
}

.btn-prev-new {
  z-index: 20;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.about-team-arrow {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.about-team-container {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.about-team-info-div {
  width: 100%;
  height: 100%;
}

.about-team-overlay {
  background-image: linear-gradient(#0000, #000000bf);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-team-image {
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  min-width: 100%;
  min-height: 465px;
  max-height: 465px;
}

.about-team-img-div {
  height: 100%;
  display: flex;
}

.about-team-heading {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}

.about-team-para {
  color: #fff;
}

.blog-hover-text-2 {
  z-index: 5;
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.blog-hover-button-2 {
  z-index: 5;
  color: #4cb95c;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 0 60px #0009;
}

.blog-hover-button-2:hover {
  color: #fff;
  background-color: #4cb95c;
}

.blog-item-box-2 {
  color: #8e8e8e;
  background-color: #fff;
  border: 1px solid #4e4e4e1a;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  box-shadow: 0 20px 48px #4cb95c0d;
}

.news-card-text-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  position: absolute;
  inset: auto 32px 32px;
}

.news-item-big-name-2 {
  color: #fff;
  padding: 36px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.news-item-name-2, .news-item-name-3 {
  color: #fff;
  padding: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(90deg, #00a0bf, #00f7a1 65%, #00f7a1);
  border: 1px solid #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-position 1s;
  display: inline-flex;
}

.button-primary-2.tabsbtn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  background-image: none;
  border-radius: 16px;
  flex-flow: column;
  width: 80px;
  height: 80px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.button-primary-2.tabsbtn.w--current {
  color: #fff;
  background-color: #4cb95c;
  background-image: none;
  transform: scale(1.05);
}

.button-primary-2.tabsbtn.abs {
  pointer-events: none;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.swiper-wrapper-3 {
  height: 100%;
  display: flex;
}

.copyright-link-2 {
  color: #fff0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #00a0bf, #00f7a1);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.copyright-link-2:hover {
  background-image: linear-gradient(90deg, #00a0bf, #00f7a1);
}

.button-white-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #4cb95c;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.button-white-2:hover {
  color: #fff;
  background-color: #fff0;
}

.footer-info-text-2 {
  background-image: url('../images/Vector-27.svg');
  background-position: 58%;
  background-repeat: no-repeat;
  background-size: auto;
  font-weight: 400;
}

.footer-info-link-2 {
  color: #fff0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00a0bf, #00f7a1);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.footer-info-link-2:hover {
  background-image: linear-gradient(200deg, #00a0bf, #00f7a1);
}

.footer-info-dot-2 {
  background-color: #4cb95c;
  border-radius: 50%;
  width: 4px;
  min-width: 4px;
  height: 4px;
  min-height: 4px;
}

.news-social-link-2 {
  color: #4cb95c;
}

.footer-highlight-text-2 {
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00a0bf, #00f7a1);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

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

.bredcrumb-date-2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.dropdown-link-2 {
  color: #6e6e6e;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s ease-in-out;
}

.dropdown-link-2:hover, .dropdown-link-2.w--current {
  color: #4cb95c;
}

.news-list-section-2 {
  background-color: #fff;
  padding-top: 100px;
  position: relative;
}

.news-share-text-2 {
  color: #4cb95c;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.newsletter-submit-button-2 {
  background-color: #4cb95c;
  background-image: url('../images/send.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 0;
  transition: all .35s;
  position: absolute;
  inset: 50% 12px 0% auto;
  transform: translate(0, -50%);
}

.dropdown-list-2 {
  background-color: #fff;
  border-radius: 16px;
  width: 270px;
  min-width: 270px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-2.w--open {
  inset: 150% 0% auto;
}

.button-secondary-2 {
  color: #636363;
  text-align: center;
  letter-spacing: .01em;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #00a0bf, #00f7a1);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  border: 2px solid #0000;
  border-radius: 100px;
  padding: 18px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .35s;
  transition-timing-function: ease-in-out;
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #4cb95c;
  background-image: linear-gradient(90deg, #00a0bf, #00f7a1);
}

.newsletter-text-field-2 {
  color: #000;
  background-color: #00000005;
  border: 1px solid #0000001a;
  border-radius: 100px;
  height: 64px;
  margin-bottom: 0;
  padding: 12px 12px 12px 24px;
  font-size: 18px;
  font-weight: 500;
}

.newsletter-text-field-2:focus {
  border-color: #4cb95c;
}

.newsletter-text-field-2::placeholder {
  color: #aeaeae;
}

.heading-style-h1-2 {
  color: #fff;
  letter-spacing: .01em;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.bredcrumb-dot-2 {
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  min-width: 6px;
  height: 6px;
  min-height: 6px;
}

.bredcrumb-link-2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.bredcrumb-link-2:hover {
  color: #4cb95c;
}

.social-media-item-2 {
  color: #4e4e4e;
  border: 1.5px solid #4e4e4e29;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  transition: all .35s ease-in-out;
  display: flex;
}

.social-media-item-2:hover {
  color: #fff;
  background-color: #4cb95c;
  border-color: #4cb95c;
}

.nav-menu-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-white-outline-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: inline-flex;
}

.button-white-outline-2:hover {
  color: #4cb95c;
  background-color: #fff;
}

.footer-menu-link-2 {
  color: #4e4e4e;
  border-left: 2px solid #fff0;
  padding-left: 30px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: block;
}

.footer-menu-link-2:hover {
  color: #4cb95c;
  border-left-color: #4cb95c;
  font-weight: 600;
}

.footer-menu-link-2.w--current {
  color: #4cb95c;
  font-weight: 600;
}

.footer-menu-link-text-2 {
  color: #4e4e4e;
  border-left: 2px solid #fff0;
  padding-left: 30px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: block;
}

.footer-menu-link-text-2.w--current {
  color: #4cb95c;
  font-weight: 600;
}

.footer-menu-link-text-2.address {
  margin-top: 20px;
}

.blog-hover-text-3 {
  z-index: 5;
  color: #fff;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.event-hover-button-2 {
  z-index: 5;
  color: #fff;
  background-color: #4cb95c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 0 60px #0009;
}

.event-hover-button-2:hover {
  color: #fff;
  background-color: #4cb95c;
}

.event-share-button-2 {
  z-index: 2;
  opacity: 0;
  color: #4cb95c;
  background-color: #fff;
  border: 1px solid #4e4e4e1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: absolute;
  inset: -39px 20px auto auto;
  box-shadow: 0 0 60px #0000001a;
}

.event-item-box-2 {
  color: #8e8e8e;
  background-color: #fff;
  border: 1px solid #4e4e4e1a;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 24px 24px 36px;
  text-decoration: none;
  box-shadow: 0 20px 48px #4cb95c0d;
}

.container-why {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-timeline {
  z-index: -3;
  background-color: #0a0a0a;
  display: none;
  position: relative;
}

.timeline_progress-bar-2 {
  z-index: -1;
  background-color: #dc0100;
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_text {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.margin-bottom-xlarge.hide {
  display: none;
}

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

.timeline_circle {
  background-color: #dc0100;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.text-block {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 32px;
}

.tab-icn {
  width: 42px;
}

.code-embed {
  display: none;
}

.placeholder {
  font-size: 10px;
  line-height: 18px;
  display: none;
}

.new-h1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 52px;
  line-height: 1.2;
}

.bold-text {
  color: #4e4e4e;
}

.form-etrav {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-block-2 {
  margin-top: 80px;
}

.title-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #00b09b, #00a3de);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.4rem;
  font-weight: 600;
}

.etrav-feature-container {
  background-image: linear-gradient(90deg, var(--gradientbluetransparent), var(--gradientgreentransparent));
  padding-top: 60px;
  padding-bottom: 60px;
}

.etrav-feature-container.hide {
  display: none;
}

.etrav-feature-container._10-vh-p {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.landing-page-left {
  border-bottom: 1px solid #4e4e4e33;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 25px;
  display: flex;
}

.landing-page-left.new {
  justify-content: space-between;
  max-width: 100%;
  display: flex;
}

.subline-content {
  color: #4e4e4e;
  font-size: 20px;
  font-weight: 600;
}

.landing-banner-summary {
  letter-spacing: .02em;
  font-size: 17px;
  line-height: 27px;
}

.scroll-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.scroll-down {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.arrow {
  width: 100%;
  max-width: 20px;
  line-height: 0;
}

.bold-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon08 {
  width: 100%;
  max-width: 40px;
  margin-top: 5rem;
}

.main-section {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.main-section.gray-bg-color {
  background-color: #f0f5f0;
}

.main-section.gray-bg-color.mobile-view {
  display: block;
}

.main-section.less-bottom-p {
  padding-bottom: 0;
}

.main-section.green-bg-color {
  background-image: linear-gradient(90deg, #00b09b, #00a3de);
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.main-section.less-top-p {
  padding-top: 5vh;
}

.main-section.left-right-p {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.landing-page-banner-section {
  background-color: var(--white);
  padding: 12vh 20px 10vh;
  position: relative;
}

._w-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  margin-top: 80px;
  display: flex;
}

._w-50.new {
  width: 55%;
}

._w-45 {
  width: 45%;
}

.outline-img {
  margin-left: auto;
}

.integration-img {
  width: 100%;
  margin-top: 8vh;
}

.why-etraps-api-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  place-items: center;
  width: 100%;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
}

.list-itme {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.why-etraps-list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.grid-col {
  width: 100%;
}

.grid-col.bottom-align {
  padding-left: 10vh;
}

.why-choose-img {
  width: 100%;
}

.img-wrap {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.sign-up-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--green);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.sign-up-btn:hover {
  background-color: var(--transparent);
  color: var(--white);
}

.sign-up-btn.new {
  padding: 0;
}

.sign-up-btn.new:hover {
  color: var(--black);
}

.sign-up-btn.margin-top {
  margin-top: 10px;
}

.sign-up-btn-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.what-we-did {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line {
  background-color: #4e4e4e33;
  width: 43%;
  height: 1px;
}

.green-text {
  color: var(--green);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.what-we-did-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6vh;
}

.c1 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-right: 1px solid #4e4e4e33;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.c1.no-border {
  border-right-style: none;
}

.airlines-icon {
  width: 100%;
  max-width: 60px;
}

.number-text {
  color: #4e4e4e;
  font-size: 30px;
  line-height: 1.2;
}

.number-text.super {
  line-height: 1;
}

.airline-text {
  color: #8e8e8e;
}

.c2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8vh;
  display: flex;
}

.why-choose-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  width: 100%;
  margin-top: 8vh;
}

.why-choose-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #4e4e4e;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 4.4;
  display: flex;
}

.why-choose-list.left-align {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.c3 {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 6vh;
  display: flex;
}

.c3.left-align {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4vh;
}

.why-choose-list-item.top-20px {
  margin-top: 20px;
}

.why-choose-list-item.top-14px {
  margin-top: 14px;
}

.why-choose-list-item.top-20px-copy {
  margin-top: 32px;
}

.etrav-feature-section {
  background-color: #fff;
}

.etrav-feature-section.hide, .mobile-view {
  display: none;
}

.why-choose-text {
  color: #4e4e4e;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
}

.head-wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plush {
  color: #4e4e4e;
  font-size: 30px;
  line-height: 1.2;
}

.plush.super {
  line-height: 1;
}

.features-item-to {
  text-align: center;
  cursor: pointer;
  border: 1px solid #4e4e4e29;
  border-radius: 16px;
  width: 100%;
  height: 200px;
  transition: all .35s ease-in-out;
  position: relative;
}

.features-item-to.height-180px {
  height: 180px;
}

.outline-wrap {
  border-bottom: 2px solid #00b09b;
  justify-content: space-between;
  margin-top: 3vh;
  display: flex;
}

.height-line-25px {
  background-image: linear-gradient(#00b09b, #00a3de);
  width: 2px;
  height: 30px;
}

.t2 {
  text-align: center;
  margin-top: .8rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.book-hotels-wrap {
  margin-top: 10vh;
}

.book-content-wrap {
  width: 80%;
  margin-top: 2vh;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-field {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-field.less-m {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.checkbox-field.top-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.checkbox {
  width: 100%;
  max-width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: .5rem;
}

.checkbox.w--redirected-checked {
  border: 1px solid var(--green);
  background-color: var(--green);
}

.checkbox.top-m-4px {
  margin-top: 4px;
}

.privacy-link {
  color: #4e4e4e;
  cursor: pointer;
  text-decoration: none;
}

.privacy-section {
  padding: 149px 40px 80px;
}

.rich-text-block {
  color: var(--black);
}

.privcay-heading {
  color: var(--black);
  margin-bottom: 20px;
}

.white-labeling-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  place-items: center stretch;
}

.left-line {
  width: 100%;
  max-width: 220px;
}

.features-6col-grid {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
}

.f1 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f1.top-m-3rem {
  margin-top: 5.5rem;
}

.circle-box {
  background-color: var(--white);
  border: 1px solid #4cb95c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 150px;
  padding: 1rem;
  transition: all .36s ease-in-out;
  display: flex;
}

.circle-box.active {
  background-color: var(--green);
  color: #fff;
}

.fearture-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.advantages-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 8vh;
}

.f2 {
  border-bottom: 1px solid #4e4e4e33;
  border-right: 1px solid #4e4e4e33;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem 1rem;
  display: flex;
}

.f2.no-border {
  border-right-style: none;
}

.f2.no-border-bottom {
  border-bottom-style: none;
}

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

.adv-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-text-wrap {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.grow-together-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  place-items: center stretch;
}

.rectangle-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.rectangle-wrap.center-align {
  justify-content: center;
  align-items: flex-end;
  position: relative;
  bottom: 76px;
}

.rectangle-col {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  display: flex;
  position: relative;
}

.rectangle-col.up-rectangle {
  width: 50%;
}

.rectangle-col._01 {
  margin-top: -5.5svw;
}

.grow-grid-wrap {
  position: relative;
}

.card-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-content-wrap.top-p {
  padding-top: 40px;
  padding-bottom: 0;
}

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

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.accordion_item-image {
  width: 40px;
}

.accordion-body__contents {
  opacity: 1;
  font-size: 1rem;
  line-height: 1.5;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.accordion-body {
  padding-top: .5rem;
  padding-right: 8px;
  display: block;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.click-link {
  color: var(--gradientblue);
  font-weight: 600;
  text-decoration: none;
}

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

.div-block-3 {
  width: 35%;
}

@media screen and (min-width: 1280px) {
  .navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-logo {
    width: 140px;
  }

  .button-secondary, .nav-link-box, .dropdown-toggle {
    font-size: 16px;
  }
  

  .button-secondary  {
    padding: 5px 15px !important;
  }

  .service-content-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .service-item-summary {
    margin-top: 32px;
  }

  .service-button-wrap {
    margin-top: 40px;
  }

  .service-button-wrap._10m {
    margin-top: 0;
  }

  .button-white {
    font-size: 16px;
  }

  .heading-style-h6 {
    font-size: 24px;
  }

  .feature-line-shape {
    left: 350px;
  }

  .feature-line-shape.api.api-position {
    left: 140px;
  }

  .blog-thumbnail-image.img-width {
    height: 250px;
  }

  .text-field {
    height: 42px;
  }

  .button-white-outline {
    font-size: 16px;
  }

  .service-hero-section {
    padding-top: 530px;
  }

  .service-hero-section.dmc {
    padding-top: 350px;
  }

  .service-hero-inner {
    max-width: 60%;
  }

  .service-features-left {
    max-width: 55%;
  }

  .dropdown-list {
    width: 280px;
    min-width: 280px;
  }

  .news-hero-section {
    padding-top: 530px;
  }

  .contact-hero-summary {
    max-width: 72%;
  }

  .contact-hero-section, .blog-hero-section {
    padding-top: 530px;
  }

  .contact-support-column-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .news-detail-hero-section, .blog-detail-hero-section {
    padding-top: 570px;
  }

  .who-we-are-image-wrap {
    max-width: 30%;
  }

  .who-we-are-content-wrap {
    max-width: 700px;
  }

  .vision-line-shape {
    width: 280px;
    bottom: 26%;
    right: 16%;
  }

  .vision-content-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .mission-line-shape {
    width: 280px;
    bottom: -9%;
  }

  .why-choose-us-line-shape {
    bottom: -10%;
    right: 18%;
  }

  .what-we-did-inner {
    justify-content: space-between;
  }

  .tabs-menu {
    margin-top: 15px;
  }

  .tabs-menu.new-padding {
    margin-top: 0;
  }

  .tabs {
    height: 400px;
    margin-top: 105px;
  }

  .button-white-2 {
    font-size: 16px;
  }

  .dropdown-list-2 {
    width: 280px;
    min-width: 280px;
  }

  .button-secondary-2, .button-white-outline-2 {
    font-size: 16px;
  }

  .placeholder {
    font-size: 12px;
  }

  .form-block-2 {
    margin-top: 80px;
  }

  .landing-page-banner-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .why-etraps-api-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .why-etraps-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .sign-up-btn {
    font-size: 16px;
  }

  .airlines-icon {
    max-width: 80px;
  }

  .number-text {
    font-size: 35px;
  }

  .airline-text {
    font-size: 18px;
  }

  .why-choose-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    font-size: 1.3rem;
  }

  .plush {
    font-size: 35px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    padding: 32px 40px;
  }

  .header-logo {
    width: 170px;
  }

  .button-secondary {
    padding: 5px 40px;
    font-size: 14px;
  }
  .heading-style-h1 {
    font-size: 64px;
  }

  .heading-style-h1.black-color-size {
    font-size: 3.5rem;
  }

  .hero-info-text-title, .hero-info-sub-text {
    font-size: 20px;
  }

  .button-primary {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .hero-features-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-style-h2.text-color-white._w-size45px {
    font-size: 50px;
  }

  .about-summary-wrap {
    width: 100%;
    max-width: 580px;
  }

  .counter {
    font-size: 40px;
  }

  .counter-text {
    font-size: 18px;
  }

  .service-item-name, .service-item-name-white {
    font-size: 24px;
  }

  .service-item-summary {
    margin-top: 40px;
    font-size: 18px;
  }

  .service-button-wrap {
    margin-top: 54px;
  }

  .button-white {
    padding: 20px 40px;
    font-size: 18px;
  }

  .service-benefit-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-benefit-text, .service-benefit-item {
    font-size: 18px;
  }

  .service-benefit-card {
    height: 290px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-benefit-summary {
    margin-top: 24px;
    font-size: 18px;
  }

  .technology-benefit-title {
    margin-bottom: 32px;
    font-size: 64px;
  }

  .feature-line-shape.api.api-position {
    left: 140px;
  }

  .features-summary {
    max-width: 743px;
    font-size: 20px;
  }

  .features-item {
    height: 225px;
  }

  .features-item.height-180px {
    height: 210px;
  }

  .features-icon {
    width: 86px;
    height: 86px;
  }

  .features-item-text {
    font-size: 20px;
  }

  .testimonial-summary {
    font-size: 18px;
  }

  .testimonial-author {
    font-size: 22px;
  }

  .blog-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blog-thumbnail-image.img-width {
    height: 270px;
  }

  .blog-info-wrap {
    font-size: 16px;
  }

  .blog-item-name {
    font-size: 28px;
  }

  .blog-sort-summary {
    font-size: 18px;
  }

  .blog-hover-text {
    font-size: 20px;
  }

  .news-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .news-item-big-name {
    font-size: 36px;
    line-height: 45px;
  }

  .news-item-name {
    font-size: 22px;
  }

  .faq-summary {
    font-size: 20px;
  }

  .faq-item {
    padding: 32px;
    font-size: 20px;
  }

  .field-label {
    font-size: 18px;
  }

  .text-field {
    height: 50px;
  }

  .contact-submit-button {
    font-size: 20px;
  }

  .button-white-outline {
    padding: 20px 40px;
    font-size: 18px;
  }

  .copyright-text, .footer-info-link {
    font-size: 18px;
  }

  .footer-logo {
    width: 205px;
  }

  .footer-menu-list-wrap {
    margin-left: 100px;
  }

  .footer-menu-title-wrap, .footer-menu-link, .footer-menu-link-text {
    font-size: 18px;
  }

  .service-hero-section.travel-portal {
    padding-top: 400px;
  }

  .service-hero-section.white-label {
    padding-top: 450px;
  }

  .service-hero-section.api, .service-hero-section.cruise, .service-hero-section.dmc {
    padding-top: 400px;
  }

  .service-hero-summary {
    font-size: 20px;
    line-height: 32px;
  }

  .service-features-summary {
    font-size: 18px;
    line-height: 32px;
  }

  .service-feature-image {
    width: 650px;
    bottom: 70px;
  }

  .service-integration-grid {
    grid-row-gap: 130px;
  }

  .service-integration-item {
    padding-left: 55px;
    padding-right: 55px;
  }

  .service-integration-desc {
    font-size: 18px;
  }

  .service-integration-icon {
    width: 140px;
    height: 140px;
    margin-top: -70px;
  }

  .service-integration-img {
    width: 80px;
    height: 80px;
  }

  .service-info-image.max-h {
    max-height: 420px;
  }

  .news-hero-summary {
    font-size: 20px;
    line-height: 32px;
  }

  .news-all-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .news-card-text {
    font-size: 22px;
  }

  .newsletter-summary {
    max-width: 65%;
    font-size: 18px;
  }

  .contact-hero-summary {
    font-size: 20px;
    line-height: 32px;
  }

  .contact-support-top-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-support-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-style-h4 {
    font-size: 28px;
  }

  .contact-support-box-small {
    width: 380px;
    min-width: 380px;
  }

  .event-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .event-info-title {
    font-size: 16px;
    line-height: 28px;
  }

  .event-info-subtext {
    white-space: nowrap;
    font-size: 16px;
    line-height: 28px;
  }

  .event-item-name {
    font-size: 22px;
  }

  .contact-support-middle-row, .contact-support-bottom-row, .contact-support-column-grid, .dms-support-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .get-in-touch-text, .get-in-touch-link {
    font-size: 18px;
  }

  .get-in-touch-line {
    left: 16px;
  }

  .news-detail-hero-section.blog-img1, .news-detail-hero-section.blog-img2, .news-detail-hero-section.blog-img3, .news-detail-hero-section.blog-img4 {
    height: 700px;
  }

  .bredcrumb-link, .bredcrumb-date {
    font-size: 20px;
  }

  .news-share-text, .news-rich-text p, .news-rich-text li, .news-rich-text h6 {
    font-size: 18px;
  }

  .about-hero-section {
    padding-top: 370px;
  }

  .who-we-are-image-wrap {
    max-width: 28%;
  }

  .who-we-are-content-wrap {
    max-width: 800px;
  }

  .core-value-line-shape {
    width: 180px;
  }

  .core-value-item {
    padding-left: 55px;
    padding-right: 55px;
  }

  .vision-line-shape {
    right: 26%;
  }

  .vision-content-list {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .what-we-did-box {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .what-we-did-image {
    width: 80px;
  }

  .about-counter {
    font-size: 54px;
  }

  .about-counter-text {
    font-size: 18px;
  }

  .who-we-are-shape {
    width: 350px;
  }

  .tabs-menu {
    max-width: 1000px;
  }

  .tabs {
    margin-top: 130px;
  }

  .hover-div {
    min-height: 90px;
  }

  .text-size-regular {
    color: #000;
    font-weight: 300;
  }

  .text-size-regular.is-newcolor {
    font-size: 1.4rem;
  }

  .text-size-regular.is-newcolor.is-diff {
    color: #363636;
    text-transform: none;
    margin-top: 10px;
    font-weight: 400;
    line-height: 120%;
  }

  .blog-hover-text-2 {
    font-size: 20px;
  }

  .news-card-text-2 {
    font-size: 22px;
  }

  .news-item-big-name-2 {
    font-size: 36px;
    line-height: 45px;
  }

  .news-item-name-2, .news-item-name-3 {
    font-size: 22px;
  }

  .button-primary-2 {
    padding: 20px 40px;
    font-size: 18px;
    line-height: 28px;
  }

  .button-white-2 {
    padding: 20px 40px;
    font-size: 18px;
  }

  .footer-info-link-2 {
    font-size: 18px;
  }

  .bredcrumb-date-2 {
    font-size: 20px;
  }

  .news-share-text-2 {
    font-size: 18px;
  }

  .button-secondary-2 {
    padding: 20px 40px;
    font-size: 18px;
  }

  .heading-style-h1-2 {
    font-size: 64px;
  }

  .bredcrumb-link-2 {
    font-size: 20px;
  }

  .button-white-outline-2 {
    padding: 20px 40px;
    font-size: 18px;
  }

  .footer-menu-link-2, .footer-menu-link-text-2 {
    font-size: 18px;
  }

  .blog-hover-text-3 {
    font-size: 20px;
  }

  .placeholder {
    font-size: 13px;
  }

  .landing-banner-summary {
    font-size: 18px;
    line-height: 32px;
  }

  .landing-page-banner-section {
    padding-top: 12vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._w-50 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .why-etraps-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 20px;
    line-height: 34px;
  }

  .sign-up-btn {
    padding: 15px 40px;
    font-size: 18px;
  }

  .airlines-icon {
    max-width: 90px;
  }

  .why-choose-list {
    font-size: 1.5rem;
    line-height: 4.5;
  }

  .c3.left-align {
    padding-bottom: 3.5vh;
  }

  .why-choose-text {
    font-size: 20px;
  }

  .features-item-to {
    height: 225px;
  }

  .features-item-to.height-180px {
    height: 210px;
  }

  .book-content-wrap {
    width: 70%;
  }

  .privacy-link {
    font-size: 18px;
  }

  .white-labeling-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .f1.top-m-3rem {
    margin-top: 6.5rem;
  }

  .circle-box {
    max-width: 170px;
    height: 170px;
  }

  .rectangle-wrap {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .rectangle-col {
    max-width: 420px;
  }

  .rectangle-col._01 {
    margin-top: -7.2svw;
  }

  .card-content-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navigation {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .header-logo {
    width: 200px;
  }

  .button-secondary {
    padding-left: 45px;
    padding-right: 45px;
  }

  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .dropdown-toggle {
    font-size: 18px;
  }

  .hero-line {
    border-left-width: 24px;
  }

  .heading-style-h1.black-color-size {
    font-size: 4rem;
  }

  .button-primary {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 20px;
  }

  .hero-features-list {
    grid-column-gap: 156px;
    grid-row-gap: 156px;
  }

  .hero-features-text {
    width: 210px;
    font-size: 20px;
    line-height: 26px;
  }

  .scroll-down-box {
    right: 32px;
  }

  .about-content-wrap {
    max-width: 735px;
  }

  .about-image-wrap {
    max-width: 825px;
  }

  .section-green-tag {
    font-size: 20px;
  }

  .heading-style-h2 {
    font-size: 56px;
  }

  .heading-style-h2.text-color-white._w-size45px {
    width: 70%;
    font-size: 60px;
  }

  .about-line-shape {
    width: 300px;
    top: 58px;
  }

  .about-summary-wrap {
    max-width: 735px;
  }

  .about-summary-dark, .about-summary-light {
    font-size: 20px;
  }

  .counter-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .counter-text {
    font-size: 21px;
  }

  .service-line-shape {
    width: 220px;
  }

  .service-item {
    padding-left: 45px;
    padding-right: 45px;
  }

  .service-item-name {
    font-size: 32px;
    line-height: 44px;
  }

  .service-content-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .service-item-name-white {
    font-size: 32px;
    line-height: 44px;
  }

  .service-item-summary {
    font-size: 22px;
    line-height: 36px;
  }

  .button-white {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 20px;
  }

  .service-benefit-left-wrap {
    max-width: 695px;
  }

  .service-benefit-line-shape {
    width: 240px;
  }

  .service-benefit-title-wrap {
    max-width: 500px;
  }

  .service-benefit-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-benefit-text {
    font-size: 22px;
  }

  .service-benefit-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-size: 20px;
  }

  .service-benefit-card {
    height: 360px;
    padding: 63px 45px;
  }

  .heading-style-h6 {
    font-size: 32px;
    line-height: 44px;
  }

  .service-benefit-summary {
    font-size: 22px;
    line-height: 32px;
  }

  .technology-benefit-line-shape {
    width: 160px;
  }

  .feature-line-shape {
    width: 270px;
    left: 400px;
  }

  .features-summary {
    margin-top: 20px;
  }

  .features-item {
    height: 250px;
  }

  .features-item.height-180px {
    height: 230px;
  }

  .features-item-text {
    font-size: 22px;
  }

  .testimonial-line-shape {
    width: 250px;
    left: 342px;
  }

  .testimonial-summary {
    font-size: 20px;
  }

  .blog-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-thumbnail-image.img-width {
    height: 360px;
  }

  .blog-sort-summary {
    font-size: 20px;
    line-height: 32px;
  }

  .news-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .faq-summary {
    margin-top: 20px;
  }

  .faq-line-shape {
    width: 270px;
  }

  .faq-plus-icon, .faq-minus-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .home-contact-line-shape {
    width: 160px;
  }

  .text-field {
    height: 60px;
  }

  .button-white-outline {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 20px;
  }

  .footer-menu-list-wrap {
    margin-left: 254px;
  }

  .footer-menu-title-wrap, .footer-menu-link, .footer-menu-link-text {
    font-size: 20px;
  }

  .news-line-shape, .blog-line-shape {
    width: 250px;
    left: 342px;
  }

  .service-hero-section.travel-portal, .service-hero-section.white-label, .service-hero-section.api, .service-hero-section.cruise, .service-hero-section.dmc {
    padding-top: 550px;
  }

  .service-hero-inner {
    max-width: 835px;
  }

  .service-hero-summary {
    font-size: 22px;
    line-height: 40px;
  }

  .service-feature-line-shape {
    width: 220px;
  }

  .service-features-left {
    max-width: 818px;
  }

  .service-features-summary {
    font-size: 22px;
    line-height: 40px;
  }

  .service-feature-image {
    width: 850px;
  }

  .service-integration-grid {
    width: 100%;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-integration-desc {
    font-size: 20px;
  }

  .service-item-box {
    padding: 40px 45px;
  }

  .service-info-line-shape {
    width: 220px;
  }

  .heading-style-h3 {
    font-size: 42px;
  }

  .service-info-image.max-h {
    max-height: 450px;
  }

  .service-info-wave-shape {
    width: 950px;
  }

  .news-hero-summary {
    font-size: 22px;
    line-height: 40px;
  }

  .news-card-text {
    font-size: 28px;
    line-height: 42px;
  }

  .newsletter-title {
    font-size: 56px;
  }

  .newsletter-text-field {
    height: 72px;
    font-size: 20px;
  }

  .news-list-shape {
    width: 150px;
  }

  .contact-hero-summary {
    font-size: 22px;
    line-height: 40px;
  }

  .contact-support-title {
    max-width: 700px;
  }

  .contact-support-box {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-support-text, .contact-support-text-link {
    font-size: 18px;
  }

  .blog-post-shape {
    width: 150px;
  }

  .event-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .event-info-title, .event-info-subtext {
    font-size: 20px;
  }

  .event-item-name {
    font-size: 24px;
    line-height: 37px;
  }

  .contact-support-column {
    height: 240px;
  }

  .contact-support-tag {
    font-size: 18px;
  }

  .contact-support-column-grid {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    height: 240px;
  }

  .contact-support-span {
    font-size: 18px;
  }

  .get-in-touch-line-shape {
    width: 160px;
  }

  .get-in-touch-right {
    max-width: 840px;
  }

  .get-in-touch-text, .get-in-touch-link {
    font-size: 20px;
    line-height: 32px;
  }

  .news-detail-hero-section.blog-img1, .news-detail-hero-section.blog-img2, .news-detail-hero-section.blog-img3, .news-detail-hero-section.blog-img4 {
    height: 900px;
  }

  .bredcrumb-link, .bredcrumb-date {
    font-size: 22px;
  }

  .news-details-inner {
    max-width: 1360px;
  }

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

  .news-share-text {
    font-size: 20px;
  }

  .news-share-list {
    justify-content: flex-start;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .news-social-link.hide, .news-social-line.hide {
    display: none;
  }

  .news-details-image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-section {
    padding-top: 460px;
  }

  .who-we-are-line-shape {
    width: 220px;
  }

  .who-we-are-image-wrap {
    max-width: 25%;
  }

  .who-we-are-content-wrap {
    max-width: 1000px;
  }

  .core-value-line-shape {
    width: 220px;
    right: 0%;
  }

  .vision-line-shape {
    width: 300px;
    right: 37%;
  }

  .mission-line-shape {
    width: 320px;
  }

  .why-choose-us-line-shape {
    width: 200px;
    right: 32%;
  }

  .what-we-did-inner {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
  }

  .who-we-are-shape {
    width: 500px;
  }

  .tabs-menu {
    max-width: 1100px;
    margin-top: 25px;
  }

  .tabs-menu.new-padding {
    max-width: 680px;
  }

  .tabs {
    height: 550px;
    margin-top: 140px;
  }

  .btn-prev-new-1, .btn-nxt-new-1, .btn-prev-new-2, .btn-nxt-new-2, .btn-prev-new-3, .btn-nxt-new-3, .btn-prev-new-4, .btn-nxt-new-4, .btn-prev-new-5, .btn-nxt-new-5 {
    width: 75px;
    height: 75px;
  }

  .btn-nxt-new {
    width: 75px;
  }

  .swiper-wrapper-2._500px {
    height: 450px;
  }

  .relative-slider {
    max-width: 1700px;
  }

  .btn-prev-new {
    width: 75px;
  }

  .news-card-text-2 {
    font-size: 28px;
    line-height: 42px;
  }

  .button-primary-2 {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 20px;
  }

  .button-primary-2.tabsbtn {
    width: 100px;
    height: 100px;
  }

  .button-white-2 {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 20px;
  }

  .bredcrumb-date-2 {
    font-size: 22px;
  }

  .news-share-text-2 {
    font-size: 20px;
  }

  .button-secondary-2 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .newsletter-text-field-2 {
    height: 72px;
    font-size: 20px;
  }

  .bredcrumb-link-2 {
    font-size: 22px;
  }

  .nav-menu-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button-white-outline-2 {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 20px;
  }

  .footer-menu-link-2, .footer-menu-link-text-2 {
    font-size: 20px;
  }

  .placeholder {
    font-size: 14px;
  }

  .new-h1 {
    font-size: 60px;
  }

  .title-text {
    font-size: 2rem;
  }

  .subline-content {
    font-size: 25px;
  }

  .landing-banner-summary {
    font-size: 25px;
    line-height: 40px;
  }

  ._w-50 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .why-etraps-api-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .why-etraps-list {
    font-size: 26px;
    line-height: 50px;
  }

  .sign-up-btn {
    padding: 18px 45px;
    font-size: 20px;
  }

  .c1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .airlines-icon {
    max-width: 130px;
  }

  .number-text {
    font-size: 50px;
    line-height: 1.5;
  }

  .airline-text {
    font-size: 22px;
  }

  .why-choose-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    font-size: 2rem;
    line-height: 4.6;
  }

  .c3 {
    padding-bottom: 5vh;
  }

  .why-choose-text {
    font-size: 22px;
  }

  .plush {
    font-size: 50px;
    line-height: 1.5;
  }

  .features-item-to {
    height: 250px;
  }

  .features-item-to.height-180px {
    height: 230px;
  }

  .left-line {
    max-width: 260px;
  }

  .features-6col-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .f1.top-m-3rem {
    margin-top: 9rem;
  }

  .circle-box {
    max-width: 230px;
    height: 230px;
  }

  .fearture-text {
    font-size: 1.3rem;
  }

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

  .rectangle-wrap.center-align {
    bottom: 110px;
  }

  .rectangle-col {
    max-width: 500px;
  }

  .rectangle-col._01 {
    margin-top: -7svw;
  }

  .card-content-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .card-content-wrap.top-p {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .container._120 {
    margin-top: 80px;
  }

  .button-secondary  {
    padding: 5px 15px !important;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-box {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .nav-menu {
    z-index: 100;
    background-color: var(--white);
    width: 100%;
    max-width: 50%;
    padding: 100px 40px 40px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-top-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-line {
    border-left-width: 8px;
  }

  .heading-style-h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-info-text-list {
    width: 80%;
  }

  .button-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-features-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 32px;
  }

  .hero-features-item {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .hero-features-icon {
    width: 36px;
  }

  .hero-features-text {
    font-size: 14px;
  }

  .scroll-down-box {
    top: -104px;
  }

  .home-about-section {
    padding-bottom: 80px;
  }

  .home-about-inner {
    flex-flow: column;
  }

  .about-content-wrap {
    max-width: 90%;
  }

  .about-image-wrap {
    max-width: 80%;
    margin-top: 60px;
  }

  .section-green-tag {
    margin-bottom: 4px;
  }

  .section-title-box.tab-sticky {
    position: sticky;
    top: 5vh;
  }

  .heading-style-h2 {
    font-size: 42px;
  }

  .heading-style-h2.text-color-white._w-size45px {
    font-size: 35px;
  }

  .about-line-shape {
    width: 225px;
  }

  .about-summary-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .about-button-wrap {
    margin-top: 40px;
  }

  .home-service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
  }

  .service-image {
    height: 30vw;
  }

  .home-service-benefit-section {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .service-benefit-list {
    margin-top: 60px;
  }

  .service-benefit-item {
    line-height: 24px;
  }

  .service-benefit-right-wrap {
    max-width: 50%;
  }

  .service-benefit-card {
    height: auto;
    padding: 24px;
  }

  .technology-benefit-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-benefit-button-wrap {
    top: 90px;
  }

  .video__wrapper {
    padding-top: 5rem;
  }

  .technology-benefit-summary {
    max-width: 85%;
    font-size: 20px;
    line-height: 32px;
  }

  .features-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-line-shape {
    width: 210px;
    left: 255px;
  }

  .features-summary {
    margin-top: 12px;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
  }

  .features-grid._2col {
    width: 80%;
  }

  .features-grid._6col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .features-item-text {
    margin-top: 18px;
  }

  .testimonial-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .testimonial-inner {
    margin-top: 60px;
  }

  .testimonial-item {
    width: 480px;
    min-width: 480px;
    margin-left: 30px;
    padding: 32px;
  }

  .faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section {
    padding-top: 80px;
  }

  .blog-grid-wrapper {
    margin-top: 60px;
  }

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

  .news-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .news-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .news-grid-wrapper {
    max-width: 100%;
    margin-top: 60px;
  }

  .news-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .news-item-big-name {
    padding: 28px;
    font-size: 24px;
    line-height: 34px;
  }

  .news-item-name {
    padding: 24px;
  }

  .faq-inner-wrap {
    margin-top: 60px;
  }

  .faq-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-contact-line-shape {
    width: 115px;
  }

  .home-contact-block {
    max-width: 90%;
    margin-top: 60px;
  }

  .input-group {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-submit-button {
    margin-top: 40px;
  }

  .home-cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-cta-group {
    margin-top: 40px;
  }

  .footer-top-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-bottom-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-bottom-inner {
    grid-column-gap: 40px;
    grid-row-gap: 7px;
    flex-flow: wrap;
    justify-content: center;
  }

  .copyright-text {
    order: 1;
    font-size: 14px;
  }

  .footer-info-list {
    width: 100%;
  }

  .footer-info-link, .footer-info-text {
    font-size: 14px;
  }

  .footer-top-list {
    flex-flow: column;
  }

  .footer-left-col {
    margin-bottom: 50px;
  }

  .footer-social-wrap {
    margin-top: 30px;
  }

  .footer-social-text {
    margin-bottom: 20px;
  }

  .footer-menu-title-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 24px;
  }

  .footer-menu-divider {
    left: 10px;
  }

  .footer-menu-link {
    padding-left: 20px;
  }

  .footer-menu-item {
    margin-bottom: 24px;
    margin-left: 10px;
  }

  .footer-menu-text, .footer-menu-link-text {
    padding-left: 20px;
  }

  .menu-button {
    padding: 12px;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 9;
    background-color: var(--transparent);
  }

  .icon {
    background-image: linear-gradient(90deg, var(--gradientblue), var(--gradientgreen));
    color: var(--transparent);
    -webkit-text-fill-color: transparent;
    background-origin: padding-box, border-box;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 32px;
  }

  .dropdown {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-features-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-features-content {
    margin-bottom: 24px;
  }

  .service-fetaure-button-wrap {
    margin-top: 0;
  }

  .button-shape-vector {
    margin-top: 30px;
    margin-left: 30px;
  }

  .service-feature-image {
    width: 450px;
    inset: 30% -10% auto auto;
  }

  .service-benefit-section, .service-integration-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-integration-grid {
    grid-column-gap: 32px;
    grid-row-gap: 100px;
    margin-top: 130px;
  }

  .service-integration-item {
    padding-bottom: 50px;
  }

  .service-integration-title {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .service-integration-icon {
    width: 100px;
    height: 100px;
  }

  .service-integration-img {
    width: 58px;
    height: 58px;
  }

  .service-list-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
  }

  .service-item-box {
    width: 42%;
  }

  .service-info-item {
    margin-top: 80px;
  }

  .service-info-content-wrap {
    max-width: 50%;
  }

  .heading-style-h3 {
    font-size: 25px;
  }

  .service-info-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 30px;
    margin-bottom: 24px;
  }

  .service-info-image-wrap {
    max-width: 45%;
  }

  .service-info-wave-shape {
    width: 90%;
  }

  .process-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .process-inner-wrap {
    margin-top: 80px;
  }

  .news-hero-summary {
    max-width: 70%;
  }

  .news-list-section {
    padding-top: 80px;
  }

  .news-list-wrapper {
    margin-top: 80px;
  }

  .news-item-card {
    height: 380px;
  }

  .news-card-text {
    font-size: 18px;
    line-height: 28px;
    bottom: 20px;
    left: 15px;
    right: 15px;
  }

  .newsletter-block {
    max-width: 100%;
  }

  .newsletter-title {
    font-size: 36px;
  }

  .newsletter-summary {
    margin-bottom: 32px;
  }

  .newsletter-form {
    width: 480px;
  }

  .news-list-shape {
    width: 120px;
  }

  .newsletter-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-hero-summary {
    max-width: 70%;
  }

  .contact-support-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-support-shape {
    width: 120px;
  }

  .contact-support-top-row {
    flex-flow: column;
  }

  .contact-support-box.for-tablet {
    display: block;
  }

  .heading-style-h4 {
    font-size: 22px;
  }

  .contact-support-text, .contact-support-text-link {
    font-size: 16px;
  }

  .contact-support-box-small {
    display: none;
  }

  .blog-post-shape {
    width: 120px;
  }

  .event-list-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .event-list-wrapper {
    margin-top: 80px;
  }

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

  .event-info-title, .event-info-subtext {
    font-size: 13px;
  }

  .contact-support-middle-row, .contact-support-bottom-row {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .dms-support-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dms-support-list {
    grid-template-columns: 1fr 1fr;
  }

  .contact-support-span {
    font-size: 16px;
  }

  .get-in-touch-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .get-in-touch-inner {
    margin-top: 60px;
  }

  .get-in-touch-left {
    max-width: 42%;
  }

  .get-in-touch-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .get-in-touch-text, .get-in-touch-link {
    font-size: 14px;
    line-height: 26px;
  }

  .get-in-touch-social-wrap {
    margin-top: 30px;
  }

  .get-in-touch-social-text {
    margin-bottom: 20px;
  }

  .news-details-inner {
    max-width: 95%;
  }

  .news-details-image {
    width: 95%;
  }

  .who-we-are-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .who-we-are-title {
    max-width: 600px;
  }

  .who-we-are-image-wrap {
    max-width: 45%;
  }

  .who-we-are-content-wrap {
    max-width: 50%;
  }

  .core-value-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .core-value-line-shape {
    bottom: -11%;
    left: 300px;
    right: 11%;
  }

  .core-value-item {
    padding-bottom: 50px;
  }

  .our-vision-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vision-line-shape {
    right: 6%;
  }

  .vision-image-wrap {
    max-width: 45%;
  }

  .our-mission-section {
    padding-bottom: 80px;
  }

  .why-choose-us-section {
    padding: 24px;
  }

  .why-choose-us-box {
    padding: 40px 20px 60px;
  }

  .why-choose-us-line-shape {
    width: 160px;
    right: 6%;
  }

  .what-we-did-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .what-we-did-image {
    width: 70px;
  }

  .about-counter {
    font-size: 40px;
  }

  .about-counter-text {
    font-size: 14px;
  }

  .who-we-are-shape {
    width: 200px;
    bottom: -5%;
  }

  .faq-section-gradient, .technology-section, .value-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .arrow-down-scroll {
    bottom: 200px;
    right: 30px;
  }

  .tabs {
    height: 300px;
  }

  .relative-slider {
    max-width: 700px;
  }

  .hover-div {
    min-height: 110px;
  }

  .swiper-slide-2 {
    width: 50%;
  }

  .swiper-component.slider1.pill {
    padding-right: 6vw;
  }

  .news-card-text-2 {
    font-size: 18px;
    line-height: 28px;
    bottom: 20px;
    left: 15px;
    right: 15px;
  }

  .news-item-big-name-2 {
    padding: 28px;
    font-size: 24px;
    line-height: 34px;
  }

  .news-item-name-2, .news-item-name-3 {
    padding: 24px;
  }

  .button-primary-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-info-text-2, .footer-info-link-2 {
    font-size: 14px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    z-index: 9;
    background-color: #fff0;
  }

  .icon-2 {
    color: #fff0;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #00a0bf, #00f7a1);
    background-origin: padding-box, border-box;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 32px;
  }

  .news-list-section-2 {
    padding-top: 80px;
  }

  .heading-style-h1-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .nav-menu-2 {
    z-index: 100;
    background-color: #fff;
    width: 100%;
    max-width: 50%;
    padding: 100px 40px 40px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .footer-menu-link-2, .footer-menu-link-text-2 {
    padding-left: 20px;
  }

  .etrav-feature-container, .landing-page-banner-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._w-50 {
    margin-top: 60px;
  }

  .why-etraps-api-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1.1fr;
  }

  .why-etraps-list {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    font-size: 14px;
  }

  .grid-col.bottom-align {
    padding-left: 0;
    padding-right: 0;
  }

  .sign-up-btn-wrap {
    margin-top: 40px;
  }

  .line {
    width: 40%;
  }

  .what-we-did-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .why-choose-wrap {
    grid-template-columns: 1fr 1.8fr 1fr;
  }

  .why-choose-list {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    font-size: .9rem;
  }

  .c3 {
    padding-bottom: 4vh;
  }

  .c3.left-align {
    padding-bottom: 2vh;
  }

  .why-choose-text {
    margin-top: 18px;
  }

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

  .privacy-link {
    order: 1;
    font-size: 14px;
  }

  .white-labeling-grid {
    grid-template-columns: .85fr 1fr;
    place-items: start stretch;
  }

  .features-6col-grid {
    flex-flow: wrap;
    display: flex;
  }

  .f1 {
    flex-flow: row;
    width: 100%;
  }

  .f1.top-m-3rem {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .rectangle-col._01 {
    margin-top: -9svw;
  }

  .accordion {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  .container._120 {
    margin-top: 160px;
  }

  

  .navbar {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .nav-menu {
    max-width: 65%;
  }

  .home-hero-section {
    height: 100%;
    padding-bottom: 0;
  }

  .hero-top-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-subtext {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .heading-style-h1 {
    font-size: 42px;
  }

  .heading-style-h1.black-color-size {
    font-size: 2.5rem;
  }

  .hero-info-text-list {
    width: 100%;
  }

  .hero-info-text-title, .hero-info-sub-text {
    font-size: 15px;
  }

  .hero-features-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-features-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-features-icon {
    width: 40px;
  }

  .hero-features-text {
    text-align: left;
    width: 100%;
    font-size: 15px;
  }

  .home-about-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-content-wrap, .about-image-wrap {
    max-width: 100%;
  }

  .section-green-tag {
    font-size: 16px;
  }

  .section-title-box.center-align {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .section-title-box.tab-sticky {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .heading-style-h2 {
    font-size: 34px;
  }

  .heading-style-h2.text-color-white._w-size45px {
    width: 100%;
  }

  .heading-style-h2.mobile-center-align {
    text-align: center;
  }

  .about-summary-wrap {
    margin-bottom: 20px;
  }

  .counter-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .counter-text {
    font-size: 15px;
  }

  .about-button-wrap {
    margin-top: 30px;
  }

  .home-service-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .service-item {
    border-radius: 18px;
  }

  .service-item.flx-div {
    flex-flow: column;
  }

  .service-item.flx-div.rev {
    flex-flow: column-reverse;
  }

  .service-hover-box.reg, .service-item-front.new {
    width: 100%;
  }

  .home-service-benefit-section {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .service-benefit-inner {
    flex-flow: column;
  }

  .service-benefit-left-wrap {
    max-width: 100%;
    margin-bottom: 60px;
    position: static;
  }

  .service-benefit-list.new {
    width: 100%;
  }

  .service-benefit-right-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-benefit-card.first {
    top: 100px;
  }

  .service-benefit-card.second {
    top: 120px;
  }

  .service-benefit-card.third {
    top: 150px;
  }

  .technology-benefit-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-benefit-button-wrap {
    text-align: center;
    top: 70px;
  }

  .video-text__wrapper {
    margin-bottom: 0;
  }

  .technology-benefit-title {
    font-size: 40px;
  }

  .technology-benefit-summary {
    font-size: 18px;
    line-height: 28px;
  }

  .features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-line-shape {
    width: 180px;
    left: 220px;
  }

  .feature-line-shape.api.api-position-copy {
    bottom: -15%;
  }

  .features-summary {
    max-width: 100%;
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .features-grid._3col {
    grid-template-columns: 1fr;
  }

  .features-grid._2col {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .features-grid._6col {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-line-shape {
    width: 120px;
  }

  .testimonial-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-item {
    width: 450px;
    min-width: 450px;
    margin-left: 24px;
    padding: 28px;
  }

  .testimonial-summary {
    margin-top: 10px;
  }

  .testimonial-info {
    margin-top: 24px;
  }

  .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section {
    padding-top: 60px;
  }

  .blog-item-box {
    padding: 18px;
  }

  .blog-item-name {
    font-size: 22px;
  }

  .blog-sort-summary {
    line-height: 26px;
  }

  .blog-button-wrap {
    margin-top: 40px;
  }

  .news-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .news-item-big-name {
    padding: 24px;
    font-size: 28px;
  }

  .faq-list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .faq-item {
    font-size: 16px;
  }

  .faq-answer-wrap {
    padding-right: 20px;
  }

  .faq-plus-icon, .faq-minus-icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
  }

  .home-contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-contact-block {
    max-width: 100%;
  }

  .field-label {
    font-size: 15px;
  }

  .text-field {
    height: 40px;
  }

  .contact-submit-button {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-top-wrap {
    padding-bottom: 40px;
  }

  .footer-bottom-inner {
    grid-row-gap: 10px;
  }

  .footer-menu-list-wrap {
    grid-template-columns: .8fr 1fr 1fr;
  }

  .footer-menu-title-wrap {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .footer-title-icon, .footer-menu-divider {
    display: none;
  }

  .footer-menu-link {
    border-left-style: none;
    border-left-color: var(--transparent);
    padding-left: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .footer-menu-item {
    margin-left: 0;
  }

  .footer-menu-text {
    padding-left: 0;
    font-size: 12px;
    line-height: 25px;
  }

  .footer-menu-link-text {
    padding-left: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .news-line-shape, .blog-line-shape {
    width: 120px;
  }

  .service-hero-section {
    padding-top: 300px;
    padding-bottom: 40px;
  }

  .service-hero-inner {
    max-width: 100%;
  }

  .service-hero-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .service-features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-features-left {
    max-width: 100%;
  }

  .service-features-left.new {
    flex-flow: column;
  }

  .service-fetaure-button-wrap {
    margin-top: 10px;
  }

  .button-shape-vector {
    margin-top: 40px;
    margin-left: 30px;
  }

  .service-feature-image {
    display: none;
  }

  .service-benefit-section, .service-integration-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-integration-grid {
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .service-integration-title {
    margin-top: 30px;
  }

  .service-list-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .service-item-box {
    border-radius: 18px;
    width: 47%;
  }

  .service-benefit-right {
    display: block;
  }

  .service-benefit-right.unhide {
    width: 100%;
  }

  .service-benefit-imge-mob {
    width: 100%;
    margin-top: 40px;
  }

  .service-info-section {
    padding-top: 60px;
  }

  .service-info-item {
    flex-flow: column;
    margin-top: 60px;
  }

  .service-info-content-wrap {
    max-width: 100%;
  }

  .service-info-image-wrap {
    order: 1;
    max-width: 100%;
    margin-top: 30px;
  }

  .service-info-image.max-h {
    max-height: 500px;
  }

  .process-inner-wrap {
    margin-top: 60px;
  }

  .news-hero-section {
    padding-top: 300px;
    padding-bottom: 40px;
  }

  .news-list-section {
    padding-top: 60px;
  }

  .news-list-wrapper {
    margin-top: 60px;
  }

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

  .news-item-card {
    height: 330px;
  }

  .newsletter-title {
    font-size: 32px;
  }

  .newsletter-summary {
    max-width: 75%;
  }

  .newsletter-text-field {
    font-size: 16px;
  }

  .newsletter-form {
    width: 420px;
  }

  .newsletter-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-hero-section {
    padding-top: 300px;
    padding-bottom: 40px;
  }

  .contact-support-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-support-top-row {
    margin-top: 64px;
  }

  .contact-support-box {
    padding: 32px 20px 45px;
  }

  .heading-style-h4 {
    font-size: 20px;
  }

  .contact-support-icon {
    width: 22px;
    height: 22px;
  }

  .contact-support-text, .contact-support-text-link {
    font-size: 14px;
  }

  .blog-hero-section {
    padding-top: 300px;
    padding-bottom: 40px;
  }

  .event-list-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .event-list-wrapper {
    margin-top: 60px;
  }

  .event-item-box {
    padding: 18px;
  }

  .event-info-wrap {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .event-info-subtext {
    font-size: 11px;
  }

  .event-item-name {
    font-size: 18px;
    line-height: 27px;
  }

  .contact-support-vertical {
    display: none;
  }

  .contact-support-middle-row, .contact-support-bottom-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
  }

  .contact-support-column-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .dms-support-list-wrap {
    margin-top: 60px;
  }

  .dms-support-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-support-span {
    font-size: 10px;
  }

  .get-in-touch-section {
    padding-bottom: 60px;
  }

  .get-in-touch-line-shape {
    width: 90px;
  }

  .get-in-touch-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .get-in-touch-left {
    max-width: 100%;
  }

  .get-in-touch-right {
    order: -1;
    max-width: 100%;
  }

  .news-detail-hero-section {
    padding-top: 300px;
    padding-bottom: 40px;
  }

  .news-top-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .news-details-inner {
    max-width: 100%;
  }

  .news-rich-text figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .news-details-image {
    width: 100%;
    margin-top: 60px;
  }

  .blog-detail-hero-section, .about-hero-section {
    padding-top: 300px;
    padding-bottom: 40px;
  }

  .who-we-are-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .who-we-are-line-shape {
    width: 170px;
    bottom: -20%;
    left: 100px;
    right: 4%;
  }

  .who-we-are-image-wrap {
    order: 1;
    max-width: 100%;
    margin-top: 30px;
  }

  .who-we-are-content-wrap {
    max-width: 100%;
  }

  .core-value-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .core-value-line-shape {
    left: 182px;
    right: 4%;
  }

  .vision-line-shape {
    width: 210px;
    bottom: -15%;
    right: 40%;
  }

  .vision-image-wrap {
    order: 1;
    max-width: 100%;
    margin-top: 30px;
  }

  .vision-inner-list {
    flex-flow: column;
  }

  .mission-line-shape {
    width: 180px;
    bottom: -25%;
  }

  .why-choose-us-section {
    padding: 15px;
  }

  .why-choose-us-line-shape {
    width: 120px;
    right: 14%;
  }

  .what-we-did-inner {
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .what-we-did-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .what-we-did-content {
    text-align: center;
  }

  .who-we-are-shape {
    bottom: 48%;
  }

  .faq-section-gradient, .technology-section, .value-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider {
    position: static;
  }

  .slider-div {
    padding-bottom: 120px;
  }

  .arrow-down-scroll {
    z-index: 5;
    inset: auto auto 1% 50%;
    transform: translate(-50%);
  }

  .tabs-menu {
    z-index: 10;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .tabs {
    height: 250px;
  }

  .relative-slider {
    max-width: 550px;
  }

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

  .swiper-component.slider1.pill {
    padding-right: 0;
  }

  .blog-item-box-2 {
    padding: 18px;
  }

  .news-item-big-name-2 {
    padding: 24px;
    font-size: 28px;
  }

  .news-list-section-2 {
    padding-top: 60px;
  }

  .newsletter-text-field-2 {
    font-size: 16px;
  }

  .heading-style-h1-2 {
    font-size: 42px;
  }

  .nav-menu-2 {
    max-width: 65%;
  }

  .footer-menu-link-2 {
    border-left-style: none;
    border-left-color: #fff0;
    padding-left: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .footer-menu-link-text-2 {
    padding-left: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .event-item-box-2 {
    padding: 18px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_text {
    font-size: 20px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .new-h1 {
    font-size: 44px;
  }

  .form-block-2.less-m-40px {
    margin-top: 40px;
  }

  .etrav-feature-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .etrav-feature-container._10-vh-p {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .landing-page-left {
    flex-flow: column;
    max-width: 100%;
  }

  .landing-page-left.new {
    flex-flow: column;
  }

  .landing-page-banner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._w-50, ._w-50.new, ._w-45 {
    width: 100%;
  }

  .why-etraps-api-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .line {
    width: 32%;
  }

  .why-choose-wrap {
    grid-template-columns: 1fr 1.6fr 1fr;
  }

  .why-choose-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    font-size: .6rem;
    line-height: 4.5;
  }

  .c3 {
    padding-bottom: 4.5vh;
  }

  .c3.left-align {
    padding-bottom: 0;
  }

  .privacy-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-labeling-grid {
    grid-template-columns: 1fr;
  }

  .left-line {
    width: 40%;
  }

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

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

  .f2.no-border {
    border-right-style: solid;
  }

  .f2.no-border.no-border-bottom.no-b2 {
    border-bottom-style: none;
    border-right-style: none;
  }

  .f2.no-border-bottom {
    border-bottom-style: solid;
  }

  .f2.no-border-bottom.no-b {
    border-bottom-style: none;
  }

  .f2.m-no-border {
    border-right-style: none;
  }

  .rectangle-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .rectangle-col._01 {
    margin-top: 0;
  }

  .card-content-wrap.top-p {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .rectangle-desktop--img {
    display: none;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    font-size: 1.4rem;
  }

  .accordion {
    margin-bottom: -16px;
  }
}

@media screen and (max-width: 479px) {
  .container._120 {
    margin-top: 200px;
  }

  .container._120.container-padding {
    padding-top: 40px;
  }

  .container.mob {
    padding-left: 14px;
    padding-right: 14px;
  }

  .container.less-m {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding: 10px 0;
  }

  .header-logo {
    width: 150px;
    margin-left: 5px;
  }

  .button-secondary {
    padding: 16px 24px;
  }

  .button-secondary.small-mob {
    letter-spacing: 0;
    padding: 2px 8px !important;
    font-size: 10px;
    line-height: 1.2;
  }

  .nav-menu {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-line {
    display: none;
  }

  .hero-subtext {
    font-size: 15px;
  }

  .heading-style-h1 {
    font-size: 34px;
    line-height: 48px;
  }

  .hero-info-text-list {
    flex-flow: wrap;
    width: 100%;
  }

  .hero-info-dot {
    display: none;
  }

  .button-primary {
    padding: 14px 24px;
  }

  .hero-features-list {
    flex-flow: wrap;
    display: flex;
  }

  .hero-features-icon {
    width: 30px;
  }

  .home-about-section {
    padding-top: 170px;
    padding-bottom: 50px;
  }

  .section-green-tag {
    font-size: 14px;
  }

  .heading-style-h2 {
    font-size: 30px;
  }

  .heading-style-h2.text-color-white._w-size45px {
    font-size: 26px;
  }

  .about-line-shape {
    width: 170px;
    top: 36px;
  }

  .about-summary-dark {
    margin-bottom: 10px;
    line-height: 26px;
  }

  .about-summary-light {
    line-height: 26px;
  }

  .counter-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .counter-list.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .counter-divider {
    display: none;
  }

  .about-button-wrap {
    text-align: center;
  }

  .about-image {
    width: 100%;
  }

  .home-service-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-title-wrap.bottom-m {
    z-index: 110;
    padding-bottom: 8vh;
    position: relative;
  }

  .service-line-shape {
    bottom: -22%;
    left: 100px;
  }

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

  .service-item.flx-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-item.flx-div.rev._4, .service-item.flx-div.rev._6, .service-item.flx-div.rev._8, .service-item.flx-div.rev._10, .service-item.flx-div._1, .service-item.flx-div._2, .service-item.flx-div._3, .service-item.flx-div._5, .service-item.flx-div._7, .service-item.flx-div._9 {
    position: static;
  }

  .service-image {
    height: 50vw;
  }

  .button-white {
    padding: 14px 24px;
  }

  .home-service-benefit-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .service-benefit-line-shape {
    width: 160px;
  }

  .service-benefit-list {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 50px;
  }

  .service-benefit-item {
    font-size: 15px;
    line-height: 24px;
  }

  .service-benefit-right-wrap {
    max-width: 100%;
  }

  .service-benefit-card {
    padding: 20px;
  }

  .technology-benefit-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .technology-benefit-line-shape {
    width: 100px;
    bottom: -13%;
    left: 90px;
  }

  .video__wrapper {
    padding-top: 3rem;
  }

  .technology-benefit-title {
    font-size: 32px;
  }

  .technology-benefit-summary {
    max-width: 90%;
  }

  .features-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .feature-line-shape {
    bottom: -16%;
    left: 110px;
  }

  .feature-line-shape.api.api-position, .feature-line-shape.api.api-position-copy, .feature-line-shape.api.who-is, .feature-line-shape.api.who-is-copy {
    bottom: -29%;
    left: 32px;
  }

  .feature-line-shape.cr.cruise-position2 {
    bottom: -31%;
    left: 47px;
  }

  .feature-line-shape.dmc.dmc-position2 {
    bottom: -35%;
    left: 26px;
  }

  .features-summary {
    font-size: 16px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .features-grid._6col {
    grid-template-columns: 1fr;
  }

  .features-icon {
    width: 60px;
    height: 60px;
  }

  .features-icon.bottom-m {
    width: 45px;
    height: 45px;
  }

  .features-item-text.less-m {
    text-align: left;
    font-size: 16px;
  }

  .testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-line-shape {
    left: 90px;
  }

  .testimonial-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .testimonial-item {
    width: 300px;
    min-width: 300px;
    margin-left: 20px;
    padding: 22px;
  }

  .testimonial-quote {
    width: 48px;
  }

  .testimonial-summary {
    font-size: 15px;
    line-height: 26px;
  }

  .testimonial-author {
    font-size: 18px;
  }

  .testimonial-star-image {
    width: 130px;
  }

  .faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blog-section {
    padding-top: 50px;
  }

  .blog-grid-wrapper {
    margin-top: 40px;
  }

  .blog-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .blog-item-box {
    padding: 16px;
  }

  .blog-info-wrap {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .blog-item-name {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .news-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-grid-wrapper {
    margin-top: 40px;
  }

  .news-item-big-name, .news-item-name {
    padding: 18px;
    font-size: 18px;
    line-height: 28px;
  }

  .faq-line-shape {
    width: 160px;
  }

  .faq-inner-wrap {
    margin-top: 40px;
  }

  .faq-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq-item {
    padding: 20px;
    font-size: 15px;
    line-height: 26px;
  }

  .home-contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-contact-line-shape {
    right: 25%;
  }

  .input-group {
    grid-template-columns: 1fr;
  }

  .contact-submit-button {
    margin-top: 30px;
  }

  .home-cta-group {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .button-white-outline {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-top-wrap {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .footer-bottom-inner {
    grid-row-gap: 12px;
  }

  .footer-info-list {
    grid-row-gap: 6px;
    flex-flow: wrap;
  }

  .footer-left-col {
    width: 100%;
    min-width: 100%;
  }

  .footer-logo {
    width: 140px;
  }

  .footer-social-text {
    margin-bottom: 15px;
  }

  .social-media-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-menu-list-wrap {
    grid-template-columns: 1fr;
  }

  .footer-menu-item {
    margin-bottom: 15px;
  }

  .menu-button {
    padding-right: 0;
  }

  .news-line-shape {
    width: 100px;
    bottom: -13%;
    left: 100px;
  }

  .blog-line-shape {
    bottom: -10%;
    left: 100px;
  }

  .service-hero-section {
    padding-top: 180px;
  }

  .service-hero-summary {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .service-features-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-feature-line-shape {
    bottom: -32%;
    left: 28%;
  }

  .service-feature-line-shape.api {
    left: 4%;
  }

  .service-feature-line-shape.cruise-position {
    left: 11%;
  }

  .service-feature-line-shape.dmc-position {
    left: 8%;
  }

  .service-features-summary {
    line-height: 26px;
  }

  .button-shape-vector {
    margin-top: 30px;
    margin-left: 24px;
  }

  .service-benefit-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-integration-title {
    font-size: 22px;
  }

  .service-integration-desc {
    line-height: 26px;
  }

  .testimonial-quote-white {
    width: 48px;
  }

  .service-list-flex {
    grid-template-columns: 1fr;
  }

  .service-item-box {
    width: 100%;
  }

  .service-info-section {
    padding-top: 40px;
  }

  .heading-style-h3 {
    font-size: 22px;
  }

  .service-info-image-wrap {
    margin-top: 20px;
  }

  .service-info-image.max-h {
    max-height: 400px;
  }

  .service-info-wave-shape {
    width: 100%;
  }

  .process-inner-wrap {
    margin-top: 40px;
  }

  .feature-info-list.col-2 {
    grid-template-columns: 1fr;
  }

  .news-hero-section {
    padding-top: 260px;
  }

  .news-hero-summary {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .news-list-section {
    padding-top: 50px;
  }

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

  .newsletter-title {
    font-size: 28px;
  }

  .newsletter-summary {
    max-width: 100%;
    margin-top: 18px;
    margin-bottom: 24px;
  }

  .newsletter-text-field {
    height: 60px;
  }

  .newsletter-form {
    width: 100%;
  }

  .newsletter-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-hero-summary {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-hero-section {
    padding-top: 260px;
  }

  .contact-support-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-hero-section {
    padding-top: 260px;
  }

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

  .event-item-box {
    padding: 16px;
  }

  .event-info-title {
    font-size: 14px;
  }

  .event-info-subtext {
    font-size: 13px;
  }

  .event-item-name {
    margin-bottom: 8px;
  }

  .contact-support-middle-row, .contact-support-bottom-row {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .contact-support-column-grid {
    grid-template-columns: 1fr;
  }

  .dms-support-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dms-support-list {
    grid-template-columns: 1fr;
  }

  .contact-support-span {
    font-size: 14px;
  }

  .get-in-touch-social-text {
    margin-bottom: 15px;
  }

  .news-detail-hero-section {
    padding-top: 260px;
  }

  .news-detail-hero-section.blog-img1 {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .news-detail-hero-section.blog-img1.mob-hero-sec {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 100px;
    padding-top: 220px;
  }

  .news-detail-hero-section.blog-img1.mob-sec {
    background-size: contain;
    height: auto;
    padding-top: 300px;
  }

  .news-detail-hero-section.blog-img2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .news-detail-hero-section.blog-img2.mob-hero-sec {
    background-size: contain;
    height: auto;
    margin-top: 100px;
    padding-top: 220px;
  }

  .news-detail-hero-section.blog-img2.mob-sec {
    background-size: contain;
    height: auto;
    padding-top: 300px;
  }

  .news-detail-hero-section.blog-img3.mob-hero-sec {
    background-position: 50%;
    background-size: contain;
    height: auto;
  }

  .news-detail-hero-section.blog-img4.mob-hero-sec {
    background-size: contain;
    height: auto;
  }

  .news-detail-hero-section.mob-hero-sec {
    margin-top: 100px;
    padding-top: 220px;
  }

  .news-top-info {
    flex-flow: column;
  }

  .news-release-info {
    font-size: 15px;
    line-height: 22px;
  }

  .news-share-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .news-rich-text h3 {
    font-size: 22px;
  }

  .news-rich-text p {
    font-size: 14px;
  }

  .news-rich-text li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .news-rich-text ul {
    margin-bottom: 15px;
    padding-left: 24px;
  }

  .blog-detail-hero-section, .about-hero-section {
    padding-top: 260px;
  }

  .who-we-are-line-shape {
    width: 120px;
    bottom: -14%;
    left: 100px;
  }

  .who-we-are-image-wrap {
    margin-top: 20px;
  }

  .who-we-are-content-wrap {
    width: 100%;
  }

  .core-value-line-shape {
    width: 120px;
    bottom: -16%;
    left: 130px;
  }

  .vision-line-shape {
    right: 43%;
  }

  .vision-image-wrap {
    margin-top: 20px;
  }

  .why-choose-us-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .why-choose-us-box {
    padding: 30px 10px 40px;
    display: none;
  }

  .why-choose-us-line-shape {
    bottom: -7%;
    right: 53%;
  }

  .why-choose-us-image {
    margin-top: 30px;
  }

  .what-we-did-section {
    padding-bottom: 60px;
  }

  .what-we-did-title {
    width: 160px;
  }

  .what-we-did-inner {
    flex-flow: column;
  }

  .what-we-did-box {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .what-we-did-content {
    text-align: left;
  }

  .what-we-did-line {
    border-top: 1px solid #4e4e4e33;
    border-left-style: none;
    width: 100%;
  }

  .who-we-are-shape {
    width: 150px;
    bottom: 35%;
  }

  .faq-section-gradient, .technology-section, .value-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider-div {
    height: 100%;
    padding-top: 160px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-menu.new-padding {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .tabs-menu.new-padding.flex {
    display: flex;
  }

  .tabs {
    height: 450px;
    margin-top: 80px;
  }

  .slide-image.mob-vis {
    display: block;
  }

  .slide-image.desk-vis {
    display: none;
  }

  .btn-prev-new-1 {
    width: 30px;
    height: 30px;
  }

  .btn-nxt-new-1 {
    width: 32px;
    height: 32px;
  }

  .btn-prev-new-2 {
    width: 30px;
    height: 30px;
  }

  .btn-nxt-new-2 {
    width: 32px;
    height: 32px;
  }

  .btn-prev-new-3 {
    width: 30px;
    height: 30px;
  }

  .btn-nxt-new-3 {
    width: 32px;
    height: 32px;
  }

  .btn-prev-new-4 {
    width: 30px;
    height: 30px;
  }

  .btn-nxt-new-4 {
    width: 32px;
    height: 32px;
  }

  .btn-prev-new-5 {
    width: 30px;
    height: 30px;
  }

  .btn-nxt-new-5 {
    width: 32px;
    height: 32px;
  }

  .btn-nxt-new {
    width: 50px;
  }

  .image-22 {
    width: 32px;
  }

  .swiper-wrapper-2._500px {
    height: 350px;
  }

  .relative-slider {
    max-width: 350px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .hover-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-size-regular.is-newcolor {
    font-size: 1rem;
    line-height: 140%;
  }

  .text-size-regular.is-newcolor.is-diff {
    font-size: 1rem;
  }

  .btn-prev-new {
    width: 50px;
  }

  .blog-item-box-2 {
    padding: 16px;
  }

  .news-item-big-name-2, .news-item-name-2, .news-item-name-3 {
    padding: 18px;
    font-size: 18px;
    line-height: 28px;
  }

  .button-primary-2 {
    padding: 14px 24px;
  }

  .button-primary-2.tabsbtn {
    width: 90px;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .button-white-2 {
    padding: 14px 24px;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .news-list-section-2 {
    padding-top: 50px;
  }

  .button-secondary-2 {
    padding: 16px 24px;
  }

  .newsletter-text-field-2 {
    height: 60px;
  }

  .heading-style-h1-2 {
    font-size: 34px;
    line-height: 48px;
  }

  .nav-menu-2 {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-white-outline-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .event-item-box-2 {
    padding: 16px;
  }

  .container-why.top-p-20vh {
    padding-top: 8vh;
  }

  .timeline_component {
    z-index: 3;
  }

  .timeline_component.super {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_progress {
    background-color: #fff;
  }

  .section-timeline {
    z-index: -3;
    background-color: #0000;
    background-image: url('../images/Group-1618872590.svg');
    background-size: auto;
    display: flex;
  }

  .timeline_progress-bar-2 {
    background-color: #4cb95c;
  }

  .timeline_date-text {
    color: var(--green);
    font-size: 32px;
    font-weight: 600;
  }

  .timeline_date-text.less-m {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 22px;
    position: static;
  }

  .timeline_centre._01 {
    margin-top: 10px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline_item._1col {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timeline_text {
    color: #6e6e6e;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }

  .timeline_circle {
    color: #fff;
    background-color: #4cb95c;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    display: flex;
    box-shadow: 0 0 0 8px #4cb95c;
  }

  .timeline_circle.no-sticky {
    position: static;
  }

  .placeholder {
    display: none;
  }

  .new-h1 {
    font-size: 36px;
  }

  .etrav-feature-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .etrav-feature-container.bg-color {
    background-color: #e6f7f9;
  }

  .landing-banner-summary {
    line-height: 26px;
  }

  .main-section {
    background-color: #fff;
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .main-section.gray-bg-color.mobile-view {
    display: none;
  }

  .main-section.less-bottom-p {
    padding-bottom: 8vh;
  }

  .main-section.less-bottom-p.no-bg-color {
    background-color: #fff0;
  }

  .main-section.green-bg-color {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .main-section.bootm-0 {
    padding-bottom: 1vh;
  }

  .landing-page-banner-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._w-50 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 50px;
  }

  .why-etraps-api-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .why-etraps-list {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .img-wrap {
    display: none;
  }

  .sign-up-btn-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .line {
    width: 22%;
  }

  .green-text {
    font-size: 16px;
  }

  .what-we-did-grid {
    grid-template-columns: 1fr;
    margin-top: 3vh;
  }

  .c1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom: 1px solid #4e4e4e33;
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .c1.no-border {
    border-bottom-style: none;
  }

  .airlines-icon {
    max-width: 75px;
  }

  .number-text {
    font-size: 32px;
    line-height: 1.3;
  }

  .airline-text {
    font-size: 18px;
  }

  .why-choose-wrap {
    display: none;
  }

  .etrav-feature-section.bg-color {
    background-color: #e6f7f9;
  }

  .mobile-view {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 8vh;
    display: grid;
  }

  .m-why-choose {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .why-choose-text {
    margin-top: 0;
    font-size: 16px;
  }

  .head-wrap {
    justify-content: flex-start;
    align-items: stretch;
  }

  .plush {
    font-size: 32px;
    line-height: 1.3;
  }

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

  .circle-box {
    max-width: 130px;
    height: 130px;
  }

  .fearture-text {
    font-size: .9rem;
  }

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

  .f2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-right-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-left: 0;
  }

  .f2.no-border {
    border-right-style: none;
  }

  .f2.no-border-bottom.no-b {
    border-bottom-style: solid;
  }

  .sub-text {
    text-align: left;
  }

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

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

  .accordion__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    flex: 0 100%;
    padding-right: 20px;
    line-height: 1.4;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-fea02ca8-a185-4359-4973-5857175d5bb6-175d5b8f, #w-node-a7aa4adc-7801-76cd-54ec-52596c5c6578-a28dd755 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_30ad9baa-1ec1-ca4a-af67-f74b99de2fc7-083a81db {
  grid-area: Area;
}

#w-node-_1114a839-3b34-f891-f4b4-fbbf21cc35d5-3794971d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1be6f0b-3946-3e04-bca2-e02c8067397e-4b8d2e6d {
  place-self: center end;
}

#w-node-_988dcbe8-7221-69eb-4786-d0ef095a3f12-4b8d2e6d, #w-node-f09bcc0b-ad63-9ba9-aba0-54a8bff550f4-4b8d2e6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_427da204-8053-1556-2bd5-e7997bcec232-4b8d2e6d {
  grid-area: 2 / 5 / 3 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_988dcbe8-7221-69eb-4786-d0ef095a3f12-4b8d2e6d, #w-node-f09bcc0b-ad63-9ba9-aba0-54a8bff550f4-4b8d2e6d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_427da204-8053-1556-2bd5-e7997bcec232-4b8d2e6d {
    grid-area: 2 / 5 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e3bdb419-ebc5-1371-3a50-45f719e8e5a9-3794971d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e3bdb419-ebc5-1371-3a50-45f719e8e5ac-3794971d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e3bdb419-ebc5-1371-3a50-45f719e8e5ae-3794971d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3bdb419-ebc5-1371-3a50-45f719e8e5b5-3794971d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e3bdb419-ebc5-1371-3a50-45f719e8e5b8-3794971d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e3bdb419-ebc5-1371-3a50-45f719e8e5c8-3794971d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e3bdb419-ebc5-1371-3a50-45f719e8e5cb-3794971d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e3bdb419-ebc5-1371-3a50-45f719e8e5d9-3794971d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e3bdb419-ebc5-1371-3a50-45f719e8e5dc-3794971d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e3bdb419-ebc5-1371-3a50-45f719e8e5ec-3794971d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e3bdb419-ebc5-1371-3a50-45f719e8e5ef-3794971d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1114a839-3b34-f891-f4b4-fbbf21cc35d5-3794971d {
    grid-column: span 1 / span 1;
  }

  #w-node-_67173747-1698-ce18-4186-83542ec1aedb-409bf393 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf759-409bf393 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf75c-409bf393 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf765-409bf393 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf768-409bf393 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf771-409bf393 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf774-409bf393 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf77d-409bf393 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf780-409bf393 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf789-409bf393 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf78c-409bf393 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_6b3b867d-a3d3-8213-5dcf-401ba60043e9-409bf393 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6b3b867d-a3d3-8213-5dcf-401ba60043ec-409bf393 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-d8f51441-9703-fa7e-b904-5bf582dba426-4b8d2e6d {
    place-self: center;
  }

  #w-node-d1be6f0b-3946-3e04-bca2-e02c8067397e-4b8d2e6d {
    justify-self: center;
  }

  #w-node-_988dcbe8-7221-69eb-4786-d0ef095a3f12-4b8d2e6d, #w-node-f09bcc0b-ad63-9ba9-aba0-54a8bff550f4-4b8d2e6d {
    grid-column: span 1 / span 1;
  }

  #w-node-_427da204-8053-1556-2bd5-e7997bcec232-4b8d2e6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #tab-button-5.w-node-b33ebf2d-7599-e49b-f857-34d19a4cda04-d9b56121, #w-node-_4aa379ff-adc5-e7cc-71b7-3b7a7b419d5e-d9b56121 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fea02ca8-a185-4359-4973-5857175d5bb6-175d5b8f, #w-node-a7aa4adc-7801-76cd-54ec-52596c5c6578-a28dd755 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf759-409bf393 {
    grid-column-start: 2;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf75c-409bf393 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf768-409bf393 {
    grid-row-end: 1;
  }

  #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf774-409bf393, #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf780-409bf393, #w-node-_6bff69ef-1661-196b-a1b0-94185ffbf78c-409bf393, #w-node-_6b3b867d-a3d3-8213-5dcf-401ba60043ec-409bf393 {
    grid-row-end: 2;
  }
}


