﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.forum_link {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.container {
    width: 1270px;
    margin: auto;
    max-width: 100%;
}.wrapper-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.first_teach {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.gratitudeWeb {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(119,166,135,0.5) 0%, rgb(191,233,206) 100%);
    position: relative;
}.gratitudeWeb::before {
    opacity: 0.6;
    background: 
        radial-gradient(circle at 20% 30%, rgb(155,199,170,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(119,166,135,0.5) 0%, transparent 60%);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}.gratitudeWeb::after {
    top: -50px;
    transform: rotate(15deg);
    border: 2px solid rgb(155,199,170,0.5);
    right: -50px;
    width: 200px;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    height: 200px;
    z-index: 1;
}.gratitudeWeb .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.gratitudeWeb .value_vision {
    flex-direction: column;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    position: relative;
    padding: 50px;
    display: flex;
}.gratitudeWeb .value_vision:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gratitudeWeb .value_vision::before {
    background: linear-gradient(90deg, 
        rgb(155,199,170) 0%, 
        rgb(119,166,135) 50%, 
        rgb(155,199,170) 100%);
    content: "";
    width: 100%;
    left: 0;
    background-size: 200% auto;
    height: 5px;
    position: absolute;
    top: 0;
    animation: gradient-shift 6s linear infinite;
}.gratitudeWeb .value_vision > div:first-child {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px;
}.gratitudeWeb .value_vision > div:first-child::before {
    content: "";
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: rgb(119,166,135);
    position: absolute;
    top: 50%;
    left: 0;
}.gratitudeWeb h5 {
    transform: translateX(0);
    position: relative;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.3s ease;
    margin: 0;
    color: #000000;
    line-height: 1.4;
}.gratitudeWeb .value_vision:hover h5 {
    transform: translateX(5px);
}.gratitudeWeb .value_vision > div:last-child {
    padding: 20px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    transition: all 0.4s ease;
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    position: relative;
    border-left: 2px solid rgb(155,199,170,0.5);
}.gratitudeWeb .value_vision > div:last-child:hover {
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
    border-left-width: 4px;
}.gratitudeWeb p {
    margin: 0;
    color: #000000;
    font-size: 14px;
    transition: transform 0.3s ease;
    line-height: 1.7;
}.gratitudeWeb a {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
}.gratitudeWeb a::after {
    left: 0;
    position: absolute;
    transition: width 0.5s ease;
    height: 2px;
    bottom: 0;
    width: 0;
    content: "";
    background: rgb(155,199,170);
}.gratitudeWeb a:hover::after {
    width: 100%;
}.gratitudeWeb a:hover p {
    transform: translateY(-3px);
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

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

@media (max-width: 992px) {.gratitudeWeb {
    padding: 70px 0;
}.gratitudeWeb .value_vision {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(1deg);
}.gratitudeWeb h5 {
    font-size: calc(18px - 2px);
}.gratitudeWeb .value_vision > div:last-child {
    padding: 15px;
}
}

@media (max-width: 768px) {.gratitudeWeb {
    padding: 50px 0;
}.gratitudeWeb .value_vision {
    padding: 30px 20px;
    transform: none;
}.gratitudeWeb .value_vision::before {
    height: 3px;
}.gratitudeWeb .value_vision > div:first-child {
    margin-bottom: 20px;
}.gratitudeWeb h5 {
    font-size: calc(18px - 4px);
}.gratitudeWeb p {
    font-size: calc(14px - 1px);
}.gratitudeWeb .value_vision > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}

@media (max-width: 576px) {.gratitudeWeb {
    padding: 40px 0;
}.gratitudeWeb .value_vision {
    padding: 25px 15px;
}.gratitudeWeb .value_vision > div:first-child::before {
    width: 3px;
}.gratitudeWeb .value_vision > div:last-child {
    clip-path: none;
    padding: 10px;
}.gratitudeWeb p {
    line-height: 1.6;
    font-size: calc(14px - 2px);
}
}

@media (hover: none) {.gratitudeWeb .value_vision {
    transform: none;
}.gratitudeWeb .value_vision:hover h5 {
    transform: none;
}.gratitudeWeb a:hover p {
    transform: none;
}}.launch_now {
    padding: 110px 0;
    position: relative;
    background: linear-gradient(150deg, #ffffff 0%, rgb(191,233,206) 100%);
    overflow: hidden;
}.launch_now::before {
    position: absolute;
    z-index: 1;
    transform: rotate(-10deg);
    content: '';
    top: -10%;
    opacity: 0.05;
    width: 60%;
    right: -10%;
    height: 120%;
    background: rgb(155,199,170);
}.launch_now::after {
    background: rgb(155,199,170);
    z-index: 1;
    position: absolute;
    width: 70%;
    transform: rotate(-15deg);
    top: -20%;
    right: -15%;
    height: 140%;
    content: '';
    opacity: 0.05;
}.launch_now .value_vision {
    position: relative;
    z-index: 10;
}.launch_now .container {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 40px;
    align-items: center;
}.launch_now .container p {
    padding-left: 25px;
    border-left: 5px solid rgb(155,199,170);
    font-weight: 700;
    position: relative;
    margin: 0;
    color: #000000;
    z-index: 5;
    font-size: 37px;
    line-height: 1.4;
}.launch_now .support_message {
    padding: 18px 40px;
    transition: all 0.4s ease;
    color: rgb(155,199,170);
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    justify-self: end;
    font-size: 16px;
    border: 2px solid rgb(155,199,170);
    border-radius: 0;
    overflow: hidden;
    z-index: 5;
    position: relative;
}.launch_now .support_message::before {
    height: 300px;
    position: absolute;
    transition: transform 0.6s ease;
    left: 50%;
    z-index: -1;
    content: '';
    border-radius: 50%;
    width: 300px;
    background: rgb(155,199,170);
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
}.launch_now .support_message:hover {
    color: #ffffff;
}.launch_now .support_message:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.launch_now .container::before {
    bottom: -20px;
    width: 100%;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, rgb(155,199,170) 0%, transparent 100%);
    position: absolute;
    left: 0;
}.launch_now .container::after {
    content: '';
    width: 10px;
    height: 10px;
    background: rgb(155,199,170);
    left: 0;
    bottom: -25px;
    position: absolute;
    border-radius: 50%;
}.launch_now .value_vision::before {
    left: 0;
    z-index: -1;
    top: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgb(155,199,170,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(119,166,135,0.5) 0%, transparent 60%);
    content: '';
}

@media (max-width: 991px) {.launch_now {
    padding: 90px 0;
}.launch_now .container {
    gap: 30px;
}.launch_now .container p {
    padding-left: 20px;
    font-size: calc(19px * 1.2);
}.launch_now .support_message {
    padding: 15px 35px;
}
}

@media (max-width: 767px) {.launch_now {
    padding: 70px 0;
}.launch_now .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.launch_now .container p {
    font-size: 19px;
    padding-left: 15px;
    border-left-width: 4px;
}.launch_now .support_message {
    padding: 14px 30px;
    justify-self: start;
}.launch_now .container::before {
    width: 70%;
}
}

@media (max-width: 480px) {.launch_now {
    padding: 50px 0;
}.launch_now .container {
    gap: 30px;
}.launch_now .container p {
    border-left-width: 3px;
    font-size: calc(18px * 1.2);
    padding-left: 12px;
}.launch_now .support_message {
    font-size: calc(16px * 0.9);
    padding: 12px 25px;
}.launch_now .container::before {
    width: 50%;
    bottom: -15px;
}.launch_now .container::after {
    width: 8px;
    height: 8px;
    bottom: -19px;
}}.cookie_dialog_window {
    animation: slideUp 0.5s forwards;
    position: fixed;
    border-top: 3px solid rgb(119,166,135);
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    bottom: 0;
    z-index: 90;
    background: rgb(119,166,135);
    width: 100%;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.privacy_ctrl {
    gap: 20px;
    padding: 20px 5%;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.cookie_dialog_window h5 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
}.cookie_dialog_window p {
    color: #ffffff;
    line-height: 1.5;
    font-size: 17px;
    margin: 0;
}.user_alert {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(155,199,170));
}.user_alert svg {
    transition: transform 0.3s ease-in-out;
    fill: rgb(155,199,170);
    width: 80px;
    height: 80px;
}.user_alert:hover svg {
    transform: scale(1.1);
}.track_toggle {
    text-decoration: none;
    margin-left: 10px;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(155,199,170);
    cursor: pointer;
    line-height: 40px;
    border-radius: 16px;
    background: linear-gradient(90deg, rgb(155,199,170), rgb(119,166,135));
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    flex-shrink: 0;
    min-width: 140px;
    font-size: 20px;
    white-space: nowrap;
}.track_toggle:hover {
    box-shadow: 0 0 20px rgb(119,166,135);
}.cookie_button.cookie_protect:hover {
    box-shadow: 0 0 15px rgb(119,166,135);
}.cookie_dialog_window p a {
    color: rgb(155,199,170);
    text-decoration: none;
    transition: color 0.3s ease;
}.cookie_dialog_window p a:hover {
    color: rgb(119,166,135);
}#cookie_notice_box {
    display: none;
}#cookie_notice_box:checked ~ .cookie_dialog_window {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_dialog_window {
    padding: 15px 0;
}.privacy_ctrl {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.user_alert {
    display: none;
}.privacy_ctrl {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie_dialog_window h5 {
    margin-bottom: 5px;
    font-size: 17px;
}.cookie_gate {
    margin-bottom: 15px;
}.track_toggle {
    min-width: 100%;
    margin: 10px 0;
}}
.program_offerings {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    padding: 120px 0;
    position: relative;
    background: rgb(191,233,206);
    overflow: hidden;
}.program_offerings::before {
    opacity: 0.7;
    left: 0;
    background: linear-gradient(135deg, rgb(155,199,170,0.5) 0%, transparent 50%, rgb(119,166,135,0.5) 100%);
    content: "";
    z-index: 1;
    position: absolute;
    animation: backgroundShift 15s infinite alternate;
    top: 0;
    height: 100%;
    width: 100%;
}.program_offerings::after {
    animation: pulse 8s infinite alternate;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(155,199,170,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    content: "";
    left: 0;
    top: 0;
}.program_offerings .container {
    position: relative;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.program_offerings .education_flow {
    gap: 40px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    perspective: 1000px;
    position: relative;
}.program_offerings .education_flow::before {
    transform: rotateY(5deg) rotateX(2deg);
    transform-style: preserve-3d;
    animation: borderPulse 4s infinite alternate;
    position: absolute;
    height: calc(100% + 60px);
    width: calc(100% + 60px);
    border-radius: 20px;
    content: "";
    border: 1px solid rgb(155,199,170,0.5);
    top: -30px;
    z-index: -1;
    left: -30px;
}.program_offerings .abstract_box {
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px;
    animation: floatPanel 8s ease-in-out infinite;
    backdrop-filter: blur(8px);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    display: flex;
    width: 100%;
    gap: 30px;
    background: rgba(255, 255, 255, 0.03);
    transform: translateZ(0);
}.program_offerings .abstract_box h2 {
    -webkit-text-fill-color: transparent;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    margin-bottom: 25px;
    display: inline-block;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(155,199,170,0.5);
    background: linear-gradient(to right, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    border-bottom: 2px solid rgb(155,199,170);
    background-clip: text !important;
    color: #ffffff;
    font-size: 31px;
    border-left: 2px solid rgb(119,166,135);
    border-radius: 8px 0 8px 0;
    max-width: fit-content;
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    letter-spacing: 1.5px;
    font-weight: 700;
}.program_offerings .abstract_box .description {
    color: #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    transform: translateZ(0);
    font-size: 16px;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 18px;
    letter-spacing: 0.5px;
    text-align: justify;
    transition: all 0.5s ease;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.07);
    line-height: 1.9;
    border-left: 3px solid rgb(155,199,170,0.5);
}.program_offerings .abstract_box .description:first-of-type {
    border-left-color: rgb(155,199,170);
}.program_offerings .abstract_box .description:last-of-type {
    border-left-color: rgb(119,166,135);
    margin-bottom: 0;
}.program_offerings .abstract_box .description::before {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
    content: "";
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
}.program_offerings .abstract_box .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.program_offerings .main_photo {
    background-size: cover;
    animation: floatImage 6s ease-in-out infinite alternate;
    background-position: center;
    transform: translateZ(0) rotateY(-5deg);
    overflow: hidden;
    z-index: 4;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    height: 450px;
    position: relative;
    border-radius: 20px;
    align-self: flex-start;
    transform-style: preserve-3d;
}.program_offerings .main_photo:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(155,199,170,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(155,199,170,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(119,166,135,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(155,199,170,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(155,199,170);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(155,199,170,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(155,199,170);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.program_offerings {
    padding: 100px 0;
}.program_offerings .education_flow {
    gap: 30px;
}.program_offerings .abstract_box {
    padding: 30px;
}.program_offerings .abstract_box h2 {
    padding: 12px 18px;
    font-size: calc(31px * 0.9);
}.program_offerings .abstract_box .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.program_offerings {
    padding: 80px 0;
}.program_offerings .education_flow {
    gap: 40px;
    grid-template-columns: 1fr;
}.program_offerings .education_flow::before {
    transform: none;
    height: calc(100% + 40px);
    left: -20px;
    width: calc(100% + 40px);
    top: -20px;
}.program_offerings .abstract_box {
    transform: none;
    animation: none;
    order: 2;
}.program_offerings .main_photo {
    min-height: 400px;
    order: 1;
    animation: pulse 8s infinite alternate;
    transform: none;
}.program_offerings .main_photo:hover {
    transform: scale(1.02) translateY(-5px);
}.program_offerings .abstract_box h2 {
    display: block;
    text-align: center;
    margin-left: auto;
    max-width: 100%;
    margin-right: auto;
}.program_offerings .abstract_box .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.program_offerings {
    padding: 60px 0;
}.program_offerings .education_flow {
    gap: 30px;
}.program_offerings .abstract_box {
    padding: 25px;
    gap: 20px;
}.program_offerings .abstract_box h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 15px;
    padding: 10px 15px;
}.program_offerings .abstract_box .description {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
    padding: 12px;
    margin-bottom: 15px;
}.program_offerings .main_photo {
    min-height: 350px;
}.program_offerings .education_flow::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.program_offerings {
    padding: 40px 0;
}.program_offerings .abstract_box {
    gap: 15px;
    padding: 20px;
}.program_offerings .abstract_box h2 {
    padding: 8px 12px;
    font-size: calc(31px * 0.7);
    letter-spacing: 1px;
}.program_offerings .abstract_box .description {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
    padding: 10px;
}.program_offerings .main_photo {
    min-height: 280px;
}}.company_overview {
    isolation: isolate;
    overflow: hidden;
    background-color: rgb(191,233,206);
    padding: 160px 0;
    position: relative;
}.company_overview::before {
    z-index: -2;
    opacity: 0.15;
    background-size: auto, auto, 80px 80px;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgb(155,199,170,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(119,166,135,0.5) 0%, transparent 40%),
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 15deg,
            rgba(0, 0, 0, 0.5) 15.5deg,
            transparent 16deg
        );
    inset: 0;
    animation: rotateCircles 60s linear infinite;
}@keyframes rotateCircles {
    0% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 5%, 95% 95%, 0 0;
        opacity: 0.17;
    }
    100% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
}

.company_overview::after {
    inset: 0;
    position: absolute;
    opacity: 0.03;
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%);
    content: "";
    background-size: 50px 50px;
}.company_overview .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}.company_overview .container::before {
    height: 600px;
    opacity: 0.6;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -300px;
    background: 
        conic-gradient(from 0deg, 
            transparent 0deg, 
            transparent 55deg, 
            rgba(0, 0, 0, 0.02) 60deg, 
            transparent 65deg,
            transparent 115deg, 
            rgba(0, 0, 0, 0.02) 120deg,
            transparent 125deg,
            transparent 175deg,
            rgba(0, 0, 0, 0.02) 180deg,
            transparent 185deg,
            transparent 235deg,
            rgba(0, 0, 0, 0.02) 240deg,
            transparent 245deg,
            transparent 295deg,
            rgba(0, 0, 0, 0.02) 300deg,
            transparent 305deg
        );
    top: -300px;
    width: 600px;
    animation: slowRotate 40s linear infinite;
    z-index: -1;
}.company_overview .container::after {
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
    position: absolute;
    opacity: 0.5;
    border-radius: 50%;
    z-index: -1;
    width: 400px;
    height: 400px;
    bottom: -200px;
    content: "";
    right: -200px;
}@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_overview .value_vision {
    display: grid;
    grid-template-areas: 
        "logo title"
        "photo text";
    overflow: hidden;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
    grid-template-rows: auto 1fr;
    gap: 25px;
    position: relative;
}.company_overview .value_vision::before {
    background: 
        linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    content: "";
    inset: 0;
    position: absolute;
    background-size: 10px 10px;
    opacity: 0.3;
    animation: patternShift 20s linear infinite;
    z-index: -1;
}@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.company_overview .value_vision::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(155,199,170,0.5) 0%, transparent 100%);
    opacity: 0.05;
}.company_overview .proof_stats {
    grid-area: logo;
    display: flex;
    padding: 30px;
    justify-content: center;
    flex-direction: column;
    position: relative;
    align-items: center;
    z-index: 2;
}.company_overview .proof_stats::before {
    border-radius: 10px;
    opacity: 0.2;
    inset: 10px;
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px dashed rgb(155,199,170,0.5);
}.company_overview .proof_stats::after {
    position: absolute;
    left: 0;
    background-size: 30px 30px;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(155,199,170,0.5) 49%, rgb(155,199,170,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(155,199,170,0.5) 49%, rgb(155,199,170,0.5) 51%, transparent 51.5%);
    z-index: -1;
    opacity: 0.05;
    top: 0;
    content: "";
    width: 100%;
}.company_overview .proof_stats svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    margin-bottom: 15px;
    height: 70px;
    width: 70px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.company_overview .proof_stats svg::before {
    inset: -5px;
    position: absolute;
    opacity: 0;
    border: 1px solid rgb(155,199,170,0.5);
    border-radius: 50%;
    transform: scale(0.8);
    transition: all 0.3s ease;
    content: "";
}.company_overview .proof_stats svg path {
    fill: rgb(155,199,170);
    transition: fill 0.3s ease;
}.company_overview h2 {
    color: #000000;
    grid-area: title;
    position: relative;
    padding: 30px;
    align-items: center;
    font-size: 31px;
    margin: 0;
    display: flex;
    font-weight: 700;
}.company_overview h2::before {
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.15;
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(to right, rgb(155,199,170,0.5) 0%, transparent 5%),
        linear-gradient(to bottom, rgb(155,199,170,0.5) 0%, transparent 5%);
    pointer-events: none;
}.company_overview h2::after {
    height: 3px;
    bottom: 20px;
    left: 30px;
    position: absolute;
    content: "";
    border-radius: 3px;
    transition: width 0.3s ease, transform 0.3s ease;
    width: 60px;
    background: linear-gradient(to right, rgb(155,199,170), rgb(119,166,135));
}.company_overview h2:hover::after {
    transform: translateX(10px);
    width: 100px;
}.company_overview .expert_zone {
    grid-area: photo;
    z-index: 2;
    perspective: 1000px;
    position: relative;
    padding: 30px;
}.company_overview .expert_zone::before {
    content: "";
    z-index: -1;
    border-radius: 20px;
    box-shadow: inset 0 0 0 1px rgb(155,199,170,0.5);
    position: absolute;
    inset: 10px;
    opacity: 0.1;
}.company_overview .expert_zone::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 30% 70%, rgb(155,199,170,0.5) 0%, transparent 60%);
    pointer-events: none;
    opacity: 0.05;
}.company_overview .expert_zone .main_photo {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotateY(3deg) rotateX(2deg);
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    height: 320px;
    border-radius: 20px;
}.company_overview .expert_zone .main_photo::before {
    inset: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    z-index: 1;
    content: "";
}.company_overview .expert_zone .main_photo::after {
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    left: -100%;
    z-index: 2;
    width: 300%;
    content: "";
    transform: rotate(30deg);
    top: -100%;
    position: absolute;
    height: 300%;
}@keyframes lightSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}

