* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
.content-wrapper5683 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(238,238,238);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}header .main_header {
    background: #ffffff;
    width: 100%;
}
header .container {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 0;
}
.main_header .header_holder {
    display: flex;
    width: 100%;
    position: relative;
    height: 150px;
    flex-direction: column;
    padding-left: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.main_header .header_holder .logo_holder {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top:0;
    background: rgb(119,119,119);
}
.main_header .header_holder .logo_holder svg, header .header_holder .logo_holder img {
    width: 90px;
    height: 90px;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    padding: 18px 20px;
    background: rgb(94,164,170);
    color: #ffffff;
    width: 100%;
}
.main_header .header_menu {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main_header .header_menu a {
    padding: 18px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(119,119,119);
    position: relative;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_header .header_menu a:hover {
    background: rgb(238,238,238);
}
@media only screen and (max-width: 800px) {
    .main_header .header_holder {
        padding: 0;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .main_header .header_holder .logo_holder {
        position: static;
    }
    .main_header .header_description {
        text-align: center;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
}.company_info9458 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(94,164,170) 0%, rgb(94,164,170,0.5) 50%, rgb(119,119,119) 100%);
    color: #000000;
    font-family: Arial, sans-serif;
}

.content-wrapper5683 .company_info9458 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.content-wrapper5683 .company_info9458 .caption_holder {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.content-wrapper5683 .company_info9458 .holder .photo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-top: 20px;
    border: 5px solid rgb(94,164,170);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.content-wrapper5683 .company_info9458 .holder .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.content-wrapper5683 .company_info9458 .style_element {
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.content-wrapper5683 .company_info9458 .style_element:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.content-wrapper5683 .company_info9458 h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    color: rgb(119,119,119);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.content-wrapper5683 .company_info9458 h2::after {
    content: '';
    width: 60px;
    height: 4px;
    background: rgb(94,164,170);
    display: block;
    margin: 10px auto 0;
}

.content-wrapper5683 .company_info9458 p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .content-wrapper5683 .company_info9458 .holder {
        padding: 0;
    }
    .content-wrapper5683 .company_info9458 .holder .photo {
        width: 250px;
        height: 250px;
    }
    .content-wrapper5683 .company_info9458 .style_element {
        padding: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .content-wrapper5683 .company_info9458 .caption_holder {
        padding: 20px;
        border-radius: 10px;
    }

    .content-wrapper5683 .company_info9458 .style_element {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .content-wrapper5683 .company_info9458 .holder .photo {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }

    .content-wrapper5683 .company_info9458 .caption_holder {
        flex-direction: column;
    }
}.ty_note0139 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: rgb(238,238,238);
    padding: 60px 20px;
}
.ty_note0139 .container {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.ty_note0139 h2 {
    margin-bottom: 30px;
    font-size: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgb(94,164,170);
    background: linear-gradient(145deg, rgb(94,164,170), rgb(119,119,119));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 2px solid rgb(94,164,170);
}
.ty_note0139 p {
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
    background: linear-gradient(145deg, rgb(94,164,170,0.5), rgb(119,119,119,0.5));
    padding: 20px;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .ty_note0139 {
        padding: 20px;
    }
    .ty_note0139 .container {
        padding: 20px;
    }
    .ty_note0139 h2 {
        font-size: 37px;
    }
    .ty_note0139 p {
        font-size: 19px;
    }
}
.benefits_outline2673 {
    padding: 60px 0;
    background: rgb(238,238,238);
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 -2px 8px rgb(94,164,170,0.5);
    position: relative;
    overflow: hidden;
}
.benefits_outline2673::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(94,164,170,0.5);
    border-radius: 19px;
    z-index: -1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transform: scale(0.98);
    transition: transform 0.3s ease-in-out;
}
.benefits_outline2673 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgb(94,164,170);
    border-radius: 19px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.5);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.benefits_outline2673 .advantages_content h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.benefits_outline2673 .advantages_photo_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    background: rgb(119,119,119,0.5);
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), inset 0 -2px 4px rgb(94,164,170,0.5);
    border: 2px solid rgba(0, 0, 0, 0.5);
}
.benefits_outline2673 .advantages_photo_holder .photo {
    width: 35%;
    padding-bottom: 35%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(94,164,170,0.5);
    position: relative;
    overflow: hidden;
}
.benefits_outline2673 .advantages_photo_holder .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.benefits_outline2673 .advantages_holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 60%;
    background: rgb(119,119,119);
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), inset 0 -2px 4px rgb(94,164,170,0.5);
    border: 2px solid rgba(0, 0, 0, 0.5);
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.benefits_outline2673 .advantages_holder::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid rgb(94,164,170,0.5);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
    transition: transform 0.3s ease-in-out;
}
.benefits_outline2673 .advantages_holder .advantage_item {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
    background: rgb(94,164,170,0.5);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(119,119,119);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.benefits_outline2673 .advantages_holder .advantage_item:last-child {
    margin-bottom: 0;
}
.benefits_outline2673 .advantages_holder .advantage_item:hover {
    background: rgb(94,164,170);
    border: 1px solid rgb(94,164,170,0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}
.benefits_outline2673 .advantages_holder .advantage_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.benefits_outline2673 .advantages_holder .advantage_item:hover::after {
    opacity: 1;
}
.benefits_outline2673 .advantages_holder .advantage_item .advantage_image {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.benefits_outline2673 .advantages_holder .advantage_item .advantage_image svg, .benefits_outline2673 .advantages_holder .advantage_item .advantage_image svg path {
    width: 50px;
    height: 50px;
    fill: #ffffff;
}
.benefits_outline2673 .advantages_holder .advantage_item:hover .advantage_image {
    transform: scale(1.1);
}
.benefits_outline2673 .advantages_holder .advantage_item h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    text-shadow: 1px 1px 0 rgb(94,164,170,0.5);
}
@media only screen and (max-width: 800px) {
    .benefits_outline2673 .advantages_photo_holder {
        flex-direction: column;
        align-items: center;
    }
    .benefits_outline2673 .advantages_photo_holder .photo {
        width: 90%;
        padding-bottom: 0;
        height: 200px;
        margin-bottom: 20px;
    }
    .benefits_outline2673 .advantages_holder {
        width: 90%;
        margin-bottom: 20px;
        align-items: center;
    }
    .benefits_outline2673 .advantages_content h2 {
        font-size: 20px;
    }
}
.course_details7629 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.course_details7629 h2 {
    color: rgb(119,119,119);
}
.course_details7629 .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}
.course_details7629 h3 {
    color: rgb(94,164,170);
}
.course_details7629 p {
    color: #000000;
}
.course_details7629 .button {
    background: rgb(119,119,119);
    color:  #ffffff;
    margin-top: 30px;
    width: fit-content;
}
.course_details7629 .button:hover {
    background: rgb(94,164,170);
}

.course_details7629 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.course_details7629 .items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.course_details7629 .course {
    padding: 12px;
    max-width: 100%;
}
.course_details7629 .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
}
.course_details7629 .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;

}
.course_details7629 h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 32px;
}
.course_details7629 .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}
.course_details7629 .text_holder {
    padding: 30px;
}
.course_details7629 h3 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.course_details7629 p {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.course_details7629 .button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
}

