.carousel-big {
  -webkit-text-size-adjust: none;
  width: 100%;
  background-color: #ffffff;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
}
.carousel-big__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 767px) {
  .carousel-big__carousel .swiper {
    overflow: inherit;
  }
}
@media (min-width: 768px) {
  .carousel-big__carousel .swiper {
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .carousel-big__carousel .swiper-wrapper {
    transform: inherit;
    height: auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .carousel-big__carousel .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }
}
.carousel-big__carousel .swiper-slide {
  height: auto;
  display: flex;
}
@media (max-width: 767px) {
  .carousel-big__carousel .swiper-slide {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .carousel-big__carousel .swiper-slide {
    height: auto;
  }
}
@media (min-width: 767px) {
  .carousel-big__carousel {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.carousel-big__item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 16px 0 rgba(187, 187, 187, 0.3);
  height: 100%;
}
.carousel-big__item-banner {
  width: 100%;
  height: 200px;
}
@media (min-width: 1200px) {
  .carousel-big__item-banner {
    height: 400px;
  }
}
.carousel-big__item-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.carousel-big__item-content {
  padding: 20px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .carousel-big__item-content {
    padding: 30px 30px;
  }
}
.carousel-big__item-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
}
.carousel-big__item-header-number {
  font-size: 50px;
  line-height: 56px;
  font-weight: 500;
  color: #4ebbb8;
}
@media (min-width: 1200px) {
  .carousel-big__item-header-number {
    font-size: 80px;
    line-height: 80px;
  }
}
.carousel-big__item-header-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 8px;
}
@media (min-width: 1200px) {
  .carousel-big__item-header-titles {
    padding-left: 16px;
  }
}
.carousel-big__item-header-big-title {
  color: #25215f;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .carousel-big__item-header-big-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1400px) {
  .carousel-big__item-header-big-title {
    font-size: 32px;
    line-height: 40px;
  }
}
.carousel-big__item-header-small-title {
  color: #25215f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .carousel-big__item-header-small-title {
    font-size: 22px;
    line-height: 32px;
  }
}
.carousel-big__item-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #525866;
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .carousel-big__item-description {
    font-size: 20px;
    line-height: 28px;
    margin-top: 16px;
  }
}
.carousel-big__item-description--footnote {
  font-weight: 500;
  font-size: 14px;
  padding-top: 4px;
  line-height: 145%;
}
.carousel-big__item-list {
  padding-left: 20px;
  list-style-type: disc;
  margin-top: 8px;
}
.carousel-big__item-list b {
  font-weight: 600;
}
.carousel-big__item-list strong {
  font-weight: 600;
}
.carousel-big__item-list li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #525866;
}
@media (min-width: 1200px) {
  .carousel-big__item-list li {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .carousel-big__item-list {
    margin-top: 8px;
  }
}
.carousel-big__main-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .carousel-big__main-title {
    flex-direction: row;
    width: calc(100% - 95px);
  }
}
.carousel-big__main-title img {
  width: 100%;
  max-width: 144px;
  display: block;
}
@media (min-width: 1200px) {
  .carousel-big__main-title img {
    max-width: 288px;
    transform: translateY(-5px);
  }
}
.carousel-big__main-title span {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #25215f;
  text-align: center;
}
@media (min-width: 360px) {
  .carousel-big__main-title span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .carousel-big__main-title span {
    text-align: left;
    padding-left: 5px;
    font-size: 40px;
    line-height: 56px;
  }
}
.carousel-big__navigation {
  display: none;
}
@media (min-width: 1200px) {
  .carousel-big__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    width: 95px;
    height: 45px;
  }
  .carousel-big__navigation .swiper-next, .carousel-big__navigation .swiper-prev {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    border: 1px solid #25215f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25215f;
    font-size: 15px;
    cursor: pointer;
  }
  .carousel-big__navigation .swiper-next img, .carousel-big__navigation .swiper-prev img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(4168%) hue-rotate(229deg) brightness(91%) contrast(98%);
  }
  .carousel-big__navigation .swiper-next img {
    transform: rotate(-90deg);
  }
  .carousel-big__navigation .swiper-prev img {
    transform: rotate(90deg);
  }
  .carousel-big__navigation .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
}
.carousel-big__cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.carousel-big__cta a {
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
  color: #fff;
  background-color: #4ebbb8;
  border-radius: 100px;
  padding: 0 24px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out all;
  min-width: 250px;
}
@media (min-width: 1200px) {
  .carousel-big__cta a {
    font-size: 16px;
    min-width: 350px;
  }
}
.carousel-big__cta a:hover {
  background-color: #25215f;
  color: #fff;
}
@media (max-width: 1200px) {
  .carousel-big .container {
    padding: 0;
  }
}
.carousel-big b, .carousel-big strong {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .carousel-big {
    gap: 40px;
    padding: 210px 0 70px 0;
  }
}

.two-green-boxes {
  -webkit-text-size-adjust: none;
  width: 100%;
  background-color: #ffffff;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .two-green-boxes {
    gap: 40px;
    padding: 70px 0 70px 0;
  }
}
.two-green-boxes__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .two-green-boxes__wrapper {
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}
.two-green-boxes__left {
  width: 100%;
  background-color: #008492;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .two-green-boxes__left {
    width: 400px;
    padding: 40px;
  }
}
.two-green-boxes__right {
  background-color: #cee7eb;
  border-radius: 15px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .two-green-boxes__right {
    width: calc(100% - 424px);
    padding: 10px 40px;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    overflow: hidden;
    margin-left: 24px;
  }
}
.two-green-boxes__main-title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.two-green-boxes__main-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 12px;
}
.two-green-boxes__main-desc strong {
  font-weight: 600;
}
.two-green-boxes__cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.two-green-boxes__cta a {
  width: 100%;
  background-color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 100px;
}
.two-green-boxes__cta a span {
  font-size: 16px;
  font-weight: 500;
  color: #0b0e17;
  line-height: 24px;
}
.two-green-boxes__cta a img {
  margin-left: 5px;
  transition: 0.3s ease all;
}
.two-green-boxes__cta a:hover img {
  transform: translateX(5px);
}
@media (min-width: 1200px) {
  .two-green-boxes__cta {
    margin-top: auto;
  }
}
.two-green-boxes__list {
  width: 100%;
}
@media (min-width: 1200px) {
  .two-green-boxes__list {
    width: calc(100% - 320px);
  }
}
.two-green-boxes__list ul li {
  color: #20232d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}
.two-green-boxes__list ul li strong {
  font-weight: 600;
}
.two-green-boxes__list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 16px;
  height: 16px;
  background-image: url("./img/image-and-texts-component/tick.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .two-green-boxes__list ul li {
    margin: 10px 0;
  }
}
.two-green-boxes__banner {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #7ec0c9;
  border: 20px solid #7ec0c9;
  margin-top: 20px;
}
.two-green-boxes__banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .two-green-boxes__banner {
    width: 320px;
    height: 320px;
    margin-top: auto;
    transform: translateX(70px) translateY(50px);
  }
}

.two-column-block {
  -webkit-text-size-adjust: none;
  width: 100%;
  background-color: #f5f5f7;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .two-column-block {
    gap: 40px;
    padding: 70px 0 70px 0;
  }
}
.two-column-block__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.two-column-block__main-title {
  color: #20232d;
  font-size: 31px;
  line-height: 125%;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .two-column-block__main-title {
    font-size: 40px;
    line-height: 56px;
    text-align: left;
  }
}
.two-column-block__main-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #525866;
  text-align: center;
}
@media (min-width: 1200px) {
  .two-column-block__main-desc {
    text-align: left;
    line-height: 125%;
    font-size: 18px;
    margin-top: 10px;
  }
}
.two-column-block__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .two-column-block__wrapper {
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}
.two-column-block__boxes {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1200px) {
  .two-column-block__boxes {
    flex-direction: row;
    gap: 32px;
    margin-top: 32px;
    align-items: stretch;
  }
}
.two-column-block__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 18px 0 rgba(187, 187, 187, 0.32);
  overflow: hidden;
}
.two-column-block__box-banner {
  width: 100%;
  height: 200px;
}
@media (min-width: 1200px) {
  .two-column-block__box-banner {
    height: 324px;
  }
}
.two-column-block__box-banner img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  object-position: center;
}
.two-column-block__box-content {
  padding: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.two-column-block__box-title {
  font-weight: 500;
  color: #0b0e17;
  line-height: 135%;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .two-column-block__box-title {
    font-size: 30px;
  }
}
.two-column-block__box-desc {
  font-size: 14px;
  line-height: 135%;
  color: #525866;
  font-weight: 300;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.two-column-block__box-desc strong {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .two-column-block__box-desc {
    font-size: 16px;
    line-height: 145%;
  }
}
@media (min-width: 1200px) {
  .two-column-block__box {
    width: calc(50% - 16px);
    height: auto;
  }
}

.two-grey-boxes {
  -webkit-text-size-adjust: none;
  width: 100%;
  background-color: #ffffff;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .two-grey-boxes {
    gap: 40px;
    padding: 70px 0 70px 0;
  }
}
.two-grey-boxes__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .two-grey-boxes__wrapper {
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
}
.two-grey-boxes__left {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .two-grey-boxes__left {
    width: 400px;
    padding: 40px;
  }
}
.two-grey-boxes__right {
  background-color: #f5f5f5;
  border-radius: 15px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .two-grey-boxes__right {
    width: calc(100% - 424px);
    padding: 10px 40px;
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    overflow: hidden;
    margin-left: 24px;
  }
}
.two-grey-boxes__main-title {
  color: #20232d;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.two-grey-boxes__main-desc {
  color: #20232d;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 12px;
}
.two-grey-boxes__main-desc strong {
  font-weight: 600;
}
.two-grey-boxes__cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.two-grey-boxes__cta a {
  width: 100%;
  background-color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 100px;
}
.two-grey-boxes__cta a span {
  font-size: 16px;
  font-weight: 500;
  color: #0b0e17;
  line-height: 24px;
}
.two-grey-boxes__cta a img {
  margin-left: 5px;
  transition: 0.3s ease all;
}
.two-grey-boxes__cta a:hover img {
  transform: translateX(5px);
}
@media (min-width: 1200px) {
  .two-grey-boxes__cta {
    margin-top: auto;
  }
}
.two-grey-boxes__list {
  width: 100%;
}
@media (min-width: 1200px) {
  .two-grey-boxes__list {
    width: calc(100% - 320px);
  }
}
.two-grey-boxes__list ul li {
  color: #20232d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}
.two-grey-boxes__list ul li strong {
  font-weight: 600;
}
.two-grey-boxes__list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 16px;
  height: 16px;
  background-image: url("./img/image-and-texts-component/tick.png");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(64%) sepia(11%) saturate(19%) hue-rotate(26deg) brightness(98%) contrast(99%);
}
@media (min-width: 1200px) {
  .two-grey-boxes__list ul li {
    margin: 10px 0;
  }
}
.two-grey-boxes__banner {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #efefef;
  border: 20px solid #efefef;
  margin-top: 20px;
}
.two-grey-boxes__banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .two-grey-boxes__banner {
    width: 320px;
    height: 320px;
    margin-top: auto;
    transform: translateX(70px) translateY(50px);
  }
}