.company_overview .expert_zone:hover .main_photo {
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.company_overview .learning_classes {
    padding: 20px 25px;
    color: #ffffff;
    transform: translateY(0);
    background: rgb(155,199,170);
    margin-left: 20px;
    position: relative;
    margin-right: 20px;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: -40px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 3;
}.company_overview .learning_classes::before {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    opacity: 0.8;
    border-radius: 10px 0 0 10px;
    content: "";
    position: absolute;
    background: rgb(119,166,135);
}.company_overview .learning_classes::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
    border-radius: inherit;
}.company_overview .expert_zone:hover .learning_classes {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.company_overview .study_guides {
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin: 0 0 8px 0;
}.company_overview .expert_zone:hover .study_guides::after {
    width: 50px;
}.company_overview .knowledge_study {
    font-size: 16px;
    opacity: 0.9;
    margin: 0;
}.company_overview .abstract_box {
    padding: 30px;
    z-index: 2;
    position: relative;
    grid-area: text;
}.company_overview .abstract_box::before {
    z-index: -1;
    box-shadow: inset 0 0 0 1px rgb(119,166,135,0.5);
    inset: 10px;
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
    opacity: 0.1;
    border-radius: 20px;
}.company_overview .abstract_box:hover::before {
    opacity: 0.2;
}.company_overview .abstract_box::after {
    z-index: -1;
    opacity: 0.05;
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
    background: 
        radial-gradient(circle at 70% 30%, rgb(119,166,135,0.5) 0%, transparent 60%);
}.company_overview p {
    font-size: 16px;
    margin: 0;
    color: #000000;
    padding: 0 0 0 20px;
    line-height: 1.8;
    position: relative;
}.company_overview p::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    border-radius: 3px;
    opacity: 0.6;
    left: 0;
    background: linear-gradient(to bottom, rgb(155,199,170,0.5), rgb(119,166,135,0.5));
    width: 3px;
}

