
/*section_one*/


.section_one{
    position: relative;
    z-index: 40;
    padding-top: 100px;
}

.section_one-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    z-index: 10;
}
.section_one .content{
    position: relative;
    z-index: 40;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.section_one .content .title h1{

    color: #3636B2;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    position: relative;
    z-index: 40;

}
.section_one .content .title h1 span{
    display: none;
}

.section_one .content .title .main_subtitle{
    padding-top: 10px;
    color: #373737;
    font-size: 22px;
    font-style: normal;
    text-align: left;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    position: relative;
    z-index: 40;
}


.section_one .content ul.text{
    margin-top: 36px;
    display: -ms-grid;
    display: grid;
    gap: 12px;
}

.section_one .content ul.text li{
    position: relative;
    color: #373737;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    padding: 16px;
    border-radius: 20px;
    border: 1px dashed #3636B2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.section_one .content ul.text li p{
    padding-left: 18px;
}
.section_one .content ul.text li:before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3636B2;
}

.section_one .content ul.info{
    display: -ms-grid;
    display: grid;
    gap: 10px;
    margin-top: 36px;
    position: relative;
    z-index: 40;
}

.section_one .content ul.info li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    gap: 10px;
}
.section_one .content ul.info li:last-child{
    display: none;
}

.section_one .content ul.info li img{
    width: 48px;
    height: 48px;
    padding: 8px;
    border-radius: 15px;
    background: #3636B2;

}