.image-and-content-block {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 0;
}
.image-and-content-block__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .image-and-content-block__wrapper {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.image-and-content-block__header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1200px) {
  .image-and-content-block__header {
    justify-content: flex-start;
  }
}
.image-and-content-block__logo {
  width: 100%;
  max-width: 330px;
  display: block;
}
.image-and-content-block__left {
  width: 100%;
}
@media (min-width: 1200px) {
  .image-and-content-block__left {
    width: calc(100% - 670px);
  }
}
.image-and-content-block__left img {
  width: 100%;
  display: block;
}
.image-and-content-block__right {
  width: 100%;
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .image-and-content-block__right {
    width: 670px;
    padding: 0;
  }
}
.image-and-content-block__right img {
  width: 100%;
  display: block;
}
.image-and-content-block__desc {
  padding-top: 15px;
}
.image-and-content-block__desc h6 {
  color: #0c101c;
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 5px;
}
.image-and-content-block__desc p {
  color: #585e71;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.image-and-content-block__desc p strong {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .image-and-content-block__desc {
    max-width: 570px;
    padding-right: 50px;
  }
}
.image-and-content-block__title {
  color: #0c101c;
  font-size: 32px;
  line-height: 145%;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .image-and-content-block__title {
    font-size: 56px;
  }
}
.image-and-content-block__title span {
  color: #e81f89;
}
.image-and-content-block__button {
  margin-top: 50px;
}
.image-and-content-block__cta {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #fff;
  border: 1px solid #4d5761;
  border-radius: 100px;
  gap: 4px;
  z-index: 1;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .image-and-content-block__cta {
    height: 48px;
    max-width: 235px;
  }
}
.image-and-content-block__cta img {
  width: 24px;
  display: block;
  transform: translateY(0px);
  transition: 0.3s ease-in-out all;
  filter: brightness(0) saturate(100%) invert(3%) sepia(61%) saturate(701%) hue-rotate(189deg) brightness(99%) contrast(96%);
}
.image-and-content-block__cta span {
  font-weight: 500px;
  font-size: 16px;
  line-height: 24px;
  color: #0b0e17;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .image-and-content-block__cta span {
    font-size: 16px;
  }
}
.image-and-content-block__cta:hover {
  background-color: #48c1bb;
  border: 1px solid #48c1bb;
}
.image-and-content-block__cta:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(32%) saturate(1%) hue-rotate(75deg) brightness(106%) contrast(101%);
}
.image-and-content-block__cta:hover span {
  color: #fff;
}