@media (max-width: 992px) {.company_overview {
    padding: 100px 0;
}.company_overview .value_vision {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "title title"
            "logo logo"
            "photo photo"
            "text text";
}.company_overview .proof_stats {
    justify-content: center;
    align-items: center;
    padding: 25px;
    flex-direction: row;
}.company_overview .proof_stats svg {
    margin-right: 15px;
    margin-bottom: 0;
}.company_overview h2 {
    justify-content: center;
    padding: 25px;
    text-align: center;
}.company_overview h2::after {
    transform: translateX(-50%);
    left: 50%;
}.company_overview h2:hover::after {
    width: 80px;
    transform: translateX(-40px);
}.company_overview .expert_zone,
    .company_overview .abstract_box {
    padding: 25px;
}.company_overview .expert_zone .main_photo {
    height: 280px;
}
}

@media (max-width: 768px) {.company_overview {
    padding: 80px 0;
}.company_overview .expert_zone .main_photo {
    height: 240px;
}.company_overview .learning_classes {
    padding: 15px 20px;
    margin-right: 10px;
    margin-left: 10px;
}.company_overview h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 480px) {.company_overview {
    padding: 60px 0;
}.company_overview .container {
    padding: 0 20px;
}.company_overview .proof_stats,
    .company_overview h2,
    .company_overview .expert_zone,
    .company_overview .abstract_box {
    padding: 20px;
}.company_overview .expert_zone .main_photo {
    height: 200px;
}.company_overview h2 {
    font-size: calc(31px * 0.8);
}.company_overview .proof_stats {
    flex-direction: column;
}.company_overview .proof_stats svg {
    margin-right: 0;
    margin-bottom: 10px;
}}.receive_updates {
    overflow: hidden;
    background: rgb(191,233,206);
    z-index: 1;
    padding: 5rem 2rem;
    position: relative;
}.receive_updates::before {
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    content: "";
    background: rgb(191,233,206);
    position: absolute;
    z-index: 2;
    top: -80px;
    height: 80px;
    width: 100%;
    left: 0;
}.receive_updates::after {
    clip-path: polygon(0 100%, 100% 0, 0 0);
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: rgb(191,233,206);
    bottom: -80px;
    z-index: 2;
    height: 80px;
}.receive_updates .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}.receive_updates .value_vision {
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
}.receive_updates .value_vision::before {
    position: absolute;
    background: rgb(155,199,170);
    animation: floatLayer 8s ease-in-out infinite alternate;
    border-radius: 14px;
    width: 70%;
    opacity: 0.1;
    left: -20%;
    content: "";
    transform: rotateY(30deg) translateZ(-50px);
    z-index: -1;
    top: 15%;
    height: 100%;
    filter: blur(20px);
}.receive_updates .value_vision::after {
    height: 100%;
    filter: blur(20px);
    width: 70%;
    content: "";
    opacity: 0.1;
    border-radius: 14px;
    transform: rotateY(-30deg) translateZ(-50px);
    animation: floatLayer 8s ease-in-out infinite alternate-reverse;
    bottom: 15%;
    z-index: -1;
    background: rgb(119,166,135);
    right: -20%;
    position: absolute;
}.receive_updates p {
    font-size: 34px;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    font-weight: 700;
    transform: translateZ(50px);
    text-align: center;
    line-height: 1.4;
    color: #000000;
    position: relative;
}.receive_updates p::before {
    left: -20px;
    height: 80px;
    filter: blur(30px);
    width: 80px;
    border-radius: 50%;
    background: rgb(155,199,170,0.5);
    z-index: -1;
    top: -40px;
    opacity: 0.5;
    position: absolute;
    content: "";
}.receive_updates p::after {
    position: absolute;
    height: 60px;
    background: rgb(119,166,135,0.5);
    z-index: -1;
    bottom: -30px;
    opacity: 0.5;
    border-radius: 50%;
    filter: blur(20px);
    content: "";
    width: 60px;
    right: -10px;
}.receive_updates .input_holder {
    border-radius: 14px;
    display: flex;
    gap: 1.5rem;
    position: relative;
    transform: translateZ(30px);
    flex-direction: column;
    padding: 0.5rem;
}.receive_updates .input_holder::before {
    content: "";
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    right: -10px;
    bottom: -10px;
    top: -10px;
    transform: translateZ(-10px);
    z-index: -1;
    position: absolute;
    border-radius: 14px;
    left: -10px;
}.receive_updates .sub_discounts {
    color: #000000;
    transform: perspective(500px) rotateX(5deg);
    outline: none;
    padding: 1.5rem;
    background: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
    transform-origin: bottom;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(155,199,170,0.5);
    border-radius: 14px;
}.receive_updates .sub_discounts:focus {
    transform: perspective(500px) rotateX(0);
    box-shadow: 0 10px 20px rgb(155,199,170,0.5);
    border-color: rgb(155,199,170);
}.receive_updates .support_message {
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(155,199,170);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transform-origin: top;
    padding: 1.5rem;
    transform: perspective(500px) rotateX(-5deg);
    border-radius: 14px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    border: none;
}.receive_updates .support_message:hover {
    box-shadow: 0 15px 25px rgb(119,166,135,0.5);
    transform: perspective(500px) rotateX(0);
    background: rgb(119,166,135);
}.receive_updates .support_message::before {
    transform: scale(0.5);
    opacity: 0;
    position: absolute;
    left: -50%;
    content: "";
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    height: 200%;
    transition: opacity 0.5s ease;
    width: 200%;
    top: -50%;
}.receive_updates .support_message:hover::before {
    opacity: 0.15;
    animation: ripple 1s ease-out;
}

