* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.first_class {
    flex: 1 0 auto;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}header,footer {
    width: 100%;
}.hackathon {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1215px;
}a {
    text-decoration: none;
    color: inherit;
}.wrap-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_form_section {
    padding: 5rem 0;
    position: relative;
}.contact_form_section::before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}.contact_form_section .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.contact_form_section .reach_panel {
    position: relative;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: rgb(180,188,169);
    overflow: hidden;
    flex-wrap: wrap;
    border-radius: 26px;
}.contact_form_section .reach_panel::before {
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
        rgb(135,148,138), 
        rgb(95,104,96));
    position: absolute;
    left: 0;
    height: 5px;
}.contact_form_section .message_message {
    flex: 1 0 300px;
    position: relative;
    background: rgb(180,188,169);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3rem;
}.contact_form_section .message_message::after {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom,
        transparent,
        rgb(135,148,138,0.5),
        transparent);
    right: 0;
    width: 1px;
    height: 100%;
    top: 0;
}.contact_form_section .message_message h3 {
    border-bottom: 2px solid rgb(95,104,96);
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    display: inline-block;
    color: rgb(135,148,138);
    font-size: 20px;
}.contact_form_section .message_message div {
    transition: all 0.3s ease;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}.contact_form_section .message_message div:hover {
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
    transform: translateX(5px);
}.contact_form_section .message_message div svg {
    flex-shrink: 0;
    border-radius: 50%;
    height: 24px;
    margin-right: 1rem;
    padding: 5px;
    background: rgb(135,148,138);
    width: 24px;
}.contact_form_section .message_message div svg path {
    fill: #ffffff;
}.contact_form_section .message_message div span {
    font-size: 18px;
    color: #000000;
}.contact_form_section .message_message div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_form_section .message_message div span a:hover {
    color: rgb(135,148,138);
}.contact_form_section .feedback_help {
    flex: 1 0 450px;
    position: relative;
    background: #ffffff;
    padding: 3rem;
}.contact_form_section .feedback_help::before {
    transform: rotate(45deg);
    position: absolute;
    background: #ffffff;
    top: 3rem;
    height: 20px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    content: "";
    left: -10px;
    width: 20px;
}.contact_form_section .feedback_help form {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.contact_form_section .feedback_help h3 {
    font-size: 20px;
    text-align: center;
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 2rem;
}.contact_form_section .feedback_help h3::after {
    content: "";
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    background: rgb(135,148,138);
    bottom: -10px;
    left: 50%;
    width: 50px;
}.contact_form_section .feedback_help input[type="text"],
.contact_form_section .feedback_help input[type="email"] {
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    background: rgb(180,188,169);
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.2rem;
}.contact_form_section .feedback_help input[type="text"]:focus,
.contact_form_section .feedback_help input[type="email"]:focus {
    border-color: rgb(135,148,138);
    box-shadow: 0 0 0 3px rgb(135,148,138,0.5);
    outline: none;
}.contact_form_section .feedback_help input[type="text"]::placeholder,
.contact_form_section .feedback_help input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_form_section .feedback_help .inquiry_info {
    display: flex;
    gap: 10px;
    margin: 0.5rem 0;
    align-items: flex-start;
}.contact_form_section .feedback_help .inquiry_info input[type="checkbox"] {
    margin-top: 2px;
    -webkit-appearance: none;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
    border: 2px solid #000000;
    appearance: none;
    background-color: #ffffff;
    height: 20px;
    border-radius: 4px;
    width: 20px;
    cursor: pointer;
}.contact_form_section .feedback_help .inquiry_info input[type="checkbox"]:checked {
    border-color: rgb(135,148,138);
    background-color: rgb(135,148,138);
}.contact_form_section .feedback_help .inquiry_info input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    left: 7px;
    transform: rotate(45deg);
    top: 3px;
    position: absolute;
    width: 4px;
    content: "";
    border: solid #ffffff;
    height: 8px;
}.contact_form_section .feedback_help .inquiry_info label {
    color: #000000;
    font-size: calc(18px - 1px);
    line-height: 1.5;
}.contact_form_section .feedback_help .inquiry_info label a {
    color: rgb(135,148,138);
    font-weight: 600;
    text-decoration: none;
}.contact_form_section .feedback_help .connect_box {
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    margin-top: 1rem;
    color: #ffffff;
    border: none;
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
    background: rgb(135,148,138);
    padding: 1rem;
    transition: all 0.3s ease;
    position: relative;
}.contact_form_section .feedback_help .connect_box::after {
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 50%;
    width: 5px;
    position: absolute;
    content: "";
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
    height: 5px;
    opacity: 0;
}.contact_form_section .feedback_help .connect_box:hover {
    background: rgb(95,104,96);
}.contact_form_section .feedback_help .connect_box:focus {
    outline: none;
}.contact_form_section .feedback_help .connect_box:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.contact_form_section .reach_panel {
    flex-direction: column;
}.contact_form_section .message_message {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}.contact_form_section .message_message::after {
    width: 100%;
    background: linear-gradient(to right,
            transparent,
            rgb(135,148,138,0.5),
            transparent);
    top: unset;
    bottom: 0;
    right: unset;
    height: 1px;
    left: 0;
}.contact_form_section .feedback_help::before {
    left: 3rem;
    top: -10px;
    transform: rotate(135deg);
}
}

@media screen and (max-width: 768px) {.contact_form_section {
    padding: 4rem 0;
}.contact_form_section .message_message,
    .contact_form_section .feedback_help {
    padding: 2rem;
}.contact_form_section .message_message h3,
    .contact_form_section .feedback_help h3 {
    font-size: calc(20px - 2px);
}
}

@media screen and (max-width: 576px) {.contact_form_section {
    padding: 3rem 0;
}.contact_form_section .message_message,
    .contact_form_section .feedback_help {
    padding: 1.5rem;
}.contact_form_section .message_message div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.contact_form_section .message_message div svg {
    width: 20px;
    height: 20px;
}.contact_form_section .feedback_help input[type="text"],
    .contact_form_section .feedback_help input[type="email"] {
    padding: 0.8rem 1rem;
}.contact_form_section .feedback_help::before {
    display: none;
}}.price_item_element {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 100px 0;
}.price_item_element::before {
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    top: 0;
    z-index: 1;
    position: absolute;
}.price_item_element::after {
    width: 100%;
    position: absolute;
    z-index: 2;
    content: "";
    top: 0;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(135,148,138,0.5), 0.15) 0%, transparent 50%);
    height: 100%;
}.price_item_element .container {
    z-index: 3;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.price_item_element .cost_breakdown {
    position: relative;
}.price_item_element h2 {
    font-size: 37px;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    margin-bottom: 20px;
    font-weight: 700;
    transform: translateY(0);
    text-align: center;
    color: #ffffff;
    position: relative;
}.price_item_element h2::after {
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(135,148,138), rgb(95,104,96));
    position: absolute;
    width: 80px;
    content: "";
    bottom: -10px;
    left: 50%;
}.price_item_element .annual_fee {
    line-height: 1.6;
    margin: 0 auto 40px;
    color: #ffffff;
    text-align: center;
    font-size: calc(13px + 2px);
    opacity: 0.9;
    max-width: 700px;
}.price_item_element .pricing_options {
    margin: 0;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
}.price_item_element .pricing_options li {
    display: flex;
    perspective: 1000px;
}.price_item_element .fee_plans {
    width: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
    text-decoration: none;
    height: 100%;
    flex-direction: column;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    overflow: hidden;
}.price_item_element .fee_plans::before {
    background: radial-gradient(circle at 30% 30%, rgb(135,148,138,0.5), transparent 75%);
    content: "";
    z-index: -1;
    transition: opacity 0.5s ease;
    width: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}.price_item_element .fee_plans:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}.price_item_element .fee_plans:hover::before {
    opacity: 0.15;
}.price_item_element .class_cost {
    display: flex;
    padding: 30px;
    flex-grow: 1;
    position: relative;
    flex-direction: column;
}.price_item_element .value_deals {
    flex-direction: column;
    height: 100%;
    display: flex;
}.price_item_element .value_deals h4 {
    color: #ffffff;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    font-size: calc(19px + 2px);
    position: relative;
}.price_item_element .fee_plans:hover .value_deals h4 {
    transform: translateY(-5px);
}.price_item_element .value_deals h4::after {
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(95,104,96);
}.price_item_element .fee_plans:hover .value_deals h4::after {
    width: 60px;
}.price_item_element .value_deals p {
    overflow-wrap: break-word;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 25px;
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
}.price_item_element .edu_packages {
    transition: transform 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(135,148,138,0.5), transparent);
    padding: 10px 20px;
    color: #ffffff;
    overflow: hidden;
    font-weight: 700;
    font-size: calc(19px + 4px);
    align-self: flex-start;
    margin-top: auto;
}.price_item_element .edu_packages::before {
    transition: left 0.5s ease;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: "";
}.price_item_element .fee_plans:hover .edu_packages {
    transform: scale(1.05);
}.price_item_element .fee_plans:hover .edu_packages::before {
    left: 100%;
}