.content-scroll-block {
  width: 100%;
  background-color: hsl(240, 11%, 96%);
  padding: 60px 0;
  position: relative;
}
.content-scroll-block__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .content-scroll-block__wrapper {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
  }
}
.content-scroll-block__left {
  width: 100%;
}
@media (min-width: 1200px) {
  .content-scroll-block__left {
    width: calc(100% - 500px);
    position: sticky;
    top: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1400px) {
  .content-scroll-block__left {
    top: 120px;
  }
}
.content-scroll-block__right {
  width: 100%;
}
@media (min-width: 1200px) {
  .content-scroll-block__right {
    width: 500px;
  }
}
.content-scroll-block__title {
  width: 100%;
  text-align: left;
  color: #25215f;
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
}
@media (min-width: 1200px) {
  .content-scroll-block__title {
    font-size: 64px;
    line-height: 110%;
  }
}
.content-scroll-block__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 145%;
  color: #20232d;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .content-scroll-block__desc {
    font-size: 24px;
  }
}
.content-scroll-block__content {
  width: 100%;
}
@media (min-width: 1200px) {
  .content-scroll-block__content {
    max-width: 670px;
  }
}
.content-scroll-block__boxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 40px;
}
@media (min-width: 1200px) {
  .content-scroll-block__boxes {
    gap: 100px;
  }
}
.content-scroll-block__boxes:after {
  content: "";
  position: absolute;
  background-color: #c9c9c9;
  width: 1px;
  height: 100%;
  transform: translateX(20px);
  z-index: 0;
}
.content-scroll-block__box {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 1;
}
.content-scroll-block__box-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25215f;
  border-radius: 100px;
}
.content-scroll-block__box-icon img {
  width: 24px;
  display: block;
}
.content-scroll-block__box-content {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}
@media (min-width: 1200px) {
  .content-scroll-block__box-content {
    padding-left: 32px;
  }
}
.content-scroll-block__box-title {
  width: 100%;
  display: flex;
  height: 40px;
  align-items: center;
  font-size: 24px;
  line-height: 135%;
  color: #0b0e17;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .content-scroll-block__box-title {
    font-size: 28px;
  }
}
.content-scroll-block__box-desc {
  width: 100%;
  text-align: left;
  color: #20232d;
  font-size: 16px;
  line-height: 135%;
  padding-top: 5px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .content-scroll-block__box-desc {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .content-scroll-block {
    padding: 120px;
  }
}

.module-carousel {
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
  position: relative;
}
.module-carousel__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.module-carousel__main-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .module-carousel__main-title {
    flex-direction: row;
    width: calc(100% - 95px);
  }
}
.module-carousel__main-title img {
  width: 100%;
  max-width: 144px;
  display: block;
}
@media (min-width: 1200px) {
  .module-carousel__main-title img {
    max-width: 288px;
    transform: translateY(-5px);
  }
}
.module-carousel__main-title span {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #25215f;
  text-align: center;
}
@media (min-width: 360px) {
  .module-carousel__main-title span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .module-carousel__main-title span {
    text-align: left;
    padding-left: 5px;
    font-size: 40px;
    line-height: 56px;
  }
}
.module-carousel__navigation {
  display: none;
}
@media (min-width: 1200px) {
  .module-carousel__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    width: 95px;
    height: 45px;
  }
  .module-carousel__navigation .swiper-next, .module-carousel__navigation .swiper-prev {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid #25215f;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25215f;
    font-size: 15px;
    cursor: pointer;
  }
  .module-carousel__navigation .swiper-next img, .module-carousel__navigation .swiper-prev img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(4168%) hue-rotate(229deg) brightness(91%) contrast(98%);
  }
  .module-carousel__navigation .swiper-next img {
    transform: rotate(-90deg);
  }
  .module-carousel__navigation .swiper-prev img {
    transform: rotate(90deg);
  }
  .module-carousel__navigation .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
}
.module-carousel__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 16px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .module-carousel__wrapper {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 40px;
  }
}
.module-carousel__box {
  border: 1px solid #e5e7eb;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  width: 100%;
  justify-content: flex-end;
}
.module-carousel__box-left {
  width: 100%;
}
@media (min-width: 1200px) {
  .module-carousel__box-left {
    width: calc(100% - 379px - 16px);
    padding-right: 50px;
  }
}
.module-carousel__box-right {
  width: 100%;
}
@media (min-width: 1200px) {
  .module-carousel__box-right {
    width: 378px;
  }
}
.module-carousel__box-banner {
  width: 100%;
  height: 248px;
  overflow: hidden;
  border-radius: 16px;
}
.module-carousel__box-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1200px) {
  .module-carousel__box-banner {
    height: 368px;
  }
}
.module-carousel__box-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .module-carousel__box-content {
    height: 100%;
  }
}
.module-carousel__box-title {
  font-weight: 600;
  font-size: 24px;
  color: #0b0e17;
  line-height: 135%;
}
.module-carousel__box-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.module-carousel__box-desc ul {
  padding-left: 20px;
  list-style-type: disc;
}
.module-carousel__box-desc p, .module-carousel__box-desc li {
  font-size: 14px;
  line-height: 135%;
  color: #161922;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .module-carousel__box-desc p, .module-carousel__box-desc li {
    font-size: 16px;
  }
}
.module-carousel__box-desc li {
  padding: 2px 0;
}
.module-carousel__box-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.module-carousel__box-cta a {
  width: 100%;
  background-color: #25215f;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 100px;
}
.module-carousel__box-cta a span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}
.module-carousel__box-cta a img {
  margin-left: 5px;
  transition: 0.3s ease all;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7450%) hue-rotate(337deg) brightness(107%) contrast(108%);
}
.module-carousel__box-cta a:hover img {
  transform: translateX(5px);
}
@media (min-width: 1200px) {
  .module-carousel__box-cta {
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  .module-carousel__box {
    flex-direction: row;
    padding: 20px;
  }
}
.module-carousel .swiper-eb {
  width: 100%;
}

.video-and-blog {
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .video-and-blog {
    padding: 60px 0;
  }
}
.video-and-blog__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 1200px) {
  .video-and-blog__header {
    gap: 24px;
  }
}
.video-and-blog__header-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media (min-width: 1200px) {
  .video-and-blog__header-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
.video-and-blog__main-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
  color: #25215f;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .video-and-blog__main-title {
    text-align: left;
    font-size: 40px;
    width: auto;
  }
}
.video-and-blog__all {
  display: none;
}
@media (min-width: 1200px) {
  .video-and-blog__all {
    display: flex;
    font-size: 17px;
    text-decoration: underline;
    color: #464646;
    font-weight: 500;
    margin-left: auto;
    transition: 0.3s ease-in-out all;
  }
  .video-and-blog__all:hover {
    color: #25215f;
  }
}
.video-and-blog__menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #eeeeee;
  border-radius: 100px;
  padding: 4px;
  background-color: #f9fafb;
}
@media (min-width: 1200px) {
  .video-and-blog__menu {
    width: auto;
  }
}
.video-and-blog__menu button, .video-and-blog__menu .video-and-blog__tab {
  width: 50%;
  padding: 0 20px;
  height: 40px;
  text-align: center;
  font-weight: 500;
  border-radius: 100px;
  color: #979797;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .video-and-blog__menu button, .video-and-blog__menu .video-and-blog__tab {
    width: 120px;
  }
}
.video-and-blog__menu--active {
  background-color: #25215f !important;
  color: #fff !important;
}
.video-and-blog__navigation {
  display: none;
}
@media (min-width: 1200px) {
  .video-and-blog__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    width: 95px;
    height: 45px;
    margin-left: auto;
  }
  .video-and-blog__navigation .swiper-next, .video-and-blog__navigation .swiper-prev {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid #25215f;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25215f;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease-in-out all;
  }
  .video-and-blog__navigation .swiper-next img, .video-and-blog__navigation .swiper-prev img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(4168%) hue-rotate(229deg) brightness(91%) contrast(98%);
    transition: 0.3s ease-in-out all;
  }
  .video-and-blog__navigation .swiper-next:hover, .video-and-blog__navigation .swiper-prev:hover {
    background-color: #25215f;
  }
  .video-and-blog__navigation .swiper-next:hover img, .video-and-blog__navigation .swiper-prev:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(307deg) brightness(103%) contrast(101%);
  }
  .video-and-blog__navigation .swiper-next img {
    transform: rotate(-90deg);
  }
  .video-and-blog__navigation .swiper-prev img {
    transform: rotate(90deg);
  }
  .video-and-blog__navigation .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
}
.video-and-blog__wrapper {
  margin-top: 32px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .video-and-blog__wrapper {
    margin-top: 24px;
  }
}
.video-and-blog__panel {
  display: none;
  width: 100%;
}
.video-and-blog__panel--active {
  display: block;
}
.video-and-blog__swiper {
  width: 100%;
  overflow: visible;
}
.video-and-blog__swiper .carousel-track {
  display: flex;
  align-items: stretch;
}
.video-and-blog__swiper .carousel-slide {
  height: auto;
  display: flex;
}
@media (max-width: 767px) {
  .video-and-blog__swiper {
    padding: 0 20px;
  }
  .video-and-blog__swiper .carousel-track {
    transform: inherit !important;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .video-and-blog__swiper .carousel-slide {
    width: 100% !important;
  }
}
.video-and-blog__category {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}
.video-and-blog__date {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  text-align: right;
}
.video-and-blog__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.video-and-blog__box-banner {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  z-index: 0;
  background-color: #f3f4f6;
}
.video-and-blog__box-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.video-and-blog__box-banner img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease-in-out all;
}
.video-and-blog__box-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.video-and-blog__box-content-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .video-and-blog__box-content-left {
    width: calc(50% - 16px);
  }
}
.video-and-blog__box-content-left .video-and-blog__cta {
  display: none;
}
@media (min-width: 1200px) {
  .video-and-blog__box-content-left .video-and-blog__cta {
    display: flex;
  }
}
.video-and-blog__box-content-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .video-and-blog__box-content-right {
    width: 50%;
    border-left: 1px solid #eeeeee;
    gap: 0;
  }
}
.video-and-blog__box-content-right .video-and-blog__cta {
  display: flex;
}
@media (min-width: 1200px) {
  .video-and-blog__box-content-right .video-and-blog__cta {
    display: none;
  }
}
@media (min-width: 1200px) {
  .video-and-blog__box-content {
    flex-direction: row;
    gap: 16px;
  }
}
.video-and-blog__box-content-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  color: #464646;
}
.video-and-blog__box--video {
  cursor: pointer;
}
.video-and-blog__box--video .video-and-blog__box-content {
  display: block;
}
.video-and-blog__box--video .video-and-blog__box-content-title {
  color: #20232d;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .video-and-blog__box--video .video-and-blog__box-content-title {
    padding-right: 50px;
  }
}
.video-and-blog__box--video:hover .video-and-blog__box-banner img {
  transform: scale(1.05);
}
.video-and-blog__box--video:hover .video-and-blog__play {
  background-color: #25215f;
  transform: translate(-50%, -50%) scale(1.06);
}
.video-and-blog__play {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background-color: #4ebbb8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out all;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.video-and-blog__play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #fff;
  margin-left: 4px;
}
@media (min-width: 1200px) {
  .video-and-blog__play {
    width: 64px;
    height: 64px;
  }
}
.video-and-blog__cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.video-and-blog__cta a {
  width: 100%;
  background-color: #fff;
  border: 1px solid #25215f;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 100px;
  transition: 0.3s ease-in-out all;
}
.video-and-blog__cta a span {
  font-size: 16px;
  font-weight: 500;
  color: #25215f;
  line-height: 24px;
  transition: 0.3s ease-in-out all;
}
.video-and-blog__cta a img {
  margin-left: 5px;
  transition: 0.3s ease all;
}
.video-and-blog__cta a:hover {
  background-color: #25215f;
}
.video-and-blog__cta a:hover span {
  color: #fff;
}
.video-and-blog__cta a:hover img {
  transform: translateX(5px);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(307deg) brightness(103%) contrast(101%);
}
@media (min-width: 1200px) {
  .video-and-blog__cta {
    margin-top: auto;
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  .video-and-blog__desc {
    padding-left: 16px;
  }
}
.video-and-blog__desc p {
  color: #979797;
  font-weight: 400;
  line-height: 150%;
  font-size: 14px;
}
.image-and-texts-component {
  width: 100%;
  background-color: #f9fafb;
  padding: 80px 0;
}
.image-and-texts-component__wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .image-and-texts-component__wrapper {
    align-items: center;
    justify-content: space-between;
  }
}
.image-and-texts-component__left {
  width: 100%;
}
@media (min-width: 1200px) {
  .image-and-texts-component__left {
    width: 600px;
  }
}
.image-and-texts-component__left img {
  width: 100%;
  display: block;
}
.image-and-texts-component__right {
  width: 100%;
}
@media (min-width: 1200px) {
  .image-and-texts-component__right {
    width: calc(100% - 600px);
  }
}
@media (min-width: 1200px) {
  .image-and-texts-component__content {
    padding-left: 50px;
    max-width: 680px;
  }
}
.image-and-texts-component__title {
  color: #20232d;
  font-size: 32px;
  line-height: 125%;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .image-and-texts-component__title {
    font-size: 40px;
  }
}
.image-and-texts-component__list {
  padding-top: 30px;
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.image-and-texts-component__list li {
  position: relative;
  width: 100%;
  padding-left: 30px;
  color: #20232d;
  font-size: 16px;
  line-height: 135%;
  font-weight: 300;
}
.image-and-texts-component__list li strong {
  font-weight: 600;
}
.image-and-texts-component__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 16px;
  height: 16px;
  background-image: url("./img/image-and-texts-component/tick.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.image-and-texts-component__button {
  margin-top: 50px;
}
.image-and-texts-component__cta {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #fff;
  border: 1px solid #4d5761;
  border-radius: 100px;
  gap: 4px;
  z-index: 1;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .image-and-texts-component__cta {
    height: 48px;
    max-width: 235px;
  }
}
.image-and-texts-component__cta img {
  width: 24px;
  display: block;
  transform: translateY(0px);
  transition: 0.3s ease-in-out all;
  filter: brightness(0) saturate(100%) invert(3%) sepia(61%) saturate(701%) hue-rotate(189deg) brightness(99%) contrast(96%);
}
.image-and-texts-component__cta span {
  font-weight: 500px;
  font-size: 16px;
  line-height: 24px;
  color: #0b0e17;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .image-and-texts-component__cta span {
    font-size: 16px;
  }
}
.image-and-texts-component__cta:hover {
  background-color: #48c1bb;
  border: 1px solid #48c1bb;
}
.image-and-texts-component__cta:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(32%) saturate(1%) hue-rotate(75deg) brightness(106%) contrast(101%);
}
.image-and-texts-component__cta:hover span {
  color: #fff;
}