@keyframes floatLayer {
    0% {
        transform: rotateY(30deg) translateZ(-50px) translateY(0);
    }
    100% {
        transform: rotateY(30deg) translateZ(-50px) translateY(-20px);
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@media (max-width: 992px) {.receive_updates {
    padding: 4rem 1.5rem;
    margin: 5rem 0;
}.receive_updates p {
    font-size: calc(34px * 0.9);
}.receive_updates::before,
    .receive_updates::after {
    height: 60px;
}.receive_updates::before {
    top: -60px;
}.receive_updates::after {
    bottom: -60px;
}
}

@media (max-width: 768px) {.receive_updates {
    margin: 4rem 0;
    padding: 3rem 1.5rem;
}.receive_updates p {
    font-size: 24px;
    margin-bottom: 2rem;
}.receive_updates .sub_discounts,
    .receive_updates .support_message {
    padding: 1.2rem;
}.receive_updates::before,
    .receive_updates::after {
    height: 40px;
}.receive_updates::before {
    top: -40px;
}.receive_updates::after {
    bottom: -40px;
}
}

@media (max-width: 576px) {.receive_updates {
    margin: 3rem 0;
    padding: 2.5rem 1rem;
}.receive_updates .value_vision::before,
    .receive_updates .value_vision::after {
    display: none;
}.receive_updates p {
    transform: none;
}.receive_updates .input_holder {
    gap: 1rem;
    transform: none;
}.receive_updates .sub_discounts,
    .receive_updates .support_message {
    transform: none;
    padding: 1rem;
}}.location_details {
    z-index: 1;
    padding: 5rem 0;
    background: rgb(155,199,170);
    overflow: hidden;
    position: relative;
}.location_details::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: 
        linear-gradient(135deg, 
            rgb(119,166,135,0.5) 0%, 
            transparent 50%),
        radial-gradient(
            circle at 25% 25%, 
            rgb(119,166,135,0.5) 0%, 
            transparent 30%);
    width: 100%;
    height: 100%;
    z-index: -1;
}.location_details::after {
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    animation: gridMove 30s linear infinite;
    position: absolute;
    content: '';
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    height: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.location_details .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.location_details .contact_assistance {
    overflow: hidden;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    border-radius: 14px;
    backdrop-filter: blur(10px);
}.location_details .reach_us {
    position: relative;
    backdrop-filter: blur(8px);
    border-radius: 14px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 1rem;
    padding: 2.5rem;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    overflow: hidden;
}.location_details .reach_us::before {
    content: '';
    background: linear-gradient(90deg, rgb(119,166,135), rgb(155,199,170,0.5));
    position: absolute;
    z-index: 1;
    top: 0;
    height: 5px;
    width: 100%;
    left: 0;
}.location_details .reach_us:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}.location_details .reach_us h2 {
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 1rem;
}.location_details .reach_us h2::after {
    content: '';
    width: 3rem;
    background: rgb(119,166,135);
    border-radius: 1.5px;
    position: absolute;
    height: 3px;
    left: 0;
    bottom: 0;
}.location_details .reach_us h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
}.location_details .contact_panelyIk {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-size: calc(15px * 1.2);
}.location_details .edu_input {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}.location_details .reach_us p {
    opacity: 0.9;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    color: #ffffff;
    margin-bottom: 0.75rem;
}.location_details .reach_us p span {
    opacity: 1;
    font-weight: 600;
}.location_details .info_request {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}.location_details .write_experts {
    gap: 0.75rem;
    flex-wrap: wrap;
    display: flex;
}.location_details .write_experts span {
    color: #ffffff;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: calc(15px * 0.9);
    transition: all 0.3s ease;
    border-radius: 10px;
}.location_details .write_experts span:hover {
    transform: translateY(-2px);
    background: rgb(119,166,135);
}.location_details .reach_us .main_photo {
    height: 100%;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    min-height: 300px;
    overflow: hidden;
}.location_details .reach_us .main_photo::before {
    content: '';
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(155,199,170,0.5) 0%, transparent 100%);
    left: 0;
    width: 100%;
    position: absolute;
}.location_details .send_message {
    background: rgb(119,166,135,0.5);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
}.location_details .send_message a {
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 1rem;
    gap: 0.5rem;
}.location_details .send_message a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    width: 0;
    transition: all 0.6s ease;
    left: 0;
    transform: skewX(-15deg);
    content: '';
    height: 100%;
    top: 0;
}.location_details .send_message a:hover::before {
    width: 200%;
    left: -50%;
}.location_details .send_message a:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.location_details .send_message a span {
    color: #ffffff;
    opacity: 0.7;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    font-size: calc(15px * 0.9);
    font-weight: 400;
}.location_details .send_message a p {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
}.location_details svg {
    width: 20px;
    height: 20px;
    fill: none;
}.location_details svg path {
    transition: fill 0.3s ease;
    fill: rgb(119,166,135);
}.location_details .send_message a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.location_details .contact_assistance {
    grid-template-columns: 1fr 1fr;
}.location_details .reach_us:first-child {
    grid-column: span 2;
}.location_details .reach_us {
    padding: 2rem;
}.location_details .reach_us .main_photo {
    min-height: 250px;
}
}

@media (max-width: 767px) {.location_details {
    padding: 3rem 0;
}.location_details .contact_assistance {
    grid-template-columns: 1fr;
}.location_details .reach_us:first-child {
    grid-column: span 1;
}.location_details .reach_us {
    padding: 1.5rem;
}.location_details .reach_us h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 1rem;
}.location_details .edu_input {
    margin-bottom: 1rem;
}.location_details .info_request {
    padding-top: 1rem;
    margin-top: 1rem;
}.location_details .reach_us .main_photo {
    min-height: 200px;
}.location_details .send_message {
    gap: 1rem;
}.location_details .send_message a {
    padding: 0.75rem;
}
}

@media (max-width: 480px) {.location_details {
    padding: 2rem 0;
}.location_details .reach_us {
    padding: 1.25rem;
}.location_details .reach_us h2 {
    font-size: calc(28px * 0.8);
}.location_details .reach_us .main_photo {
    min-height: 180px;
}.location_details .write_experts {
    gap: 0.5rem;
}.location_details .write_experts span {
    font-size: calc(15px * 0.8);
    padding: 0.4rem 0.75rem;
}.location_details .send_message a {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}.location_details .send_message a span {
    font-size: calc(15px * 0.8);
}.location_details .send_message a p {
    font-size: calc(15px * 0.9);
}}.leadership_experience {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,233,206) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.leadership_experience::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.2;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(155,199,170,0.5) 90deg, transparent 180deg, rgb(119,166,135,0.5) 270deg, transparent 360deg);
    height: 100%;
    width: 100%;
    animation: rotateBg 30s linear infinite;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.leadership_experience .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
}.leadership_experience .feedback_stories {
    grid-template-columns: minmax(250px, 35%) 1fr;
    backdrop-filter: blur(8px);
    border-radius: 15px;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    padding: 3rem;
    background-color: rgba(0, 0, 0, 0.5);
    grid-gap: 1.5rem;
    display: grid;
}.leadership_experience .feedback_stories:hover {
    transform: perspective(1000px) rotateX(0);
}.leadership_experience .main_photo {
    grid-area: photo;
    transition: transform 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    border-radius: 15px;
    min-height: 350px;
    transform: translateZ(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    height: 100%;
}.leadership_experience .feedback_stories:hover .main_photo {
    transform: translateZ(30px);
}.leadership_experience .name {
    font-size: 32px;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateZ(10px);
    grid-area: name;
    font-weight: 700;
    color: #ffffff;
}.leadership_experience .feedback_stories span:not(.name) {
    margin-bottom: 1rem;
    transform: translateZ(5px);
    font-weight: 600;
    grid-area: job;
    font-size: 19px;
    color: rgb(119,166,135);
}.leadership_experience .work_timeline {
    padding: 1.5rem;
    grid-area: quote;
    border-radius: 10px;
    border-left: 4px solid rgb(155,199,170);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    line-height: 1.6;
    position: relative;
    transform: translateZ(15px);
    color: #ffffff;
    font-size: 13px;
}.leadership_experience .work_timeline::before {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(155,199,170,0.5) 0%, transparent 100%);
    mix-blend-mode: overlay;
    opacity: 0.1;
    content: "";
    left: 0;
    border-radius: 10px;
}