.section_one .content ul.info li p{
    color: #373737;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}
.section_one .content .form-img{
    margin-top: 48px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.section_one .content .form-block{

    width: 100%;
    border-radius: 30px;
    background: #D4F7FE;
    padding: 24px;

}

.section_one .content .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section_one .content .form-block > span{
    display: none;
}
.section_one .content .form-block p{
    color: #373737;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */

}

.section_one .content .form-block form{
    margin-top: 24px;
    display: -ms-grid;
    display: grid;
    gap: 10px;
}


.section_one form input[type=email], .section_one form input[type=tel], .section_one form input[type=text] {
    border-radius: 55px;
    background: #FFF;
    border: 1px solid #FFF;


    width: 100%;
    padding: 14px 20px;
    color: #373737;

    leading-trim: both;
    text-edge: cap;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    -webkit-transition: border .3s
    ease;
    -o-transition: border .3s
    ease;
    transition: border .3s
    ease;
}


.section_one  form input[type=email]::-webkit-input-placeholder, .section_one  form input[type=tel]::-webkit-input-placeholder, .section_one  form input[type=text]::-webkit-input-placeholder {
    color: #373737!important;
}

.section_one form input[type=email]::-moz-placeholder, .section_one form input[type=tel]::-moz-placeholder, .section_one form input[type=text]::-moz-placeholder {
    color: #373737!important;
}

.section_one form input[type=email]:-ms-input-placeholder, .section_one form input[type=tel]:-ms-input-placeholder, .section_one form input[type=text]:-ms-input-placeholder {
    color: #373737!important;
}

.section_one form input[type=email]::-ms-input-placeholder, .section_one form input[type=tel]::-ms-input-placeholder, .section_one form input[type=text]::-ms-input-placeholder {
    color: #373737!important;
}

.section_one form input[type=email]::-webkit-input-placeholder, .section_one form input[type=tel]::-webkit-input-placeholder, .section_one form input[type=text]::-webkit-input-placeholder {
    color: #373737!important;
}

.section_one form input[type=email]::placeholder, .section_one form input[type=tel]::placeholder, .section_one form input[type=text]::placeholder {
    color: #373737!important;
}

.section_one form input[type=email]:focus, .section_one form input[type=tel]:focus, .section_one form input[type=text]:focus {
    border-color: #3636B2;
}

.section_one form input[type=checkbox] {
    accent-color: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.section_one form label {
    color: #373737;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}



.section_one form button[type=submit], .section_one form input[type=submit] {
    width: 100%;
    padding: 14px 20px;
    border-radius: 30px;
    background: #3636B2;
    border: 2px solid #3636B2;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.section_one form button[type=submit]:hover, .section_one form input[type=submit]:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.section_one form button[type=submit]:active, .section_one form input[type=submit]:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}


.section_one .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 24px;
}

.section_one .form .checkbox input[type=checkbox] {
    accent-color: #000 !important;
    -webkit-appearance: auto !important;
}
.section_one .my_form input[type=checkbox]{
    accent-color: #000 !important;
    -webkit-appearance: auto !important;
}

.section_one .checkbox a {
    text-decoration: none;

    color: #373737;
}

.section_one .iti--separate-dial-code .iti__selected-dial-code {
    color: #373737;
}


.section_one .form-img .right{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section_one .form-img .right .section_one-img{
    position: absolute;
    bottom: -34px;
    height: calc(100% + 34px);
    z-index: 10;
    width: auto;
}

.section_one .form-img .right .info-block{
    position: absolute;
    bottom: 0;
    border-radius: 20px;
    background: #6CBEC9;
    padding: 16px;
    color: #FFF;
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    z-index: 20;
}




@media only screen and (max-width: 1200px) {

    .section_one-bg{

        width: 100%;

    }

}




@media only screen and (max-width: 992px) {
    .section_one{
        padding-top: 110px;
    }


    .section_one .form-img .right .section_one-img {
        position: absolute;
        bottom: -34px;
        height: calc(80% + 34px);
        z-index: 10;
        width: auto;
    }

    .section_one .content ul.info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 24px;
    }



}

@media only screen and (max-width: 768px) {
    .section_one .content {
        position: relative;
        z-index: 40;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 48px;
    }

    .section_one-img{
        display: none;
    }
    .section_one .content .form-img {
        margin-top: 24px;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }


    .section_one .form-img .right .info-block{
        position: relative;
    }
    .section_one .content .title h1 br{
        display: none;
    }
    .section_one .content ul.info li img {
        width: 40px;
        height: 40px;
    }
    .section_one .content ul.info li p {
        font-size: 18px;
    }





}

@media only screen and (max-width: 600px) {
    .section_one .content ul.info {
        margin-top: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .section_one .content .title h1 {
        font-size: 26px;
        text-align: center;
    }
    .section_one .content .title h1 span{
        display: inline-block;
    }
    .section_one {
        padding-top: 80px;
    }

    .section_one .content .title .main_subtitle {
        font-size: 16px;
        text-align: center;
    }


    .section_one .content .form-block > span{
        display: block;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .section_one .content .form-block p {
        display: none;

    }
    .section_one form input[type=email], .section_one form input[type=tel], .section_one form input[type=text] {
        font-size: 16px;
    }
    .section_one .content .form-block form {
        gap: 10px;
    }


    .section_one .content ul.info li{
        display: none;
    }
    .section_one .content ul.info li:last-child{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .section_one .form-img .right .info-block {
        font-size: 16px;
    }

    .section_one .content ul.text {
        margin-top: 16px;
        gap: 10px;
    }

    .section_one .content ul.text li {
        padding: 12px;
        font-size: 14px;

    }

    .section_one .content {
        gap: 30px;
    }


}



/*section_requests*/

.section_requests .content{
    position: relative;
    z-index: 40;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.section_requests .content h3{
    color: #3636B2;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */

}
.section_requests .content .left{
    padding: 30px 30px;
}
.section_requests .content .left .info{
    margin-top: 20px;
}
.section_requests .content .info{
    display: -ms-grid;
    display: grid;
    gap: 20px;
}

.section_requests .content .info li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.section_requests .content .info li span{
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid #3636B2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section_requests .content .info li span img{
    width: 12px;
}
.section_requests .content .info li p{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    width: calc(100% - 40px);
}
.section_requests .content .left .info li p{
    color: #373737;
}

.section_requests .content .right{
    border-radius: 30px;
    background: #FFF3D5;
    padding: 36px 30px;
}
.section_requests .content .right .info{
    margin-top: 40px;
}

.section_requests .content .right .info li p{
    color: #3636B2;
}


@media only screen and (max-width: 992px) {
    .section_requests .content .left{
        padding: 30px 0;
    }
    .section_requests .content .left .info {
        margin-top: 40px;
    }
}


@media only screen and (max-width: 768px) {
    .section_requests .content {
        position: relative;
        z-index: 40;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 48px;
    }
    .section_requests .content .left {
        padding:  0;
        padding-bottom: 30px;
    }
}


@media only screen and (max-width: 768px) {
    .section_requests .content .left {
        padding-bottom: 10px;
    }
    .section_requests .content {
        gap: 30px;
    }

    .section_requests .content h3 {
        font-size: 24px;
        text-align: center;
    }
    .section_requests .content .left .info {
        margin-top: 20px;
    }
    .section_requests .content .info{
        gap: 14px;
    }
    .section_requests .content .info li p {
        font-size: 14px;
    }

    .section_requests .content .right {
        padding: 36px 16px;
    }

    .section_requests .content .right .info {
        margin-top: 20px;
    }



}




/*section_form-img*/

.section_form-img{
    padding: 96px 0;
    background: #DAFEEF;
}

.section_form-img .content{
    margin-top: 48px;
    position: relative;
    z-index: 40;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.section_form-img .content .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.section_form-img .content .left form{
    width: 100%;
    border-radius: 30px;
    border: 1px dashed #3535AE;
    background: #DAFEEF;
    padding: 24px;
    display: -ms-grid;
    display: grid;
    gap: 24px;
}

.section_form-img .content .right{
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.section_form-img .content .right img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}



.section_form-img form input[type=email], .section_form-img form input[type=tel], .section_form-img form input[type=text] {
    border-radius: 55px;
    background: #FFF;
    border: 1px solid #FFF;


    width: 100%;
    padding: 14px 20px;
    color: #373737;
    height: 100%;
    leading-trim: both;
    text-edge: cap;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    -webkit-transition: border .3s
    ease;
    -o-transition: border .3s
    ease;
    transition: border .3s
    ease;
}


.section_form-img  form input[type=email]::-webkit-input-placeholder, .section_form-img  form input[type=tel]::-webkit-input-placeholder, .section_form-img  form input[type=text]::-webkit-input-placeholder {
    color: #373737!important;
}

.section_form-img form input[type=email]::-moz-placeholder, .section_form-img form input[type=tel]::-moz-placeholder, .section_form-img form input[type=text]::-moz-placeholder {
    color: #373737!important;
}

.section_form-img form input[type=email]:-ms-input-placeholder, .section_form-img form input[type=tel]:-ms-input-placeholder, .section_form-img form input[type=text]:-ms-input-placeholder {
    color: #373737!important;
}

.section_form-img form input[type=email]::-ms-input-placeholder, .section_form-img form input[type=tel]::-ms-input-placeholder, .section_form-img form input[type=text]::-ms-input-placeholder {
    color: #373737!important;
}

.section_form-img form input[type=email]::-webkit-input-placeholder, .section_form-img form input[type=tel]::-webkit-input-placeholder, .section_form-img form input[type=text]::-webkit-input-placeholder {
    color: #373737!important;
}

.section_form-img form input[type=email]::placeholder, .section_form-img form input[type=tel]::placeholder, .section_form-img form input[type=text]::placeholder {
    color: #373737!important;
}

.section_form-img form input[type=email]:focus, .section_form-img form input[type=tel]:focus, .section_form-img form input[type=text]:focus {
    border-color: #3636B2;
}

.section_form-img form input[type=checkbox] {
    accent-color: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.section_form-img form label {
    color: #373737;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}



.section_form-img form button[type=submit], .section_form-img form input[type=submit] {
    width: 100%;
    padding: 14px 20px;
    border-radius: 30px;
    background: #3636B2;
    border: 2px solid #3636B2;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.section_form-img form button[type=submit]:hover, .section_form-img form input[type=submit]:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.section_form-img form button[type=submit]:active, .section_form-img form input[type=submit]:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}


.section_form-img .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 24px;
}

.section_form-img .form .checkbox input[type=checkbox] {
    accent-color: #000 !important;
    -webkit-appearance: auto !important;
}
.section_form-img .my_form input[type=checkbox]{
    accent-color: #000 !important;
    -webkit-appearance: auto !important;
}

.section_form-img .checkbox a {
    text-decoration: none;

    color: #373737;
}





.section_form-img .iti--separate-dial-code .iti__selected-dial-code {
    color: #373737;
}


@media only screen and (max-width: 768px) {
    .section_form-img .content {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 48px;
    }

}

@media only screen and (max-width: 600px) {
    .section_form-img {
        padding: 48px 0;

    }

    .section_form-img .content {
        margin-top: 30px;
    }

    .section_form-img .content .left form {
        gap: 10px;
    }

    .section_form-img .content .right{
        display: none;
    }
}
/*section_talented*/



.section_talented .content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.section_talented .content .img{
    min-width: 40%;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}
.section_talented .content .img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section_talented .content .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}


.section_talented .content .info h4{
    color: #373737;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 30.8px */
}
.section_talented .content .info .ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.section_talented .content .info .ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.section_talented .content .info .ul li img{
    width: 88px;
    height: 88px;
    padding: 20px;
    border-radius: 50%;
}

.section_talented .content .info .ul li:nth-child(1) img{
    background: #D4F7FE;
}

.section_talented .content .info .ul li:nth-child(2) img{
    background: #FFF3D5;
}

.section_talented .content .info .ul li:nth-child(3) img{
    background: #DAFEEF;
}

.section_talented .content .info .ul li:nth-child(4) img{
    background: #F3F3FF;
}

.section_talented .content .info .ul li p{
    color: #373737;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 19.8px */
}

.section_talented .bottom .bottom-p{
    margin-top: 36px;
    color: #373737;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.section_talented .bottom .bottom-ul{
    margin-top: 24px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.section_talented .bottom .bottom-ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6px;
    padding: 30px 36px;
    border-radius: 30px;
    border: 1px dashed #3535AE;
    background: #FFF;
}
.section_talented .bottom .bottom-ul li img{
    width: 24px;
}
.section_talented .bottom .bottom-ul li p{
    color: #373737;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}


.section_talented .subtitle{
    margin-top: 36px;
    text-align: center;
    color: #3535AE;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 30.8px */
}





@media only screen and (max-width: 1200px) {


}

@media only screen and (max-width: 992px) {


    .section_talented .bottom .bottom-ul{
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .section_talented .content .info .ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .section_talented .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section_talented .content .img {
        min-width: 100%;

    }
}

@media only screen and (max-width: 600px) {
    .section_talented .subtitle{
        font-size: 20px;
    }
    .section_talented .bottom .bottom-ul{
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }
    .section_talented .content{
        margin-top: 30px;
    }

    .section_talented .content .info h4 {
        text-align: center;
        font-size: 20px;
    }
    .section_talented .bottom .bottom-p {
        font-size: 20px;
    }
    .section_talented .content .info .info_p{
        font-size: 18px;
    }


    .section_talented .content .info .ul{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .section_talented .content .info .ul li{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
    }
    .section_talented .content .info .ul li img{
        width: 60px;
        height: 60px;
        padding: 10px;

    }
    .section_talented .content .info .ul li p {
        font-size: 18px;
    }
    .section_talented .bottom .bottom-ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 16px;
        padding: 20px 26px;
        border-radius: 30px;
        border: 1px dashed #3535AE;
        background: #FFF;
    }




}


/*section_talented-v2*/


.section_talented-v2{
    padding: 96px 0;
    background: #FFF3D5;
}


.section_talented-v2 .content{
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.section_talented-v2 .content .img{
    min-width: 32%;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}
.section_talented-v2 .content .img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section_talented-v2 .content .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}


.section_talented-v2 .content .info h4{
    color: #373737;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 30.8px */
}
.section_talented-v2 .content .info .ul{
    display: -ms-grid;
    display: grid;
    gap: 24px;
}
.section_talented-v2 .content .info .ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.section_talented-v2 .content .info .ul li img{
    width: 48px;
}


.section_talented-v2 .content .info .ul li p{
    color: #373737;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 19.8px */
}

.section_talented-v2 .subtitle{
    color: #373737;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 22px */
}


.section_talented-v2 .content .info .p-info{
    color: #373737;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 22px */
}





@media only screen and (max-width: 768px) {
    .section_talented-v2 .content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section_talented-v2 .content .img {
        min-width: 100%;
    }
}



@media only screen and (max-width: 600px) {
    .section_talented-v2 {
        padding: 48px 0;

    }

    .section_talented-v2 .main_title{
        text-align: left;

    }
    .section_talented-v2 .content .info h4{
        font-size: 18px;
    }
    .section_talented-v2 .content {
        gap: 24px;
    }

    .section_talented-v2 .content .info .ul {
        display: -ms-grid;
        display: grid;
        gap: 12px;
    }

    .section_talented-v2 .content .info .ul li p{
        font-size: 16px;
    }

    .section_talented-v2 .content .info .p-info{
        color: #373737;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%; /* 17.6px */
    }


}




/*section_form-footer*/



.section_form-footer .content{
    margin-top: 48px;
    position: relative;
    z-index: 40;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 48px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.section_form-footer .content .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.section_form-footer .content .left form{
    width: 100%;
    border-radius: 30px;
    border: 1px dashed #3535AE;
    background: #F3F3FF;
    padding: 24px;
    display: -ms-grid;
    display: grid;
    gap: 24px;
}




.section_form-footer form input[type=email], .section_form-footer form input[type=tel], .section_form-footer form input[type=text] {
    border-radius: 55px;
    background: #FFF;
    border: 1px solid #FFF;


    width: 100%;
    padding: 14px 20px;
    color: #373737;

    leading-trim: both;
    text-edge: cap;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    -webkit-transition: border .3s
    ease;
    -o-transition: border .3s
    ease;
    transition: border .3s
    ease;
}


.section_form-footer  form input[type=email]::-webkit-input-placeholder, .section_form-footer  form input[type=tel]::-webkit-input-placeholder, .section_form-footer  form input[type=text]::-webkit-input-placeholder {
    color: #373737!important;
}

.section_form-footer form input[type=email]::-moz-placeholder, .section_form-footer form input[type=tel]::-moz-placeholder, .section_form-footer form input[type=text]::-moz-placeholder {
    color: #373737!important;
}

.section_form-footer form input[type=email]:-ms-input-placeholder, .section_form-footer form input[type=tel]:-ms-input-placeholder, .section_form-footer form input[type=text]:-ms-input-placeholder {
    color: #373737!important;
}

.section_form-footer form input[type=email]::-ms-input-placeholder, .section_form-footer form input[type=tel]::-ms-input-placeholder, .section_form-footer form input[type=text]::-ms-input-placeholder {
    color: #373737!important;
}

.section_form-footer form input[type=email]::-webkit-input-placeholder, .section_form-footer form input[type=tel]::-webkit-input-placeholder, .section_form-footer form input[type=text]::-webkit-input-placeholder {
    color: #373737!important;
}

.section_form-footer form input[type=email]::placeholder, .section_form-footer form input[type=tel]::placeholder, .section_form-footer form input[type=text]::placeholder {
    color: #373737!important;
}

.section_form-footer form input[type=email]:focus, .section_form-footer form input[type=tel]:focus, .section_form-footer form input[type=text]:focus {
    border-color: #3636B2;
}

.section_form-footer form input[type=checkbox] {
    accent-color: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.section_form-footer form label {
    color: #373737;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}



.section_form-footer form button[type=submit], .section_form-footer form input[type=submit] {
    width: 100%;
    padding: 14px 20px;
    border-radius: 30px;
    background: #3636B2;
    border: 2px solid #3636B2;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.section_form-footer form button[type=submit]:hover, .section_form-footer form input[type=submit]:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.section_form-footer form button[type=submit]:active, .section_form-footer form input[type=submit]:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}


.section_form-footer .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 24px;
}

.section_form-footer .form .checkbox input[type=checkbox] {
    accent-color: #000 !important;
    -webkit-appearance: auto !important;
}
.section_form-footer .my_form input[type=checkbox]{
    accent-color: #000 !important;
    -webkit-appearance: auto !important;
}

.section_form-footer .checkbox a {
    text-decoration: none;

    color: #373737;
}


.section_form-footer .iti--separate-dial-code .iti__selected-dial-code {
    color: #373737;
}


.section_form-footer .content .right{
    display: -ms-grid;
    display: grid;
    gap: 24px;
}

.section_form-footer .content .right .logo{
    width: 100px;
}

.section_form-footer .content .right h4{
    color: #3535AE;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 30.8px */
}
.section_form-footer .content .right .ul{
    display: -ms-grid;
    display: grid;
    gap: 24px;
}
.section_form-footer .content .right .ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section_form-footer .content .right .ul li img{
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
}

.section_form-footer .content .right .ul li p{
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
}
.section_form-footer .content .right .p-info{
    color: #373737;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 19.8px */
}
.section_form-footer .content .right .data {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.section_form-footer .content .right .data li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section_form-footer .content .right .data li img{
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    background: #3636B2;
}
.section_form-footer .content .right .data li p{
    color: #373737;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
}


@media only screen and (max-width: 992px) {
    .section_form-footer .content .right .data {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .section_form-footer .content {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .section_form-footer .content {
        margin-top: 30px;
        gap: 30px;
    }
    .section_form-footer .content .left form {
        gap: 10px;
    }

    .section_form-footer .content .right .logo {
        width: 70px;
    }

    .section_form-footer .content .right h4 {
        font-size: 22px;
    }

    .section_form-footer .content .right .data li p {
        font-size: 16px;
    }





}