@media only screen and (max-width: 600px)  {
    .course_details7629 .items {
        flex-direction: column;
    }
    .course_details7629 h2 {
        font-size: 30px;
    }
    .course_details7629 h3 {
        font-size: 26px;
    }
    .course_details7629 .course {
        max-width: unset;
        width: 100%;
    }
    .course_details7629 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.content-wrapper5683 .course_details7629 .container {
    width: 100%;
    padding: 0;
}
.content-wrapper5683 .course_details7629 .items  {
    width: 100%;
}
.content-wrapper5683 .course_details7629 .items .course {
    padding: 0;
    width: 100%;
}
.content-wrapper5683 .course_details7629 .photo {
    height: 250px;
    width: 100%;
    margin: 0;
    border-radius: 0!important;
    background-position: 50% 30% !important;
}
.content-wrapper5683 .course_details7629 .course .content {
    border-radius: 0 !important;
    box-shadow: none;
}
.content-wrapper5683 .course_details7629 .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    min-height: unset;
}
.content-wrapper5683 .course_details7629 p {
    margin-top: 20px;
    text-align: center;
}
.content-wrapper5683 .course_details7629 .button {
    margin-top: 30px;
    width: fit-content;
}
.content-wrapper5683 .course_details7629 h3 {
    text-align: center;
}
@media only screen and (max-width: 800px) {

}.title_intro8493 .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.title_intro8493 .style_element h1 {
    color: rgb(119,119,119);
}

.title_intro8493 .style_element h3 {
    color: rgb(119,119,119);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.title_intro8493 .style_element p {
    color: #000000;
    text-align: right;
}

.title_intro8493 {
    width: 100%;
}

.title_intro8493 .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.title_intro8493 .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_intro8493 .style_element h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.title_intro8493 .style_element p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .title_intro8493 .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .title_intro8493 .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_intro8493 .style_element h1 {
        font-size: 18px;
    }

    .title_intro8493 .style_element h3 {
        font-size: 16px;
    }

    .title_intro8493 .style_element p {
        font-size: 14px;
    }


}