@media (max-width: 991px) {.leadership_experience .feedback_stories {
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
    grid-template-columns: 1fr 1fr;
}.leadership_experience .main_photo {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.leadership_experience {
    padding: 3rem 0;
}.leadership_experience .feedback_stories {
    grid-template-columns: 1fr;
    padding: 2rem;
    grid-template-areas:
            "main_photo"
            "name"
            "career_insights"
            "work_timeline";
}.leadership_experience .main_photo {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    min-height: 250px;
}}.contact_panel7Bhnl {
    background: linear-gradient(
        -45deg, 
        rgb(191,233,206) 0%, 
        rgb(119,166,135,0.5) 100%
    );
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.contact_panel7Bhnl .container {
    max-width: 1400px;
    padding: 0 1rem;
    margin: 0 auto;
}.contact_panel7Bhnl .support_reach {
    box-shadow: 0 25px 50px rgb(155,199,170,0.5);
    background: rgb(119,166,135,0.5);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: stretch;
    border-radius: 19px;
}.contact_panel7Bhnl .main_photo {
    min-height: 600px;
    z-index: 2;
    transform: skew(-10deg);
    margin-left: -5%;
    flex: 0 0 45%;
    position: relative;
}.contact_panel7Bhnl .main_photo::before {
    width: 120%;
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgb(155,199,170,0.5) 0%, 
        rgb(119,166,135,0.5) 100%
    );
    left: 0;
    height: 100%;
    transform: skew(10deg);
    content: '';
    opacity: 0.7;
}.contact_panel7Bhnl .request_box {
    padding: 4rem 3rem 4rem 10%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 0 0 55%;
    justify-content: center;
}.contact_panel7Bhnl h2 {
    font-weight: 700;
    text-align: left;
    font-size: 45px;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 2.5rem;
    color: #ffffff;
}.contact_panel7Bhnl h2::before {
    width: 1rem;
    border-radius: 50%;
    background: rgb(155,199,170);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    box-shadow: 0 0 15px rgb(155,199,170,0.5);
    position: absolute;
    content: '';
    height: 1rem;
}.contact_panel7Bhnl .request_box h3 {
    padding-bottom: 1rem;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 2rem;
}.contact_panel7Bhnl .request_box h3::after {
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    content: '';
    background: rgb(155,199,170);
    width: 50px;
}.contact_panel7Bhnl .request_box form {
    display: grid;
    gap: 1.5rem;
}.contact_panel7Bhnl .request_box input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    border-radius: 10px;
    outline: none;
    border: 1px solid rgb(155,199,170,0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 15px;
    position: relative;
    padding: 1rem 1.5rem;
    background: rgb(119,166,135,0.5);
}.contact_panel7Bhnl .request_box input:not([type="checkbox"]):not([type="submit"])::after {
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    bottom: -2px;
    width: 0;
    height: 2px;
    background: rgb(155,199,170);
}.contact_panel7Bhnl .request_box input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(155,199,170,0.5);
    border-color: rgb(155,199,170);
}.contact_panel7Bhnl .request_box input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_panel7Bhnl .request_box .inquiry_help {
    align-items: center;
    display: flex;
    gap: 1rem;
}.contact_panel7Bhnl .request_box .inquiry_help input[type="checkbox"] {
    border: 2px solid rgb(155,199,170,0.5);
    position: relative;
    cursor: pointer;
    background: rgb(119,166,135,0.5);
    transition: all 0.3s ease;
    border-radius: 10px;
    appearance: none;
    height: 22px;
    width: 22px;
}.contact_panel7Bhnl .request_box .inquiry_help input[type="checkbox"]:checked {
    border-color: rgb(155,199,170);
    background: rgb(155,199,170);
}.contact_panel7Bhnl .request_box .inquiry_help input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    top: 50%;
    content: '✔';
    color: #ffffff;
    position: absolute;
    font-size: 0.8rem;
    left: 50%;
}.contact_panel7Bhnl .request_box .inquiry_help label {
    font-size: 15px;
    align-items: center;
    color: #ffffff;
    display: flex;
}.contact_panel7Bhnl .request_box .inquiry_help a {
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(155,199,170);
    transition: color 0.3s ease;
}.contact_panel7Bhnl .request_box .inquiry_help a:hover {
    text-decoration: underline;
}.contact_panel7Bhnl .request_box .support_message {
    background: rgb(155,199,170);
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    font-size: 19px;
    text-transform: uppercase;
    padding: 1rem;
    position: relative;
}.contact_panel7Bhnl .request_box .support_message::before {
    width: 200%;
    position: absolute;
    height: 200%;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    top: -50%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(155,199,170,0.5), 
        transparent
    );
    left: -50%;
    opacity: 0;
    content: '';
}.contact_panel7Bhnl .request_box .support_message:hover::before {
    opacity: 1;
}.contact_panel7Bhnl .request_box .support_message:hover {
    box-shadow: 0 10px 20px rgb(155,199,170,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.contact_panel7Bhnl .main_photo {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_panel7Bhnl .support_reach {
    flex-direction: column;
}.contact_panel7Bhnl .main_photo {
    transform: none;
    flex: 0 0 100%;
    min-height: 300px;
    margin-left: 0;
}.contact_panel7Bhnl .main_photo::before {
    width: 100%;
    transform: none;
}.contact_panel7Bhnl .request_box {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_panel7Bhnl {
    padding: 3rem 0;
}.contact_panel7Bhnl h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}.contact_panel7Bhnl h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.contact_panel7Bhnl .request_box h3 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.9);
}.contact_panel7Bhnl .request_box input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_panel7Bhnl .support_reach {
    border-radius: 0;
}.contact_panel7Bhnl .request_box {
    padding: 2rem 1.5rem;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0.95;
    position: absolute;
    content: "";
    right: 0;
    background: rgb(155,199,170);
    z-index: -2;
}footer::after {
    left: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(119,166,135) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(119,166,135) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(119,166,135) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(119,166,135) 1px, transparent 1px);
    right: 0;
    opacity: 0.1;
    background-size: 50px 50px;
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
    bottom: 0;
}.forum_link {
    padding: 4rem 0 2rem;
    position: relative;
    color: #ffffff;
}.forum_link::before {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(119,166,135);
}.forum_link::after {
    background-image: 
        linear-gradient(90deg, 
            rgb(119,166,135) 0px, rgb(119,166,135) 10px,
            transparent 10px, transparent 15px,
            rgb(119,166,135) 15px, rgb(119,166,135) 30px,
            transparent 30px, transparent 35px,
            rgb(119,166,135) 35px, rgb(119,166,135) 40px,
            transparent 40px, transparent 60px,
            rgb(119,166,135) 60px, rgb(119,166,135) 70px,
            transparent 70px, transparent 80px,
            rgb(119,166,135) 80px, rgb(119,166,135) 90px,
            transparent 90px, transparent 110px,
            rgb(119,166,135) 110px, rgb(119,166,135) 120px,
            transparent 120px, transparent 140px
        );
    top: 3px;
    position: absolute;
    opacity: 0.5;
    left: 0;
    background-repeat: repeat-x;
    height: 8px;
    content: "";
    width: 100%;
}.forum_link .container {
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
    display: flex;
}.forum_link .company_holder {
    padding: 0;
    border-radius: 26px;
    flex: 1 1 400px;
    position: relative;
}.forum_link .company_holder::before {
    width: 100%;
    content: "";
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(119,166,135) 25px, rgb(119,166,135) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(119,166,135) 25px, rgb(119,166,135) 26px, transparent 27px, transparent 49px);
    position: absolute;
    top: 0;
    border-radius: 26px;
    opacity: 0.1;
    background-size: 50px 50px;
    left: 0;
    height: 100%;
}.forum_link .company_holder h3 {
    border-top-left-radius: 26px;
    font-size: 33px;
    position: relative;
    margin: 0;
    font-weight: 700;
    padding: 1.5rem 2rem;
    color: #ffffff;
    border-top-right-radius: 26px;
    background: rgb(119,166,135);
}.forum_link .company_holder h3::after {
    transform: translateY(-50%);
    width: 10px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    background: #ffffff;
    right: 15px;
    border-radius: 50%;
    height: 10px;
    content: "";
    position: absolute;
    top: 50%;
}.forum_link .mod_tools {
    line-height: 1.6;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    color: #ffffff;
    font-size: 16px;
}.forum_link .mod_tools::before {
    content: "";
    position: absolute;
    width: 20px;
    top: 2rem;
    background: rgb(119,166,135);
    opacity: 0.6;
    left: -10px;
    border-radius: 50%;
    height: 20px;
}.forum_link .mod_tools::after {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    bottom: 2rem;
    right: -10px;
    background: rgb(119,166,135);
    content: "";
    opacity: 0.6;
}.forum_link .ssl_info {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.forum_link .site_info {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}.forum_link .main_skill {
    position: relative;
    border-radius: 26px;
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
    overflow: hidden;
}.forum_link .main_skill::before {
    bottom: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    z-index: -1;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    border-radius: 26px;
}.forum_link .main_skill h5 {
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    font-weight: 600;
    font-size: 23px;
    background: rgb(119,166,135);
    color: #ffffff;
}.forum_link .main_skill h5::before {
    content: "";
    width: 8px;
    margin-right: 10px;
    height: 8px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
}.forum_link .main_skill h5::after {
    position: absolute;
    transform: translateY(-50%);
    background: #ffffff;
    right: 15px;
    width: 6px;
    border-radius: 50%;
    content: "";
    height: 6px;
    top: 50%;
}.forum_link .main_skill .site_info {
    padding: 1.5rem;
    gap: 2px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
}.forum_link .main_skill .site_info a {
    display: block;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    padding: 0.8rem 1rem 0.8rem 2rem;
}.forum_link .main_skill .site_info a::before {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgb(119,166,135);
    content: "";
    height: 6px;
    left: 0.7rem;
    transform: translateY(-50%);
    width: 6px;
}.forum_link .main_skill .site_info a:hover {
    background: rgba(255, 255, 255, 0.1);
}.forum_link .main_skill .site_info a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.sec_cert {
    position: relative;
    padding: 2rem 0;
    background: rgb(119,166,135);
    margin-top: 2.5rem;
}.sec_cert::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    top: -5px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(155,199,170) 20px, rgb(155,199,170) 40px,
            transparent 40px, transparent 60px,
            rgb(155,199,170) 60px, rgb(155,199,170) 80px,
            transparent 80px, transparent 100px,
            rgb(155,199,170) 100px, rgb(155,199,170) 120px
        );
    background-repeat: repeat-x;
    content: "";
}.sec_cert .container {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}.sec_cert .container::before,
.sec_cert .container::after {
    border-radius: 50%;
    width: 15px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 15px;
    background: rgb(155,199,170);
}.sec_cert .container::before {
    left: 15%;
}.sec_cert .container::after {
    right: 15%;
}.sec_cert .policy_links {
    display: inline-block;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    position: relative;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: rgb(155,199,170);
}.sec_cert .policy_links::before,
.sec_cert .policy_links::after {
    position: absolute;
    top: 50%;
    height: 1px;
    content: "";
    background: rgb(155,199,170);
    width: 50px;
    transform: translateY(-50%);
}.sec_cert .policy_links::before {
    right: 100%;
    margin-right: 15px;
}.sec_cert .policy_links::after {
    margin-left: 15px;
    left: 100%;
}

