@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
/**************************************************/
/**         GENERAL RESET & BASE STYLES          **/
/**************************************************/

* {
    margin: 0;
    padding: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    color: #000;
}

main {
    z-index: 1;
    position: relative;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 700 !important;
}

b {
    font-weight: 500 !important;
}

i {
    font-style: italic !important;
}

img {
    width: 100%;
    height: auto;
}

input,
textarea,
select {
    vertical-align: middle;
    padding: 0;
    box-sizing: border-box;
    resize: none;

    border: 1px solid transparent;
    color: #000c49;
    background-color: #fff;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #000c49;
    font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: #b9b9b9;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
}

.hover {
    transition: opacity 0.4s;
}

.hover:hover {
    opacity: 0.7;
}

.container {
    display: block;
    position: relative;

    /* TODO */
    /* width: 90%; */
    width: 86.8%;
    max-width: 1512px;

    padding: 0;
    margin: 0 auto;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 0;
    color: #001A35;
}

/**************************************************/
/**                 MAIN STYLES                  **/
/**************************************************/


.h-48 *,
.h-48 {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
}

.h-32 *,
.h-32 {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
}

.h-24 *,
.h-24 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
}

.h-20 *,
.h-20 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}

.h-16 *,
.h-16 {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}

.text-20 *,
.text-20 {
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
}

.text-16 *,
.text-16 {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

.text-14 *,
.text-14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
}

.hero__inner {
    border-top-right-radius: 32px;
    border-top-left-radius: 32px;
    overflow: hidden;
    height: auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;

    background: var(--Primary-Dark-Gradient, linear-gradient(259deg, #5899AF -0.13%, #001A35 99.93%));
}

.hero {
    margin-top: 48px;
}

.hero__image--mob {
    display: none;
}

.hero__image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.hero__image--desk img {
    height: 100%;
    width: auto;
}

.hero__content {
    width: 70%;
    z-index: 2;
    padding: 100px 0;
}


.hero__text {
    margin: 16px 0 36px;
    opacity: 0.7;
    line-height: 145%;
}

.hero__btns {
    display: flex;
    gap: 12px;
}

.btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #000;
    padding: 8px;
    border-radius: 24px;
}

.btn__icon {
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    width: 35px;
    padding: 8px;
}

.hero__btn {
    padding-left: 30px;
}

.white {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.bg-blue {
    background: #A8C4CF;
}

.bg-green {
    background: #D2E2E7;
}

.bg-gold {
    background: #B1B679;
}

.bg-orange {
    background: #CC926A;
}

.bg-pink {
    background: #DACDDE;
}

.bg-purpule {
    background: #E1D3E5;
}

.bg-violet {
    background: #A77FB3;
}


.image-text-list__inner {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 52px;
}

.section-padding {
    padding-top: 72px;
}

.section-grey {
    background: #EFF4F6;
}

/* .small-container {
    padding-left: 52px;
    padding-right: 52px;
} */

.small-container {
    padding-left: 67px;
    padding-right: 67px;
}

.image-text-list__image {
    border-radius: 32px;
    overflow: hidden;
}

.image-text-list__title {
    margin: 0 0 32px 0;
}

.image-text-list__content {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 100px;
}

.image-text-list-variant-2 .image-text-list__content {
    padding-bottom: 0;
    width: 95%;
}

.white-boxes-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 16px;
    gap: 16px;
}

.bg-white {
    background: #fff;
}

.white-boxes-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    border-radius: 24px;
    gap: 8px;
    box-shadow: 6px 7px 15.6px 0 rgba(0, 0, 0, 0.06);
}

.white-boxes-list__item * {
    text-align: center;
}

.bg-beige {
    background: #F4F1EC;
}

.line-items__inner {
    border-radius: 40px;
    padding: 87px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.line-items-bottom,
.line-items-top {
    position: relative;
    display: flex;
    gap: 40px;
    width: 100%;
}

.line-items-bottom-item,
.line-items-top-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
}

.line-items-top-item .line-items-top-item__img::before {
    content: '';
    position: absolute;
    width: 112%;
    height: 112%;
    background: transparent;
    top: -6px;
    left: -6px;
    border: 1px solid #9b9b9b;
    z-index: -1;
    border-radius: 50%;
}

.line-items-top-item.custom-border-bg-blue .line-items-top-item__img::before {
    border-color: #CCDAE1;
}

.line-items-top-item.custom-border-bg-violet .line-items-top-item__img::before {
    border-color: #DACDDE;
}

.line-items-top-item.custom-border-bg-gold .line-items-top-item__img::before {
    border-color: #D6D99B;
}

.line-items-top-item.custom-border-bg-orange .line-items-top-item__img::before {
    border-color: #F0C9B8;
}

.line-items-bottom-item * {
    text-align: center;
}

.line-items-bottom-item__content {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    width: 64%;
}

.line-items-top__bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    translate: 0 -50%;
}

.line-items-top-item__img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    width: 88px;
    background: #fff;
    border-radius: 50%;
}

.line-items-top-item__img img {
    width: 40px;
    height: auto;
}

