* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    height: 100%;
    font-family: Lato, sans-serif;
    color: #000000;
}
.wrapping-container-843 {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(155,169,185);
}
@media only screen and (max-width: 800px)  {
    .container {
        width: 100%;
        padding: 0 12px;
    }
}.title-greeting-729 .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.title-greeting-729 .style_element h1 {
    color: rgb(109,130,153);
}

.title-greeting-729 .style_element h3 {
    color: rgb(109,130,153);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.title-greeting-729 .style_element p {
    color: #000000;
    text-align: right;
}

.title-greeting-729 {
    width: 100%;
}

.title-greeting-729 .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.title-greeting-729 .style_element {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.title-greeting-729 .style_element h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.title-greeting-729 .style_element p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .title-greeting-729 .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .title-greeting-729 .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .title-greeting-729 .style_element h1 {
        font-size: 18px;
    }

    .title-greeting-729 .style_element h3 {
        font-size: 16px;
    }

    .title-greeting-729 .style_element p {
        font-size: 14px;
    }


}

.wrapping-container-843 .title-greeting-729 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.wrapping-container-843 .title-greeting-729 .title_page_holder {
    background-size: cover !important;
    background-position: right center !important;
}

.wrapping-container-843 .title-greeting-729 .title_page_holder {
    width: 50%;
    min-height: 400px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.wrapping-container-843 .title-greeting-729 .style_element {
    clip-path: none;
    width: 100%;
    padding: 30px 20px;
    position: absolute;
    top: unset;
    left: -100%;
    bottom: unset;
    min-width: unset;
    align-items: flex-start;
    justify-content: center;
    padding-left: 40px;
    background: #ffffff;
    border-radius: 0 !important;
}

.wrapping-container-843 .title-greeting-729 .style_element h1 {
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}

.wrapping-container-843 .title-greeting-729 .style_element h3 {
    color: #000000;
    text-align: left;
    z-index: 2;
}

.wrapping-container-843 .title-greeting-729 .style_element p {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

@media only screen and (max-width: 1200px) {
    .wrapping-container-843 .title-greeting-729 .title_page_holder {
        width: 100%;
    }

    .wrapping-container-843 .title-greeting-729 .style_element {
        width: 80%;
        position: relative;
        left: unset;
    }
}

@media only screen and (max-width: 800px) {

    .wrapping-container-843 .title-greeting-729 .title_page_holder {
        background-size: cover !important;
    }
}.user-feedback-457 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.user-feedback-457 h2 {
    color: rgb(109,130,153);
}

.user-feedback-457 .review {
    background: #ffffff;
    border-radius: 20px;
}

.user-feedback-457 .review span {
    color: rgb(16,47,62);
}

.user-feedback-457 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.user-feedback-457 .holder h2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 29px;
    font-weight: 600;
}

.user-feedback-457 .reviews {
    display: flex;
    justify-content: center;
    width: 100%;
}

.user-feedback-457 .review {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 10px;
    max-width: 25%;
    width: calc(25% - 20px);
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
}

.user-feedback-457 .review span {
    text-align: center;
}

.user-feedback-457 .review p {
    text-align: center;
}

.user-feedback-457 .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.user-feedback-457 .text {
    display: flex;
    flex-direction: column;
}

.user-feedback-457 .review span {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .user-feedback-457 .reviews {
        flex-direction: column;
    }

    .user-feedback-457 .review {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .user-feedback-457 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .user-feedback-457 .holder h2 {
        font-size: 30px;
    }
}

.wrapping-container-843 .user-feedback-457 .reviews {
    margin-top: 20px;
}

.wrapping-container-843 .user-feedback-457 .review {
    border-radius: 0;
    background: none;
    padding: 2px 10px 0;
    margin: 0;
    margin-bottom: 20px;
}

.wrapping-container-843 .user-feedback-457 .review p {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.wrapping-container-843 .user-feedback-457 .holder h2 {
    font-size: 40px;
    font-weight: 400;
}

.wrapping-container-843 .user-feedback-457 .photo {
    width: 120px;
    height: 120px;
}

.wrapping-container-843 .user-feedback-457 .review span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapping-container-843 .user-feedback-457 .holder h2 {
        font-size: 36px;
    }
}.wrapping-container-843 .study-process-731 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.wrapping-container-843 .study-process-731::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(16,47,62), rgb(109,130,153));
    z-index: -1;
}

.wrapping-container-843 .study-process-731 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wrapping-container-843 .study-process-731 h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.wrapping-container-843 .study-process-731 h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgb(16,47,62);
}