@media (max-width: 1200px) {.price_item_element {
    padding: 80px 0;
}.price_item_element .pricing_options {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.price_item_element h2 {
    font-size: calc(37px - 4px);
}.price_item_element .annual_fee {
    margin-bottom: 30px;
    font-size: 13px;
}.price_item_element .class_cost {
    padding: 25px;
}
}

@media (max-width: 768px) {.price_item_element {
    padding: 60px 0;
}.price_item_element .pricing_options {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_item_element .value_deals h4 {
    font-size: 19px;
}.price_item_element .edu_packages {
    font-size: 19px;
}
}

@media (max-width: 576px) {.price_item_element {
    padding: 50px 0;
}.price_item_element h2 {
    font-size: calc(37px - 6px);
}.price_item_element .annual_fee {
    font-size: calc(13px - 1px);
}.price_item_element .class_cost {
    padding: 20px;
}.price_item_element .value_deals p {
    font-size: calc(13px - 1px);
}}.our_story {
    color: #ffffff;
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}.our_story::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(28, 35, 45, 0.92) 0%,
        rgba(28, 35, 45, 0.85) 50%, 
        rgba(28, 35, 45, 0.75) 100%);
    left: 0;
    height: 100%;
    content: "";
}.our_story::after {
    width: 100%;
    z-index: 2;
    background-size: 40px 40px;
    position: absolute;
    opacity: 0.1;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgb(95,104,96,0.5) 1px, transparent 1px),
        linear-gradient(180deg, rgb(95,104,96,0.5) 1px, transparent 1px);
}.our_story .container {
    z-index: 3;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.our_story h2 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    opacity: 0;
    color: #ffffff;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 34px;
    margin-bottom: 60px;
    transform: translateX(-10px);
}.our_story h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(95,104,96), rgb(135,148,138));
    bottom: -15px;
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
    position: absolute;
    width: 0;
    height: 3px;
}.our_story .info_card {
    opacity: 0;
    flex-direction: column;
    display: flex;
    border-left: 4px solid rgb(95,104,96);
    padding: 40px;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    position: relative;
    animation: fadeUpIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.our_story .info_card::before {
    background: rgb(95,104,96);
    transform: rotate(45deg);
    left: -12px;
    height: 20px;
    top: 30px;
    width: 20px;
    content: "";
    position: absolute;
}.our_story .info_card::after {
    top: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    height: 100px;
    content: "";
    width: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--primary-color-rgb), 0.1) 50%);
    position: absolute;
    right: 0;
}.our_story .info_card > div {
    position: relative;
}.our_story .info_card p {
    letter-spacing: 1px;
    font-size: calc(14px * 1.4);
    margin-bottom: 20px;
    font-weight: 600;
    animation: fadeIn 0.8s ease-out 0.5s forwards;
    opacity: 0;
    transform: translateX(-5px);
    color: rgb(95,104,96);
}.our_story .info_card div div {
    font-family: Arial, sans-serif;
    column-gap: 40px;
    font-size: 14px;
    color: #ffffff;
    column-count: 1;
    line-height: 1.8;
    text-align: justify;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.7s forwards;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    to {
        width: 80px;
    }
}

@keyframes fadeUpIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


@media (min-width: 768px) {.our_story {
    padding: 150px 0 130px;
}.our_story h2 {
    font-size: calc(34px * 1.2);
    margin-bottom: 70px;
}.our_story .info_card {
    padding: 50px 60px;
    margin-left: 40px;
    width: calc(100% - 40px);
}.our_story .info_card div div {
    column-count: 2;
}.our_story .info_card::before {
    top: 50px;
}
}

@media (min-width: 992px) {.our_story {
    padding: 180px 0 150px;
}.our_story .container {
    padding: 0 40px;
}.our_story h2 {
    margin-bottom: 80px;
    font-size: calc(34px * 1.4);
}.our_story .info_card {
    padding: 60px 80px;
    margin-left: 60px;
    width: calc(100% - 60px);
}.our_story .info_card div div {
    column-gap: 60px;
    column-count: 2;
}
}

@media (min-width: 1200px) {.our_story .info_card {
    padding: 70px 100px;
    margin-left: 80px;
    width: calc(100% - 80px);
}.our_story .info_card::after {
    width: 150px;
    height: 150px;
}.our_story .info_card div div {
    column-count: 2;
    column-gap: 80px;
}
}

