﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.progress_bar {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.top_wrap {
    flex: 1 0 auto;
}.wrapping-container {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.container {
    width: 1248px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.price_plan_grid {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price_plan_grid::before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}.price_plan_grid .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.price_plan_grid .cost_breakdown {
    perspective: 1000px;
    position: relative;
}.price_plan_grid h2 {
    font-size: 38px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    text-align: center;
    transform: translateZ(50px);
    color: #ffffff;
    animation: fadeInDown 0.8s ease-out forwards;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}.price_plan_grid .pricing_catalog {
    font-size: calc(15px * 1.1);
    transform: translateZ(30px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    max-width: 800px;
    opacity: 0.9;
    line-height: 1.6;
    margin: 0 auto 50px;
    text-align: center;
    color: #ffffff;
}.price_plan_grid .tuition_grid {
    gap: 30px;
    perspective: 2000px;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.price_plan_grid .tuition_grid li {
    opacity: 0;
    transform: translateY(30px) rotateX(5deg);
    height: 100%;
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.price_plan_grid .tuition_grid li:nth-child(1) {
    animation-delay: 0.3s;
}.price_plan_grid .tuition_grid li:nth-child(2) {
    animation-delay: 0.5s;
}.price_plan_grid .tuition_grid li:nth-child(3) {
    animation-delay: 0.7s;
}.price_plan_grid .tuition_grid li:nth-child(4) {
    animation-delay: 0.9s;
}.price_plan_grid .learning_deals {
    text-decoration: none;
    color: inherit;
    height: 100%;
    transform-style: preserve-3d;
    display: block;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.price_plan_grid .learning_deals:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.price_plan_grid .fee_board {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(137,161,157,0.5), rgb(101,123,118,0.5));
    backdrop-filter: blur(10px);
    height: 100%;
}.price_plan_grid .learning_deals:hover .fee_board {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}.price_plan_grid .fee_board::before {
    background: rgb(101,123,118);
    width: 100px;
    height: 100px;
    right: -10px;
    transition: all 0.4s ease;
    content: "";
    top: -10px;
    transform: rotate(45deg);
    opacity: 0.15;
    position: absolute;
}.price_plan_grid .learning_deals:hover .fee_board::before {
    opacity: 0.25;
    transform: rotate(45deg) scale(1.2);
}.price_plan_grid .price_choices {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 35px 30px;
    z-index: 1;
}.price_plan_grid .learning_deals:hover .price_choices {
    transform: translateZ(10px);
}.price_plan_grid .price_choices h4 {
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease;
    font-size: calc(18px * 1.2);
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-weight: 700;
}.price_plan_grid .learning_deals:hover .price_choices h4 {
    transform: translateY(-5px);
}.price_plan_grid .price_choices h4::after {
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    bottom: 0;
    height: 3px;
    background: rgb(137,161,157);
    content: "";
    width: 50px;
}.price_plan_grid .learning_deals:hover .price_choices h4::after {
    width: 80px;
}.price_plan_grid .price_choices p {
    padding-right: 10px;
    max-height: 200px;
    font-size: 15px;
    overflow-y: auto;
    margin-bottom: 30px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    transition: opacity 0.3s ease;
}.price_plan_grid .price_choices p::-webkit-scrollbar {
    width: 4px;
}.price_plan_grid .price_choices p::-webkit-scrollbar-thumb {
    background: rgb(137,161,157,0.5);
    border-radius: 10px;
}.price_plan_grid .learning_deals:hover .price_choices p {
    opacity: 1;
}.price_plan_grid .training_sub {
    font-weight: 700;
    display: block;
    color: #ffffff;
    font-size: calc(18px * 1.4);
    transition: all 0.4s ease;
    margin-top: 20px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    position: relative;
}.price_plan_grid .training_sub::before {
    transition: width 0.4s ease;
    top: -10px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(101,123,118);
    width: 30px;
    height: 2px;
}.price_plan_grid .learning_deals:hover .training_sub::before {
    width: 50px;
}.price_plan_grid .learning_deals:hover .training_sub {
    color: rgb(101,123,118);
    transform: scale(1.1);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.price_plan_grid {
    padding: 100px 0;
}.price_plan_grid h2 {
    font-size: calc(38px * 0.9);
}.price_plan_grid .pricing_catalog {
    margin-bottom: 40px;
    font-size: 15px;
}.price_plan_grid .tuition_grid {
    gap: 25px;
}
}

@media (max-width: 992px) {.price_plan_grid {
    padding: 80px 0;
}.price_plan_grid .tuition_grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.price_plan_grid .price_choices {
    padding: 30px 25px;
}.price_plan_grid .price_choices p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.price_plan_grid {
    padding: 70px 0;
}.price_plan_grid h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 15px;
}.price_plan_grid .pricing_catalog {
    margin-bottom: 30px;
    font-size: calc(15px * 0.95);
}.price_plan_grid .tuition_grid {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.price_plan_grid .fee_board {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.price_plan_grid .training_sub {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 576px) {.price_plan_grid {
    padding: 60px 0;
}.price_plan_grid h2 {
    font-size: calc(38px * 0.7);
}.price_plan_grid .pricing_catalog {
    margin-bottom: 25px;
    font-size: calc(15px * 0.9);
}.price_plan_grid .price_choices {
    padding: 25px 20px;
}.price_plan_grid .price_choices h4 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}.price_plan_grid .price_choices p {
    font-size: calc(15px * 0.9);
    max-height: 150px;
    margin-bottom: 20px;
}}.cookie_window_overlay {
    bottom: 0;
    background: rgb(174,198,194);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(137,161,157);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    position: fixed;
}.data_accept {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding: 20px 15px;
    margin: 0 auto;
}.cookie_overview {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_overview svg {
    height: 60px;
    transition: fill 0.3s ease;
    fill: rgb(137,161,157);
    width: 60px;
}.cookie_overview svg:hover {
    fill: rgb(101,123,118);
}.cookie_all {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}.cookie_window_overlay h5 {
    font-family: Arial, sans-serif;
    color: rgb(137,161,157);
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
}.cookie_window_overlay p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
}.cookie_notice {
    font-size: 14px;
    border-radius: 29px;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    background: rgb(137,161,157);
    padding: 10px 20px;
    cursor: pointer;
    color: #ffffff;
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}.cookie_notice:hover {
    box-shadow: 0 0 10px rgb(101,123,118,0.5);
    background: rgb(101,123,118);
}#cookiesGrantPermissionBtn {
    background: rgb(137,161,157);
}#refuseDataCookiesSetting {
    background: rgba(0, 0, 0, 0.5);
}.cookie_window_overlay p a {
    color: rgb(137,161,157);
    transition: color 0.3s ease;
    text-decoration: underline;
}.cookie_window_overlay p a:hover {
    color: rgb(101,123,118);
}
@media only screen and (max-width: 1200px) {.data_accept {
    flex-direction: column;
    align-items: center;
}.cookie_overview {
    margin-bottom: 15px;
}.cookie_all {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.cookie_notice {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.data_accept {
    padding: 15px;
}.cookie_overview {
    display: none;
}.cookie_window_overlay h5 {
    font-size: 22px;
}.cookie_window_overlay p {
    font-size: 13px;
}}
#cookiePreferenceBox {
    display: none;
}#cookiePreferenceBox:checked ~ .cookie_window_overlay {
    opacity: 0;
    visibility: hidden;
}.appCard {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(174,198,194) 0%, #ffffff 100%);
    padding: 120px 0;
}.appCard::before {
    top: -10%;
    background: rgb(137,161,157,0.5);
    position: absolute;
    z-index: 1;
    height: 120%;
    content: "";
    width: 60%;
    opacity: 0.1;
    transform: rotate(-5deg);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    left: -10%;
}.appCard::after {
    background: rgb(101,123,118,0.5);
    right: -5%;
    height: 80%;
    z-index: 1;
    bottom: -5%;
    width: 40%;
    position: absolute;
    transform: rotate(3deg);
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    opacity: 0.1;
    content: "";
}.appCard .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.appCard .edu_values {
    gap: 30px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px 40px;
    grid-template-columns: 1fr;
}.appCard .edu_values:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.appCard .edu_values::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(137,161,157) 0%, rgb(101,123,118) 100%);
    position: absolute;
    height: 6px;
}.appCard .edu_values::after {
    content: "";
    border: 2px solid rgb(137,161,157,0.5);
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    top: 20px;
    height: 60px;
    animation: rotate 15s infinite linear;
    right: 20px;
    width: 60px;
}.appCard h5 {
    font-weight: 700;
    line-height: 1.4;
    padding-left: 20px;
    font-size: 18px;
    transform: translateZ(0);
    position: relative;
    color: rgb(137,161,157);
    margin: 0 0 10px;
}.appCard h5::before {
    position: absolute;
    height: 8px;
    transform: rotate(45deg);
    content: "";
    background: rgb(137,161,157);
    top: 0.4em;
    left: 0;
    width: 8px;
}.appCard p {
    border-left: 1px solid rgb(137,161,157,0.5);
    line-height: 1.8;
    font-size: 13px;
    transition: all 0.3s ease;
    padding-left: 20px;
    color: #000000;
    position: relative;
    margin: 0;
}.appCard a {
    text-decoration: none;
    position: relative;
    padding: 20px;
    overflow: hidden;
    display: block;
    background-color: rgba(rgb(174,198,194), 0.3);
    transition: all 0.3s ease;
}.appCard a::before {
    transform: scaleX(0.7);
    background: linear-gradient(90deg, transparent, rgb(137,161,157,0.5), transparent);
    bottom: 0;
    width: 100%;
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
    height: 2px;
    transform-origin: left;
    left: 0;
}.appCard a:hover::before {
    transform: scaleX(1);
}.appCard a:hover {
    background-color: rgba(rgb(174,198,194), 0.5);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.appCard a:hover p {
    border-left-color: rgb(137,161,157);
    padding-left: 25px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 768px) {.appCard {
    padding: 150px 0;
}.appCard .edu_values {
    padding: 80px 60px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.appCard h5 {
    max-width: 90%;
    font-size: calc(18px * 1.1);
}.appCard p {
    font-size: calc(13px * 1.05);
}.appCard a {
    padding: 25px;
}
}

@media screen and (min-width: 992px) {.appCard {
    padding: 180px 0;
}.appCard .edu_values {
    padding: 100px 80px;
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
}.appCard h5 {
    padding-left: 30px;
    font-size: calc(18px * 1.2);
}.appCard h5::before {
    width: 10px;
    height: 10px;
}.appCard p {
    padding-left: 30px;
    font-size: calc(13px * 1.1);
}.appCard a {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.appCard {
    padding: 80px 0;
}.appCard .edu_values {
    padding: 40px 25px;
}.appCard h5 {
    font-size: calc(18px * 0.95);
}.appCard p {
    font-size: calc(13px * 0.95);
}.appCard a {
    padding: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.appCard .edu_values,
    .appCard .edu_values:hover,
    .appCard a,
    .appCard a:hover,
    .appCard p,
    .appCard a:hover p,
    .appCard a::before,
    .appCard a:hover::before {
    transform: none;
    animation: none;
    transition: none;
}}.contact_section {
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(174,198,194) 0%, #1a1e2e 100%);
    position: relative;
}.contact_section::before {
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(137,161,157), 0.05) 100%);
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    height: 100%;
}.contact_section::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    height: 100px;
    left: 0;
}.contact_section .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.contact_section h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 70px;
    font-size: 36px;
    position: relative;
    color: #ffffff;
    text-align: center;
}.contact_section h2::before {
    left: calc(50% - 50px);
    content: "";
    background: rgb(137,161,157);
    height: 2px;
    width: 30px;
    position: absolute;
    bottom: -20px;
}.contact_section h2::after {
    background: rgb(137,161,157);
    content: "";
    bottom: -20px;
    left: calc(50% - 10px);
    position: absolute;
    width: 70px;
    height: 2px;
}.contact_section .connect_support {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: grid;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    grid-template-columns: 6fr 4fr;
    border-radius: 22px;
}.contact_section .img_card {
    min-height: 100%;
    position: relative;
}.contact_section .img_card::before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    content: "";
}.contact_section .img_card::after {
    left: 0;
    animation: scanLines 5s linear infinite;
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(137,161,157), 0.1) 10px, rgba(rgb(137,161,157), 0.1) 11px);
    width: 100%;
    z-index: 2;
    top: 0;
    height: 100%;
    position: absolute;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact_section .query_links {
    position: relative;
    padding: 50px;
}.contact_section .query_links::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    top: 0;
    content: "";
    left: 0;
    height: 100%;
}.contact_section #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.contact_section h3 {
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 30px;
}.contact_section h3::after {
    background: rgb(137,161,157);
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 50px;
}.contact_section input[type="text"] {
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    padding: 16px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}.contact_section input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(137,161,157), 0.2);
    border-color: rgb(137,161,157);
    outline: none;
    background: rgba(0, 0, 0, 0.3);
}.contact_section input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact_section .support_widget {
    margin-top: 5px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}.contact_section .support_widget input[type="checkbox"] {
    cursor: pointer;
    height: 24px;
    width: 24px;
    margin-top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    appearance: none;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}.contact_section .support_widget input[type="checkbox"]:checked {
    background: rgb(137,161,157);
    border-color: rgb(137,161,157);
}.contact_section .support_widget input[type="checkbox"]:checked::after {
    top: 6px;
    height: 10px;
    width: 6px;
    left: 9px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: "";
    border: solid #ffffff;
    position: absolute;
}.contact_section .support_widget label {
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(12px - 2px);
    line-height: 1.5;
}.contact_section .support_widget a {
    position: relative;
    color: rgb(137,161,157);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_section .support_widget a:hover {
    color: #ffffff;
}.contact_section .support_widget a::after {
    position: absolute;
    height: 1px;
    width: 100%;
    content: "";
    background: rgb(137,161,157);
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease;
}.contact_section .support_widget a:hover::after {
    background: #ffffff;
}.contact_section .feedback_help {
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    padding: 16px 35px;
    transition: all 0.3s ease;
    margin-top: 10px;
    align-self: flex-start;
    background: rgb(137,161,157);
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    border: none;
    overflow: hidden;
}.contact_section .feedback_help::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    height: 100%;
    left: -100%;
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
}.contact_section .feedback_help:hover {
    background: rgb(101,123,118);
    transform: translateY(-3px);
}.contact_section .feedback_help:hover::before {
    left: 100%;
}.contact_section svg {
    fill: rgb(137,161,157);
    filter: drop-shadow(0 0 5px rgba(rgb(137,161,157), 0.5));
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
}.contact_section svg path {
    fill: rgb(137,161,157);
    transition: all 0.3s ease;
}.contact_section svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.contact_section svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact_section {
    padding: 70px 0;
}.contact_section .connect_support {
    grid-template-columns: 1fr;
}.contact_section .img_card {
    min-height: 300px;
}.contact_section .query_links {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact_section {
    padding: 50px 0;
}.contact_section h2 {
    margin-bottom: 50px;
    font-size: calc(36px - 4px);
}.contact_section .img_card {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_section {
    padding: 40px 0;
}.contact_section .container {
    padding: 0 15px;
}.contact_section h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 40px;
}.contact_section h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contact_section h2::after {
    width: 50px;
}.contact_section .query_links {
    padding: 30px 20px 40px;
}.contact_section #contact {
    gap: 20px;
}.contact_section .feedback_help {
    width: 100%;
}.contact_section .img_card {
    min-height: 200px;
}}.data_insights {
    padding: 120px 0;
    isolation: isolate;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.data_insights::before {
    background-color: #000000;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.92;
    top: 0;
    width: 100%;
    z-index: -2;
}.data_insights::after {
    opacity: 0.4;
    z-index: -1;
    background: radial-gradient(circle at 20% 30%, rgb(137,161,157,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgb(101,123,118,0.5) 0%, transparent 50%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}.data_insights .container {
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}.data_insights .statistics_reasons {
    grid-template-columns: 3fr 1fr;
    z-index: 1;
    position: relative;
    grid-template-rows: auto auto auto;
    grid-template-areas:
        "header minisvg"
        "description description"
        "items items";
    margin: 0 auto;
    gap: 30px;
    display: grid;
}.data_insights .success_factors {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    grid-area: minisvg;
}.data_insights .success_factors svg {
    width: 80px;
    height: 80px;
    animation: pulse 3s infinite alternate ease-in-out;
    filter: drop-shadow(0 0 12px rgb(137,161,157,0.5));
    fill: rgb(137,161,157);
}.data_insights .success_factors svg path {
    fill: rgb(137,161,157);
    stroke-width: 0.5;
    stroke: #ffffff;
}.data_insights .knowledge_upgrade {
    font-weight: 700;
    font-size: 33px;
    align-items: center;
    display: flex;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
    position: relative;
    grid-area: header;
    color: #ffffff;
}.data_insights .fast_upgrade {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.7;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    position: relative;
    opacity: 0.9;
    grid-area: description;
    color: #ffffff;
    margin: 0 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 85%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    font-size: 17px;
    text-align: center;
    padding: 20px;
}.data_insights .fast_upgrade::before {
    opacity: 0.6;
    height: 120px;
    border-radius: 50%;
    right: -60px;
    border: 1px solid rgb(137,161,157,0.5);
    width: 120px;
    animation: rotate 60s linear infinite;
    top: -60px;
    position: absolute;
    content: '';
}.data_insights .fast_upgrade::after {
    border: 1px solid rgb(101,123,118,0.5);
    opacity: 0.6;
    position: absolute;
    width: 80px;
    animation: rotate 40s linear infinite reverse;
    content: '';
    border-radius: 50%;
    height: 80px;
    left: -40px;
    bottom: -40px;
}.data_insights .learn_statistics {
    padding-top: 40px;
    grid-area: items;
    position: relative;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}.data_insights .learn_statistics::before {
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    top: 0;
    height: 1px;
    width: 90%;
    opacity: 0.5;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: '';
}.data_insights .fast_gain {
    flex: 1 1 200px;
    perspective: 1000px;
    min-width: 220px;
    transform-style: preserve-3d;
    max-width: 280px;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 220px;
}.data_insights .fast_gain:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
    z-index: 2;
}.data_insights .stat_item_inner {
    align-items: center;
    display: flex;
    padding: 20px;
    transition: transform 0.4s ease;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    width: 100%;
    backdrop-filter: blur(5px);
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    flex-direction: column;
    justify-content: center;
}.data_insights .fast_gain::before,
.data_insights .fast_gain::after {
    transition: all 0.5s ease;
    z-index: -1;
    border-radius: 50%;
    content: '';
    position: absolute;
    opacity: 0;
    background: rgb(137,161,157,0.5);
}.data_insights .fast_gain::before {
    width: 120px;
    height: 120px;
    right: -60px;
    top: -60px;
}.data_insights .fast_gain::after {
    width: 100px;
    bottom: -50px;
    background: rgb(101,123,118,0.5);
    height: 100px;
    left: -50px;
}.data_insights .fast_gain:hover::before,
.data_insights .fast_gain:hover::after {
    opacity: 0.2;
}.data_insights .growth_track {
    margin-bottom: 15px;
    position: relative;
}.data_insights .growth_track::after {
    position: absolute;
    top: 50%;
    height: 40px;
    transform: translate(-50%, -50%);
    background: rgb(137,161,157,0.5);
    filter: blur(15px);
    z-index: -1;
    content: '';
    left: 50%;
    width: 40px;
    opacity: 0.5;
    border-radius: 50%;
}.data_insights .growth_track svg {
    height: 45px;
    width: 45px;
    position: relative;
    transition: transform 0.3s ease;
    z-index: 1;
    fill: rgb(137,161,157);
}.data_insights .growth_track svg path {
    fill: rgb(137,161,157);
    stroke-width: 0.5;
    stroke: #ffffff;
}.data_insights .fast_gain:hover .growth_track svg {
    transform: scale(1.1);
}.data_insights .fast_gain span {
    background-clip: text !important;
    font-size: calc(33px * 1.1);
    position: relative;
    font-weight: 700;
    text-fill-color: transparent;
    margin-bottom: 10px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #ffffff, rgb(101,123,118));
    display: block;
}.data_insights .fast_gain p {
    max-width: 90%;
    line-height: 1.4;
    color: #ffffff;
    font-size: 17px;
    margin: 0;
    opacity: 0.9;
}.data_insights .stat_item_inner::before {
    content: '';
    top: -2px;
    transition: opacity 0.4s ease;
    z-index: -1;
    left: -2px;
    background: linear-gradient(45deg, transparent, rgb(137,161,157,0.5), transparent);
    opacity: 0;
    position: absolute;
    right: -2px;
    bottom: -2px;
    border-radius: calc(10px + 2px);
}.data_insights .fast_gain:hover .stat_item_inner::before {
    opacity: 1;
}.data_insights .stat_item_inner::after {
    opacity: 0;
    content: '';
    transform: translateY(-100%);
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.05), transparent);
    height: 30%;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    animation: shine 3s infinite;
}.data_insights .fast_gain:hover .stat_item_inner::after {
    opacity: 1;
}.data_insights .knowledge_upgrade::before {
    content: '';
    background: rgb(137,161,157);
    height: 3px;
    position: absolute;
    bottom: -10px;
    border-radius: 2px;
    width: 50px;
    left: 0;
}.data_insights .knowledge_upgrade::after {
    width: 20px;
    left: 60px;
    position: absolute;
    content: '';
    background: rgb(101,123,118);
    border-radius: 2px;
    bottom: -10px;
    height: 3px;
}.data_insights::before {
    background-size: 20px 20px;
    background-position: center center;
    background-image: 
        linear-gradient(to right, #000000 1px, transparent 1px),
        linear-gradient(to bottom, #000000 1px, transparent 1px);
    opacity: 0.3;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
}

@keyframes shine {
    0% {
        transform: translateY(-100%) rotate(30deg);
    }
    100% {
        transform: translateY(200%) rotate(30deg);
    }
}

@media screen and (max-width: 1200px) {.data_insights .fast_gain {
    min-width: 200px;
    height: 200px;
    flex: 1 1 180px;
}
}

@media screen and (max-width: 992px) {.data_insights {
    padding: 100px 0;
}.data_insights .statistics_reasons {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
            "minisvg"
            "header"
            "description"
            "education_track";
}.data_insights .success_factors {
    justify-content: center;
    margin-bottom: 20px;
}.data_insights .knowledge_upgrade {
    justify-content: center;
    text-align: center;
}.data_insights .knowledge_upgrade::before,
    .data_insights .knowledge_upgrade::after {
    left: 50%;
}.data_insights .knowledge_upgrade::before {
    transform: translateX(calc(-50% - 10px));
}.data_insights .knowledge_upgrade::after {
    transform: translateX(calc(-50% + 30px));
}.data_insights .fast_upgrade {
    max-width: 90%;
}
}

@media screen and (max-width: 768px) {.data_insights {
    padding: 80px 0;
}.data_insights .knowledge_upgrade {
    font-size: calc(33px * 0.9);
}.data_insights .fast_upgrade {
    max-width: 95%;
    font-size: calc(17px * 0.95);
    padding: 15px;
}.data_insights .fast_gain {
    height: 190px;
    min-width: 170px;
    flex: 1 1 170px;
}.data_insights .fast_gain span {
    font-size: 33px;
}.data_insights .fast_gain p {
    font-size: calc(17px * 0.9);
}
}

@media screen and (max-width: 576px) {.data_insights {
    padding: 60px 0;
}.data_insights .success_factors svg {
    height: 60px;
    width: 60px;
}.data_insights .fast_upgrade {
    max-width: 100%;
    padding: 15px 10px;
}.data_insights .fast_gain {
    min-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    flex: 1 1 100%;
}.data_insights .learn_statistics {
    flex-direction: column;
}}

.data_insights .fast_gain:nth-child(1) {
    transform: translateY(-5px);
}.data_insights .fast_gain:nth-child(2) {
    transform: translateY(5px);
}.data_insights .fast_gain:nth-child(3) {
    transform: translateY(-8px);
}.data_insights .fast_gain:nth-child(4) {
    transform: translateY(8px);
}.data_insights .fast_gain:hover {
    transform: translateY(-10px) rotate3d(1, 2, 0, 5deg);
}.data_insights .container::before {
    border-radius: 10px;
    position: absolute;
    height: 60px;
    content: '';
    opacity: 0.3;
    border: 1px solid rgb(101,123,118,0.5);
    width: 60px;
    animation: rotate 30s linear infinite;
    right: -30px;
    top: -30px;
}.data_insights .container::after {
    bottom: -20px;
    border: 1px solid rgb(137,161,157,0.5);
    width: 40px;
    position: absolute;
    height: 40px;
    content: '';
    transform: rotate(45deg);
    left: -20px;
    animation: rotate 25s linear infinite reverse;
    opacity: 0.3;
}header {
    z-index: 100;
    padding: 1.2rem 0;
    position: relative;
    background: rgb(174,198,194);
}header::before {
    opacity: 0.5;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(137,161,157,0.5) 0%, 
        transparent 50%, 
        rgb(101,123,118,0.5) 100%);
    content: '';
    left: 0;
    height: 100%;
}header .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}header .nav_primary {
    display: flex;
    background: #ffffff;
    align-items: center;
    flex-direction: column;
    border-radius: 21px;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 1rem;
}header .nav_master {
    margin-bottom: 0.5rem;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
}header .nav_master::before {
    height: 1px;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(137,161,157,0.5), 
        rgb(101,123,118,0.5), 
        rgb(137,161,157,0.5), 
        transparent);
}header .nav_master svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .nav_master:hover svg {
    filter: drop-shadow(0 2px 4px rgb(137,161,157,0.5));
    transform: translateY(-2px);
}header .site_main {
    width: 100%;
    justify-content: center;
    border-radius: 10px;
    display: flex;
    background: rgb(174,198,194);
    padding: 0.6rem;
    flex-wrap: wrap;
    gap: 0.4rem;
}header .top_start {
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    overflow: hidden;
    padding: 0.5rem 1rem;
    font-weight: 400;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    z-index: 1;
}header .top_start::before {
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(137,161,157), rgb(101,123,118));
    height: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: 0;
}header .top_start:hover {
    color: #ffffff;
}header .top_start:hover::before {
    opacity: 1;
}header .top_start::after {
    content: '';
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgb(137,161,157), rgb(101,123,118));
}header .top_start:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav_primary {
    gap: 0.8rem;
    padding: 0.8rem;
}header .nav_master svg {
    width: 140px;
}header .site_main {
    padding: 0.5rem;
}header .top_start {
    font-size: calc(16px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .nav_primary {
    gap: 0.7rem;
    padding: 0.7rem;
}header .nav_master svg {
    width: 120px;
}header .site_main {
    padding: 0.4rem;
    gap: 0.3rem;
}header .top_start {
    font-size: calc(16px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .nav_primary {
    padding: 0.6rem;
    gap: 0.6rem;
}header .nav_master svg {
    width: 110px;
}header .site_main {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem;
}header .site_main::-webkit-scrollbar {
    height: 2px;
}header .site_main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(137,161,157);
}header .top_start {
    flex-shrink: 0;
    white-space: nowrap;
}}.join_list {
    overflow: hidden;
    position: relative;
    background: rgb(174,198,194);
    padding: 90px 0;
}.join_list::before {
    background-size: 20px 20px;
    opacity: 0.3;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(137,161,157,0.5) 95%),
        linear-gradient(90deg, transparent 95%, rgb(137,161,157,0.5) 95%);
    left: 0;
}.join_list::after {
    z-index: 0;
    width: 60%;
    filter: blur(60px);
    transform: rotate(-45deg);
    right: -30%;
    top: -30%;
    position: absolute;
    content: "";
    height: 160%;
    background: rgb(137,161,157,0.5);
}.join_list .edu_values {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.join_list .contact_query {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    transform-style: preserve-3d;
}.join_list .contact_query::before {
    left: -10px;
    height: calc(100% + 20px);
    content: "";
    position: absolute;
    top: -10px;
    width: calc(100% + 20px);
    clip-path: polygon(0 15%, 15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    background: rgb(101,123,118,0.5);
    z-index: -1;
    transform: translateZ(-20px);
}.join_list .contact_query::after {
    height: calc(100% - 40px);
    z-index: -1;
    border: 2px dashed rgb(137,161,157,0.5);
    width: calc(100% - 40px);
    content: "";
    left: 20px;
    top: 20px;
    position: absolute;
    animation: rotateFrame 20s linear infinite;
}.join_list h3 {
    font-size: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.join_list h3::before {
    bottom: 0;
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    left: 0;
    background: rgb(137,161,157);
}.join_list h3::after {
    content: "";
    left: 70px;
    bottom: 0;
    width: 30px;
    background: rgb(101,123,118);
    position: absolute;
    height: 5px;
}.join_list .input_holder {
    position: relative;
    gap: 20px;
    flex-direction: column;
    display: flex;
}.join_list input[type="email"] {
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    color: #000000;
    border: none;
    border-radius: 18px;
    width: 100%;
    padding: 20px 25px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
}.join_list input[type="email"]:focus {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.5);
    outline: none;
}.join_list .news_signup_form {
    transition: all 0.3s ease;
    background: rgb(137,161,157);
    margin-top: 10px;
    overflow: hidden;
    color: #ffffff;
    align-self: center;
    font-family: Arial, sans-serif;
    padding: 18px 0;
    font-size: 15px;
    border: none;
    font-weight: 600;
    position: relative;
    border-radius: 18px;
    cursor: pointer;
    width: 80%;
}.join_list .news_signup_form::before {
    height: 100%;
    content: "";
    background: rgb(101,123,118);
    z-index: 0;
    transition: all 0.5s ease;
    top: 0;
    width: 100%;
    position: absolute;
    left: -100%;
}.join_list .news_signup_form:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgb(137,161,157,0.5);
}.join_list .news_signup_form:hover::before {
    left: 0;
}.join_list .news_signup_form:active {
    transform: translateY(-2px);
}.join_list .news_signup_form::after {
    top: 50%;
    position: absolute;
    z-index: 1;
    right: 30px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    content: "→";
    opacity: 0;
    font-size: 1.5em;
}.join_list .news_signup_form:hover::after {
    opacity: 1;
    right: 20px;
}

@keyframes rotateFrame {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {.join_list {
    padding: 70px 0;
}.join_list h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.9);
}.join_list .contact_query::before {
    clip-path: polygon(0 10%, 10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}
}

@media (max-width: 480px) {.join_list {
    padding: 50px 0;
}.join_list h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 20px;
}.join_list h3::before {
    width: 40px;
    height: 3px;
}.join_list h3::after {
    height: 3px;
    left: 50px;
    width: 20px;
}.join_list input[type="email"] {
    padding: 15px 20px;
}.join_list .news_signup_form {
    padding: 15px 0;
    width: 100%;
}.join_list .contact_query::after {
    top: 10px;
    width: calc(100% - 20px);
    left: 10px;
    height: calc(100% - 20px);
}}.study_process {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, 
        rgb(174,198,194) 0%, 
        rgba(rgb(137,161,157,0.5), 0.05) 50%, 
        rgb(174,198,194) 100%);
}.study_process::before {
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 40px,
        rgba(rgb(101,123,118,0.5), 0.02) 40px,
        rgba(rgb(101,123,118,0.5), 0.02) 80px
    );
}.study_process::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    right: -5%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(137,161,157,0.5), 0.1) 0%,
        rgba(rgb(137,161,157,0.5), 0.05) 40%,
        transparent 70%
    );
    z-index: 0;
    height: 300px;
    filter: blur(40px);
    width: 300px;
    top: -10%;
}.study_process .edu_values {
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    perspective: 1000px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.study_process h2 {
    font-size: 30px;
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.1);
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(30px);
}.study_process h2::before {
    left: 0;
    width: 80px;
    transform-origin: left;
    bottom: -10px;
    background: rgb(137,161,157);
    height: 3px;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    position: absolute;
}.study_process h2::after {
    transform: scaleX(1);
    width: 120px;
    height: 3px;
    bottom: -10px;
    content: "";
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    transform-origin: left;
    left: 80px;
    background: rgba(rgb(101,123,118,0.5), 0.3);
}.study_process .summary_frame {
    background: linear-gradient(
        to right bottom,
        rgba(rgb(255, 255, 255, 0.5), 0.9),
        rgba(rgb(255, 255, 255, 0.5), 0.7)
    );
    backdrop-filter: blur(4px);
    transform: translateZ(10px) rotateX(2deg);
    padding: 40px;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    border-left: 3px solid rgb(137,161,157);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.study_process .summary_frame::before {
    width: 40px;
    background: rgb(137,161,157);
    z-index: 3;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.9;
    content: "";
    position: absolute;
    height: 40px;
    top: 20px;
    left: -20px;
}.study_process .summary_frame::after {
    width: 100%;
    position: absolute;
    content: "";
    background-size: 20px 20px;
    height: 100%;
    right: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 50%,
        rgba(rgb(101,123,118,0.5), 0.03) 50%,
        rgba(rgb(101,123,118,0.5), 0.03) 100%
    );
    top: 0;
    z-index: -1;
}.study_process p {
    z-index: 2;
    color: #000000;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    transition: transform 0.3s ease;
    line-height: 1.7;
}.study_process:hover .summary_frame {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(15px) rotateX(1deg);
}.study_process:hover h2 {
    transform: translateZ(40px);
}.study_process:hover h2::before {
    transform: scaleX(1.2);
}.study_process:hover h2::after {
    transform: scaleX(1.1);
}

