#registerHeader{
    padding: 50px 0;
}

#registerHeader h2{
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
}

#registerHeader p{
    margin: 0 auto;
    display: block;
    max-width: 550px;
    text-align: center;
}

#registerHeader .btn{
    margin: 0 auto;
    /* display: block; */
}

#registerHeader p{
    margin-top: 20px;
    color: #000000;
    font-family: 'VAGRoundedLTProLight'
}

#registerHeader p a{
    color: #A7204F;
    text-decoration: none;
    margin-left: 10px;
}

#registerHeader .btn{
    width: 440px;
    font-size: 19px;
}

#register{
    background: #EC6097;
    padding: 20px 0;
}

#register .inner{
    background: #fff;
    border-radius: 20px;
    padding: 30px 50px;
}

#register h3{
    text-align: center;
    font-size: 23px;
    line-height: 34px;
    margin: 0;
}

#register ul{
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

#register ul img{
    width: 26px;
    height: 26px;
    margin-right: 15px;
}

#register li{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

#register .btn{
    width: 100%;
    background: transparent!important;
}

#register .account{
    text-align: center;
    margin-top: 20px;
}

#register .account p{
    margin: 0;
    color: #000000;
    font-family: 'VAGRoundedLTProLight'
}

#register .account a{
    color: #A7204F;
    text-decoration: none;
}

#register .header{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
}

#register .header .btn{
    border: none;
    padding: 0;
    height: auto;
    color: #A7204F;
    font-size: 19px;
    font-family: 'VAGRoundedLTProBold';
    text-decoration: underline
}

#register .header .btn:hover{
    border: none;
    padding: 0;
    height: auto;
    color: #A7204F!important;
    background: none!important;
    font-size: 19px;
    font-family: 'VAGRoundedLTProBold';
}

#registerHeader p:first-of-type{
    font-family: 'SegoePro';
    margin-bottom: 40px;
    max-width: 100%;
}

@media(max-width:1200px){
    #register{
        padding: 20px 0 0;
    }
}

@media(max-width:767px){
    #register .header{
        flex-direction: column;
    }
}

@media(max-width:576px){
    #register .inner{
        padding: 30px 15px;
    }
    #register li{
        font-size: 16px;
    }
}

#best{
    padding: 80px 0;
}

#best .header{
    margin-bottom: 50px;
    text-align: center;
}

#best h2{
    font-size: 24px;
    line-height: 34px;
}

#best img {
    margin: 0 auto 20px;
    display: block;
    width: 160px;
}

#best p:first-of-type{
    text-align: center;
    font-size: 57px;
    line-height: 79px;
    font-family: 'VAGRoundedLTProBold';
    color: #333333;
}

#best p{
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
    display: block;
    color: #000000;
    font-size: 18px;
}

#impact{
    padding: 100px 0 50px;
}

#impact img{
    max-width: 709px;
    max-height: 589px;
    aspect-ratio: 709/589;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#impact .row{
    align-items: center;
}

#impact h2{
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    margin-top: 40px;
}

#impact h2:first-of-type{
    margin: 0;
}

#impact .content{
    padding-left: 50px;
}

#impact .click{
    margin-top: 40px;
}

@media(max-width:1200px){
    #impact img{
        margin: 0 auto;
        display: block;
    }
    
    #impact .content{
        padding: 0;
    }
}

#quick{
    padding: 50px 0;
}

#quick h2{
    text-align: center;
    font-size: 24px;
    line-height: 34px;
}

#quick .header{
    margin-bottom: 50px;
}

#quick img{
    height: 215px;
    width: 100%;
    aspect-ratio: 394/215;
    object-fit: cover;
    
}

#quick .click{
    background: #EC6097;
    padding: 10px 0;
}

#quick .btn{
    margin: 0 auto;
    background: #fff;
}

#quick .btn:hover{
    border: 2px solid #fff
}

@media(max-width:1200px){
    #quick .wrap{
        max-width:394px;
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:576px){
    #quick .click{
        padding: 10px
    }
}

#hero{
    padding: 50px 0;
    height: 450px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}

#hero p:first-of-type{
    color: #fff;
    font-family: 'VAGRoundedLTProBlack';
    font-size: 18px;
}

#hero h1{
    color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
}

#hero p{
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    font-family: 'VAGRoundedLTProLight';
    z-index: 2;
    position: relative;
    max-width: 750px;
}

#hero .click{
    display: flex;
    margin-top: 40px;
}
#hero .btn{
    position: relative;
    z-index: 2;
}

#hero .btn-primary{
    margin-right: 15px;
}

/* #hero::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent linear-gradient(90deg, #152C36 0%, #152C3600 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
} */

@media(max-width:991px){
    #hero{
        background-image: none!important;
        background-color: #152C36;
    }
    #hero::before{
        background: none!important;
    }
}

@media(max-width:576px){
    #hero .click{
        flex-direction: column;
    }
    
    #hero .btn-primary{
        width: 100%;
        margin-bottom: 15px
    }
}

#about{
    padding: 50px 0;
}

#about .header h2{
    text-align: center;
    font-size: 24px;
    line-height: 34px;
}

#about .accordion-header p{
    color: #A7204F;
    font-family: 'VAGRoundedLTProLight';
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 0;
}

#about .accordion-button::after{
    position: absolute;
    left: 0;
}

#about .accordion-button{
    padding-left: 50px;
}

#about .accordion-button:not(.collapsed){
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

#about .accordion-button:focus{
    border: none;
    box-shadow: none;
}

#about .accordion-body p{
    color: #000000;
}

#about .accordion-button::after{
    background-image: url('/wp-content/uploads/2025/06/add-filled.svg')
}

#about .accordion-button:not(.collapsed)::after{
    background-image: url('/wp-content/uploads/2025/06/subtract-filled.svg')
}

#testimonials{
    background: #CBE9E9;
    padding: 100px 0;
}

#testimonials .content{
    text-align: center;
    font-size: 22px;
    color: #333333;
    font-family: 'VAGRoundedLTProLight';
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#testimonials .name{
    text-align: center;
    color: #333333;
    font-family: 'VAGRoundedLTProBold';
    font-size: 22px;
}

#testimonials .company{
    text-align: center;
    font-size: 17px;
    color: #333333;
    font-family: 'VAGRoundedLTProLight';
}

#testimonials .slick-dots{
    bottom: -120px
}

#testimonials .slick-dots li.slick-active button .slick-dot-icon{
    opacity: 1!important;
    background:#EC6097;
    border-radius: 50%;
    min-width: 14px;
    height: 14px;
}

#testimonials .slick-dots li button .slick-dot-icon{
    opacity: 1!important;
    border-radius: 50%;
    min-width: 14px;
    height: 14px;
}

#testimonials .slick-dots li button .slick-dot-icon:before{
    content: '';
}

#testimonials .slick-dots li button{
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}

#testimonials img{
    margin: 0 auto 30px;
}