.content-wrapper5683 .title_intro8493 {
    padding: 70px 0px;
    position: relative;
}

.content-wrapper5683 .title_intro8493 .title_page_holder {
    height: auto;
    min-height: 500px;
    position: static;
}

.content-wrapper5683 .title_intro8493 .style_element {
    clip-path: none;
    height: 605px;
    top: 0;
    padding: 50px;
    justify-content: center;
    align-items: center;
    background: rgb(94,164,170);
    width: 500px;
    min-width: unset;
    right: 20%;
}

.content-wrapper5683 .title_intro8493 .style_element h1 {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
}

.content-wrapper5683 .title_intro8493 .style_element h3 {
    color: #ffffff;
    text-align: center;
    z-index: 2;
}

.content-wrapper5683 .title_intro8493 .style_element p {
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    font-size: 20px;
    line-height: 22px;
    font-style: italic;
}

@media only screen and (max-width: 800px) {
    .content-wrapper5683 .title_intro8493 {
        padding: 50px 0;
    }

    .content-wrapper5683 .title_intro8493 .style_element {
        width: 90%;
        right: 5%;
        margin: auto;
        margin-top: 0;
        min-height: 480px;
        height: auto;
    }

    .content-wrapper5683 .title_intro8493 .title_page_holder {
        min-height: 400px;
        height: auto;
    }

    .content-wrapper5683 .title_intro8493 .style_element h1 {

        font-size: 30px;
    }

    .content-wrapper5683 .title_intro8493 .style_element p {
        font-size: 16px;
    }
}.testimonials4738 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.testimonials4738 h2 {
    color: rgb(119,119,119);
}

.testimonials4738 .review {
    background: #ffffff;
    border-radius: 20px;
}

.testimonials4738 .review span {
    color: rgb(94,164,170);
}

.testimonials4738 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonials4738 .holder h2 {
    text-align: center;
    margin-bottom: 36px;
    font-size: 36px;
    font-weight: 600;
}

.testimonials4738 .reviews {
    display: flex;
    justify-content: center;
    width: 100%;
}

.testimonials4738 .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;
}

.testimonials4738 .review span {
    text-align: center;
}

.testimonials4738 .review p {
    text-align: center;
}

.testimonials4738 .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.testimonials4738 .text {
    display: flex;
    flex-direction: column;
}