@media (max-width: 992px) {.study_process {
    padding: 90px 0;
}.study_process h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.study_process .summary_frame {
    padding: 30px;
    transform: translateZ(5px) rotateX(1deg);
}
}

@media (max-width: 768px) {.study_process {
    padding: 70px 0;
}.study_process::after {
    height: 200px;
    top: -5%;
    right: -10%;
    width: 200px;
}.study_process h2 {
    transform: translateZ(20px);
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.study_process h2::before {
    width: 60px;
    height: 2px;
}.study_process h2::after {
    width: 90px;
    left: 60px;
    height: 2px;
}.study_process .summary_frame {
    padding: 25px;
    transform: translateZ(0) rotateX(0);
}.study_process .summary_frame::before {
    top: 15px;
    width: 30px;
    left: -15px;
    height: 30px;
}.study_process p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.study_process:hover .summary_frame {
    transform: translateZ(0) rotateX(0);
}.study_process:hover h2 {
    transform: translateZ(25px);
}
}

@media (max-width: 576px) {.study_process {
    padding: 50px 0;
}.study_process::after {
    width: 150px;
    height: 150px;
}.study_process .edu_values {
    padding: 0 15px;
}.study_process h2 {
    font-size: calc(30px * 0.7);
    transform: translateZ(10px);
    margin-bottom: 20px;
}.study_process h2::before {
    width: 50px;
}.study_process h2::after {
    left: 50px;
    width: 70px;
}.study_process .summary_frame {
    border-left-width: 2px;
    padding: 20px;
}.study_process .summary_frame::before {
    width: 24px;
    left: -12px;
    top: 12px;
    height: 24px;
}.study_process p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.study_process:hover h2 {
    transform: translateZ(15px);
}}.who_we_are {
    padding: 100px 0;
    background: rgb(174,198,194);
    position: relative;
    overflow: hidden;
}.who_we_are::before {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(120deg, rgb(137,161,157,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(101,123,118,0.5) 0%, transparent 30%);
}.who_we_are .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.who_we_are h2 {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    text-align: center;
}.who_we_are h2::after {
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(137,161,157), rgb(101,123,118));
    position: absolute;
    width: 100px;
    content: "";
    height: 3px;
    left: 50%;
}.who_we_are .virtual_academy {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 30px;
}.who_we_are .training_pro {
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 21px;
    border-left: 4px solid rgb(137,161,157);
}.who_we_are .training_pro:nth-child(2) {
    border-left-color: rgb(101,123,118);
}.who_we_are .training_pro::before {
    content: "";
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}.who_we_are .training_pro::after {
    border: 2px solid rgb(137,161,157,0.5);
    content: "";
    width: 20px;
    right: 30px;
    border-radius: 50%;
    height: 20px;
    position: absolute;
    animation: pulse 4s infinite;
    top: 30px;
}.who_we_are .training_pro:nth-child(2)::after {
    animation-delay: 2s;
    border-color: rgb(101,123,118,0.5);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.who_we_are .training_pro:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(rgb(137,161,157,0.5), 0.03), rgba(255, 255, 255, 0.05));
}.who_we_are .training_pro h3 {
    color: rgb(137,161,157);
    font-size: 19px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}.who_we_are .training_pro:nth-child(2) h3 {
    color: rgb(101,123,118);
}.who_we_are .training_pro h3::before {
    position: absolute;
    bottom: -8px;
    transition: width 0.3s ease;
    height: 2px;
    width: 30px;
    content: "";
    background: currentColor;
    left: 0;
}.who_we_are .training_pro:hover h3::before {
    width: 100%;
}.who_we_are .training_pro p {
    color: #000000;
    font-size: 15px;
    transition: padding-left 0.3s ease;
    position: relative;
    padding-left: 0;
    line-height: 1.8;
}.who_we_are .training_pro:first-child {
    transform: translateX(-20px);
    opacity: 0;
    animation: slideIn 0.6s forwards 0.2s;
}.who_we_are .training_pro:last-child {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.6s forwards 0.5s;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.who_we_are::after {
    background-size: 50px 50px;
    content: "";
    top: 0;
    opacity: 0.03;
    z-index: 1;
    left: 0;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    position: absolute;
    width: 100%;
}.who_we_are .container::before,
.who_we_are .container::after {
    background: radial-gradient(circle, rgb(137,161,157,0.5) 0%, transparent 70%);
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    content: "";
    opacity: 0.2;
    z-index: -1;
}.who_we_are .container::before {
    top: -100px;
    right: -100px;
}.who_we_are .container::after {
    left: -100px;
    bottom: -100px;
    background: radial-gradient(circle, rgb(101,123,118,0.5) 0%, transparent 70%);
}

@media (max-width: 992px) {.who_we_are {
    padding: 80px 0;
}.who_we_are h2 {
    margin-bottom: 50px;
}.who_we_are .training_pro {
    padding: 30px;
}
}

@media (max-width: 768px) {.who_we_are {
    padding: 60px 0;
}.who_we_are h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.who_we_are .training_pro {
    padding: 25px;
}.who_we_are .training_pro h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 576px) {.who_we_are {
    padding: 40px 0;
}.who_we_are h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.who_we_are .training_pro {
    padding: 20px;
    border-left-width: 3px;
}.who_we_are .training_pro::after {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
}.who_we_are .training_pro p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.who_we_are .container::before,
    .who_we_are .container::after {
    width: 150px;
    height: 150px;
}}.try_immediately {
    padding: 140px 0;
    overflow: hidden;
    background: rgb(174,198,194);
    position: relative;
}.try_immediately::before {
    background: rgb(137,161,157,0.5);
    z-index: 1;
    transform: skewX(-20deg);
    right: 0;
    content: '';
    width: 50%;
    opacity: 0.1;
    top: -50%;
    position: absolute;
    height: 200%;
}.try_immediately::after {
    background: rgb(101,123,118,0.5);
    z-index: 1;
    width: 30%;
    top: -50%;
    position: absolute;
    content: '';
    right: 15%;
    opacity: 0.1;
    transform: skewX(-20deg);
    height: 200%;
}.try_immediately .edu_values {
    align-items: flex-start;
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 10;
}.try_immediately .container p {
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-right: 60px;
    font-size: 30px;
    z-index: 5;
    flex: 0 0 60%;
    margin: 0;
}.try_immediately .feedback_help {
    align-items: center;
    font-weight: 600;
    background: #ffffff;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    justify-content: center;
    border-radius: 60px 0 60px 60px;
    color: #000000;
    transition: all 0.4s ease;
    flex: 0 0 35%;
    overflow: hidden;
    text-decoration: none;
    height: 120px;
    font-size: 17px;
    display: flex;
    z-index: 5;
    position: relative;
}.try_immediately .feedback_help::before {
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    height: 20px;
    width: 20px;
    background: rgb(137,161,157);
    content: '';
    transition: all 0.4s ease;
}.try_immediately .feedback_help:hover {
    transform: translateY(-5px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.try_immediately .feedback_help:hover::before {
    border-radius: 60px 0 60px 60px;
    width: 100%;
    height: 100%;
}.try_immediately .container p::after {
    background: rgb(137,161,157);
    position: absolute;
    left: 0;
    width: 60px;
    height: 6px;
    content: '';
    bottom: -20px;
    border-radius: 3px;
}.try_immediately .edu_values::before {
    opacity: 0.1;
    top: -100px;
    position: absolute;
    left: -100px;
    height: 200px;
    width: 200px;
    background: rgb(137,161,157,0.5);
    filter: blur(40px);
    border-radius: 50%;
    content: '';
    z-index: -1;
}.try_immediately .edu_values::after {
    right: 40px;
    width: 10px;
    content: '';
    background: rgb(137,161,157);
    height: 10px;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
}

@media (max-width: 991px) {.try_immediately {
    padding: 120px 0;
}.try_immediately .container p {
    padding-right: 40px;
    font-size: calc(21px * 1.2);
}.try_immediately .feedback_help {
    height: 100px;
}.try_immediately .container p::after {
    width: 50px;
    height: 5px;
}
}

@media (max-width: 767px) {.try_immediately {
    padding: 90px 0;
}.try_immediately .edu_values {
    flex-direction: column;
}.try_immediately .container p {
    font-size: 21px;
    width: 100%;
    flex: none;
    margin-bottom: 50px;
    padding-right: 0;
}.try_immediately .feedback_help {
    flex: none;
    height: 80px;
    width: 100%;
}.try_immediately .edu_values::after {
    left: 40px;
    right: auto;
}
}

@media (max-width: 480px) {.try_immediately {
    padding: 70px 0;
}.try_immediately .container p {
    margin-bottom: 40px;
    font-size: calc(17px * 1.2);
}.try_immediately .feedback_help {
    height: 70px;
    font-size: calc(17px * 0.9);
    border-radius: 35px 0 35px 35px;
}.try_immediately .feedback_help:hover::before {
    border-radius: 35px 0 35px 35px;
}.try_immediately .container p::after {
    height: 4px;
    width: 40px;
    bottom: -15px;
}.try_immediately .edu_values::after {
    left: 30px;
    height: 8px;
    bottom: -25px;
    width: 8px;
}}.privacy_fortification {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(120deg, rgb(174,198,194), #ffffff);
    position: relative;
}.privacy_fortification::before {
    z-index: 0;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(101,123,118,0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgb(137,161,157,0.5) 0%, transparent 60%);
    pointer-events: none;
    width: 100%;
    opacity: 0.15;
}.privacy_fortification .container {
    transform: perspective(1000px) rotateX(1deg);
    margin: 0 auto;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08), 
                0 5px 10px rgba(0,0,0,0.03);
    max-width: 1140px;
    z-index: 1;
    position: relative;
    padding: 3rem;
    background: #ffffff;
}.privacy_fortification .container::before {
    width: 4px;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(137,161,157), rgb(101,123,118));
    position: absolute;
    top: 0;
    transform: translateX(-2px);
    height: 100%;
}.privacy_fortification h1 {
    font-weight: 700;
    transform: translateX(1.5rem);
    margin-bottom: 2rem;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-bottom: 1rem;
    font-size: 40px;
    position: relative;
}.privacy_fortification h1::after {
    position: absolute;
    height: 3px;
    bottom: 0;
    transition: width 0.4s ease;
    left: 0;
    content: "";
    background: rgb(137,161,157);
    transform-origin: left center;
    width: 80px;
}.privacy_fortification:hover h1::after {
    width: 120px;
}.privacy_fortification h2 {
    font-size: 30px;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    margin: 3rem 0 1.5rem;
    color: rgb(101,123,118);
    font-weight: 600;
    display: inline-block;
    position: relative;
}.privacy_fortification h2::before {
    position: absolute;
    left: 0;
    background: rgb(137,161,157);
    content: "";
    height: 8px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}.privacy_fortification h3 {
    font-size: calc(30px * 0.85);
    font-family: Arial, sans-serif;
    padding-left: 1.25rem;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    position: relative;
}.privacy_fortification h3::before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background: rgb(101,123,118);
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}.privacy_fortification h4 {
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.7);
    font-weight: 600;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.privacy_fortification h4::before {
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(137,161,157);
    width: 4px;
    height: 4px;
    content: "";
    left: 0;
    top: 50%;
}.privacy_fortification p {
    max-width: 90%;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 18px;
}.privacy_fortification p strong {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}.privacy_fortification p strong::after {
    bottom: -2px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(137,161,157,0.5);
    height: 1px;
}.privacy_fortification ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.privacy_fortification li {
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    position: relative;
}.privacy_fortification li::before {
    content: "";
    height: 6px;
    transform: rotate(45deg);
    left: 0;
    top: 0.7em;
    width: 6px;
    position: absolute;
    border: 1px solid rgb(137,161,157);
    transition: all 0.3s ease;
}.privacy_fortification li:hover::before {
    background: rgb(137,161,157);
    transform: rotate(135deg);
}.privacy_fortification span {
    display: block;
    color: #000000;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 18px;
    border-left: 2px solid rgb(101,123,118,0.5);
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

@media (min-width: 992px) {.privacy_fortification {
    padding: 7rem 3rem;
}.privacy_fortification .container {
    padding: 4rem 5rem;
    transform: perspective(1200px) rotateX(1deg);
}.privacy_fortification h1 {
    font-size: calc(40px * 1.15);
    transform: translateX(2rem);
}.privacy_fortification p {
    max-width: 80%;
}.privacy_fortification ul {
    padding-left: 2.5rem;
}
}

@media (max-width: 991px) {.privacy_fortification {
    padding: 4rem 1.5rem;
}.privacy_fortification .container {
    padding: 2.5rem;
}.privacy_fortification h1 {
    transform: translateX(1rem);
}
}

@media (max-width: 767px) {.privacy_fortification {
    padding: 3rem 1rem;
}.privacy_fortification .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem 1.5rem;
}.privacy_fortification h1 {
    transform: translateX(0);
    font-size: calc(40px * 0.85);
}.privacy_fortification h2 {
    font-size: calc(30px * 0.9);
}.privacy_fortification p, .privacy_fortification li, .privacy_fortification span {
    font-size: calc(18px * 0.95);
}.privacy_fortification p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.privacy_fortification {
    padding: 2rem 0.75rem;
}.privacy_fortification .container {
    transform: none;
    padding: 1.75rem 1.25rem;
}.privacy_fortification .container::before {
    width: 3px;
}.privacy_fortification h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.75);
}.privacy_fortification h2 {
    padding-left: 1.25rem;
    font-size: calc(30px * 0.8);
}.privacy_fortification h3, .privacy_fortification h4 {
    padding-left: 1rem;
}.privacy_fortification p, .privacy_fortification li, .privacy_fortification span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.privacy_fortification ul {
    padding-left: 0.75rem;
}.privacy_fortification li {
    padding-left: 1.25rem;
}}.contacts {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgb(174,198,194) 60%, rgb(137,161,157) 60%);
}.contacts::before {
    opacity: 0.15;
    height: 100%;
    content: '';
    background: radial-gradient(circle at 25% 25%, rgb(137,161,157,0.5) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
}.contacts::after {
    opacity: 0.1;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(101,123,118,0.5) 100%);
    bottom: 0;
    position: absolute;
    content: '';
    z-index: 0;
    width: 100%;
    right: 0;
}.contacts .container {
    z-index: 1;
    position: relative;
}.contacts .quick_help {
    grid-template-columns: 2fr 1fr;
    position: relative;
    display: grid;
    gap: 0;
}.contacts .message_us {
    position: relative;
}.contacts .message_us:nth-child(1) {
    padding: 0 4rem 0 0;
    background: transparent;
}.contacts .message_us:nth-child(1) h2 {
    letter-spacing: -1px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: rgb(137,161,157);
    font-weight: 700;
    font-size: calc(44px * 1.2);
    line-height: 1.1;
    position: relative;
}.contacts .message_us:nth-child(1) h2::before {
    content: '';
    top: -20px;
    width: 60px;
    height: 8px;
    left: 0;
    position: absolute;
    background: rgb(101,123,118);
}.contacts .request_team {
    display: inline-block;
    color: rgb(101,123,118);
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    position: relative;
}.contacts .request_team::after {
    position: absolute;
    left: 0;
    content: '';
    height: 1px;
    background: rgb(101,123,118,0.5);
    bottom: -10px;
    width: 100%;
}.contacts .get_answers {
    color: #000000;
    font-size: calc(13px * 1.1);
    margin-bottom: 2.5rem;
    max-width: 90%;
    line-height: 1.8;
}.contacts .message_us > p {
    padding-left: 30px;
    display: flex;
    margin-bottom: 1rem;
    font-size: 13px;
    color: #000000;
    align-items: center;
    position: relative;
}.contacts .message_us > p svg {
    top: 50%;
    left: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    transform: translateY(-50%);
}.contacts .message_us > p svg path {
    fill: rgb(137,161,157);
}.contacts .message_us > p span {
    font-weight: 600;
    margin-left: 0.25rem;
}.contacts .talk_contact {
    margin-top: 3rem;
    padding: 2rem;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(to right, rgb(174,198,194), transparent);
}.contacts .talk_contact h3 {
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: rgb(137,161,157);
    font-weight: 700;
    font-size: 18px;
}.contacts .support_now {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}.contacts .support_now span {
    transition: all 0.3s ease;
    font-weight: 600;
    color: #000000;
    padding: 0.5rem 1rem;
    font-size: 13px;
    border-left: 3px solid rgb(101,123,118);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #ffffff;
}.contacts .support_now span:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(101,123,118);
}.contacts .message_us:nth-child(2) {
    grid-column: 2;
    grid-row: span 2;
    position: relative;
}.contacts .message_us .img_card {
    overflow: hidden;
    border-radius: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}.contacts .contact_tile.form_edu {
    position: relative;
    grid-column: 2;
    background: transparent;
    z-index: 1;
    padding: 2rem;
}.contacts .form_edu a {
    padding-left: 40px;
    transition: all 0.3s ease;
    text-decoration: none;
    flex-direction: column;
    position: relative;
    margin-bottom: 2rem;
    display: flex;
}.contacts .form_edu a:last-child {
    margin-bottom: 0;
}.contacts .form_edu a:hover {
    transform: translateX(10px);
}.contacts .form_edu svg {
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
    top: 5px;
    left: 0;
    position: absolute;
}.contacts .form_edu a:hover svg {
    transform: scale(1.2);
}.contacts .form_edu svg path {
    fill: #ffffff;
}.contacts .form_edu a span {
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(13px * 0.85);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}.contacts .form_edu a p {
    font-size: calc(13px * 1.2);
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
}.contacts .form_edu a p::after {
    height: 2px;
    width: 0;
    left: 0;
    position: absolute;
    background: #ffffff;
    content: '';
    transition: width 0.3s ease;
    bottom: -5px;
}.contacts .form_edu a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.contacts {
    background: linear-gradient(to right, rgb(174,198,194) 50%, rgb(137,161,157) 50%);
}.contacts .message_us:nth-child(1) {
    padding-right: 2rem;
}.contacts .get_answers {
    max-width: 100%;
}
}