@media (max-width: 1200px) {.forum_link .container {
    gap: 2rem;
}.forum_link .company_holder {
    flex: 1 1 350px;
}.forum_link .ssl_info {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.forum_link .site_info {
    gap: 2rem;
}.sec_cert .container::before {
    left: 5%;
}.sec_cert .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.forum_link {
    padding: 3.5rem 0 1.5rem;
}.forum_link .container {
    gap: 2.5rem;
    flex-direction: column;
}.forum_link .company_holder,
    .forum_link .ssl_info {
    min-width: 100%;
    flex: 1 1 100%;
}.forum_link .main_skill {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.sec_cert .container::before,
    .sec_cert .container::after {
    display: none;
}
}

@media (max-width: 768px) {.forum_link {
    padding: 3rem 0 1rem;
}.forum_link .site_info {
    gap: 1.5rem;
}.forum_link .company_holder h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(33px - 2px);
}.forum_link .mod_tools {
    padding: 1.5rem;
}.forum_link .mod_tools::before,
    .forum_link .mod_tools::after {
    display: none;
}.sec_cert {
    margin-top: 2rem;
}.sec_cert .policy_links::before,
    .sec_cert .policy_links::after {
    width: 30px;
}
}

@media (max-width: 576px) {.forum_link {
    padding: 2.5rem 0 0.8rem;
}.forum_link .main_skill {
    min-width: 100%;
    flex: 1 1 100%;
}.forum_link .site_info {
    gap: 1rem;
}.forum_link .main_skill .site_info a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.forum_link .main_skill .site_info a::before {
    left: 0.6rem;
}.sec_cert {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.sec_cert .policy_links::before,
    .sec_cert .policy_links::after {
    display: none;
}
}

@media (max-width: 420px) {.forum_link::after {
    height: 5px;
    background-size: 100px 5px;
}.forum_link .company_holder h3::after,
    .forum_link .main_skill h5::before,
    .forum_link .main_skill h5::after {
    display: none;
}.forum_link .main_skill h5 {
    padding: 0.8rem 1rem;
}.forum_link .main_skill .site_info {
    padding: 1rem;
}.sec_cert .policy_links {
    padding: 0.4rem 1.5rem;
    width: 90%;
}}.customer_experience {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(191,233,206) 0%, #ffffff 100%);
    overflow: hidden;
}.customer_experience::before {
    right: 0;
    top: 0;
    z-index: 1;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    position: absolute;
    left: 0;
}.customer_experience::after {
    width: 100%;
    height: 30%;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(191,233,206) 0px,
        rgb(191,233,206) 10px,
        transparent 10px,
        transparent 20px
    );
    opacity: 0.1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}.customer_experience h2 {
    font-size: calc(34px * 1.1);
    max-width: 90%;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    margin-bottom: 3rem;
    color: transparent;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, rgb(155,199,170), rgb(119,166,135));
    -webkit-background-clip: text;
    background-clip: text;
}.customer_experience h2::after {
    transform-origin: left;
    bottom: -15px;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
    background: rgb(155,199,170);
    width: 80px;
    height: 3px;
    position: absolute;
}.customer_experience .container.value_vision {
    z-index: 1;
    position: relative;
}.customer_experience .success_stories {
    perspective: 1000px;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_experience .feedback_stories {
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    padding: 2.5rem 2rem 2rem;
    transform: translateZ(0);
}.customer_experience .feedback_stories::before {
    top: 0;
    background: linear-gradient(90deg, rgb(155,199,170), rgb(119,166,135,0.5));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform-origin: left;
    height: 5px;
    left: 0;
    content: "";
    position: absolute;
    transform: scaleX(0.7);
}.customer_experience .feedback_stories::after {
    z-index: -1;
    color: rgb(119,166,135,0.5);
    right: 20px;
    line-height: 1;
    font-family: serif;
    font-size: 80px;
    opacity: 0.15;
    content: "";
    top: 15px;
    position: absolute;
}.customer_experience .feedback_stories:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-8px) translateZ(10px);
}.customer_experience .feedback_stories:hover::before {
    transform: scaleX(1);
}.customer_experience .feedback_stories h3 {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: calc(19px * 1.05);
    margin-bottom: 0.75rem;
}.customer_experience .feedback_stories h3::after {
    content: "";
    transition: transform 0.3s ease-out;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 30px;
    background: rgb(155,199,170,0.5);
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
}.customer_experience .feedback_stories:hover h3::after {
    transition-delay: 0.1s;
    transform: scaleX(1);
}.customer_experience .feedback_stories .description {
    line-height: 1.6;
    z-index: 1;
    position: relative;
    font-size: 15px;
    margin-bottom: 1.5rem;
    color: #000000;
}.customer_experience .feedback_stories div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 0.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
    border-radius: 50%;
    position: relative;
    width: 60px;
    height: 60px;
}.customer_experience .feedback_stories:hover div {
    transform: scale(1.1) translateZ(0);
}.customer_experience .feedback_stories div::before {
    opacity: 0;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(155,199,170,0.5), transparent);
    z-index: 1;
    transition: opacity 0.5s ease;
}.customer_experience .feedback_stories:hover div::before {
    opacity: 0.4;
}.customer_experience .feedback_stories div img {
    object-fit: cover;
    height: 100%;
    transform: scale(1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.customer_experience .feedback_stories:hover div img {
    transform: scale(1.15);
}.customer_experience .feedback_stories:nth-child(odd) {
    transform: translateZ(0) rotate(-1deg);
}.customer_experience .feedback_stories:nth-child(odd):hover {
    transform: translateY(-8px) translateZ(10px) rotate(0deg);
}.customer_experience .feedback_stories:nth-child(even) {
    transform: translateZ(0) rotate(1deg);
}.customer_experience .feedback_stories:nth-child(even):hover {
    transform: translateY(-8px) translateZ(10px) rotate(0deg);
}.customer_experience .feedback_stories:nth-child(3n+1)::before {
    background: linear-gradient(90deg, rgb(119,166,135), rgb(155,199,170,0.5));
}

@media (min-width: 1200px) {.customer_experience {
    padding: 8rem 0;
}.customer_experience h2 {
    margin-bottom: 4rem;
    font-size: calc(34px * 1.2);
}.customer_experience .success_stories {
    grid-template-columns: repeat(4, 1fr);
}.customer_experience .feedback_stories {
    padding: 3rem 2.5rem 2.5rem;
}
}

@media (min-width: 992px) and (max-width: 1199px) {.customer_experience {
    padding: 7rem 0;
}.customer_experience .success_stories {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.customer_experience {
    padding: 6rem 0;
}.customer_experience .success_stories {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.customer_experience {
    padding: 5rem 0;
}.customer_experience h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
    max-width: 100%;
}.customer_experience .success_stories {
    grid-template-columns: 1fr;
    gap: 2rem;
}.customer_experience .feedback_stories {
    padding: 2rem 1.5rem 1.5rem;
}.customer_experience .feedback_stories::after {
    font-size: 60px;
}
}

@media (max-width: 576px) {.customer_experience {
    padding: 4rem 0;
}.customer_experience h2 {
    font-size: calc(34px * 0.8);
    letter-spacing: -0.01em;
}.customer_experience h2::after {
    bottom: -10px;
    width: 60px;
}.customer_experience .feedback_stories div {
    height: 50px;
    width: 50px;
}
}

@media (prefers-reduced-motion: reduce) {.customer_experience .feedback_stories,
    .customer_experience .feedback_stories::before,
    .customer_experience .feedback_stories div,
    .customer_experience .feedback_stories div img,
    .customer_experience .feedback_stories h3::after {
    transition: none;
}.customer_experience .feedback_stories:hover {
    transform: translateY(-5px);
}}.price_item_element {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(191,233,206);
}.price_item_element::before {
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(155,199,170,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}.price_item_element .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
}.price_item_element .package_deal {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.price_item_element .deal_board {
    text-align: center;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
    margin: 0 auto;
}.price_item_element .deal_board h2 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    display: inline-block;
}.price_item_element .deal_board h2::after {
    left: 50%;
    position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    background: rgb(155,199,170);
    width: 80px;
    transform: translateX(-50%);
}.price_item_element .edu_deals {
    line-height: 1.7;
    word-break: break-word;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 0;
    color: #000000;
    font-size: 13px;
    overflow-wrap: break-word;
}.price_item_element .package_rates {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}.price_item_element .lesson_fees {
    text-decoration: none;
    height: 100%;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    animation-delay: calc(var(--index, 0) * 0.1s);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
}.price_item_element .lesson_fees:nth-child(1) {
    --index: 1;
}.price_item_element .lesson_fees:nth-child(2) {
    --index: 2;
}.price_item_element .lesson_fees:nth-child(3) {
    --index: 3;
}.price_item_element .lesson_fees:nth-child(4) {
    --index: 4;
}.price_item_element .lesson_fees:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.price_item_element .study_cost {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    box-sizing: border-box;
}.price_item_element .study_cost::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(155,199,170), rgb(119,166,135));
    left: 0;
    height: 5px;
}.price_item_element .tuition_table {
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    padding: 40px 30px;
    flex: 1;
}.price_item_element .tuition_table h3 {
    font-weight: 700;
    margin-top: 0;
    position: relative;
    font-size: 23px;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}.price_item_element .tuition_table h3::after {
    background-color: rgb(155,199,170);
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    bottom: -8px;
    width: 40px;
    position: absolute;
}.price_item_element .lesson_fees:hover .tuition_table h3::after {
    width: 70px;
}.price_item_element .access_cost {
    position: relative;
    font-size: calc(23px * 1.2);
    padding: 8px 16px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    overflow-wrap: break-word;
    font-weight: 700;
    margin: 10px 0 20px;
    word-break: break-word;
    display: inline-block;
    border-radius: 10px;
    color: rgb(155,199,170);
}.price_item_element .tuition_table p {
    color: #000000;
    font-size: 13px;
    word-break: break-word;
    line-height: 1.7;
    margin-bottom: 0;
    overflow-wrap: break-word;
    white-space: normal;
    flex-grow: 1;
}.price_item_element .main_photo {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
}.price_item_element .lesson_fees:hover .main_photo {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_item_element .package_rates {
    grid-template-columns: repeat(2, 1fr);
}.price_item_element .tuition_table {
    padding: 40px;
}.price_item_element .main_photo {
    height: 220px;
}
}

@media (min-width: 992px) {.price_item_element .package_deal {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.price_item_element .package_rates {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.price_item_element .deal_board {
    width: 35%;
    text-align: left;
    margin: 0;
}.price_item_element .deal_board h2::after {
    transform: none;
    left: 0;
}.price_item_element .edu_deals {
    margin: 0;
}
}

@media (min-width: 1200px) {.price_item_element .package_rates {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_item_element .tuition_table h3 {
    font-size: calc(23px * 1.1);
}.price_item_element .access_cost {
    font-size: calc(23px * 1.3);
}.price_item_element .main_photo {
    height: 240px;
}
}

@media (max-width: 767px) {.price_item_element {
    padding: 80px 0;
}.price_item_element .tuition_table {
    padding: 30px 20px;
}.price_item_element .access_cost {
    font-size: 23px;
    padding: 6px 12px;
}.price_item_element .main_photo {
    height: 180px;
}
}

@media (max-width: 480px) {.price_item_element {
    padding: 60px 0;
}.price_item_element .deal_board h2 {
    font-size: calc(34px * 0.85);
}.price_item_element .tuition_table h3 {
    font-size: calc(23px * 0.95);
}.price_item_element .main_photo {
    height: 160px;
}}.course_beneficiaries {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(191,233,206) 0%, rgb(119,166,135,0.5) 100%);
}.course_beneficiaries::before {
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(155,199,170,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(119,166,135,0.5) 0%, transparent 50%);
    opacity: 0.5;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    z-index: 0;
}.course_beneficiaries::after {
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(155,199,170,0.5) 0,
            rgb(155,199,170,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(119,166,135,0.5) 0,
            rgb(119,166,135,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    left: 0;
    position: absolute;
}.course_beneficiaries .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.course_beneficiaries .value_vision {
    flex-direction: column;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 26px;
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    display: flex;
}.course_beneficiaries .value_vision:hover {
    transform: translateY(-10px);
}.course_beneficiaries h4 {
    position: relative;
    padding: 35px 30px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin: 0;
    background: linear-gradient(120deg, rgb(155,199,170) 0%, rgb(119,166,135) 100%);
    font-size: 33px;
    text-align: center;
}.course_beneficiaries h4::before {
    opacity: 0.5;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}.course_beneficiaries div {
    padding: 40px;
    background: #ffffff;
}.course_beneficiaries div p {
    overflow: hidden;
    line-height: 1.6;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    margin-bottom: 20px;
    background: #ffffff;
    font-weight: 400;
    align-items: center;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    color: #000000;
    display: flex;
    transition: all 0.3s ease;
}.course_beneficiaries div p:last-child {
    margin-bottom: 0;
}.course_beneficiaries div p::before {
    width: 4px;
    top: 0;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, rgb(155,199,170), rgb(119,166,135));
    position: absolute;
    height: 100%;
}.course_beneficiaries div p::after {
    width: 100%;
    content: "";
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(90deg, 
        rgba(rgb(155,199,170), 0.05) 0%, 
        rgba(rgb(119,166,135), 0.05) 100%
    );
    z-index: -1;
    height: 100%;
}.course_beneficiaries div p:hover {
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.course_beneficiaries div p:hover::before {
    width: 8px;
}.course_beneficiaries div p:hover::after {
    opacity: 1;
}.course_beneficiaries div p svg {
    width: 28px;
    margin-right: 18px;
    transition: all 0.3s ease;
    min-width: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 28px;
}.course_beneficiaries div p:hover svg {
    transform: scale(1.15);
}.course_beneficiaries div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,199,170);
}.course_beneficiaries div p:hover svg path {
    fill: rgb(119,166,135);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.course_beneficiaries {
    padding: 80px 0;
}.course_beneficiaries h4 {
    font-size: calc(33px - 2px);
    padding: 30px 25px;
}.course_beneficiaries div {
    padding: 30px;
}.course_beneficiaries div p {
    padding: 15px;
    margin-bottom: 15px;
}.course_beneficiaries div p svg {
    margin-right: 15px;
    min-width: 24px;
    width: 24px;
    height: 24px;
}
}

@media (max-width: 767px) {.course_beneficiaries {
    padding: 60px 0;
}.course_beneficiaries h4 {
    font-size: calc(33px - 4px);
    padding: 25px 20px;
}.course_beneficiaries div {
    padding: 25px 20px;
}.course_beneficiaries div p {
    margin-bottom: 12px;
    padding: 12px 15px;
}.course_beneficiaries div p svg {
    margin-right: 12px;
    width: 20px;
    min-width: 20px;
    height: 20px;
}
}

@media (max-width: 479px) {.course_beneficiaries {
    padding: 40px 0;
}.course_beneficiaries h4 {
    font-size: calc(33px - 6px);
    padding: 20px 15px;
}.course_beneficiaries div {
    padding: 20px 15px;
}.course_beneficiaries div p {
    font-size: calc(13px - 1px);
    margin-bottom: 10px;
    padding: 10px 12px;
}.course_beneficiaries div p svg {
    margin-right: 10px;
    width: 18px;
    min-width: 18px;
    height: 18px;
}}header {
    background: linear-gradient(to bottom, rgb(191,233,206), #ffffff);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 1.2rem 0;
    z-index: 100;
    position: relative;
    width: 100%;
}header::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(155,199,170,0.5) 65%, 
        rgb(155,199,170,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(119,166,135,0.5) 75%, 
        rgb(119,166,135,0.5) 80%, 
        transparent 80%);
    content: '';
    opacity: 0.5;
    height: 100%;
    z-index: 0;
}header .container {
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 0 3%;
    margin: 0;
    position: relative;
}header .head_skill {
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
    justify-content: center;
}header .main_nav {
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    background: linear-gradient(135deg, rgb(155,199,170,0.5), rgb(119,166,135,0.5));
    display: flex;
    overflow: hidden;
}header .main_nav::before {
    opacity: 0;
    position: absolute;
    height: 200%;
    width: 200%;
    transition: opacity 0.3s ease;
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    content: '';
    top: -50%;
}header .main_nav:hover::before {
    opacity: 1;
}header .main_nav svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    height: auto;
    width: 150px;
}header .main_nav:hover svg {
    transform: scale(1.03);
}header .main_skill {
    gap: 0.6rem;
    margin-top: 0.5rem;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    max-width: 800px;
    justify-content: center;
}header .main_master {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    text-decoration: none;
    color: #000000;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-weight: 600;
    z-index: 1;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease;
}header .main_master::before {
    content: '';
    transform-origin: left;
    top: 0;
    width: 100%;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(155,199,170), rgb(119,166,135));
    height: 3px;
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
}header .main_master:hover {
    color: rgb(155,199,170);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}header .main_master:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main_nav {
    padding: 0.5rem 1.2rem;
}header .main_nav svg {
    width: 140px;
}header .main_skill {
    gap: 0.5rem;
}header .main_master {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .head_skill {
    gap: 1.5rem;
}header .main_nav {
    padding: 0.4rem 1rem;
}header .main_nav svg {
    width: 130px;
}header .main_skill {
    gap: 0.5rem;
}header .main_master {
    padding: 0.5rem 0.9rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .head_skill {
    gap: 1rem;
}header .main_nav svg {
    width: 120px;
}header .main_skill {
    padding-bottom: 10px;
    gap: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .main_skill::-webkit-scrollbar {
    height: 3px;
}header .main_skill::-webkit-scrollbar-thumb {
    background: rgb(155,199,170);
    border-radius: 10px;
}header .main_master {
    white-space: nowrap;
    margin-right: 2px;
    flex-shrink: 0;
}}.privacy_safeguard {
    background: linear-gradient(145deg, rgb(191,233,206), rgba(248, 249, 250, 0.97));
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    padding: 6rem 2rem;
    overflow: hidden;
    color: #000000;
}.privacy_safeguard::before {
    opacity: 0.05;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 15% 85%, rgb(155,199,170,0.5) 0%, transparent 25%);
    top: 0;
    z-index: 0;
    left: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    pointer-events: none;
}.privacy_safeguard::after {
    pointer-events: none;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(119,166,135,0.5) 100%);
    opacity: 0.03;
    z-index: 0;
    content: "";
    width: 40%;
    height: 100%;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
}.privacy_safeguard .container {
    transform: perspective(1000px) rotateY(0.5deg);
    position: relative;
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: 1140px;
    z-index: 1;
    border-left: 3px solid rgb(155,199,170);
    backdrop-filter: blur(8px);
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}.privacy_safeguard .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.privacy_safeguard h1 {
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 43px;
    margin-bottom: 2.5rem;
    letter-spacing: -0.5px;
}.privacy_safeguard h1::after {
    width: 6rem;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    transition: width 0.4s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(155,199,170), rgb(155,199,170,0.5));
}.privacy_safeguard h1:hover::after {
    width: 10rem;
}.privacy_safeguard h2 {
    margin: 3rem 0 1.5rem;
    padding-left: 1rem;
    font-weight: 600;
    border-left: 2px solid rgb(155,199,170);
    color: #000000;
    font-size: 38px;
    transition: all 0.3s ease;
}.privacy_safeguard h2:hover {
    padding-left: 1.5rem;
    color: rgb(155,199,170);
}.privacy_safeguard h3 {
    padding-left: 0.8rem;
    margin: 2.5rem 0 1rem;
    border-left: 1px solid rgb(155,199,170,0.5);
    color: #000000;
    font-weight: 600;
    font-size: calc(19px + 0.1rem);
}.privacy_safeguard h4 {
    font-size: 19px;
    margin: 2rem 0 1rem;
    border-left: 1px dashed rgb(155,199,170,0.5);
    color: #000000;
    font-weight: 400;
    padding-left: 0.5rem;
}.privacy_safeguard p {
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    font-size: 14px;
    position: relative;
    line-height: 1.8;
}.privacy_safeguard p:hover {
    transform: translateX(5px);
}.privacy_safeguard strong {
    font-weight: 600;
    position: relative;
    color: #000000;
}.privacy_safeguard strong::after {
    width: 100%;
    bottom: -2px;
    left: 0;
    transition: transform 0.3s ease;
    position: absolute;
    background-color: rgb(155,199,170,0.5);
    transform-origin: left;
    height: 1px;
    transform: scaleX(0.8);
    content: "";
}.privacy_safeguard strong:hover::after {
    transform: scaleX(1);
}.privacy_safeguard ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}.privacy_safeguard li {
    margin-bottom: 1rem;
    line-height: 1.7;
    padding-left: 1.5rem;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}.privacy_safeguard li::before {
    opacity: 0.8;
    transform: rotate(45deg);
    border: 1px solid rgb(155,199,170);
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    transition: all 0.3s ease;
    content: "";
    top: 0.7rem;
}.privacy_safeguard li:hover {
    padding-left: 1.8rem;
}.privacy_safeguard li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(155,199,170,0.5);
}.privacy_safeguard span {
    display: block;
    padding-left: 1rem;
    font-style: italic;
    color: #000000;
    border-left: 1px solid rgb(119,166,135,0.5);
    opacity: 0.9;
    font-size: 14px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.08;
    }
}

