main .banner {
  width: 100%;
}
main .banner .banner__wrapper .banner__top {
  width: 100%;
  height: 750px;
}
main .banner .banner__wrapper .banner__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main .section.section__two .container {
  padding-block: 120px 180px;
}
main .section.section__two .container .section__title {
  max-width: 1060px;
}
main .section.section__two .container .section__text {
  max-width: 1056px;
}
main .section.section__two .container .section__body {
  display: flex;
  gap: 111px;
  margin-top: 88px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
main .section.section__two .container .section__body .sectionBody__left {
  position: relative;
  width: 540px;
  display: flex;
  flex-direction: column;
}
main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img {
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img img {
  width: 220px;
  height: 220px;
  opacity: 0;
}
main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img:first-child {
  background: #000e8c;
  height: 460px;
  margin-top: 0 !important;
}
main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img:first-child img {
  opacity: 1;
}
main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img:nth-child(2) {
  background: #000b70;
}
main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img:nth-child(3) {
  background: #000854;
}
main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img:nth-child(4) {
  background: #000638;
}
main .section.section__two .container .section__body .sectionBody__right {
  width: 50%;
  max-width: 699px;
  gap: 32px;
  display: flex;
  flex-direction: column;
}
main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text {
  display: flex;
  gap: 16px;
  width: 100%;
}
main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text span {
  font-size: 18px;
  font-weight: 300;
  line-height: 48px; /* 266.667% */
  letter-spacing: 0.18px;
  color: #666;
}
main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text div {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(105, 105, 105, 0.4);
  padding-bottom: 32px;
  flex: 1;
}
main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text div h4 {
  color: #666;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px; /* 150% */
  letter-spacing: -1.28px;
}
main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text div p {
  color: #aaa;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 0.2px;
  text-align: left;
  height: 0px;
  opacity: 0;
}
main .section.section__three {
  padding-block: 240px 5px;
}
main .section.section__three .section__title {
  margin-bottom: 100px;
}
main .section.section__three .section__body {
  width: 100%;
}
main .section.section__three .section__body.pc .sectionBody__head {
  margin-inline: 279px 275px;
  display: grid;
  grid-template-columns: 1fr 250px 130px;
  gap: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
main .section.section__three .section__body.pc .sectionBody__head span {
  color: #989898;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px; /* 120.833% */
}
main .section.section__three .section__body.pc .role__list {
  display: flex;
  flex-direction: column;
}
main .section.section__three .section__body.pc .role__list .role__card {
  display: flex;
  gap: 78px;
  align-items: center;
  width: 100%;
  padding-inline: 168px 275px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
}
main .section.section__three .section__body.pc .role__list .role__card::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000e8c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(100%);
  transition: 0.3s ease;
}
main .section.section__three .section__body.pc .role__list .role__card .role__number {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 58px; /* 290% */
  min-width: 40px;
}
main .section.section__three .section__body.pc .role__list .role__card .role__right {
  display: grid;
  grid-template-columns: 1fr 250px 130px;
  gap: 30px;
  flex: 1;
  height: 136px;
  position: relative;
}
main .section.section__three .section__body.pc .role__list .role__card .role__right::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-out;
}
main .section.section__three .section__body.pc .role__list .role__card .role__right .role__text {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
  text-align: left;
  display: flex;
  align-items: center;
}
main .section.section__three .section__body.pc .role__list .role__card .role__right span {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px; /* 150% */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main .section.section__three .section__body.pc .role__list .role__card .role__right .role__description {
  display: none;
  max-width: 540px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
}
main .section.section__three .section__body.pc .role__list .role__card .role__right .btn {
  display: none;
  align-items: center;
  padding-right: 23px;
}
main .section.section__three .section__body.pc .role__list .role__card:hover::before {
  transform: translateX(0);
}
main .section.section__three .section__body.pc .role__list .role__card:hover .role__number {
  color: #fff;
  font-weight: 500;
}
main .section.section__three .section__body.pc .role__list .role__card:hover .role__right {
  display: flex;
  justify-content: space-between;
}
main .section.section__three .section__body.pc .role__list .role__card:hover .role__right::before {
  transform: translateX(100px);
  opacity: 0;
}
main .section.section__three .section__body.pc .role__list .role__card:hover .role__right .role__text {
  color: #fff;
}
main .section.section__three .section__body.pc .role__list .role__card:hover .role__right span {
  display: none;
}
main .section.section__three .section__body.pc .role__list .role__card:hover .role__right .role__description {
  display: flex;
  align-items: center;
  text-align: left;
}
main .section.section__three .section__body.pc .role__list .role__card:hover .role__right .btn {
  display: flex;
}
main .section.section__four {
  position: relative;
  isolation: isolate;
}
main .section.section__four::before {
  content: "";
  width: 100%;
  height: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: -1;
}
main .section.section__four .container {
  padding-block: 240px 261px;
  padding-inline: 0;
}
main .section.section__four .container .section__title {
  max-width: 1326px;
}
main .section.section__four .container .section__title span {
  font-weight: 300;
}
main .section.section__four .container .section__text {
  max-width: 1050px;
}
main .section.section__four .container .section__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 86px;
}
main .section.section__four .container .section__body .healthSwiper__wrapper {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper {
  width: 1678px;
  overflow-x: visible;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide__wrapper {
  background: white;
  transform: translateY(0px);
  transition: 0.6s ease-in-out 0.4s;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide__wrapper .swiperSlide__top .bg__img {
  filter: grayscale(0);
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .slide__wrapper .swiperSlide__bottom {
  opacity: 1;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
  transform: translateY(80px);
  transition: 0.6s ease-in-out;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top {
  width: 100%;
  height: 654px;
  position: relative;
  padding-inline: 8px;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top .bg__img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: 0.3s ease-out 0.4s;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top .social__icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom {
  padding-inline: 22px;
  padding-block: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  opacity: 0;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions {
  display: flex;
  align-items: center;
  gap: 20px;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn {
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn img {
  width: 32px;
  height: 32px;
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px; /* 160% */
}
main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px; /* 160% */
  text-align: left;
  letter-spacing: 0.24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .section.section__four .container .section__body .healthSwiperScrollbar__wrapper {
  width: 100%;
  padding-inline: 80px;
  margin-top: 83px;
}
main .section.section__four .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar {
  position: inherit;
  background: #fff;
  display: flex;
  align-items: center;
  height: 2px;
  width: 100%;
  max-width: 1598px;
  margin-inline: auto;
}
main .section.section__four .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar .swiper-scrollbar-drag {
  height: 43px;
  background: #000e8c;
  border-radius: 1000px;
}
@media screen and (max-width: 1440px) {
  main .banner .banner__wrapper .banner__top {
    height: 590px;
  }
  main .section.section__two .container {
    padding-block: 100px 160px;
  }
  main .section.section__two .container .section__title {
    max-width: 770px !important;
  }
  main .section.section__two .container .section__body {
    margin-top: 72px;
    gap: 88px;
  }
  main .section.section__two .container .section__body .sectionBody__left {
    width: 432px;
  }
  main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img {
    height: 32px;
  }
  main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img img {
    width: 180px;
    height: 180px;
  }
  main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img:first-child {
    height: 384px;
  }
  main .section.section__two .container .section__body .sectionBody__right {
    max-width: 560px;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text span {
    font-size: 16px;
    line-height: 36px; /* 225% */
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text div h4 {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
    letter-spacing: -1.4px;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text div p {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    letter-spacing: normal;
  }
  main .section.section__three {
    padding-block: 211px 12px;
    overflow: hidden;
  }
  main .section.section__three .section__title {
    margin-bottom: 76px;
  }
  main .section.section__three .section__body.pc .sectionBody__head {
    margin-inline: 170px;
    padding-bottom: 15px;
    grid-template-columns: 1fr 200px 130px;
  }
  main .section.section__three .section__body.pc .sectionBody__head span {
    font-size: 24px;
    line-height: 29px; /* 120.833% */
  }
  main .section.section__three .section__body.pc .role__list .role__card {
    height: 136px;
    gap: 37px;
    padding-inline: 90px 170px;
  }
  main .section.section__three .section__body.pc .role__list .role__card .role__number {
    font-size: 20px;
    line-height: 58px; /* 290% */
  }
  main .section.section__three .section__body.pc .role__list .role__card .role__right {
    grid-template-columns: 1fr 200px 130px;
  }
  main .section.section__three .section__body.pc .role__list .role__card .role__right .role__text {
    font-size: 28px;
    line-height: 36px; /* 128.571% */
  }
  main .section.section__three .section__body.pc .role__list .role__card .role__right span {
    font-size: 24px;
    line-height: 36px; /* 150% */
  }
  main .section.section__three .section__body.pc .role__list .role__card .role__right .role__description {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    max-width: 412px !important;
  }
  main .section.section__four::before {
    height: 507px;
  }
  main .section.section__four .container {
    padding-block: 210px 238px;
  }
  main .section.section__four .container .section__body {
    margin-top: 72px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper {
    width: 1247px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    transform: translateY(62px);
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top {
    padding-inline: 0px;
    height: 490px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top .social__icon {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom {
    padding-inline: 32px 3px;
    padding-block: 18px 20px;
    gap: 10px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions {
    gap: 46px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn {
    gap: 8px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn img {
    width: 24px;
    height: 24px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn span {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom p {
    font-size: 20px;
    line-height: 24px; /* 120% */
  }
  main .section.section__four .container .section__body .healthSwiperScrollbar__wrapper {
    padding-inline: 88px;
  }
  main .section.section__four .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar .swiper-scrollbar-drag {
    height: 32px;
  }
}
@media screen and (max-width: 1080px) {
  main .banner .banner__wrapper .banner__top {
    height: 420px;
  }
  main .section.section__two .container {
    padding-block: 80px 120px;
  }
  main .section.section__two .container .section__title {
    max-width: 580px !important;
  }
  main .section.section__two .container .section__body {
    margin-top: 64px;
    gap: 60px;
  }
  main .section.section__two .container .section__body .sectionBody__left {
    width: 340px;
  }
  main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img {
    height: 30px;
  }
  main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img img {
    width: 140px;
    height: 140px;
  }
  main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img:first-child {
    height: 300px;
  }
  main .section.section__two .container .section__body .sectionBody__right {
    max-width: 420px;
    gap: 24px;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text span {
    font-size: 14px;
    line-height: 30px; /* 214.286% */
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text div {
    padding-bottom: 24px;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text div h4 {
    font-size: 24px;
    line-height: 30px; /* 125% */
    letter-spacing: -1.2px;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text div p {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
  main .section.section__three {
    padding-block: 141px 12px;
    overflow: hidden;
  }
  main .section.section__three .section__title {
    margin-bottom: 76px;
  }
  main .section.section__three .section__body.pc {
    display: none;
  }
  main .section.section__three .section__body.tablet {
    display: flex;
  }
  main .section.section__three .section__body.tablet .role__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-inline: auto;
  }
  main .section.section__three .section__body.tablet .role__list .role__card {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    position: relative;
    overflow: hidden;
  }
  main .section.section__three .section__body.tablet .role__list .role__card::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.6);
    transform: translateX(60px);
    right: 0;
    bottom: 0;
    position: absolute;
  }
  main .section.section__three .section__body.tablet .role__list .role__card.role__card--active .roleCard__top .roleExpand__btn > div:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  main .section.section__three .section__body.tablet .role__list .role__card.role__card--active .roleCard__bottom p {
    opacity: 1;
  }
  main .section.section__three .section__body.tablet .role__list .role__card.role__card--active .roleCard__bottom .btn {
    opacity: 1;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top {
    display: flex;
    gap: 25px;
    cursor: pointer;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .role__number {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px; /* 214.286% */
    min-width: 35px;
    height: -moz-fit-content;
    height: fit-content;
    pointer-events: none;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .role__details {
    display: flex;
    flex-direction: column;
    gap: 9px;
    pointer-events: none;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .role__details .role__text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 125% */
    opacity: 1;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .role__details > div {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .role__details > div span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.986px; /* 168.662% */
    opacity: 0.8;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .roleExpand__btn {
    width: 32px;
    height: 32px;
    position: relative;
    border: none;
    outline: none;
    background: none;
    display: flex;
    margin-left: auto;
    pointer-events: none;
    cursor: pointer;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .roleExpand__btn > div {
    position: absolute;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .roleExpand__btn > div:first-child {
    width: 20px;
    height: 2px;
    background: #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .roleExpand__btn > div:last-child {
    width: 2px;
    height: 20px;
    background: #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
    transform-origin: center;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__bottom {
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    height: 0;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__bottom p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 120% */
    text-align: left;
    margin-top: 16px;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__bottom .btn a {
    color: #000;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__bottom .btn a::after {
    background: #000;
    width: 16px;
  }
  main .section.section__four::before {
    height: 347px;
  }
  main .section.section__four .container {
    padding-block: 140px 160px;
  }
  main .section.section__four .container .section__body {
    margin-top: 56px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper {
    width: 1094px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    transform: translateY(50px);
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top {
    padding-inline: 0px;
    height: 428px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top .social__icon {
    top: 24px;
    right: 24px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom {
    padding-inline: 32px 26px;
    padding-block: 14px;
    gap: 8px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions {
    justify-content: space-between;
    gap: 10px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn {
    gap: 8px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn img {
    width: 24px;
    height: 24px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn span {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom p {
    font-size: 16px;
    line-height: 22px; /* 120% */
  }
  main .section.section__four .container .section__body .healthSwiperScrollbar__wrapper {
    padding-inline: 42px;
  }
  main .section.section__four .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar .swiper-scrollbar-drag {
    height: 40px;
  }
}
@media screen and (max-width: 744px) {
  main .banner .banner__wrapper .banner__top {
    height: 341px;
  }
  main .banner .banner__wrapper .banner__bottom {
    padding-inline: 107px;
    margin-top: -22px;
  }
  main .banner .banner__wrapper .banner__bottom h2 {
    max-width: 100% !important;
    margin-bottom: 24px;
  }
  main .banner .banner__wrapper .banner__bottom .divider {
    margin-top: 40px;
    margin-right: auto;
  }
  main .section.section__two .container {
    padding-block: 72px 100px;
    padding-inline: 52px;
    align-items: center;
  }
  main .section.section__two .container .section__title {
    max-width: 530px !important;
    padding-right: 10px;
  }
  main .section.section__two .container .section__text {
    max-width: 530px !important;
    padding-right: 20px;
  }
  main .section.section__two .container .section__body {
    flex-direction: column;
    margin-top: 56px;
    gap: 40px;
    max-width: 530px;
  }
  main .section.section__two .container .section__body .sectionBody__left {
    width: 100%;
  }
  main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img:first-child {
    height: 300px;
  }
  main .section.section__two .container .section__body .sectionBody__right {
    max-width: 100%;
    width: 100%;
    position: relative;
    min-height: 120px;
    padding-bottom: 20px;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text span {
    color: white;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text div h4 {
    color: white;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text div p {
    height: auto;
    opacity: 1;
    margin-top: 12px;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__scroll {
    width: 100%;
    position: absolute;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
    bottom: 0;
    left: 0;
    display: flex;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__scroll .sectionTwo__scrollThumb {
    flex: 1;
    height: 100%;
    background: white;
    transform: scaleX(0);
    transform-origin: left;
  }
  main .section.section__three {
    padding-block: 100px 12px;
    overflow: hidden;
    padding-inline: 52px;
  }
  main .section.section__three .section__title {
    margin-bottom: 81px;
    width: 100%;
    max-width: 530px !important;
  }
  main .section.section__three .section__body {
    max-width: 530px;
    padding-inline: 0px;
  }
  main .section.section__three .section__body.tablet .role__list {
    gap: 33px;
  }
  main .section.section__three .section__body.tablet .role__list .role__card {
    padding-bottom: 32px;
  }
  main .section.section__three .section__body.tablet .role__list .role__card::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.6);
    transform: translateX(55px);
    right: 0;
    bottom: 0;
    position: absolute;
  }
  main .section.section__three .section__body.tablet .role__list .role__card.role__card--active .roleCard__top .roleExpand__btn > div:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  main .section.section__three .section__body.tablet .role__list .role__card.role__card--active .roleCard__bottom p {
    opacity: 1;
  }
  main .section.section__three .section__body.tablet .role__list .role__card.role__card--active .roleCard__bottom .btn {
    opacity: 1;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top {
    gap: 20px;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .role__number {
    line-height: 30px; /* 214.286% */
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .roleExpand__btn {
    cursor: pointer;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .roleExpand__btn > div {
    position: absolute;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__bottom {
    margin-left: 55px;
  }
  main .section.section__four::before {
    height: 357px;
  }
  main .section.section__four .container {
    padding-block: 100px 112px;
    padding-inline: 52px;
  }
  main .section.section__four .container .section__title {
    max-width: 530px !important;
    padding-right: 115px;
  }
  main .section.section__four .container .section__text {
    max-width: 530px !important;
  }
  main .section.section__four .container .section__body {
    margin-top: 48px;
    width: calc(100% + 104px);
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper {
    width: 1046px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    transform: translateY(50px);
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top {
    height: 404px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top .social__icon {
    top: 16px;
    right: 16px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom {
    padding-inline: 32px 26px;
    padding-block: 14px;
    gap: 8px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions {
    justify-content: flex-start;
    gap: 24px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn {
    gap: 8px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn img {
    width: 24px;
    height: 24px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn span {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom p {
    font-size: 14px;
    line-height: 16.8px; /* 120% */
  }
  main .section.section__four .container .section__body .healthSwiperScrollbar__wrapper {
    padding-inline: 52px;
  }
  main .section.section__four .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar .swiper-scrollbar-drag {
    height: 24px;
  }
}
@media screen and (max-width: 475px) {
  main .banner .banner__wrapper {
    width: 100%;
  }
  main .banner .banner__wrapper .banner__top {
    height: 178px;
  }
  main .section.section__two .container {
    padding-block: 56px 68px;
    padding-inline: 32px;
  }
  main .section.section__two .container .section__title {
    max-width: 100% !important;
    padding-right: 0px;
    margin-right: 0px;
  }
  main .section.section__two .container .section__text {
    max-width: 100% !important;
  }
  main .section.section__two .container .section__body {
    width: 100%;
    margin-top: 64px;
    gap: 40px;
  }
  main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img {
    height: 24px;
  }
  main .section.section__two .container .section__body .sectionBody__left .sectionTwo__img:first-child {
    height: 284px;
  }
  main .section.section__two .container .section__body .sectionBody__right {
    gap: 0;
    min-height: 140px;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text {
    flex-direction: column;
    gap: 0;
  }
  main .section.section__two .container .section__body .sectionBody__right .sectionTwo__text div h4 {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.9px;
  }
  main .section.section__three {
    padding-block: 100px 12px;
    padding-inline: 32px;
  }
  main .section.section__three .section__title {
    margin-bottom: 40px;
  }
  main .section.section__three .section__body.tablet .role__list {
    gap: 37px;
  }
  main .section.section__three .section__body.tablet .role__list .role__card {
    padding-bottom: 24px;
  }
  main .section.section__three .section__body.tablet .role__list .role__card::before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.6);
    transform: translateX(55px);
    right: 0;
    bottom: 0;
    position: absolute;
  }
  main .section.section__three .section__body.tablet .role__list .role__card.role__card--active .roleCard__top .roleExpand__btn > div:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  main .section.section__three .section__body.tablet .role__list .role__card.role__card--active .roleCard__bottom p {
    opacity: 1;
  }
  main .section.section__three .section__body.tablet .role__list .role__card.role__card--active .roleCard__bottom .btn {
    opacity: 1;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top {
    gap: 20px;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .role__number {
    line-height: 30px; /* 214.286% */
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .role__details {
    gap: 8px;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .role__details .role__text {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .role__details > div span {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .roleExpand__btn {
    cursor: pointer;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__top .roleExpand__btn > div {
    position: absolute;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__bottom {
    margin-left: 55px;
  }
  main .section.section__three .section__body.tablet .role__list .role__card .roleCard__bottom p {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
  main .section.section__four::before {
    height: 229px;
  }
  main .section.section__four .container {
    padding-block: 100px 111px;
    padding-inline: 32px;
  }
  main .section.section__four .container .section__title {
    max-width: 100% !important;
    padding-right: 0px;
  }
  main .section.section__four .container .section__body {
    margin-top: 56px;
    width: calc(100% + 64px);
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper {
    width: 798px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper {
    transform: translateY(50px);
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top {
    height: 314px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__top .social__icon {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom {
    padding-inline: 16px 2px;
    padding-block: 15px 12px;
    gap: 7px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions {
    justify-content: flex-start;
    gap: 16px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn {
    gap: 6px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn img {
    width: 16px;
    height: 16px;
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom .interactions .interaction__btn span {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
  main .section.section__four .container .section__body .healthSwiper__wrapper .health__swiper .swiper-wrapper .swiper-slide .slide__wrapper .swiperSlide__bottom p {
    font-size: 14px;
    line-height: 20px; /* 120% */
  }
  main .section.section__four .container .section__body .healthSwiperScrollbar__wrapper {
    padding-inline: 24px;
  }
  main .section.section__four .container .section__body .healthSwiperScrollbar__wrapper .healthSwiper__scrollbar .swiper-scrollbar-drag {
    height: 22px;
  }
}/*# sourceMappingURL=careers.css.map */