.wrapping-container-843 .study-process-731 p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.wrapping-container-843 .study-process-731 .steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}

.wrapping-container-843 .study-process-731 .step {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.wrapping-container-843 .study-process-731 .step .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(16,47,62);
    margin-bottom: 20px;
}

.wrapping-container-843 .study-process-731 .step .icon img {
    max-width: 100%;
    height: auto;
}

.wrapping-container-843 .study-process-731 .step h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.wrapping-container-843 .study-process-731 .step p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

@media only screen and (max-width: 800px) {
    .wrapping-container-843 .study-process-731 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .wrapping-container-843 .study-process-731 .holder {
        padding: 40px;
    }

    .wrapping-container-843 .study-process-731 h2 {
        font-size: 36px;
    }

    .wrapping-container-843 .study-process-731 .steps {
        flex-direction: column;
    }

    .wrapping-container-843 .study-process-731 .step {
        margin-bottom: 30px;
    }
}
.company-overview-539 .holder {
    background-size: cover;
}

.company-overview-539 .style_element {
    background: #ffffff;
}

.company-overview-539 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.company-overview-539 h2 {
    color: rgb(109,130,153);
}

.company-overview-539 span {
    color: rgb(16,47,62);
}

.company-overview-539 p {
    color: #000000;
}

.company-overview-539 .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.company-overview-539 .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.company-overview-539 .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.company-overview-539 h2 {
    margin-bottom: 8px;
    font-size: 37px;
    font-weight: 600;
}

.company-overview-539 span {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}

.company-overview-539 p {
    font-size: 17px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .company-overview-539 .holder {
        padding: 0px;
    }

    .company-overview-539 .style_element {
        width: 100%;
        min-width: unset;
    }

    .company-overview-539 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .company-overview-539 h2 {
        font-size: 30px;
    }
}

.wrapping-container-843 .company-overview-539 .style_element {
    background: rgb(16,47,62,0.5);
    position: relative;
    z-index: 2;
    padding: 50px;
    width: 60%;
}

.wrapping-container-843 .company-overview-539 h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 16px;
}

.wrapping-container-843 .company-overview-539 p {
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
}

.wrapping-container-843 .company-overview-539 .holder .photo {
    width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.wrapping-container-843 .company-overview-539 .caption_holder {
    justify-content: flex-start;
    position: relative;
    width: 80%;
    width: calc(50% + 600px);
}

.wrapping-container-843 .company-overview-539 .caption_holder:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.wrapping-container-843 .company-overview-539 .holder {
    padding: 0;
}

.wrapping-container-843 .company-overview-539 .holder .container {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.wrapping-container-843 .company-overview-539 {
    background: rgb(109,130,153,0.5);
}

@media only screen and (max-width: 800px) {
    .wrapping-container-843 .company-overview-539 .style_element {
        width: 100%;
        padding: 20px;
    }
}header .main_header {
    background: #ffffff;
    color: #000000;
}

header .logo_name {
    color: rgb(16,47,62);
    font-size: 17px;
    font-weight: 700;
}

header .logo_desc {
    color: rgb(109,130,153);
}

header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(16,47,62);
}

header .menu a {
    color: rgb(109,130,153);
}

header .menu a:hover {
    color: rgb(16,47,62);
}

header .menu a.active {
    border: 2px solid rgb(109,130,153);
    border-radius: 100px;
}

header .menu a.active:hover {
    color: #ffffff;
    background: rgb(16,47,62);
    border: 2px solid rgb(16,47,62);
}

header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, .175);
}

