.hideOverlay[data-astro-cid-dqktne2f] {
  display: none !important;
}

.is-video-holder[data-astro-cid-dqktne2f] {
  cursor: pointer;
  background-color: #161414;
  border: 5px solid var(--active-blue-200);
  border-image: url("/_astro/get-started.CS7rIv3M.webp") 30 / 30px round;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.grid-holder[data-astro-cid-dqktne2f] {
  width: 100%;
  height: 100%;
}

.overlay[data-astro-cid-dqktne2f] {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0e0e0ecc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay[data-astro-cid-dqktne2f] .play[data-astro-cid-dqktne2f] {
  --icon-size: 2.625rem;
  padding: 4px;
  border-radius: 100px;
  border: 2px solid #6eb4e091;
  width: var(--icon-size);
  height: var(--icon-size);
  aspect-ratio: 1;
  display: contents;
  place-items: center;
}

.overlay[data-astro-cid-dqktne2f] .play-icon[data-astro-cid-dqktne2f] {
  pointer-events: none;
  opacity: .7;
}

.videoTitle[data-astro-cid-dqktne2f] {
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 1rem;
  right: auto;
  color: #fff;
}

@keyframes opacityStarter {
  0% {
    border: 1px solid #85caf6aa;
  }

  100% {
    border: 1px solid #6eb4e000;
  }
}
.is-videos-wrapper {
  margin-top: 3.5rem;
  height: 39.75rem;
  margin-inline: auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-template-areas: "first second third" "first second third" !important;
}

.is-videos-wrapper .is-video-holder:nth-child(1) {
  grid-area: first !important;
  background-color: rgb(162, 170, 164);
}

.is-videos-wrapper .is-video-holder:nth-child(2) {
  grid-area: second !important;
  background-color: rgb(151, 140, 152);
}

.is-videos-wrapper .is-video-holder:nth-child(3) {
  grid-area: third !important;
  background-color: rgb(135, 143, 145);
}

.is-videos-wrapper:is(.temp1) {
  grid-template-areas: "first first second" "first first third" !important;
}

.is-videos-wrapper:is(.temp2) {
  grid-template-areas: "second second first" "second second third" !important;
}

.is-videos-wrapper:is(.temp3) {
  grid-template-areas: "first third third" "second third third" !important;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .is-videos-wrapper {
    grid-template-columns: 1fr !important;
    grid-template-areas: "first " "second " "third" !important;
  }
  .is-videos-wrapper:is(.temp1) {
    grid-template-areas: "first" "first" "second " "third " !important;
  }
  .is-videos-wrapper:is(.temp2) {
    grid-template-areas: "first" "second " "second " "third" !important;
  }
  .is-videos-wrapper:is(.temp3) {
    grid-template-areas: "first" "second" "third " "third " !important;
  }
}.customer-stories[data-astro-cid-cv2beoes] {
  --padding-block: 5rem;
  background-color: var(--active-blue-600);
  padding-inline: 1rem;
  padding-block: var(--padding-block);
}

@media screen and (width <= 630px) {
  .customer-stories[data-astro-cid-cv2beoes] {
    --padding-block: 2.5rem;
  }
}

.customer-stories__container[data-astro-cid-cv2beoes] {
  max-width: var(--container-1200);
  margin-inline: auto;
}
.hero[data-astro-cid-uxcgd2ny] {
  background-color: var(--active-blue-600);
}

.list[data-astro-cid-uxcgd2ny] {
  display: grid;
  min-height: max(100dvh, 31.25rem);
  grid-template-rows: 1fr 1fr 1fr minmax(1.5rem, 3rem) 8cqh;
  height: 100%;
  grid-template-columns: minmax(1.5rem, 1fr) minmax(1rem, 39.0625rem) minmax(1rem, 30.9375rem) minmax(1.5rem, 1fr);
}

@container (width <= 600px) {
  .list[data-astro-cid-uxcgd2ny] {
    grid-template-rows: 1fr 1fr 1fr minmax(1.5rem, 3rem) 10cqh;
  }
}

.list[data-astro-cid-uxcgd2ny] > [data-astro-cid-uxcgd2ny] {
  grid-area: stack;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] {
  container-type: normal;
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  display: grid;
  isolation: isolate;
  position: relative;
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  opacity: 0;
  transition: 1.5s linear(0, .006, .025 2.8%, .101 6.1%, .539 18.9%, .721 25.3%, .849 31.5%, .937 38.1%, .968 41.8%, .991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001);
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] .btn[data-astro-cid-uxcgd2ny] {
  --btn-bg: #fdfdfd;
  --btn-color: var(--primary-base-blue);
  display: inline-block;
  border-radius: 8px;
  font-size: clamp(.875rem, .755435rem + .434783vw, 1rem);
  background: var(--btn-bg);
  color: var(--btn-color);
  padding: 1rem 2.125rem;
  font-weight: 600;
  transition: all .2s;
  opacity: 1;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] .btn[data-astro-cid-uxcgd2ny]:hover {
  --btn-bg: var(--active-blue-100);
  --btn-color: var(--active-blue-400);
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] .text[data-astro-cid-uxcgd2ny] .tag[data-astro-cid-uxcgd2ny] {
  display: block;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] .text[data-astro-cid-uxcgd2ny] h1[data-astro-cid-uxcgd2ny], .list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] .text[data-astro-cid-uxcgd2ny] h2[data-astro-cid-uxcgd2ny], .list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] .text[data-astro-cid-uxcgd2ny] .tag[data-astro-cid-uxcgd2ny] {
  opacity: 1;
  translate: 0;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] .cta[data-astro-cid-uxcgd2ny] {
  --margin-top: 3rem;
  margin-top: var(--margin-top);
}

@container (width <= 760px) {
  .list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] .cta[data-astro-cid-uxcgd2ny] {
    --margin-top: 2rem;
  }
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny].active {
  opacity: 1;
  z-index: 2;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny].active .text[data-astro-cid-uxcgd2ny] h1[data-astro-cid-uxcgd2ny], .list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny].active .text[data-astro-cid-uxcgd2ny] h2[data-astro-cid-uxcgd2ny] {
  animation-delay: .8s;
  text-wrap: balance;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny]:before {
  opacity: .6;
  background: linear-gradient(224deg, #fff0 -122.27%, #6175899e -19.16%, #002041 43.97%);
  content: "";
  position: absolute;
  inset: 0;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] header[data-astro-cid-uxcgd2ny] {
  grid-column: 2 / 4;
  grid-row: 1 / 4;
  align-self: center;
  height: 100%;
  padding-top: 5.625rem;
  align-content: center;
  color: #fff;
  z-index: 3;
}

@container (width <= 600px) {
  .list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] header[data-astro-cid-uxcgd2ny] {
    grid-column: 2 / 4;
    gap: 1.25rem;
  }
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] header[data-astro-cid-uxcgd2ny] .tag[data-astro-cid-uxcgd2ny] {
  font-weight: 700;
  font-size: clamp(.875rem, .516304rem + 1.30435vw, 1.25rem);
  text-transform: uppercase;
  letter-spacing: .375rem;
  line-height: 1.6;
  margin-bottom: .875rem;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] header[data-astro-cid-uxcgd2ny] .text[data-astro-cid-uxcgd2ny] p[data-astro-cid-uxcgd2ny] {
  font-size: 1rem;
  margin-top: 1rem;
  max-width: 46ch;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] header[data-astro-cid-uxcgd2ny] h1[data-astro-cid-uxcgd2ny], .list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] header[data-astro-cid-uxcgd2ny] h2[data-astro-cid-uxcgd2ny] {
  font-size: clamp(1.75rem, .076087rem + 6.08696vw, 3.5rem);
  max-width: 20ch;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: auto;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] header[data-astro-cid-uxcgd2ny] h1[data-astro-cid-uxcgd2ny] {
  text-transform: capitalize;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] > [data-astro-cid-uxcgd2ny] {
  grid-row: 1 / -1;
  grid-column: 1 / -1;
}

