﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.header_navbar4870 {
    flex: 1 0 auto;
}.level_up7481 {
    flex: 0 0 auto;
}.container {
    width: 1108px;
    margin: auto;
    max-width: 100%;
}.wrap-container9076 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.leadership_profile0964 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(135,148,138,0.5), rgb(180,188,169));
    padding: 5rem 0;
    position: relative;
}.leadership_profile0964::before {
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5), transparent 70%);
    position: absolute;
    z-index: 1;
    top: 0;
    pointer-events: none;
    width: 100%;
    content: "";
}.leadership_profile0964::after {
    filter: blur(40px);
    z-index: 0;
    position: absolute;
    right: -5%;
    width: 40%;
    opacity: 0.05;
    height: 40%;
    content: "";
    border-radius: 50% 60% 70% 40%;
    bottom: -10%;
    background: rgb(135,148,138);
}.leadership_profile0964 .container {
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}.leadership_profile0964 .user_opinions6915 {
    gap: 2rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    grid-template-columns: 1fr;
    padding: 3rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px) saturate(180%);
    display: grid;
}.leadership_profile0964 .user_opinions6915:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
}.leadership_profile0964 .user_opinions6915 > div:first-child {
    order: 1;
    position: relative;
}.leadership_profile0964 .user_opinions6915 > div:nth-child(2) {
    order: 2;
    position: relative;
}.leadership_profile0964 .user_opinions6915 > div:last-child {
    order: 3;
    position: relative;
}.leadership_profile0964 .image_click7120 {
    height: 300px;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), clip-path 0.5s ease;
    position: relative;
}.leadership_profile0964 .user_opinions6915:hover .image_click7120 {
    transform: translateY(-5px) scale(1.02);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.leadership_profile0964 .image_click7120::after {
    inset: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
}.leadership_profile0964 .name {
    font-size: 19px;
    transform: translateX(0);
    margin: 0 0 0.5rem;
    transition: transform 0.4s ease-out;
    font-weight: 700;
    color: rgb(135,148,138);
    position: relative;
}.leadership_profile0964 .name::before {
    left: -1rem;
    height: 2px;
    background: rgb(135,148,138);
    width: 0;
    position: absolute;
    transition: width 0.4s ease-out 0.1s;
    content: "";
    top: 50%;
}.leadership_profile0964 .user_opinions6915:hover .name {
    transform: translateX(1rem);
}.leadership_profile0964 .user_opinions6915:hover .name::before {
    width: 1.5rem;
}.leadership_profile0964 .user_opinions6915 > div:nth-child(2) > div {
    font-size: 0.95rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(0);
    opacity: 0.85;
    color: rgb(95,104,96);
    font-weight: 600;
    margin-bottom: 0.5rem;
}.leadership_profile0964 .user_opinions6915:hover > div:nth-child(2) > div {
    opacity: 1;
    transform: translateY(-3px);
}.leadership_profile0964 .work_expertise7156 {
    padding: 0;
    margin: 0;
    position: relative;
    opacity: 0.92;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 13px;
    transition: opacity 0.4s ease;
    color: #000000;
}.leadership_profile0964 .work_expertise7156::before {
    z-index: -1;
    transform: rotate(-5deg);
    content: "";
    font-size: 8rem;
    left: -1rem;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0.1;
    color: rgb(135,148,138);
    top: -2.5rem;
    position: absolute;
}.leadership_profile0964 .user_opinions6915:hover .work_expertise7156::before {
    transform: rotate(5deg) translateY(-10px);
}.leadership_profile0964 .user_opinions6915:hover .work_expertise7156 {
    opacity: 1;
}

@media (min-width: 768px) {.leadership_profile0964 .user_opinions6915 {
    padding: 3.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 250px 1fr;
    gap: 2rem 3rem;
}.leadership_profile0964 .user_opinions6915 > div:first-child {
    grid-column: 1;
    order: unset;
    grid-row: 1 / span 2;
}.leadership_profile0964 .user_opinions6915 > div:nth-child(2) {
    grid-column: 2;
    order: unset;
    grid-row: 1;
}.leadership_profile0964 .user_opinions6915 > div:last-child {
    grid-column: 2;
    order: unset;
    grid-row: 2;
}.leadership_profile0964 .image_click7120 {
    height: 100%;
    clip-path: polygon(0% 0%, 95% 5%, 100% 100%, 5% 95%);
}.leadership_profile0964 .user_opinions6915:hover .image_click7120 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.leadership_profile0964 {
    padding: 7rem 0;
}.leadership_profile0964 .user_opinions6915 {
    padding: 4rem;
    gap: 3rem 4rem;
    grid-template-columns: 320px 1fr;
}.leadership_profile0964 .name {
    font-size: calc(19px * 1.1);
    margin-bottom: 0.75rem;
}.leadership_profile0964 .user_opinions6915 > div:nth-child(2) > div {
    font-size: 1.05rem;
    margin-bottom: 1rem;
}.leadership_profile0964 .work_expertise7156 {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.leadership_profile0964 {
    padding: 4rem 0;
}.leadership_profile0964 .user_opinions6915 {
    padding: 2rem;
}.leadership_profile0964 .image_click7120 {
    margin-bottom: 1rem;
    height: 250px;
}.leadership_profile0964 .name {
    margin-bottom: 0.5rem;
    text-align: center;
}.leadership_profile0964 .user_opinions6915 > div:nth-child(2) > div {
    text-align: center;
    margin-bottom: 1.5rem;
}.leadership_profile0964 .work_expertise7156 {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.leadership_profile0964 .work_expertise7156::before {
    top: -1.5rem;
    transform: translateX(-50%);
    left: 50%;
}.leadership_profile0964 .user_opinions6915:hover .name {
    transform: translateX(0);
}.leadership_profile0964 .name::before {
    left: 50%;
    transform: translateX(-50%);
}.leadership_profile0964 .user_opinions6915:hover .name::before {
    width: 50px;
}}.thanksWeb3974 {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(180,188,169) 0%, rgba(245, 245, 245, 0.9) 100%);
    perspective: 1000px;
    overflow: hidden;
}.thanksWeb3974::before {
    height: 100%;
    content: "";
    position: absolute;
    transform: translateZ(-20px);
    pointer-events: none;
    animation: patternMove 30s linear infinite;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(95,104,96,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(95,104,96,0.5) 11px
    );
}.thanksWeb3974::after {
    height: 100%;
    background: radial-gradient(
        circle at center,
        rgb(135,148,138,0.5) 0%,
        transparent 70%
    );
    opacity: 0.15;
    transform: rotate(-15deg) scale(2);
    content: "";
    width: 100%;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    position: absolute;
    z-index: 0;
    right: -50%;
    top: -50%;
}.thanksWeb3974 .container {
    transform-style: preserve-3d;
    padding: 0 20px;
    z-index: 10;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.thanksWeb3974 h2 {
    transform: translateZ(30px);
    font-weight: 700;
    position: relative;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    font-size: 35px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    opacity: 0;
    margin-bottom: 40px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 1.4;
}.thanksWeb3974 h2::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(95,104,96), transparent);
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    width: 150px;
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    transform-origin: center;
    content: "";
    left: 50%;
    opacity: 0;
}.thanksWeb3974 .learn_academy7256 {
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    margin-top: 20px;
    opacity: 0;
    overflow: hidden;
    transform: translateZ(15px) rotateX(2deg);
    border-radius: 28px;
    padding: 40px;
}.thanksWeb3974 .learn_academy7256::before {
    background: linear-gradient(45deg, rgb(95,104,96,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.thanksWeb3974 .learn_academy7256::after {
    transform: translate(40%, 40%);
    right: 0;
    background: radial-gradient(circle at center, rgb(135,148,138,0.5), transparent 70%);
    border-radius: 50%;
    animation: glowPulse 8s ease-in-out infinite alternate;
    height: 180px;
    z-index: -1;
    bottom: 0;
    content: "";
    width: 180px;
    opacity: 0.2;
    position: absolute;
}.thanksWeb3974 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksWeb3974 li {
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    border-left: 3px solid rgb(95,104,96);
    margin-bottom: 15px;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    opacity: 0;
    padding: 20px 15px 20px 35px;
    border-radius: 0 10px 10px 0;
    position: relative;
    transform: translateX(-20px);
}.thanksWeb3974 li::before {
    background-color: #ffffff;
    transform: translateY(-50%);
    border-radius: 50%;
    left: -9px;
    content: "";
    top: 50%;
    animation: pulseDot 3s infinite;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    border: 3px solid rgb(95,104,96);
    position: absolute;
}.thanksWeb3974 span {
    display: block;
    animation: textFadeIn 1s ease-out forwards 0.8s;
    font-family: Arial, sans-serif;
    opacity: 0;
    transform: translateY(15px);
    font-size: calc(12px * 1.05);
    line-height: 1.7;
    color: #000000;
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}

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

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

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

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

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@media (max-width: 992px) {.thanksWeb3974 {
    padding: 60px 0;
}.thanksWeb3974 h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.thanksWeb3974 .learn_academy7256 {
    padding: 30px;
}
}

@media (max-width: 768px) {.thanksWeb3974 {
    padding: 50px 0;
}.thanksWeb3974 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.thanksWeb3974 .learn_academy7256 {
    padding: 25px;
    transform: translateZ(10px) rotateX(1deg);
}.thanksWeb3974 span {
    font-size: 12px;
}.thanksWeb3974 li {
    padding: 15px 10px 15px 25px;
}
}

@media (max-width: 576px) {.thanksWeb3974 {
    padding: 40px 0;
}.thanksWeb3974 h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.7);
    line-height: 1.5;
}.thanksWeb3974 h2::after {
    width: 100px;
    bottom: -10px;
}.thanksWeb3974 .learn_academy7256 {
    padding: 20px;
    margin-top: 15px;
    transform: translateZ(5px) rotateX(0.5deg);
}.thanksWeb3974 li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.thanksWeb3974 li::before {
    left: -7px;
    width: 12px;
    height: 12px;
}.thanksWeb3974 span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.cookie_overlay_banner3987 {
    background: rgb(180,188,169);
    z-index: 90;
    border-top: 2px solid rgb(135,148,138);
    bottom: 0;
    width: 100%;
    position: fixed;
}.cookie_tips2037 {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}.cookie_overlay_banner3987 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookieNoticeWindow0923 {
    display: none;
}#cookieNoticeWindow0923:checked ~ .cookie_overlay_banner3987 {
    opacity: 0;
    visibility: hidden;
}.cookie_overlay_banner3987 p {
    font-size: 18px;
}.online_tracking7091 {
    flex-shrink: 0;
    margin-right: 10px;
}.online_tracking7091 svg, .online_tracking7091 svg path, .online_tracking7091 img {
    height: 100px;
    width: 100px;
    fill: rgb(135,148,138);
}.cookie_compl1496 {
    font-size: 24px;
    color: rgb(135,148,138);
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid rgb(135,148,138);
    margin-left: 10px;
    line-height: 35px;
    flex-shrink: 0;
    min-width: 120px;
}.cookie_overlay_banner3987 p a {
    text-decoration: none;
    color: rgb(135,148,138);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_banner3987 {
    padding: 20px;
}}

.wrap-container9076 .cookie_overlay_banner3987 {
    border: none;
    background: rgb(95,104,96);
    padding: 40px 0;
    box-shadow: rgb(95,104,96,0.5) 0px 0px 40px 39px;
}.wrap-container9076 .cookie_compl1496 {
    margin-left: 30px;
    font-weight: 400;
    padding: 10px;
    font-size: 20px;
    background: rgb(135,148,138);
    color: #ffffff;
    border: none;
}.wrap-container9076 .cookie_overview3194 h5, .wrap-container9076 .cookie_overview3194 p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.online_tracking7091 {
    display: none;
}.cookie_tips2037 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_overlay_banner3987 h5 {
    text-align: center;
}.cookie_overlay_banner3987 p {
    text-align: center;
}.cookie_overview3194 {
    margin-bottom: 20px;
}body .wrap-container9076 .cookie_compl1496 {
    margin-bottom: 10px;
    margin-left: 0;
}}.course_summary3419 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(135,148,138,0.5) 0%, rgb(180,188,169) 50%, rgb(95,104,96,0.5) 100%);
    padding: 7rem 0;
}.course_summary3419::before {
    content: "";
    width: 150%;
    filter: blur(60px);
    transform-origin: center;
    top: -25%;
    left: -25%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(135,148,138,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(95,104,96,0.5) 0%, transparent 50%);
    animation: pulseBackground 20s ease-in-out infinite alternate;
    position: absolute;
    z-index: 0;
    height: 150%;
    opacity: 0.6;
}.course_summary3419::after {
    left: 0;
    animation: gridMove 30s linear infinite;
    content: "";
    z-index: 1;
    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%;
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
}.course_summary3419 .container {
    z-index: 2;
    position: relative;
}.course_summary3419 .learn_academy7256 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    min-height: 550px;
    grid-template-rows: repeat(12, minmax(30px, auto));
    gap: 15px;
    position: relative;
}.course_summary3419 .job_training6254 {
    position: relative;
    grid-row: 3 / 11;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.07);
    padding: 2.5rem;
    transform: translateZ(0);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    z-index: 5;
    grid-column: 1 / 8;
    border-radius: 17px;
}.course_summary3419 .job_training6254::before {
    border-radius: 17px;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgb(135,148,138,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(95,104,96,0.5) 0%, transparent 80%);
}.course_summary3419 .job_training6254::after {
    bottom: -10px;
    width: 80%;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(135,148,138) 0%, transparent 100%);
    filter: blur(1px);
    content: "";
}.course_summary3419 .head_teach1056 {
    height: 110px;
    margin-bottom: 1.5rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform-style: preserve-3d;
    width: 110px;
    transition: all 0.5s ease;
    position: relative;
}.course_summary3419 .head_teach1056::before {
    z-index: -1;
    position: absolute;
    animation: rotateConic 10s linear infinite;
    background: conic-gradient(
        from 0deg, 
        rgb(135,148,138) 0%, 
        rgb(95,104,96) 50%, 
        rgb(135,148,138) 100%
    );
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    inset: -4px;
    content: "";
}.course_summary3419 .head_teach1056::after {
    background: rgb(180,188,169);
    inset: 6px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    position: absolute;
    z-index: -1;
}.course_summary3419 .head_teach1056 svg {
    filter: drop-shadow(0 0 10px rgb(135,148,138,0.5));
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    position: absolute;
    animation: floatLogo 6s ease-in-out infinite;
    top: 50%;
}.course_summary3419 .head_teach1056 svg path {
    transition: fill 0.3s ease;
    fill: rgb(135,148,138);
}.course_summary3419 h3 {
    font-size: 36px;
    margin-bottom: 1.5rem;
    transform-origin: left bottom;
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 20px rgb(135,148,138,0.5);
    transform: perspective(1000px) rotateX(2deg);
    padding-right: 2rem;
}.course_summary3419 h3::before {
    bottom: -8px;
    left: 0;
    position: absolute;
    transform-origin: left;
    content: "";
    height: 3px;
    width: 60px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(135,148,138);
}.course_summary3419 p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 0;
    max-width: 100%;
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    line-height: 1.8;
    transform-origin: left bottom;
}.course_summary3419 .image_click7120 {
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    position: relative;
    animation: morphShape 20s ease-in-out infinite alternate;
    grid-column: 5 / 13;
    height: 500px;
    grid-row: 1 / 13;
    z-index: 4;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.course_summary3419 .image_click7120::before {
    mix-blend-mode: overlay;
    inset: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(135,148,138,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(95,104,96,0.5) 0%, transparent 70%);
    opacity: 0.6;
}.course_summary3419 .image_click7120::after {
    animation: pulseOverlay 15s ease-in-out infinite;
    content: "";
    top: -25%;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    left: -25%;
    width: 150%;
    mix-blend-mode: multiply;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(180,188,169) 100%
    );
    height: 150%;
}.course_summary3419 .learn_academy7256:hover .image_click7120 {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}.course_summary3419 .learn_academy7256:hover .job_training6254 {
    transform: translateZ(20px) translateX(10px);
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}.course_summary3419 .learn_academy7256:hover .head_teach1056 {
    transform: rotate(5deg) scale(1.05);
}.course_summary3419 .learn_academy7256:hover .head_teach1056 svg path {
    fill: rgb(95,104,96);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.course_summary3419 .learn_academy7256 {
    min-height: 500px;
}.course_summary3419 .job_training6254 {
    grid-column: 1 / 8;
    padding: 2.2rem;
}.course_summary3419 h3 {
    font-size: calc(36px * 0.9);
}.course_summary3419 .head_teach1056 {
    width: 100px;
    height: 100px;
}.course_summary3419 .head_teach1056 svg {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 992px) {.course_summary3419 {
    padding: 5rem 0;
}.course_summary3419 .learn_academy7256 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: auto;
    gap: 10px;
}.course_summary3419 .job_training6254 {
    grid-column: 1 / -1;
    padding: 2.5rem;
    grid-row: 2 / 3;
    margin-top: -80px;
    z-index: 5;
}.course_summary3419 .image_click7120 {
    grid-column: 1 / -1;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    height: 350px;
    grid-row: 1 / 2;
}.course_summary3419 .head_teach1056 {
    margin-left: auto;
    margin-right: auto;
}.course_summary3419 h3 {
    padding-right: 0;
    text-align: center;
}.course_summary3419 h3::before {
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.course_summary3419 p {
    text-align: center;
}.course_summary3419 .learn_academy7256:hover .image_click7120 {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.course_summary3419 .learn_academy7256:hover .job_training6254 {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.course_summary3419 {
    padding: 4rem 0;
}.course_summary3419 .image_click7120 {
    height: 300px;
}.course_summary3419 .job_training6254 {
    padding: 2rem;
    margin-top: -60px;
}.course_summary3419 .head_teach1056 {
    width: 90px;
    margin-bottom: 1.3rem;
    height: 90px;
}.course_summary3419 .head_teach1056 svg {
    width: 50px;
    height: 50px;
}.course_summary3419 h3 {
    margin-bottom: 1.3rem;
    font-size: calc(36px * 0.8);
}.course_summary3419 p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course_summary3419 {
    padding: 3rem 0;
}.course_summary3419 .image_click7120 {
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}.course_summary3419 .job_training6254 {
    padding: 1.8rem 1.5rem;
    margin-top: -50px;
}.course_summary3419 .head_teach1056 {
    width: 80px;
    height: 80px;
    margin-bottom: 1.2rem;
}.course_summary3419 .head_teach1056 svg {
    width: 45px;
    height: 45px;
}.course_summary3419 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(36px * 0.7);
}.course_summary3419 h3::before {
    width: 50px;
    height: 2px;
}.course_summary3419 p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}header {
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 0;
    background: linear-gradient(135deg, rgb(135,148,138,0.5), rgb(95,104,96,0.5));
}header::before {
    left: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    content: '';
}header .container {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0 2%;
    margin: 0;
    z-index: 1;
}header .header_sitebar5891 {
    overflow: hidden;
    align-items: center;
    background: #ffffff;
    position: relative;
    margin: 1rem 0;
    flex-direction: column;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 11px;
    padding: 1.5rem 0;
}header .header_sitebar5891::before {
    width: 100%;
    top: 0;
    height: 5px;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(135,148,138), rgb(95,104,96));
    content: '';
}header .page_top8931 {
    position: relative;
    padding: 0 0 1rem 0;
    justify-content: center;
    display: flex;
    text-decoration: none;
}header .page_top8931::after {
    height: 1px;
    content: '';
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(135,148,138,0.5), rgb(95,104,96,0.5), rgb(135,148,138,0.5), transparent);
    position: absolute;
    left: 20%;
    width: 60%;
}header .page_top8931 svg {
    height: auto;
    transition: all 0.3s ease;
    width: 180px;
}header .page_top8931:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .header_main7614 {
    padding: 1rem 2rem 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    display: flex;
    width: 100%;
    max-width: 90%;
}header .head_prime5217 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    color: #000000;
    font-weight: 600;
    background: linear-gradient(to bottom, #ffffff, rgb(180,188,169));
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.3rem;
    font-size: 17px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-decoration: none;
}header .head_prime5217::before {
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgb(135,148,138,0.5), transparent);
    z-index: -1;
    position: absolute;
    transition: height 0.3s ease;
    height: 0;
    content: '';
    bottom: 0;
}header .head_prime5217:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(135,148,138);
}header .head_prime5217:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .header_sitebar5891 {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .page_top8931 {
    padding: 0 0 0.8rem 0;
}header .page_top8931 svg {
    width: 160px;
}header .header_main7614 {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .head_prime5217 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .header_sitebar5891 {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .page_top8931 {
    padding: 0 0 0.7rem 0;
}header .page_top8931 svg {
    width: 140px;
}header .header_main7614 {
    max-width: 95%;
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
}header .head_prime5217 {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header .header_sitebar5891 {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .page_top8931 {
    padding: 0 0 0.6rem 0;
}header .page_top8931 svg {
    width: 120px;
}header .header_main7614 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
}header .header_main7614::-webkit-scrollbar {
    height: 3px;
}header .header_main7614::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(135,148,138);
}header .head_prime5217 {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}}.contact_form_box8125 {
    position: relative;
    isolation: isolate;
    padding: 80px 0;
}.contact_form_box8125::before {
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}.contact_form_box8125 .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.contact_form_box8125 .inquiry_box3719 {
    grid-template-columns: 1fr 1.5fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    display: grid;
    overflow: hidden;
}.contact_form_box8125 .request_request6945 {
    background: rgb(135,148,138);
    position: relative;
    padding: 50px 40px;
}.contact_form_box8125 .request_request6945::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    height: 100%;
    content: '';
}.contact_form_box8125 .request_request6945 h3 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 2px solid rgb(95,104,96);
    margin-bottom: 35px;
    padding-bottom: 15px;
}.contact_form_box8125 .request_request6945 div {
    margin-bottom: 25px;
    padding: 10px 0;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
}.contact_form_box8125 .request_request6945 div:last-of-type {
    border-bottom: none;
}.contact_form_box8125 .request_request6945 div svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
}.contact_form_box8125 .request_request6945 div svg path {
    fill: rgb(95,104,96);
}.contact_form_box8125 .request_request6945 div span {
    color: #ffffff;
    font-size: 18px;
}.contact_form_box8125 .request_request6945 div span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s;
}.contact_form_box8125 .request_request6945 div span a:hover {
    color: rgb(95,104,96);
}.contact_form_box8125 .connect_query5217 {
    background-color: rgb(180,188,169);
    padding: 50px 40px;
}.contact_form_box8125 .connect_query5217 h3 {
    color: rgb(135,148,138);
    margin-bottom: 30px;
    position: relative;
    font-size: 21px;
    font-weight: 600;
}.contact_form_box8125 form {
    flex-direction: column;
    display: flex;
}.contact_form_box8125 form input[type="text"],
.contact_form_box8125 form input[type="email"] {
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: border-color 0.3s, box-shadow 0.3s;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
}.contact_form_box8125 form input[type="text"]:focus,
.contact_form_box8125 form input[type="email"]:focus {
    outline: none;
    border-color: rgb(135,148,138);
    box-shadow: 0 0 0 2px rgba(rgb(135,148,138), 0.1);
}.contact_form_box8125 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_form_box8125 .support_links1072 {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_form_box8125 .support_links1072 input[type="checkbox"] {
    position: relative;
    width: 18px;
    border-radius: 3px;
    appearance: none;
    cursor: pointer;
    border: 2px solid rgb(135,148,138);
    height: 18px;
    margin-right: 10px;
    margin-top: 4px;
}.contact_form_box8125 .support_links1072 input[type="checkbox"]:checked {
    background-color: rgb(135,148,138);
}.contact_form_box8125 .support_links1072 input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
}.contact_form_box8125 .support_links1072 label {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}.contact_form_box8125 .support_links1072 label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(135,148,138);
}.contact_form_box8125 .support_links1072 label a:hover {
    text-decoration: underline;
}.contact_form_box8125 form .feedback_card6751 {
    background-color: rgb(135,148,138);
    padding: 15px 25px;
    align-self: flex-start;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer;
    font-size: 14px;
}.contact_form_box8125 form .feedback_card6751:hover {
    transform: translateY(-3px);
    background-color: rgb(95,104,96);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact_form_box8125 .request_request6945 h3 {
    animation: reveal 0.6s ease forwards;
}.contact_form_box8125 .request_request6945 div {
    opacity: 0;
    animation: reveal 0.6s ease forwards;
}.contact_form_box8125 .request_request6945 div:nth-child(2) {
    animation-delay: 0.2s;
}.contact_form_box8125 .request_request6945 div:nth-child(3) {
    animation-delay: 0.4s;
}.contact_form_box8125 .request_request6945 div:nth-child(4) {
    animation-delay: 0.6s;
}.contact_form_box8125 .request_request6945 div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.contact_form_box8125 .inquiry_box3719 {
    grid-template-columns: 1fr;
}.contact_form_box8125 .request_request6945 {
    padding: 40px 30px;
}.contact_form_box8125 .connect_query5217 {
    padding: 40px 30px;
}.contact_form_box8125 .request_request6945::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.contact_form_box8125 {
    padding: 50px 0;
}.contact_form_box8125 .request_request6945,
    .contact_form_box8125 .connect_query5217 {
    padding: 30px 20px;
}.contact_form_box8125 .request_request6945 h3 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.contact_form_box8125 form input[type="text"],
    .contact_form_box8125 form input[type="email"] {
    padding: 12px;
}.contact_form_box8125 form .feedback_card6751 {
    width: 100%;
    padding: 12px;
}}.give_it_a_try8315 {
    z-index: 1;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
}.give_it_a_try8315::before {
    height: 200%;
    z-index: -1;
    transform: rotate(-15deg);
    animation: pulse 12s infinite alternate;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    position: absolute;
    top: -50%;
    width: 200%;
    opacity: 0.05;
    content: "";
    left: -50%;
}.give_it_a_try8315::after {
    bottom: 0;
    animation: backgroundShift 30s linear infinite;
    background-image: 
        linear-gradient(45deg, rgb(95,104,96) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(95,104,96) 25%, transparent 25%);
    top: 0;
    background-size: 60px 60px;
    right: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    content: "";
    opacity: 0.03;
}.give_it_a_try8315 .container {
    grid-template-columns: 1fr;
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    grid-gap: 2.5rem;
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
}.give_it_a_try8315 h6 {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: 600;
    transform: translateY(0);
    position: relative;
    line-height: 1.5;
    font-size: calc(16px * 1.2);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
}.give_it_a_try8315 h6::after {
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    opacity: 0.7;
    height: 3px;
    content: "";
    left: 50%;
    bottom: -15px;
    transform-origin: center;
    width: 50px;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.give_it_a_try8315:hover h6 {
    transform: translateY(-5px);
}.give_it_a_try8315:hover h6::after {
    transform: translateX(-50%) scaleX(1);
}.give_it_a_try8315 div div {
    display: flex;
    padding-top: 1rem;
    justify-content: center;
    align-items: center;
}.give_it_a_try8315 div div span {
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.give_it_a_try8315 div div span:hover {
    transform: translateY(-5px) scale(1.02);
}.give_it_a_try8315 .feedback_card6751 {
    color: rgb(135,148,138);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-flex;
    align-items: center;
    position: relative;
    font-weight: 600;
    border: none;
    background: #ffffff;
    isolation: isolate;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    font-size: 15px;
    text-decoration: none;
    justify-content: center;
    overflow: hidden;
    transform: translateZ(0);
    padding: 0.9rem 2.5rem;
}.give_it_a_try8315 .feedback_card6751::before {
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    position: absolute;
    transform: translateX(-100%);
    left: 0;
    background: linear-gradient(120deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 65%, transparent 100%);
}.give_it_a_try8315 .feedback_card6751:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    background: linear-gradient(to right, #ffffff, #f0f8ff);
    transform: translateY(-2px) translateZ(0);
}.give_it_a_try8315 .feedback_card6751:hover::before {
    transform: translateX(100%);
}.give_it_a_try8315 .feedback_card6751 span {
    display: block;
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.give_it_a_try8315 .feedback_card6751:hover span {
    transform: scale(1.03);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@media (min-width: 768px) {.give_it_a_try8315 {
    padding: 5rem 3rem;
}.give_it_a_try8315 .container {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    transform: perspective(1200px) rotateX(1deg);
}.give_it_a_try8315 h6 {
    text-align: left;
    padding-right: 2rem;
    font-size: calc(16px * 1.4);
}.give_it_a_try8315 h6::after {
    bottom: -20px;
    left: 0;
    transform: translateX(0) scaleX(0);
}.give_it_a_try8315:hover h6::after {
    transform: translateX(0) scaleX(1);
}.give_it_a_try8315 div div {
    padding-top: 0;
    justify-content: flex-start;
}.give_it_a_try8315 .feedback_card6751 {
    padding: 1rem 2.8rem;
}
}

@media (min-width: 992px) {.give_it_a_try8315 {
    padding: 6rem 4rem;
}.give_it_a_try8315 .container {
    grid-template-columns: 3fr 1fr;
    grid-gap: 3rem;
}.give_it_a_try8315 h6 {
    font-size: calc(16px * 1.6);
}.give_it_a_try8315 .feedback_card6751 {
    padding: 1.1rem 3rem;
}
}

@media (max-width: 767px) {.give_it_a_try8315 {
    padding: 3.5rem 1.5rem;
}.give_it_a_try8315 h6 {
    line-height: 1.6;
    font-size: calc(16px * 1.1);
}.give_it_a_try8315 .feedback_card6751 {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 480px) {.give_it_a_try8315 {
    padding: 3rem 1.2rem;
}.give_it_a_try8315 h6 {
    font-size: 16px;
}.give_it_a_try8315 .feedback_card6751 {
    width: 100%;
    justify-content: center;
    padding: 0.8rem 1.8rem;
}.give_it_a_try8315 div div span {
    width: 100%;
}}.course_rewards6254 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(180,188,169) 60%, rgba(rgb(95,104,96,0.5), 0.1) 100%);
    padding: 90px 0;
}.course_rewards6254::before {
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 30px,
    rgba(rgb(95,104,96,0.5), 0.03) 30px,
    rgba(rgb(95,104,96,0.5), 0.03) 60px
  );
    z-index: 0;
}.course_rewards6254 .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.course_rewards6254 .learn_academy7256 {
    flex-direction: column;
    align-items: center;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
}.course_rewards6254 .text_field1754 {
    border-left: 4px solid rgb(135,148,138);
    border-radius: 2px;
    background: linear-gradient(
    135deg,
    rgba(rgb(255, 255, 255, 0.5), 0.95),
    rgba(rgb(255, 255, 255, 0.5), 0.85)
  );
    width: 100%;
    padding: 40px 30px;
    box-shadow: 
    0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateZ(0);
    backdrop-filter: blur(8px);
}.course_rewards6254 .text_field1754 h4 {
    transform: translateX(0);
    font-weight: 700;
    position: relative;
    color: rgb(95,104,96);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 26px;
    margin-bottom: 30px;
}.course_rewards6254 .text_field1754 h4::after {
    position: absolute;
    transform: scaleX(1);
    transform-origin: left;
    width: 60px;
    bottom: -10px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(135,148,138);
    content: "";
    height: 3px;
    left: 0;
}.course_rewards6254 .text_field1754:hover h4 {
    transform: translateX(5px);
}.course_rewards6254 .text_field1754:hover h4::after {
    transform: scaleX(1.2);
}.course_rewards6254 .text_field1754 > div {
    margin-bottom: 20px;
}.course_rewards6254 .text_field1754 ul {
    list-style: none;
    padding: 0;
}.course_rewards6254 .text_field1754 li {
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.95;
    margin-bottom: 18px;
}.course_rewards6254 .text_field1754 li:hover {
    opacity: 1;
    transform: translateY(-3px);
}.course_rewards6254 .text_field1754 li p {
    margin: 0;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}.course_rewards6254 .text_field1754 li p span:first-child {
    flex-shrink: 0;
    margin-right: 12px;
    transform: translateY(2px);
}.course_rewards6254 .text_field1754 li p span:last-child {
    color: #000000;
}.course_rewards6254 .text_field1754 svg {
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(rgb(135,148,138,0.5), 0.3));
}.course_rewards6254 .text_field1754 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.course_rewards6254 .text_field1754 svg path {
    fill: rgb(135,148,138);
    transition: fill 0.3s ease;
}.course_rewards6254 .text_field1754 li:hover svg path {
    fill: rgb(95,104,96);
}.course_rewards6254 .image_click7120 {
    margin-top: 40px;
    filter: saturate(1.05);
    border-radius: 2px;
    height: auto;
    max-width: 500px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    object-fit: cover;
    box-shadow: 
    0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(0) rotate(0);
}.course_rewards6254 .image_click7120:hover {
    transform: translateY(-10px) rotate(1deg);
}

@media (min-width: 768px) {.course_rewards6254 {
    padding: 120px 0;
}.course_rewards6254 .learn_academy7256 {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}.course_rewards6254 .text_field1754 {
    margin-right: -20px;
    width: 60%;
    z-index: 2;
    padding: 50px 40px;
}.course_rewards6254 .image_click7120 {
    transform: translateY(0) rotate(-2deg);
    margin-top: 60px;
    z-index: 1;
    width: 40%;
    height: 400px;
    margin-left: -20px;
}.course_rewards6254 .image_click7120:hover {
    transform: translateY(-10px) rotate(0);
}.course_rewards6254 .text_field1754 > div {
    justify-content: space-between;
    display: flex;
    gap: 30px;
}.course_rewards6254 .text_field1754 > div > ul {
    flex: 1;
}.course_rewards6254 .text_field1754 h4 {
    font-size: 32px;
}
}

@media (min-width: 992px) {.course_rewards6254 {
    padding: 140px 0;
}.course_rewards6254 .learn_academy7256 {
    gap: 60px;
}.course_rewards6254 .text_field1754 {
    padding: 60px 50px;
}.course_rewards6254 .image_click7120 {
    height: 500px;
}.course_rewards6254::after {
    content: "";
    border-radius: 50%;
    right: -100px;
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    height: 300px;
    width: 300px;
    top: 15%;
    background: radial-gradient(circle, rgba(rgb(135,148,138,0.5), 0.08) 0%, rgba(rgb(135,148,138,0.5), 0) 70%);
}
  
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
      opacity: 0.5;
    }
    50% {
      transform: scale(1.2);
      opacity: 0.8;
    }
  }
}

