* {
    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: Roboto, sans-serif;
    color: #000000;
}
.wrapper-template_07 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(205,213,224);
}
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;
    }
}.confidential_cordon_26 {
    background-color: rgb(205,213,224);
    color: #000000;
    font-family: Roboto, sans-serif;
    padding: 60px;
    border: 2px solid rgb(137,164,199);
    margin: 0 auto;
    max-width: 1200px;
    line-height: 1.8;
}
.confidential_cordon_26 h1 {
    font-size: 44px;
    font-weight: 700;
    color: rgb(137,164,199);
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(78,112,157);
    padding-bottom: 10px;
}
.confidential_cordon_26 h2 {
    font-size: 28px;
    font-weight: 600;
    color: rgb(78,112,157);
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.confidential_cordon_26 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.confidential_cordon_26 li {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.confidential_cordon_26 li::before {
    content: '•';
    color: rgb(137,164,199);
    font-size: 1.5em;
    margin-right: 10px;
}
.confidential_cordon_26 p {
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
}
.confidential_cordon_26 span {
    color: rgb(137,164,199);
    font-weight: 700;
}
.confidential_cordon_26 a {
    color: rgb(137,164,199);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgb(137,164,199,0.5);
}
.confidential_cordon_26 a:hover {
    color: rgb(78,112,157);
    border-bottom: 1px solid rgb(78,112,157);
}
@media only screen and (max-width: 800px) {
    .confidential_cordon_26 {
        padding: 30px;
    }
    .confidential_cordon_26 h1 {
        font-size: calc(19px * 0.8);
    }
    .confidential_cordon_26 h2 {
        font-size: calc(19px * 0.8);
    }
    .confidential_cordon_26 p {
        font-size: calc(12px * 0.9);
    }
    .confidential_cordon_26 li {
        padding: 10px;
    }
}.connect_form_79 {
    padding: 100px 0;
    background: rgb(137,164,199,0.5);
    position: relative;
    overflow: hidden;
}

.connect_form_79::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(78,112,157,0.5);
    z-index: 0;
    transform: rotate(-5deg);
    transform-origin: top left;
}

.connect_form_79 .container {
    position: relative;
    z-index: 1;
}

.connect_form_79 h3 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.connect_form_79 .form {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.connect_form_79 form input,
.connect_form_79 form .button {
    transition: all 0.3s ease;
}

.connect_form_79 form input {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid rgb(137,164,199);
}

.connect_form_79 form input:focus {
    border-color: rgb(78,112,157);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.connect_form_79 form .button {
    background: rgb(78,112,157);
    color: #ffffff;
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.connect_form_79 form .button:hover {
    background: rgb(137,164,199);
}

.connect_form_79 .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.connect_form_79 .holder > div {
    width: 50%;
    padding: 20px;
}

.connect_form_79 .form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.connect_form_79 .form_text {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}

.connect_form_79 .name_holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.connect_form_79 .name_holder input {
    flex: 1;
}

.connect_form_79 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.connect_form_79 .agree label {
    display: block;
    font-size: 16px;
    color: #000000;
}

.connect_form_79 .agree a {
    color: rgb(137,164,199);
    text-decoration: underline;
}

.connect_form_79 .agree input[type="checkbox"] {
    width: auto;
    margin: 0 10px 0 0;
}

@media only screen and (max-width: 600px) {
    .connect_form_79 {
        padding: 50px 0;
    }
    .connect_form_79 .holder {
        flex-direction: column;
    }
    .connect_form_79 .holder > div {
        width: 100%;
        padding: 0;
    }
    .connect_form_79 h3 {
        font-size: 38px;
    }
}

.wrapper-template_07 .connect_form_79 .holder {
    justify-content: center;
    position: relative;
    padding-top: 20px;
}

.wrapper-template_07 .connect_form_79 {
    background: linear-gradient(135deg, rgb(137,164,199), rgb(78,112,157,0.5));
    padding-top: 120px;
}

.wrapper-template_07 .connect_form_79 .form {
    border-radius: 20px;
    background: #ffffff;
    width: 70%;
    position: relative;
    z-index: 1;
    padding: 40px;
}

.wrapper-template_07 .connect_form_79 .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
}

.wrapper-template_07 .connect_form_79 form {
    align-items: center;
}

.wrapper-template_07 .connect_form_79 form input {
    background: none;
    border: none;
    border-bottom: 2px solid rgb(78,112,157);
    border-radius: 0;
    padding: 10px 12px;
    font-size: 16px;
    color: #000000;
    width: 100%;
}

.wrapper-template_07 .connect_form_79 form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    text-align: left;
}

.wrapper-template_07 .connect_form_79 .name_holder {
    flex-direction: column;
    width: 100%;
}

.wrapper-template_07 .connect_form_79 h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    position: absolute;
    top: -90px;
}

.wrapper-template_07 .connect_form_79 .agree {
    width: 100%;
}

.wrapper-template_07 .connect_form_79 .agree a {
    text-decoration: none;
    color: rgb(137,164,199);
}

.wrapper-template_07 .connect_form_79 form .button {
    background: rgb(137,164,199);
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .wrapper-template_07 .connect_form_79 {
        padding-top: 80px;
    }
    .wrapper-template_07 .connect_form_79 .holder > div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .wrapper-template_07 .connect_form_79 form .button {
        width: 100%;
    }
    .wrapper-template_07 .connect_form_79 h3 {
        font-size: 24px;
        line-height: 26px;
        top: -80px;
    }
}.academic_expertise_86 {
   padding: 120px 0;
   background: rgb(78,112,157);
   position: relative;
   overflow: hidden;
}

.academic_expertise_86::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgb(78,112,157,0.5);
   transform: skewY(-3deg);
}