@media (hover: hover) {.our_story .info_card:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.our_story .info_card:hover::before {
    transition: all 0.4s ease;
    background: rgb(135,148,138);
}}.educational_gains {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,188,169) 0%, rgba(247, 248, 252, 0.9) 100%);
    padding: 120px 0;
    position: relative;
}.educational_gains::before {
    top: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(rgb(135,148,138,0.5), 0.05) 0%, transparent 60%);
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
}.educational_gains::after {
    content: "";
    height: 140%;
    border-left: 1px solid rgba(rgb(135,148,138,0.5), 0.1);
    position: absolute;
    width: 70%;
    z-index: 0;
    background: linear-gradient(145deg, rgba(rgb(135,148,138,0.5), 0.08) 0%, rgba(rgb(95,104,96,0.5), 0.04) 100%);
    top: -50%;
    right: -20%;
    transform: rotate(15deg);
}.educational_gains .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1400px;
    display: grid;
    gap: 40px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.educational_gains .lightbox_img {
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    height: auto;
    will-change: transform;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    object-fit: cover;
    filter: saturate(1.05);
}.educational_gains .lightbox_img:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.educational_gains .culture_block {
    flex-direction: column;
    display: flex;
    justify-content: center;
}.educational_gains .info_card {
    position: relative;
    padding: 30px;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
}.educational_gains .info_card::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(135,148,138), rgb(95,104,96));
    left: 0;
    width: 5px;
    transform: scaleY(0);
    top: 0;
    height: 100%;
    transform-origin: top;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
}.educational_gains .info_card:hover::before {
    transform: scaleY(1);
}.educational_gains h1 {
    position: relative;
    font-weight: 700;
    font-size: 45px;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    opacity: 0;
    line-height: 1.2;
    color: #000000;
    transform: translateY(20px);
    margin-bottom: 30px;
}.educational_gains ul {
    margin: 0;
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    list-style: none;
}.educational_gains li {
    transform: translateX(20px);
    animation-delay: calc(0.2s + (var(--i, 0) * 0.1s));
    padding: 8px 0;
    animation: fadeInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    position: relative;
}.educational_gains li:nth-child(1) {
    --i: 1;
}.educational_gains li:nth-child(2) {
    --i: 2;
}.educational_gains li:nth-child(3) {
    --i: 3;
}.educational_gains li:nth-child(4) {
    --i: 4;
}.educational_gains li:nth-child(5) {
    --i: 5;
}.educational_gains li p {
    transition: transform 0.3s ease;
    align-items: center;
    line-height: 1.6;
    margin: 0;
    padding-left: 40px;
    color: #000000;
    font-size: 13px;
    position: relative;
    display: flex;
}.educational_gains li:hover p {
    transform: translateX(5px);
}.educational_gains li svg {
    height: 28px;
    transform: translateY(-50%);
    left: 0;
    width: 28px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    top: 50%;
}.educational_gains li:hover svg {
    transform: translateY(-50%) scale(1.15);
}.educational_gains svg path {
    fill: rgb(135,148,138);
    transition: fill 0.3s ease;
}.educational_gains li:hover svg path {
    fill: rgb(95,104,96);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 768px) {.educational_gains .container {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.educational_gains .info_card {
    padding: 40px;
}.educational_gains ul {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.educational_gains {
    padding: 150px 0;
}.educational_gains .container {
    gap: 80px;
}.educational_gains .lightbox_img {
    max-height: 600px;
    height: 100%;
}.educational_gains .info_card {
    padding: 50px;
}.educational_gains h1 {
    font-size: calc(45px * 1.1);
}
}

@media (max-width: 767px) {.educational_gains {
    padding: 80px 0;
}.educational_gains .lightbox_img {
    object-position: center;
    max-height: 400px;
}.educational_gains h1 {
    margin-bottom: 20px;
    font-size: calc(45px * 0.85);
}.educational_gains li {
    padding: 6px 0;
}.educational_gains li p {
    font-size: calc(13px * 0.95);
    padding-left: 35px;
}.educational_gains li svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 480px) {.educational_gains {
    padding: 60px 0;
}.educational_gains .info_card {
    padding: 25px 20px;
}.educational_gains h1 {
    font-size: calc(45px * 0.75);
}.educational_gains li p {
    font-size: calc(13px * 0.9);
    padding-left: 32px;
}.educational_gains li svg {
    height: 22px;
    width: 22px;
}}.course_summary {
    position: relative;
    display: grid;
    overflow: hidden;
    min-height: 100vh;
    grid-template-columns: 1fr;
    background-color: #000000;
    grid-template-rows: 1fr;
}.course_summary::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at left bottom, rgb(135,148,138,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(95,104,96,0.5) 0%, transparent 30%);
    height: 100%;
    z-index: 2;
    pointer-events: none;
    opacity: 0.4;
    left: 0;
}.course_summary .learn_business {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    overflow: hidden;
}.course_summary .learn_business::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    content: "";
}.course_summary .lesson_map {
    width: 500%;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
    display: flex;
}.course_summary .learn_business:hover .lesson_map {
    animation-play-state: paused;
}.course_summary .future_skills {
    height: 100%;
    width: 20%;
    position: relative;
    overflow: hidden;
}.course_summary .future_skills img {
    height: 100%;
    filter: brightness(0.8) saturate(1.2);
    transform: scale(1.1);
    object-fit: cover;
    width: 100%;
    transition: transform 8s ease;
}.course_summary .future_skills:hover img {
    transform: scale(1.2);
}.course_summary .container {
    margin: 0 auto;
    width: 100%;
    align-items: center;
    height: 100%;
    max-width: 1320px;
    position: relative;
    display: flex;
    padding: 0;
    justify-content: center;
    z-index: 4;
}.course_summary .culture_block {
    margin-bottom: 0;
    width: 100%;
}.course_summary .quick_progress {
    align-items: center;
    grid-column-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    padding: 0 2rem;
}.course_summary .quick_progress h3 {
    font-weight: 700;
    position: relative;
    margin: 0;
    grid-column: 1 / 2;
    font-size: 30px;
    color: #ffffff;
    border-left: 4px solid rgb(135,148,138);
    padding-left: 2rem;
}.course_summary .quick_progress p {
    opacity: 0.7;
    grid-column: 3 / 4;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}.course_summary .quick_progress .connect_box {
    color: #ffffff;
    margin: 2rem auto 0;
    display: flex;
    font-size: 16px;
    justify-content: center;
    background-color: transparent;
    position: relative;
    align-items: center;
    font-weight: 600;
    width: max-content;
    text-decoration: none;
    padding: 0.8rem 2rem;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    grid-column: 1 / 4;
    border: 2px solid rgb(135,148,138);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course_summary .quick_progress .connect_box::before {
    z-index: -1;
    transition: width 0.4s ease;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    background: rgb(135,148,138);
    position: absolute;
    top: 0;
}.course_summary .quick_progress .connect_box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: translateY(-5px);
}.course_summary .quick_progress .connect_box:hover::before {
    width: 100%;
}@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}


.course_summary .future_skills::before {
    content: "";
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
}.course_summary .future_skills::after {
    left: -100%;
    width: 100%;
    top: 30%;
    animation: moving-line 8s linear infinite;
    height: 1px;
    position: absolute;
    content: "";
    z-index: 3;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(135,148,138) 50%, 
                transparent 100%);
    box-shadow: 0 0 8px rgb(135,148,138);
}.course_summary .future_skills:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}.course_summary .future_skills:nth-child(3)::after {
    animation-delay: 2s;
    top: 45%;
}.course_summary .future_skills:nth-child(4)::after {
    animation-delay: 3s;
    top: 75%;
}.course_summary .future_skills:nth-child(5)::after {
    animation-delay: 4s;
    top: 15%;
}@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}


.course_summary .culture_block::before {
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    bottom: 0;
    height: 1px;
    position: absolute;
    opacity: 0.3;
    content: "";
    left: 0;
    width: 100%;
}


@media (max-width: 992px) {.course_summary .quick_progress {
    grid-gap: 1.5rem;
    grid-template-columns: 1fr;
    text-align: center;
}.course_summary .quick_progress h3,
    .course_summary .quick_progress span,
    .course_summary .quick_progress p {
    padding: 0;
    grid-column: 1 / 2;
    border: none;
}.course_summary .quick_progress h3 {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgb(135,148,138);
}.course_summary .quick_progress .connect_box {
    grid-column: 1 / 2;
}.course_summary .culture_block {
    margin-bottom: 0;
}
}