@media (max-width: 767px) {.course_rewards6254 {
    padding: 60px 0;
}.course_rewards6254 .text_field1754 {
    padding: 30px 20px;
}.course_rewards6254 .text_field1754 h4 {
    font-size: 22px;
    margin-bottom: 25px;
}.course_rewards6254 .text_field1754 li {
    margin-bottom: 15px;
}.course_rewards6254 .text_field1754 li p {
    font-size: 14px;
}.course_rewards6254 .image_click7120 {
    max-width: 100%;
    height: 300px;
}}.secure_sanctum4502 {
    padding: 50px;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: rgb(180,188,169);
}.secure_sanctum4502 h1 {
    font-size: 45px;
    margin: 20px 0;
    color: #000000;
    font-weight: 700;
}.secure_sanctum4502 h2 {
    font-weight: 600;
    font-size: 28px;
    color: rgb(135,148,138);
    margin: 15px 0;
}.secure_sanctum4502 h3, .secure_sanctum4502 h4, .secure_sanctum4502 h5, .secure_sanctum4502 h6 {
    margin: 1rem 0;
}.secure_sanctum4502 ul {
    padding: 0;
    margin: 1rem 0;
    list-style-type: none;
}.secure_sanctum4502 ul li {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
    font-size: 15px;
}.secure_sanctum4502 div {
    margin-top: 30px;
}
@media only screen and (max-width: 800px) {.secure_sanctum4502 {
    padding: 30px;
}.secure_sanctum4502 h1 {
    font-size: 28px;
}.secure_sanctum4502 h2 {
    font-size: 20px;
}}.metrics_summary6182 {
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(180,188,169) 0%, rgb(95,104,96,0.5) 100%);
}.metrics_summary6182::before {
    left: 0;
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
}.metrics_summary6182::after {
    left: -50%;
    top: -50%;
    position: absolute;
    content: "";
    z-index: 0;
    opacity: 0.3;
    background: radial-gradient(circle at center, rgb(95,104,96,0.5) 0%, transparent 60%);
    height: 200%;
    width: 200%;
    animation: pulse 15s infinite alternate ease-in-out;
}.metrics_summary6182 h3 {
    font-size: 31px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    background-clip: text !important;
    text-align: center;
    transition: transform 0.5s ease;
    position: relative;
    color: transparent;
    transform: translateY(0);
    background: linear-gradient(to right, rgb(135,148,138), rgb(95,104,96));
    z-index: 2;
    color: #000000;
    -webkit-background-clip: text !important;
}.metrics_summary6182:hover h3 {
    transform: translateY(-5px);
}.metrics_summary6182 .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.metrics_summary6182 ul {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.metrics_summary6182 .boost_growth9568 {
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    position: relative;
    display: flex;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1), 
                0 2px 8px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    align-items: center;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    padding: 2rem 1.5rem;
}.metrics_summary6182 .boost_growth9568::before {
    background: linear-gradient(90deg, 
        rgb(135,148,138) 0%, 
        rgb(95,104,96) 50%, 
        rgb(135,148,138) 100%);
    left: 0;
    content: "";
    animation: gradientMove 8s ease infinite;
    top: 0;
    background-size: 200% 100%;
    position: absolute;
    height: 5px;
    width: 100%;
}.metrics_summary6182 .boost_growth9568::after {
    opacity: 0.2;
    background: radial-gradient(circle at bottom right, 
        rgb(95,104,96,0.5) 0%, 
        transparent 70%);
    right: 0;
    width: 40%;
    z-index: -1;
    transform: translate(20%, 20%);
    transition: transform 0.5s ease;
    content: "";
    height: 40%;
    bottom: 0;
    position: absolute;
}.metrics_summary6182 .boost_growth9568:hover {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px) scale(1.03);
}.metrics_summary6182 .boost_growth9568:hover::after {
    transform: translate(10%, 10%);
}.metrics_summary6182 .boost_growth9568 span {
    font-weight: 600;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    padding-bottom: 0.8rem;
    color: rgb(95,104,96);
    position: relative;
    text-align: center;
    z-index: 2;
    font-size: calc(17px * 1.1);
}.metrics_summary6182 .boost_growth9568 span::after {
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%) scaleX(0.7);
    width: 40px;
    transition: transform 0.4s ease, width 0.4s ease;
    background-color: rgb(135,148,138,0.5);
    height: 2px;
    content: "";
}.metrics_summary6182 .boost_growth9568:hover span::after {
    width: 60px;
    transform: translateX(-50%) scaleX(1);
}.metrics_summary6182 .boost_growth9568 p {
    line-height: 1;
    color: rgb(135,148,138);
    color: transparent;
    transition: transform 0.3s ease;
    position: relative;
    -webkit-background-clip: text !important;
    font-size: calc(31px * 1.2);
    margin: 0;
    background-clip: text !important;
    background: linear-gradient(135deg, 
        rgb(135,148,138) 0%, 
        rgb(95,104,96) 100%);
    font-weight: 700;
}.metrics_summary6182 .boost_growth9568:hover p {
    transform: scale(1.1);
}.metrics_summary6182 .boost_growth9568:nth-child(odd) {
    background: linear-gradient(145deg, 
        #ffffff 0%, 
        rgba(255, 255, 255, 0.9) 100%);
}.metrics_summary6182 .boost_growth9568:nth-child(even) {
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        #ffffff 100%);
}.metrics_summary6182 .boost_growth9568:nth-child(3n+1)::before {
    background: linear-gradient(90deg, 
        rgb(135,148,138) 0%, 
        rgb(95,104,96) 100%);
}.metrics_summary6182 .boost_growth9568:nth-child(3n+2)::before {
    background: linear-gradient(90deg, 
        rgb(95,104,96) 0%, 
        rgb(135,148,138) 100%);
}.metrics_summary6182 .boost_growth9568:nth-child(3n+3)::before {
    background: linear-gradient(90deg, 
        rgb(135,148,138,0.5) 0%, 
        rgb(95,104,96) 50%, 
        rgb(135,148,138) 100%);
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.2; }
    50% { transform: scale(1.05); opacity: 0.3; }
    100% { transform: scale(1); opacity: 0.2; }
}