header .main_header {
    width: 100%;
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo_holder {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;

}

header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;

}

header .logo_desc {
    font-size: 16px;
    font-weight: 700;
}

header .logo_holder .logo_desc {
    text-transform: uppercase;
}

header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

header .menu {
    display: flex;
}

header .menu a {
    text-decoration: none;
    padding: 12px 25px;
    font-size: 15px;
}

body .wrapping-container-843 header .opened {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }

    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        position: static;
        top: 100%;
        left: 0;
        z-index: 90;
        background: #ffffff;
        width: 100%;
    }

    header .menu a.active {
        border: none;
    }

    header .menu a.active:hover {
        color: rgb(16,47,62);
        background: none;
        border: none;
    }

    header .main_header {
        position: relative;
        z-index: 99;
    }

    header .logo_name {
        line-height: 28px;
    }

    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    header .logo_holder .logo_desc {
        display: none;
    }

    header .logo_holder .logotype {
        margin-right: 5px;
    }

    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 40px;
        height: 40px;
    }

    header .logo_name {
        text-align: left;
        font-size: 20px;
        text-align: center;
    }

    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.wrapping-container-843 header .header_content {
    border-radius: 60px;
    box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 99;
}

.wrapping-container-843 header .main_header {
    padding: 10px 0;
}

.wrapping-container-843 header .logo_holder {
    background: rgb(109,130,153,0.5);
    border-radius: 60px;
}

.wrapping-container-843 header .logo_holder .logotype svg, .wrapping-container-843 header .logo_holder .logotype img {
    height: 44px;
    width: 44px;
}

.wrapping-container-843 .logotype {
    padding: 5px 35px;
}

.wrapping-container-843 header .menu {
    padding-right: 35px;
}

.wrapping-container-843 header .menu a {
    padding: 18px 0;
    margin: 0 15px;
    position: relative;
}

.wrapping-container-843 header .menu a:hover {
    color: rgb(109,130,153);
}

.wrapping-container-843 header .menu a:before {
    content: "";
    left: 0;
    bottom: -2px;
    height: 5px;
    width: 0;
    border-radius: 30px;
    background-color: rgb(16,47,62);
    position: absolute;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wrapping-container-843 header .menu a:hover:before {
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .wrapping-container-843 header .menu {
        padding: 10px;
        align-items: center;
        border-radius: 10px;
    }

    .wrapping-container-843 header .header_content {
        border-radius: 10px;
        align-items: center;
        padding: 0;

    }

    .wrapping-container-843 header .logo_holder {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .wrapping-container-843 header .menu a {
        padding: 10px 0;
    }
}.secure-zone-601 {
    padding: 30px;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.secure-zone-601 h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.secure-zone-601 h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.secure-zone-601 h3, .secure-zone-601 h4, .secure-zone-601 h5, .secure-zone-601 h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.secure-zone-601 ul, .secure-zone-601 ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 10px 0;
}
.secure-zone-601 li {
    margin-bottom: 10px;
}
.secure-zone-601 section {
    background: none;
}
.secure-zone-601 p, .secure-zone-601 span, .secure-zone-601 div {
    line-height: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {
    .secure-zone-601 {
        padding: 20px 0;
    }
}footer {
    background: rgb(109,130,153);
    color: #ffffff;
}

footer .copyright {
    background: rgb(16,47,62);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(16,47,62);
}

footer h5 {
    color: rgb(16,47,62);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 21px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapping-container-843 footer {
    background: rgb(109,130,153);
    padding: 0;
    padding-top: 20px;
    padding-bottom: 60px;
}

.wrapping-container-843 footer .footer {
    padding: 0;
}

.wrapping-container-843 footer .footer_info {
    padding: 60px 0 0 0;
    border-top: 1px solid rgb(16,47,62);
    margin-bottom: 20px;
}

.wrapping-container-843 footer .copyright {
    padding: 0;
}

.wrapping-container-843 footer .copyright {
    background: rgb(109,130,153);
}

.wrapping-container-843 footer .menu_holder {
    flex-direction: row;
    justify-content: flex-end;
}

.wrapping-container-843 footer .menu a {
    padding: 0 10px;
    border-right: 1px solid rgb(16,47,62);
    margin-bottom: 10px;
    font-size: 16px;
    margin-right: 0;
}

.wrapping-container-843 footer .menu a:last-child {
    border-right: none;
}

.wrapping-container-843 footer .logo_holder svg, .wrapping-container-843 footer .logo_holder img {
    width: 100px;
    height: 100px;
    margin: 0;
}

@media only screen and (max-width: 800px) {
    .wrapping-container-843 footer .footer_info {
        align-items: center;
    }

    .wrapping-container-843 footer .copyright_info {
        text-align: center;
    }
}
.advantages-benefits-945 .advantages_content h2 {
    color: rgb(109,130,153);
}

.advantages-benefits-945 .advantage_item svg, .advantages-benefits-945 .advantage_item svg path {
    fill: rgb(16,47,62);
}

.advantages-benefits-945 .advantage_item p {
    color: #000000;
}

.advantages-benefits-945 .advantage_item b {
    color: rgb(16,47,62);
}

.advantages-benefits-945 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-benefits-945 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-benefits-945 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-benefits-945 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 34px;
    font-weight: 600;
}

.advantages-benefits-945 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-benefits-945 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-benefits-945 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-benefits-945 .advantage_item svg, .advantages-benefits-945 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapping-container-843 .advantages-benefits-945 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-benefits-945 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-benefits-945 .advantages_holder {
        flex-direction: column;
    }

    .advantages-benefits-945 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapping-container-843 .advantages-benefits-945 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapping-container-843 .advantages-benefits-945 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--bg-color);
}

.wrapping-container-843 .advantages-benefits-945 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapping-container-843 .advantages-benefits-945 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}

