
#hero .btn{
    display: none;
}
#registerHeader{
    padding: 50px 0;
}
#register_form .group{
    margin-bottom: 20px;
}
#register_form label{
    font-weight: 600;
    margin-bottom: 5px;
}
#registerHeader h2{
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
}
#register_form #response{
    margin-bottom: 50px;
}
#register_form .form-check{
    margin-top: 20px;
}
#registerHeader p{
    margin: 0 auto;
    display: block;
}

#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;
}

#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%;
}

#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;
    background: transparent;
}

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

@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;
    }
}

#knowledge{
    padding: 80px 0;
}

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

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

#knowledge img{
    margin: 0 auto 20px;
    display: block;
}

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

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

#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')
}

.slick-autoplay-toggle-button{
    display: none;
}

#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;
}