.academic_expertise_86 .review {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
   max-width: 1000px;
   margin: 0 auto;
}

.academic_expertise_86 .review .photo {
   width: 400px;
   height: 400px;
   margin-bottom: 40px;
   border-radius: 22px;
   border: 3px solid rgb(137,164,199);
   box-shadow: 15px 15px 0 rgb(137,164,199,0.5);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.academic_expertise_86 .review .photo:hover {
   transform: translate(-5px, -5px);
   box-shadow: 20px 20px 0 rgb(137,164,199,0.5);
}

.academic_expertise_86 .worker_description {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   color: #ffffff;
   margin-bottom: 30px;
}

.academic_expertise_86 .worker_description .name {
   font-size: 36px;
   font-weight: 700;
   margin-bottom: 15px;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.academic_expertise_86 .worker_description .job {
   font-size: 22px;
   font-weight: 300;
   color: rgb(137,164,199);
}

.academic_expertise_86 .worker_info {
   width: 100%;
   max-width: 800px;
}

.academic_expertise_86 .worker_info .quote {
   margin: 20px 0;
   padding: 30px;
   background: rgba(0, 0, 0, 0.5);
   border-radius: 10px;
   text-align: center;
   color: #ffffff;
   font-size: 22px;
   font-style: italic;
   position: relative;
   border-left: 4px solid rgb(137,164,199);
}

.academic_expertise_86 .worker_info .story {
   margin: 20px 0;
   padding: 30px;
   background: rgba(0, 0, 0, 0.5);
   border-radius: 10px;
   text-align: center;
   color: #ffffff;
   font-size: 12px;
   line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
   .academic_expertise_86 {
       padding: 80px 0;
   }
   
   .academic_expertise_86 .review .photo {
       width: 350px;
       height: 350px;
   }
   
   .academic_expertise_86 .worker_info {
       max-width: 90%;
   }
}

@media only screen and (max-width: 768px) {
   .academic_expertise_86 {
       padding: 60px 0;
   }
   
   .academic_expertise_86 .review .photo {
       width: 300px;
       height: 300px;
       margin-bottom: 30px;
   }
   
   .academic_expertise_86 .worker_description .name {
       font-size: 22px;
   }
   
   .academic_expertise_86 .worker_description .job {
       font-size: 12px;
   }
   
   .academic_expertise_86 .worker_info .quote,
   .academic_expertise_86 .worker_info .story {
       padding: 20px;
   }
}

@media only screen and (max-width: 480px) {
   .academic_expertise_86 {
       padding: 40px 0;
   }
   
   .academic_expertise_86 .review .photo {
       width: 250px;
       height: 250px;
       margin-bottom: 20px;
   }
   
   .academic_expertise_86 .worker_info .quote {
       font-size: 12px;
   }
}footer {
    background: rgb(78,112,157);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    border-top: 3px solid rgb(137,164,199);
}
footer .footer {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(78,112,157);
}
footer .footer_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}
footer .logo_holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 100px;
    width: auto;
    fill: rgb(137,164,199);
}
footer .menu_holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    justify-content: center;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    background: rgb(137,164,199);
    padding: 10px 20px;
    border-radius: 10px;
    transition: background 0.3s ease;
}
footer .menu a:hover {
    background: rgb(78,112,157);
}
footer .copyright {
    background: rgb(137,164,199,0.5);
    padding: 20px 0;
    text-align: center;
}
footer .copyright_info {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
.wrapper-template_07 footer .footer {
    padding: 0;
}
.wrapper-template_07 footer .footer_info {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 40px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
}
.wrapper-template_07 footer .logo_holder {
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 2px solid rgb(137,164,199);
    margin-bottom: 30px;
}
.wrapper-template_07 footer .menu_holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}
.wrapper-template_07 footer .menu a {
    padding: 10px 20px;
    font-size: 1.2em;
    color: #ffffff;
    background: rgb(137,164,199);
    text-align: center;
    border-radius: 10px;
    transition: background 0.3s ease;
}
.wrapper-template_07 footer .menu a:hover {
    background: rgb(78,112,157);
}
.wrapper-template_07 footer .copyright {
    background: rgb(137,164,199,0.5);
    padding: 10px 0;
}
.wrapper-template_07 footer .copyright_info {
    text-align: center;
    font-size: 0.9em;
}
.wrapper-template_07 footer .copyright_info a {
    display: inline-block;
    margin-top: 5px;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info, .wrapper-template_07 footer .footer_info {
        grid-template-columns: 1fr;
    }
    footer .menu_holder, .wrapper-template_07 footer .menu_holder {
        grid-template-columns: 1fr;
    }
    footer .menu a, .wrapper-template_07 footer .menu a {
        font-size: 1em;
    }
    .wrapper-template_07 footer .footer_info {
        padding: 20px;
    }
}.course_info_83 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.course_info_83 h2 {
    color: rgb(137,164,199);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}