.wrapping-container-843 .advantages-benefits-945 .advantages_content h2 {
    font-size: 34px;
    font-weight: 700;
    color: rgb(109,130,153);
    margin-bottom: 40px;
    position: relative;
}

.wrapping-container-843 .advantages-benefits-945 .advantages_content h2::after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: rgb(16,47,62);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.wrapping-container-843 .advantages-benefits-945 .advantages_description {
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
    max-width: 800px;
}

.wrapping-container-843 .advantages-benefits-945 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.wrapping-container-843 .advantages-benefits-945 .advantage_item {
    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    width: calc(25% - 20px);
    min-height: 250px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrapping-container-843 .advantages-benefits-945 .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}

.wrapping-container-843 .advantages-benefits-945 .advantage_image {
    background-color: rgb(16,47,62,0.5);
    border-radius: 50%;
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.wrapping-container-843 .advantages-benefits-945 .advantage_image img, .wrapping-container-843 .advantages-benefits-945 .advantage_image svg {
    width: 70%;
    height: 70%;
    object-fit: cover;
    fill: rgb(16,47,62);
}

.wrapping-container-843 .advantages-benefits-945 .advantage_item h4 {
    font-size: 20px;
    font-weight: 600;
    color: rgb(109,130,153);
    margin-top: 10px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .wrapping-container-843 .advantages-benefits-945 .advantages_holder {
        align-items: center;
    }

    .wrapping-container-843 .advantages-benefits-945 .advantages_holder .advantage_item {
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width: 800px) {
    .wrapping-container-843 .advantages-benefits-945 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapping-container-843 .advantages-benefits-945 .advantages_content h2 {
        font-size: 30px;
    }

    .wrapping-container-843 .advantages-benefits-945 .advantages_holder {
        flex-direction: column;
    }

    .wrapping-container-843 .advantages-benefits-945 .advantages_holder .advantage_item {
        width: 100%;
    }
}.contact-170 {
    position: relative;
    padding: 100px 0;
    background: var(--bg-color);
    overflow: hidden;
}

.contact-170::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 20%, transparent 80%);
    transform: translateX(-50%);
    z-index: 0;
    animation: pulse 5s infinite;
}

@keyframes pulse {
    0% {
        transform: translateX(-50%) scale(1);
    }
    50% {
        transform: translateX(-50%) scale(1.1);
    }
    100% {
        transform: translateX(-50%) scale(1);
    }
}

