.culture-container{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.culture-container .main-container{
    max-width: 1229px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.under-layer{
    position: relative;
}

.culture-hero{
    text-align: center;
    margin: 123px 10px 0;
    padding-bottom: 100px;
}
.culture-hero h1{
    color: #021F90;
    font-size: 60px;
    line-height: 104%;
    margin: 0;
}
.dot{
    color: #FF2E83;
}
.culture-hero .subtitle{
    color: #0C9ECF;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    margin: 10px auto 30px;
}

.under-layer .culture-hero .description{
    font-size: 21px;
    line-height: 36px;
    color: #313134;
    text-wrap: pretty;
    margin: 0 auto;
}
.culture-hero .description span{
    font-weight: 700;
}
.culture-hero .hero-button{
    display: flex;
    font-size: 21px;
    font-weight: 500;
    line-height: 17px;
    color: #511861;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
}

.curve{
    z-index: -1;
}
.curve path{
    fill: #021F90;
}




/* info section*/
.info-container{
    display: flex;
    gap: 50px;
}

.info-container .culture-left{
    width: 48%;
    margin-top: 30px;
}
.info-container .culture-right{
    width: 48%;
    position: relative;
}

.info-container .culture-right .culture-background{
    position: absolute;
    width: 112%;
    height: 416px;
    margin-top: 25px;
    left: 53%;
    background: linear-gradient(21deg, #021F90 -1.04%, #0C9ECF 100%);
}

.info-container .culture-left h2{
    font-size: 40px;
    text-align: left;
    line-height: 118%;
    color: #fff;

}
.info-container .culture-right .culture-img{
    transform: translateY(30px);
    width: 336px;
    height: 336px;
    border-radius: 0 80px;
    background-color: lightgray;
    background-position: -239.954px -83.662px, 50% 50%;
    background-size: 217.128% 137.995%, cover;
    background-repeat: no-repeat, no-repeat;
}

.culture-info{
    background: #021F90;
}

.culture-info .culture-hero{
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 0;
}



/* end  info section*/


/*Values*/

.culture-values .culture-hero{
    margin-top: 105px;
    text-align: left;
    padding-bottom: 120px;
}

.culture-values .culture-hero .values-head{
    margin-bottom: 61px;
}
.culture-values .culture-hero .values-container .values-head h2{
    font-size: 60px;
    font-weight: 400;
    line-height: 104%;
    color: #021F90;
    margin-bottom: 10px;
}
.culture-values .culture-hero .values-container .values-head p{
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    color: #021F90;
}

.culture-values .culture-hero .values-body .section_values{
    display: flex;
    gap: 10px;
    margin-bottom: 78px;
}
.culture-values .culture-hero .values-body .section_values .section_value{
    width: 30%;
    color: #fff;
    text-align: center;
    padding: 34px 41px;
    border-radius: 40px 0;
}
.culture-values .culture-hero .values-body .section_values .section_value:nth-child(3n + 1){
    background: linear-gradient(28deg, #FF2E83 5.41%, #EB6D00 100%);
}
.culture-values .culture-hero .values-body .section_values .section_value:nth-child(3n + 2){
    background: linear-gradient(21deg, #021F90 -1.04%, #0C9ECF 100%);
}
.culture-values .culture-hero .values-body .section_values .section_value:nth-child(3n + 3){
    background: linear-gradient(270deg, #95007C 0%, #3D035C 100%);
}

.culture-values .culture-hero .values-body .section_values .section_value .title{
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}

.culture-values .culture-hero .values-body .section_values .section_value .description{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.culture-values .culture-hero .values-body .plus{
    color: #FF2E83;
    font-size: 63px;
    display: flex;
    align-items: center;
}
.culture-values .culture-hero .values-body .result{
    display: flex;
    justify-content: center;
    gap: 28px;
    align-items: center;
}

.culture-values .culture-hero .values-body .result .equal{
    color: #FF2E83;
    font-size: 63px;
    width: 35px;
    height: 24px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.culture-values .culture-hero .values-body .result .how_win{
    display: flex;
    max-width: 514px;
    width: 100%;
    padding: 34px 41px;
    border-radius: 40px 0;
    background: linear-gradient(190deg, #6BF8C3 2.09%, #04D989 98.59%);
}
.culture-values .culture-hero .values-body .result .how_win p{
    color: #231556;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;

    flex: auto;
    text-align: center;
}
/*end Values*/

/*win_section*/
.culture-win_section {
    margin: 15px auto 162px;
}
.culture-win_section h2{
    max-width: 570px;
    margin: 16px auto 29px;
    font-size: 60px;
    line-height: 104%;
    color: #021F90;
}
.culture-win_section .win_section_content{
    display: flex;
    gap: 75px;
}

.culture-win_section .win_section_content .left-img{
    position: relative;
}

.culture-win_section .win_section_content .left-img .background{
    width: 153%;
    height: 593px;
    position: absolute;
    background: linear-gradient(28deg, #FF2E83 5.47%, #FF9100 76.22%);
    bottom: -36px;
    right: 34%;
}

.culture-win_section .win_section_content .right-txt p{
    color: #313134;
    max-width: 542px;
    font-size: 21px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 35px;
}

.culture-win_section .left-img .img-background{
    width: 402px;
    height: 388px;
    border-radius: 0 80px;

    transform: scaleX(-1);
    background-color: lightgray;
    background-position: -209px -85px;
    background-size: 244% 175%;
    background-repeat: no-repeat;
}
/*end win_section*/

/* accordion */
.life_at_section h2{
    color: #021F90;
    font-size: 60px;
    font-weight: 400;
    line-height: 88%;
    margin-bottom: 36px;
}
.life_at_section .accordion .each{
    padding: 41px 65px 41px 50px;
    border-radius: 0 40px;
    background: #021F90;
    margin-bottom: 17px;
    cursor: pointer;
}
.life_at_section .accordion .each .accordion-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.life_at_section .accordion .each .accordion-header h3{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 118%;
    margin: 0;
}
.life_at_section .accordion .each .accordion-content{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 32px;

    font-size: clamp(16px, 3vw, 21px);;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    margin-left: 10px;
}
.life_at_section .accordion .each .accordion-content p,
.life_at_section .accordion .each .accordion-content ul
{
    margin-top: 30px;
}
.life_at_section .accordion .each.active .accordion-content{
    max-height: none;
}


.life_at_section .accordion .each .accordion-header .icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    background: url("../images/icons/white-plus.svg") center / contain no-repeat;
}

.life_at_section .accordion .each.active .accordion-header .icon {
    background-image: url("../images/icons/white-minus.svg");
}

/* end accordion */



/* careers section */
.careers_container .main-container{
    max-width: 1020px;
    margin: 95px auto 118px;
}

.careers_section h2{
    color: #021F90;
    text-align: center;
    margin-bottom: 37px;
    font-size: 60px;
    font-weight: 400;
    line-height: 104%;
}
.careers_section h4{
    color: #021F90;
    font-family: 'DM Sans', sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 30px;
}

.clinical_operations {
    border-left: 16px solid #FF2E83;
    padding: 5px 0 5px 16px;
}

.clinical_operations .job-meta {
    color: #313134;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.clinical_operations .job-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.clinical_operations .job-title {
    color: #313134;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
}

.clinical_operations .divider {
    width: 1px;
    background: #6C6C73;
    height: 23px;
}

.clinical_operations .job-location {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #313134;
}

.open_positions .powered_by{
    max-width: 204px;
    max-height: 42px;
    margin: 30px 0 37px;
}
.open_positions .powered_by img{
    width: 100%;
}

.open_positions .notice_content p{
    color: #313134;
    font-size: 14px;
    line-height: 36px;
    margin: 0;
}
.open_positions .notice_content p:first-child{
    font-weight: 700;
}

.open_positions .notice_content a{
    color: #95007C;
    text-decoration: underline;
}
.open_positions .notice_content a:hover{
    color: #95007C;
}

@media (max-width: 1212px) {
    .info-container .culture-right .culture-background {
        width: 53%;
        min-height: 110%;
        height: auto;
        aspect-ratio: 382 / 416;
    }
    .info-container .culture-right .culture-img{
        width: 59%;
        min-width: 260px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .culture-win_section .win_section_content .left-img{
        width: 33.25%;
    }
    .culture-win_section .win_section_content .left-img .background{
        aspect-ratio: 419 / 593;
        width: 104.3%;
        height: auto;
    }
    .culture-win_section .left-img .img-background{
        width: 100%;
        height: auto;
        aspect-ratio: 402 / 388;
        min-width: 290px;
    }
    .culture-win_section .win_section_content .right-txt{
        width: 51%;
    }
    .culture-win_section .win_section_content .right-txt p{
        font-size: clamp(17px, 3vw, 21px);
        line-height: 30px;
    }
    .culture-win_section h2{
        padding-left: 50px;
    }
}

@media (max-width: 960px) {
    .culture-hero h1,
    .culture-values .culture-hero .values-container .values-head h2,
    .culture-win_section h2,
    .life_at_section h2,
    .careers_section h2,
    .careers_section h2{
        font-size: clamp(30px, 8vw, 60px);
    }
    .culture-win_section h2{
        padding-left: 70px;
    }
    .culture-hero .subtitle{
        font-size: clamp(14px, 3vw, 18px);
    }
    .under-layer .culture-hero .description,
    .culture-hero .hero-button,
    .culture-values .culture-hero .values-container .values-head p,
    .clinical_operations .job-title{
        font-size: clamp(17px, 4vw, 21px);
    }
    .info-container .culture-right .culture-img{
        background-position: -208px -83.662px, 50% 50%;
    }
    .info-container .culture-left h2{
        font-size: clamp(20px, 6vw, 40px);
    }
    .careers_section h4{
        font-size: clamp(20px, 6vw, 33px);
    }
    .culture-values .culture-hero .values-body .section_values .section_value .title{
        font-size: clamp(18px, 3vw, 22px);
    }
    .culture-values .culture-hero .values-body .section_values .section_value .description,
    .clinical_operations .job-location{
        font-size: clamp(14px, 2vw, 18px);
    }
    .culture-values .culture-hero .values-body .section_values{
        flex-wrap: wrap;
        justify-content: center;
    }
    .culture-values .culture-hero .values-body .section_values .section_value{
        width: 35%;
    }
    .culture-win_section .win_section_content .right-txt p{
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .info-container{
        display: block;
    }
    .info-container .culture-left{
        width: 100%;
    }
    .info-container .culture-right{
        width: 70%;
        margin: 0 auto;
    }
    .culture-values .culture-hero .values-body .section_values{
        flex-direction: column;
        align-items: center;
    }
    .culture-values .culture-hero .values-body .plus{
        height: 42px;
    }
    .culture-values .culture-hero .values-body .section_values .section_value{
        max-width: 362px;
        width: 100%;
    }
    .culture-values .culture-hero .values-body .result .how_win p{
        flex: auto;
        font-size: 21px;
    }
    .culture-win_section h2{
        padding: 0;
    }
    .culture-win_section .win_section_content{
        flex-direction: column;
    }
    .culture-win_section .win_section_content .left-img{
        margin: 65px auto 0;
        max-width: 250px;
        width: 100%;
    }
    .culture-win_section .win_section_content .left-img .background{
        max-width: 260px;
        width: 100%;
    }
    .culture-win_section .win_section_content .right-txt{
        margin: 0 auto;
        max-width: 381px;
        width: 100%;
    }
    .culture-win_section .left-img .img-background{
        min-width: auto;
    }
    .culture-values .culture-hero .values-head{
        max-width: 400px;
        margin: 22px auto;
    }

    .culture-win_section h2{
        max-width: 465px;
    }
    .under-layer .culture-hero{
        margin-top: 61px;
    }
    .culture-hero{
        padding-bottom: 80px;
    }
    .culture-win_section{
        margin-bottom: 80px;
    }

    .life_at_section .accordion .each .accordion-header h3{
        font-size: clamp(20px, 6vw, 40px);
    }

    .info-container .culture-right .culture-background{
        max-height: 120%;
        width: 74%;
    }
    .life_at_section .accordion .each .accordion-content{
        line-height: 30px;
    }
    .open_positions .notice_content p{
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .culture-container .main-container{
        padding-left: 25px;
        padding-right: 25px;
    }

    .life_at_section .accordion .each{
        padding-left: 25px;
        padding-right: 25px;
    }

    .life_at_section .accordion .each .accordion-header h3{
        max-width: 230px;
    }
    .info-container .culture-right .culture-background{
        width: 81%;
    }
}

@media (max-width: 450px) {
    .info-container .culture-right{
        width: 100%;
        margin: 0 auto;
    }
    .culture-values .culture-hero .values-body .result .how_win p{
        font-size: clamp(17px, 4.8vw, 21px);
    }
    .info-container .culture-right .culture-background{
        width: 60%;
    }
}

@media (max-width: 350px) {
    .info-container .culture-right .culture-img{
        min-width: 230px;
    }
    .info-container .culture-right .culture-background{
        width: 62%;
    }
}