@media (max-width: 992px) {.contacts {
    padding: 80px 0 350px;
    background: linear-gradient(to bottom, rgb(174,198,194) 65%, rgb(137,161,157) 65%);
}.contacts .quick_help {
    grid-template-columns: 1fr;
}.contacts .message_us:nth-child(1) {
    margin-bottom: 3rem;
    padding-right: 0;
}.contacts .message_us:nth-child(2) {
    position: static;
    grid-column: auto;
    top: auto;
    bottom: 200px;
    grid-row: auto;
    height: 300px;
    left: 0;
    right: 0;
}.contacts .contact_tile.form_edu {
    margin-top: 250px;
    grid-column: auto;
}
}

@media (max-width: 768px) {.contacts {
    background: linear-gradient(to bottom, rgb(174,198,194) 60%, rgb(137,161,157) 60%);
    padding: 60px 0 100px;
}.contacts .message_us:nth-child(1) h2 {
    font-size: 44px;
}.contacts .message_us:nth-child(2) {
    bottom: 180px;
    height: 200px;
}.contacts .contact_tile.form_edu {
    margin-top: 150px;
}
}

@media (max-width: 576px) {.contacts {
    padding: 50px 0 350px;
    background: linear-gradient(to bottom, rgb(174,198,194) 55%, rgb(137,161,157) 55%);
}.contacts .message_us:nth-child(1) h2 {
    font-size: calc(44px * 0.8);
}.contacts .message_us:nth-child(1) h2::before {
    height: 6px;
    width: 40px;
}.contacts .talk_contact {
    padding: 1.5rem;
}.contacts .support_now {
    flex-direction: column;
}.contacts .message_us:nth-child(2) {
    height: 180px;
    bottom: 200px;
}.contacts .contact_tile.form_edu {
    padding: 1.5rem;
}}.future_attendees {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    background: rgb(174,198,194);
}.future_attendees::before {
    background-image: 
        linear-gradient(
            45deg, 
            rgb(137,161,157,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(137,161,157,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(137,161,157,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(137,161,157,0.5) 75%
        );
    width: 100%;
    z-index: 0;
    opacity: 0.03;
    height: 100%;
    left: 0;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    position: absolute;
    top: 0;
    content: "";
}.future_attendees::after {
    content: "";
    height: 150px;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to top, rgb(174,198,194), transparent);
    width: 100%;
    left: 0;
}.future_attendees .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.future_attendees .edu_values {
    position: relative;
}.future_attendees h4 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 80px;
    color: #000000;
    position: relative;
    padding: 20px 0;
    font-size: 35px;
}.future_attendees h4::before {
    border-radius: 2px;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    height: 3px;
    content: "";
    left: 50%;
    background: rgb(137,161,157,0.5);
    width: 100px;
}.future_attendees h4::after {
    height: 3px;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 100px;
    content: "";
    bottom: 0;
    background: rgb(101,123,118,0.5);
}.future_attendees div {
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
}.future_attendees div::before {
    background: linear-gradient(180deg, rgb(137,161,157,0.5), rgb(101,123,118,0.5), transparent);
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    position: absolute;
    opacity: 0.5;
    z-index: 0;
    content: "";
}.future_attendees div p {
    display: flex;
    background: #ffffff;
    line-height: 1.6;
    width: 70%;
    z-index: 1;
    transition: all 0.4s ease;
    border-radius: 50px;
    margin: 0 0 60px 0;
    color: #000000;
    font-size: 17px;
    position: relative;
    padding: 25px 30px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.future_attendees div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}.future_attendees div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}.future_attendees div p:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.future_attendees div p::before {
    width: 30px;
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: 2;
    background: #ffffff;
    height: 30px;
}.future_attendees div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.future_attendees div p:nth-child(even)::before {
    top: -15px;
    right: -15px;
}.future_attendees div p::after {
    width: 15px;
    position: absolute;
    background: linear-gradient(135deg, rgb(137,161,157), rgb(101,123,118));
    z-index: 3;
    border-radius: 50%;
    height: 15px;
    content: "";
    transition: all 0.3s ease;
}.future_attendees div p:nth-child(odd)::after {
    left: -7.5px;
    top: -7.5px;
}.future_attendees div p:nth-child(even)::after {
    right: -7.5px;
    top: -7.5px;
}.future_attendees div p:hover::after {
    box-shadow: 0 0 10px rgb(137,161,157,0.5);
    transform: scale(1.3);
}.future_attendees div p svg {
    transition: all 0.3s ease;
    min-width: 32px;
    height: 32px;
    width: 32px;
    margin-right: 20px;
}.future_attendees div p:hover svg {
    transform: rotate(15deg);
}.future_attendees div p svg path {
    fill: rgb(137,161,157);
    transition: fill 0.3s ease;
}.future_attendees div p:hover svg path {
    fill: rgb(101,123,118);
}