.course_info_83 .holder {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
    align-items: center;
    justify-items: center;
}
.course_info_83 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    max-width: 1200px;
}
.course_info_83 .course {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    box-shadow: none;
    transition: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.course_info_83 .content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}
.course_info_83 .photo {
    height: 250px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
}
.course_info_83 .text_holder {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.course_info_83 h3 {
    color: rgb(137,164,199);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}
.course_info_83 p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}
.course_info_83 .button {
    background: rgb(137,164,199);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    align-self: flex-start;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .course_info_83 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .course_info_83 h2 {
        font-size: 38px;
    }
    .course_info_83 .items {
        flex-direction: column;
        align-items: center;
    }
    .course_info_83 .course {
        max-width: 100%;
    }
    .course_info_83 .photo {
        height: 200px;
    }
}

.wrapper-template_07 .course_info_83 .items .course {
    background: none;
}
.wrapper-template_07 .course_info_83 .items .course .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: none;
    border-radius: 0;
    align-items: stretch;
}
.wrapper-template_07 .course_info_83 .photo {
    width: 100%;
    border: none;
    height: 350px;
    margin: 0;
}
.wrapper-template_07 .course_info_83 .text_holder {
    width: 100%;
    background: rgb(205,213,224);
    border: none;
    justify-content: center;
}
.wrapper-template_07 .course_info_83 h3 {
    text-align: left;
    margin-bottom: 20px;
}
.wrapper-template_07 .course_info_83 .button {
    margin-top: 20px;
}
.wrapper-template_07 .course_info_83 p, .wrapper-template_07 .course_info_83 h3 {
    text-align: left;
}
@media only screen and (max-width: 800px) {
    .wrapper-template_07 .course_info_83 .items .course .content {
        flex-direction: column;
    }
    .wrapper-template_07 .course_info_83 .photo {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    .wrapper-template_07 .course_info_83 .text_holder {
        width: 100%;
    }
}.training_method_58 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #ffffff;
    color: #000000;
    position: relative;
    overflow: hidden;
}

.training_method_58 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    background: linear-gradient(145deg, rgb(137,164,199) 0%, rgb(78,112,157) 100%);
    padding: 40px;
    border-radius: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.training_method_58 .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.training_method_58 h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.training_method_58 h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #ffffff;
    margin: 10px auto 0;
    border-radius: 2px;
}

.training_method_58 p {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 800px) {
    .training_method_58 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .training_method_58 .holder {
        padding: 20px;
        width: 90%;
    }

    .training_method_58 h2 {
        font-size: 23px;
    }

    .training_method_58 p {
        font-size: 18px;
    }
}

.wrapper-template_07 .training_method_58 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ffffff;
}

.wrapper-template_07 .training_method_58::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient(135deg, rgb(137,164,199,0.5) 0%, rgb(78,112,157,0.5) 100%);
    z-index: 0;
    transform: skewY(-4deg);
}

.wrapper-template_07 .training_method_58 .holder {
    padding: 40px;
    width: 60%;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-template_07 .training_method_58 .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.wrapper-template_07 .training_method_58 h2 {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
    position: relative;
}

.wrapper-template_07 .training_method_58 h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: rgb(137,164,199);
    margin: 10px 0;
    border-radius: 2px;
}

.wrapper-template_07 .training_method_58 p {
    font-size: 18px;
    text-align: left;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-template_07 .training_method_58 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-template_07 .training_method_58 .holder {
        padding: 20px;
        width: 90%;
    }

    .wrapper-template_07 .training_method_58 h2 {
        font-size: 23px;
        text-align: left;
        margin-bottom: 20px;
    }

    .wrapper-template_07 .training_method_58 p {
        font-size: 18px;
    }
}

.training_method_58 .holder::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    height: 100%;
    background: rgb(137,164,199,0.5);
    z-index: -1;
    transition: all 0.5s ease;
    transform: skewX(-10deg) scale(0.9);
    border-radius: 21px;
}

.training_method_58 .holder:hover::before {
    transform: skewX(0) scale(1);
}

.training_method_58 h2:hover::before {
    width: 100px;
}
header .main_header {
    background: rgb(137,164,199);
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 4px solid rgb(78,112,157);
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(78,112,157);
    height: 50px;
    width: 50px;
}

header .menu a {
    color: #ffffff;
    padding: 8px 16px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid transparent;
    margin: 0 5px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

header .menu a:hover {
    color: rgb(78,112,157);
    border-color: rgb(78,112,157);
}

header .menu a.active {
    color: rgb(78,112,157);
    border-color: rgb(78,112,157);
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
}

header .menu {
    display: flex;
    align-items: stretch;
}

@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: 10px 0;
        position: static;
        width: 100%;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        padding: 12px;
        width: 100%;
        text-align: left;
    }
    header .logo_holder {
        width: 100%;
        justify-content: space-between;
        margin-right: 0;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        height: 40px;
        width: 40px;
    }
}