@media (max-width: 768px) {.course_summary {
    min-height: 100vh;
}.course_summary .learn_business::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.course_summary .culture_block {
    margin-bottom: 0;
}.course_summary .quick_progress {
    grid-gap: 1rem;
    padding: 0 1.5rem;
}.course_summary .quick_progress h3 {
    font-size: calc(30px * 0.9);
}.course_summary .quick_progress span,
    .course_summary .quick_progress p {
    font-size: calc(16px * 0.9);
}.course_summary .quick_progress .connect_box {
    margin-top: 1.5rem;
    width: 100%;
}}.consentInformationPopup {
    background: rgb(180,188,169);
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(135,148,138);
    z-index: 90;
}.cookie_gate {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}#cookie_popupbanner {
    display: none;
}#cookie_popupbanner:checked ~ .consentInformationPopup {
    visibility: hidden;
    opacity: 0;
}.consentInformationPopup h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.consentInformationPopup p {
    font-size: 18px;
}.learn_cookies {
    margin-right: 10px;
    flex-shrink: 0;
}.learn_cookies svg, .learn_cookies svg path, .learn_cookies img {
    width: 100px;
    fill: rgb(135,148,138);
    height: 100px;
}.digital_consent {
    color: rgb(135,148,138);
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    line-height: 35px;
    min-width: 120px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(135,148,138);
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
}.consentInformationPopup p a {
    text-decoration: none;
    color: rgb(135,148,138);
}
@media only screen and (max-width: 1200px) {.consentInformationPopup {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.learn_cookies {
    display: none;
}.cookie_gate {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.consentInformationPopup h5 {
    text-align: center;
}.consentInformationPopup p {
    text-align: center;
}.data_approve {
    margin-bottom: 20px;
}body .wrap-container .digital_consent {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrap-container .consentInformationPopup {
    background: #ffffff;
    border: none;
    box-shadow: rgb(135,148,138,0.5) 0px 0px 40px 39px;
}.wrap-container .digital_consent {
    border: none;
    padding: 10px;
    font-weight: 400;
    font-size: 20px;
    background: rgb(135,148,138);
    color: #ffffff;
    margin-left: 30px;
}.wrap-container .learn_cookies {
    border-radius: 50%;
    justify-content: center;
    width: 80px;
    background:rgb(135,148,138);
    display: flex;
    align-items: center;
    height: 80px;
}.wrap-container .learn_cookies svg, .wrap-container .learn_cookies svg path, .wrap-container .learn_cookies img {
    height: 40px;
    fill:#000000;
    width: 40px;
}.wrap-container .data_approve h5, .wrap-container .data_approve p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrap-container .learn_cookies {
    margin: 0;
    margin-bottom: 14px;
}}.statistics_information {
    position: relative;
    background: linear-gradient(to right, rgb(180,188,169), #f0f4f8, rgb(180,188,169));
    overflow: hidden;
    z-index: 1;
    padding: 90px 0;
}.statistics_information::before {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(135,148,138,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(95,104,96,0.5) 0%, transparent 50%);
    animation: gradientShift 15s ease infinite alternate;
    content: "";
    height: 100%;
}.statistics_information::after {
    z-index: -1;
    content: "";
    left: 0;
    background: 
        linear-gradient(90deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(0deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%);
    background-size: 20px 20px;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}.statistics_information .container {
    padding: 0 20px;
    position: relative;
    gap: 40px;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
}.statistics_information .statistics_advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}.statistics_information .growth_statistics {
    z-index: 1;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    transition: all 0.3s ease;
    width: calc(25% - 15px);
    height: 150px;
    text-align: center;
    border-radius: 27px;
    display: flex;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    flex-direction: column;
}.statistics_information .growth_statistics::before {
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(135,148,138), rgb(95,104,96));
    width: 4px;
    transition: height 0.3s ease;
    left: 0;
    height: 60%;
    border-radius: 2px;
    position: absolute;
}.statistics_information .growth_statistics::after {
    animation: shimmer 5s infinite;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        transparent 40%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 60%
    );
    top: 0;
    transform: translateX(-100%);
    height: 100%;
}.statistics_information .growth_statistics:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.statistics_information .growth_statistics:hover::before {
    height: 80%;
}.statistics_information .growth_statistics h4 {
    transition: color 0.3s ease;
    color: rgb(135,148,138);
    font-weight: 700;
    margin: 0 0 10px;
    font-size: calc(28px + 0.25rem);
}.statistics_information .growth_statistics:hover h4 {
    color: rgb(95,104,96);
}.statistics_information .growth_statistics span {
    max-width: 100%;
    color: #000000;
    font-size: 18px;
}.statistics_information .study_elevation {
    margin: 20px auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    text-align: center;
    border-radius: 27px;
    order: 1;
    width: 100%;
    padding: 30px;
    z-index: 2;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
}.statistics_information .study_elevation::before {
    opacity: 0.6;
    bottom: -3px;
    background: linear-gradient(45deg, 
        rgb(135,148,138,0.5),
        rgb(95,104,96,0.5),
        rgb(135,148,138,0.5)
    );
    top: -3px;
    left: -3px;
    border-radius: calc(27px + 3px);
    animation: borderGlow 6s linear infinite;
    content: "";
    z-index: -1;
    position: absolute;
    right: -3px;
}.statistics_information .statistics_experts {
    font-weight: 700;
    display: inline-block;
    color: rgb(135,148,138);
    margin: 0 0 20px;
    position: relative;
    font-size: 28px;
}.statistics_information .statistics_experts::after {
    content: "";
    bottom: -10px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(135,148,138), rgb(95,104,96));
    width: 70px;
    transform: translateX(-50%);
    left: 50%;
}.statistics_information .statistics_edges {
    font-size: 18px;
    line-height: 1.7;
    max-width: 700px;
    color: #000000;
    margin: 0 auto;
}.statistics_information svg {
    fill: rgb(135,148,138);
    opacity: 0.7;
    right: 15px;
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    top: 15px;
    position: absolute;
}.statistics_information svg path {
    fill: inherit;
}.statistics_information .growth_statistics:hover svg {
    opacity: 1;
    fill: rgb(95,104,96);
    transform: rotate(15deg);
}.statistics_information .statistics_advantages:first-of-type {
    order: 0;
}.statistics_information .statistics_advantages:last-of-type {
    order: 2;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.statistics_information .growth_statistics {
    width: calc(50% - 10px);
}
}

@media (max-width: 768px) {.statistics_information {
    padding: 70px 0;
}.statistics_information .container {
    gap: 30px;
}.statistics_information .study_elevation {
    padding: 25px;
}.statistics_information .statistics_experts {
    font-size: calc(28px - 0.25rem);
}
}

@media (max-width: 576px) {.statistics_information {
    padding: 50px 0;
}.statistics_information .growth_statistics {
    min-height: 130px;
    height: auto;
    width: 100%;
}.statistics_information .study_elevation {
    padding: 20px;
}}header .top_plank {
    background: rgb(135,148,138);
    color:  #ffffff;
}header .top_plank .study_techpro div svg, header .top_plank .study_techpro div svg path {
    fill: #ffffff;
}header .top_plank .study_techpro div span {
    color: #ffffff;
}header .top_plank .study_techpro {
    line-height: 21px;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 14px;
}header .top_plank .study_techpro div {
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .study_techpro div img, header .top_plank .study_techpro div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.client_opinions {
    background: linear-gradient(135deg, rgb(180,188,169) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.client_opinions::before {
    animation: float 15s infinite ease-in-out;
    height: 500px;
    right: -100px;
    width: 500px;
    z-index: 1;
    position: absolute;
    content: "";
    top: -100px;
    transform: rotate(-15deg) skew(10deg);
    background: linear-gradient(225deg, rgb(135,148,138,0.5) 0%, rgba(255, 255, 255, 0) 70%);
}.client_opinions::after {
    position: absolute;
    transform: rotate(15deg);
    height: 300px;
    width: 300px;
    left: -50px;
    bottom: -50px;
    content: "";
    animation: float 12s infinite ease-in-out reverse;
    z-index: 1;
    background: linear-gradient(45deg, rgb(95,104,96,0.5) 0%, rgba(255, 255, 255, 0) 70%);
}.client_opinions .container {
    position: relative;
    z-index: 2;
}.client_opinions h2 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    max-width: 80%;
    margin-bottom: 60px;
    position: relative;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
}.client_opinions h2::after {
    width: 80px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    height: 3px;
    content: "";
}.client_opinions .opinion_spot {
    list-style: none;
    gap: 30px;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.client_opinions .learner_reflections {
    z-index: 2;
    background: #ffffff;
    position: relative;
    transform: translateY(0);
    padding: 30px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.client_opinions .learner_reflections:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.client_opinions .learner_reflections:nth-child(odd):hover {
    background: linear-gradient(135deg, #ffffff 80%, rgba(rgb(135,148,138,0.5), 0.2) 100%);
}.client_opinions .learner_reflections:nth-child(even):hover {
    background: linear-gradient(135deg, #ffffff 80%, rgba(rgb(95,104,96,0.5), 0.2) 100%);
}.client_opinions .learner_reflections > div {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}.client_opinions .learner_reflections img {
    width: 70px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-radius: 50%;
    object-fit: cover;
    height: 70px;
}.client_opinions .learner_reflections:hover img {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.client_opinions .learner_reflections h4 {
    font-size: calc(21px * 0.9);
    margin-left: 20px;
    font-weight: 600;
    position: relative;
    color: #000000;
}.client_opinions .learner_reflections h4::after {
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(135,148,138);
    width: 30px;
    bottom: -8px;
}.client_opinions .learner_reflections:hover h4::after {
    width: 50px;
}.client_opinions .learner_reflections .description {
    padding: 5px 0 5px 20px;
    color: #000000;
    border-left: 2px solid rgb(95,104,96,0.5);
    line-height: 1.6;
    margin: 0;
    position: relative;
    font-size: 16px;
}.client_opinions .learner_reflections .description::before {
    position: absolute;
    left: -10px;
    font-family: Georgia, serif;
    color: rgba(rgb(95,104,96,0.5), 0.2);
    content: "";
    font-size: 60px;
    top: -20px;
}.client_opinions .learner_reflections:nth-child(3n+1) {
    transform: translateY(20px);
}.client_opinions .learner_reflections:nth-child(3n+2) {
    transform: translateY(0);
}.client_opinions .learner_reflections:nth-child(3n+3) {
    transform: translateY(-20px);
}.client_opinions .learner_reflections:nth-child(3n+1):hover {
    transform: translateY(10px);
}.client_opinions .learner_reflections:nth-child(3n+2):hover {
    transform: translateY(-10px);
}.client_opinions .learner_reflections:nth-child(3n+3):hover {
    transform: translateY(-30px);
}.client_opinions a {
    margin: 50px auto 0;
    width: 200px;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    font-size: 17px;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    z-index: 2;
    box-shadow: 0 5px 20px rgba(rgb(135,148,138,0.5), 0.3);
    color: #ffffff;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    margin-top: 50px;
    border-radius: 10px;
    font-weight: 600;
    padding: 12px 30px;
}.client_opinions a::before {
    transition: all 0.5s ease;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}.client_opinions a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(rgb(135,148,138,0.5), 0.4);
}.client_opinions a:hover::before {
    left: 100%;
}

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translate(0, 0);
    }
    50% {
        transform: rotate(-15deg) skew(10deg) translate(20px, 20px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translate(0, 0);
    }
}

@media (max-width: 992px) {.client_opinions {
    padding: 80px 0;
}.client_opinions h2 {
    font-size: calc(30px * 0.9);
    max-width: 90%;
}.client_opinions .opinion_spot {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.client_opinions {
    padding: 60px 0;
}.client_opinions::before,
    .client_opinions::after {
    height: 200px;
    width: 200px;
}.client_opinions h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.8);
}.client_opinions .opinion_spot {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.client_opinions .learner_reflections:nth-child(3n+1),
    .client_opinions .learner_reflections:nth-child(3n+2),
    .client_opinions .learner_reflections:nth-child(3n+3) {
    transform: translateY(0);
}.client_opinions .learner_reflections:nth-child(3n+1):hover,
    .client_opinions .learner_reflections:nth-child(3n+2):hover,
    .client_opinions .learner_reflections:nth-child(3n+3):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.client_opinions {
    padding: 50px 0;
}.client_opinions h2 {
    max-width: 100%;
    font-size: calc(30px * 0.7);
}.client_opinions .learner_reflections {
    padding: 20px;
}.client_opinions .learner_reflections img {
    height: 60px;
    width: 60px;
}.client_opinions .learner_reflections h4 {
    font-size: calc(21px * 0.8);
}.client_opinions .learner_reflections .description {
    font-size: calc(16px * 0.95);
}.client_opinions a {
    padding: 10px 20px;
    width: 180px;
}}footer {
    position: relative;
    width: 100%;
}footer .hackathon {
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(135,148,138) 100%);
    position: relative;
    z-index: 1;
}footer .hackathon::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    top: 0;
}footer .hackathon::after {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(135,148,138) 0%, 
        rgb(95,104,96) 50%, 
        rgb(135,148,138) 100%);
    content: '';
    animation: glowBorder 3s infinite linear;
    height: 3px;
    top: 0;
    width: 100%;
    position: absolute;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .hackathon .container {
    z-index: 2;
    position: relative;
}footer .footer_benefit {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .connect_today {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    padding-bottom: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
}footer .connect_today::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(95,104,96,0.5) 50%, 
        transparent 100%);
    width: 100%;
    left: 0;
    height: 1px;
    content: '';
}footer .info_item {
    transition: all 0.3s ease;
    padding: 15px;
    flex: 1;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    transform: translateY(0);
    min-width: 200px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    font-size: 14px;
    font-family: Arial, sans-serif;
    display: flex;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    gap: 10px;
    align-items: center;
    color: #ffffff;
}footer .info_item svg {
    width: 20px;
    height: 20px;
    fill: rgb(95,104,96);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(95,104,96);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .site_core {
    gap: 20px;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}footer .site_core svg {
    filter: drop-shadow(0 0 5px rgb(135,148,138,0.5));
    height: auto;
    max-width: 160px;
}footer .lesson_cta {
    font-size: 14px;
    font-weight: 300;
    max-width: 300px;
    line-height: 1.5;
    opacity: 0.7;
    color: #ffffff;
}footer .head_lesson {
    display: flex;
    gap: 20px;
    flex-direction: column;
}footer .head_lesson h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
    font-size: 20px;
}footer .head_lesson h5::after {
    position: absolute;
    border-radius: 10px;
    background: rgb(95,104,96);
    width: 50px;
    bottom: 0;
    left: 0;
    content: '';
    height: 3px;
}footer .top_info {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .top_info a {
    position: relative;
    padding-left: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    opacity: 0.8;
    font-size: 14px;
}footer .top_info a::before {
    content: '';
    opacity: 0.7;
    border-radius: 50%;
    height: 6px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    width: 6px;
    position: absolute;
    background: rgb(95,104,96);
    top: 50%;
    left: 0;
}footer .top_info a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(95,104,96);
}footer .top_info a:hover::before {
    height: 8px;
    opacity: 1;
    width: 8px;
    box-shadow: 0 0 10px rgb(95,104,96);
}footer .subscribe_holder {
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    padding: 25px;
    transition: all 0.5s ease;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    gap: 15px;
    transform: perspective(1000px) rotateY(-5deg);
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #ffffff;
}footer .subscribe_holder p {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.8;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    padding: 14px 15px;
    outline: none;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: 100%;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(95,104,96);
    box-shadow: 0 0 15px rgb(95,104,96,0.5);
}footer .mail_list {
    position: relative;
    text-transform: uppercase;
    background: linear-gradient(45deg, rgb(95,104,96) 0%, rgb(135,148,138) 100%);
    cursor: pointer;
    color: #ffffff;
    letter-spacing: 1px;
    border: none;
    padding: 12px 24px;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease;
}footer .mail_list::before {
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    top: 0;
    transition: 0.6s;
    content: '';
    position: absolute;
    width: 100%;
    left: -100%;
}footer .mail_list:hover::before {
    left: 100%;
}footer .mail_list:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .help_center {
    text-align: center;
    position: relative;
    padding-top: 30px;
}footer .help_center::before {
    height: 1px;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(95,104,96,0.5) 50%, 
        transparent 100%);
    left: 0;
}footer .eng_center {
    font-size: 13px;
    font-weight: 300;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 992px) {footer .hackathon {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .connect_today {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .hackathon {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .head_lesson {
    gap: 15px;
}footer .connect_today {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .mail_list {
    width: 100%;
}
}

@media (max-width: 576px) {footer .hackathon {
    padding: 40px 0 30px;
}footer .site_core {
    margin: 0 auto;
    text-align: center;
    align-items: center;
}footer .lesson_cta {
    text-align: center;
    margin: 0 auto;
}footer .head_lesson h5 {
    text-align: center;
}footer .head_lesson h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .top_info {
    align-items: center;
}footer .top_info a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.tyBox {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(180,188,169) 0%, rgb(135,148,138,0.5) 100%);
    padding: 120px 0;
}.tyBox::before {
    top: -10%;
    position: absolute;
    z-index: 1;
    content: "";
    right: -5%;
    background: linear-gradient(220deg, rgb(95,104,96,0.5) 20%, transparent 80%);
    animation: floatElement 15s ease-in-out infinite;
    filter: blur(60px);
    width: 40%;
    transform: rotate(-15deg) skewX(10deg);
    height: 70%;
}.tyBox::after {
    height: 70%;
    background: linear-gradient(220deg, rgb(135,148,138,0.5) 20%, transparent 80%);
    left: -5%;
    animation: floatElement 15s ease-in-out infinite reverse;
    z-index: 1;
    transform: rotate(15deg) skewX(-10deg);
    position: absolute;
    width: 40%;
    bottom: -10%;
    content: "";
    filter: blur(60px);
}.tyBox .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.tyBox h2 {
    margin-bottom: 40px;
    opacity: 0;
    letter-spacing: -0.01em;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    text-align: center;
    color: #000000;
    margin-left: auto;
    position: relative;
    font-size: 38px;
    max-width: 800px;
    transform: translateY(20px);
    margin-right: auto;
    font-weight: 700;
    line-height: 1.4;
}.tyBox h2::after {
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    height: 3px;
    background: rgb(135,148,138);
    border-radius: 10px;
    bottom: -15px;
    content: "";
}.tyBox .culture_block {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    animation: slideUp 0.8s forwards 0.5s ease-out;
    overflow: hidden;
    background: #ffffff;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    padding: 50px;
}.tyBox .culture_block::before {
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    content: "";
    width: 100%;
    height: 6px;
}.tyBox .culture_block::after {
    top: 20px;
    transform: translateY(-10px);
    border-radius: 50%;
    width: 160px;
    height: 160px;
    right: 20px;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(135,148,138,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
}.tyBox ul {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}.tyBox li {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 20px;
}.tyBox li::before {
    background: rgb(135,148,138);
    width: 12px;
    border-radius: 50%;
    animation: pulse 2s infinite;
    height: 12px;
    position: absolute;
    left: -30px;
    top: 8px;
    content: "";
}.tyBox span {
    padding-left: 15px;
    position: relative;
    text-align: left;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    font-size: calc(15px * 1.1);
    border-left: 3px solid rgb(135,148,138,0.5);
}

@keyframes slideUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(135,148,138), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(135,148,138), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(135,148,138), 0);
  }
}

@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}

@media (max-width: 991px) {.tyBox {
    padding: 80px 0;
}.tyBox h2 {
    font-size: calc(38px * 0.85);
}.tyBox .culture_block {
    padding: 40px 30px;
}.tyBox li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.tyBox {
    padding: 60px 0;
}.tyBox h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.tyBox h2::after {
    bottom: -10px;
    width: 60px;
}.tyBox .culture_block {
    padding: 30px 20px;
}.tyBox li::before {
    display: none;
}.tyBox span {
    font-size: 15px;
    line-height: 1.6;
}
}

@media (max-width: 480px) {.tyBox {
    padding: 40px 0;
}.tyBox h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.6);
}.tyBox .culture_block {
    padding: 25px 15px;
}.tyBox span {
    border-left: 2px solid rgb(135,148,138,0.5);
    padding-left: 10px;
}}.teacher_profile {
    position: relative;
    padding: 6rem 2rem;
    background: rgb(180,188,169);
    overflow: hidden;
}.teacher_profile::before {
    animation: lineExpand 5s ease-in-out infinite alternate;
    width: 40%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(135,148,138,0.5), transparent);
    height: 1px;
    transform-origin: left center;
    top: 40%;
}.teacher_profile::after {
    position: absolute;
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    width: 40%;
    height: 1px;
    right: 0;
    background: linear-gradient(to left, transparent, rgb(95,104,96,0.5), transparent);
    transform-origin: right center;
    bottom: 40%;
}.teacher_profile .learner_reflections {
    margin: 0 auto;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    z-index: 1;
    position: relative;
    max-width: 1100px;
    display: grid;
}.teacher_profile .lightbox_img {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    transform: scale(1);
    height: 400px;
    width: 100%;
    filter: grayscale(100%);
    border-radius: 0;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
}.teacher_profile .lightbox_img::after {
    mix-blend-mode: overlay;
    top: 0;
    content: "";
    opacity: 0.5;
    transition: all 0.7s ease;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(135,148,138,0.5) 0%, transparent 50%);
}.teacher_profile .career_section {
    transition: all 0.7s ease;
    position: relative;
    flex-direction: column;
    justify-content: center;
    opacity: 0.9;
    display: flex;
}.teacher_profile .career_section::before {
    top: 15%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: -2rem;
    content: "";
    height: 70%;
    position: absolute;
    width: 1px;
}.teacher_profile .name {
    color: #000000;
    transition: all 0.5s ease;
    position: relative;
    transform: translateX(0);
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: calc(47px * 1.2);
}.teacher_profile .name::after {
    height: 2px;
    bottom: -0.5rem;
    left: 0;
    content: "";
    transform-origin: left;
    transition: transform 0.5s ease 0.2s;
    position: absolute;
    transform: scaleX(0);
    width: 50px;
    background: rgb(135,148,138);
}.teacher_profile .career_section div:nth-child(2) {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    transition: all 0.5s ease 0.1s;
    margin-bottom: 3rem;
    transform: translateX(0);
    color: rgb(95,104,96);
}.teacher_profile .career_progress {
    padding-left: 2rem;
    transition: all 0.5s ease 0.2s;
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    transform: translateX(0);
}.teacher_profile .career_progress::before {
    color: rgb(135,148,138,0.5);
    font-size: 4rem;
    top: -1rem;
    line-height: 1;
    content: "";
    left: 0;
    position: absolute;
    font-family: serif;
}.teacher_profile .learner_reflections:hover .lightbox_img {
    transform: scale(1.05);
    filter: grayscale(0%);
}.teacher_profile .learner_reflections:hover .lightbox_img::after {
    opacity: 0.3;
}.teacher_profile .learner_reflections:hover .name {
    transform: translateX(10px);
}.teacher_profile .learner_reflections:hover .name::after {
    transform: scaleX(1);
}.teacher_profile .learner_reflections:hover .career_section div:nth-child(2) {
    transform: translateX(20px);
}.teacher_profile .learner_reflections:hover .career_progress {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.teacher_profile .learner_reflections {
    grid-template-columns: 1fr;
    gap: 3rem;
}.teacher_profile .lightbox_img {
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    margin: 0 auto;
    height: 350px;
    width: 80%;
}.teacher_profile .career_section::before {
    width: 60%;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
    height: 1px;
    top: -1.5rem;
}.teacher_profile .learner_reflections:hover .name,
    .teacher_profile .learner_reflections:hover .career_section div:nth-child(2),
    .teacher_profile .learner_reflections:hover .career_progress {
    transform: translateX(0);
}}.study_process {
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(180,188,169) 0%, #ffffff 100%);
    padding: 120px 0;
}.study_process::before {
    top: 0;
    opacity: 0.15;
    background: linear-gradient(45deg, rgb(135,148,138,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    transform: translateZ(-10px);
    content: "";
}.study_process::after {
    width: 70%;
    transform: rotate(-15deg);
    right: -20%;
    content: "";
    animation: gradientShift 15s infinite alternate ease-in-out;
    top: -50%;
    background: linear-gradient(170deg, rgb(95,104,96,0.5) 10%, transparent 60%);
    z-index: 0;
    opacity: 0.1;
    height: 200%;
    position: absolute;
}.study_process .container.culture_block {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}.study_process .container.culture_block > div {
    padding: 3rem;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(40px);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
}.study_process .container.culture_block > div::before {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    top: -10px;
    opacity: 0.15;
    left: -10px;
    background: linear-gradient(45deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    z-index: -1;
    content: "";
    transform: translateZ(-10px);
}.study_process .container.culture_block > div:hover {
    transform: translateZ(50px) translateY(-5px);
}.study_process .container.culture_block > div:hover::before {
    opacity: 0.25;
    transform: translateZ(-15px) scale(1.05);
}.study_process h3 {
    font-size: calc(32px * 0.9);
    transform: translateZ(10px);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
}.study_process h3::after {
    position: absolute;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    transform: scaleX(1) translateZ(5px);
    content: "";
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -12px;
    left: 0;
    width: 80px;
    height: 3px;
}.study_process .container.culture_block > div:hover h3::after {
    transform: scaleX(1.5) translateZ(5px);
}.study_process p {
    transform: translateZ(5px);
    position: relative;
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 0;
}.study_process p span {
    position: relative;
    border-left: 2px solid rgb(95,104,96,0.5);
    display: block;
    padding-left: 10px;
}

@keyframes gradientShift {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) translateX(5%) translateY(2%);
    }
    100% {
        opacity: 0.15;
        transform: rotate(-12deg) translateX(0%) translateY(0%);
    }
}

@media (max-width: 991px) {.study_process {
    padding: 80px 0;
}.study_process h3 {
    font-size: calc(32px * 0.8);
}.study_process .container.culture_block > div {
    transform: translateZ(20px);
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.study_process {
    padding: 60px 0;
}.study_process h3 {
    font-size: calc(32px * 0.7);
}.study_process p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.study_process .container.culture_block > div {
    transform: translateZ(10px);
    padding: 2rem;
}.study_process .container.culture_block > div:hover {
    transform: translateZ(15px) translateY(-3px);
}
}

@media (max-width: 480px) {.study_process {
    padding: 50px 0;
}.study_process h3 {
    font-size: calc(32px * 0.6);
    margin-bottom: 1.2rem;
}.study_process h3::after {
    bottom: -8px;
    width: 60px;
    height: 2px;
}.study_process p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.study_process .container.culture_block > div {
    padding: 1.5rem;
    transform: translateZ(5px);
}.study_process .container.culture_block > div:hover {
    transform: translateZ(8px) translateY(-2px);
}.study_process p span {
    border-left-width: 1px;
    padding-left: 8px;
}}.secure_preserve {
    margin: 0 auto;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 100%;
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}.secure_preserve h1 {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(135,148,138);
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    margin-top: 40px;
    font-size: 43px;
    color: rgb(135,148,138);
    padding-bottom: 10px;
}.secure_preserve h2 {
    font-size: 36px;
    border-bottom: 1px solid rgb(95,104,96);
    margin-top: 30px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: rgb(95,104,96);
}.secure_preserve h3, .secure_preserve h4, .secure_preserve h5, .secure_preserve h6 {
    font-size: 19px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}.secure_preserve ul, .secure_preserve ol {
    padding: 15px 0;
    padding-left: 0;
    list-style-position: inside;
    margin: 0;
}.secure_preserve li {
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin-bottom: 12px;
    padding: 5px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}.secure_preserve li:hover {
    background: rgb(135,148,138,0.5);
}.secure_preserve section {
    background: none;
}.secure_preserve p, .secure_preserve span, .secure_preserve div {
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.8;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.secure_preserve {
    width: 100%;
    padding: 25px 10px;
}.secure_preserve h1, .secure_preserve h2 {
    font-size: calc(19px - 5px);
    text-align: left;
}.secure_preserve ul, .secure_preserve ol {
    padding: 10px 0;
}}header {
    width: 100%;
    overflow: visible;
    background: rgb(180,188,169);
    position: relative;
    z-index: 99;
}header::before {
    height: 100%;
    background: linear-gradient(90deg, rgb(135,148,138,0.5) 0%, transparent 50%, rgb(135,148,138,0.5) 100%);
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.15;
    top: 0;
}header .main_bar {
    grid-template-rows: auto auto;
    position: relative;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
    padding: 20px;
}header .main_bar::after {
    top: 50%;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(135,148,138,0.5), transparent);
    position: absolute;
}header .main_bar .site_core {
    position: relative;
    justify-self: center;
    z-index: 10;
    padding: 5px 20px 15px;
}header .main_bar .site_core::before,
header .main_bar .site_core::after {
    border-radius: 25px;
    content: "";
    height: 90%;
    width: 90%;
    position: absolute;
}header .main_bar .site_core::before {
    transition: transform 0.3s ease;
    transform: scale(0);
    transform-origin: top left;
    top: -5px;
    left: -5px;
    border-left: 2px solid rgb(135,148,138);
    border-top: 2px solid rgb(135,148,138);
}header .main_bar .site_core::after {
    transform: scale(0);
    bottom: -5px;
    border-right: 2px solid rgb(95,104,96);
    border-bottom: 2px solid rgb(95,104,96);
    transition: transform 0.3s ease;
    right: -5px;
    transform-origin: bottom right;
}header .main_bar .site_core:hover::before,
header .main_bar .site_core:hover::after {
    transform: scale(1);
}header .main_bar .site_core .site_start {
    display: block;
    transition: transform 0.3s ease;
}header .main_bar .site_core .site_start svg {
    height: 60px;
    width: auto;
}header .main_bar .head_lesson {
    margin: 0;
    flex-wrap: wrap;
    list-style: none;
    display: flex;
    position: relative;
    justify-content: center;
    padding: 20px 0 10px;
    background: linear-gradient(180deg, transparent, rgb(95,104,96) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
}header .main_bar .head_lesson::before,
header .main_bar .head_lesson::after {
    background: rgb(135,148,138,0.5);
    top: 15%;
    position: absolute;
    content: "";
    height: 70%;
    width: 2px;
}header .main_bar .head_lesson::before {
    left: 0;
}header .main_bar .head_lesson::after {
    right: 0;
}header .main_bar .head_lesson .head_base {
    transition: transform 0.3s ease;
    margin: 0;
    padding: 0 15px;
    position: relative;
}header .main_bar .head_lesson .head_base:not(:last-child)::after {
    background: rgb(95,104,96,0.5);
    position: absolute;
    right: 0;
    width: 1px;
    top: 20%;
    height: 60%;
    content: "";
}header .main_bar .head_lesson .head_base:hover {
    transform: translateY(-3px);
}header .main_bar .head_lesson .head_base a {
    position: relative;
    font-size: 16px;
    display: block;
    font-weight: 600;
    padding: 10px 5px;
    transition: color 0.3s ease;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-family: Arial, sans-serif;
}header .main_bar .head_lesson .head_base a:hover {
    color: rgb(135,148,138);
}header .main_bar .head_lesson .head_base a::before {
    transform: scaleX(0);
    bottom: 5px;
    position: absolute;
    content: "";
    background: rgb(95,104,96);
    transition: transform 0.3s ease;
    width: 100%;
    left: 0;
    height: 2px;
}header .main_bar .head_lesson .head_base a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .main_bar {
    grid-template-rows: auto auto;
    padding: 15px 30px;
    grid-template-columns: 1fr;
}header .main_bar .head_lesson {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .main_bar {
    gap: 10px;
    padding: 15px;
    grid-template-rows: auto auto;
}header .main_bar .site_core {
    padding: 5px 10px;
}header .main_bar .site_core .site_start svg {
    height: 45px;
}header .main_bar .head_lesson {
    padding: 15px 0 10px;
}header .main_bar .head_lesson .head_base {
    padding: 0 10px;
}header .main_bar .head_lesson .head_base a {
    padding: 8px 3px;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header .main_bar .head_lesson {
    flex-wrap: wrap;
    justify-content: center;
}header .main_bar .head_lesson .head_base {
    margin: 3px 0;
}header .main_bar .head_lesson .head_base:not(:last-child)::after {
    display: none;
}}.title_welcome {
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background-color: rgb(180,188,169);
    width: 100%;
    align-items: center;
    display: flex;
}.title_welcome::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(135,148,138,0.5) 0%, transparent 50%);
    content: "";
    left: 0;
    z-index: 1;
    top: 0;
}.title_welcome::after {
    background: radial-gradient(circle, rgb(95,104,96) 0%, transparent 70%);
    height: 40%;
    animation: pulse 8s infinite alternate;
    position: absolute;
    content: "";
    width: 40%;
    right: -5%;
    z-index: 1;
    bottom: -5%;
    opacity: 0.7;
}.title_welcome .learn_main {
    transform: translateY(-2%);
    width: 100%;
    z-index: 2;
    max-width: 1400px;
    padding: 2rem;
    position: relative;
}.title_welcome .learning_primary {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    backdrop-filter: blur(5px);
    padding: 4rem 3rem;
    grid-gap: 2rem;
}.title_welcome .learning_primary::before {
    left: 0;
    content: "";
    background: linear-gradient(to right, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgba(0, 0, 0, 0.8) 40%, 
        rgba(0, 0, 0, 0.8) 60%, 
        rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}.title_welcome .learning_primary span {
    opacity: 0;
    display: block;
    transform: translateX(2rem);
    margin-bottom: 1.5rem;
    animation: slideIn 0.8s 0.5s forwards ease-out;
    position: relative;
}.title_welcome .learning_primary h3 {
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 100%);
    color: rgb(95,104,96);
    max-width: 90%;
    line-height: 1.5;
    font-size: calc(19px - 0.1rem);
    padding: 1rem 1.5rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    border-left: 3px solid rgb(135,148,138);
}.title_welcome .learning_primary h1 {
    background: linear-gradient(45deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 80%);
    background-clip: text !important;
    line-height: 1.2;
    -webkit-background-clip: text !important;
    color: #ffffff;
    margin-bottom: 1.5rem;
    animation: fadeUpIn 1s 0.8s forwards ease-out;
    color: transparent;
    font-size: 43px;
    opacity: 0;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    transform: translateY(30px);
}.title_welcome .learning_primary h1::after {
    animation: growLine 1.2s 1.2s forwards cubic-bezier(0.17, 0.67, 0.4, 1);
    width: 25%;
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, 
        rgb(135,148,138) 0%, 
        rgb(95,104,96) 100%);
    content: "";
    bottom: -10px;
    position: absolute;
    height: 4px;
}.title_welcome .learning_primary div div {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUpIn 1s 1.2s forwards ease-out;
    max-width: 80%;
}.title_welcome .learning_primary div div p {
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: calc(15px + 0.1rem);
    padding: 1rem 0;
    color: #ffffff;
    position: relative;
}.title_welcome .learning_primary div div p::before {
    top: 50%;
    height: 1px;
    left: -2rem;
    position: absolute;
    background-color: rgb(135,148,138);
    width: 1rem;
    transform: translateY(-50%);
    content: "";
}