@media (max-width: 991px) {.future_attendees {
    padding: 120px 0;
}.future_attendees h4 {
    font-size: calc(35px - 2px);
    margin-bottom: 70px;
}.future_attendees div p {
    margin-bottom: 50px;
    padding: 22px 25px;
    width: 80%;
}.future_attendees div p svg {
    width: 28px;
    margin-right: 15px;
    height: 28px;
    min-width: 28px;
}
}

@media (max-width: 767px) {.future_attendees {
    padding: 100px 0;
}.future_attendees h4 {
    margin-bottom: 60px;
    font-size: calc(35px - 4px);
}.future_attendees div p {
    padding: 18px 22px;
    width: 90%;
    border-radius: 30px !important;
    align-self: center !important;
    margin-bottom: 40px;
}.future_attendees div p::before,
    .future_attendees div p::after {
    display: none;
}.future_attendees div p svg {
    margin-right: 12px;
    height: 24px;
    min-width: 24px;
    width: 24px;
}
}

@media (max-width: 479px) {.future_attendees {
    padding: 80px 0;
}.future_attendees h4 {
    margin-bottom: 50px;
    font-size: calc(35px - 6px);
}.future_attendees div p {
    margin-bottom: 30px;
    width: 100%;
    font-size: calc(17px - 1px);
    padding: 15px 18px;
}.future_attendees div p svg {
    min-width: 22px;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}}.landing_page {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    width: 100%;
}.landing_page .class_online {
    align-items: center;
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100vh;
}.landing_page .class_online::before {
    background: linear-gradient(135deg, 
    rgb(137,161,157,0.5) 0%, 
    rgba(0,0,0,0.7) 50%, 
    rgb(101,123,118,0.5) 100%);
    content: "";
    top: 0;
    backdrop-filter: blur(3px) saturate(120%);
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
}.landing_page .class_online::after {
    background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.03),
    rgba(255,255,255,0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
}.landing_page .smart_track {
    max-width: 90%;
    width: 100%;
    padding: 3rem 2rem;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    margin-left: 10%;
}.landing_page .smart_track::before {
    background: linear-gradient(to bottom, 
    rgb(101,123,118) 0%, 
    rgb(137,161,157) 100%);
    content: "";
    left: -20px;
    width: 6px;
    position: absolute;
    top: 0;
    box-shadow: 0 0 20px rgba(rgb(137,161,157), 0.5);
    transform: skewY(-45deg) translateZ(-10px);
    height: 100%;
}.landing_page .smart_track h1 {
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    font-size: clamp(2.5rem, 5vw, 39px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: relative;
    margin: 0 0 1.5rem;
    color: #ffffff;
    max-width: 85%;
    transform: translateZ(40px);
}.landing_page .smart_track h1::after {
    transform: translateZ(30px);
    width: 25%;
    height: 4px;
    left: 0;
    bottom: -0.5rem;
    content: "";
    position: absolute;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3));
    background: rgb(101,123,118);
}.landing_page .smart_track h3 {
    position: relative;
    line-height: 1.4;
    margin: 0 0 2rem;
    max-width: 90%;
    color: #ffffff;
    opacity: 0.9;
    text-shadow: 0 2px 8px rgba(0,0,0,0.15);
    font-weight: 600;
    transform: translateZ(25px);
    font-size: clamp(1.2rem, 3vw, 1.8rem);
}.landing_page .smart_track p {
    font-weight: 400;
    border-left: 3px solid rgb(101,123,118);
    padding: 1rem;
    background: linear-gradient(90deg, 
    rgba(rgb(101,123,118,0.5), 0.2) 0%, 
    transparent 100%);
    margin-top: 2rem;
    position: relative;
    transform: translateZ(20px);
    padding-left: 1rem;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 13px);
    text-shadow: 0 1px 4px rgba(0,0,0,0.1);
    backdrop-filter: blur(2px);
    line-height: 1.6;
    max-width: 75%;
}