.list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] img[data-astro-cid-uxcgd2ny], .list[data-astro-cid-uxcgd2ny] .item[data-astro-cid-uxcgd2ny] video[data-astro-cid-uxcgd2ny] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  grid-row: 1 / -1;
}

@keyframes fadeIn {
  to {
    translate: 0;
    opacity: 1;
  }
}

@keyframes fadeBtn {
  to {
    opacity: 1;
  }
}
.hero-impact[data-astro-cid-jmlxhry7] {
  --padding-block: 5rem;
  padding-inline: 1.25rem;
  padding-block: var(--padding-block);
}

.hero-impact__header[data-astro-cid-jmlxhry7] {
  --is-in-view: false;
  container-type: inline-size;
  max-width: 50rem;
  margin-inline: auto;
  text-align: center;
  display: grid;
  gap: 1rem;
  animation: step-end both inView;
  animation-timeline: view();
  animation-range: entry 3% contain 8%;
}

@media screen and (width <= 730px) {
  .hero-impact__header[data-astro-cid-jmlxhry7] {
    text-align: left;
  }
}

@keyframes inView {
  to {
    --is-in-view: true;
  }
}

.hero-impact__title[data-astro-cid-jmlxhry7] {
  font-size: clamp(1.5rem, .543478rem + 3.47826vw, 2.5rem);
  color: var(--active-blue-600);
}

.hero-impact__description[data-astro-cid-jmlxhry7] {
  font-size: clamp(1rem, .76087rem + .869565vw, 1.25rem);
  max-width: 45ch;
  margin-inline: auto;
  color: var(--active-blue-600);
}

.hero-impact__description[data-astro-cid-jmlxhry7] span[data-astro-cid-jmlxhry7] {
  background: linear-gradient(90deg, var(--active-blue-600) 0 0) 0/100ch no-repeat #c0f6ff00;
  -webkit-background-clip: text;
}

@container style(--is-in-view: yes) {
  .hero-impact__description[data-astro-cid-jmlxhry7] span[data-astro-cid-jmlxhry7] {
    color: #0000;
    animation: 1s both text;
  }
}

@container style(--is-in-view: no) {
  .hero-impact__description[data-astro-cid-jmlxhry7] span[data-astro-cid-jmlxhry7] {
    color: #0000;
    animation: 1s both text-hide;
  }
}

@keyframes text {
  0% {
    background-size: 0;
  }
}

@keyframes text-hide {
  0% {
    background-size: 100%;
  }

  100% {
    background-size: 0;
  }
}