.icons-and-texts-component {
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}
.icons-and-texts-component__main-title {
  color: #25215f;
  font-size: 32px;
  line-height: 135%;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.icons-and-texts-component__wrapper {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  background-color: #fafafa;
  border-radius: 16px;
  position: relative;
  padding: 60px 20px;
}
.icons-and-texts-component__wrapper:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/icons-and-texts-component/bg.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.75;
}
@media (min-width: 768px) {
  .icons-and-texts-component__wrapper {
    gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .icons-and-texts-component__wrapper {
    align-items: stretch;
    justify-content: center;
    padding: 60px;
    gap: 40px;
  }
}
.icons-and-texts-component__box {
  width: 100%;
  max-width: 300px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(187, 187, 187, 0.32);
  margin-top: 150px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .icons-and-texts-component__box {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .icons-and-texts-component__box {
    width: calc(50% - 40px);
  }
}
.icons-and-texts-component__icon {
  margin-top: -150px;
}
.icons-and-texts-component__content {
  padding: 30px 15px 30px 15px;
}
.icons-and-texts-component__title {
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 125%;
  color: #0b0e17;
  font-weight: 600;
}
.icons-and-texts-component__desc {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 135%;
  color: #20232d;
  font-weight: 300;
  padding-top: 16px;
}

.carousel-small {
  -webkit-text-size-adjust: none;
  width: 100%;
  background-color: #f9fafb;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .carousel-small {
    gap: 40px;
    padding: 70px 0 70px 0;
  }
}
.carousel-small__carousel {
  width: calc(100% + 40px) !important;
  margin-left: -20px !important;
}
@media (min-width: 1200px) {
  .carousel-small__carousel {
    width: 100%;
    margin-left: 0;
  }
}
.carousel-small__carousel .carousel-small-slider {
  display: block !important;
}
.carousel-small__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.carousel-small__pagination {
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .carousel-small__pagination {
    display: none;
  }
}
.carousel-small__pagination .swiper-pagination-bullet-active {
  background-color: #29d1c4;
}
.carousel-small__item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 16px 0 rgba(187, 187, 187, 0.3);
  height: 100%;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.carousel-small__item-banner {
  width: 100%;
  height: 225px;
  z-index: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .carousel-small__item-banner {
    height: 225px;
  }
}
.carousel-small__item-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.carousel-small__item-content {
  padding: 30px 20px 20px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .carousel-small__item-content {
    padding: 30px 30px;
    gap: 15px;
  }
}
.carousel-small__item-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.carousel-small__item-header-big-title {
  color: #25215f;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 1200px) {
  .carousel-small__item-header-big-title {
    font-size: 30px;
    line-height: 40px;
    height: 120px;
  }
}
@media (min-width: 1400px) {
  .carousel-small__item-header-big-title {
    height: 80px;
  }
}
.carousel-small__item-header-small-title {
  color: #31353f;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .carousel-small__item-header-small-title {
    font-size: 17px !important;
    line-height: 24px !important;
  }
}
@media (min-width: 1200px) {
  .carousel-small__item-header {
    gap: 24px;
  }
}
.carousel-small__item-description {
  font-size: 12px !important;
  line-height: 20px;
  font-weight: 300;
  color: #525866;
}
@media (min-width: 1200px) {
  .carousel-small__item-description {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
.carousel-small__item-ctas {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 90%;
  gap: 10px;
}
.carousel-small__item-cta {
  width: calc(50% - 5px);
  max-width: calc(50% - 5px);
  padding: 0 16px;
  background-color: #4ebbb8;
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  height: 42px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 10px -5px rgba(78, 187, 184, 0.3);
  transition: 0.3s ease-in-out all;
}
.carousel-small__item-cta:after {
  content: "";
  position: relative;
  background: url("./img/arrow-forward.svg") no-repeat center;
  background-size: 100%;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: -5px;
  transition: 0.3s ease-in-out all;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7456%) hue-rotate(183deg) brightness(93%) contrast(108%);
}
.carousel-small__item-cta:hover {
  background-color: #25215f;
}
.carousel-small__item-cta:hover:after {
  transform: translateX(2px);
}
@media (min-width: 1200px) {
  .carousel-small__item-cta {
    font-size: 15px;
  }
}
.carousel-small__main-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .carousel-small__main-title {
    flex-direction: row;
    width: calc(100% - 95px);
  }
}
.carousel-small__main-title img {
  width: 100%;
  max-width: 144px;
  display: block;
}
@media (min-width: 1200px) {
  .carousel-small__main-title img {
    max-width: 288px;
    transform: translateY(-5px);
  }
}
.carousel-small__main-title span {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #25215f;
  text-align: center;
}
@media (min-width: 360px) {
  .carousel-small__main-title span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .carousel-small__main-title span {
    text-align: left;
    padding-left: 5px;
    font-size: 40px;
    line-height: 56px;
  }
}
.carousel-small__accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.carousel-small__accordion-item {
  width: 100%;
  padding: 0px 0 0px 0;
  border-bottom: 1px solid #e5e7eb;
}
.carousel-small__accordion-item-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  cursor: pointer;
}
.carousel-small__accordion-item-question span {
  width: calc(100% - 32px);
  padding-right: 5px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .carousel-small__accordion-item-question span {
    padding-right: 10px;
  }
}
.carousel-small__accordion-item-question-arrow {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #25215f;
  border-radius: 100px;
  transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.carousel-small__accordion-item-question-arrow img {
  width: 20px;
  display: block;
  transition: 0.3s ease-in-out all;
}
.carousel-small__accordion-item-answer {
  display: none;
}
.carousel-small__accordion-item-answer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.carousel-small__accordion-item-answer ul {
  list-style-type: disc;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.carousel-small__accordion-item-answer li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.carousel-small__accordion-item-answer::-webkit-scrollbar {
  width: 0px;
}
.carousel-small__accordion-item-answer::-webkit-scrollbar-track {
  background: #fff;
}
.carousel-small__accordion-item-answer::-webkit-scrollbar-thumb {
  background: #f3f4f6;
}
.carousel-small__accordion-item-answer::-webkit-scrollbar-thumb:hover {
  background: #4ebbb8;
}
.carousel-small__accordion-item:last-child {
  border-bottom: 0;
}
.carousel-small__accordion-item:hover .carousel-small__accordion-item-question-arrow {
  background-color: #25215f;
}
.carousel-small__accordion-item:hover .carousel-small__accordion-item-question-arrow img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7%) hue-rotate(179deg) brightness(100%) contrast(104%);
  transform: rotate(-45deg);
}
.carousel-small__accordion-item--active .carousel-small__accordion-item-question-arrow {
  background-color: #25215f;
}
.carousel-small__accordion-item--active .carousel-small__accordion-item-question-arrow img {
  transform: rotate(-180deg) !important;
  filter: brightness(0) saturate(100%) invert(99%) sepia(91%) saturate(2%) hue-rotate(236deg) brightness(108%) contrast(100%);
}
.carousel-small__accordion-item--active .carousel-small__accordion-item-answer {
  display: block;
}
.carousel-small__accordion-item b, .carousel-small__accordion-item strong {
  font-weight: 600;
  line-height: 135%;
}
.carousel-small__cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.carousel-small__cta a {
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
  color: #fff;
  background-color: #4ebbb8;
  border-radius: 100px;
  padding: 0 24px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out all;
  min-width: 250px;
}
@media (min-width: 1200px) {
  .carousel-small__cta a {
    font-size: 16px;
    min-width: 350px;
  }
}
.carousel-small__cta a:hover {
  background-color: #25215f;
  color: #fff;
}
.carousel-small__navigation {
  display: none;
}
@media (min-width: 1200px) {
  .carousel-small__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    width: 95px;
    height: 45px;
    z-index: 1;
  }
  .carousel-small__navigation .swiper-next, .carousel-small__navigation .swiper-prev {
    width: 45px;
    height: 45px;
    background-color: rgba(78, 187, 184, 0.15);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4ebbb8;
    font-size: 15px;
    cursor: pointer;
  }
  .carousel-small__navigation .swiper-next img, .carousel-small__navigation .swiper-prev img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(10%) saturate(1997%) hue-rotate(130deg) brightness(92%) contrast(82%);
  }
  .carousel-small__navigation .swiper-next img {
    transform: rotate(-90deg);
  }
  .carousel-small__navigation .swiper-prev img {
    transform: rotate(90deg);
  }
  .carousel-small__navigation .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
}
.carousel-small .container {
  padding: 0;
}

.cta-banner {
  width: 100%;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
  background-color: #48c1bb;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .cta-banner {
    gap: 40px;
    padding: 30px 0;
  }
}
.cta-banner__title {
  max-width: 755px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  font-size: 24px;
  font-weight: 600;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cta-banner__title {
    font-size: 40px;
    line-height: 48px;
  }
}
.cta-banner__cta {
  width: 100%;
  max-width: 350px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  z-index: 1;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .cta-banner__cta {
    height: 48px;
  }
}
.cta-banner__cta img {
  width: 24px;
  display: block;
  transform: translateY(2px);
  transition: 0.3s ease-in-out all;
}
.cta-banner__cta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #25215f;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .cta-banner__cta span {
    font-size: 16px;
  }
}
.cta-banner__cta:hover {
  background-color: #25215f;
}
.cta-banner__cta:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(307deg) brightness(103%) contrast(101%);
}
.cta-banner__cta:hover span {
  color: #fff;
}
.cta-banner__bg {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.cta-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  mix-blend-mode: color;
}