@media (max-width: 992px) {.privacy_safeguard {
    padding: 5rem 1.5rem;
}.privacy_safeguard .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(0.3deg);
}.privacy_safeguard h1 {
    font-size: calc(43px - 0.2rem);
}.privacy_safeguard h2 {
    font-size: calc(38px - 0.1rem);
}
}

@media (max-width: 768px) {.privacy_safeguard {
    padding: 4rem 1rem;
}.privacy_safeguard .container {
    border-left-width: 2px;
    transform: none;
    padding: 2rem 1.5rem;
}.privacy_safeguard::before,
    .privacy_safeguard::after {
    opacity: 0.02;
}.privacy_safeguard h1 {
    font-size: calc(43px - 0.4rem);
    margin-bottom: 2rem;
}.privacy_safeguard h2 {
    margin: 2.5rem 0 1rem;
    font-size: calc(38px - 0.3rem);
}.privacy_safeguard h3, 
    .privacy_safeguard h4 {
    font-size: calc(19px - 0.1rem);
}.privacy_safeguard p, 
    .privacy_safeguard li, 
    .privacy_safeguard span {
    font-size: calc(14px - 0.05rem);
    line-height: 1.6;
}.privacy_safeguard ul {
    margin-left: 0.5rem;
}.privacy_safeguard p:hover {
    transform: translateX(3px);
}
}