.testimonials4738 .review span {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .testimonials4738 .reviews {
        flex-direction: column;
    }

    .testimonials4738 .review {
        max-width: unset;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .testimonials4738 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .testimonials4738 .holder h2 {
        font-size: 30px;
    }
}

.content-wrapper5683 .testimonials4738 .review {
    width: calc(50% - 20px);
    max-width: unset;
    margin: 25px 10px;
    flex-direction: row;
    border: 2px solid rgb(94,164,170);
    background: rgb(94,164,170,0.5);
    border-radius: 5px;
    align-items: center;
    padding: 15px;
    padding-right: 40px;
}

.content-wrapper5683 .testimonials4738 .reviews {
    flex-wrap: wrap;
}

.content-wrapper5683 .testimonials4738 .photo {
    margin: 0;
    width: 130px;
    height: 130px;
    margin-right: 20px;
    margin-left: 20px;
}

.content-wrapper5683 .testimonials4738 .review span {
    text-align: right;
    color: #000000;
    white-space: nowrap;
}

.content-wrapper5683 .testimonials4738 .review p {
    text-align: left;
    margin-bottom: 10px;
    color: #000000;
}

.content-wrapper5683 .testimonials4738 .text {
    flex-direction: column-reverse;
    width: calc(100% - 170px);
}

.content-wrapper5683 .testimonials4738 .holder h2 {
    font-size: 32px;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    .content-wrapper5683 .testimonials4738 .review {
        width: calc(100% - 20px);
        margin: 10px;
    }
}.privacy_fortress4289 {
    background-color: rgb(238,238,238);
    padding: 60px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
}
.privacy_fortress4289::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(94,164,170), transparent);
    opacity: 0.1;
    z-index: 0;
}
.privacy_fortress4289::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(119,119,119), transparent);
    opacity: 0.1;
    z-index: 0;
}
.privacy_fortress4289 h1 {
    font-size: 48px;
    color: rgb(94,164,170);
    font-weight: 700;
    grid-column: span 2;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(94,164,170);
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.privacy_fortress4289 h2 {
    font-size: 37px;
    color: rgb(119,119,119);
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.privacy_fortress4289 h3,
.privacy_fortress4289 h4,
.privacy_fortress4289 h5,
.privacy_fortress4289 h6 {
    color: rgb(94,164,170);
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.privacy_fortress4289 h3 { font-size: calc(23px - 0.2rem); }
.privacy_fortress4289 h4 { font-size: 23px; }
.privacy_fortress4289 h5 { font-size: calc(23px - 0.2rem); }
.privacy_fortress4289 h6 { font-size: 22px; }
.privacy_fortress4289 ul,
.privacy_fortress4289 ol {
    padding-left: 20px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.privacy_fortress4289 li {
    margin-bottom: 15px;
    line-height: 1.7;
    padding-left: 10px;
    border-left: 3px solid rgb(119,119,119);
    position: relative;
    z-index: 1;
}
.privacy_fortress4289 > div {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.privacy_fortress4289 p {
    font-size: 13px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.privacy_fortress4289 span {
    color: rgb(94,164,170);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {
    .privacy_fortress4289 {
        grid-template-columns: 1fr;
        padding: 30px;
        border-radius: 10px;
    }
    
    .privacy_fortress4289 h1 {
        font-size: calc(23px - 0.5rem);
        grid-column: span 1;
    }
    
    .privacy_fortress4289 h2 {
        font-size: calc(23px - 0.4rem);
    }
    
    .privacy_fortress4289 p {
        font-size: calc(13px - 0.2rem);
    }
}
.privacy_fortress4289 hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}
.privacy_fortress4289 section {
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
}.connect_form2681 {
    padding: 80px 20px;
    background: rgb(238,238,238);
    font-family: Arial, sans-serif;
    border-top: 5px solid rgb(94,164,170);
    border-bottom: 5px solid rgb(119,119,119);
    position: relative;
    overflow: hidden;
}
.connect_form2681::before, .connect_form2681::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgb(94,164,170,0.5);
    border-radius: 50%;
    z-index: 1;
}
.connect_form2681::before {
    top: -50px;
    left: -50px;
}
.connect_form2681::after {
    bottom: -50px;
    right: -50px;
}
.connect_form2681 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.connect_form2681 .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    background: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}
.connect_form2681 .holder::before, .connect_form2681 .holder::after {
    content: '';
    position: absolute;
    background: rgb(119,119,119,0.5);
    border-radius: 50%;
    z-index: 1;
}
.connect_form2681 .holder::before {
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
}
.connect_form2681 .holder::after {
    bottom: -20px;
    right: -20px;
    width: 70px;
    height: 70px;
}
.connect_form2681 .info, .connect_form2681 .form {
    flex: 1 1 45%;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgb(94,164,170,0.5);
    position: relative;
    z-index: 2;
}
.connect_form2681 h3 {
    color: rgb(94,164,170);
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(119,119,119);
    padding-bottom: 10px;
}
.connect_form2681 .info h5 {
    color: rgb(119,119,119);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.connect_form2681 .info svg {
    width: 30px;
    height: 30px;
    fill: rgb(94,164,170);
    margin-right: 15px;
}
.connect_form2681 .info span {
    color: #000000;
    font-size: 14px;
    margin-left: 5px;
}
.connect_form2681 .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 2px dashed rgb(94,164,170,0.5);
    padding-bottom: 20px;
}
.connect_form2681 .logo_holder svg, .connect_form2681 .logo_holder img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 10px;
    border: 2px solid rgb(119,119,119);
    padding: 10px;
    background: #ffffff;
    flex-shrink: 0;
}
.connect_form2681 .form h3 {
    color: rgb(119,119,119);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(94,164,170);
    padding-bottom: 10px;
}
.connect_form2681 form {
    display: flex;
    flex-direction: column;
}
.connect_form2681 form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    transition: border-color 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.connect_form2681 form input:focus {
    border-color: rgb(94,164,170);
    outline: none;
}
.connect_form2681 form .button {
    background: rgb(119,119,119);
    color: #ffffff;
    border-radius: 24px;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    align-self: flex-start;
    border: none;
}
.connect_form2681 form .button:hover {
    background: rgb(94,164,170);
}
.connect_form2681 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.connect_form2681 .agree input[type=checkbox] {
    margin-right: 10px;
    width: auto;
    background: rgb(119,119,119);
    margin-bottom: 0;
    border: 1px solid rgb(94,164,170);
    border-radius: 3px;
}
.connect_form2681 .agree label {
    font-size: 14px;
    color: #000000;
}
.connect_form2681 .agree a {
    color: rgb(94,164,170);
    text-decoration: underline;
    margin-left: 5px;
}
@media (max-width: 768px) {
    .connect_form2681 {
        padding: 40px 0;
    }
    .connect_form2681 .holder {
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
    }
    .connect_form2681 .info, .connect_form2681 .form {
        width: 100%;
        margin-bottom: 20px;
    }
    .connect_form2681 .holder h3 {
        font-size: 24px;
    }
    .connect_form2681 .info h5 {
        font-size: 22px;
    }
    .connect_form2681 form input {
        font-size: 14px;
    }
    .connect_form2681 form .button {
        font-size: 17px;
    }
}
.potential_learners7908 {
    background: linear-gradient(to bottom, rgb(238,238,238), #ffffff);
    padding: 100px 0;
    position: relative;
}

.potential_learners7908::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(94,164,170,0.5));
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
}

.potential_learners7908 .container {
    display: flex;
    flex-direction: row-reverse;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.potential_learners7908 .who_needs_photo {
    flex: 0 0 45%;
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
}

.potential_learners7908 .who_needs_text {
    flex: 1;
}

.potential_learners7908 .who_needs_text h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.4;
}

.potential_learners7908 .who_needs_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.potential_learners7908 .who_needs_list div {
    background: #ffffff;
    padding: 24px;
    border-radius: 21px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(94,164,170);
}

.potential_learners7908 .who_needs_list div svg {
    width: 24px;
    height: 24px;
    fill: rgb(94,164,170);
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .potential_learners7908 {
        padding: 70px 0;
    }

    .potential_learners7908 .container {
        flex-direction: column;
        gap: 50px;
    }

    .potential_learners7908 .who_needs_photo {
        width: 80%;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .potential_learners7908 {
        padding: 50px 0;
    }

    .potential_learners7908 .who_needs_list {
        grid-template-columns: 1fr;
    }

    .potential_learners7908 .who_needs_text h2 {
        font-size: calc(28px * 0.85);
        margin-bottom: 30px;
    }

    .potential_learners7908 .who_needs_list div {
        padding: 20px;
    }
}footer {
    background: rgb(119,119,119);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 60px 20px;
    position: relative;
}
footer .footer {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .logo_holder {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
footer .logo_holder img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease-in-out;
}
footer .logo_holder img:hover {
    transform: scale(1.1);
}
footer h5 {
    color: rgb(94,164,170);
    font-size: 20px;
    margin: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
}
footer .menu {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
}
footer .menu a:hover {
    color: rgb(94,164,170);
}
footer .contact_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: color 0.3s ease-in-out;
}
footer .contact_info div svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: rgb(94,164,170);
    transition: fill 0.3s ease-in-out;
}
footer .contact_info div span {
    font-size: 18px;
    font-weight: 400;
}
footer .contact_info div:hover svg {
    fill: rgb(119,119,119);
}
footer .contact_info div:hover span {
    color: rgb(119,119,119);
}
footer .footer_agreement {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: var(--white-color_opacity);
    font-size: 18px;
}
footer .copyright {
    background: rgb(119,119,119);
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin-top: 40px;
}
footer .copyright_info {
    color: var(--white-color_opacity);
}
footer .copyright_info a {
    color: #000000;
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}
footer .copyright_info a:hover {
    color: rgb(94,164,170);
}

footer .footer_info {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgb(119,119,119,0.5);
}
footer .menu a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: rgb(94,164,170);
    transition: width 0.3s ease-in-out;
    margin-top: 5px;
}
footer .menu a:hover:after {
    width: 100%;
}
footer .contact_info div span {
    transition: color 0.3s ease-in-out;
}
footer .contact_info div:hover span {
    color: rgb(94,164,170);
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(94,164,170);
    width: 125px;
    height: 125px;
    transition: fill 0.3s ease-in-out;
}
footer .logo_holder:hover svg, footer .logo_holder:hover svg path {
    fill: #ffffff;
}
@media only screen and (max-width: 1200px) {
    footer .footer {
        padding: 0 20px;
    }
    footer .footer_agreement {
        text-align: center;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer {
        flex-direction: column;
        align-items: center;
    }
    footer .menu, footer .contact_info {
        align-items: center;
    }
    footer h5 {
        margin-top: 10px;
        text-align: center;
    }
    footer .footer_agreement {
        text-align: center;
        margin-top: 20px;
    }
}