.hero-impact__overlay[data-astro-cid-jmlxhry7] {
  z-index: 2;
  background-color: oklab(from var(--active-blue-600) l a b/.6);
  position: relative;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.hero-impact__overlay[data-astro-cid-jmlxhry7] svg[data-astro-cid-jmlxhry7] {
  width: max(3.75rem, min(5.75rem, 7.8cqw));
}

.hero-impact__video-wrapper[data-astro-cid-jmlxhry7] {
  --border-radius: 1.5rem;
  --aspect-ratio: 1200/580;
  max-width: 75rem;
  margin-inline: auto;
  container-type: inline-size;
  margin-top: max(1.25rem, min(5rem, 7cqw));
  display: grid;
  grid: [stack] 1fr / [stack] 1fr;
  position: relative;
  transform-origin: top;
  aspect-ratio: var(--aspect-ratio);
  border-radius: var(--border-radius);
  overflow: clip;
  animation: .4s both scaleUp;
  animation-timeline: view();
  animation-range: entry 4% contain 30%;
  isolation: isolate;
}

.hero-impact__video-wrapper[data-astro-cid-jmlxhry7]:has(video[controls]) .hero-impact__overlay[data-astro-cid-jmlxhry7] {
  display: none;
}

@media (width <= 700px) {
  .hero-impact__video-wrapper[data-astro-cid-jmlxhry7] {
    --border-radius: .75rem;
    --aspect-ratio: 800/580;
  }
}

@keyframes scaleUp {
  from {
    scale: .4;
  }

  to {
    scale: 1;
  }
}

.hero-impact__video-wrapper[data-astro-cid-jmlxhry7] > [data-astro-cid-jmlxhry7] {
  grid-area: stack;
}

.hero-impact__video-wrapper[data-astro-cid-jmlxhry7] video[data-astro-cid-jmlxhry7] {
  width: 100cqw;
  height: 100%;
}
.solutions__card[data-astro-cid-tq3jutyu] {
  --card-bg: var(--active-blue-100);
  --card-text: #353f50;
  --padding: 1.875rem;
  --color: #353f50;
  position: relative;
  border-radius: .5rem;
  overflow: clip;
  background-color: var(--card-bg);
}

.solutions__card--img[data-astro-cid-tq3jutyu] {
  aspect-ratio: 370 / 312;
  object-fit: cover;
  width: 100%;
}

.solutions__card--tag[data-astro-cid-tq3jutyu] {
  color: var(--color);
  font-size: .875rem;
  letter-spacing: 4px;
  font-style: normal;
  font-weight: 700;
}

.solutions__card--tag[data-astro-cid-tq3jutyu]:is(.financeService, .mobility) {
  --color: #ec9b40;
}

.solutions__card--tag[data-astro-cid-tq3jutyu]:is(.estate, .government) {
  --color: #00b8de;
}

.solutions__card--tag[data-astro-cid-tq3jutyu].energy {
  --color: #dc4437;
}

.solutions__card--tag[data-astro-cid-tq3jutyu].wellness {
  --color: #519e47;
}

.solutions__card--title[data-astro-cid-tq3jutyu] {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  color: #353f50;
  text-wrap: pretty;
  line-height: 1.6;
}

.solutions__card--top[data-astro-cid-tq3jutyu] {
  background-color: var(--card-bg);
  padding: var(--padding);
}

.solutions__card--bottom[data-astro-cid-tq3jutyu] {
  position: relative;
  isolation: isolate;
  padding-bottom: 1.875rem;
}

.solutions__card--btn[data-astro-cid-tq3jutyu] {
  position: absolute;
  bottom: 2.1875rem;
  right: 2.1875rem;
  z-index: 2;
  background-color: #fff;
  padding: .5rem;
  border-radius: 3.125rem;
  aspect-ratio: 1;
  align-content: center;
  transition: all .4s;
}

.solutions__card--btn[data-astro-cid-tq3jutyu]:hover {
  --icon-color: #fff;
  background-color: var(--active-blue-300);
}

.solutions__card[data-astro-cid-tq3jutyu] .animated-icon[data-astro-cid-tq3jutyu] {
  width: 14.875rem;
  height: 16.5rem;
  margin-inline: auto;
}
.solutions[data-astro-cid-wjewpwwe] {
  --col-size: 23.125rem;
  --margin-top: 2rem;
  padding-inline: 1.25rem;
  padding-bottom: 5rem;
}

.solutions[data-astro-cid-wjewpwwe] li[data-astro-cid-wjewpwwe] {
  max-width: none;
}

.solutions__container[data-astro-cid-wjewpwwe] {
  max-width: var(--container-1200);
  margin-inline: auto;
}

.solutions__list[data-astro-cid-wjewpwwe] {
  display: grid;
  margin-top: var(--margin-top);
  column-gap: 2.5rem;
  row-gap: 2.8125rem;
  grid-template-columns: repeat(auto-fill, minmax(var(--col-size), 1fr));
}

@media screen and (width <= 470px) {
  .solutions__list[data-astro-cid-wjewpwwe] {
    --col-size: 12.5rem;
  }
}

.solutions__card[data-astro-cid-wjewpwwe] {
  --card-bg: var(--active-blue-100);
  --card-text: #353f50;
  --padding: 1.875rem;
  position: relative;
  border-radius: .5rem;
  overflow: clip;
}

.solutions__card--img[data-astro-cid-wjewpwwe] {
  aspect-ratio: 370 / 312;
  object-fit: cover;
  width: 100%;
}

.solutions__card--tag[data-astro-cid-wjewpwwe] {
  color: #353f50;
  font-size: .875rem;
  letter-spacing: 4px;
  font-style: normal;
  font-weight: 400;
}

.solutions__card--title[data-astro-cid-wjewpwwe] {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  color: #353f50;
  text-wrap: pretty;
  line-height: 1.6;
}

.solutions__card--top[data-astro-cid-wjewpwwe] {
  background-color: var(--card-bg);
  padding: var(--padding);
}

.solutions__card--bottom[data-astro-cid-wjewpwwe] {
  position: relative;
  isolation: isolate;
}

.solutions__card--btn[data-astro-cid-wjewpwwe] {
  position: absolute;
  bottom: 2.1875rem;
  right: 2.1875rem;
  z-index: 2;
  background-color: #fff;
  padding: .5rem;
  border-radius: 3.125rem;
  aspect-ratio: 1;
  align-content: center;
}
.our-journey__card[data-astro-cid-sean4zf4] {
  scroll-snap-align: center;
  display: grid;
  gap: .75rem;
  --border-radius: 8px;
}

.our-journey__card[data-astro-cid-sean4zf4]:has(.flip:hover) .our-journey__card-title[data-astro-cid-sean4zf4] {
  opacity: 0;
}

.our-journey__card[data-astro-cid-sean4zf4] .flip[data-astro-cid-sean4zf4] {
  --gradient: conic-gradient(from var(--flip-degree, 87deg),
    var(--blue-base, #0275d8) 10%,
    #4a90e2 35%,
    #1e3a8a 50%,
    #3b82f6 65%,
    #60a5fa 72% 75%,
    var(--blue-base, #0275d8) 95%);
  display: grid;
  grid: [stack] 1fr;
  perspective: 1000px;
  transform-style: preserve-3d;
  border-radius: var(--border-radius);
  transition: all 1s linear(0, .007, .029 2.2%, .118 4.7%, .625 14.4%, .826 19%, .902, .962, 1.008 26.1%, 1.041 28.7%, 1.064 32.1%, 1.07 36%, 1.061 40.5%, 1.015 53.4%, .999 61.6%, .995 71.2%, 1);
}

.our-journey__card[data-astro-cid-sean4zf4] .flip[data-astro-cid-sean4zf4] img[data-astro-cid-sean4zf4] {
  aspect-ratio: 290 / 324;
  border-radius: .5rem;
}

.our-journey__card[data-astro-cid-sean4zf4] .flip[data-astro-cid-sean4zf4] > [data-astro-cid-sean4zf4] {
  grid-area: stack;
  backface-visibility: hidden;
  transition: transform 1s;
}

.our-journey__card[data-astro-cid-sean4zf4] .flip[data-astro-cid-sean4zf4] > [data-astro-cid-sean4zf4]:first-child {
  --card-flip: 0deg;
  transform: rotateY(var(--card-flip));
}

.our-journey__card[data-astro-cid-sean4zf4] .flip[data-astro-cid-sean4zf4] > [data-astro-cid-sean4zf4]:nth-child(2) {
  --card-flip: 180deg;
  transform: rotateY(var(--card-flip));
}

.our-journey__card[data-astro-cid-sean4zf4] .flip[data-astro-cid-sean4zf4]:is(:hover, :focus, :focus-within) > [data-astro-cid-sean4zf4]:first-child {
  --card-flip: 180deg;
}

.our-journey__card[data-astro-cid-sean4zf4] .flip[data-astro-cid-sean4zf4]:is(:hover, :focus, :focus-within) > [data-astro-cid-sean4zf4]:nth-child(2) {
  --card-flip: 360deg;
}

.our-journey__card[data-astro-cid-sean4zf4] .back[data-astro-cid-sean4zf4] {
  isolation: isolate;
  position: relative;
  animation: 12s linear infinite animateborder;
  background: var(--gradient);
  padding: 1px;
  border-radius: var(--border-radius);
}

.our-journey__card[data-astro-cid-sean4zf4] .back[data-astro-cid-sean4zf4]:after {
  content: "";
  position: absolute;
  inset: -.125rem;
  animation: 12s linear infinite animateborder;
  background: var(--gradient);
  z-index: -2;
  filter: blur(8px);
  opacity: .2;
}

@keyframes animateborder {
  to {
    --flip-degree: 360deg;
  }
}

.our-journey__card[data-astro-cid-sean4zf4] .back__layout[data-astro-cid-sean4zf4] {
  background-color: var(--active-blue-100);
  border-radius: var(--border-radius);
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

.our-journey__card[data-astro-cid-sean4zf4] .back__content[data-astro-cid-sean4zf4] {
  padding-inline: .75rem;
  padding-bottom: 1.25rem;
}

.our-journey__card[data-astro-cid-sean4zf4] .back__top[data-astro-cid-sean4zf4] {
  display: grid;
  place-items: end center;
}

.our-journey__card[data-astro-cid-sean4zf4] .back__top[data-astro-cid-sean4zf4] p[data-astro-cid-sean4zf4] {
  font-size: 3.375rem;
  font-weight: 900;
  background: linear-gradient(358deg, transparent 0%, #0275d84d 143%, var(--primary-base-blue) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-journey__card[data-astro-cid-sean4zf4] .back__top[data-astro-cid-sean4zf4] p[data-astro-cid-sean4zf4]::selection {
  background-clip: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: var(--active-blue-600);
}

.our-journey__card[data-astro-cid-sean4zf4] .back__title[data-astro-cid-sean4zf4] {
  color: var(--active-blue-600);
  font-size: 1.125rem;
  font-weight: 600;
}

.our-journey__card[data-astro-cid-sean4zf4] .back__detail[data-astro-cid-sean4zf4] {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4e5a6c;
  font-size: .875rem;
  margin-top: .75rem;
}

.our-journey__card-title[data-astro-cid-sean4zf4] {
  color: #5f738c;
  font-weight: 600;
  font-size: 1rem;
  transition: all .8s;
}
.hero[data-astro-cid-7wvhyjne] {
  background-color: var(--active-blue-600);
  background-image: url("/_astro/bg-pattern.4VAvbZ-i.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_container[data-astro-cid-7wvhyjne] {
  background-image: url("/_astro/blure-2.hCm1XbqT.webp"), url("/_astro/blure-2.hCm1XbqT.webp");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: -50% 220%, 150% 220%;
}

.hero_text[data-astro-cid-7wvhyjne] h1[data-astro-cid-7wvhyjne] {
  font-size: 3.5rem;
  color: var(--white);
  text-align: center;
  line-height: 4rem;
  margin-top: 2.375rem;
}

.hero_text[data-astro-cid-7wvhyjne] h1[data-astro-cid-7wvhyjne] .text-highlighted[data-astro-cid-7wvhyjne] {
  color: var(--brand-colors-pop-blue);
}

.hero_description[data-astro-cid-7wvhyjne] {
  text-align: center;
  color: var(--white);
}

.hero_description[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-size: 1.25rem;
  margin-inline: auto;
  margin-top: 1.3125rem;
}

.hero_video[data-astro-cid-7wvhyjne] .video_overlay[data-astro-cid-7wvhyjne] {
  background: #10345e25;
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  place-items: center;
}

.hero_video[data-astro-cid-7wvhyjne] .video_overlay[data-astro-cid-7wvhyjne]:has(.hidden) {
  display: none;
}

.hero_video[data-astro-cid-7wvhyjne] {
  transition: max-width .4s ease-in-out, scale .3s, border-radius .4s;
  position: relative;
  max-width: 37.875rem;
  margin-inline: auto;
  margin-top: 3.75rem;
  overflow: hidden;
  height: 38rem;
  border-radius: 18.75rem 18.75rem 0 0;
  transform-origin: top;
}

.hero_video[data-astro-cid-7wvhyjne].expand {
  transform-origin: top;
  transition: max-width .2s ease-in-out, scale .2s, border-radius .2s;
  max-width: 1080px;
  border-radius: 0;
  overflow: initial;
}

.hero_video[data-astro-cid-7wvhyjne].expand video[data-astro-cid-7wvhyjne] {
  scale: 1;
  width: 100%;
}

.hero_video[data-astro-cid-7wvhyjne] video[data-astro-cid-7wvhyjne] {
  scale: 3;
}

.btn[data-astro-cid-7wvhyjne] {
  background-color: var(--active-blue-400);
  color: #fff;
  border-radius: 8px;
  max-width: 15.625rem;
  padding-block: 1rem;
  text-align: center;
  font-weight: 600;
}

.benefit[data-astro-cid-7wvhyjne] {
  display: flex;
  max-width: 1168px;
  margin-inline: auto;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1.5rem;
  gap: 1rem;
  flex-wrap: wrap-reverse;
}

@media (width <= 426px) {
  .benefit_image[data-astro-cid-7wvhyjne] {
    max-width: 200px;
  }
}

.benefit[data-astro-cid-7wvhyjne].animated {
  opacity: 0;
  translate: -100px;
}

.benefit[data-astro-cid-7wvhyjne].animated:nth-child(2n) {
  translate: 100px;
}

.benefit[data-astro-cid-7wvhyjne].animated {
  transition: all .5s ease-in-out;
}

.benefit[data-astro-cid-7wvhyjne].animated.reveal {
  opacity: 1;
  scale: 1;
  translate: 0;
}

@media (width <= 982px) {
  .benefit[data-astro-cid-7wvhyjne] {
    justify-content: center;
    text-align: center;
  }
}

.benefit_link[data-astro-cid-7wvhyjne] {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

@media (width <= 982px) {
  .benefit_link[data-astro-cid-7wvhyjne] {
    justify-content: center;
  }
}

.benefit_link[data-astro-cid-7wvhyjne] a[data-astro-cid-7wvhyjne] {
  color: var(--active-blue-400);
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}

.benefit[data-astro-cid-7wvhyjne].right {
  flex-direction: row-reverse;
}

.benefit[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
  color: var(--active-blue-600);
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

@media (width <= 426px) {
  .benefit[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
    font-size: 1.5rem;
  }
}

.benefit[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  max-width: 36.5rem;
  color: var(--neutral-800);
  font-size: 1.25rem;
}

@media (width <= 426px) {
  .benefit[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
    font-size: .875rem;
  }
}

.page_content[data-astro-cid-7wvhyjne] {
  overflow-x: clip;
}

.page_content[data-astro-cid-7wvhyjne] .benefit[data-astro-cid-7wvhyjne] + .benefit[data-astro-cid-7wvhyjne] {
  margin-top: 10rem;
}

@media (width <= 426px) {
  .page_content[data-astro-cid-7wvhyjne] .benefit[data-astro-cid-7wvhyjne] + .benefit[data-astro-cid-7wvhyjne] {
    margin-top: 6.25rem;
  }
}

.page_content[data-astro-cid-7wvhyjne] .benefit[data-astro-cid-7wvhyjne] + .header-spacer[data-astro-cid-7wvhyjne] {
  margin-top: 10rem;
}

@media (width <= 426px) {
  .page_content[data-astro-cid-7wvhyjne] .benefit[data-astro-cid-7wvhyjne] + .header-spacer[data-astro-cid-7wvhyjne] {
    margin-top: 6.25rem;
  }
}

.page_content[data-astro-cid-7wvhyjne] {
}

.speak_to_consultant[data-astro-cid-7wvhyjne] {
  background-color: var(--active-blue-600);
  margin-block: 5rem;
  color: var(--white);
  padding: 2.75rem 1.5rem;
}

@media (width <= 1170px) {
  .speak_to_consultant[data-astro-cid-7wvhyjne] .img[data-astro-cid-7wvhyjne] {
    display: none;
  }

  .speak_to_consultant[data-astro-cid-7wvhyjne] {
    padding-block: 1.5rem;
  }
}

.speak_to_consultant_container[data-astro-cid-7wvhyjne] {
  display: flex;
  max-width: var(--container-170);
  gap: 2.625rem;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}

@media (width <= 1170px) {
  .speak_to_consultant_container[data-astro-cid-7wvhyjne] {
    justify-content: center;
    text-align: center;
  }
}

.speak_to_consultant_container[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.speak_to_consultant_container[data-astro-cid-7wvhyjne] .secondary_btn[data-astro-cid-7wvhyjne] {
  cursor: pointer;
  flex-basis: 200px;
  padding: 1rem 2rem;
  border: 1px solid var(--white);
  text-align: center;
  border-radius: 8px;
  margin-top: 2rem;
  display: inline-block;
}

.speak_to_consultant_container[data-astro-cid-7wvhyjne] .secondary_btn[data-astro-cid-7wvhyjne]:hover {
  background-color: var(--white);
  color: var(--active-blue-600);
}

.speak_to_consultant_container[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-size: 1.25rem;
  max-width: 36.5rem;
  color: var(--neutral-200);
}

.consultant[data-astro-cid-7wvhyjne] {
  background-color: #0275d8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.1875rem;
  padding: 6.25rem .625rem;
  margin-bottom: 5rem;
}

.consultant_container[data-astro-cid-7wvhyjne] {
  background-image: url("/_astro/blure-2.hCm1XbqT.webp"), url("/_astro/blure-2.hCm1XbqT.webp");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: -50% 220%, 150% 220%;
}

.consultant_text[data-astro-cid-7wvhyjne] {
  max-width: 45.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.consultant_text[data-astro-cid-7wvhyjne] h3[data-astro-cid-7wvhyjne] {
  font-size: 2rem;
  color: var(--white);
  text-align: center;
  line-height: 2.5rem;
  margin-inline: auto;
}

.consultant_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  text-align: center;
  color: var(--white);
  font-size: 1.25rem;
  line-height: 2rem;
  margin-inline: auto;
  font-weight: 300;
}

.consultant_img_container[data-astro-cid-7wvhyjne] {
  width: 100%;
  display: flex;
  justify-content: center;
}

.consultant_btn[data-astro-cid-7wvhyjne] {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.consultant_btn[data-astro-cid-7wvhyjne] .primary_btn[data-astro-cid-7wvhyjne] {
  padding: 1rem 1.5rem;
  gap: 12px;
  display: flex;
  text-align: center;
  border-radius: 8px;
  background-color: var(--white);
  color: var(--active-blue-600);
}

.consultant_btn[data-astro-cid-7wvhyjne] .secondary_btn[data-astro-cid-7wvhyjne] {
  flex-basis: 200px;
  padding: 1rem;
  border: 2px solid var(--white);
  text-align: center;
  border-radius: 8px;
}

.consultant_btn[data-astro-cid-7wvhyjne] a[data-astro-cid-7wvhyjne] {
  color: var(--white);
}

.get_started[data-astro-cid-7wvhyjne] {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.25rem .625rem;
}

.get_started_container[data-astro-cid-7wvhyjne] {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
  background-image: url("/_astro/blure-2.hCm1XbqT.webp"), url("/_astro/blure-2.hCm1XbqT.webp");
  background-color: #10345e;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: -50% 220%, 150% 220%;
  border-radius: 2.25rem;
  max-width: 1110px;
}

.get_started_text[data-astro-cid-7wvhyjne] {
  max-width: 53.3125rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 3.125rem 6.25rem 0;
}

@media (width <= 768px) {
  .get_started_text[data-astro-cid-7wvhyjne] {
    margin: 3.125rem 2.5rem 0;
  }
}

.get_started_text[data-astro-cid-7wvhyjne] h3[data-astro-cid-7wvhyjne] {
  font-size: 3rem;
  color: var(--white);
  text-align: center;
  line-height: 4rem;
  font-weight: 600;
  margin-inline: auto;
}

.get_started_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  text-align: center;
  color: var(--white);
  font-size: 1.25rem;
  line-height: 2rem;
  margin-inline: auto;
  font-weight: 300;
}

.get_started_img_container[data-astro-cid-7wvhyjne] {
  width: 100%;
  display: flex;
  justify-content: center;
}

.get_started_btn[data-astro-cid-7wvhyjne] {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0 0 3.75rem;
}

@media (width <= 600px) {
  .get_started_btn[data-astro-cid-7wvhyjne] {
    flex-direction: column;
  }
}

.get_started_btn[data-astro-cid-7wvhyjne] .primary_btn[data-astro-cid-7wvhyjne] {
  padding: 1rem 1.5rem;
  gap: 12px;
  display: inline-block;
  width: fit-content;
  display: flex;
  text-align: center;
  border-radius: 8px;
  background-color: var(--white);
  color: var(--active-blue-600);
}

.get_started_btn[data-astro-cid-7wvhyjne] .secondary_btn[data-astro-cid-7wvhyjne] {
  padding: 1rem;
  border: 2px solid var(--white);
  text-align: center;
  border-radius: 8px;
}

.get_started_btn[data-astro-cid-7wvhyjne] a[data-astro-cid-7wvhyjne] {
  color: var(--white);
}

.benefit_heading[data-astro-cid-7wvhyjne] {
  padding: 3rem 0 0;
  text-align: center;
  padding-inline: 1.5rem;
}

.benefit_heading_container[data-astro-cid-7wvhyjne] {
  max-width: var(--container-lg);
  margin-inline: auto;
}

.benefit_heading_tag[data-astro-cid-7wvhyjne] {
  width: fit-content;
  background-color: var(--active-blue-100);
  font-weight: 400;
  margin-inline: auto;
  padding: .5625rem .75rem;
  border-radius: .5rem;
  color: var(--active-blue-400);
  margin-bottom: 2.5rem;
}

.benefit_heading_header[data-astro-cid-7wvhyjne] {
  max-width: 49.1875rem;
  margin-inline: auto;
  color: var(--active-blue-600);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 1rem;
}

.benefit_heading_description[data-astro-cid-7wvhyjne] {
  color: var(--neutral-900);
  font-size: 1.25rem;
  margin-inline: auto;
  margin-bottom: 8.125rem;
}

.feature[data-astro-cid-7wvhyjne] {
  padding-block: 2rem;
  margin-bottom: 5rem;
  background-color: #fff;
}

@media (width <= 1190px) {
  .feature[data-astro-cid-7wvhyjne] {
    padding: 2rem 1.25rem;
  }
}

.feature_container[data-astro-cid-7wvhyjne] {
  max-width: var(--container-lg);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
}

.feature[data-astro-cid-7wvhyjne] h3[data-astro-cid-7wvhyjne] {
  max-width: 31.25rem;
  font-size: 2rem;
  color: var(--active-blue-400);
  color: var(--colour-activeblue-activeBlue600, #10345e);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 48px;
}

@media (width <= 100px) {
  .feature[data-astro-cid-7wvhyjne] h3[data-astro-cid-7wvhyjne] {
    font-size: 2rem;
  }
}

.feature[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  color: var(--colour-neutral-neutral800, #4e5a6c);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.feature_item[data-astro-cid-7wvhyjne] {
  padding-block: 1.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  width: 100%;
}

.feature_card[data-astro-cid-7wvhyjne] {
  max-width: 70rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (width <= 768px) {
  .feature_card[data-astro-cid-7wvhyjne] {
    flex-direction: column;
    gap: 1.875rem;
  }
}

.features_card[data-astro-cid-7wvhyjne] {
  max-width: 31.6875rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.features_card[data-astro-cid-7wvhyjne] h4[data-astro-cid-7wvhyjne] {
  color: var(--colour-neutral-neutral800, #4e5a6c);
  font-weight: 700;
  color: #10345e;
  font-size: 1.5rem;
  line-height: 2rem;
}

.features_card[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2rem;
  color: var(--colour-neutral-neutral800, #4e5a6c);
}

.features_card_img[data-astro-cid-7wvhyjne] {
  width: 2.5rem;
  height: 2.5rem;
}

.features_card_details[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.experience-excellence[data-astro-cid-7wvhyjne] .container[data-astro-cid-7wvhyjne] {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 32px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .sub-title_flex[data-astro-cid-7wvhyjne] {
  display: flex;
  margin: 40px 0;
  padding-bottom: 50px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .sub-title_flex[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #10345e;
}

.experience-excellence[data-astro-cid-7wvhyjne] .sub-title_flex[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 500px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .integration_cont[data-astro-cid-7wvhyjne] {
  padding-bottom: 20px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .integration_flex[data-astro-cid-7wvhyjne] {
  display: flex;
  background-color: #0275d8;
  border-radius: 10px;
  justify-content: space-between;
  padding-right: 40px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .integration_flex[data-astro-cid-7wvhyjne] .inte_img[data-astro-cid-7wvhyjne] {
  max-width: 300px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .integration_flex[data-astro-cid-7wvhyjne] .inte_img[data-astro-cid-7wvhyjne] img[data-astro-cid-7wvhyjne] {
  width: 100%;
}

.experience-excellence[data-astro-cid-7wvhyjne] .integration_flex[data-astro-cid-7wvhyjne] .integration_text[data-astro-cid-7wvhyjne] {
  max-width: 490px;
  color: #fff;
  padding: 30px 0;
}

.experience-excellence[data-astro-cid-7wvhyjne] .integration_flex[data-astro-cid-7wvhyjne] .integration_text[data-astro-cid-7wvhyjne] h3[data-astro-cid-7wvhyjne] {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .integration_flex[data-astro-cid-7wvhyjne] .integration_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .pay_feats[data-astro-cid-7wvhyjne] {
  padding-bottom: 20px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .pay_feats__flex[data-astro-cid-7wvhyjne] {
  display: flex;
  gap: 15px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .feat_img_cont[data-astro-cid-7wvhyjne] {
  padding-bottom: 20px;
  max-width: 100% !important;
}

.experience-excellence[data-astro-cid-7wvhyjne] .feat_img_cont[data-astro-cid-7wvhyjne] img[data-astro-cid-7wvhyjne] {
  width: 100%;
}

.experience-excellence[data-astro-cid-7wvhyjne] .pay_feat_text[data-astro-cid-7wvhyjne] h3[data-astro-cid-7wvhyjne] {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .pay_feat_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.experience-excellence[data-astro-cid-7wvhyjne] .pay_feat_text[data-astro-cid-7wvhyjne] {
  max-width: 550px;
}

.experience_bg[data-astro-cid-7wvhyjne] {
  background-color: #ebf8fe;
}

@media (width <= 991px) {
  .experience-excellence[data-astro-cid-7wvhyjne] .sub-title_flex[data-astro-cid-7wvhyjne] {
    flex-direction: column;
  }

  .experience-excellence[data-astro-cid-7wvhyjne] .integration_flex[data-astro-cid-7wvhyjne] {
    flex-direction: column-reverse;
  }
}

.experience-excellence-2[data-astro-cid-7wvhyjne] .container[data-astro-cid-7wvhyjne] {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 32px;
}

.experience-excellence-2[data-astro-cid-7wvhyjne] pay_feats[data-astro-cid-7wvhyjne] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.experience-excellence-2[data-astro-cid-7wvhyjne] .pay_feats_flex[data-astro-cid-7wvhyjne] {
  display: flex;
  gap: 15px;
}

.experience-excellence-2[data-astro-cid-7wvhyjne] .feat_img_cont[data-astro-cid-7wvhyjne] {
  padding-bottom: 20px;
  max-width: 100% !important;
}

.experience-excellence-2[data-astro-cid-7wvhyjne] .feat_img_cont[data-astro-cid-7wvhyjne] img[data-astro-cid-7wvhyjne] {
  width: 100%;
}

.experience-excellence-2[data-astro-cid-7wvhyjne] .pay_feat_text[data-astro-cid-7wvhyjne] {
  max-width: 550px;
}

.experience-excellence-2[data-astro-cid-7wvhyjne] .pay_feat_text[data-astro-cid-7wvhyjne] h3[data-astro-cid-7wvhyjne] {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.experience-excellence-2[data-astro-cid-7wvhyjne] .pay_feat_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.experience-excellence-2[data-astro-cid-7wvhyjne] .pay_btn[data-astro-cid-7wvhyjne] {
  margin-top: 30px;
  padding: 16px 78px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background-color: #00b8de;
}

.experience-excellence-2[data-astro-cid-7wvhyjne] .pay_btn[data-astro-cid-7wvhyjne] a[data-astro-cid-7wvhyjne] {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

@media (width <= 991px) {
  .experience-excellence-2[data-astro-cid-7wvhyjne] .pay_feats_flex[data-astro-cid-7wvhyjne] {
    flex-direction: column;
  }
}

.unlock_power[data-astro-cid-7wvhyjne] .container[data-astro-cid-7wvhyjne] {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 32px;
}

.unlock_power[data-astro-cid-7wvhyjne] .unlock_power_flex[data-astro-cid-7wvhyjne] {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 30px 0;
  justify-content: space-between;
}

@media (width <= 991px) {
  .unlock_power[data-astro-cid-7wvhyjne] .unlock_power_flex[data-astro-cid-7wvhyjne] {
    flex-direction: column;
  }
}

.unlock_power[data-astro-cid-7wvhyjne] .unlock_power_image_cont[data-astro-cid-7wvhyjne] {
  max-width: 600px;
}

.unlock_power[data-astro-cid-7wvhyjne] .unlock_power_image_cont[data-astro-cid-7wvhyjne] img[data-astro-cid-7wvhyjne] {
  width: 100%;
}

.unlock_power[data-astro-cid-7wvhyjne] .unlock_power_text[data-astro-cid-7wvhyjne] {
  max-width: 530px;
}

.unlock_power[data-astro-cid-7wvhyjne] .unlock_power_text[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  color: #10345e;
  padding-bottom: 15px;
}

@media (width <= 480px) {
  .unlock_power[data-astro-cid-7wvhyjne] .unlock_power_text[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
    font-size: 28px;
    line-height: 30px;
  }
}

.unlock_power[data-astro-cid-7wvhyjne] .unlock_power_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #4e5a6c;
}

@media (width <= 480px) {
  .unlock_power[data-astro-cid-7wvhyjne] .unlock_power_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] {
  padding: 4rem 0;
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] .container[data-astro-cid-7wvhyjne] {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 32px;
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] .revolutionize-title[data-astro-cid-7wvhyjne] {
  margin: 40px 0;
  padding-bottom: 50px;
  max-width: 500px;
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] .revolutionize-title[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #10345e;
  text-wrap: balance;
}

@media (width <= 991px) {
  .revolutionized_payroll[data-astro-cid-7wvhyjne] .revolutionize-title[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
    font-size: 30px;
    line-height: 33px;
  }
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] .revolutionize-title[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  max-width: 500px;
  color: #4e5a6c;
  text-wrap: pretty;
}

@media (width <= 991px) {
  .revolutionized_payroll[data-astro-cid-7wvhyjne] .revolutionize-title[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
    max-width: 100%;
  }
}

@media (width <= 991px) {
  .revolutionized_payroll[data-astro-cid-7wvhyjne] .revolutionize-title[data-astro-cid-7wvhyjne] {
    text-align: center;
    max-width: 100%;
  }
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] {
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] .revolution_process_flex[data-astro-cid-7wvhyjne] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (width <= 991px) {
  .revolutionized_payroll[data-astro-cid-7wvhyjne] .revolution_process_flex[data-astro-cid-7wvhyjne] {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-direction: column-reverse;
  }
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] .processes_flex[data-astro-cid-7wvhyjne] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: left;
  gap: 50px;
  padding-bottom: 50px;
}

@media (width <= 991px) {
  .revolutionized_payroll[data-astro-cid-7wvhyjne] .processes_flex[data-astro-cid-7wvhyjne] {
    gap: 20px;
    margin-top: 3rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] .process[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  text-align: left;
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] .process_bullets[data-astro-cid-7wvhyjne] {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--colour-activeblue-activeBlue100, #ebf8fe);
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] .process_text[data-astro-cid-7wvhyjne] {
  margin-top: 1.5rem;
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] .process_text[data-astro-cid-7wvhyjne] h3[data-astro-cid-7wvhyjne] {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #10345e;
}

.revolutionized_payroll[data-astro-cid-7wvhyjne] .process_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  color: var(--colour-neutral-neutral800, #4e5a6c);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.years_of_service[data-astro-cid-7wvhyjne] {
  padding: 5rem 0;
}

.years_of_service[data-astro-cid-7wvhyjne] .container[data-astro-cid-7wvhyjne] {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 32px;
}

.years_of_service[data-astro-cid-7wvhyjne] .years_flex[data-astro-cid-7wvhyjne] {
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  align-items: flex-end;
}

@media (width <= 991px) {
  .years_of_service[data-astro-cid-7wvhyjne] .years_flex[data-astro-cid-7wvhyjne] {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

.years_of_service[data-astro-cid-7wvhyjne] .view_more_btn[data-astro-cid-7wvhyjne] {
  align-items: center;
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #479fc8;
  text-decoration: none;
}

.years_of_service[data-astro-cid-7wvhyjne] .years_of_service_text[data-astro-cid-7wvhyjne] {
  max-width: 575px;
}

.years_of_service[data-astro-cid-7wvhyjne] .years_of_service_text[data-astro-cid-7wvhyjne] h1[data-astro-cid-7wvhyjne] {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #0c3468;
}

.years_of_service[data-astro-cid-7wvhyjne] .years_of_service_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #4e5a6c;
}

.years_of_service[data-astro-cid-7wvhyjne] {
}

.years_of_service[data-astro-cid-7wvhyjne] .year_in_detail_flex[data-astro-cid-7wvhyjne] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media (width <= 991px) {
  .years_of_service[data-astro-cid-7wvhyjne] .year_in_detail_flex[data-astro-cid-7wvhyjne] {
    display: flex;
    flex-direction: column;
  }
}

.years_of_service[data-astro-cid-7wvhyjne] .small_octas[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  text-align: center;
}

.years_of_service[data-astro-cid-7wvhyjne] .small_octas[data-astro-cid-7wvhyjne] .small_octa[data-astro-cid-7wvhyjne] {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  align-self: stretch;
}

.years_of_service[data-astro-cid-7wvhyjne] .small_octas[data-astro-cid-7wvhyjne] .small_octa[data-astro-cid-7wvhyjne] img[data-astro-cid-7wvhyjne] {
  object-fit: cover;
}

.years_of_service[data-astro-cid-7wvhyjne] .octa_text[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.years_of_service[data-astro-cid-7wvhyjne] .octa_text[data-astro-cid-7wvhyjne] h3[data-astro-cid-7wvhyjne] {
  color: var(--colour-activeblue-activeBlue600, #10345e);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.years_of_service[data-astro-cid-7wvhyjne] .octa_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  color: var(--colour-neutral-neutral800, #4e5a6c);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.years_of_service[data-astro-cid-7wvhyjne] .big_octa[data-astro-cid-7wvhyjne] {
  border-radius: 10px;
  background-size: cover;
  width: 100%;
  flex: 1 0 0;
  position: relative;
}

.years_of_service[data-astro-cid-7wvhyjne] .big_octa[data-astro-cid-7wvhyjne] img[data-astro-cid-7wvhyjne] {
  width: 100%;
  object-fit: cover;
}

.years_of_service[data-astro-cid-7wvhyjne] .big_octa[data-astro-cid-7wvhyjne] .octa_text[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.years_of_service[data-astro-cid-7wvhyjne] .big_octa[data-astro-cid-7wvhyjne] .octa_text[data-astro-cid-7wvhyjne] h3[data-astro-cid-7wvhyjne] {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  color: #10345e;
}

.years_of_service[data-astro-cid-7wvhyjne] .big_octa[data-astro-cid-7wvhyjne] .octa_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .special_container[data-astro-cid-7wvhyjne] {
  margin: 0 auto;
  padding: 0 0 0 32px;
  display: grid;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (width <= 992px) {
  .multiple_payment_processing[data-astro-cid-7wvhyjne] .special_container[data-astro-cid-7wvhyjne] {
    padding: 0;
  }
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .special_container_description[data-astro-cid-7wvhyjne] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5rem 0;
}

@media (width <= 992px) {
  .multiple_payment_processing[data-astro-cid-7wvhyjne] .special_container_description[data-astro-cid-7wvhyjne] {
    justify-content: center;
  }
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .payments_processing_bg[data-astro-cid-7wvhyjne] {
  background: #ebf8fe;
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .payments_processing_text[data-astro-cid-7wvhyjne] {
  max-width: 576px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .payments_heading[data-astro-cid-7wvhyjne] {
  display: flex;
  padding: 0 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .payments_heading[data-astro-cid-7wvhyjne] h1[data-astro-cid-7wvhyjne] {
  color: var(--colour-activeblue-activeBlue600, #10345e);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

@media (width <= 480px) {
  .multiple_payment_processing[data-astro-cid-7wvhyjne] .payments_heading[data-astro-cid-7wvhyjne] h1[data-astro-cid-7wvhyjne] {
    font-size: 32px;
    line-height: 33px;
  }
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .payments_heading[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  color: var(--colour-neutral-neutral800, #4e5a6c);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .full_width_blue_octa[data-astro-cid-7wvhyjne] {
  height: 100%;
  right: 0;
  top: 0;
  width: 50%;
  position: absolute;
}

@media (width <= 991px) {
  .multiple_payment_processing[data-astro-cid-7wvhyjne] .full_width_blue_octa[data-astro-cid-7wvhyjne] {
    width: 100%;
  }
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .side_full_img_cont[data-astro-cid-7wvhyjne] {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #0275d8;
}

@media (width <= 991px) {
  .multiple_payment_processing[data-astro-cid-7wvhyjne] .side_full_img_cont[data-astro-cid-7wvhyjne] {
    min-height: 10vh;
  }
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] img[data-astro-cid-7wvhyjne] {
  width: 360.282px;
  height: 327px;
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .capabilities[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  align-items: flex-start;
  gap: 10px;
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .capabilty[data-astro-cid-7wvhyjne] {
  display: flex;
  width: 405px;
  padding: 24px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid #a8d6ef;
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .capabilty[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
  color: #10345e;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.multiple_payment_processing[data-astro-cid-7wvhyjne] .capabilty[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  color: #4e5a6c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (width <= 991px) {
  .multiple_payment_processing[data-astro-cid-7wvhyjne] .special_container[data-astro-cid-7wvhyjne] {
    display: flex;
    height: 100%;
    flex-direction: column-reverse;
  }

  .multiple_payment_processing[data-astro-cid-7wvhyjne] .full_width_blue_octa[data-astro-cid-7wvhyjne] {
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
  }
}

.we_empower_container[data-astro-cid-7wvhyjne] {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 32px;
}

.we_empower_container[data-astro-cid-7wvhyjne] .we_empower[data-astro-cid-7wvhyjne] {
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
  align-items: flex-end;
}

@media (width <= 991px) {
  .we_empower_container[data-astro-cid-7wvhyjne] .we_empower[data-astro-cid-7wvhyjne] {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

.we_empower_container[data-astro-cid-7wvhyjne] .we_empower[data-astro-cid-7wvhyjne] h1[data-astro-cid-7wvhyjne] {
  color: #10345e;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  column-fill: balance;
  max-width: 575px;
}

.we_empower_container[data-astro-cid-7wvhyjne] .we_empower[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  color: #4e5a6c;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.multiple_payments[data-astro-cid-7wvhyjne] {
  padding: 3rem 0 0;
  width: 100%;
  background: #fff;
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_container[data-astro-cid-7wvhyjne] {
  margin: 0 auto;
  padding: 0 0 0 32px;
  display: grid;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (width <= 992px) {
  .multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_container[data-astro-cid-7wvhyjne] {
    display: flex;
    align-items: center;
    padding: 0;
  }
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_sliders[data-astro-cid-7wvhyjne] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_slider[data-astro-cid-7wvhyjne] {
  border-top: 1px solid #d1d1d1;
  display: flex;
  width: 100%;
  max-width: 256px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_slider_active[data-astro-cid-7wvhyjne] {
  border-top: 3px solid #7bc6e4;
  color: #7bc6e4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_text[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  width: 100%;
}

@media (width <= 992px) {
  .multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_text[data-astro-cid-7wvhyjne] {
    width: 100%;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_text[data-astro-cid-7wvhyjne] .multiple_payments_text_container[data-astro-cid-7wvhyjne] {
  max-width: 576px;
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_heading[data-astro-cid-7wvhyjne] {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_heading[data-astro-cid-7wvhyjne] h1[data-astro-cid-7wvhyjne] {
  color: #10345e;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Averta;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

@media (width <= 480px) {
  .multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_heading[data-astro-cid-7wvhyjne] h1[data-astro-cid-7wvhyjne] {
    font-size: 24px;
    line-height: 28px;
  }
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_heading[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  color: var(--colour-neutral-neutral800, #4e5a6c);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

@media (width <= 480px) {
  .multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_heading[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
    font-size: 16px;
    line-height: 28px;
  }
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_side[data-astro-cid-7wvhyjne] {
  min-height: 872px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #0275d8;
}

@media (width <= 991px) {
  .multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_side[data-astro-cid-7wvhyjne] {
    min-height: 10vh;
  }
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_points[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_points[data-astro-cid-7wvhyjne] li[data-astro-cid-7wvhyjne] {
  color: var(--colour-neutral-neutral800, #4e5a6c);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

@media (width <= 480px) {
  .multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_points[data-astro-cid-7wvhyjne] li[data-astro-cid-7wvhyjne] {
    font-size: 16px;
    line-height: 24px;
  }
}

.multiple_payments[data-astro-cid-7wvhyjne] [data-astro-cid-7wvhyjne]::marker {
  width: 16px;
  height: 16px;
  color: #d9d9d9;
  font-size: 2rem;
}

@media (width <= 480px) {
  .multiple_payments[data-astro-cid-7wvhyjne] [data-astro-cid-7wvhyjne]::marker {
    width: 12px;
    height: 12px;
    font-size: 1rem;
  }
}

.multiple_payments[data-astro-cid-7wvhyjne] img[data-astro-cid-7wvhyjne] {
  width: 100%;
  height: 100%;
  max-width: 625.74px;
  max-height: 567.935px;
}

@media (width <= 991px) {
  .multiple_payments[data-astro-cid-7wvhyjne] .multiple_payments_container[data-astro-cid-7wvhyjne] {
    display: flex;
    height: 100%;
    flex-direction: column-reverse;
  }

  .multiple_payments[data-astro-cid-7wvhyjne] .full_width_blue_octa[data-astro-cid-7wvhyjne] {
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
  }
}

.maximize[data-astro-cid-7wvhyjne] {
  display: flex;
  padding: 120px 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--colour-activeblue-activeBlue100, #ebf8fe);
}

@media (width <= 992px) {
  .maximize[data-astro-cid-7wvhyjne] {
    gap: 20px;
    padding: 120px 20px;
  }
}

.maximize[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
  color: #072f40;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

@media (width <= 992px) {
  .maximize[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
    margin-bottom: 2rem;
    font-size: 30px;
    line-height: 38px;
  }
}

@media (width <= 576px) {
  .maximize[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
    text-align: center;
  }
}

.maximize[data-astro-cid-7wvhyjne] .maximize_container[data-astro-cid-7wvhyjne] {
  width: 100%;
  max-width: 1152px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (width <= 992px) {
  .maximize[data-astro-cid-7wvhyjne] .maximize_container[data-astro-cid-7wvhyjne] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.maximize[data-astro-cid-7wvhyjne] .maximize_text[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

@media (width <= 576px) {
  .maximize[data-astro-cid-7wvhyjne] .maximize_text[data-astro-cid-7wvhyjne] {
    align-items: center;
    text-align: center;
  }
}

.maximize[data-astro-cid-7wvhyjne] .maximize_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  color: var(--colour-primaryblue-primaryBlue700, #072f40);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  max-width: 481px;
}

@media (width <= 992px) {
  .maximize[data-astro-cid-7wvhyjne] .maximize_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (width <= 576px) {
  .maximize[data-astro-cid-7wvhyjne] .maximize_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.maximize[data-astro-cid-7wvhyjne] .maximize_text[data-astro-cid-7wvhyjne] button[data-astro-cid-7wvhyjne] {
  display: flex;
  padding: 16px 78px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--whiteDust, #fff);
  border: none;
  color: #479fc8;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

@media (width <= 576px) {
  .maximize[data-astro-cid-7wvhyjne] .maximize_text[data-astro-cid-7wvhyjne] button[data-astro-cid-7wvhyjne] {
    text-align: center;
  }
}

.maximize[data-astro-cid-7wvhyjne] .maximize_text[data-astro-cid-7wvhyjne] button[data-astro-cid-7wvhyjne]:hover {
  background: var(--whiteDust, #479fc8);
  border: none;
  color: #fff;
}

.unlock_potential[data-astro-cid-7wvhyjne] {
  display: flex;
  padding: 120px 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
}

@media (width <= 992px) {
  .unlock_potential[data-astro-cid-7wvhyjne] {
    gap: 20px;
    padding: 120px 20px;
  }
}

.unlock_potential[data-astro-cid-7wvhyjne] .unlock_potential_container[data-astro-cid-7wvhyjne] {
  width: 100%;
  max-width: 1152px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (width <= 1024px) {
  .unlock_potential[data-astro-cid-7wvhyjne] .unlock_potential_container[data-astro-cid-7wvhyjne] {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 2rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.unlock_potential[data-astro-cid-7wvhyjne] .unlock_potential_text[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

@media (width <= 992px) {
  .unlock_potential[data-astro-cid-7wvhyjne] .unlock_potential_text[data-astro-cid-7wvhyjne] {
    align-items: center;
    text-align: center;
  }
}

.unlock_potential[data-astro-cid-7wvhyjne] .unlock_potential_text[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
  color: #072f40;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

@media (width <= 992px) {
  .unlock_potential[data-astro-cid-7wvhyjne] .unlock_potential_text[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
    margin-top: 2rem;
    font-size: 30px;
    line-height: 38px;
  }
}

@media (width <= 576px) {
  .unlock_potential[data-astro-cid-7wvhyjne] .unlock_potential_text[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
    text-align: center;
  }
}

.unlock_potential[data-astro-cid-7wvhyjne] .unlock_potential_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  color: var(--colour-primaryblue-primaryBlue700, #072f40);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  max-width: 481px;
}

@media (width <= 992px) {
  .unlock_potential[data-astro-cid-7wvhyjne] .unlock_potential_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (width <= 576px) {
  .unlock_potential[data-astro-cid-7wvhyjne] .unlock_potential_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.benefits_of_security[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
  margin: 0 30px;
}

@media (width <= 991px) {
  .benefits_of_security[data-astro-cid-7wvhyjne] {
    padding: auto 30px;
  }
}

.benefits_of_security_container[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  max-width: 1152px;
  gap: 80px;
}

.benefits_of_security_header[data-astro-cid-7wvhyjne] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

@media (width <= 991px) {
  .benefits_of_security_header[data-astro-cid-7wvhyjne] {
    flex-direction: column;
    gap: 20px;
  }
}

.benefits_of_security_header[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
  color: #10345e;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  max-width: 512px;
}

@media (width <= 991px) {
  .benefits_of_security_header[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
    font-size: 30px;
    line-height: 33px;
  }
}

.benefits_of_security_header[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  color: #4e5a6c;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  max-width: 409px;
}

.benefits_of_security_cards[data-astro-cid-7wvhyjne] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

@media (width <= 991px) {
  .benefits_of_security_cards[data-astro-cid-7wvhyjne] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    align-items: center;
  }
}

@media (width <= 550px) {
  .benefits_of_security_cards[data-astro-cid-7wvhyjne] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: center;
    align-items: center;
  }
}

.benefits_of_security_card[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 0 0;
}

@media (width <= 991px) {
  .benefits_of_security_card[data-astro-cid-7wvhyjne] {
  }
}

.benefits_of_security_card_text[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.benefits_of_security_card_text[data-astro-cid-7wvhyjne] h3[data-astro-cid-7wvhyjne] {
  color: #10345e;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.benefits_of_security_card_text[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  color: var(--colour-neutral-neutral800, #4e5a6c);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.benefits_of_security[data-astro-cid-7wvhyjne] button[data-astro-cid-7wvhyjne] {
  display: flex;
  padding: 16px 78px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #00b8de;
  color: #fff;
  border: none;
  font-size: 18px;
}

@property --flip-degree {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.our-journey[data-astro-cid-7wvhyjne] {
  --padding-block: 7.5rem;
  padding-block: var(--padding-block);
  overflow-x: clip;
}

@media screen and (width <= 630px) {
  .our-journey[data-astro-cid-7wvhyjne] {
    --padding-block: 4rem;
  }
}

.our-journey[data-astro-cid-7wvhyjne] .spacer[data-astro-cid-7wvhyjne] {
  padding-inline: 1.25rem;
}

.our-journey__inline[data-astro-cid-7wvhyjne] {
  display: flex;
}

.our-journey__header[data-astro-cid-7wvhyjne] {
  max-width: var(--container-1200);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: .875rem;
  align-items: end;
  flex-wrap: wrap;
}

.our-journey__header[data-astro-cid-7wvhyjne] h2[data-astro-cid-7wvhyjne] {
  font-size: clamp(1.25rem, .0543478rem + 4.34783vw, 2.5rem);
  max-width: 32ch;
  text-wrap: auto;
  color: var(--primary-base-blue);
  font-weight: 700;
}

.our-journey__header[data-astro-cid-7wvhyjne] p[data-astro-cid-7wvhyjne] {
  font-size: clamp(1rem, .76087rem + .869565vw, 1.25rem);
  color: #4e5a6c;
}

.our-journey__bottom[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.our-journey__content[data-astro-cid-7wvhyjne] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.our-journey__tag[data-astro-cid-7wvhyjne] {
  background-color: var(--brand-colors-pop-blue);
  color: #fff;
  padding-inline: 1.5rem;
  padding-block: .5625rem;
  border-radius: .5rem;
  text-transform: uppercase;
  display: inline-block;
  text-wrap: nowrap;
  color: var(--primary-red-500);
  background-color: var(--primary-red-100);
}

.our-journey__cta[data-astro-cid-7wvhyjne] {
  --padding-btn: 1rem 1.5rem;
  --color-btn: #fff;
  background-color: var(--active-blue-600);
  padding: var(--padding-btn);
  color: var(--color-btn);
  display: block;
  min-width: 10rem;
  text-align: center;
  border-radius: .5rem;
  font-size: clamp(1rem, .76087rem + .869565vw, 1.25rem);
  font-weight: 700;
}

.scroller-container[data-astro-cid-7wvhyjne] {
  --col-card: 18.125rem;
  --scroll-width: 0px;
  --scroll-display: none;
  --spacing-top: 64px;
  scroll-snap-type: x mandatory;
  padding-top: var(--spacing-top);
  display: grid;
  overflow-x: scroll;
  grid-template-columns: minmax(20px, 1fr) repeat(2, calc(var(--container-1200) / 2)) minmax(20px, 1fr);
}

.scroller-container__sliders-container[data-astro-cid-7wvhyjne] {
  grid-column: 2 / -1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--col-card);
  gap: 1.25rem;
}

.scroller-container__sliders-container[data-astro-cid-7wvhyjne]:after {
  content: "";
  width: 12.5rem;
}
