* {
    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: Merriweather, sans-serif;
    color: #000000;
}
.wrapper-viewport-E {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(227,217,202);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}footer {
    background: rgb(89,108,104);
    color: #ffffff;
}

footer .copyright {
    background: rgb(149,167,146);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(149,167,146);
}

footer h5 {
    color: rgb(149,167,146);
}

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: 24px;
    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: 16px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 12px;
}

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

}

.wrapper-viewport-E footer .menu_holder {
    flex-direction: row;
}

.wrapper-viewport-E footer .footer {
    padding: 0;
    padding-top: 40px;
}

.wrapper-viewport-E footer {
    padding-top: 32px;
    padding-bottom: 48px;
}

.wrapper-viewport-E footer .menu {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    min-width: unset;
}

.wrapper-viewport-E footer .menu a {
    padding-bottom: 24px;
    border-bottom: 4px solid rgb(89,108,104);
    margin: 0 16px;
}

.wrapper-viewport-E footer .menu a:hover {
    border-color: #ffffff;
}

.wrapper-viewport-E footer .copyright {
    background: rgb(89,108,104);
    padding: 10px 0;
}

.wrapper-viewport-E footer .logo_holder svg, .wrapper-viewport-E footer .logo_holder img {
    margin: 0;
    height: 90px;
    width: 90px;
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport-E footer .footer_info {
        align-items: center;
    }

    .wrapper-viewport-E footer .logo_holder svg, .wrapper-viewport-E footer .logo_holder img {
        margin-bottom: 20px;
        height: 70px;
        width: 70px;
    }

    .wrapper-viewport-E footer .copyright_info {
        text-align: center;
    }

    .wrapper-viewport-E footer {
        padding: 30px 0;
    }

    .wrapper-viewport-E footer .footer {
        padding: 0;
    }
}.thanks-page-c {
    background-color: rgb(227,217,202);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}
.thanks-page-c .container {
    background: linear-gradient(135deg, rgb(149,167,146), rgb(89,108,104));
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    padding: 40px;
    max-width: 700px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
.thanks-page-c .container::after {
    content: "";
    position: absolute;
    top: -10%;
    right: -10%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5), transparent);
    z-index: 0;
    opacity: 0.3;
}
.thanks-page-c .container h2 {
    font-family: Merriweather, sans-serif;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}
.thanks-page-c .container p {
    font-family: Merriweather, sans-serif;
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    z-index: 1;
    position: relative;
}
.thanks-page-c .container p::first-letter {
    font-size: 1.4em;
    font-weight: 600;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .thanks-page-c {
        padding: 10px;
    }
    .thanks-page-c .container {
        padding: 20px;
    }
    .thanks-page-c .container h2 {
        font-size: calc(32px - 6px);
    }
    .thanks-page-c .container p {
        font-size: calc(17px - 3px);
    }
}
.wrapper-viewport-E .company-overview-u {
    padding: 80px 0;
    background: rgb(227,217,202);
    color: #000000;
    font-family: Merriweather, sans-serif;
}

.wrapper-viewport-E .company-overview-u .holder {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.wrapper-viewport-E .company-overview-u .photo {
    width: 100%;
    height: 360px;
    background-size: cover;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin-bottom: 20px;
}

.wrapper-viewport-E .company-overview-u .caption_holder {
    background: #ffffff;
    width: 100%;
    padding: 40px 60px;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    transition: background 0.5s ease, box-shadow 0.5s ease;
}

.wrapper-viewport-E .company-overview-u .caption_holder:hover {
    background: rgb(149,167,146,0.5);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.wrapper-viewport-E .company-overview-u .style_element h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(149,167,146);
    transition: color 0.5s ease;
}

.wrapper-viewport-E .company-overview-u .style_element p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    transition: color 0.5s ease;
}

.wrapper-viewport-E .company-overview-u .caption_holder:hover h2 {
    color: rgb(89,108,104);
}

.wrapper-viewport-E .company-overview-u .caption_holder:hover p {
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport-E .company-overview-u {
        padding: 40px 0;
    }

    .wrapper-viewport-E .company-overview-u .photo {
        height: 200px;
    }

    .wrapper-viewport-E .company-overview-u .caption_holder {
        width: 100%;
        padding: 20px 30px;
    }

    .wrapper-viewport-E .company-overview-u .style_element h2 {
        font-size: 23px;
    }

    .wrapper-viewport-E .company-overview-u .style_element p {
        font-size: 16px;
    }
}
.join-now-w {
    padding-bottom: 80px;
    padding-top: 80px;
}