.wrapper-template_07 .logotype {
    padding: 8px;
    border-radius: 10px;
    border: 2px solid rgb(78,112,157);
    background: var(--white-color_opacity);
}

.wrapper-template_07 header .main_header {
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid rgb(78,112,157);
}

.wrapper-template_07 header .main_header::before {
    position: absolute;
    content: "";
    top: 0;
    height: 10px;
    width: 100%;
    background: rgb(78,112,157);
    z-index: 0;
}

.wrapper-template_07 header .logo_holder .logotype svg, .wrapper-template_07 header .logo_holder .logotype img {
    margin: 0;
}

.wrapper-template_07 header .menu {
    padding-top: 20px;
}

.wrapper-template_07 header .menu a {
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    border-radius: 10px;
}

.wrapper-template_07 header .menu a:hover {
    color: rgb(78,112,157);
    border-color: rgb(78,112,157);
}

.wrapper-template_07 header .header_content {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

@media only screen and (max-width: 800px) {
    .wrapper-template_07 header .menu {
        background: none;
        align-items: center;
    }
    .wrapper-template_07 header .logo_holder .logotype svg, .wrapper-template_07 header .logo_holder .logotype img {
        width: 60px;
        height: 60px;
    }
    .wrapper-template_07 header .menu a {
        text-align: center;
    }
    .wrapper-template_07 header .logo_holder {
        justify-content: center;
        align-items: center;
    }
    .wrapper-template_07 header .menu {
        padding-bottom: 20px;
    }
}.audience_profile_98 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.audience_profile_98 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.audience_profile_98 ul {
    list-style: none;
}

.audience_profile_98 ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.audience_profile_98 ul svg, .audience_profile_98 ul svg path {
    fill: rgb(137,164,199);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.audience_profile_98 h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .audience_profile_98 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-template_07 .audience_profile_98 .holder {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 60px;
    border-radius: 21px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.wrapper-template_07 .audience_profile_98 h2 {
    text-align: left;
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    border-bottom: 2px solid rgb(137,164,199);
    padding-bottom: 10px;
    width: 100%;
}

.wrapper-template_07 .audience_profile_98 ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.wrapper-template_07 .audience_profile_98 ul li {
    padding: 15px 20px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    background: rgb(78,112,157,0.5);
    border-radius: 10px;
    border-left: 5px solid rgb(137,164,199);
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.wrapper-template_07 .audience_profile_98 ul li:last-child {
    margin-bottom: 0;
}

.wrapper-template_07 .audience_profile_98 ul svg, .wrapper-template_07 .audience_profile_98 ul svg path {
    margin-right: 20px;
    width: 24px;
    height: 24px;
    position: static;
    fill: rgb(137,164,199);
}

@media only screen and (max-width: 800px) {
    .wrapper-template_07 .audience_profile_98 .holder {
        padding: 30px;
    }

    .wrapper-template_07 .audience_profile_98 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .wrapper-template_07 .audience_profile_98 ul li {
        font-size: 17px;
        padding: 10px 15px;
    }
}.advantages_benefits_82 {
  padding: 80px 0;
  background: linear-gradient(135deg, #000000 0%, rgb(78,112,157) 100%);
  position: relative;
  overflow: hidden;
}

.advantages_benefits_82::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgb(137,164,199,0.5) 10%, transparent 70%);
  opacity: 0.1;
  animation: rotate 30s linear infinite;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.advantages_benefits_82 .container {
  max-width: 1200px;
  margin: 0 auto;
}

.advantages_benefits_82 .advantages_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(#ffffff, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(#ffffff, 0.2);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(#000000, 0.1);
  transition: all 0.3s ease;
}

.advantages_benefits_82 .advantages_content:hover {
  box-shadow: 0 12px 48px rgba(#000000, 0.2);
}

.advantages_benefits_82 .advantages_photo_holder {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
  margin-top: 40px;
}

.advantages_benefits_82 .advantages_photo_holder .photo {
  flex: 1;
  height: 400px;
  border: 2px solid rgb(137,164,199);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.advantages_benefits_82 .advantages_photo_holder .photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgb(137,164,199,0.5) 0%, transparent 100%);
  opacity: 0.6;
}

.advantages_benefits_82 .advantages_holder {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  width: 100%;
}

.advantages_benefits_82 .advantages_holder .advantage_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: linear-gradient(135deg, rgba(#ffffff, 0.1) 0%, rgba(#ffffff, 0.05) 100%);
  border: 1px solid rgba(#ffffff, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.advantages_benefits_82 .advantages_holder .advantage_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(#000000, 0.1);
}

.advantages_benefits_82 .advantages_holder .advantage_item .advantage_image {
  margin-bottom: 15px;
}

.advantages_benefits_82 .advantages_holder .advantage_item svg, .advantages_benefits_82 .advantages_holder .advantage_item svg path {
  width: 50px;
  height: 50px;
  fill: rgb(137,164,199);
  transition: all 0.3s ease;
}

.advantages_benefits_82 .advantages_holder .advantage_item:hover svg {
  transform: scale(1.1);
  fill: rgb(78,112,157);
}

.advantages_benefits_82 .advantages_holder .advantage_item h4 {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  font-weight: 600;
}

.advantages_benefits_82 .advantages_content h2 {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  margin: 0 0 40px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.advantages_benefits_82 .advantages_content h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: rgb(137,164,199);
  border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
  .advantages_benefits_82 .advantages_photo_holder .photo {
    flex: auto;
  }
  .advantages_benefits_82 .advantages_photo_holder {
    flex-direction: column;
  }
  
  .advantages_benefits_82 .advantages_holder {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .advantages_benefits_82 {
    padding: 60px 0;
  }
  
  .advantages_benefits_82 .advantages_content {
    padding: 30px;
  }
  
  .advantages_benefits_82 .advantages_content h2 {
    font-size: calc(28px * 0.9);
  }
}

@media only screen and (max-width: 480px) {
  .advantages_benefits_82 {
    padding: 40px 0;
  }
  
  .advantages_benefits_82 .advantages_content {
    padding: 20px;
  }
  
  .advantages_benefits_82 .advantages_content h2 {
    font-size: calc(28px * 0.8);
  }
  
  .advantages_benefits_82 .advantages_holder {
    grid-template-columns: 1fr;
  }
}.welcome_section_75 {
    background: radial-gradient(ellipse at bottom right, rgb(137,164,199), #000000);
    font-family: Roboto, sans-serif;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.welcome_section_75 .holder {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1200px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.3);
}

.welcome_section_75 .photo {
    flex: 1;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

.welcome_section_75 .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    filter: brightness(0.7) contrast(1.2);
}

.welcome_section_75 .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 0%, rgb(137,164,199,0.5) 100%);
}

.welcome_section_75 .text_holder {
    display: flex;
    flex-direction: column;
    padding: 3rem;
    background: linear-gradient(45deg, rgb(137,164,199,0.5), rgb(78,112,157,0.5));
    position: relative;
}

.welcome_section_75 .text_holder::before,
.welcome_section_75 .text_holder::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(78,112,157), transparent);
}

.welcome_section_75 .text_holder::before {
    top: 0;
}

.welcome_section_75 .text_holder::after {
    bottom: 0;
}

.welcome_section_75 .text_info {
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.welcome_section_75 .text_info svg {
    width: 60px;
    height: 60px;
    fill: #ffffff;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 5px rgb(78,112,157));
    transition: transform 0.3s ease, filter 0.3s ease;
}
.welcome_section_75 .text_info svg text {
    fill: #ffffff;
}

.welcome_section_75 .text_info h2 {
    font-size: 31px;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.welcome_section_75 .text_info span {
    font-size: 15px;
    line-height: 1.6;
    display: block;
    text-shadow: 0 0 5px rgb(137,164,199);
}

.welcome_section_75 .button {
    align-self: flex-start;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(45deg, rgb(78,112,157), rgb(137,164,199));
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 10px rgb(78,112,157,0.5);
}

.welcome_section_75 .button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(78,112,157) 10%, transparent 40%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.welcome_section_75 .button:hover::before {
    opacity: 0.2;
}

.welcome_section_75 .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgb(78,112,157);
}

.welcome_section_75 .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(78,112,157), 0 0 20px rgb(78,112,157,0.5);
}

@media only screen and (min-width: 768px) {
    .welcome_section_75 .holder {
        flex-direction: row-reverse;
    }

    .welcome_section_75 .photo {
        flex: 1;
    }

    .welcome_section_75 .text_holder {
        flex: 1;
    }
}

@media only screen and (max-width: 767px) {
    .welcome_section_75 .text_holder {
        padding: 2rem;
    }

    .welcome_section_75 .text_info h2 {
        font-size: 21px;
    }

    .welcome_section_75 .text_info span {
        font-size: 14px;
    }

    .welcome_section_75 .button {
        padding: 0.6rem 1.2rem;
        font-size: 14px;
    }
}.customer_feedback_50 {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.customer_feedback_50::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, rgb(205,213,224) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(205,213,224) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(205,213,224) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(205,213,224) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.05;
}

.customer_feedback_50 .container {
    position: relative;
    z-index: 1;
}

.customer_feedback_50 h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: rgb(137,164,199);
    text-align: center;
    position: relative;
}

.customer_feedback_50 h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(78,112,157);
}

.customer_feedback_50 .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.customer_feedback_50 .reviews .review {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    min-width: 250px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customer_feedback_50 .reviews .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.customer_feedback_50 .reviews .review .photo {
    width: 100%;
    padding-top: 75%;
    position: relative;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.customer_feedback_50 .reviews .review .photo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.customer_feedback_50 .reviews .review:nth-child(6n+1) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(137,164,199,0.5) 0%, 
        color-mix(in srgb, rgb(137,164,199,0.5) 60%, rgb(78,112,157) 40%) 50%, 
        rgb(78,112,157) 100%);
}

.customer_feedback_50 .reviews .review:nth-child(6n+2) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(137,164,199,0.5) 0%, 
        color-mix(in srgb, rgb(137,164,199,0.5) 60%, rgb(78,112,157) 40%) 50%, 
        rgb(78,112,157) 100%);
}