.contact-170 h3 {
    font-size: 41px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1;
}

.contact-170 .form {
    background: #ffffff;
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 40px;
    max-width: 800px;
    margin: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease;
}

.contact-170 .form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.contact-170 .form:hover::before {
    opacity: 1;
}

.contact-170 .form_text {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.contact-170 form input,
.contact-170 form .button {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.contact-170 form input {
    background: rgb(155,169,185);
    color: #000000;
}

.contact-170 form input:focus {
    border-color: rgb(16,47,62);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    outline: none;
}

.contact-170 form .button {
    background: rgb(16,47,62);
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.contact-170 form .button:hover {
    background: rgb(109,130,153);
}

.contact-170 .agree {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
}

.contact-170 .agree input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
    cursor: pointer;
}

.contact-170 .agree label {
    display: flex;
    align-items: center;
}

.contact-170 .agree a {
    margin-left: 5px;
    color: rgb(16,47,62);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-170 .agree a:hover {
    color: rgb(109,130,153);
}

@media only screen and (max-width: 600px) {
    .contact-170 {
        padding: 50px 0;
    }

    .contact-170 .form {
        padding: 30px;
    }

    .contact-170 h3 {
        font-size: 30px;
    }

    .contact-170 form input,
    .contact-170 form .button {
        padding: 12px;
    }
}

.wrapping-container-843 .contact-170 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: rgb(16,47,62);
}

.wrapping-container-843 .contact-170 .form {
    border-radius: 13px;
    padding: 60px;
    position: relative;
    transition: all 0.3s ease;
}

.wrapping-container-843 .contact-170 .form:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.wrapping-container-843 .contact-170 h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 1px;
}

.wrapping-container-843 .contact-170 h3::after {
    content: '';
    width: 100px;
    height: 4px;
    background: rgb(16,47,62);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.wrapping-container-843 .contact-170 .form_text {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.wrapping-container-843 .contact-170 form input,
.wrapping-container-843 .contact-170 form .button {
    width: 100%;
    padding: 18px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.wrapping-container-843 .contact-170 form input {
    background: rgb(155,169,185);
    color: #000000;
}

.wrapping-container-843 .contact-170 form input:focus {
    border-color: rgb(16,47,62);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    outline: none;
}

.wrapping-container-843 .contact-170 form .button {
    background: rgb(16,47,62);
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.wrapping-container-843 .contact-170 form .button:hover {
    background: rgb(109,130,153);
}

.wrapping-container-843 .contact-170 .agree {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
}

.wrapping-container-843 .contact-170 .agree input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
}

.wrapping-container-843 .contact-170 .agree label {
    display: flex;
    align-items: center;
}

.wrapping-container-843 .contact-170 .agree a {
    margin-left: 5px;
    color: rgb(16,47,62);
    text-decoration: none;
    transition: color 0.3s ease;
}

.wrapping-container-843 .contact-170 .agree a:hover {
    color: rgb(109,130,153);
}

@media only screen and (max-width: 800px) {
    .wrapping-container-843 .contact-170 {
        padding: 80px 0;
    }

    .wrapping-container-843 .contact-170 .form {
        padding: 40px;
    }

    .wrapping-container-843 .contact-170 h3 {
        font-size: 30px;
    }

    .wrapping-container-843 .contact-170 form input,
    .wrapping-container-843 .contact-170 form .button {
        padding: 15px;
    }
}.course-highlights-358 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.course-highlights-358 h2 {
    color: rgb(109,130,153);
}

.course-highlights-358 .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}

.course-highlights-358 h3 {
    color: rgb(16,47,62);
}

.course-highlights-358 p {
    color: #000000;
}

.course-highlights-358 .button {
    background: rgb(109,130,153);
    color: #ffffff;
    margin-top: 30px;
    width: fit-content;
}

.course-highlights-358 .button:hover {
    background: rgb(16,47,62);
}

.course-highlights-358 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course-highlights-358 .items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-highlights-358 .course {
    padding: 12px;
    max-width: 100%;
}

.course-highlights-358 .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}

.course-highlights-358 .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.course-highlights-358 h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 32px;
}

.course-highlights-358 .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}