@media (max-width: 576px) {.privacy_safeguard {
    padding: 3rem 0.8rem;
}.privacy_safeguard .container {
    border-left-width: 1px;
    padding: 1.5rem 1rem;
}.privacy_safeguard h1 {
    font-size: calc(43px - 0.6rem);
    margin-bottom: 1.5rem;
    transform: none;
}.privacy_safeguard h1::after {
    height: 3px;
    width: 4rem;
}.privacy_safeguard h2 {
    padding-left: 0.7rem;
    font-size: calc(38px - 0.5rem);
}.privacy_safeguard h3, 
    .privacy_safeguard h4 {
    padding-left: 0.5rem;
}.privacy_safeguard li {
    padding-left: 1.2rem;
}.privacy_safeguard li:hover {
    padding-left: 1.4rem;
}.privacy_safeguard p:hover,
    .privacy_safeguard li:hover,
    .privacy_safeguard h2:hover {
    padding-left: 0.7rem;
    transform: none;
}.privacy_safeguard span {
    padding-left: 0.5rem;
}}.welcome_section {
    display: flex;
    perspective: 1000px;
    background-color: rgb(191,233,206);
    overflow: hidden;
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 100vh;
}.welcome_section .learn_main {
    position: relative;
    max-width: 1200px;
    padding: 2rem;
    z-index: 1;
    width: 100%;
    transform-style: preserve-3d;
}.welcome_section .learn_learn {
    border-left: 4px solid rgb(155,199,170);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 4rem 2.5rem;
    position: relative;
    transform: translateZ(0) rotateX(1deg);
}.welcome_section .course_begin {
    isolation: isolate;
    overflow: hidden;
    position: relative;
}.welcome_section .course_begin::before {
    width: 100%;
    top: 0;
    z-index: -1;
    backdrop-filter: blur(8px);
    position: absolute;
    left: 0;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.7);
    height: 100%;
    content: "";
}.welcome_section .course_begin::after {
    animation: slide-in 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
    rgb(155,199,170) 0%, 
    rgb(119,166,135) 50%, 
    rgb(155,199,170) 100%);
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    position: absolute;
    height: 5px;
}.welcome_section .course_begin span {
    position: relative;
    margin-bottom: 1.5rem;
    display: block;
    overflow: hidden;
}.welcome_section .course_begin span::before {
    top: 0;
    left: -10px;
    background-color: rgb(119,166,135);
    position: absolute;
    width: 4px;
    height: 100%;
    transform: skewX(-15deg);
    content: "";
}.welcome_section .course_begin h3 {
    transform: translateY(100%);
    color: #ffffff;
    padding-left: 20px;
    font-size: calc(19px * 0.9);
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin: 0;
    animation: slide-up 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    line-height: 1.4;
}.welcome_section .course_begin h1 {
    position: relative;
    animation: fade-up 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    transform: translateY(30px);
    margin: 0 0 2rem;
    font-family: Arial, sans-serif;
    opacity: 0;
}.welcome_section .course_begin h1::after {
    bottom: -15px;
    transform: scaleX(0);
    position: absolute;
    background-color: rgb(155,199,170);
    animation: scale-in 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.2s;
    left: 0;
    height: 3px;
    content: "";
    transform-origin: left center;
    width: 80px;
}.welcome_section .course_begin div {
    transform: perspective(1000px) rotateX(2deg);
    margin-top: 2.5rem;
    position: relative;
    padding-left: 2rem;
}.welcome_section .course_begin div div {
    margin-top: 0;
    padding-left: 0;
    transform: none;
    position: relative;
}.welcome_section .course_begin div::before {
    height: 100%;
    position: absolute;
    animation: scale-down 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
    transform-origin: top center;
    width: 3px;
    top: 0;
    background-color: rgb(119,166,135);
    left: 0;
    content: "";
    transform: scaleY(0);
}.welcome_section .course_begin p {
    max-width: 80%;
    color: #ffffff;
    animation: fade-in-left 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.4s;
    line-height: 1.6;
    opacity: 0;
    font-size: calc(13px * 1.1);
    transform: translateX(20px);
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 400;
}

@keyframes slide-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

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

@keyframes scale-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes scale-down {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 992px) {.welcome_section .learn_main {
    padding: 4rem;
}.welcome_section .learn_learn {
    padding: 5rem 4rem;
    transform: translateZ(0) rotateX(2deg);
    border-left: 6px solid rgb(155,199,170);
}.welcome_section .course_begin h1 {
    margin-bottom: 2.5rem;
    font-size: calc(40px * 1.2);
}.welcome_section .course_begin h3 {
    font-size: 19px;
}.welcome_section .course_begin p {
    font-size: calc(13px * 1.2);
    max-width: 70%;
}.welcome_section .course_begin div {
    padding-left: 3rem;
}.welcome_section .course_begin h1::after {
    width: 100px;
}
}

@media (max-width: 768px) {.welcome_section {
    min-height: 80vh;
}.welcome_section .learn_main {
    padding: 1.5rem;
}.welcome_section .learn_learn {
    border-left: 3px solid rgb(155,199,170);
    padding: 3rem 1.5rem;
}.welcome_section .course_begin h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 1.5rem;
}.welcome_section .course_begin h3 {
    padding-left: 15px;
    font-size: calc(19px * 0.8);
}.welcome_section .course_begin p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.welcome_section {
    min-height: 70vh;
}.welcome_section .learn_learn {
    padding: 2.5rem 1.25rem;
}.welcome_section .course_begin h1 {
    margin-bottom: 1.25rem;
    font-size: calc(40px * 0.8);
}.welcome_section .course_begin span {
    margin-bottom: 1rem;
}.welcome_section .course_begin div {
    padding-left: 1.25rem;
    margin-top: 1.5rem;
}.welcome_section .course_begin h1::after {
    width: 60px;
    bottom: -10px;
}
}