@media (max-width: 992px) {.landing_page .smart_track {
    padding: 2rem 1.5rem;
    transform: perspective(800px) rotateX(1deg);
    margin-left: 5%;
    max-width: 95%;
}.landing_page .smart_track h1 {
    max-width: 100%;
}.landing_page .smart_track h3 {
    max-width: 100%;
}.landing_page .smart_track p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.landing_page .class_online {
    padding: 4rem 0;
    height: auto;
    min-height: 100vh;
}.landing_page .smart_track {
    margin-left: 0;
    padding: 2rem 1rem;
    transform: none;
}.landing_page .smart_track::before {
    transform: none;
    left: -10px;
    width: 4px;
}.landing_page .smart_track h1 {
    transform: none;
    max-width: 100%;
}.landing_page .smart_track h3 {
    transform: none;
}.landing_page .smart_track p {
    margin-top: 1.5rem;
    transform: none;
}
}

@media (max-width: 576px) {.landing_page .class_online {
    padding: 3rem 0;
}.landing_page .smart_track {
    padding: 1.5rem 1rem;
}.landing_page .smart_track h1::after {
    width: 50%;
    height: 3px;
}
}

@media (min-width: 1600px) {.landing_page .smart_track {
    margin-left: 15%;
    max-width: 70%;
}}

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