.customer_feedback_50 .reviews .review:nth-child(6n+3) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(137,164,199,0.5) 0%, 
        color-mix(in srgb, rgb(137,164,199,0.5) 60%, rgb(78,112,157) 40%) 50%, 
        rgb(78,112,157) 100%);
}

.customer_feedback_50 .reviews .review:nth-child(6n+4) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(137,164,199,0.5) 0%, 
        color-mix(in srgb, rgb(137,164,199,0.5) 60%, rgb(78,112,157) 40%) 50%, 
        rgb(78,112,157) 100%);
}

.customer_feedback_50 .reviews .review:nth-child(6n+5) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(137,164,199,0.5) 0%, 
        color-mix(in srgb, rgb(137,164,199,0.5) 60%, rgb(78,112,157) 40%) 50%, 
        rgb(78,112,157) 100%);
}

.customer_feedback_50 .reviews .review:nth-child(6n) .photo::after {
    background: linear-gradient(to bottom, 
        rgb(137,164,199,0.5) 0%, 
        color-mix(in srgb, rgb(137,164,199,0.5) 60%, rgb(78,112,157) 40%) 50%, 
        rgb(78,112,157) 100%);
}

.customer_feedback_50 .reviews .review:hover .photo::after {
    opacity: 0;
}

.customer_feedback_50 .reviews .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 20px;
    transition: opacity 0.3s ease;
}