.join-now-w h2 {
    color: rgb(89,108,104);
}

.join-now-w .button {
    background: rgb(89,108,104);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.join-now-w .button:hover {
    background: rgb(149,167,146);
}

.join-now-w .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.join-now-w h2 {
    font-size: 38px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.join-now-w .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .join-now-w .holder {
        flex-direction: column;
    }

    .wrapper-viewport-E section.join-now-w h2 {
        font-size: 26px;
    }

    .join-now-w h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .join-now-w .button {
        font-size: 24px;
    }

    .join-now-w {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-viewport-E .join-now-w {
    background: rgb(149,167,146,0.5);
    color: #ffffff;
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wrapper-viewport-E .join-now-w .container {
    position: relative;
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-viewport-E .join-now-w .holder {
    background: rgb(89,108,104);
    padding: 50px 40px;
    border: 1px solid rgb(149,167,146);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 800px;
    width: 100%;
}

.wrapper-viewport-E .join-now-w h2 {
    font-family: Merriweather, sans-serif;
    font-size: 38px;
    color: rgb(149,167,146);
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(149,167,146);
    padding-bottom: 10px;
    width: fit-content;
    margin-right: 0;
}

.wrapper-viewport-E .join-now-w .button {
    display: inline-block;
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(149,167,146);
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(149,167,146);
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.wrapper-viewport-E .join-now-w .button:hover {
    background: rgb(149,167,146);
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport-E .join-now-w .holder {
        padding: 30px 20px;
    }

    .wrapper-viewport-E .join-now-w h2 {
        font-size: 48px;
    }

    .wrapper-viewport-E .join-now-w .button {
        padding: 10px 40px;
        font-size: 16px;
    }
}.privacy-block-i {
    padding: 40px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    font-family: Merriweather, sans-serif;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);

}

.privacy-block-i .container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.privacy-block-i h1, .privacy-block-i h2 {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: linear-gradient(90deg, rgb(149,167,146), rgb(89,108,104));
    color: #ffffff;
    border-radius: 10px;
}

.privacy-block-i h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 41px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.privacy-block-i h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 31px;
    font-weight: 600;
    letter-spacing: 1px;
}

.privacy-block-i ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.privacy-block-i li {
    margin-bottom: 15px;
    padding: 15px;
    font-size: 13px;
    color: #000000;
    background-color: rgb(89,108,104,0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.privacy-block-i li::before {
    content: '✔';
    color: rgb(149,167,146);
    margin-right: 10px;
    font-size: 1.2em;
}

.privacy-block-i p, .privacy-block-i span, .privacy-block-i div {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 13px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .privacy-block-i {
        padding: 20px;
    }

    .privacy-block-i h1 {
        font-size: calc(21px - 5px);
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .privacy-block-i h2 {
        font-size: calc(21px - 3px);
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .privacy-block-i ul, .privacy-block-i ol {
        padding: 0;
        margin: 10px 0;
    }

    .privacy-block-i li {
        font-size: calc(13px - 1px);
        margin-bottom: 10px;
    }

    .privacy-block-i p, .privacy-block-i span, .privacy-block-i div {
        font-size: calc(13px - 1px);
        margin-bottom: 8px;
    }
}
.academic-expertise-l {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ffffff;
}

.academic-expertise-l .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.academic-expertise-l .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 33%;
    background: rgb(89,108,104,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin: 20px;
}


.academic-expertise-l .photo {
    width: 300px;
    height: 300px;
    max-width: 100%;
    margin-bottom: 16px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid rgb(149,167,146);
    transition: border 0.3s ease-in-out;
}

.academic-expertise-l .review .name {
    font-size: 22px;
    color: rgb(149,167,146);
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center;
}

.academic-expertise-l .review span {
    font-size: 14px;
    color: rgb(89,108,104);
    font-weight: 400;
    margin-bottom: 14px;
    text-align: center;
}

.academic-expertise-l .review .quote {
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
    .academic-expertise-l .review {
        max-width: unset;
        width: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .academic-expertise-l .holder {
        flex-direction: column;
    }

    .academic-expertise-l .review {
        max-width: unset;
        width: 80%;
        padding: 20px;
    }

    .academic-expertise-l {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.wrapper-viewport-E .academic-expertise-l {
    position: relative;
    padding: 20px 0;
}

.wrapper-viewport-E .academic-expertise-l::after {
    content: "";
    width: 100%;
    height: 280px;
    background: rgb(89,108,104);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.wrapper-viewport-E .academic-expertise-l .holder {
    position: relative;
    z-index: 1;
    justify-content: center;
}

.wrapper-viewport-E .academic-expertise-l .review {
    max-width: 80%;
    width: auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 30px;
}

.wrapper-viewport-E .academic-expertise-l .photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 8px solid #ffffff;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.wrapper-viewport-E .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-viewport-E .academic-expertise-l .review .name {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(149,167,146);
    margin-bottom: 12px;
}

.wrapper-viewport-E .academic-expertise-l .review span {
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: rgb(89,108,104);
    margin-bottom: 16px;
}

.wrapper-viewport-E .academic-expertise-l .review .quote {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport-E .academic-expertise-l .review {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    .wrapper-viewport-E .worker_description {
        width: 100%;
    }

    .wrapper-viewport-E .academic-expertise-l .photo {
        width: 220px;
        height: 220px;
        margin: 20px;
    }

    .wrapper-viewport-E .academic-expertise-l::after {
        height: 200px;
    }
}

.advantages-outline-O .advantages_content h2 {
    color: rgb(89,108,104);
}

.advantages-outline-O .advantage_item svg, .advantages-outline-O .advantage_item svg path {
    fill: rgb(149,167,146);
}

.advantages-outline-O .advantage_item p {
    color: #000000;
}

.advantages-outline-O .advantage_item b {
    color: rgb(149,167,146);
}

.advantages-outline-O {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-outline-O .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-outline-O .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-outline-O .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 31px;
    font-weight: 600;
}

.advantages-outline-O .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-outline-O .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-outline-O .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-outline-O .advantage_item svg, .advantages-outline-O .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-viewport-E .advantages-outline-O .advantages_holder {
        justify-content: center;
    }
    .wrapper-viewport-E .advantages-outline-O .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-outline-O .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-outline-O .advantages_holder {
        flex-direction: column;
    }

    .advantages-outline-O {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-viewport-E .advantages-outline-O .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-viewport-E .advantages-outline-O {
    background: #ffffff;
    color: #000000;
    padding: 60px 0;
    font-family: Merriweather, sans-serif;
    border-top: 5px solid rgb(149,167,146);
    border-bottom: 5px solid rgb(89,108,104);
}

.wrapper-viewport-E .advantages-outline-O .advantages_content {
    display: flex;
    gap: 1%;
    background: rgb(149,167,146,0.5);
    padding: 40px;
    border-radius: 19px;
}

.wrapper-viewport-E .advantages-outline-O .advantages_content h2 {
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    color: rgb(149,167,146);
    border-bottom: 3px solid rgb(149,167,146);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.wrapper-viewport-E .advantages-outline-O .advantages_description {
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px;
    color: #000000;
}

.wrapper-viewport-E .advantages-outline-O .advantages_holder {
    gap: 1%;
}

.wrapper-viewport-E .advantages-outline-O .advantage_item {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: #ffffff;
    border: 1px solid rgb(149,167,146);
    border-radius: 19px;
}

.wrapper-viewport-E .advantages-outline-O .advantage_item .advantage_image {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(149,167,146,0.5);
    border-radius: 50%;
}

.wrapper-viewport-E .advantages-outline-O .advantage_item .advantage_image img,
.wrapper-viewport-E .advantages-outline-O .advantage_item .advantage_image svg {
    width: 40px;
    height: 40px;
    fill: rgb(149,167,146);
}

.wrapper-viewport-E .advantages-outline-O .advantage_item h4 {
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    color: #000000;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .wrapper-viewport-E .advantages-outline-O .advantages_holder {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport-E .advantages-outline-O .advantages_content {
        padding: 20px;
    }

    .wrapper-viewport-E .advantages-outline-O .advantages_holder {
        grid-template-columns: 1fr;
    }

    .wrapper-viewport-E .advantages-outline-O .advantages_content h2 {
        font-size: 22px;
    }
}header {
    padding-bottom: 10px;
    background: #ffffff;
}
header .main_header {
    border-top: 20px solid rgb(149,167,146);
    border-bottom: 2px solid rgb(149,167,146);
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
}
.main_header .header_holder .logo_holder svg, header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(149,167,146);
}
.main_header .header_description {
    width: 50%;
    font-size: 18px;
    text-align: center;
    color: rgb(149,167,146);
    font-weight: bold;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(149,167,146);
    padding: 10px 16px;
}
.main_header .header_menu a:hover {
    color: rgb(149,167,146);
}
.main_header .header_menu a:first-child {
    border: 2px solid rgb(149,167,146);
    color: rgb(149,167,146);
    position: relative;
}
.main_header .header_menu a:first-child:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    bottom: -2px;
    left: 0;
}
@media only screen and (max-width: 800px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
    .main_header .header_menu a:first-child:after {
        display: none;
    }
    .main_header .header_menu a:first-child {
        border: 2px solid transparent;
        border-bottom: 2px solid rgb(149,167,146);
    }
}.training-method-N {
    padding: 80px 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.training-method-N::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(89,108,104), transparent 70%);
    z-index: 0;
}

.training-method-N .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.training-method-N h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: rgb(149,167,146);
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.training-method-N h2::before, .training-method-N h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50%;
    background: rgb(149,167,146);
}

.training-method-N h2::before {
    left: 0;
}

.training-method-N h2::after {
    right: 0;
}

.training-method-N p {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(149,167,146,0.5);
}

@media only screen and (max-width: 800px) {
    .training-method-N {
        padding: 30px 0;
        border-radius: 10px;
    }

    .training-method-N .holder {
        width: 100%;
        padding: 0 20px;
    }

    .training-method-N h2 {
        font-size: 22px;
    }

    .training-method-N p {
        font-size: 18px;
    }
}

.wrapper-viewport-E .training-method-N .holder {
    width: 70%;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
}

.wrapper-viewport-E .training-method-N h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 10px;
    color: rgb(149,167,146);
}

.wrapper-viewport-E .training-method-N p {
    text-align: center;
    font-size: 14px;
    margin: 0 0 20px;
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport-E .training-method-N {
        padding: 0;
    }

    .wrapper-viewport-E .training-method-N .holder {
        width: 100%;
        padding: 20px 10px;
    }

    .wrapper-viewport-E .training-method-N h2 {
        font-size: 22px;
    }
}
.reach-out-info-w {
    background: linear-gradient(to bottom right, rgb(227,217,202), #ffffff);
    padding: 2em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    font-family: Merriweather, sans-serif;
    transition: background-color 0.3s ease;
}
.reach-out-info-w .holder .info_holder div.working_hours {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.reach-out-info-w .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.reach-out-info-w .holder .info_holder > div > div {
    margin: 5px 0;
}
.reach-out-info-w::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgb(149,167,146,0.5), transparent);
    opacity: 0.2;
    z-index: -1;
}
.reach-out-info-w .info_holder svg {
    fill: rgb(149,167,146);
    width: 2em;
    height: 2em;
    vertical-align: middle;
    margin-right: 0.5em;
    transition: fill 0.3s ease;
}
.reach-out-info-w .contact_holder {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
.reach-out-info-w .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reach-out-info-w .contact_holder h2 {
    font-size: 32px;
    color: rgb(149,167,146);
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.reach-out-info-w .contact_holder .contact_description {
    font-size: 15px;
    color: #000000;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    opacity: 0.8;
}
.reach-out-info-w .contact_holder .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.reach-out-info-w .contact_holder .photo:hover {
    transform: scale(1.1);
}
.reach-out-info-w .holder .info_holder>div span {
    margin-left: 8px;
}
.reach-out-info-w .info_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
    width: 100%;
    padding: 1em;
    border-radius: 25px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
.reach-out-info-w .info_holder:hover {
    background-color: rgb(227,217,202);
}
.reach-out-info-w .info_holder>div {
    font-size: 15px;
    color: #000000;
    display: flex;
    align-items: center;
    width: 100%;
}
.reach-out-info-w .contact_politics {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 100%;
}
.reach-out-info-w .contact_politics>div {
    background-color: #ffffff;
    padding: 1em;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}
.reach-out-info-w .contact_politics>div:hover {
    background-color: rgb(227,217,202);
}
.reach-out-info-w .contact_politics>div h4 {
    font-size: 21px;
    color: rgb(149,167,146);
    margin-bottom: 0.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.reach-out-info-w .contact_politics>div p {
    font-size: 15px;
    color: #000000;
    opacity: 0.8;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.reach-out-info-w {
    animation: gradient 10s ease infinite;
}
@media only screen and (max-width: 600px) {
    .reach-out-info-w {
        padding: 1em;
    }
    .reach-out-info-w .contact_holder {
        width: 100%;
    }
    .reach-out-info-w .contact_holder .photo {
        width: 150px;
        height: 150px;
    }
    .reach-out-info-w .contact_holder h2 {
        font-size: 21px;
    }
    .reach-out-info-w .contact_holder .contact_description {
        font-size: 17px;
    }
    .reach-out-info-w .info_holder svg {
        width: 1.5em;
        height: 1.5em;
    }
    .reach-out-info-w .info_holder,
    .reach-out-info-w .contact_politics>div {
        padding: 0.5em;
    }
}
.greeting-page-I .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.greeting-page-I .style_element h1 {
    color: rgb(89,108,104);
}

.greeting-page-I .style_element h3 {
    color: rgb(89,108,104);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.greeting-page-I .style_element p {
    color: #000000;
    text-align: right;
}

.greeting-page-I {
    width: 100%;
}

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

.greeting-page-I .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;
}

.greeting-page-I .style_element h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

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

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

    .greeting-page-I .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;
    }

    .greeting-page-I .style_element h1 {
        font-size: 18px;
    }

    .greeting-page-I .style_element h3 {
        font-size: 16px;
    }

    .greeting-page-I .style_element p {
        font-size: 14px;
    }


}

.wrapper-viewport-E .greeting-page-I .style_element {
    width: 100%;
    clip-path: none;
    height: auto;
    border-radius: 0 !important;
    padding: 30px;
    padding-bottom: 45px;
    justify-content: center;
    align-items: center;
    background: rgb(149,167,146,0.5);
}

.wrapper-viewport-E .greeting-page-I .style_element h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 16px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.wrapper-viewport-E .greeting-page-I .style_element h3 {
    color: #ffffff;
    font-weight: 400;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.wrapper-viewport-E .greeting-page-I .style_element p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport-E .greeting-page-I .style_element {
        position: static;
        padding-top: 50px;
    }
}.course-features-f {
    padding-top: 80px;
    padding-bottom: 80px;
}
.course-features-f h2 {
    color: rgb(89,108,104);
}
.course-features-f .content {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgb(0 0 0 / 18%);
}
.course-features-f h3 {
    color: rgb(149,167,146);
}
.course-features-f p {
    color: #000000;
}
.course-features-f .button {
    background: rgb(89,108,104);
    color:  #ffffff;
    margin-top: 30px;
    width: fit-content;
}
.course-features-f .button:hover {
    background: rgb(149,167,146);
}

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

}
.course-features-f h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
}
.course-features-f .photo {
    height: 500px;
    width: calc(100% - 60px);
    margin-top: 30px;
}
.course-features-f .text_holder {
    padding: 30px;
}
.course-features-f h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.course-features-f p {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}
.course-features-f .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-features-f .items {
        flex-direction: column;
    }
    .course-features-f h2 {
        font-size: 30px;
    }
    .course-features-f h3 {
        font-size: 26px;
    }
    .course-features-f .course {
        max-width: unset;
        width: 100%;
    }
    .course-features-f {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-viewport-E .course-features-f .items .course {
    background: none;
}
.wrapper-viewport-E .course-features-f .items .course .content{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    box-shadow: none;
    border-radius: 0;
    align-items: stretch;
}
.wrapper-viewport-E .course-features-f .photo {
    width: calc(50% - 20px);
    border: 2px solid rgb(89,108,104);
    height: auto;
    margin: 0;
}
.wrapper-viewport-E .course-features-f .text_holder {
    width: calc(50% - 20px);
    background: rgb(227,217,202);
    border: 2px solid rgb(89,108,104);
    justify-content: center;

}
.wrapper-viewport-E .course-features-f h3 {
    text-align: center;
    margin-bottom: 30px;
}
.wrapper-viewport-E .course-features-f .button {
    margin-top: 40px;
}
.wrapper-viewport-E .course-features-f p, .wrapper-viewport-E .course-features-f h3 {
    text-align: center;
}
@media only screen and (max-width: 800px)  {
    .wrapper-viewport-E .course-features-f .items .course .content {
        flex-direction: column;
    }
    .wrapper-viewport-E .course-features-f .photo {
        width: 100%;
        height: 300px;
        margin-bottom: 20px;
    }
    .wrapper-viewport-E .course-features-f .text_holder {
        width: 100%;
    }
}.contact-box-P {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(149,167,146), rgb(149,167,146,0.5));
    color: #ffffff;
    font-family: Merriweather, sans-serif;
    position: relative;
    overflow: hidden;
}

.contact-box-P::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
}

.contact-box-P::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
    animation: float 8s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.contact-box-P h3 {
    color: rgb(89,108,104);
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

.contact-box-P .form {
    background: #ffffff;
    border-radius: 19px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.contact-box-P form input,
.contact-box-P form textarea {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}

.contact-box-P form input:focus,
.contact-box-P form textarea:focus {
    border-color: rgb(89,108,104);
    box-shadow: 0 0 10px rgb(89,108,104,0.5);
}

.contact-box-P form .button {
    background: rgb(89,108,104);
    color: #ffffff;
    border-radius: 19px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact-box-P form .button:hover {
    background: rgb(149,167,146);
}

.contact-box-P .holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative;
}

.contact-box-P .holder>div {
    width: 45%;
    padding: 40px;
}

.contact-box-P .form form {
    display: flex;
    flex-direction: column;
}

.contact-box-P .name_holder {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.contact-box-P .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-box-P .agree label {
    display: block;
    font-size: 13px;
}

.contact-box-P .agree a {
    margin-left: 5px;
    color: rgb(89,108,104);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}

.contact-box-P .agree a:hover {
    color: rgb(89,108,104);
}

.contact-box-P .form_text {
    margin-bottom: 10px;
    font-size: 13px;
    color: #000000;
}

.contact-box-P .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.wrapper-viewport-E .contact-box-P .holder {
    flex-direction: row-reverse;
}

.wrapper-viewport-E .contact-box-P .holder .form {
    width: calc(70% - 50px);
    margin-right: 50px;
    background: none;
    margin: auto;
}

.wrapper-viewport-E .contact-box-P .logo_holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.wrapper-viewport-E .contact-box-P .logo_holder svg {
    margin-bottom: 10px;
    margin-right: 0;
}

.wrapper-viewport-E .contact-box-P .info span {
    font-weight: normal;
}

.wrapper-viewport-E .contact-box-P .holder .info {
    width: 30%;
}

.wrapper-viewport-E .contact-box-P form input {
    border-bottom: 1px solid rgb(89,108,104,0.5);
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: 300;
}

.wrapper-viewport-E .contact-box-P h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 40px;
}

.wrapper-viewport-E .contact-box-P form .button {
    width: fit-content;
    background: rgb(89,108,104);
    color: #ffffff;
    margin-top: 24px;
}

.contact-box-P .info .contact_info svg,
.contact-box-P .info .contact_info svg path {
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport-E .contact-box-P .holder {
        flex-direction: column-reverse;
    }
    .wrapper-viewport-E .contact-box-P .holder .form,
    .wrapper-viewport-E .contact-box-P .holder .info {
        width: 100%;
    }
    .wrapper-viewport-E .contact-box-P .name_holder {
        flex-direction: column;
    }
    .wrapper-viewport-E .contact-box-P .name_holder #surname {
        margin-left: 0;
    }
}

@media only screen and (max-width: 600px) {
    .contact-box-P .holder {
        flex-direction: column;
    }
    .contact-box-P .holder>div {
        width: 100%;
    }
    .contact-box-P {
        padding: 50px 0;
    }
    .contact-box-P h3 {
        font-size: 39px;
    }
}