.openable-boxes {
  width: 100%;
  background-color: #ffffff;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.openable-boxes__main-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .openable-boxes__main-title {
    flex-direction: row;
  }
}
.openable-boxes__main-title img {
  width: 100%;
  max-width: 144px;
  display: block;
}
@media (min-width: 1200px) {
  .openable-boxes__main-title img {
    max-width: 288px;
    transform: translateY(-5px);
  }
}
.openable-boxes__main-title span {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #25215f;
  text-align: center;
}
@media (min-width: 360px) {
  .openable-boxes__main-title span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .openable-boxes__main-title span {
    text-align: left;
    padding-left: 5px;
    font-size: 40px;
    line-height: 56px;
  }
}
.openable-boxes__items {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .openable-boxes__items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.openable-boxes__item {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 16px 0 rgba(187, 187, 187, 0.3);
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  height: 80px;
  transition: 0.3s ease all;
  position: relative;
}
@media (min-width: 1200px) {
  .openable-boxes__item {
    flex: 0 0 15%;
    height: 790px;
    gap: 30px;
    transition: flex-basis 0.35s ease, background-color 0.35s ease;
  }
}
.openable-boxes__item-cover {
  position: relative;
  background-color: #fff;
  transition: 0.3s ease-in-out all;
  height: 100%;
}
.openable-boxes__item-cover h6 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  transform: translate(0, -50%);
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  transition: 0.3s ease-in-out all;
  color: #25215f;
  display: flex;
  align-items: center;
  padding-right: 50px;
}
@media (min-width: 1200px) {
  .openable-boxes__item-cover h6 {
    line-height: 38px;
    top: 64px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    padding-left: 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    padding-right: 0;
    display: block;
  }
}
.openable-boxes__item-cover h6 br {
  display: none;
}
@media (min-width: 1200px) {
  .openable-boxes__item-cover h6 br {
    display: block;
  }
}
.openable-boxes__item-cover h6 span {
  width: 32px;
  height: 32px;
  border: 1px solid #25215f;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .openable-boxes__item-cover h6 span {
    display: none;
  }
}
.openable-boxes__item-cover h6 span img {
  width: 20px;
  display: block;
}
.openable-boxes__item-cover h6 strong {
  font-weight: 700;
}
.openable-boxes__item-cover h6 i {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: #25215f;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-left: 1px solid rgba(37, 33, 95, 0.3);
  transition: 0.3s ease-in-out all;
  margin-left: 10px;
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .openable-boxes__item-cover h6 i {
    width: 100%;
    border-left: 0;
    border-top: 1px solid rgba(37, 33, 95, 0.2);
    margin-left: 0;
    margin-top: 20px;
    padding: 10px 0px;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .openable-boxes__item-cover {
    height: 100%;
  }
}
.openable-boxes__item-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  opacity: 0;
  transition: 0.3s ease-in-out all;
  width: 100%;
}
@media (min-width: 768px) {
  .openable-boxes__item-content {
    padding: 24px 30px;
  }
}
.openable-boxes__item-content-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  gap: 8px;
  position: relative;
}
.openable-boxes__item-content-header-number {
  color: #25215f;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}
@media (min-width: 1200px) {
  .openable-boxes__item-content-header-number {
    font-size: 64px;
    line-height: 72px;
  }
}
.openable-boxes__item-content-header-title {
  color: #25215f;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .openable-boxes__item-content-header-title {
    font-size: 64px;
    line-height: 72px;
  }
}
.openable-boxes__item-content-header-title i {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  color: #25215f;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-left: 1px solid #25215f;
  padding: 5px 10px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .openable-boxes__item-content-header-title i {
    margin-left: 20px;
    font-size: 24px;
    padding: 10px 20px;
  }
}
.openable-boxes__item-content-header span {
  width: 32px;
  height: 32px;
  border: 1px solid #25215f;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.openable-boxes__item-content-header span img {
  width: 20px;
  display: block;
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .openable-boxes__item-content-header span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .openable-boxes__item-content-header {
    gap: 5px;
    flex-wrap: wrap;
  }
}
.openable-boxes__item-content-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .openable-boxes__item-content-desc {
    padding-top: 32px;
  }
}
.openable-boxes__item-content-desc ul {
  width: 100%;
  padding-top: 5px;
}
.openable-boxes__item-content-desc li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .openable-boxes__item-content-desc li {
    padding: 6px 0;
  }
}
.openable-boxes__item-content-desc li ul {
  padding-left: 50px;
  margin-top: -8px;
  padding-top: 0;
}
.openable-boxes__item-content-desc li ul li {
  display: list-item;
  list-style-type: disc;
  padding: 0;
}
.openable-boxes__item-content-desc li ul li::marker {
  color: #25215f;
}
.openable-boxes__item-content-desc li ul li p {
  width: 100%;
}
.openable-boxes__item-content-desc li ul ul {
  padding-left: 20px;
}
.openable-boxes__item-content-desc p {
  font-size: 14px;
  line-height: 20px;
  color: #25215f;
  font-weight: 500;
  text-align: left;
  width: calc(100% - 24px - 8px);
}
@media (min-width: 1200px) {
  .openable-boxes__item-content-desc p {
    font-size: 16px;
    line-height: 24px;
  }
}
.openable-boxes__item-content-desc img {
  width: 24px;
  transform: translateY(2px);
}
.openable-boxes__item--active {
  position: relative;
  height: 900px;
}
@media (min-width: 768px) {
  .openable-boxes__item--active {
    height: 720px;
  }
}
@media (min-width: 1200px) {
  .openable-boxes__item--active {
    flex-basis: 50%;
    height: 790px;
  }
}
.openable-boxes__item--active .openable-boxes__item-cover h6 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.openable-boxes__item--active .openable-boxes__item-content {
  opacity: 1;
  transition-delay: 0.3s;
}
@media (max-width: 1200px) {
  .openable-boxes__item--active.openable-boxes__item:nth-child(1) {
    height: 850px;
  }
  .openable-boxes__item--active.openable-boxes__item:nth-child(2) {
    height: 630px;
  }
  .openable-boxes__item--active.openable-boxes__item:nth-child(3) {
    height: 490px;
  }
  .openable-boxes__item--active.openable-boxes__item:nth-child(4) {
    height: 520px;
  }
}
.openable-boxes__item:nth-child(1) .openable-boxes__item-cover {
  background-color: #fff;
}
.openable-boxes__item:nth-child(2) .openable-boxes__item-cover {
  background-color: #e6edfa;
}
.openable-boxes__item:nth-child(3) .openable-boxes__item-cover {
  background-color: #cedbf6;
}
.openable-boxes__item:nth-child(4) .openable-boxes__item-cover {
  background-color: #a9c1ef;
}
.openable-boxes__item:nth-child(5) .openable-boxes__item-cover {
  background-color: #84a6e8;
}
.openable-boxes__item:nth-child(6) .openable-boxes__item-cover {
  background-color: #7b9ad8;
}
.openable-boxes__item strong, .openable-boxes__item b {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .openable-boxes .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .openable-boxes {
    gap: 40px;
    padding: 70px 0;
  }
}
.openable-boxes__footnote {
  width: 100%;
  font-size: 12px;
  line-height: 135%;
}
@media (min-width: 1200px) {
  .openable-boxes__footnote {
    font-size: 14px;
    text-align: right;
  }
}