.customer_feedback_50 .reviews .review:hover .text {
    opacity: 0;
}

.customer_feedback_50 .reviews .text p {
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

.customer_feedback_50 .reviews .text span {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.9;
    font-weight: 300;
}

.customer_feedback_50::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        rgb(78,112,157) 0%, 
        rgb(137,164,199) 25%, 
        rgb(78,112,157,0.5) 50%, 
        rgb(137,164,199,0.5) 75%, 
        rgb(78,112,157) 100%);
}

@media only screen and (max-width: 1200px) {
    .customer_feedback_50 .reviews .review {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .customer_feedback_50 {
        padding: 60px 0;
    }

    .customer_feedback_50 .reviews {
        flex-direction: column;
        align-items: center;
    }

    .customer_feedback_50 .reviews .review {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .customer_feedback_50 h3 {
        font-size: 19px;
    }

    .customer_feedback_50 .reviews .text p {
        font-size: 15px;
    }

    .customer_feedback_50 .reviews .text span {
        font-size: 12px;
    }

    .customer_feedback_50 .reviews .review .photo {
        padding-top: 66.67%;
    }
}.tyBox_04 {
    background-color: rgb(205,213,224);
    padding: 80px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tyBox_04::before,
.tyBox_04::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(137,164,199,0.5);
    border-radius: 50%;
    z-index: 1;
}
.tyBox_04::before {
    top: -50px;
    left: -50px;
}
.tyBox_04::after {
    bottom: -50px;
    right: -50px;
}
.tyBox_04 .container {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 24px;
    padding: 60px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    text-align: left;
}
.tyBox_04 .container h2 {
    font-family: Roboto, sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: rgb(137,164,199);
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(78,112,157);
    padding-bottom: 15px;
    letter-spacing: 2px;
}
.tyBox_04 .container p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .tyBox_04 {
        padding: 40px 15px;
    }
    .tyBox_04 .container {
        padding: 40px;
    }
    .tyBox_04 .container h2 {
        font-size: calc(31px - 5px);
    }
    .tyBox_04 .container p {
        font-size: calc(16px - 2px);
    }
}
.educational_yield_31 {
    position: relative;
    padding: 150px 0;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.5) 0%, rgb(205,213,224) 50%, rgb(78,112,157,0.5) 100%);
    overflow: hidden;
}

.educational_yield_31::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: repeating-linear-gradient(
        45deg,
        rgb(137,164,199,0.5) 0%,
        transparent 1px,
        transparent 50px
    );
    animation: gridMove 30s linear infinite;
    opacity: 0.1;
}

@keyframes gridMove {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.educational_yield_31 .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.educational_yield_31 .holder {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    position: relative;
}

.educational_yield_31 .photo {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    height: 120%;
    border-radius: 60px 0 0 60px;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

.educational_yield_31 .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(137,164,199,0.5) 100%
    );
    z-index: 1;
}

.educational_yield_31 .text_holder {
    position: relative;
    padding: 60px;
    background: #ffffff;
    border-radius: 0 13px 13px 0;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(137,164,199);
}

.educational_yield_31 .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.9) 100%
    );
    z-index: -1;
    border-radius: 0 13px 13px 0;
}

.educational_yield_31 .text_holder h2 {
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.educational_yield_31 .text_holder h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: rgb(137,164,199);
    border-radius: 10px;
}

.educational_yield_31 .text_holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 25px;
}

.educational_yield_31 .text_holder ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    padding: 15px 20px;
    background: linear-gradient(
        to right,
        rgba(rgb(205,213,224), 0.3),
        transparent
    );
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.educational_yield_31 .text_holder ul li:hover {
    transform: translateX(10px);
}

.educational_yield_31 .text_holder ul li svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    fill: rgb(137,164,199);
    filter: drop-shadow(2px 2px 4px rgb(137,164,199,0.5));
}