@media (max-width: 1200px) {.metrics_summary6182 ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.metrics_summary6182 .boost_growth9568 {
    padding: 1.8rem 1.2rem;
}
}

@media (max-width: 992px) {.metrics_summary6182 {
    padding: 3.5rem 0;
}.metrics_summary6182 h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
}.metrics_summary6182 .boost_growth9568 p {
    font-size: calc(31px * 1.1);
}
}

@media (max-width: 768px) {.metrics_summary6182 {
    padding: 3rem 0;
}.metrics_summary6182 h3 {
    margin-bottom: 2rem;
}.metrics_summary6182 ul {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.metrics_summary6182 .boost_growth9568 {
    padding: 1.5rem 1rem;
}.metrics_summary6182 .boost_growth9568 span {
    font-size: 17px;
}.metrics_summary6182 .boost_growth9568 p {
    font-size: 31px;
}
}

@media (max-width: 576px) {.metrics_summary6182 {
    padding: 2.5rem 0;
}.metrics_summary6182 h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.8rem;
}.metrics_summary6182 ul {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}.metrics_summary6182 .boost_growth9568 {
    padding: 1.2rem 0.8rem;
}.metrics_summary6182 .boost_growth9568 span {
    padding-bottom: 0.5rem;
    margin-bottom: 0.6rem;
    font-size: calc(17px * 0.9);
}.metrics_summary6182 .boost_growth9568 p {
    font-size: calc(31px * 0.9);
}.metrics_summary6182 .boost_growth9568:hover {
    transform: translateY(-5px) scale(1.02);
}
}

