.hero[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] {
  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-b6ucjp5y] h1[data-astro-cid-b6ucjp5y] {
  font-size: 3.5rem;
  color: var(--white);
  text-align: center;
  line-height: 4rem;
  margin-top: 2.375rem;
}

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

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

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

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

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

.hero_video[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y].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-b6ucjp5y].expand video[data-astro-cid-b6ucjp5y] {
  scale: 1;
  width: 100%;
}

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

.btn[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] {
  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-b6ucjp5y] {
    max-width: 200px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page_content[data-astro-cid-b6ucjp5y] {
}

.speak_to_consultant[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .img[data-astro-cid-b6ucjp5y] {
    display: none;
  }

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

.speak_to_consultant_container[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] {
    justify-content: center;
    text-align: center;
  }
}

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

.speak_to_consultant_container[data-astro-cid-b6ucjp5y] .secondary_btn[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .secondary_btn[data-astro-cid-b6ucjp5y]:hover {
  background-color: var(--white);
  color: var(--active-blue-600);
}

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

.consultant[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] {
  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-b6ucjp5y] {
  max-width: 45.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

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

.consultant_text[data-astro-cid-b6ucjp5y] p[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] {
  width: 100%;
  display: flex;
  justify-content: center;
}

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

.consultant_btn[data-astro-cid-b6ucjp5y] .primary_btn[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .secondary_btn[data-astro-cid-b6ucjp5y] {
  flex-basis: 200px;
  padding: 1rem;
  border: 2px solid var(--white);
  text-align: center;
  border-radius: 8px;
}

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

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

.get_started_container[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] {
  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-b6ucjp5y] {
    margin: 3.125rem 2.5rem 0;
  }
}

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

.get_started_text[data-astro-cid-b6ucjp5y] p[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] {
  width: 100%;
  display: flex;
  justify-content: center;
}

.get_started_btn[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] {
    flex-direction: column;
  }
}

.get_started_btn[data-astro-cid-b6ucjp5y] .primary_btn[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .secondary_btn[data-astro-cid-b6ucjp5y] {
  padding: 1rem;
  border: 2px solid var(--white);
  text-align: center;
  border-radius: 8px;
}

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

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

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

.benefit_heading_tag[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] {
  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-b6ucjp5y] {
  color: var(--neutral-900);
  font-size: 1.25rem;
  margin-inline: auto;
  margin-bottom: 8.125rem;
}

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

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

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

.feature[data-astro-cid-b6ucjp5y] h3[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] h3[data-astro-cid-b6ucjp5y] {
    font-size: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.unlock_power[data-astro-cid-b6ucjp5y] .unlock_power_text[data-astro-cid-b6ucjp5y] h2[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .unlock_power_text[data-astro-cid-b6ucjp5y] h2[data-astro-cid-b6ucjp5y] {
    font-size: 28px;
    line-height: 30px;
  }
}

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

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

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

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

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

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

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

.revolutionized_payroll[data-astro-cid-b6ucjp5y] .revolutionize-title[data-astro-cid-b6ucjp5y] p[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .revolutionize-title[data-astro-cid-b6ucjp5y] p[data-astro-cid-b6ucjp5y] {
    max-width: 100%;
  }
}

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

.revolutionized_payroll[data-astro-cid-b6ucjp5y] {
}

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

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

.revolutionized_payroll[data-astro-cid-b6ucjp5y] .processes_flex[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .processes_flex[data-astro-cid-b6ucjp5y] {
    gap: 20px;
    margin-top: 3rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

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

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

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

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

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

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

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

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

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

.years_of_service[data-astro-cid-b6ucjp5y] .view_more_btn[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .years_of_service_text[data-astro-cid-b6ucjp5y] {
  max-width: 575px;
}

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

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

.years_of_service[data-astro-cid-b6ucjp5y] {
}

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

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

.years_of_service[data-astro-cid-b6ucjp5y] .small_octas[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .small_octas[data-astro-cid-b6ucjp5y] .small_octa[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .small_octas[data-astro-cid-b6ucjp5y] .small_octa[data-astro-cid-b6ucjp5y] img[data-astro-cid-b6ucjp5y] {
  object-fit: cover;
}

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

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

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

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

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

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

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

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

.multiple_payment_processing[data-astro-cid-b6ucjp5y] .special_container[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .special_container[data-astro-cid-b6ucjp5y] {
    padding: 0;
  }
}

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

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

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

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

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

.multiple_payment_processing[data-astro-cid-b6ucjp5y] .payments_heading[data-astro-cid-b6ucjp5y] h1[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .payments_heading[data-astro-cid-b6ucjp5y] h1[data-astro-cid-b6ucjp5y] {
    font-size: 32px;
    line-height: 33px;
  }
}

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

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

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

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

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

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

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

.multiple_payment_processing[data-astro-cid-b6ucjp5y] .capabilty[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .capabilty[data-astro-cid-b6ucjp5y] h2[data-astro-cid-b6ucjp5y] {
  color: #10345e;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

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

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

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

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

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

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

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

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

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

.multiple_payments[data-astro-cid-b6ucjp5y] .multiple_payments_container[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .multiple_payments_container[data-astro-cid-b6ucjp5y] {
    display: flex;
    align-items: center;
    padding: 0;
  }
}

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

.multiple_payments[data-astro-cid-b6ucjp5y] .multiple_payments_slider[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .multiple_payments_slider_active[data-astro-cid-b6ucjp5y] {
  border-top: 3px solid #7bc6e4;
  color: #7bc6e4;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.multiple_payments[data-astro-cid-b6ucjp5y] .multiple_payments_heading[data-astro-cid-b6ucjp5y] h1[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .multiple_payments_heading[data-astro-cid-b6ucjp5y] h1[data-astro-cid-b6ucjp5y] {
    font-size: 24px;
    line-height: 28px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.maximize[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] {
    gap: 20px;
    padding: 120px 20px;
  }
}

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

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

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

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

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

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

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

.maximize[data-astro-cid-b6ucjp5y] .maximize_text[data-astro-cid-b6ucjp5y] p[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .maximize_text[data-astro-cid-b6ucjp5y] p[data-astro-cid-b6ucjp5y] {
    font-size: 18px;
    line-height: 25px;
  }
}

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

.maximize[data-astro-cid-b6ucjp5y] .maximize_text[data-astro-cid-b6ucjp5y] button[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .maximize_text[data-astro-cid-b6ucjp5y] button[data-astro-cid-b6ucjp5y] {
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

.unlock_potential[data-astro-cid-b6ucjp5y] .unlock_potential_text[data-astro-cid-b6ucjp5y] p[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] .unlock_potential_text[data-astro-cid-b6ucjp5y] p[data-astro-cid-b6ucjp5y] {
    font-size: 18px;
    line-height: 25px;
  }
}

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

.benefits_of_security[data-astro-cid-b6ucjp5y] {
  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-b6ucjp5y] {
    padding: auto 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.benefits_of_security[data-astro-cid-b6ucjp5y] button[data-astro-cid-b6ucjp5y] {
  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;
}

.header[data-astro-cid-b6ucjp5y] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.header__tag[data-astro-cid-b6ucjp5y] {
  --bg-color: var(--active-blue-400);
  --color: #fff;
  background-color: var(--bg-color);
  color: var(--color);
  padding-inline: 1.5rem;
  padding-block: .625rem;
  border-radius: .25rem;
  text-transform: uppercase;
  display: inline-block;
  text-wrap: nowrap;
  font-size: clamp(.75rem, .570175rem + .701754vw, 1rem);
  animation: .3s forwards revealTag;
  animation-timeline: view();
  animation-range: entry 15% contain 40%;
}

.header__tag[data-astro-cid-b6ucjp5y].red {
  --bg-color: var(--primary-red-100);
  --color: var(--primary-red-500);
}

.header__tag[data-astro-cid-b6ucjp5y].sky {
  --bg-color: var(--active-blue-100);
  --color: var(--active-blue-400);
}

.header__tag[data-astro-cid-b6ucjp5y].blue {
  --bg-color: var(--active-blue-400);
  --color: #fff;
}

.header__bottom[data-astro-cid-b6ucjp5y] {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.header__bottom[data-astro-cid-b6ucjp5y] h2[data-astro-cid-b6ucjp5y] {
  --animate: false;
  font-size: clamp(1.25rem, .0543478rem + 4.34783vw, 2.5rem);
  max-width: 32ch;
  color: var(--primary-base-blue);
  font-weight: 600;
  line-height: 1.2;
  animation: step-end both trigger;
  animation-timeline: view();
  animation-range: entry contain 2%;
  clip-path: fill-box;
}

.header__bottom[data-astro-cid-b6ucjp5y] h2[data-astro-cid-b6ucjp5y] span[data-astro-cid-b6ucjp5y] {
  display: inline-block;
  transition: translate .4s;
}

@container style(--animate: true) {
  .header__bottom[data-astro-cid-b6ucjp5y] h2[data-astro-cid-b6ucjp5y] span[data-astro-cid-b6ucjp5y] {
    animation: .8s forwards comeInView;
  }
}

@container style(--animate: false) {
  .header__bottom[data-astro-cid-b6ucjp5y] h2[data-astro-cid-b6ucjp5y] span[data-astro-cid-b6ucjp5y] {
    animation: .8s forwards comeOutOfView;
  }
}

.header__bottom[data-astro-cid-b6ucjp5y] h2[data-astro-cid-b6ucjp5y].white {
  color: #fff;
  text-wrap: balance;
  max-width: 34ch;
}

.header__bottom[data-astro-cid-b6ucjp5y] h2[data-astro-cid-b6ucjp5y].pretty {
  text-wrap: pretty;
}

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

@keyframes trigger {
  to {
    --animate: true;
  }
}

@keyframes comeInView {
  from {
    translate: 0 100px;
  }

  to {
    translate: 0;
  }
}

@keyframes comeOutOfView {
  from {
    translate: 0;
  }

  to {
    translate: 0 100px;
  }
}

@keyframes revealTag {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