@media (max-width: 1200px) {
    .educational_yield_31 .holder {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .educational_yield_31 .photo {
        position: relative;
        width: 100%;
        height: 500px;
        right: 0;
        top: 0;
        transform: none;
        border-radius: 13px;
        clip-path: none;
    }

    .educational_yield_31 .text_holder {
        border-radius: 13px;
        border-left: none;
        border-top: 4px solid rgb(137,164,199);
    }
}

@media (max-width: 768px) {
    .educational_yield_31 {
        padding: 80px 0;
    }

    .educational_yield_31 .container {
        padding: 0 20px;
    }

    .educational_yield_31 .photo {
        height: 400px;
    }

    .educational_yield_31 .text_holder {
        padding: 40px 30px;
    }

    .educational_yield_31 .text_holder h2 {
        font-size: calc(31px * 0.85);
        margin-bottom: 30px;
    }

    .educational_yield_31 .text_holder ul {
        gap: 15px;
    }

    .educational_yield_31 .text_holder ul li {
        font-size: calc(16px * 0.95);
        padding: 12px 15px;
    }
}

@media (max-width: 480px) {
    .educational_yield_31 {
        padding: 60px 0;
    }

    .educational_yield_31 .photo {
        height: 300px;
    }

    .educational_yield_31 .text_holder {
        padding: 30px 20px;
    }

    .educational_yield_31 .text_holder h2 {
        font-size: calc(31px * 0.75);
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .educational_yield_31 .text_holder ul li {
        font-size: calc(16px * 0.9);
        padding: 10px;
        gap: 15px;
    }
}.our_info_89 {
    background: linear-gradient(to bottom right, rgb(205,213,224), #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: Roboto, sans-serif;
    transition: background-color 0.3s ease;
}
.our_info_89 .holder .info_holder div.office_hours_83 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.our_info_89 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.our_info_89 .holder .info_holder > div > div {
    margin: 5px 0;
}
.our_info_89::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgb(137,164,199,0.5), transparent);
    opacity: 0.2;
    z-index: -1;
}
.our_info_89 .info_holder svg {
    fill: rgb(137,164,199);
    width: 2em;
    height: 2em;
    vertical-align: middle;
    margin-right: 0.5em;
    transition: fill 0.3s ease;
}
.our_info_89 .contact_holder {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
.our_info_89 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our_info_89 .contact_holder h2 {
    font-size: 34px;
    color: rgb(137,164,199);
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.our_info_89 .contact_holder .contact_description {
    font-size: 18px;
    color: #000000;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
    opacity: 0.8;
}
.our_info_89 .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;
}
.our_info_89 .contact_holder .photo:hover {
    transform: scale(1.1);
}
.our_info_89 .holder .info_holder>div span {
    margin-left: 8px;
}
.our_info_89 .info_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
    width: 100%;
    padding: 1em;
    border-radius: 21px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
.our_info_89 .info_holder:hover {
    background-color: rgb(205,213,224);
}
.our_info_89 .info_holder>div {
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
    width: 100%;
}
.our_info_89 .contact_politics {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 100%;
}
.our_info_89 .contact_politics>div {
    background-color: #ffffff;
    padding: 1em;
    border-radius: 21px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}
.our_info_89 .contact_politics>div:hover {
    background-color: rgb(205,213,224);
}
.our_info_89 .contact_politics>div h4 {
    font-size: 18px;
    color: rgb(137,164,199);
    margin-bottom: 0.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.our_info_89 .contact_politics>div p {
    font-size: 18px;
    color: #000000;
    opacity: 0.8;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.our_info_89 {
    animation: gradient 10s ease infinite;
}
@media only screen and (max-width: 600px) {
    .our_info_89 {
        padding: 1em;
    }
    .our_info_89 .contact_holder {
        width: 100%;
    }
    .our_info_89 .contact_holder .photo {
        width: 150px;
        height: 150px;
    }
    .our_info_89 .contact_holder h2 {
        font-size: 18px;
    }
    .our_info_89 .contact_holder .contact_description {
        font-size: 19px;
    }
    .our_info_89 .info_holder svg {
        width: 1.5em;
        height: 1.5em;
    }
    .our_info_89 .info_holder,
    .our_info_89 .contact_politics>div {
        padding: 0.5em;
    }
}
.our_team_29 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(137,164,199) 30%, rgb(78,112,157) 100%);
    color: #000000;
    font-family: Roboto, sans-serif;
}

.wrapper-template_07 .our_team_29 .holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.wrapper-template_07 .our_team_29 .holder .photo {
    display: block;
    width: 40%;
    height: 400px;
    flex-shrink: 0;
    max-width: 500px;
    border-radius: 11px;
    box-shadow: 0 10px 20px rgb(137,164,199,0.5), 0 6px 6px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin-left: 20px;
}

.wrapper-template_07 .our_team_29 .caption_holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgb(137,164,199,0.5), 0 6px 6px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.wrapper-template_07 .our_team_29 .caption_holder::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: rgb(137,164,199,0.5);
    border-radius: 10px;
    z-index: -1;
    transition: transform 0.3s ease-in-out;
}

.wrapper-template_07 .our_team_29 .caption_holder:hover::before {
    transform: translate(-10px, -10px);
}

.wrapper-template_07 .our_team_29 h2 {
    color: rgb(137,164,199);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wrapper-template_07 .our_team_29 p {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .wrapper-template_07 .our_team_29 .caption_holder {
        flex-direction: column;
    }
    .wrapper-template_07 .our_team_29 .holder .photo {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .wrapper-template_07 .our_team_29 .caption_holder::before {
        content: none;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-template_07 .our_team_29 .holder {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-template_07 .our_team_29 .caption_holder {
        padding: 20px;
        text-align: center;
    }
}.pricing_card_set_76 {
    position: relative;
    padding: 180px 0;
    background: linear-gradient(125deg, #000000 0%, rgb(78,112,157) 100%);
    overflow: hidden;
}

.pricing_card_set_76::before,
.pricing_card_set_76::after {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: repeating-linear-gradient(45deg, 
        rgb(137,164,199,0.5) 0%, 
        transparent 1px,
        transparent 15px,
        rgb(137,164,199,0.5) 16px);
    animation: gridMove 20s linear infinite;
    opacity: 0.1;
}

.pricing_card_set_76::after {
    background: radial-gradient(circle at 50% 50%, 
        rgb(78,112,157,0.5) 0%,
        transparent 70%);
    animation: pulse 8s ease-in-out infinite;
}

.pricing_card_set_76 .container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding: 0;
}

.pricing_card_set_76 .price_info_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.pricing_card_set_76 .photo {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.pricing_card_set_76 .photo::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 100%;
    top: 0;
    left: -25%;
    background: inherit;
    z-index: 1;
}

.pricing_card_set_76 .photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        45deg,
        rgb(137,164,199,0.5) 0%,
        transparent 40%,
        rgb(78,112,157,0.5) 100%
    );
    mix-blend-mode: overlay;
    z-index: 2;
}

.pricing_card_set_76 h2 {
    font-size: calc(31px * 1.5);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
}

.pricing_card_set_76 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, rgb(137,164,199), rgb(78,112,157));
    border-radius: 10px;
}

.pricing_card_set_76 h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0.9;
}