.doctors-component {
  background-color: #f9fafb;
  padding: 50px 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .doctors-component {
    padding: 70px 0;
    gap: 40px;
  }
}
.doctors-component__header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1200px) {
  .doctors-component__header {
    align-items: center;
    justify-content: space-between;
  }
}
.doctors-component__main-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .doctors-component__main-title {
    flex-direction: row;
    width: calc(100% - 144px);
  }
}
.doctors-component__main-title span {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #25215f;
  text-align: center;
}
@media (min-width: 360px) {
  .doctors-component__main-title span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .doctors-component__main-title span {
    text-align: left;
    padding-left: 5px;
    font-size: 40px;
    line-height: 56px;
  }
}
.doctors-component__navigation {
  display: none;
}
@media (min-width: 1200px) {
  .doctors-component__navigation {
    display: flex;
    width: 144px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 767px) {
  .doctors-component__navigation .swiper-next {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #25215f;
    cursor: pointer;
  }
  .doctors-component__navigation .swiper-next img {
    width: 24px;
    display: block;
    transition: 0.3s ease-in-out all;
  }
  .doctors-component__navigation .swiper-next:hover img {
    transform: translateX(5px);
  }
}
@media (min-width: 767px) {
  .doctors-component__navigation .swiper-prev {
    cursor: pointer;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #25215f;
  }
  .doctors-component__navigation .swiper-prev img {
    width: 24px;
    transition: 0.3s ease-in-out all;
    display: block;
    transform: rotate(-180deg);
  }
  .doctors-component__navigation .swiper-prev:hover img {
    transform: rotate(-180deg) translateX(5px);
  }
}
.doctors-component__navigation .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.doctors-component__carousel {
  width: 100%;
}
@media (min-width: 767px) {
  .doctors-component__carousel {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .doctors-component__carousel {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .doctors-component__carousel .swiper {
    overflow: inherit;
  }
}
@media (max-width: 767px) {
  .doctors-component__carousel .swiper-wrapper {
    transform: inherit;
    height: auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .doctors-component__carousel .swiper-slide {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .doctors-component__carousel .swiper-slide {
    padding-bottom: 20px;
  }
}
.doctors-component__items {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .doctors-component__items {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .doctors-component__items {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .doctors-component__items {
    gap: 20px;
  }
}
.doctors-component__item {
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 16px 0 rgba(187, 187, 187, 0.32);
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 24px 8px;
}
@media (min-width: 768px) {
  .doctors-component__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .doctors-component__item {
    width: calc(33.3% - 13px);
  }
}
@media (min-width: 1200px) {
  .doctors-component__item {
    width: calc(25% - 15px);
    height: 460px;
    padding: 16px;
  }
}
@media (min-width: 1920px) {
  .doctors-component__item {
    height: 420px;
  }
}
.doctors-component__item:before {
  content: "";
  background-color: #a9c1ef;
  width: 711px;
  height: 684px;
  border-radius: 1000px;
  position: absolute;
  left: 50%;
  top: -560px;
  transform: translateX(-50%);
  z-index: 0;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .doctors-component__item:before {
    bottom: 0;
    margin-bottom: 330px;
  }
}
@media (min-width: 1920px) {
  .doctors-component__item:before {
    margin-bottom: 280px;
  }
}
.doctors-component__item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  color: #161922;
  width: 100%;
  z-index: 1;
  position: relative;
  text-align: center;
  display: block;
}
@media (min-width: 1200px) {
  .doctors-component__item-name {
    font-size: 20px;
    height: 50px;
  }
}
@media (min-width: 1920px) {
  .doctors-component__item-name {
    height: auto;
  }
}
.doctors-component__item-branch {
  z-index: 1;
  display: block;
  position: relative;
  color: #525866;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  width: 100%;
  margin-top: 2px;
}
@media (min-width: 1200px) {
  .doctors-component__item-branch {
    margin-top: 8px;
    font-size: 13.5px;
    letter-spacing: -0.1px;
    height: 54px;
  }
}
.doctors-component__item-banner {
  width: 136px;
  display: block;
  height: 136px;
  border-radius: 100px;
  background-color: #f5f2ef;
  z-index: 1;
  position: relative;
  box-shadow: 0 0 0 8px white;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.doctors-component__item-banner img {
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  left: 0px;
  top: 0px;
  transform: scale(1.1);
  object-fit: cover;
  object-position: top;
}
@media (min-width: 1200px) {
  .doctors-component__item-banner {
    width: 166px;
    height: 166px;
    margin: 20px 0;
  }
}
.doctors-component__item-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.doctors-component__item-hospital {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #20232d;
  width: 100%;
  z-index: 1;
  position: relative;
  text-align: center;
  display: block;
  margin-top: 2px;
}
@media (min-width: 1200px) {
  .doctors-component__item-hospital {
    font-size: 16px;
    line-height: 18px;
    margin-top: 8px;
  }
}
.doctors-component__item-footer {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctors-component__item-footer a {
  width: 100%;
  transition: 0.3s ease-in-out all;
  height: 40px;
  background-color: #25215f;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .doctors-component__item-footer {
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  .doctors-component__item:hover:before {
    background-color: #84a6e8;
    transform: translateX(-50%) translateY(10px);
  }
  .doctors-component__item:hover .doctors__item-footer a {
    width: 95%;
  }
}
.doctors-component__item--short {
  height: 280px;
  flex-wrap: nowrap;
  background-color: #fff;
}
.doctors-component__item--short::before {
  background-color: #fff;
  margin-bottom: 140px;
}
@media (min-width: 1200px) {
  .doctors-component__item--short::before {
    margin-bottom: 200px;
  }
}
.doctors-component__item--short .doctors-component__item-banner {
  outline: 8px solid #a9c1ef;
  box-shadow: 0 8px 16px 0px rgba(187, 187, 187, 0.32);
}
.doctors-component__item--short .doctors-component__item-name {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .doctors-component__item--short .doctors-component__item-name {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.doctors-component__item--short .doctors-component__item-header {
  order: 2;
}
.doctors-component__item--short .doctors-component__item-content {
  order: 1;
}
.doctors-component__item--short:hover::before {
  background-color: #f9f9f9;
}
@media (min-width: 1200px) {
  .doctors-component__item--short {
    height: 360px;
  }
}
.doctors-component__more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.doctors-component__more a {
  width: 100%;
  height: 56px;
  border: 1px solid #4d5761;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 100px;
  gap: 4px;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 768px) {
  .doctors-component__more a {
    max-width: 280px;
  }
}
.doctors-component__more a span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0b0e17;
  display: block;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .doctors-component__more a span {
    font-size: 18px;
    line-height: 24px;
  }
}
.doctors-component__more a img {
  width: 24px;
  transition: 0.3s ease-in-out all;
  display: block;
  filter: brightness(0) saturate(100%) invert(4%) sepia(8%) saturate(3665%) hue-rotate(188deg) brightness(99%) contrast(97%);
}
.doctors-component__more a:hover {
  background-color: #48c1bb;
  border-color: #48c1bb;
}
.doctors-component__more a:hover span {
  color: #fff;
}
.doctors-component__more a:hover img {
  transform: translateX(5px);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(116deg) brightness(109%) contrast(109%);
}
@media (min-width: 1200px) {
  .doctors-component__more {
    margin-top: 40px;
  }
}
.doctors-component--bg-white {
  background-color: #fff;
}

.cta-banner-2 {
  width: 100%;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
  background-color: #25215f;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .cta-banner-2 {
    gap: 40px;
    padding: 30px 0;
  }
}
.cta-banner-2__title {
  max-width: 695px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  font-size: 24px;
  font-weight: 600;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cta-banner-2__title {
    font-size: 40px;
    line-height: 48px;
    max-width: 995px;
  }
}
.cta-banner-2__cta {
  width: 100%;
  max-width: 350px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #fff;
  border-radius: 100px;
  gap: 4px;
  z-index: 1;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .cta-banner-2__cta {
    height: 48px;
  }
}
.cta-banner-2__cta img {
  width: 24px;
  display: block;
  transform: translateY(2px);
  transition: 0.3s ease-in-out all;
}
.cta-banner-2__cta span {
  font-weight: 500px;
  font-size: 14px;
  line-height: 24px;
  color: #0b0e17;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .cta-banner-2__cta span {
    font-size: 16px;
  }
}
.cta-banner-2__cta:hover {
  background-color: #0b0e17;
}
.cta-banner-2__cta:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(102%) contrast(101%);
}
.cta-banner-2__cta:hover span {
  color: #fff;
}
.cta-banner-2__bg {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.cta-banner-2__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  mix-blend-mode: color;
}

.openable-function-boxes {
  width: 100%;
  background-color: #ffffff;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .openable-function-boxes {
    gap: 40px;
    padding: 70px 0;
  }
}
.openable-function-boxes__main-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .openable-function-boxes__main-title {
    flex-direction: row;
  }
}
.openable-function-boxes__main-title img {
  width: 100%;
  max-width: 144px;
  display: block;
}
@media (min-width: 1200px) {
  .openable-function-boxes__main-title img {
    max-width: 288px;
    transform: translateY(-5px);
  }
}
.openable-function-boxes__main-title span {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #25215f;
  text-align: center;
}
@media (min-width: 360px) {
  .openable-function-boxes__main-title span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .openable-function-boxes__main-title span {
    text-align: left;
    padding-left: 5px;
    font-size: 40px;
    line-height: 56px;
  }
}
.openable-function-boxes__items {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .openable-function-boxes__items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.openable-function-boxes__item {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 16px 0 rgba(187, 187, 187, 0.3);
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  height: 200px;
  transition: 0.3s ease all;
  position: relative;
}
@media (min-width: 1200px) {
  .openable-function-boxes__item {
    flex: 0 0 14.4%;
    height: 570px;
    gap: 30px;
    transition: flex-basis 0.35s ease, background-color 0.35s ease;
  }
}
.openable-function-boxes__item-cover {
  position: relative;
  background-color: #000;
  transition: 0.3s ease-in-out all;
  height: 100%;
}
.openable-function-boxes__item-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.4;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .openable-function-boxes__item-cover img {
    height: 100%;
    width: 100%;
    transform: scale(1.1);
  }
}
.openable-function-boxes__item-cover h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  transition: 0.3s ease-in-out all;
  color: #fff;
}
@media (min-width: 1200px) {
  .openable-function-boxes__item-cover h6 {
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .openable-function-boxes__item-cover {
    height: 100%;
  }
  .openable-function-boxes__item-cover:hover img {
    transform: scale(1);
    opacity: 0.5;
  }
  .openable-function-boxes__item-cover:hover h6 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
.openable-function-boxes__item-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition: 0.3s ease-in-out all;
  max-width: 100px;
}
@media (min-width: 768px) {
  .openable-function-boxes__item-icon {
    max-width: 80px;
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .openable-function-boxes__item-icon {
    top: 30px;
    right: 30px;
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  .openable-function-boxes__item-icon {
    max-width: 140px;
  }
}
.openable-function-boxes__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  opacity: 0;
  transition: 0.3s ease-in-out all;
  width: 100%;
}
@media (min-width: 768px) {
  .openable-function-boxes__item-content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .openable-function-boxes__item-content {
    padding: 30px;
  }
}
.openable-function-boxes__item-content-icon {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.openable-function-boxes__item-content-icon img {
  display: block;
  width: 24px;
}
@media (min-width: 1200px) {
  .openable-function-boxes__item-content-icon {
    width: 64px;
    height: 64px;
  }
  .openable-function-boxes__item-content-icon img {
    width: 32px;
  }
}
.openable-function-boxes__item-content-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  gap: 8px;
  margin-top: 16px;
}
.openable-function-boxes__item-content-header-number {
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  .openable-function-boxes__item-content-header-number {
    font-size: 56px;
    line-height: 56px;
  }
}
.openable-function-boxes__item-content-header-title {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .openable-function-boxes__item-content-header-title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .openable-function-boxes__item-content-header {
    gap: 16px;
  }
}
.openable-function-boxes__item-content-desc {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 135%;
  color: #fff;
  margin-top: 4px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .openable-function-boxes__item-content-desc {
    font-size: 17px;
    line-height: 24px;
    margin-top: 12px;
  }
}
.openable-function-boxes__item-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: rgba(38, 199, 187, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.openable-function-boxes__item-arrow img {
  width: 25px;
  height: 25px;
  display: block;
  opacity: 0.7;
}
.openable-function-boxes__item--active {
  position: relative;
  height: 430px;
}
@media (min-width: 768px) {
  .openable-function-boxes__item--active {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .openable-function-boxes__item--active {
    flex-basis: 35.9%;
    height: 570px;
  }
}
.openable-function-boxes__item--active .openable-function-boxes__item-cover img {
  opacity: 0;
}
.openable-function-boxes__item--active .openable-function-boxes__item-cover h6 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.openable-function-boxes__item--active .openable-function-boxes__item-icon {
  opacity: 0.2;
  transition-delay: 0.3s;
}
.openable-function-boxes__item--active .openable-function-boxes__item-content {
  opacity: 1;
  transition-delay: 0.3s;
}
.openable-function-boxes__item--active .openable-function-boxes__item-arrow {
  opacity: 0;
  transition-delay: 0.2s;
}
.openable-function-boxes__item--active:nth-child(1) .openable-function-boxes__item-cover {
  background-color: #4ebbb8;
}
.openable-function-boxes__item--active:nth-child(2) .openable-function-boxes__item-cover {
  background-color: #84a6e8;
}
.openable-function-boxes__item--active:nth-child(3) .openable-function-boxes__item-cover {
  background-color: #18b3f2;
}
.openable-function-boxes__item--active:nth-child(4) .openable-function-boxes__item-cover {
  background-color: #25215f;
}
.openable-function-boxes__item--active:nth-child(5) .openable-function-boxes__item-cover {
  background-color: #ffa17a;
}
@media (max-width: 1200px) {
  .openable-function-boxes .container {
    padding: 0;
  }
}

.hospitals-component {
  width: 100%;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .hospitals-component {
    background-color: #f9fafb;
  }
}
@media (min-width: 1200px) {
  .hospitals-component {
    gap: 40px;
    padding: 70px 0;
  }
}
.hospitals-component__main-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .hospitals-component__main-title {
    flex-direction: row;
  }
}
.hospitals-component__main-title img {
  width: 100%;
  max-width: 144px;
  display: block;
}
@media (min-width: 1200px) {
  .hospitals-component__main-title img {
    max-width: 288px;
    transform: translateY(-5px);
  }
}
.hospitals-component__main-title span {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #25215f;
  text-align: center;
}
@media (min-width: 360px) {
  .hospitals-component__main-title span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .hospitals-component__main-title span {
    text-align: left;
    padding-left: 5px;
    font-size: 40px;
    line-height: 56px;
  }
}
.hospitals-component__items {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px 4px;
  height: 100%;
}
@media (min-width: 768px) {
  .hospitals-component__items {
    flex-direction: column;
    gap: 24px 0;
  }
}
.hospitals-component__item {
  border-radius: 12px;
  background-color: #f5f5f5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(50% - 4px);
  height: auto;
}
.hospitals-component__item-banner {
  width: 100%;
  height: 100px;
  position: relative;
}
.hospitals-component__item-banner img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 768px) {
  .hospitals-component__item-banner {
    width: 295px;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
  }
}
.hospitals-component__item-content {
  width: 100%;
  padding: 8px;
  height: calc(100% - 100px);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .hospitals-component__item-content {
    width: calc(100% - 295px);
    padding: 0 0 0 40px;
  }
}
.hospitals-component__item-title {
  width: 100%;
  text-align: center;
  color: #0a0d14;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .hospitals-component__item-title {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    padding-top: 0;
    justify-content: flex-start;
  }
}
.hospitals-component__item-desc {
  width: 100%;
  text-align: center;
  color: #31353f;
  line-height: 20px;
  font-size: 14px;
  font-weight: 300;
  padding-top: 4px;
}
@media (min-width: 768px) {
  .hospitals-component__item-desc {
    padding-top: 8px;
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
}
.hospitals-component__item-buttons {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 16px;
  margin-top: auto;
}
@media (min-width: 768px) {
  .hospitals-component__item-buttons {
    padding-top: 15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .hospitals-component__item-buttons {
    padding-top: 24px;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .hospitals-component__item-buttons {
    padding-top: 40px;
    gap: 24px;
  }
}
.hospitals-component__item-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  border-radius: 100px;
  background-color: #ffffff;
  border: 1px solid #4d5761;
  height: 32px;
  transition: 0.3s ease-in-out all;
}
.hospitals-component__item-button img {
  width: 16px;
  display: block;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 768px) {
  .hospitals-component__item-button img {
    width: 20px;
  }
}
.hospitals-component__item-button span {
  color: #0b0e17;
  transition: 0.3s ease-in-out all;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .hospitals-component__item-button span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .hospitals-component__item-button {
    height: 48px;
    width: 50%;
    max-width: 188px;
  }
}
.hospitals-component__item-button:hover {
  background-color: #0b0e17;
}
.hospitals-component__item-button:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(328deg) brightness(103%) contrast(101%);
}
.hospitals-component__item-button:hover span {
  color: #fff;
}
@media (min-width: 768px) {
  .hospitals-component__item {
    background-color: #fff;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 24px;
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .hospitals-component__item:hover .hospitals-component__item-banner img {
    transform: scale(1.1);
  }
}
.hospitals-component .container {
  padding: 0;
}

.accordions-component {
  width: 100%;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .accordions-component {
    gap: 40px;
    padding: 70px 0;
  }
}
.accordions-component__main-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .accordions-component__main-title {
    flex-direction: row;
  }
}
.accordions-component__main-title img {
  width: 100%;
  max-width: 144px;
  display: block;
}
@media (min-width: 1200px) {
  .accordions-component__main-title img {
    max-width: 288px;
    transform: translateY(-5px);
  }
}
.accordions-component__main-title span {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #25215f;
  text-align: center;
}
@media (min-width: 360px) {
  .accordions-component__main-title span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .accordions-component__main-title span {
    text-align: left;
    padding-left: 5px;
    font-size: 40px;
    line-height: 56px;
  }
}
.accordions-component__items {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .accordions-component__items {
    gap: 24px;
  }
}
.accordions-component__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #f9fafb;
  padding: 16px;
  border-radius: 16px;
  transition: 0.3s ease-in-out all;
}
.accordions-component__item-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  cursor: pointer;
}
.accordions-component__item-question h6 {
  font-size: 16px;
  line-height: 24px;
  color: #161922;
  font-weight: 500;
  text-align: left;
  width: calc(100% - 32px);
  padding: 5px 0;
}
@media (min-width: 992px) {
  .accordions-component__item-question h6 {
    font-size: 24px;
    line-height: 32px;
    width: calc(100% - 40px);
    padding: 10px 0;
  }
}
.accordions-component__item-question-icon {
  width: 32px;
  display: flex;
  justify-content: flex-end;
  transition: 0.3s ease-in-out all;
}
.accordions-component__item-question-icon img {
  width: 20px;
  display: block;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 992px) {
  .accordions-component__item-question-icon {
    width: 40px;
  }
  .accordions-component__item-question-icon img {
    width: 24px;
  }
}
.accordions-component__item-answer {
  line-height: 300;
  font-size: 15px;
  line-height: 24px;
  color: #31353f;
  text-align: left;
  width: 100%;
  padding-right: 30px;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 992px) {
  .accordions-component__item-answer {
    font-size: 18px;
    line-height: 28px;
  }
}
.accordions-component__item-answer ul {
  padding-left: 20px;
  list-style-type: disc;
  padding-top: 5px;
}
.accordions-component__item-answer strong {
  font-weight: 600;
}
@media (min-width: 992px) {
  .accordions-component__item {
    padding: 16px 32px;
  }
}
.accordions-component__item--active .accordions-component__item-question-icon img {
  transform: rotate(45deg) scale(0.85);
}
.accordions-component__item--active .accordions-component__item-answer {
  transition: 0.3s ease-in-out all;
}

.two-block-carousel {
  width: 100%;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .two-block-carousel {
    gap: 40px;
    padding: 70px 0 70px 0;
  }
}
.two-block-carousel * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.two-block-carousel__header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.two-block-carousel__main-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .two-block-carousel__main-title {
    flex-direction: row;
    width: calc(100% - 95px);
  }
}
.two-block-carousel__main-title img {
  width: 100%;
  max-width: 144px;
  display: block;
}
@media (min-width: 1200px) {
  .two-block-carousel__main-title img {
    max-width: 288px;
    transform: translateY(-5px);
  }
}
.two-block-carousel__main-title span {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #25215f;
  text-align: center;
  max-width: 285px;
}
@media (min-width: 360px) {
  .two-block-carousel__main-title span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .two-block-carousel__main-title span {
    text-align: left;
    padding-left: 5px;
    font-size: 48px;
    line-height: 64px;
    max-width: inherit;
  }
}
.two-block-carousel__main-desc {
  width: 100%;
}
.two-block-carousel__main-desc p {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #687081;
  line-height: 135%;
}
.two-block-carousel__carousel {
  width: 100%;
  position: relative;
  height: 860px;
}
@media (min-width: 768px) {
  .two-block-carousel__carousel {
    height: 620px;
  }
}
@media (min-width: 992px) {
  .two-block-carousel__carousel {
    height: auto;
  }
}
.two-block-carousel__inner {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .two-block-carousel__inner {
    flex-direction: row;
    align-items: center;
  }
}
.two-block-carousel__left {
  width: 100%;
  padding-top: 100px;
}
@media (min-width: 992px) {
  .two-block-carousel__left {
    width: calc(100% - 650px);
    padding-right: 50px;
    padding-top: 0;
  }
}
.two-block-carousel__right {
  width: 100%;
}
@media (min-width: 992px) {
  .two-block-carousel__right {
    width: 650px;
  }
}
.two-block-carousel__title {
  font-weight: 600;
  color: #0c101c;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 992px) {
  .two-block-carousel__title {
    font-size: 56px;
    line-height: 65px;
    max-width: 570px;
  }
}
.two-block-carousel__banner {
  width: 100%;
  height: 350px;
}
@media (min-width: 992px) {
  .two-block-carousel__banner {
    height: 622px;
    width: 584px;
  }
}
.two-block-carousel__banner img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.two-block-carousel__sub-title {
  font-weight: 600;
  color: #0c101c;
  font-size: 20px;
  line-height: 30px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .two-block-carousel__sub-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 24px;
  }
}
.two-block-carousel__desc {
  font-weight: 400;
  color: #585e71;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}
@media (min-width: 992px) {
  .two-block-carousel__desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
    max-width: 600px;
  }
}
.two-block-carousel__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
  width: 100%;
  height: 45px;
  z-index: 1;
  margin: 32px 0;
}
@media (min-width: 992px) {
  .two-block-carousel__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    width: 95px;
    height: 45px;
    z-index: 1;
    margin: 0;
  }
}
.two-block-carousel__navigation .swiper-next, .two-block-carousel__navigation .swiper-prev {
  width: 45px;
  height: 45px;
  background-color: #25215f;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25215f;
  font-size: 15px;
  cursor: pointer;
  border: 2px solid #25215f;
}
.two-block-carousel__navigation .swiper-next img, .two-block-carousel__navigation .swiper-prev img {
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7386%) hue-rotate(291deg) brightness(111%) contrast(101%);
}
.two-block-carousel__navigation .swiper-next img {
  transform: rotate(-90deg);
}
.two-block-carousel__navigation .swiper-prev img {
  transform: rotate(90deg);
}
.two-block-carousel__navigation .swiper-button-disabled {
  opacity: 0.5;
  background-color: #fff;
}
.two-block-carousel__navigation .swiper-button-disabled img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(15%) saturate(5737%) hue-rotate(222deg) brightness(108%) contrast(102%);
}
.two-block-carousel__mobile-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 30px));
  left: 0;
  width: 100%;
  z-index: 1;
}
.two-block-carousel__pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .two-block-carousel__pagination {
    justify-content: flex-start;
    width: auto;
  }
}
.two-block-carousel__pagination .swiper-pagination-bullet {
  background-color: #25215f;
}
.two-block-carousel__helpers {
  position: relative;
  margin: 20px 0 0 0;
}
@media (min-width: 992px) {
  .two-block-carousel__helpers {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-100px);
    z-index: 1;
    margin: 0;
  }
}