@keyframes fadeUpIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(5deg);
        opacity: 0.9;
    }
}

@media (min-width: 768px) {.title_welcome .learning_primary {
    grid-template-columns: 1fr;
    padding: 5rem 4rem;
}.title_welcome .learning_primary h1 {
    font-size: calc(43px + 0.8rem);
    max-width: 90%;
}.title_welcome .learning_primary h3 {
    max-width: 80%;
    font-size: 19px;
}.title_welcome .learning_primary div div {
    max-width: 65%;
}.title_welcome .learning_primary div div p {
    font-size: calc(15px + 0.2rem);
}
}

@media (min-width: 992px) {.title_welcome .learn_main {
    padding: 3rem;
}.title_welcome .learning_primary {
    grid-template-columns: 1fr 1fr;
    padding: 6rem 5rem;
}.title_welcome .learning_primary span {
    grid-column: 1 / 3;
}.title_welcome .learning_primary h1 {
    max-width: 85%;
    grid-column: 1 / 3;
    font-size: calc(43px + 1.5rem);
}.title_welcome .learning_primary div {
    grid-column: 1 / 2;
}.title_welcome .learning_primary::after {
    top: -30px;
    height: 120px;
    border: 2px solid rgb(135,148,138);
    opacity: 0.6;
    z-index: 1;
    width: 120px;
    content: "";
    animation: rotate 30s linear infinite;
    right: -30px;
    position: absolute;
}
}