.pricing_card_set_76 .price_items {
    display: grid;
    gap: 20px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 50px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    perspective: 1000px;
}

.pricing_card_set_76 .price_item {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.pricing_card_set_76 .price_item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%);
    transform: translateY(-100%);
    transition: transform 0.6s ease;
}

.pricing_card_set_76 .price_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), 
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.pricing_card_set_76 .price_item:hover::before {
    transform: translateY(100%);
}

.pricing_card_set_76 .price_item:hover::after {
    opacity: 1;
}

.pricing_card_set_76 .price_item:hover {
    transform: translateZ(50px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3),
                0 0 30px rgb(137,164,199,0.5);
}

.pricing_card_set_76 .price_item h3 {
    font-size: calc(18px * 1.2);
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.pricing_card_set_76 .price_item h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: rgb(137,164,199);
}

.pricing_card_set_76 .price_item .price_amount {
    font-size: calc(40px * 1.2);
    background: linear-gradient(135deg, rgb(137,164,199), rgb(78,112,157));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin: 30px 0 40px;
    text-shadow: 0 0 20px rgb(137,164,199,0.5);
}

.pricing_card_set_76 .price_item span {
    font-size: calc(16px * 0.9);
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.8;
    margin-bottom: 50px;
}

.pricing_card_set_76 .price_item .button {
    background: transparent;
    color: #ffffff;
    padding: 18px 48px;
    border: 2px solid rgb(137,164,199);
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.pricing_card_set_76 .price_item .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(137,164,199), rgb(78,112,157));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
    z-index: -1;
}

.pricing_card_set_76 .price_item .button:hover {
    color: #ffffff;
    border-color: transparent;
}

.pricing_card_set_76 .price_item .button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes gridMove {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(-100px) translateY(-100px); }
}

@keyframes pulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

@media (min-width: 1200px) {
    .pricing_card_set_76 .price_items:has(.price_item:nth-child(2)) {
        grid-template-columns: repeat(2, minmax(350px, 1fr));
    }
    
    .pricing_card_set_76 .price_items:has(.price_item:nth-child(3)) {
        grid-template-columns: repeat(3, minmax(350px, 1fr));
    }
    
    .pricing_card_set_76 .price_items:has(.price_item:nth-child(4)) {
        grid-template-columns: repeat(4, minmax(200px, 1fr));
    }
}

@media (max-width: 1200px) {
    .pricing_card_set_76 {
        padding: 120px 0;
    }
    
    .pricing_card_set_76 .price_info_holder {
        gap: 60px;
    }
    
    .pricing_card_set_76 .photo {
        height: 400px;
    }
    
    .pricing_card_set_76 .price_items {
        padding: 0 20px;
    }
    
    .pricing_card_set_76 h2 {
        font-size: 31px;
    }
    
    .pricing_card_set_76 .price_item {
        padding: 40px 30px;
    }
}

@media (max-width: 480px) {
    .pricing_card_set_76 {
        padding: 80px 0;
    }
    
    .pricing_card_set_76 .photo {
        height: 300px;
    }
    
    .pricing_card_set_76 .price_items {
        padding: 0 15px;
    }
    
    .pricing_card_set_76 .price_item {
        padding: 35px 25px;
    }
}