.line-items-top-item__birka {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-items__title {
    margin-bottom: 60px;
}

.white-boxes-list {
    margin-top: -100px;
}

.heading-block__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: 0 auto 40px;
}

.heading-block__content * {
    text-align: center;
}

.heading-block__text {
    color: #001A35;
    opacity: 0.8;
    margin: 24px 0 16px;
}

.map__wrapp {
    display: grid;
    grid-template-columns: 4fr 2fr;
}

.map-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-right: 124px;
}

.map-item {
    border-radius: 32px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.map-item__row {
    display: flex;

    gap: 12px;
}

.map-item__row h3 {
    font-weight: 800;
}

.map-item__row img {
    margin-top: 4px;
    width: 18px;
    height: 18px;
}

.link-under {
    color: #5899AF;
    padding: 6px 0;
    border-bottom: 1px dashed #5899AF;
}

.bg-transparent {
    background: transparent;
}

.btn-full {
    width: 100%;
    justify-content: space-around;
}

.accordeon-item {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    flex: 1;
    height: 434px;
    transition: all 0.7s;
    cursor: pointer;
}

.accordeon-item.active {
    flex: 3;
}

.accordeon-item_img {
    height: 100%;
    object-fit: cover;
}

.accordeon-item__small {
    height: 100%;
}

.accordeon-items {
    display: flex;
    gap: 32px;
}

.accordeon-item__btn {
    position: absolute;
    bottom: 16px;
    right: 0;
    width: 100%;
    z-index: 2;
    font-weight: 700;
}

.accordeon-item__big {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #616161;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    pointer-events: none;
    transition: all 0.5s;
}

.accordeon-item.active .accordeon-item__big {
    opacity: 1;
    pointer-events: all;
}

.accordeon-item__content {
    opacity: 0;
    transition: opacity 0.3s ease-out 0s;
}

.accordeon-item.active .accordeon-item__big .accordeon-item__content {
    opacity: 1;
    transition-delay: 0.7s;
}

.uppercase {
    text-transform: uppercase;
}

.accordeon-item__title {
    margin: 8px 0 12px;

}


.accordeon-item-violet .accordeon-item__big {
    background-image: linear-gradient(to top right, #001A35 0%, #A77FB3 100%);
}

.accordeon-item-blue .accordeon-item__big {
    background-image: linear-gradient(135deg, #001A35 0%, #5899AF 100%);

}

.accordeon-item-gold .accordeon-item__big {
    background-image: linear-gradient(135deg, #001A35 0%, #B1B779 100%);
}

.accordeon-item__small-bg {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordeon-item-violet .accordeon-item__small-bg {
    background: linear-gradient(180deg, rgba(167, 127, 179, 0.00) 64.17%, rgba(167, 127, 179, 0.90) 84.87%);
}

.accordeon-item-blue .accordeon-item__small-bg {
    background: linear-gradient(180deg, rgba(88, 153, 175, 0.00) 64.17%, rgba(88, 153, 175, 0.90) 83.88%);
}

.accordeon-item-gold .accordeon-item__small-bg {
    background: linear-gradient(180deg, rgba(177, 183, 121, 0.00) 66.13%, rgba(177, 183, 121, 0.90) 88.21%);
}

.accordeon-item__link {
    width: 200px;
    justify-content: center;
    margin-top: 12px;
}

.accordeon-item__bg {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    height: 60%;
    width: auto;
}

.image-text {
    position: relative;
    padding-bottom: 124px;
    /* background-image: linear-gradient(to top, #CCDAE1 0%, #ccdae100 100%); */

    background: linear-gradient(358deg, rgba(204, 218, 225, 0.50) 0%, rgba(204, 218, 225, 0.00) 100%);
}

.image-text__bg {
    position: absolute;
    z-index: -1;
    height: 50%;
    width: auto;
    bottom: 0;
    left: 0;

}

.image-text__inner {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 127px;
}

.image-text__img {
    border-radius: 40px;
    overflow: hidden;
}

.image-text__img img {
    display: block;
}

.image-text__text {
    opacity: 0.9;
    margin-top: 24px;
}

.image-text__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-padding-big {
    padding-top: 124px;
}

.tabs-item {
    padding: 24px 0;
    border-top: 1px solid #001a3536;
    cursor: pointer;
}

.tabs-item__content * {
    min-height: 0;
}

.tabs-item__content {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.4s;
    overflow: hidden;
    width: 95%;
}

.tabs-item.active .tabs-item__content {
    grid-template-rows: 1fr;
    padding-top: 24px;
}

.tabs-item__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabs-item__plus {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.tabs-item__plus div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all 0.4s;
}

.tabs-item .tabs-item__plus div:first-child {
    rotate: 90deg;
}

.tabs-item.active .tabs-item__plus div:first-child {
    rotate: 0deg;
}

.accordeon-item__text {
    margin-bottom: 20px;
}

.line-items-top .line-items-bottom-item {
    display: none;
}

.image-text-list__wrapp {
    padding-bottom: 32px;
}

.cust-cta-globle {
    display: none;
}

.tabs {
    margin-bottom: 124px;
}

/* .image-text-list {
    background: linear-gradient(180deg, rgba(204, 218, 225, 0.50) 0%, rgba(204, 218, 225, 0.25) 50%);
}

.line-items {
    background: linear-gradient(180deg, rgba(204, 218, 225, 0.25) 50%, rgba(204, 218, 225, 0.00) 100%);
} */

/* TODO */
/* .image-text-list-variant-2 {
    background: linear-gradient(180deg, rgba(204, 218, 225, 0.50) 0%, rgba(204, 218, 225, 0.25) 50%);
} */

.tabs__inner {
    width: 86.5%;
    margin: 0 auto;
}



/* PATIENT PAGE */
.hero-variant-2 .hero__text {
    margin-bottom: 0;
    margin-top: 20px;
}

.hero-variant-2 .hero__inner {
    padding: 0 68px;
}

.hero-variant-2 .hero__content {
    padding: 67px 0 80px;
}


.vertical-image-list {
    display: none;
}

.image-text-list-variant-2 .white-boxes-list {
    display: none;

}

.image-text-list-variant-2 .vertical-image-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 25px;
}

.vertical-image-list__item {
    display: grid;
    grid-template-columns: 1fr 8fr;
    gap: 20px;
    align-items: center;
}

.vertical-image-list__img {
    height: 60px;
    width: 60px;
    border-radius: 20px;
    background: #A5C5D0;
    padding: 14px;
}

.vertical-image-list__title {
    margin-bottom: 4px;
}

.image-text-list-variant-2 .image-text-list__inner {
    gap: 115px;
    padding-right: 30px;
    grid-template-columns: 1fr 1fr;
}

.image-text-list-variant-2 .image-text-list__title *,
.image-text-list-variant-2 .image-text-list__title {
    font-size: 32px;
}

.image-text-list-variant-2 .image-text-list__title {
    margin-bottom: 20px;
}

.image-text-list__text,
.vertical-image-list__text {
    opacity: 0.75;
}

.need-support__inner {
    border-radius: 40px;
}

.need-support-content {
    position: relative;
    margin-top: 56px;
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    gap: 16px;

    padding: 0 64px;
}

.need-support-content__bg {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 100%;

}

.need-support-content__img {
    width: 44px;
    height: 44px;
}

.need-support-content__item {
    z-index: 2;
    padding: 32px;
    border-radius: 16px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.need-support-content__item * {
    text-align: center;
}

.need-support-content .need-support-content__item:nth-child(2) {
    padding: 45px 29px;
}

.need-support-content__item:last-child {
    padding: 45px 50px;
}

.need-support__inner {
    padding: 88px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.need-support-content__title {
    margin: 10px 0 8px;
}

.need-support-content__btn {
    margin-top: 8px;
    padding: 10px 30px;
    color: #001A35;
}

.need-support-content__text {
    opacity: 0.75;
}

.steps__wrap {
    display: flex;
    flex-direction: column;
}

.steps__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 156px;

    flex: 1;
}

.steps__top {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

.steps {
    padding: 70px 0 100px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
}



.steps .container {
    height: 100%;
}

.steps-images {
    position: relative;
    height: 100%;

}

.steps-images__item {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;

    top: 0;
    right: 0;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0 12px 30px 0 rgba(36, 31, 38, 0.15);

    aspect-ratio: 520 / 553;

}

.steps-images__item img {
    width: 100%;
    height: 100%;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 20px;
}

.steps-list__item {
    display: flex;
    gap: 20px;
    opacity: 0.4;
    transition: all 0.5s;
}

.steps-list__item.active {
    opacity: 1;
}

.steps-list__number {
    width: 44px;
    height: 44px;
    padding: 12px;

    color: #001A35;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 145%;
    /* 20.3px */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.steps-list__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.steps__top-text {
    color: #405368;
}

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

.resources__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.resources__top * {
    text-align: center;
}

.resources-list__item {
    padding: 40px;
    border: 1px solid;
    border-radius: 16px;
}

.resources-list__text {
    margin: 10px 0 20px;
    opacity: 0.75;
}

.resources-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.resources-list__btn {
    display: inline-flex;
}

.cover-image-text__image-mob {
    display: none;
}

.cover-image-text__inner {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    background: linear-gradient(180deg, #5899AF -0.28%, #001A35 100.04%);
}

.cover-image-text__content {
    z-index: 2;
    padding: 80px 78px;
    width: 60%;
    position: relative;
}

.cover-image-text__text {
    margin: 12px 0 48px;
    opacity: 0.75;
}

.cover-image-text__btn {
    display: inline-flex;
    padding: 10px 30px;
}

.cover-image-text__image-desk {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
}

.cover-image-text__image-desk img {
    height: 100%;
    width: auto;
}

.steps-list__content strong {
    font-weight: 600;
    color: #5899AF;
}

.steps-list__content p {
    padding-bottom: 12px;
}

.cover-image-text__text p {
    padding-bottom: 12px;
}

.image-text-list__image img {
    height: 100%;
    object-fit: cover;
}

.image-text-list__title {
    color: #001A35;
}

.resources__text {
    width: 50%;
}