.course-highlights-358 .text_holder {
    padding: 30px;
}

.course-highlights-358 h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.course-highlights-358 p {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.course-highlights-358 .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .course-highlights-358 .items {
        flex-direction: column;
    }

    .course-highlights-358 h2 {
        font-size: 30px;
    }

    .course-highlights-358 h3 {
        font-size: 26px;
    }

    .course-highlights-358 .course {
        max-width: unset;
        width: 100%;
    }

    .course-highlights-358 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapping-container-843 .course-highlights-358 {
    padding: 0;
}

.wrapping-container-843 .course-highlights-358 .container {
    width: 100%;
    padding: 0;
}

.wrapping-container-843 .course-highlights-358 .course {
    padding: 0;
}

.wrapping-container-843 .course-highlights-358 .course .content {
    box-shadow: none;
    border-radius: 0 !important;
}

.wrapping-container-843 .course-highlights-358 .text_holder {
    display: flex;
    flex-direction: row;
    padding: 0;
    background: #ffffff;
    border-radius: 0 !important;
}

.wrapping-container-843 .course-highlights-358 h3 {
    display: flex;
    width: 50%;
    background: rgb(16,47,62);
    border: 1px solid #ffffff;
    color: #ffffff;
    height: 100%;
    margin: 0;
    text-align: left;
    padding: 60px;
    font-size: 56px;
    font-weight: 400;
    min-height: 400px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.wrapping-container-843 .course-highlights-358 h3::after {
    content: "";
    border-bottom: 2px solid #ffffff;
    width: 60%;
    position: absolute;
    bottom: 50px;
}

.wrapping-container-843 .course-highlights-358 p {
    width: 50%;
    height: 100%;
    text-align: left;
    padding: 60px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media only screen and (max-width: 1200px) {
    .wrapping-container-843 .course-highlights-358 .text_holder {
        flex-direction: column;
    }

    .wrapping-container-843 .course-highlights-358 h3 {
        width: 100%;
        min-height: unset;
        padding: 20px;
        font-size: 26px;
    }

    .wrapping-container-843 .course-highlights-358 p {
        width: 100%;
        padding: 20px;
    }

    .wrapping-container-843 .course-highlights-358 h3::after {
        bottom: 20px;
        width: calc(100% - 40px);
    }
}.training-specialist-715 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.training-specialist-715 .review .name {
    color: rgb(109,130,153);
}

.training-specialist-715 .review span {
    color: rgb(16,47,62);
}

.training-specialist-715 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.training-specialist-715 .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.training-specialist-715 .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.training-specialist-715 .review .name {
    font-size: 18px;
    margin-bottom: 8px;
}

.training-specialist-715 .review span {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 14px;
}

.training-specialist-715 .review .quote {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .training-specialist-715 .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .training-specialist-715 .holder {
        flex-direction: column;
    }

    .training-specialist-715 .review {
        max-width: unset;
        width: 100%;
    }

    .training-specialist-715 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapping-container-843 .training-specialist-715 {
    background: rgb(155,169,185);
}

.wrapping-container-843 .training-specialist-715 .review {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wrapping-container-843 .training-specialist-715 .photo {
    border-radius: 50% !important;
    border: 5px solid #ffffff;
    width: 220px;
    height: 220px;
    margin-right: 25px;
    flex-shrink: 0;
}

.wrapping-container-843 .worker_description {
    display: flex;
    flex-direction: column;
}

.wrapping-container-843 .training-specialist-715 .review .quote {
    order: -1;
    margin-bottom: 20px;
    color: #000000;
    font-size: 22px;
}

.wrapping-container-843 .training-specialist-715 .review .name {
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    .wrapping-container-843 .training-specialist-715 .photo {
        width: 160px;
        height: 160px;
    }

    .wrapping-container-843 .training-specialist-715 .review {
        flex-direction: column;
    }
}