@media (max-width: 400px) {.metrics_summary6182 ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.metrics_summary6182 .boost_growth9568 {
    margin: 0 auto;
    max-width: 280px;
}}.testimonials7638 {
    background: linear-gradient(180deg, rgb(180,188,169) 0%, rgb(135,148,138,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.testimonials7638::before {
    background: linear-gradient(to right, rgb(95,104,96,0.5), transparent, rgb(95,104,96,0.5));
    left: 0;
    content: "";
    height: 200px;
    top: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    transform: skewY(-5deg) translateY(-100px);
    opacity: 0.3;
}.testimonials7638::after {
    opacity: 0.3;
    position: absolute;
    height: 150px;
    right: 0;
    content: "";
    transform: skewY(3deg) translateY(50px);
    z-index: 0;
    background: linear-gradient(to left, rgb(135,148,138,0.5), transparent, rgb(135,148,138,0.5));
    left: 0;
    bottom: 0;
}.testimonials7638 .container {
    position: relative;
    z-index: 1;
}.testimonials7638 h2 {
    font-size: 37px;
    position: relative;
    color: #000000;
    padding-bottom: 20px;
    font-weight: 700;
    transform: perspective(500px) rotateX(5deg);
    text-align: center;
    margin-bottom: 70px;
}.testimonials7638 h2::after {
    border-radius: 10px;
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    height: 5px;
    left: 50%;
    background: linear-gradient(to right, rgb(135,148,138), rgb(95,104,96));
    width: 100px;
}.testimonials7638 .edu_ratings2516 {
    align-items: center;
    flex-direction: column;
    transform-style: preserve-3d;
    max-width: 800px;
    display: flex;
    margin: 0 auto;
    perspective: 1000px;
    gap: 70px;
}.testimonials7638 .user_opinions6915 {
    width: 100%;
    background: #ffffff;
    transform: translateZ(0);
    padding: 30px;
    gap: 20px;
    position: relative;
    z-index: 1;
    border-radius: 23px;
    transition: all 0.5s ease;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    flex-direction: column;
}.testimonials7638 .user_opinions6915:nth-child(odd) {
    transform: translateX(-30px) rotateZ(-1deg);
    align-self: flex-start;
}.testimonials7638 .user_opinions6915:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px) rotateZ(1deg);
}.testimonials7638 .user_opinions6915:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: scale(1.03) rotateZ(0);
    z-index: 2;
}.testimonials7638 .user_opinions6915::before {
    top: -15px;
    background: #ffffff;
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
    height: 30px;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    width: 30px;
    z-index: -1;
    left: 30px;
}.testimonials7638 .user_opinions6915:nth-child(even)::before {
    left: auto;
    right: 30px;
}.testimonials7638 .user_opinions6915 img {
    transition: all 0.5s ease;
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 20px;
    object-fit: cover;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    position: absolute;
    border: 5px solid #ffffff;
}.testimonials7638 .user_opinions6915:nth-child(even) img {
    right: 20px;
    left: auto;
}.testimonials7638 .user_opinions6915:hover img {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.testimonials7638 .user_opinions6915 p {
    margin: 0;
    font-family: Arial, sans-serif;
}.testimonials7638 .user_opinions6915 p:first-of-type {
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-top: 40px;
    margin-left: 100px;
    font-size: 23px;
}.testimonials7638 .user_opinions6915:nth-child(even) p:first-of-type {
    text-align: right;
    margin-left: 0;
    margin-right: 100px;
}.testimonials7638 .user_opinions6915 .description {
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    padding: 20px;
    font-size: 14px;
    color: #000000;
    background: linear-gradient(to right, rgb(180,188,169), transparent);
    border-radius: 10px;
}.testimonials7638 .user_opinions6915:nth-child(even) .description {
    background: linear-gradient(to left, rgb(180,188,169), transparent);
}.testimonials7638 .user_opinions6915 .description::before {
    color: rgb(135,148,138,0.5);
    left: 0;
    line-height: 1;
    position: absolute;
    font-size: 60px;
    top: -20px;
    font-weight: 700;
    content: "";
}.testimonials7638 .user_opinions6915:nth-child(even) .description::before {
    right: 0;
    left: auto;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.testimonials7638 .user_opinions6915:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.testimonials7638 .user_opinions6915:nth-child(3n+2) {
    animation: float 7s ease-in-out infinite;
    animation-delay: 1s;
}.testimonials7638 .user_opinions6915:nth-child(3n) {
    animation-delay: 2s;
    animation: float 8s ease-in-out infinite;
}

@media (max-width: 992px) {.testimonials7638 {
    padding: 80px 0;
}.testimonials7638 .user_opinions6915:nth-child(odd),
    .testimonials7638 .user_opinions6915:nth-child(even) {
    width: 90%;
    transform: none;
}.testimonials7638 .user_opinions6915:hover {
    transform: scale(1.02);
}
}

@media (max-width: 768px) {.testimonials7638 {
    padding: 70px 0;
}.testimonials7638 h2 {
    margin-bottom: 50px;
    transform: none;
}.testimonials7638 .edu_ratings2516 {
    gap: 80px;
}.testimonials7638 .user_opinions6915 {
    padding: 25px 20px;
}.testimonials7638 .user_opinions6915 img {
    width: 60px;
    height: 60px;
    top: -30px;
}.testimonials7638 .user_opinions6915 p:first-of-type {
    margin-left: 80px;
    font-size: calc(23px * 0.9);
    margin-top: 30px;
}.testimonials7638 .user_opinions6915:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.testimonials7638 .user_opinions6915 .description {
    font-size: calc(14px * 0.95);
    padding: 15px;
}}.who_we_are8039 {
    padding: 100px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
}.who_we_are8039::before {
    background: 
        repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 60px);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
}.who_we_are8039::after {
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    animation: shiftGlow 20s ease-in-out infinite alternate;
    top: 0;
    z-index: -1;
    width: 100%;
}.who_we_are8039 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.who_we_are8039 .learn_academy7256 {
    padding: 60px;
    grid-template-areas: 
        "director logo"
        "text text";
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    gap: 40px;
    background: rgb(180,188,169);
    overflow: hidden;
    grid-template-rows: auto auto;
    animation: fadeIn 1s ease-in-out;
    border-radius: 25px;
}.who_we_are8039 .learn_academy7256::before {
    background: linear-gradient(to bottom, rgb(135,148,138), rgb(95,104,96));
    width: 5px;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.who_we_are8039 .exp_years1683 {
    padding-right: 30px;
    align-items: center;
    transform: translateY(0);
    display: flex;
    transition: transform 0.6s ease;
    grid-area: director;
    gap: 30px;
}.who_we_are8039 .exp_years1683:hover {
    transform: translateY(-5px);
}.who_we_are8039 .exp_years1683 .image_click7120 {
    width: 180px;
    height: 220px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 3px solid #ffffff;
}.who_we_are8039 .exp_years1683 .image_click7120:hover {
    transform: scale(1.05);
    border-color: rgb(135,148,138);
}.who_we_are8039 .fast_learn7185 {
    flex: 1;
}.who_we_are8039 .expert_track2095 {
    padding-bottom: 10px;
    font-size: 20px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin: 0 0 10px 0;
}.who_we_are8039 .expert_track2095::after {
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(135,148,138);
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
}.who_we_are8039 .expert_track2095:hover::after {
    width: 60px;
}.who_we_are8039 .learn_online5069 {
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    color: #000000;
}.who_we_are8039 .impact_stats6428 {
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-start;
    border-left: 1px solid rgba(rgb(135,148,138), 0.2);
    grid-area: logo;
    align-items: center;
}.who_we_are8039 .impact_stats6428 svg {
    fill: rgb(135,148,138);
    transition: transform 0.4s ease;
    height: 60px;
    margin-right: 20px;
    width: 60px;
}.who_we_are8039 .impact_stats6428:hover svg {
    transform: rotate(5deg) scale(1.1);
}.who_we_are8039 .impact_stats6428 svg path {
    fill: rgb(135,148,138);
    transition: fill 0.3s ease;
}.who_we_are8039 .impact_stats6428:hover svg path {
    fill: rgb(95,104,96);
}.who_we_are8039 .text_field1754 {
    opacity: 0;
    animation-delay: 0.3s;
    padding-top: 30px;
    grid-area: text;
    transform: translateY(20px);
    border-top: 1px solid rgba(rgb(135,148,138), 0.2);
    animation: slideUp 0.8s ease-out forwards;
}.who_we_are8039 h2 {
    color: #000000;
    position: relative;
    margin: 0 0 25px 0;
    font-weight: 700;
    font-size: 35px;
}.who_we_are8039 h2::after {
    background: rgb(135,148,138);
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    animation: pulseWidth 3s ease-in-out infinite;
    height: 3px;
    left: 0;
}.who_we_are8039 p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@keyframes shiftGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 992px) {.who_we_are8039 {
    padding: 80px 0;
}.who_we_are8039 .learn_academy7256 {
    padding: 40px 30px;
    grid-template-areas: 
            "director"
            "logo"
            "text";
    grid-template-columns: 1fr;
    gap: 30px;
}.who_we_are8039 .exp_years1683 {
    border-bottom: 1px solid rgba(rgb(135,148,138), 0.2);
    padding-right: 0;
    padding-bottom: 30px;
}.who_we_are8039 .impact_stats6428 {
    padding-bottom: 30px;
    border-left: none;
    padding-left: 0;
    border-bottom: 1px solid rgba(rgb(135,148,138), 0.2);
}.who_we_are8039 .text_field1754 {
    padding-top: 0;
    border-top: none;
}
}

@media screen and (max-width: 767px) {.who_we_are8039 {
    padding: 60px 0;
}.who_we_are8039 .learn_academy7256 {
    padding: 30px 20px;
    gap: 25px;
}.who_we_are8039 .exp_years1683 {
    text-align: center;
    gap: 20px;
    align-items: center;
    flex-direction: column;
}.who_we_are8039 .expert_track2095::after {
    left: 50%;
    transform: translateX(-50%);
}.who_we_are8039 .expert_track2095:hover::after {
    width: 60px;
}.who_we_are8039 .impact_stats6428 {
    justify-content: center;
}.who_we_are8039 .text_field1754 {
    text-align: center;
}.who_we_are8039 h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media screen and (max-width: 480px) {.who_we_are8039 {
    padding: 40px 0;
}.who_we_are8039 .learn_academy7256 {
    gap: 20px;
    padding: 25px 15px;
}.who_we_are8039 .exp_years1683 .image_click7120 {
    height: 180px;
    width: 150px;
}.who_we_are8039 .expert_track2095 {
    font-size: calc(20px * 0.9);
}.who_we_are8039 .learn_online5069 {
    font-size: calc(15px * 0.9);
}.who_we_are8039 .impact_stats6428 svg {
    height: 50px;
    width: 50px;
    margin-right: 15px;
}.who_we_are8039 h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.who_we_are8039 p {
    font-size: calc(15px * 0.9);
}}.stay_informed3506 {
    position: relative;
    background: linear-gradient(135deg, rgb(135,148,138,0.5), rgb(95,104,96), rgb(135,148,138));
    padding: 4rem 0;
    z-index: 1;
    overflow: hidden;
}.stay_informed3506::before {
    position: absolute;
    z-index: -1;
    width: 200%;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 70% 60%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 40% 80%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 60% 20%, rgba(255,255,255,0.1) 1px, transparent 2px);
    background-size: 100px 100px;
    animation: rotateBg 120s linear infinite;
    transform-origin: center;
    opacity: 0.5;
    height: 200%;
    left: -50%;
    content: "";
    top: -50%;
}.stay_informed3506::after {
    width: 100%;
    content: "";
    opacity: 0.7;
    background: radial-gradient(ellipse at 30% 50%, rgb(135,148,138,0.5) 0%, transparent 70%);
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.stay_informed3506 .container {
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}.stay_informed3506 .learn_academy7256 {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}.stay_informed3506 .learn_academy7256:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.stay_informed3506 .learn_academy7256 > div {
    margin-bottom: 2rem;
    transform: translateZ(20px);
    width: 100%;
}.stay_informed3506 h4 {
    margin: 0;
    transition: transform 0.3s ease;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-size: calc(21px * 1.1);
    font-weight: 600;
    transform: translateZ(30px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.stay_informed3506 .input_holder {
    display: flex;
    width: 100%;
    flex-direction: column;
    transform: translateZ(10px);
    gap: 1.25rem;
}.stay_informed3506 .input_holder span {
    width: 100%;
    display: block;
    position: relative;
}.stay_informed3506 .input_holder input[type="email"] {
    border-radius: 10px;
    color: #000000;
    border: none;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-size: 12px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    outline: none;
}.stay_informed3506 .input_holder input[type="email"]:focus {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 2px rgb(135,148,138);
    transform: scale(1.02);
    background: #ffffff;
}.stay_informed3506 .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s;
    font-weight: 300;
}.stay_informed3506 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.stay_informed3506 .input_holder .feedback_card6751 {
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    letter-spacing: 0.05em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 1.2rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(95,104,96), rgb(135,148,138));
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 19px;
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
}.stay_informed3506 .input_holder .feedback_card6751::before {
    height: 100%;
    left: -100%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    position: absolute;
    width: 100%;
}.stay_informed3506 .input_holder .feedback_card6751:hover {
    background: linear-gradient(135deg, rgb(135,148,138), rgb(95,104,96));
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}.stay_informed3506 .input_holder .feedback_card6751:hover::before {
    left: 100%;
}.stay_informed3506 .input_holder .feedback_card6751:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

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

@media screen and (min-width: 768px) {.stay_informed3506 .learn_academy7256 {
    padding: 3.5rem 3rem;
}.stay_informed3506 h4 {
    font-size: calc(21px * 1.2);
}.stay_informed3506 .input_holder {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}.stay_informed3506 .input_holder span:first-child {
    flex: 1;
}.stay_informed3506 .input_holder span:last-child {
    width: auto;
    flex: 0 0 auto;
}.stay_informed3506 .input_holder .feedback_card6751 {
    padding: 1.2rem 2rem;
    white-space: nowrap;
    width: auto;
}
}

@media screen and (min-width: 992px) {.stay_informed3506 {
    padding: 6rem 0;
}.stay_informed3506 .learn_academy7256 {
    flex-direction: row;
    gap: 3rem;
    padding: 4rem;
}.stay_informed3506 .learn_academy7256 > div {
    margin-bottom: 0;
    width: 40%;
}.stay_informed3506 h4 {
    text-align: left;
    font-size: calc(21px * 1.3);
}.stay_informed3506 .input_holder {
    width: 60%;
}
}

@media screen and (min-width: 1200px) {.stay_informed3506 .learn_academy7256 {
    gap: 4rem;
}.stay_informed3506 h4 {
    font-size: calc(21px * 1.4);
}.stay_informed3506 .learn_academy7256 > div {
    width: 45%;
}.stay_informed3506 .input_holder {
    width: 55%;
}
}

@media (prefers-reduced-motion: reduce) {.stay_informed3506::before {
    animation: none;
}.stay_informed3506 .learn_academy7256,
    .stay_informed3506 .learn_academy7256:hover,
    .stay_informed3506 .input_holder input[type="email"]:focus,
    .stay_informed3506 .input_holder .feedback_card6751,
    .stay_informed3506 .input_holder .feedback_card6751:hover,
    .stay_informed3506 .input_holder .feedback_card6751:active {
    transition: none;
    transform: none;
}}.pricing_stack7349 {
    background: rgb(180,188,169);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing_stack7349::before {
    background: linear-gradient(135deg, rgb(135,148,138,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
}.pricing_stack7349 .container {
    padding: 0 15px;
    z-index: 2;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}.pricing_stack7349 .value_pricing6872 {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.pricing_stack7349 .value_deals6758 {
    animation: fadeInUp 0.8s ease-out forwards;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-10px);
}.pricing_stack7349 .value_deals6758 h2 {
    position: relative;
    font-size: 37px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}.pricing_stack7349 .value_deals6758 h2::after {
    background: rgb(135,148,138);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    height: 3px;
    position: absolute;
}.pricing_stack7349 .pricing_options0127 {
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 600px;
    word-break: break-word;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
    overflow-wrap: break-word;
}.pricing_stack7349 .study_costs0297 {
    gap: 30px;
    width: 100%;
    grid-template-columns: 1fr;
    display: grid;
}.pricing_stack7349 .rate_choices6948 {
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(20px);
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    animation: fadeInUp 0.8s ease-out forwards;
    display: block;
}.pricing_stack7349 .rate_choices6948:nth-child(1) {
    --index: 1;
}.pricing_stack7349 .rate_choices6948:nth-child(2) {
    --index: 2;
}.pricing_stack7349 .rate_choices6948:nth-child(3) {
    --index: 3;
}.pricing_stack7349 .rate_choices6948:nth-child(4) {
    --index: 4;
}.pricing_stack7349 .rate_choices6948:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.pricing_stack7349 .pricing_schemes0372 {
    overflow: hidden;
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    height: 100%;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    display: flex;
}.pricing_stack7349 .pricing_schemes0372::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(135,148,138), rgb(95,104,96));
    content: "";
    height: 5px;
}.pricing_stack7349 .package_deal7129 {
    flex: 1;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px 30px;
    display: flex;
}.pricing_stack7349 .package_deal7129 h3 {
    word-break: break-word;
    margin-bottom: 15px;
    overflow-wrap: break-word;
    color: #000000;
    margin-top: 0;
    font-weight: 700;
    position: relative;
    font-size: 20px;
}.pricing_stack7349 .package_deal7129 h3::after {
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    width: 40px;
    bottom: -8px;
    background-color: rgb(135,148,138);
    position: absolute;
}.pricing_stack7349 .rate_choices6948:hover .package_deal7129 h3::after {
    width: 70px;
}.pricing_stack7349 .annual_fee8012 {
    padding: 8px 16px;
    border-radius: 10px;
    color: rgb(135,148,138);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    font-size: calc(20px * 1.2);
    position: relative;
    word-break: break-word;
    overflow-wrap: break-word;
    display: inline-block;
    margin: 10px 0 20px;
    font-weight: 700;
}.pricing_stack7349 .package_deal7129 p {
    margin-bottom: 0;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 16px;
    word-break: break-word;
    white-space: normal;
    flex-grow: 1;
    line-height: 1.7;
}.pricing_stack7349 .image_click7120 {
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    width: 100%;
}.pricing_stack7349 .rate_choices6948:hover .image_click7120 {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.pricing_stack7349 .study_costs0297 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_stack7349 .package_deal7129 {
    padding: 40px;
}.pricing_stack7349 .image_click7120 {
    height: 220px;
}
}

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

@media (min-width: 1200px) {.pricing_stack7349 .study_costs0297 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_stack7349 .package_deal7129 h3 {
    font-size: calc(20px * 1.1);
}.pricing_stack7349 .annual_fee8012 {
    font-size: calc(20px * 1.3);
}.pricing_stack7349 .image_click7120 {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_stack7349 {
    padding: 80px 0;
}.pricing_stack7349 .package_deal7129 {
    padding: 30px 20px;
}.pricing_stack7349 .annual_fee8012 {
    padding: 6px 12px;
    font-size: 20px;
}.pricing_stack7349 .image_click7120 {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing_stack7349 {
    padding: 60px 0;
}.pricing_stack7349 .value_deals6758 h2 {
    font-size: calc(37px * 0.85);
}.pricing_stack7349 .package_deal7129 h3 {
    font-size: calc(20px * 0.95);
}.pricing_stack7349 .image_click7120 {
    height: 160px;
}}.title_greeting8173 {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 600px;
}.title_greeting8173 .study_fast5187 {
    width: 100%;
    height: 100%;
    left: 0;
    align-items: center;
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
}.title_greeting8173 .study_fast5187::before {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.85;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(
    135deg,
    rgb(95,104,96,0.5) 0%,
    rgb(135,148,138,0.5) 100%
  );
}.title_greeting8173 .study_fast5187::after {
    animation: gradientShift 15s ease-in-out infinite alternate;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 1px,
    transparent 1px,
    transparent 15px
  );
    opacity: 0.05;
    z-index: 2;
}.title_greeting8173 .edu_philosophy0896 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    backdrop-filter: blur(8px);
    width: 85%;
    z-index: 5;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.title_greeting8173 .edu_philosophy0896::before {
    right: -5px;
    top: -5px;
    position: absolute;
    filter: blur(10px);
    bottom: -5px;
    left: -5px;
    content: "";
    background: linear-gradient(45deg, rgb(95,104,96), transparent, rgb(135,148,138));
    z-index: -1;
    animation: gradientFlow 8s ease-in-out infinite alternate;
    opacity: 0.6;
    transform: scale(1.01);
}.title_greeting8173 .edu_philosophy0896 > div {
    animation-delay: calc(var(--index, 0) * 0.2s);
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
}.title_greeting8173 .edu_philosophy0896 > div:nth-child(1) {
    --index: 1;
}.title_greeting8173 .edu_philosophy0896 > div:nth-child(2) {
    --index: 2;
}.title_greeting8173 .edu_philosophy0896 > div:nth-child(3) {
    --index: 3;
}.title_greeting8173 p {
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0.03em;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
}.title_greeting8173 p::before {
    top: 0.5em;
    box-shadow: 0 0 10px rgb(95,104,96);
    width: 5px;
    animation: pulse 3s infinite;
    content: "";
    border-radius: 50%;
    left: 0;
    background: rgb(95,104,96);
    position: absolute;
    height: 5px;
}.title_greeting8173 .title_style_header {
    margin: 0 0 1.5rem;
    transform: scale(1);
    transition: transform 0.5s ease;
    transform-origin: left center;
    color: #ffffff;
    background-clip: text !important;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
    -webkit-background-clip: text !important;
    position: relative;
    background: linear-gradient(120deg, #ffffff, rgba(255, 255, 255, 0.8));
}.title_greeting8173 .title_style_header::after {
    position: absolute;
    transform: scaleX(1);
    width: 80px;
    bottom: -0.5rem;
    content: "";
    transform-origin: left center;
    height: 4px;
    transition: transform 0.5s ease-out;
    background: rgb(95,104,96);
    left: 0;
}.title_greeting8173 h3 {
    max-width: 90%;
    margin: 0;
    color: #ffffff;
    opacity: 0.9;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: clamp(1.2rem, 1.5vw + 0.5rem, 2rem);
    font-weight: 600;
    position: relative;
    line-height: 1.5;
}@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientShift {
  0% {
    opacity: 0.03;
    background-size: 15px 15px;
  }
  100% {
    opacity: 0.07;
    background-size: 20px 20px;
  }
}

.title_greeting8173 .edu_philosophy0896:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_greeting8173 .edu_philosophy0896:hover .title_style_header::after {
    transform: scaleX(1.5);
}

@media (max-width: 1200px) {.title_greeting8173 .edu_philosophy0896 {
    width: 90%;
    padding: 2.5rem;
}.title_greeting8173 .title_style_header {
    max-width: 100%;
}
}

@media (max-width: 992px) {.title_greeting8173 {
    height: 90vh;
}.title_greeting8173 .edu_philosophy0896 {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.title_greeting8173 h3 {
    max-width: 95%;
}
}

@media (max-width: 768px) {.title_greeting8173 {
    height: auto;
    min-height: 500px;
}.title_greeting8173 .edu_philosophy0896 {
    transform: none;
    padding: 1.8rem;
    width: 95%;
}.title_greeting8173 .title_style_header {
    font-size: clamp(2rem, 5vw, 3rem);
}.title_greeting8173 p {
    padding-left: 1.2rem;
    font-size: 1rem;
}.title_greeting8173 h3 {
    font-size: clamp(1rem, 1.2vw + 0.5rem, 1.4rem);
    max-width: 100%;
}
}

@media (max-width: 576px) {.title_greeting8173 .edu_philosophy0896 {
    padding: 1.5rem;
}.title_greeting8173 .title_style_header::after {
    height: 3px;
    width: 60px;
}.title_greeting8173 .edu_philosophy0896::before {
    opacity: 0.4;
}.title_greeting8173 p::before {
    width: 4px;
    height: 4px;
}
}

@media (max-height: 700px) {.title_greeting8173 {
    min-height: 450px;
}.title_greeting8173 .edu_philosophy0896 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}.title_greeting8173 p, .title_greeting8173 h3 {
    margin-bottom: 1rem;
}}footer {
    width: 100%;
    position: relative;
}footer .level_up7481 {
    color: #ffffff;
    overflow: hidden;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background-color: rgb(95,104,96);
    position: relative;
}footer .level_up7481::before {
    height: 100px;
    background-color: rgb(95,104,96);
    right: 0;
    content: "";
    z-index: 0;
    transform: skewY(-3deg);
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    position: absolute;
    top: -50px;
    left: 0;
}footer .footer_edu2491 {
    position: relative;
    z-index: 1;
}footer .reach_form4786 {
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}footer .info_item {
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
    max-width: 300px;
    position: relative;
    overflow: hidden;
    padding: 15px 20px 15px 25px;
    flex: 1 1 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(95,104,96,0.5);
}footer .info_item::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    background-color: rgb(135,148,138);
    content: "";
}footer .info_item::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}footer .info_item:nth-child(even) {
    background-color: rgb(135,148,138,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    width: 20px;
    fill: rgb(135,148,138);
    margin-right: 12px;
    top: -1px;
    vertical-align: middle;
    position: relative;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(135,148,138);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    display: grid;
}footer .head_teach1056 {
    border-radius: 22px;
    background-color: rgb(95,104,96,0.5);
    position: relative;
    padding: 30px;
}footer .head_teach1056::before {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: calc(22px - 8px);
    content: "";
    bottom: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    right: 15px;
    pointer-events: none;
}footer .head_teach1056 svg {
    width: auto;
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    display: block;
}footer .student_aid1932 {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 16px;
}footer .header_main7614 {
    position: relative;
}footer .header_main7614 h5 {
    position: relative;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    padding-left: 15px;
}footer .header_main7614 h5::before {
    height: 100%;
    left: 0;
    background-color: rgb(135,148,138);
    content: "";
    position: absolute;
    width: 3px;
    top: 0;
}footer .head_wrap1035 {
    position: relative;
    margin-bottom: 25px;
}footer .head_wrap1035 a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    background-color: rgb(95,104,96,0.5);
    padding: 10px 15px;
    margin: 0 10px 10px 0;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 17px;
    border-radius: 0 5px 5px 0;
}footer .head_wrap1035 a::before {
    width: 3px;
    background-color: rgb(135,148,138);
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}footer .head_wrap1035 a:hover {
    background-color: rgb(135,148,138,0.5);
    color: #ffffff;
    transform: translateX(5px);
}footer .head_wrap1035 a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    border-radius: 22px;
    background-color: rgb(95,104,96,0.5);
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    pointer-events: none;
    content: "";
    border: 1px dashed rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 15px;
    border-radius: calc(22px - 8px);
    bottom: 15px;
    top: 15px;
    right: 15px;
}footer .subscribe_holder h5 {
    padding-left: 15px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px;
    position: relative;
}footer .subscribe_holder h5::before {
    top: 0;
    position: absolute;
    width: 3px;
    background-color: rgb(135,148,138);
    content: "";
    height: 100%;
    left: 0;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 17px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(135,148,138);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .knowledge_quest9543 {
    background-color: rgb(135,148,138);
    overflow: hidden;
    padding: 14px 20px;
    cursor: pointer;
    font-size: 15px;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}footer .knowledge_quest9543::after {
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -50%;
    left: -100%;
    transform: rotate(30deg);
    transition: all 0.5s ease;
    content: "";
}footer .knowledge_quest9543:hover {
    background-color: rgb(95,104,96);
}footer .knowledge_quest9543:hover::after {
    left: 100%;
}footer .qna_board0456 {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .qna_board0456::before {
    top: -25px;
    height: 1px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 50px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
}footer .tutor_match5089 {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .knowledge_quest9543 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .level_up7481 {
    padding: 60px 0 30px;
}footer .reach_form4786 {
    margin-bottom: 40px;
}footer .head_teach1056, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_wrap1035 a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .qna_board0456 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .level_up7481 {
    padding: 50px 0 20px;
}footer .header_main7614 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 20px;
}footer .head_teach1056::before, footer .subscribe_holder::before {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}footer .input_holder input[type="email"],
    footer .knowledge_quest9543 {
    padding: 12px;
}}.future_attendees6734 {
    background-color: rgb(180,188,169);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.future_attendees6734::before {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(95,104,96,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(135,148,138,0.5) 0%, transparent 40%);
    z-index: 1;
    content: '';
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}.future_attendees6734::after {
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    content: '';
    opacity: 0.1;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}.future_attendees6734 .learn_academy7256 {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.future_attendees6734 h3 {
    position: relative;
    font-size: 45px;
    letter-spacing: 2px;
    margin-bottom: 4rem;
    font-weight: 300;
    color: rgb(135,148,138);
    text-align: center;
}.future_attendees6734 h3::after {
    content: '';
    height: 3px;
    position: absolute;
    bottom: -15px;
    opacity: 0.8;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    border-radius: 50px;
    background: linear-gradient(90deg, transparent, rgb(135,148,138), transparent);
}.future_attendees6734 ul {
    display: grid;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.future_attendees6734 li {
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2.5rem 2rem;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
}.future_attendees6734 li::before {
    width: 100%;
    content: '';
    background: 
        radial-gradient(circle at 90% 10%, rgb(135,148,138,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(95,104,96,0.5) 0%, transparent 30%);
    transition: opacity 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    opacity: 0.1;
}.future_attendees6734 li::after {
    height: 200%;
    position: absolute;
    width: 200%;
    left: -50%;
    transform: scale(0.8);
    content: '';
    top: -50%;
    z-index: -1;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    opacity: 0;
    transition: all 0.5s ease;
}.future_attendees6734 li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: rgb(135,148,138,0.5);
    transform: translateY(-10px);
}.future_attendees6734 li:hover::before {
    opacity: 0.2;
}.future_attendees6734 li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}.future_attendees6734 li svg {
    animation: float 8s ease-in-out infinite;
    transition: all 0.5s ease;
    fill: rgb(95,104,96);
    height: 70px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 3px 6px rgb(95,104,96,0.5));
    width: 70px;
}.future_attendees6734 li:hover svg {
    filter: drop-shadow(0 8px 15px rgb(135,148,138,0.5));
    fill: rgb(135,148,138);
    transform: translateY(-5px);
}.future_attendees6734 li svg path {
    transition: all 0.5s ease;
}.future_attendees6734 li:hover svg path {
    fill: rgb(135,148,138);
}.future_attendees6734 li {
    color: #000000;
    font-size: calc(16px * 1.1);
    font-weight: 300;
    line-height: 1.7;
    margin-top: 1rem;
}.future_attendees6734 li:nth-child(1) {
    animation-delay: 0s;
}.future_attendees6734 li:nth-child(2) {
    animation-delay: 0.3s;
}.future_attendees6734 li:nth-child(3) {
    animation-delay: 0.6s;
}.future_attendees6734 li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.future_attendees6734 {
    padding: 5rem 0;
}.future_attendees6734 h3 {
    margin-bottom: 3rem;
    font-size: calc(45px * 0.8);
}.future_attendees6734 ul {
    gap: 2rem;
}.future_attendees6734 li {
    padding: 2rem 1.5rem;
}.future_attendees6734 li svg {
    margin-bottom: 1.2rem;
    width: 60px;
    height: 60px;
}
}

@media (max-width: 767px) {.future_attendees6734 {
    padding: 4rem 0;
}.future_attendees6734 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(45px * 0.7);
    letter-spacing: 1px;
}.future_attendees6734 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.future_attendees6734 li {
    padding: 1.8rem 1.2rem;
}.future_attendees6734 li svg {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}
}