.landing_page .smart_track h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.landing_page .smart_track h3 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    opacity: 0;
}.landing_page .smart_track p {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    opacity: 0;
}.course_program_description {
    position: relative;
    background: rgb(174,198,194);
    overflow: hidden;
    padding: 120px 0;
}.course_program_description::before {
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(137,161,157,0.5) 0%, transparent 40%);
    z-index: 1;
    left: 0;
    content: "";
    position: absolute;
}.course_program_description::after {
    content: "";
    position: absolute;
    background: radial-gradient(circle at 70% 80%, rgb(101,123,118,0.5) 0%, transparent 40%);
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    right: 0;
}.course_program_description .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
}.course_program_description .edu_values {
    grid-template-columns: 1fr;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: grid;
    position: relative;
    border-radius: 24px;
    gap: 50px;
}.course_program_description .edu_values::before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to right, rgb(137,161,157), rgb(101,123,118));
    top: 0;
    left: 0;
    height: 5px;
}.course_program_description .pro_skills {
    flex-direction: column;
    padding: 60px 50px;
    position: relative;
    display: flex;
    justify-content: center;
}.course_program_description .pro_skills::before {
    opacity: 0.5;
    animation: float 8s ease-in-out infinite;
    width: 80px;
    position: absolute;
    top: 40px;
    z-index: -1;
    border: 2px solid rgb(137,161,157,0.5);
    left: 40px;
    border-radius: 10px;
    content: "";
    height: 80px;
}.course_program_description .pro_skills::after {
    background: rgb(101,123,118,0.5);
    opacity: 0.3;
    animation: pulse 6s ease-in-out infinite;
    right: 40px;
    width: 60px;
    content: "";
    position: absolute;
    z-index: -1;
    height: 60px;
    border-radius: 50%;
    bottom: 40px;
}.course_program_description .head_tutor {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    margin-bottom: 35px;
    padding: 15px;
    background: linear-gradient(145deg, rgb(174,198,194), #ffffff);
    display: inline-block;
}.course_program_description .head_tutor:hover {
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.course_program_description .head_tutor svg {
    transition: all 0.3s ease;
    max-width: 140px;
    max-height: 50px;
}.course_program_description .head_tutor svg path {
    transition: fill 0.3s ease;
    fill: rgb(137,161,157);
}.course_program_description .head_tutor:hover svg path {
    fill: rgb(101,123,118);
}.course_program_description h3 {
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 1.3;
    position: relative;
}.course_program_description h3::after {
    height: 3px;
    bottom: -12px;
    left: 0;
    background: linear-gradient(to right, rgb(137,161,157), rgb(101,123,118));
    content: "";
    border-radius: 10px;
    width: 70px;
    position: absolute;
}.course_program_description p {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-weight: 400;
    position: relative;
    font-size: 14px;
}.course_program_description .img_card {
    transition: all 0.5s ease;
    min-height: 500px;
    position: relative;
    height: 100%;
}.course_program_description .img_card::before {
    top: 0;
    position: absolute;
    background: linear-gradient(
    135deg,
    rgb(137,161,157,0.5) 0%,
    transparent 60%
  );
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}.course_program_description .img_card::after {
    z-index: 2;
    right: 30px;
    animation: pulseCircle 3s infinite;
    border: 2px solid #ffffff;
    content: "";
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.course_program_description {
    padding: 90px 0;
}.course_program_description .pro_skills {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.course_program_description .edu_values {
    grid-template-columns: 1fr;
}.course_program_description .img_card {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 400px;
    order: -1;
}.course_program_description .pro_skills {
    padding: 40px;
}.course_program_description .pro_skills::before,
  .course_program_description .pro_skills::after {
    display: none;
}.course_program_description .head_tutor {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.course_program_description {
    padding: 70px 0;
}.course_program_description .pro_skills {
    padding: 30px;
}.course_program_description h3 {
    font-size: calc(36px - 4px);
}.course_program_description .img_card {
    min-height: 350px;
}.course_program_description .head_tutor {
    padding: 12px;
}.course_program_description .head_tutor svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course_program_description {
    padding: 50px 0;
}.course_program_description .container {
    padding: 0 20px;
}.course_program_description .edu_values {
    border-radius: 10px;
}.course_program_description .pro_skills {
    padding: 25px 20px;
}.course_program_description h3 {
    margin-bottom: 20px;
    font-size: calc(36px - 6px);
}.course_program_description p {
    font-size: calc(14px - 1px);
}.course_program_description .head_tutor {
    margin-bottom: 20px;
    padding: 10px;
}.course_program_description .head_tutor svg {
    max-width: 100px;
}.course_program_description .img_card {
    min-height: 280px;
}.course_program_description .img_card::after {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
}}.progress_bar {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
    padding: 80px 0 40px;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.progress_bar .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}.progress_bar .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}.progress_bar .company_holder::after {
    top: 10%;
    height: 80%;
    width: 1px;
    content: '';
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(137,161,157), transparent);
    position: absolute;
}.progress_bar .company_holder h3 {
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(137,161,157,0.5);
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: calc(30px * 0.9);
}.progress_bar .company_holder h3::after {
    content: '';
    bottom: -5px;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease-in-out;
    background: rgb(137,161,157);
    left: 0;
    width: 40%;
}.progress_bar .company_holder h3:hover::after {
    width: 100%;
}.progress_bar .footnote_ref {
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    background: rgba(255, 255, 255, 0.08);
    line-height: 1.6;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    margin-top: 15px;
    padding: 15px;
    transform: translateZ(0);
    transition: all 0.3s ease;
}.progress_bar .footnote_ref:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
}.progress_bar .webinar_arch {
    justify-content: space-between;
    position: relative;
    display: flex;
    flex: 0 0 65%;
}.progress_bar .main_tutor {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.progress_bar .site_main {
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 27px;
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    flex: 0 0 45%;
}.progress_bar .site_main::before {
    transition: transform 0.6s ease;
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
    transform: translateX(-100%);
}.progress_bar .site_main:hover::before {
    transform: translateX(100%);
}.progress_bar .site_main h5 {
    padding-bottom: 10px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}.progress_bar .site_main h5::after {
    transition: width 0.3s ease, box-shadow 0.3s ease;
    left: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    content: '';
    bottom: 0;
    background: rgb(137,161,157);
}.progress_bar .site_main:hover h5::after {
    box-shadow: 0 0 8px rgb(137,161,157), 0 0 16px rgb(137,161,157,0.5);
    width: 70px;
}.progress_bar .site_main .main_tutor {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.progress_bar .site_main .main_tutor a {
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 0;
    color: #ffffff;
    font-size: calc(16px * 0.95);
    opacity: 0.85;
    position: relative;
    display: inline-block;
}.progress_bar .site_main .main_tutor a::before {
    background: linear-gradient(90deg, rgb(137,161,157), transparent);
    height: 1px;
    transform-origin: left;
    content: '';
    left: 0;
    position: absolute;
    transition: width 0.3s ease, transform 0.3s ease;
    bottom: -2px;
    width: 0;
}.progress_bar .site_main .main_tutor a:hover {
    padding-left: 5px;
    color: #ffffff;
    opacity: 1;
}.progress_bar .site_main .main_tutor a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(137,161,157,0.5);
}.gift_card {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    position: relative;
}.gift_card::before {
    background: linear-gradient(90deg, transparent, rgb(137,161,157,0.5), transparent);
    content: '';
    height: 1px;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
}.gift_card .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.gift_card .telegram_ref {
    color: #ffffff;
    text-align: center;
    opacity: 0.8;
    letter-spacing: 0.5px;
    font-size: 15px;
    transition: opacity 0.3s ease;
}.gift_card .telegram_ref:hover {
    opacity: 1;
}

@media (max-width: 991px) {.progress_bar {
    padding: 60px 0 30px;
}.progress_bar .container {
    flex-direction: column;
}.progress_bar .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px;
}.progress_bar .company_holder::after {
    display: none;
}.progress_bar .webinar_arch {
    flex: 0 0 100%;
}.progress_bar .site_main {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.progress_bar {
    padding: 40px 0 20px;
}.progress_bar .main_tutor {
    flex-direction: column;
}.progress_bar .site_main {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.progress_bar .company_holder h3 {
    font-size: calc(30px * 0.8);
}.progress_bar .site_main h5 {
    font-size: calc(20px * 0.9);
}.gift_card .telegram_ref {
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 576px) {.progress_bar {
    padding: 30px 0 15px;
}.progress_bar .company_holder {
    margin-bottom: 30px;
}.progress_bar .company_holder h3 {
    font-size: calc(30px * 0.7);
}.progress_bar .site_main h5 {
    font-size: calc(20px * 0.8);
}.gift_card {
    padding: 10px 0;
}.gift_card .telegram_ref {
    font-size: calc(15px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    opacity: 0.3;
    right: 0;
    background-size: 50px 50px;
    bottom: 0;
    position: absolute;
    content: '';
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    z-index: 0;
    left: 0;
    top: 0;
}.progress_bar .company_holder h3 {
    overflow: hidden;
    position: relative;
}.progress_bar .company_holder h3::before {
    height: 100%;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    pointer-events: none;
    top: 0;
    transition: 0.5s;
    position: absolute;
}.progress_bar .company_holder h3:hover::before {
    left: 100%;
}.user_reviews {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(174,198,194), #ffffff);
    padding: 100px 0;
}.user_reviews::before {
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(ellipse at top left, rgb(137,161,157,0.5) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgb(101,123,118,0.5) 0%, transparent 50%);
    z-index: 0;
    content: "";
    height: 100%;
}.user_reviews::after {
    content: "";
    top: 0;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    background-size: 100px 100px;
    height: 100%;
    opacity: 0.03;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, rgb(137,161,157,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(137,161,157,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(137,161,157,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(137,161,157,0.5) 75%);
    z-index: 0;
    left: 0;
}.user_reviews .edu_values {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.user_reviews h4 {
    text-align: center;
    position: relative;
    font-size: 33px;
    margin-bottom: 80px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
}.user_reviews h4::before {
    content: "";
    bottom: -15px;
    left: 50%;
    background: rgb(137,161,157);
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    width: 100px;
}.user_reviews h4::after {
    background: rgb(137,161,157);
    border-radius: 50%;
    content: "";
    position: absolute;
    width: 12px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    height: 12px;
}.user_reviews .client_quotes {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    align-items: stretch;
    justify-content: center;
}.user_reviews .review_grid {
    backdrop-filter: blur(10px);
    z-index: 1;
    margin: 0 20px 40px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    width: calc(33.33% - 40px);
    height: 120px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}.user_reviews .review_grid:hover {
    height: 280px;
    z-index: 2;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.1),
        0 2px 6px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}.user_reviews .review_grid::before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    height: 100%;
    z-index: -1;
    content: "";
    background: 
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.4) 0%, 
            rgba(255, 255, 255, 0) 100%);
    width: 100%;
}.user_reviews .review_grid::after {
    transition: all 0.4s ease;
    top: 15px;
    border-radius: 50%;
    z-index: 0;
    opacity: 0.3;
    width: 30px;
    height: 30px;
    right: 15px;
    content: "";
    border: 2px solid rgb(137,161,157,0.5);
    position: absolute;
}.user_reviews .review_grid:hover::after {
    transform: scale(0.8);
    opacity: 0.6;
}.user_reviews .img_card {
    height: 70px;
    position: relative;
    float: left;
    margin: 25px 20px;
    z-index: 1;
    border: 3px solid rgba(255, 255, 255, 0.3);
    width: 70px;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.4s ease;
}.user_reviews .review_grid:hover .img_card {
    border-color: rgb(137,161,157,0.5);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    transform: scale(1.1);
}.user_reviews .review_grid span {
    transition: all 0.4s ease;
    color: #000000;
    display: block;
    text-overflow: ellipsis;
    padding-right: 60px;
    white-space: nowrap;
    margin-top: 40px;
    overflow: hidden;
    font-weight: 600;
    font-size: calc(13px * 1.1);
}.user_reviews .review_grid:hover span {
    margin-top: 15px;
    color: rgb(137,161,157);
    white-space: normal;
    margin-left: 20px;
}.user_reviews .review_grid p {
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 1.6;
    display: -webkit-box;
    opacity: 0;
    margin: 0 20px;
    transition: all 0.5s ease;
    max-height: 0;
    color: #000000;
    -webkit-line-clamp: 5;
}.user_reviews .review_grid:hover p {
    max-height: 150px;
    margin-top: 15px;
    opacity: 1;
}.user_reviews .review_grid:nth-child(3n+1) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.user_reviews .review_grid:nth-child(3n+2) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(rgb(137,161,157,0.5), 0.05) 100%
    );
}.user_reviews .review_grid:nth-child(3n+3) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(rgb(101,123,118,0.5), 0.05) 100%
    );
}

@media (max-width: 1200px) {.user_reviews .review_grid {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}
}

@media (max-width: 992px) {.user_reviews .review_grid {
    height: 100px;
}.user_reviews .review_grid:hover {
    height: 250px;
}.user_reviews .img_card {
    height: 60px;
    margin: 20px 15px;
    width: 60px;
}.user_reviews .review_grid span {
    font-size: 13px;
    margin-top: 32px;
}
}

@media (max-width: 768px) {.user_reviews {
    padding: 70px 0;
}.user_reviews h4 {
    margin-bottom: 60px;
}.user_reviews .review_grid {
    max-width: 400px;
    height: auto;
    margin: 0 auto 25px;
    min-height: 100px;
    width: 100%;
}.user_reviews .review_grid:hover {
    height: auto;
    min-height: 250px;
}.user_reviews .review_grid:last-child {
    margin-bottom: 0;
}.user_reviews .review_grid::after {
    right: 10px;
    top: 10px;
}.user_reviews .img_card {
    margin: 15px;
}.user_reviews .review_grid span {
    margin-top: 28px;
}.user_reviews .review_grid:hover span {
    margin-top: 10px;
}.user_reviews .review_grid:hover p {
    margin-top: 10px;
}}.leadership_profile {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(174,198,194) 0%, rgb(137,161,157,0.5) 35%, rgb(101,123,118,0.5) 100%);
    position: relative;
    padding: 6rem 2rem;
}.leadership_profile::before {
    z-index: 0;
    left: -10%;
    animation: rotate 20s linear infinite;
    content: "";
    opacity: 0.2;
    top: -50%;
    width: 200%;
    position: absolute;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(137,161,157,0.5) 120deg, transparent 180deg, rgb(101,123,118,0.5) 260deg, transparent 360deg);
    height: 200%;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.leadership_profile .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    perspective: 1000px;
}.leadership_profile .review_grid {
    background: #ffffff;
    padding: 2.5rem;
    gap: 1.5rem;
    grid-template-areas:
    "photo quote"
    "name quote";
    grid-template-columns: minmax(220px, 1fr) 2fr;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    display: grid;
    transform: rotateX(5deg) rotateY(-2deg);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(137,161,157,0.5);
    transition: transform 0.5s ease;
    grid-template-rows: auto auto;
    border-radius: 29px;
}.leadership_profile .review_grid:hover {
    transform: rotateX(0) rotateY(0);
}.leadership_profile .img_card {
    grid-area: photo;
    transition: transform 0.3s ease;
    transform: translateZ(20px);
    border-radius: 29px;
    box-shadow: 
    -5px 5px 0 rgb(101,123,118),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    aspect-ratio: 1/1;
    width: 100%;
}.leadership_profile .review_grid:hover .img_card {
    transform: translateZ(30px) scale(1.05);
}.leadership_profile .name {
    font-size: 22px;
    padding-left: 1rem;
    color: rgb(137,161,157);
    display: block;
    font-weight: 700;
    grid-area: name;
    margin-bottom: 0.5rem;
    transform: translateZ(10px);
    position: relative;
}.leadership_profile .name + span {
    opacity: 0.8;
    align-self: end;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: translateZ(5px);
    font-size: 14px;
    grid-area: name;
    padding-left: 1rem;
    color: #000000;
    margin-top: 2rem;
    font-weight: 600;
}.leadership_profile .employee_details {
    transform: translateZ(15px);
    color: #000000;
    padding: 2rem;
    font-size: calc(14px * 1.1);
    position: relative;
    border-radius: 29px;
    line-height: 1.7;
    grid-area: quote;
    background: linear-gradient(to right, #ffffff, rgb(174,198,194));
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}.leadership_profile .employee_details::before {
    width: 100%;
    content: "";
    opacity: 0.3;
    border-radius: 29px;
    position: absolute;
    left: 0;
    mix-blend-mode: overlay;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(137,161,157,0.5) 0%, transparent 40%, transparent 60%, rgb(101,123,118,0.5) 100%);
}.leadership_profile .review_grid:hover .employee_details {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.leadership_profile .review_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    transform: none;
    grid-template-areas:
      "img_card"
      "name"
      "employee_details";
}.leadership_profile .img_card {
    margin: 0 auto;
    max-width: 200px;
}.leadership_profile .name,
  .leadership_profile .name + span {
    padding-left: 0;
    text-align: center;
}.leadership_profile .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.leadership_profile {
    padding: 4rem 1rem;
}.leadership_profile .review_grid {
    padding: 1.5rem;
}.leadership_profile .employee_details {
    padding: 1.5rem;
}
}