.modern-fancy-component {
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: none;
  overflow: hidden;
  padding: 20px;
}
.modern-fancy-component--size {
  width: 100%;
}
.modern-fancy-component--size-full {
  max-width: 100%;
  height: 100vh;
}
.modern-fancy-component--size-half {
  height: 100vh;
}
@media (min-width: 1200px) {
  .modern-fancy-component--size-half {
    max-width: 50%;
    height: 100vh;
  }
}
.modern-fancy-component--size-three-quarter {
  height: 95vh;
}
@media (min-width: 1200px) {
  .modern-fancy-component--size-three-quarter {
    max-width: 80%;
  }
}
.modern-fancy-component--size-quarter {
  height: 95vh;
}
@media (min-width: 1200px) {
  .modern-fancy-component--size-quarter {
    max-width: 40%;
  }
}
.modern-fancy-component--position-right {
  margin-top: auto;
}
@media (min-width: 992px) {
  .modern-fancy-component--position-right {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.modern-fancy-component__col-2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 1200px) {
  .modern-fancy-component__col-2 {
    flex-direction: row;
    gap: 32px;
    height: 100%;
  }
}
.modern-fancy-component__col-2 .modern-fancy-component__col {
  width: 100%;
}
@media (min-width: 1200px) {
  .modern-fancy-component__col-2 .modern-fancy-component__col {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1200px) {
  .modern-fancy-component__col-2 .modern-fancy-component__col:nth-child(2) {
    overflow-y: auto;
    height: 90%;
  }
}
.modern-fancy-component__col-1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 1200px) {
  .modern-fancy-component__col-1 {
    flex-direction: row;
  }
}
.modern-fancy-component__col-1 .modern-fancy-component__col {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1200px) {
  .modern-fancy-component__col-1 .modern-fancy-component__col {
    width: calc(100% - 0px);
  }
}
.modern-fancy-component__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.modern-fancy-component__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.modern-fancy-component__body {
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .modern-fancy-component__body {
    overflow-y: auto;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .modern-fancy-component__body::-webkit-scrollbar {
    width: 5px;
  }
  .modern-fancy-component__body::-webkit-scrollbar-track {
    background: rgba(249, 249, 249, 0.568627451);
  }
  .modern-fancy-component__body::-webkit-scrollbar-thumb {
    background: #f3f4f6;
  }
  .modern-fancy-component__body::-webkit-scrollbar-thumb:hover {
    background: #4ebbb8;
  }
}
.modern-fancy-component__close {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 0;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  outline: none;
  transition: 0.3s ease-in-out all;
}
.modern-fancy-component__close img {
  width: 16px;
  display: block;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 1200px) {
  .modern-fancy-component__close img {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  .modern-fancy-component__close {
    width: 40px;
    height: 40px;
  }
}
.modern-fancy-component__close:hover {
  background-color: #0b0e17;
}
.modern-fancy-component__close:hover img {
  transform: scale(0.8);
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(6%) hue-rotate(97deg) brightness(102%) contrast(101%);
}
.modern-fancy-component__main-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: calc(100% - 32px);
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 1200px) {
  .modern-fancy-component__main-title {
    flex-direction: row;
    width: calc(100% - 40px);
  }
}
.modern-fancy-component__main-title img {
  width: 100%;
  max-width: 115px;
  display: block;
}
@media (min-width: 1200px) {
  .modern-fancy-component__main-title img {
    max-width: 245px;
    transform: translateY(-5px);
  }
}
.modern-fancy-component__main-title span {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #25215f;
  text-align: center;
}
@media (min-width: 360px) {
  .modern-fancy-component__main-title span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .modern-fancy-component__main-title span {
    text-align: left;
    padding-left: 5px;
    font-size: 34px;
    line-height: 48px;
  }
}
.modern-fancy-component__secondary-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: calc(100% - 32px);
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 1200px) {
  .modern-fancy-component__secondary-title {
    flex-direction: row;
    width: calc(100% - 40px);
  }
}
.modern-fancy-component__secondary-title span {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #0a0d14;
  text-align: center;
}
@media (min-width: 360px) {
  .modern-fancy-component__secondary-title span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .modern-fancy-component__secondary-title span {
    text-align: left;
    padding-left: 5px;
    font-size: 32px;
    line-height: 125%;
  }
}
.modern-fancy-component__title {
  color: #0a0d14;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .modern-fancy-component__title {
    font-size: 18px;
    line-height: 135%;
  }
}
.modern-fancy-component__desc {
  color: #31353f;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .modern-fancy-component__desc {
    margin-top: 12px;
    font-size: 16px;
    line-height: 145%;
  }
}
.modern-fancy-component__list {
  width: 100%;
  margin-top: 16px;
}
.modern-fancy-component__list h6 {
  color: #0a0d14;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .modern-fancy-component__list h6 {
    font-size: 18px;
    line-height: 135%;
  }
}
.modern-fancy-component__list ul {
  list-style-type: disc;
  padding-left: 30px;
  width: 100%;
  margin-top: 8px;
}
@media (min-width: 1200px) {
  .modern-fancy-component__list ul {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    columns: 2;
    column-gap: 24px;
    margin-top: 12px;
  }
  .modern-fancy-component__col-1 .modern-fancy-component__list ul {
    columns: 1;
  }
}
.modern-fancy-component__list ul li {
  color: #31353f;
  font-weight: 300;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .modern-fancy-component__list ul li {
    width: calc(100% - 0px);
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    font-size: 16px;
    line-height: 145%;
  }
}
@media (min-width: 1200px) {
  .modern-fancy-component__list {
    margin-top: 24px;
  }
}
.modern-fancy-component__buttons {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .modern-fancy-component__buttons {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .modern-fancy-component__buttons {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .modern-fancy-component__buttons {
    gap: 24px;
    margin-top: 32px;
  }
}
.modern-fancy-component__buttons--bottom {
  margin-top: auto;
}
.modern-fancy-component__button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  border-radius: 100px;
  background-color: #ffffff;
  border: 1px solid #4d5761;
  height: 32px;
  transition: 0.3s ease-in-out all;
}
.modern-fancy-component__button img {
  width: 16px;
  display: block;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 768px) {
  .modern-fancy-component__button img {
    width: 20px;
  }
}
.modern-fancy-component__button span {
  color: #0b0e17;
  transition: 0.3s ease-in-out all;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .modern-fancy-component__button span {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .modern-fancy-component__button {
    height: 48px;
    width: 100%;
  }
}
.modern-fancy-component__button:hover {
  background-color: #0b0e17;
}
.modern-fancy-component__button:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(328deg) brightness(103%) contrast(101%);
}
.modern-fancy-component__button:hover span {
  color: #fff;
}
.modern-fancy-component__button--purple {
  background-color: #25215f;
  border: 1px solid #25215f;
}
.modern-fancy-component__button--purple span {
  color: #fff;
}
.modern-fancy-component__carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modern-fancy-component__carousel .swiper {
  width: 100%;
}
.modern-fancy-component__carousel-top {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .modern-fancy-component__carousel-top {
    height: 496px;
    border-radius: 16px;
  }
}
.modern-fancy-component__carousel-top .swiper {
  width: 100%;
}
.modern-fancy-component__carousel-top .swiper-pagination {
  position: absolute;
  bottom: 8px;
}
.modern-fancy-component__carousel-top .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.65;
}
.modern-fancy-component__carousel-top .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
@media (min-width: 1200px) {
  .modern-fancy-component__carousel-top .swiper-pagination {
    bottom: 20px;
  }
}
.modern-fancy-component__carousel-top-banner {
  width: 100%;
  cursor: pointer;
}
.modern-fancy-component__carousel-top-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
.modern-fancy-component__carousel-bottom {
  display: none;
}
@media (min-width: 1200px) {
  .modern-fancy-component__carousel-bottom {
    display: block;
    height: 64px;
  }
}
.modern-fancy-component__carousel-bottom .swiper {
  overflow: hidden;
}
.modern-fancy-component__carousel-bottom .swiper-slide-thumb-active .modern-fancy-component__carousel-bottom-banner img {
  opacity: 1 !important;
  display: block;
  box-sizing: border-box;
}
.modern-fancy-component__carousel-bottom-banner {
  overflow: hidden;
  display: block;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .modern-fancy-component__carousel-bottom-banner {
    height: 64px;
  }
}
.modern-fancy-component__carousel-bottom-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .modern-fancy-component-outer .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .modern-fancy-component-outer .fancybox__content > .f-button.is-close-btn {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .modern-fancy-component-outer .fancybox__slide:after {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .modern-fancy-component-outer .fancybox__slide {
    padding: 0;
  }
}
.modern-fancy-component-outer .fancybox__backdrop {
  backdrop-filter: blur(8px);
  background-color: rgba(11, 14, 23, 0.4) !important;
}
@media (min-width: 1200px) {
  .modern-fancy-component {
    padding: 40px;
    border-radius: 20px;
  }
}

.only-after-lg {
  display: none;
}
@media (min-width: 992px) {
  .only-after-lg {
    display: flex;
  }
}
.only-before-lg {
  display: flex;
}
@media (min-width: 992px) {
  .only-before-lg {
    display: none;
  }
}

.swiper-eb {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  overflow: visible;
}

.carousel-slide {
  flex-shrink: 0;
  padding-bottom: 20px;
  height: auto;
  display: flex;
}

.life-club-button.white {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #25215f;
}

.genetik-check-up-slider .image-text h1 {
  font-weight: 600;
  text-align: left;
}
@media (min-width: 1200px) {
  .genetik-check-up-slider .image-text h1 {
    font-size: 56px !important;
  }
}
.genetik-check-up-slider .image-text + strong {
  text-align: left;
  font-size: 18px;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .genetik-check-up-slider .image-text + strong {
    font-size: 28px !important;
  }
}
.genetik-check-up-slider p {
  font-size: 15px !important;
  color: #fff;
  line-height: 135% !important;
  text-align: left;
  margin-top: 5px !important;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .genetik-check-up-slider p {
    font-size: 16px !important;
    margin-top: 10px !important;
    line-height: 140% !important;
  }
}

.faq-hidden {
  display: none;
}

.faq-show-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.faq-show-more-btn {
  width: 280px;
  height: 56px;
  border-radius: 100px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #4d5761;
  color: #0b0e17;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 500;
  margin: 0 auto;
}
.faq-show-more-btn:hover {
  opacity: 0.85;
}

@media (max-width: 1024px) {
  .genetik-check-up-slider .inner-slider {
    height: 450px !important;
  }
}

/*# sourceMappingURL=genetik-check-up.css.map */