@media (min-width: 1200px) {.title_welcome .learning_primary {
    padding: 7rem 6rem;
}.title_welcome .learning_primary h1 {
    font-size: calc(43px + 2rem);
    max-width: 80%;
}.title_welcome .learning_primary h3 {
    max-width: 70%;
    font-size: calc(19px + 0.1rem);
}.title_welcome .learning_primary div div {
    max-width: 60%;
}.title_welcome .learning_primary div div p::before {
    width: 2rem;
}
    
    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
}

@media (max-width: 767px) {.title_welcome {
    min-height: 90vh;
}.title_welcome .learning_primary {
    padding: 3rem 2rem;
}.title_welcome .learning_primary h1 {
    font-size: calc(43px - 0.3rem);
}.title_welcome .learning_primary h3 {
    font-size: calc(19px - 0.2rem);
}.title_welcome .learning_primary div div {
    max-width: 100%;
}.title_welcome .learning_primary div div p {
    font-size: 15px;
}.title_welcome .learning_primary div div p::before {
    width: 0.8rem;
    left: -1.5rem;
}
}

@media (max-width: 480px) {.title_welcome {
    min-height: 80vh;
}.title_welcome .learn_main {
    padding: 1rem;
}.title_welcome .learning_primary {
    padding: 2.5rem 1.5rem;
}.title_welcome .learning_primary h1 {
    font-size: calc(43px - 0.5rem);
}.title_welcome .learning_primary h3 {
    font-size: calc(19px - 0.3rem);
    padding: 0.8rem 1rem;
    border-left: 2px solid rgb(135,148,138);
}
}