* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.wrapper-canvasoCS {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.first_classLMY {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1233px;
    margin: auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}.academy_infoCYP {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    background: rgb(189,207,180);
    color:  #ffffff;
}header .top_plank .top_overlayazu div svg, header .top_plank .top_overlayazu div svg path {
    fill: #ffffff;
}header .top_plank .top_overlayazu div span {
    color: #ffffff;
}header .top_plank .top_overlayazu {
    flex-wrap: wrap;
    font-size: 12px;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .top_overlayazu div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-right: 24px;
}header .top_plank .top_overlayazu div img, header .top_plank .top_overlayazu div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.find_supportpqs {
    padding: 80px 0;
    position: relative;
    background: rgb(222,231,217);
    overflow: hidden;
}.find_supportpqs::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(189,207,180,0.5) 0%, transparent 40%, rgb(154,176,140,0.5) 100%);
    opacity: 0.4;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
}.find_supportpqs::after {
    left: 50%;
    opacity: 0.2;
    z-index: 0;
    content: "";
    animation: pulse 15s infinite alternate;
    background: radial-gradient(circle, rgb(189,207,180,0.5) 0%, transparent 60%);
    transform: translate(-50%, -50%);
    width: 200%;
    position: absolute;
    top: 50%;
    height: 200%;
}@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
}

.find_supportpqs .container {
    position: relative;
    z-index: 2;
}.find_supportpqs .get_helpdeskDah {
    padding: 40px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 29px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.03);
}.find_supportpqs .get_helpdeskDah::before {
    position: absolute;
    content: "";
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(189,207,180) 0%, rgb(154,176,140) 100%);
    z-index: -1;
    height: 150px;
    top: -75px;
    width: 150px;
    border-radius: 50%;
    right: -75px;
    filter: blur(30px);
}.find_supportpqs .get_helpdeskDah::after {
    left: 0;
    z-index: -1;
    animation: slideLine 8s infinite;
    position: absolute;
    height: 2px;
    bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgb(189,207,180) 50%, transparent 100%);
    content: "";
    width: 100%;
}@keyframes slideLine {
    0% {
        transform: translateX(-100%);
        opacity: 0.7;
    }
    50% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.7;
    }
}

.find_supportpqs h2 {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 36px;
}.find_supportpqs h2::after {
    background: linear-gradient(90deg, rgb(189,207,180) 0%, rgb(154,176,140) 100%);
    content: "";
    width: 50%;
    border-radius: 10px;
    position: absolute;
    height: 4px;
    left: 0;
    bottom: -10px;
}.find_supportpqs p {
    z-index: 2;
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 25px;
    position: relative;
}.find_supportpqs .edu_queryDZh {
    position: relative;
    justify-content: center;
    display: flex;
    margin-top: 40px;
    gap: 40px;
}.find_supportpqs .edu_queryDZh::before {
    height: 1px;
    top: -20px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 80%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(189,207,180,0.5), transparent);
}.find_supportpqs .get_in_touchszC {
    position: relative;
    width: 70px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.03);
    justify-content: center;
    text-decoration: none;
    height: 70px;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    display: flex;
    border-radius: 50%;
}.find_supportpqs .get_in_touchszC::before {
    width: 100%;
    position: absolute;
    background: conic-gradient(from 135deg, rgb(189,207,180) 0%, transparent 60%, rgb(154,176,140) 120%, rgb(189,207,180) 180%);
    opacity: 0.2;
    border-radius: 50%;
    top: 0;
    height: 100%;
    transform: scale(0.85);
    content: "";
    transition: all 0.4s ease;
    z-index: -1;
    left: 0;
}.find_supportpqs .get_in_touchszC::after {
    right: -2px;
    animation: rotate 10s linear infinite;
    border-radius: 50%;
    border: 2px solid transparent;
    border-right-color: rgb(154,176,140);
    z-index: -1;
    opacity: 0.3;
    border-top-color: rgb(189,207,180);
    background: transparent;
    top: -2px;
    transition: all 0.4s ease;
    bottom: -2px;
    position: absolute;
    content: "";
    left: -2px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.find_supportpqs .get_in_touchszC:hover {
    transform: translateY(-5px) scale(1.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 0 15px rgb(189,207,180,0.5),
                0 0 30px rgb(154,176,140,0.5);
}.find_supportpqs .get_in_touchszC:hover::before {
    transform: scale(1);
    opacity: 0.6;
}.find_supportpqs .get_in_touchszC:hover::after {
    right: -3px;
    top: -3px;
    bottom: -3px;
    opacity: 0.8;
    border-width: 3px;
    left: -3px;
}.find_supportpqs .get_in_touchszC svg {
    filter: drop-shadow(0 0 3px rgb(189,207,180,0.5));
    stroke: rgb(189,207,180);
    transition: all 0.4s ease;
    fill: rgb(189,207,180);
    height: 28px;
    width: 28px;
}.find_supportpqs .get_in_touchszC:hover svg {
    transform: scale(1.2);
    fill: #ffffff;
    filter: drop-shadow(0 0 8px rgb(189,207,180));
    stroke: #ffffff;
}.find_supportpqs .get_in_touchszC svg path {
    transition: all 0.4s ease;
    stroke: rgb(189,207,180);
    fill: rgb(189,207,180);
}.find_supportpqs .get_in_touchszC:hover svg path {
    stroke: #ffffff;
    fill: #ffffff;
}.find_supportpqs p svg {
    transition: all 0.3s ease;
    vertical-align: middle;
    fill: rgb(189,207,180);
    height: 20px;
    margin-right: 10px;
    stroke: rgb(189,207,180);
    width: 20px;
}.find_supportpqs p:hover svg {
    stroke: rgb(154,176,140);
    fill: rgb(154,176,140);
}.find_supportpqs p svg path {
    transition: all 0.3s ease;
    fill: rgb(189,207,180);
    stroke: rgb(189,207,180);
}.find_supportpqs p:hover svg path {
    stroke: rgb(154,176,140);
    fill: rgb(154,176,140);
}

@media (max-width: 992px) {.find_supportpqs {
    padding: 60px 0;
}.find_supportpqs .get_helpdeskDah {
    padding: 30px;
}.find_supportpqs h2 {
    font-size: calc(36px * 0.9);
}.find_supportpqs .edu_queryDZh {
    gap: 30px;
}.find_supportpqs .get_in_touchszC {
    width: 65px;
    height: 65px;
}
}

@media (max-width: 768px) {.find_supportpqs {
    padding: 50px 0;
}.find_supportpqs .get_helpdeskDah {
    padding: 25px;
}.find_supportpqs h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.8);
}.find_supportpqs p {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
}.find_supportpqs .edu_queryDZh {
    gap: 25px;
}.find_supportpqs .get_in_touchszC {
    height: 60px;
    width: 60px;
}.find_supportpqs .get_in_touchszC svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 576px) {.find_supportpqs {
    padding: 40px 0;
}.find_supportpqs .get_helpdeskDah {
    border-radius: calc(29px * 0.8);
    padding: 20px;
}.find_supportpqs h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.7);
}.find_supportpqs h2::after {
    bottom: -8px;
    height: 3px;
}.find_supportpqs p {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.find_supportpqs .edu_queryDZh {
    margin-top: 25px;
    gap: 15px;
}.find_supportpqs .get_in_touchszC {
    width: 50px;
    height: 50px;
}.find_supportpqs .get_in_touchszC svg {
    width: 20px;
    height: 20px;
}.find_supportpqs .get_in_touchszC::after {
    bottom: -1px;
    right: -1px;
    top: -1px;
    left: -1px;
    border-width: 1px;
}.find_supportpqs .get_in_touchszC:hover::after {
    right: -2px;
    bottom: -2px;
    top: -2px;
    border-width: 2px;
    left: -2px;
}
}

@media (prefers-reduced-motion) {.find_supportpqs::after,
    .find_supportpqs .get_helpdeskDah::after {
    animation: none;
}}.appZoneyYH {
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(222,231,217), #f8f9fd);
    overflow: hidden;
}.appZoneyYH::before {
    filter: blur(80px);
    right: -5%;
    z-index: 0;
    top: -10%;
    content: "";
    width: 40%;
    background: linear-gradient(120deg, rgb(189,207,180,0.5), rgb(154,176,140,0.5));
    transform: rotate(-15deg);
    opacity: 0.2;
    pointer-events: none;
    position: absolute;
    height: 70%;
}.appZoneyYH::after {
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 0;
    transform: rotate(20deg);
    left: -5%;
    background: linear-gradient(220deg, rgb(154,176,140,0.5), rgb(189,207,180,0.5));
    height: 60%;
    opacity: 0.15;
    width: 30%;
    bottom: -10%;
    filter: blur(70px);
}.appZoneyYH .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.appZoneyYH h2 {
    opacity: 1;
    letter-spacing: -0.02em;
    position: relative;
    animation: fadeInDown 0.8s ease-out forwards;
    text-align: center;
    transform: translateY(0);
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    font-size: 37px;
    margin-bottom: 2.5rem;
}.appZoneyYH h2::after {
    left: 50%;
    position: absolute;
    bottom: -0.8rem;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(189,207,180), rgb(154,176,140));
    content: "";
    border-radius: 10px;
}.appZoneyYH .study_labYUS {
    opacity: 0;
    transform: translateY(0);
    position: relative;
    border-radius: 10px;
    padding: 2.5rem;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    background: #ffffff;
}.appZoneyYH .study_labYUS::before {
    border-radius: inherit;
    z-index: -1;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(189,207,180,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(154,176,140,0.5), 0.03) 0%, transparent 30%);
    height: 100%;
    left: 0;
}.appZoneyYH ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.appZoneyYH li {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    position: relative;
}.appZoneyYH li:last-child {
    margin-bottom: 0;
}.appZoneyYH li::before {
    top: 0.6rem;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    border-radius: 50%;
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    content: "";
    background: linear-gradient(135deg, rgb(189,207,180), rgb(154,176,140));
    transform: scale(0);
}.appZoneyYH li span {
    display: block;
    font-family: Arial, sans-serif;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    transform: translateX(0);
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    opacity: 0;
    line-height: 1.7;
}

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

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

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

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.appZoneyYH {
    padding: 3rem 1.5rem;
}.appZoneyYH h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.appZoneyYH .study_labYUS {
    padding: 2rem;
}
}

@media (max-width: 767px) {.appZoneyYH {
    padding: 2.5rem 1.25rem;
}.appZoneyYH h2 {
    margin-bottom: 1.8rem;
    line-height: 1.4;
    font-size: calc(37px * 0.8);
}.appZoneyYH h2::after {
    width: 60px;
}.appZoneyYH .study_labYUS {
    padding: 1.5rem;
}.appZoneyYH li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.appZoneyYH {
    padding: 2rem 1rem;
}.appZoneyYH h2 {
    text-align: left;
    font-size: calc(37px * 0.7);
}.appZoneyYH h2::after {
    transform: none;
    width: 50px;
    left: 0;
}.appZoneyYH .study_labYUS {
    padding: 1.25rem;
}.appZoneyYH li {
    padding-left: 1.25rem;
}.appZoneyYH li::before {
    width: 6px;
    height: 6px;
    top: 0.5rem;
}}.educational_yieldPwj {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(154,176,140,0.5), 0.03) 0%, rgba(rgb(189,207,180,0.5), 0.07) 100%);
    position: relative;
}.educational_yieldPwj::before {
    width: 300px;
    position: absolute;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    left: -100px;
    opacity: 0.05;
    height: 300px;
    z-index: 0;
    top: -50px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    background: linear-gradient(45deg, rgb(189,207,180), rgb(154,176,140));
}.educational_yieldPwj::after {
    width: 200px;
    bottom: -50px;
    right: -50px;
    height: 200px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    background: linear-gradient(135deg, rgb(154,176,140), rgb(189,207,180));
    z-index: 0;
    opacity: 0.05;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
}.educational_yieldPwj .container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    perspective: 1000px;
    z-index: 1;
    position: relative;
    align-items: center;
    gap: 60px;
}.educational_yieldPwj .img_itemvmn {
    box-shadow: 
        20px 20px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        -5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.8);
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: rotateY(-5deg) translateZ(20px);
    position: relative;
    border-radius: 2px;
    z-index: 2;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_yieldPwj .img_itemvmn:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.educational_yieldPwj .study_labYUS {
    transform: translateZ(0);
    position: relative;
    z-index: 2;
}.educational_yieldPwj .text_list_itemJwB {
    position: relative;
    padding: 20px 0 20px 30px;
}.educational_yieldPwj .text_list_itemJwB::before {
    width: 3px;
    background: linear-gradient(to bottom, rgb(189,207,180), rgb(154,176,140));
    top: 0;
    height: 100%;
    transform-origin: top;
    transform: scaleY(0.95);
    left: 0;
    position: absolute;
    animation: grow 3s ease-out forwards;
    content: "";
}.educational_yieldPwj h1 {
    margin-bottom: 30px;
    color: #000000;
    transition: transform 0.5s ease-out;
    transform: translateX(0);
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    font-size: 44px;
}.educational_yieldPwj h1::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    transition: transform 0.5s ease-out;
    width: 80px;
    transform-origin: left;
    height: 3px;
    background: rgb(189,207,180);
    transform: scaleX(0.7);
}.educational_yieldPwj .text_list_itemJwB:hover h1 {
    transform: translateX(5px);
}.educational_yieldPwj .text_list_itemJwB:hover h1::after {
    transform: scaleX(1);
}.educational_yieldPwj ul {
    padding: 0;
    display: grid;
    margin: 0;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
}.educational_yieldPwj li {
    border-radius: 4px;
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 16px 20px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.7);
}.educational_yieldPwj li:hover {
    box-shadow: 
        0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.07),
        0 2px 5px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-5px);
}.educational_yieldPwj li p {
    display: flex;
    margin: 0;
    align-items: center;
    color: #000000;
    line-height: 1.6;
    gap: 15px;
    font-size: 13px;
}.educational_yieldPwj svg {
    flex-shrink: 0;
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
}.educational_yieldPwj li:hover svg {
    transform: scale(1.1) translateY(-2px);
}.educational_yieldPwj svg path {
    fill: rgb(189,207,180);
    transition: fill 0.3s ease;
}.educational_yieldPwj li:hover svg path {
    fill: rgb(154,176,140);
}

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

@keyframes grow {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(0.95);
    }
}

@media screen and (max-width: 1200px) {.educational_yieldPwj {
    padding: 100px 0;
}.educational_yieldPwj .container {
    padding: 0 30px;
}.educational_yieldPwj h1 {
    font-size: calc(44px * 0.9);
}
}

@media screen and (max-width: 992px) {.educational_yieldPwj .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.educational_yieldPwj .img_itemvmn {
    transform: rotateY(-3deg) translateZ(10px);
    margin: 0 auto;
    max-width: 80%;
}.educational_yieldPwj ul {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.educational_yieldPwj h1 {
    text-align: center;
    margin-bottom: 40px;
}.educational_yieldPwj h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.educational_yieldPwj .text_list_itemJwB {
    padding: 20px 0;
}.educational_yieldPwj .text_list_itemJwB::before {
    width: 100%;
    transform: scaleX(0.95);
    height: 3px;
    top: 0;
}.educational_yieldPwj .text_list_itemJwB:hover h1 {
    transform: translateY(-5px);
}.educational_yieldPwj .text_list_itemJwB:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}
}

@media screen and (max-width: 768px) {.educational_yieldPwj {
    padding: 80px 0;
}.educational_yieldPwj .img_itemvmn {
    max-width: 100%;
}.educational_yieldPwj h1 {
    font-size: calc(44px * 0.8);
    line-height: 1.4;
}.educational_yieldPwj li {
    padding: 15px;
}.educational_yieldPwj li p {
    font-size: calc(13px * 0.95);
}
}

@media screen and (max-width: 576px) {.educational_yieldPwj {
    padding: 60px 0;
}.educational_yieldPwj .container {
    padding: 0 20px;
    gap: 30px;
}.educational_yieldPwj h1 {
    margin-bottom: 30px;
    font-size: calc(44px * 0.7);
}.educational_yieldPwj ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.educational_yieldPwj svg {
    height: 20px;
    width: 20px;
}.educational_yieldPwj li p {
    gap: 10px;
    font-size: calc(13px * 0.9);
}}.program_offeringsAwK {
    position: relative;
    background: linear-gradient(135deg, rgb(222,231,217) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.program_offeringsAwK::before {
    animation: float 15s ease-in-out infinite alternate;
    z-index: 1;
    right: -5%;
    transform: rotate(-15deg);
    position: absolute;
    content: "";
    top: -5%;
    opacity: 0.4;
    height: 40%;
    background: linear-gradient(225deg, rgb(189,207,180,0.5) 0%, transparent 70%);
    width: 40%;
    filter: blur(80px);
}.program_offeringsAwK::after {
    height: 30%;
    background: linear-gradient(45deg, rgb(154,176,140,0.5) 0%, transparent 70%);
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
    width: 30%;
    position: absolute;
    opacity: 0.4;
    filter: blur(60px);
    transform: rotate(15deg);
    bottom: -5%;
    left: -5%;
}.program_offeringsAwK .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}.program_offeringsAwK h2 {
    font-weight: 700;
    color: #000000;
    font-size: 28px;
    opacity: 0;
    position: relative;
    transform: translateX(-1rem);
    margin-bottom: 3rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
}.program_offeringsAwK h2::before {
    content: "";
    bottom: -1rem;
    height: 0.25rem;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    width: 8rem;
    left: 0;
    background: linear-gradient(90deg, rgb(189,207,180) 0%, rgb(154,176,140) 100%);
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
}.program_offeringsAwK .class_pathIzv {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 3rem;
}.program_offeringsAwK .img_itemvmn {
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    position: relative;
    overflow: hidden;
    opacity: 0;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(2rem);
    border-radius: 10px;
}.program_offeringsAwK .img_itemvmn::before {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(rgb(189,207,180), 0.2) 100%);
    width: 100%;
    content: "";
}.program_offeringsAwK .img_itemvmn::after {
    left: -100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    top: -100%;
    animation: shine 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    height: 200%;
    width: 200%;
    content: "";
    transform: rotate(45deg);
    position: absolute;
}.program_offeringsAwK .text_list_itemJwB {
    transform: translateY(2rem);
    flex-direction: column;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    position: relative;
    opacity: 0;
    gap: 2rem;
    display: flex;
}.program_offeringsAwK .description {
    padding-right: 1.5rem;
    overflow-y: auto;
    scrollbar-width: thin;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    max-height: 300px;
    scrollbar-color: rgb(189,207,180,0.5) rgb(222,231,217);
    position: relative;
}.program_offeringsAwK .description::-webkit-scrollbar {
    width: 6px;
}.program_offeringsAwK .description::-webkit-scrollbar-track {
    background: rgb(222,231,217);
    border-radius: 10px;
}.program_offeringsAwK .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(189,207,180,0.5);
}.program_offeringsAwK .description:nth-child(1) {
    position: relative;
}.program_offeringsAwK .description:nth-child(1)::first-line {
    font-weight: 600;
    color: #000000;
}.program_offeringsAwK .description:nth-child(2) {
    position: relative;
    display: none;
}

@media (min-width: 768px) {.program_offeringsAwK .class_pathIzv {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
}.program_offeringsAwK h2 {
    font-size: calc(28px * 1.2);
    text-align: left;
    max-width: 90%;
}.program_offeringsAwK .img_itemvmn {
    height: 500px;
}.program_offeringsAwK .description {
    max-height: 500px;
}
}

@media (min-width: 992px) {.program_offeringsAwK {
    padding: 8rem 0;
}.program_offeringsAwK .container {
    padding: 0 4rem;
}.program_offeringsAwK h2 {
    max-width: 80%;
    font-size: calc(28px * 1.4);
}.program_offeringsAwK .class_pathIzv {
    gap: 4rem;
}.program_offeringsAwK .img_itemvmn {
    height: 600px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.program_offeringsAwK .img_itemvmn:hover {
    transform: translateY(-8px) scale(1.02);
}.program_offeringsAwK .text_list_itemJwB {
    padding-top: 2rem;
}
}

@media (min-width: 1200px) {.program_offeringsAwK .img_itemvmn {
    height: 650px;
}.program_offeringsAwK h2 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.program_offeringsAwK {
    padding: 4rem 0;
}.program_offeringsAwK h2 {
    text-align: center;
    font-size: calc(28px * 0.9);
}.program_offeringsAwK h2::before {
    left: 50%;
    animation: scaleInCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    transform: translateX(-50%) scaleX(0);
}}

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

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

@keyframes scaleInCenter {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

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

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 5px);
    }
}.contact_boxRmI {
    position: relative;
    background: rgb(222,231,217);
    overflow: hidden;
    padding: 100px 0;
}.contact_boxRmI::before {
    z-index: 1;
    height: 100%;
    opacity: 0.07;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(189,207,180,0.5) 0,
        rgb(189,207,180,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.contact_boxRmI::after {
    opacity: 0.07;
    left: 0;
    background-image: 
        linear-gradient(rgb(154,176,140,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(154,176,140,0.5) 1px, transparent 1px);
    top: 0;
    width: 100%;
    background-size: 30px 30px;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
}.contact_boxRmI .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}.contact_boxRmI h2 {
    margin-bottom: 20px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    padding-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    font-size: 37px;
    color: #000000;
}.contact_boxRmI h2::before {
    left: calc(50% - 40px);
    content: "";
    width: 80px;
    height: 4px;
    background: rgb(189,207,180);
    position: absolute;
    bottom: 0;
}.contact_boxRmI h2::after {
    background: rgb(154,176,140);
    position: absolute;
    width: 30px;
    bottom: 0;
    height: 4px;
    content: "";
    left: calc(50% - 15px);
}.contact_boxRmI .help_requestPUZ {
    margin-top: 50px;
    border-radius: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    display: flex;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}.contact_boxRmI .img_itemvmn {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}.contact_boxRmI .img_itemvmn::before {
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(189,207,180), 0.4), 
        rgba(rgb(154,176,140), 0.4)
    );
}.contact_boxRmI .help_querynCF {
    flex: 0 0 55%;
    position: relative;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    display: flex;
}.contact_boxRmI .help_querynCF::before {
    content: "";
    border: 30px solid rgb(189,207,180,0.5);
    position: absolute;
    right: -75px;
    height: 150px;
    z-index: 0;
    width: 150px;
    border-radius: 50%;
    top: -75px;
}.contact_boxRmI .help_querynCF::after {
    height: 100px;
    content: "";
    z-index: 0;
    position: absolute;
    transform: rotate(45deg);
    bottom: -50px;
    width: 100px;
    background: rgb(154,176,140,0.5);
    left: -50px;
    border-radius: 0;
}.contact_boxRmI form {
    z-index: 2;
    position: relative;
}.contact_boxRmI form h3 {
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    color: #000000;
}.contact_boxRmI form h3::after {
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    bottom: -15px;
    background: rgb(189,207,180);
    width: 50%;
}.contact_boxRmI form input[type="text"] {
    width: 100%;
    background: transparent;
    font-size: 18px;
    border-bottom: 2px solid rgb(222,231,217);
    margin-bottom: 25px;
    color: #000000;
    padding: 20px 25px;
    transition: all 0.3s ease;
    border: none;
}.contact_boxRmI form input[type="text"]:focus {
    border-bottom-color: rgb(189,207,180);
    outline: none;
}.contact_boxRmI form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_boxRmI form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact_boxRmI .feedback_linkswEQ {
    margin-bottom: 40px;
    position: relative;
}.contact_boxRmI .feedback_linkswEQ input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_boxRmI .feedback_linkswEQ label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}.contact_boxRmI .feedback_linkswEQ label::before {
    position: absolute;
    border: 2px solid rgb(222,231,217);
    height: 22px;
    background: transparent;
    top: 0;
    transition: all 0.3s ease;
    content: "";
    width: 22px;
    left: 0;
}.contact_boxRmI .feedback_linkswEQ input[type="checkbox"]:checked + label::before {
    background: rgb(189,207,180);
    border-color: rgb(189,207,180);
}.contact_boxRmI .feedback_linkswEQ input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(45deg);
    width: 6px;
    content: "";
    top: 4px;
    border: solid #ffffff;
    left: 8px;
    height: 12px;
    border-width: 0 2px 2px 0;
}.contact_boxRmI .feedback_linkswEQ label a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(189,207,180);
    position: relative;
    text-decoration: none;
}.contact_boxRmI .feedback_linkswEQ label a::after {
    height: 1px;
    content: "";
    left: 0;
    transform-origin: left;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(189,207,180);
    transform: scaleX(1);
    bottom: -1px;
    width: 100%;
}.contact_boxRmI .feedback_linkswEQ label a:hover {
    color: rgb(154,176,140);
}.contact_boxRmI .feedback_linkswEQ label a:hover::after {
    background: rgb(154,176,140);
    transform: scaleX(0);
}.contact_boxRmI .reach_requestwHg {
    overflow: hidden;
    font-weight: 600;
    background: rgb(189,207,180);
    padding: 18px 40px;
    width: auto;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    position: relative;
    color: #ffffff;
    border: none;
    display: inline-block;
    font-size: 16px;
}.contact_boxRmI .reach_requestwHg::before {
    height: 100%;
    position: absolute;
    top: 0;
    background: rgb(154,176,140);
    transform: skewX(-25deg);
    left: -10px;
    z-index: -1;
    content: "";
    transition: width 0.5s ease;
    width: 0;
}.contact_boxRmI .reach_requestwHg:hover::before {
    width: 150%;
}.contact_boxRmI svg {
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
    stroke: rgb(189,207,180);
    stroke-width: 2;
    fill: none;
}.contact_boxRmI svg path {
    fill: none;
    stroke: rgb(189,207,180);
    transition: all 0.3s ease;
}.contact_boxRmI svg:hover,
.contact_boxRmI svg:hover path {
    stroke: rgb(154,176,140);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_boxRmI {
    padding: 80px 0;
}.contact_boxRmI .img_itemvmn {
    min-height: 500px;
}.contact_boxRmI .help_querynCF {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_boxRmI {
    padding: 60px 0;
}.contact_boxRmI .help_requestPUZ {
    flex-direction: column;
}.contact_boxRmI .img_itemvmn {
    min-height: 300px;
    width: 100%;
}.contact_boxRmI .help_querynCF {
    width: 100%;
    padding: 40px 30px;
}.contact_boxRmI form h3 {
    margin-bottom: 30px;
}.contact_boxRmI form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_boxRmI .feedback_linkswEQ {
    margin-bottom: 30px;
}.contact_boxRmI .reach_requestwHg {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.contact_boxRmI {
    padding: 50px 0;
}.contact_boxRmI h2 {
    font-size: calc(37px * 0.85);
}.contact_boxRmI .help_requestPUZ {
    margin-top: 30px;
}.contact_boxRmI .img_itemvmn {
    min-height: 200px;
}.contact_boxRmI .help_querynCF {
    padding: 30px 20px;
}.contact_boxRmI form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact_boxRmI form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_boxRmI .feedback_linkswEQ {
    margin-bottom: 25px;
}.contact_boxRmI .feedback_linkswEQ label {
    font-size: calc(14px * 0.9);
}.contact_boxRmI .reach_requestwHg {
    padding: 12px 25px;
}}.our_storyhNm {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(154,176,140,0.5) 0%, rgb(222,231,217) 50%, rgb(189,207,180,0.5) 100%);
}.our_storyhNm::before {
    height: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    background: radial-gradient(circle at 30% 30%, rgb(189,207,180,0.5) 0%, transparent 60%);
    opacity: 0.4;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}.our_storyhNm::after {
    right: -100px;
    z-index: 1;
    border-radius: 50%;
    height: 300px;
    content: "";
    position: absolute;
    width: 300px;
    opacity: 0.2;
    border: 1px solid rgb(154,176,140,0.5);
    animation: rotate 60s linear infinite;
    top: -100px;
}.our_storyhNm .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.our_storyhNm h1 {
    transform: translateX(calc(100vw * 0.02));
    animation: slideIn 0.8s ease-out forwards 0.2s;
    opacity: 0;
    display: inline-block;
    color: #000000;
    margin-bottom: 3rem;
    font-size: 46px;
    position: relative;
    font-weight: 700;
}.our_storyhNm h1::after {
    height: 3px;
    animation: lineGrow 1.2s ease-out forwards 1s;
    content: "";
    width: 0;
    bottom: -10px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(189,207,180), rgb(154,176,140));
}.our_storyhNm .smart_classeskPH {
    position: relative;
}.our_storyhNm .smart_classeskPH ul {
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
    padding: 0;
    gap: 3rem;
    list-style: none;
}.our_storyhNm .study_spaceuew {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
    background: #ffffff;
    padding: 2.5rem;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    opacity: 0;
    overflow: hidden;
}.our_storyhNm .study_spaceuew:nth-child(1) {
    animation-delay: 0.4s;
}.our_storyhNm .study_spaceuew:nth-child(2) {
    animation-delay: 0.7s;
}.our_storyhNm .study_spaceuew:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.our_storyhNm .study_spaceuew::before {
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(189,207,180), rgb(154,176,140));
    left: 0;
    transition: transform 0.5s ease;
    width: 100%;
    top: 0;
    position: absolute;
}.our_storyhNm .study_spaceuew:hover::before {
    transform: scaleX(1);
}.our_storyhNm .study_spaceuew h4 {
    opacity: 0;
    font-weight: 700;
    font-size: calc(21px * 1.2);
    display: inline-block;
    color: rgb(189,207,180);
    transform: translateX(-10px);
    position: relative;
    margin: 0 0 1.5rem;
    animation: slideInRight 0.6s ease-out forwards 1s;
}.our_storyhNm .study_spaceuew:nth-child(2) h4 {
    animation-delay: 1.2s;
}.our_storyhNm .study_spaceuew div {
    transform: translateY(20px);
    color: #000000;
    padding-right: 1rem;
    font-size: 18px;
    animation: fadeUp 0.8s ease-out forwards 1.4s;
    overflow-y: auto;
    opacity: 0;
    max-height: 300px;
    line-height: 1.8;
}.our_storyhNm .study_spaceuew:nth-child(2) div {
    animation-delay: 1.6s;
}.our_storyhNm .study_spaceuew div::-webkit-scrollbar {
    width: 4px;
}.our_storyhNm .study_spaceuew div::-webkit-scrollbar-thumb {
    background: rgb(154,176,140,0.5);
    border-radius: 10px;
}

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

@keyframes slideIn {
    0% {
        transform: translateX(calc(100vw * 0.02));
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes lineGrow {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {.our_storyhNm {
    padding: 8rem 0;
}.our_storyhNm h1 {
    font-size: calc(46px * 1.2);
    margin-bottom: 4rem;
}.our_storyhNm .smart_classeskPH ul {
    align-items: stretch;
    grid-template-columns: repeat(2, 1fr);
}.our_storyhNm .study_spaceuew {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 3rem;
}.our_storyhNm .study_spaceuew div {
    flex: 1;
    max-height: 450px;
}.our_storyhNm .study_spaceuew:nth-child(1) {
    transform: translateY(60px);
}.our_storyhNm .study_spaceuew:nth-child(2) {
    transform: translateY(-30px);
}.our_storyhNm .study_spaceuew:hover:nth-child(1),
    .our_storyhNm .study_spaceuew:hover:nth-child(2) {
    transform: translateY(0);
}
}

@media (min-width: 992px) {.our_storyhNm::before {
    background: radial-gradient(circle at 30% 30%, rgb(189,207,180,0.5) 0%, transparent 70%);
}.our_storyhNm .container {
    padding: 0 3rem;
}.our_storyhNm h1 {
    margin-left: 2rem;
    font-size: calc(46px * 1.4);
}.our_storyhNm .study_spaceuew {
    border-radius: 12px;
    padding: 3.5rem;
}.our_storyhNm .study_spaceuew:nth-child(1) {
    transform: translate(30px, 60px) rotate(-2deg);
}.our_storyhNm .study_spaceuew:nth-child(2) {
    transform: translate(-30px, -30px) rotate(2deg);
}.our_storyhNm .study_spaceuew:hover:nth-child(1),
    .our_storyhNm .study_spaceuew:hover:nth-child(2) {
    transform: translate(0, 0) rotate(0);
}.our_storyhNm .study_spaceuew h4 {
    font-size: calc(21px * 1.4);
    margin-bottom: 2rem;
}
}

@media (min-width: 1200px) {.our_storyhNm {
    padding: 10rem 0;
}.our_storyhNm::after {
    height: 400px;
    top: -150px;
    right: -150px;
    width: 400px;
}.our_storyhNm .smart_classeskPH::before {
    border: 1px dashed rgb(189,207,180,0.5);
    height: 200px;
    z-index: -1;
    width: 200px;
    bottom: -100px;
    border-radius: 50%;
    animation: pulseScale 8s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    left: -100px;
}@keyframes pulseScale {
        0% {
            transform: scale(0.9);
            opacity: 0.3;
        }
        100% {
            transform: scale(1.1);
            opacity: 0.6;
        }
    }
}.privacy_enclosuredPt {
    position: relative;
    padding: 4rem 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(222,231,217) 0%, #ffffff 100%);
    overflow: hidden;
}.privacy_enclosuredPt::before {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(189,207,180) 0%, rgb(154,176,140) 100%);
    height: 5px;
    left: 0;
    z-index: 2;
    content: "";
}.privacy_enclosuredPt::after {
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 41px
    );
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    pointer-events: none;
    top: 0;
}.privacy_enclosuredPt .container {
    z-index: 3;
    max-width: 1140px;
    transform: translateY(0);
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    padding: 3rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
}.privacy_enclosuredPt .container:hover {
    transform: translateY(-5px);
}.privacy_enclosuredPt h1 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
    color: rgb(189,207,180);
    font-size: 41px;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.2s;
}.privacy_enclosuredPt h1::after {
    bottom: -10px;
    transform: scaleX(0);
    animation: scaleIn 1s forwards 1s;
    content: "";
    background: rgb(154,176,140);
    width: 80px;
    height: 4px;
    left: 0;
    position: absolute;
    transform-origin: left;
}.privacy_enclosuredPt h2 {
    animation: fadeSlideUp 0.8s forwards 0.4s;
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    border-left: 4px solid rgb(189,207,180);
    position: relative;
    font-size: 28px;
    margin: 2.5rem 0 1.5rem;
    opacity: 0;
}.privacy_enclosuredPt h3 {
    position: relative;
    font-size: calc(28px * 0.85);
    color: #000000;
    opacity: 0;
    font-weight: 600;
    margin: 2rem 0 1.2rem;
    animation: fadeSlideUp 0.8s forwards 0.5s;
}.privacy_enclosuredPt h4 {
    font-weight: 600;
    color: #000000;
    margin: 1.8rem 0 1rem;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.6s;
    font-size: calc(28px * 0.7);
}.privacy_enclosuredPt p {
    color: #000000;
    opacity: 0;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 13px;
    animation: fadeSlideUp 0.8s forwards 0.6s;
}.privacy_enclosuredPt p strong {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #000000;
}.privacy_enclosuredPt p strong::after {
    height: 2px;
    position: absolute;
    background: rgb(154,176,140,0.5);
    left: 0;
    width: 100%;
    content: "";
    bottom: -2px;
}.privacy_enclosuredPt ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    animation: fadeSlideUp 0.8s forwards 0.7s;
    list-style: none;
    opacity: 0;
}.privacy_enclosuredPt li {
    font-size: 13px;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.7;
    padding-left: 1.5rem;
}.privacy_enclosuredPt li::before {
    position: absolute;
    top: 10px;
    width: 8px;
    transform: rotate(45deg);
    background: rgb(189,207,180);
    height: 8px;
    content: "";
    left: 0;
}.privacy_enclosuredPt span {
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s forwards 0.8s;
    border-left: 2px solid rgb(154,176,140,0.5);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    display: block;
    opacity: 0;
    font-size: 13px;
    color: #000000;
    position: relative;
}

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

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 991px) {.privacy_enclosuredPt {
    padding: 3rem 0;
}.privacy_enclosuredPt .container {
    padding: 2rem;
}.privacy_enclosuredPt h1 {
    font-size: calc(41px * 0.9);
}.privacy_enclosuredPt h2 {
    font-size: calc(28px * 0.9);
    margin: 2rem 0 1.2rem;
}
}

@media (max-width: 767px) {.privacy_enclosuredPt {
    padding: 2rem 0;
}.privacy_enclosuredPt .container {
    padding: 1.5rem;
}.privacy_enclosuredPt h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.privacy_enclosuredPt h1::after {
    height: 3px;
    width: 60px;
}.privacy_enclosuredPt h2 {
    font-size: calc(28px * 0.8);
    margin: 1.8rem 0 1rem;
}.privacy_enclosuredPt h3 {
    font-size: calc(28px * 0.7);
}.privacy_enclosuredPt h4 {
    font-size: calc(28px * 0.6);
}.privacy_enclosuredPt ul {
    padding-left: 0.5rem;
}.privacy_enclosuredPt li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy_enclosuredPt {
    padding: 1.5rem 0;
}.privacy_enclosuredPt .container {
    padding: 1.2rem;
}.privacy_enclosuredPt h1 {
    margin-bottom: 1.2rem;
    font-size: calc(41px * 0.7);
}.privacy_enclosuredPt h2 {
    padding-left: 0.8rem;
    font-size: calc(28px * 0.7);
}.privacy_enclosuredPt p, 
    .privacy_enclosuredPt li, 
    .privacy_enclosuredPt span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.privacy_enclosuredPt span {
    padding-left: 0.8rem;
}}footer {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(189,207,180,0.5) 50%, rgb(154,176,140,0.5) 100%);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: gradientShift 15s ease infinite;
    content: "";
    backdrop-filter: blur(8px);
}.academy_infoCYP {
    padding: 4.5rem 0 2rem;
    position: relative;
}.academy_infoCYP::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(189,207,180) 25%, 
                #ffffff 50%, 
                rgb(154,176,140) 75%, 
                transparent 100%);
    top: 0;
    animation: shimmer 8s linear infinite;
    left: 0;
    height: 1px;
    right: 0;
    content: "";
    position: absolute;
}.academy_infoCYP .container {
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    z-index: 1;
    display: flex;
}.academy_infoCYP .company_holder {
    flex: 1 1 350px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 1.5rem;
    margin-right: 2rem;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.academy_infoCYP .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(189,207,180,0.5);
}.academy_infoCYP .company_holder h3 {
    font-size: calc(32px * 0.85);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.25rem;
    display: inline-block;
    color: #ffffff;
}.academy_infoCYP .company_holder h3::after {
    width: 100%;
    transform-origin: left;
    transform: scaleX(0.3);
    height: 2px;
    bottom: -8px;
    content: "";
    position: absolute;
    left: 0;
    transition: transform 0.5s ease;
    background: linear-gradient(to right, rgb(189,207,180), rgb(154,176,140));
}.academy_infoCYP .company_holder:hover h3::after {
    transform: scaleX(1);
}.academy_infoCYP .story_spotqtA {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 12px;
    max-width: 450px;
}.academy_infoCYP .sustain_ctaFUL {
    flex: 1 1 450px;
    position: relative;
}.academy_infoCYP .top_primeItG {
    gap: 1.5rem;
    flex-wrap: wrap;
    display: flex;
}.academy_infoCYP .sustain_ctaFUL .top_primeItG {
    justify-content: flex-end;
}.academy_infoCYP .top_mainrhZ {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 20px;
    flex: 1 1 200px;
}.academy_infoCYP .top_mainrhZ h5 {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 1.25rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.academy_infoCYP .top_mainrhZ h5::before {
    transition: width 0.3s ease;
    height: 2px;
    width: 40px;
    bottom: -6px;
    background: rgb(189,207,180);
    position: absolute;
    left: 0;
    content: "";
}.academy_infoCYP .top_mainrhZ:hover h5::before {
    width: 100%;
}.academy_infoCYP .top_mainrhZ .top_primeItG {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.academy_infoCYP .top_mainrhZ a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    z-index: 1;
    border-radius: 10px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
}.academy_infoCYP .top_mainrhZ a::before {
    content: "";
    height: 1px;
    bottom: 0;
    transition: width 0.3s ease;
    z-index: -1;
    position: absolute;
    width: 0;
    background: linear-gradient(to right, rgb(189,207,180), rgb(154,176,140));
    left: 0;
}.academy_infoCYP .top_mainrhZ a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.academy_infoCYP .top_mainrhZ a:hover::before {
    width: 100%;
}.calc_footHag {
    backdrop-filter: blur(15px);
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}.calc_footHag::before {
    right: 0;
    height: 1px;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(154,176,140) 25%, 
                #ffffff 50%, 
                rgb(189,207,180) 75%, 
                transparent 100%);
    left: 0;
    position: absolute;
    content: "";
}.calc_footHag .container {
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
}.calc_footHag .slack_inviteESh {
    transition: all 0.3s ease;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    backdrop-filter: blur(5px);
    position: relative;
    padding: 0.5rem 1rem;
    text-align: center;
}.calc_footHag .slack_inviteESh:hover {
    box-shadow: 0 0 15px rgb(189,207,180,0.5);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.academy_infoCYP {
    padding: 3.5rem 0 2rem;
}.academy_infoCYP .container {
    flex-direction: column;
}.academy_infoCYP .company_holder {
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}.academy_infoCYP .sustain_ctaFUL {
    flex: 1 1 100%;
}.academy_infoCYP .sustain_ctaFUL .top_primeItG {
    justify-content: space-between;
}.academy_infoCYP .top_mainrhZ {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.academy_infoCYP {
    padding: 3rem 0 1.5rem;
}.academy_infoCYP::before {
    height: 2px;
}.academy_infoCYP .company_holder {
    padding: 1.25rem;
}.academy_infoCYP .top_mainrhZ {
    margin-bottom: 1rem;
    flex: 1 1 100%;
}.academy_infoCYP .sustain_ctaFUL .top_primeItG {
    flex-direction: column;
}.calc_footHag {
    padding: 1.25rem 0;
}.calc_footHag::before {
    height: 2px;
}
}

@media (max-width: 576px) {.academy_infoCYP {
    padding: 2.5rem 0 1rem;
}.academy_infoCYP .company_holder h3 {
    font-size: calc(32px * 0.75);
}.academy_infoCYP .story_spotqtA {
    font-size: calc(12px * 0.9);
}.academy_infoCYP .top_mainrhZ h5 {
    font-size: calc(23px * 0.9);
}.academy_infoCYP .top_mainrhZ a {
    font-size: calc(12px * 0.9);
}.calc_footHag .slack_inviteESh {
    font-size: calc(14px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.academy_infoCYP .top_primeItG a::after {
    transform: translateY(-50%) scale(0);
    content: "";
    background: rgb(189,207,180);
    top: 50%;
    border-radius: 50%;
    height: 4px;
    left: -10px;
    transition: transform 0.3s ease;
    position: absolute;
    width: 4px;
}.academy_infoCYP .top_primeItG a:hover::after {
    transform: translateY(-50%) scale(1);
}.academy_infoCYP .story_spotqtA::before {
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    border: 1px solid transparent;
    top: -10px;
    content: "";
    width: 0;
    left: -10px;
    position: absolute;
}.academy_infoCYP .story_spotqtA::after {
    border: 1px solid transparent;
    position: absolute;
    width: 0;
    height: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    right: -10px;
    content: "";
    bottom: -10px;
}.academy_infoCYP .company_holder:hover .story_spotqtA::before {
    border-top-color: rgb(189,207,180,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-right-color: rgb(189,207,180,0.5);
    width: calc(100% + 20px);
}.academy_infoCYP .company_holder:hover .story_spotqtA::after {
    border-bottom-color: rgb(154,176,140,0.5);
    border-left-color: rgb(154,176,140,0.5);
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
}.register_nowVQj {
    padding: 110px 0;
    background: linear-gradient(150deg, #ffffff 0%, rgb(222,231,217) 100%);
    overflow: hidden;
    position: relative;
}.register_nowVQj::before {
    opacity: 0.05;
    height: 120%;
    transform: rotate(-10deg);
    width: 60%;
    content: '';
    position: absolute;
    background: rgb(189,207,180);
    z-index: 1;
    top: -10%;
    right: -10%;
}.register_nowVQj::after {
    top: -20%;
    position: absolute;
    width: 70%;
    height: 140%;
    opacity: 0.05;
    right: -15%;
    transform: rotate(-15deg);
    background: rgb(189,207,180);
    z-index: 1;
    content: '';
}.register_nowVQj .study_labYUS {
    z-index: 10;
    position: relative;
}.register_nowVQj .container {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
}.register_nowVQj .container p {
    margin: 0;
    position: relative;
    color: #000000;
    line-height: 1.4;
    border-left: 5px solid rgb(189,207,180);
    font-weight: 700;
    z-index: 5;
    padding-left: 25px;
    font-size: 33px;
}.register_nowVQj .reach_requestwHg {
    color: rgb(189,207,180);
    font-weight: 600;
    z-index: 5;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    justify-self: end;
    border: 2px solid rgb(189,207,180);
    transition: all 0.4s ease;
    border-radius: 0;
    font-size: 19px;
    padding: 18px 40px;
    text-decoration: none;
}.register_nowVQj .reach_requestwHg::before {
    border-radius: 50%;
    position: absolute;
    height: 300px;
    transform: translate(-50%, -50%) scale(0);
    width: 300px;
    background: rgb(189,207,180);
    z-index: -1;
    content: '';
    top: 50%;
    transition: transform 0.6s ease;
    left: 50%;
}.register_nowVQj .reach_requestwHg:hover {
    color: #ffffff;
}.register_nowVQj .reach_requestwHg:hover::before {
    transform: translate(-50%, -50%) scale(1);
}.register_nowVQj .container::before {
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    bottom: -20px;
    background: linear-gradient(90deg, rgb(189,207,180) 0%, transparent 100%);
}.register_nowVQj .container::after {
    height: 10px;
    width: 10px;
    background: rgb(189,207,180);
    border-radius: 50%;
    bottom: -25px;
    content: '';
    left: 0;
    position: absolute;
}.register_nowVQj .study_labYUS::before {
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgb(189,207,180,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, rgb(154,176,140,0.5) 0%, transparent 60%);
    content: '';
    z-index: -1;
    position: absolute;
}

@media (max-width: 991px) {.register_nowVQj {
    padding: 90px 0;
}.register_nowVQj .container {
    gap: 30px;
}.register_nowVQj .container p {
    font-size: calc(22px * 1.2);
    padding-left: 20px;
}.register_nowVQj .reach_requestwHg {
    padding: 15px 35px;
}
}

@media (max-width: 767px) {.register_nowVQj {
    padding: 70px 0;
}.register_nowVQj .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.register_nowVQj .container p {
    border-left-width: 4px;
    font-size: 22px;
    padding-left: 15px;
}.register_nowVQj .reach_requestwHg {
    justify-self: start;
    padding: 14px 30px;
}.register_nowVQj .container::before {
    width: 70%;
}
}

@media (max-width: 480px) {.register_nowVQj {
    padding: 50px 0;
}.register_nowVQj .container {
    gap: 30px;
}.register_nowVQj .container p {
    border-left-width: 3px;
    font-size: calc(17px * 1.2);
    padding-left: 12px;
}.register_nowVQj .reach_requestwHg {
    font-size: calc(19px * 0.9);
    padding: 12px 25px;
}.register_nowVQj .container::before {
    bottom: -15px;
    width: 50%;
}.register_nowVQj .container::after {
    bottom: -19px;
    width: 8px;
    height: 8px;
}}.title_screenOKa {
    padding: 6rem 2rem;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}.title_screenOKa::before {
    background: linear-gradient(135deg, 
    rgba(rgb(189,207,180,0.5), 0.85), 
    rgba(rgb(154,176,140,0.5), 0.75),
    rgba(rgba(0, 0, 0, 0.5), 0.65));
    right: 0;
    content: "";
    left: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    z-index: 1;
    top: 0;
    bottom: 0;
}.title_screenOKa::after {
    opacity: 0.15;
    height: 40%;
    position: absolute;
    background: linear-gradient(145deg, rgb(189,207,180), rgb(154,176,140));
    z-index: 0;
    right: -5%;
    animation: float 15s ease-in-out infinite alternate;
    top: -5%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    transform: rotate(15deg);
    width: 40%;
}.title_screenOKa > div {
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    gap: 3rem;
    flex-direction: column;
    display: flex;
    position: relative;
}.title_screenOKa > div > div:first-child {
    opacity: 0;
    position: relative;
    transform: translateX(-2rem);
    animation: slideInTitle 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
}.title_screenOKa .title_style_header {
    color: #ffffff;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 42px);
    font-family: Arial, sans-serif;
    max-width: 85%;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
}.title_screenOKa .title_style_header::after {
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(189,207,180), rgb(154,176,140));
    content: "";
    width: 8rem;
    bottom: -1rem;
    height: 4px;
    animation: growLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
}.title_screenOKa .learn_beginBZs {
    animation: fadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
              0 4px 10px rgba(0, 0, 0, 0.1),
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    opacity: 0;
    background: rgba(rgba(0, 0, 0, 0.5), 0.75);
    transform: translateY(2rem);
    padding: 2.5rem;
    gap: 2rem;
    border-left: 3px solid rgb(154,176,140);
    display: flex;
    flex-direction: column;
}.title_screenOKa .learn_wayzwi {
    margin-bottom: 1rem;
}.title_screenOKa .learn_wayzwi h3 {
    line-height: 1.4;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 23px);
    color: #ffffff;
    max-width: 90%;
}.title_screenOKa span {
    position: relative;
    padding-left: 1.5rem;
    display: inline-block;
}.title_screenOKa span::before {
    left: 0;
    height: 2px;
    background-color: rgb(189,207,180);
    transition: transform 0.3s ease;
    width: 12px;
    top: 0.75rem;
    transform: scaleX(1);
    content: "";
    position: absolute;
    transform-origin: left;
}.title_screenOKa span:hover::before {
    transform: scaleX(1.5);
}.title_screenOKa span p {
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: 0.01em;
    opacity: 0.9;
    font-size: clamp(0.9rem, 2vw, 16px);
    transition: opacity 0.3s ease;
}.title_screenOKa span:hover p {
    opacity: 1;
}

@keyframes slideInTitle {
  from {
    transform: translateX(-2rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    transform: translateY(2rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes growLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

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

@media (min-width: 768px) {.title_screenOKa {
    align-items: center;
    padding: 8rem 4rem;
}.title_screenOKa > div {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.title_screenOKa > div > div:first-child {
    flex: 0 0 45%;
}.title_screenOKa .learn_beginBZs {
    flex: 0 0 50%;
    margin-left: auto;
    transform: translateY(0) translateX(2rem);
    animation: fadeIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
}.title_screenOKa .title_style_header {
    max-width: 100%;
}.title_screenOKa .title_style_header::after {
    width: 12rem;
}.title_screenOKa .learn_wayzwi h3 {
    max-width: 100%;
}
}

@media (min-width: 1024px) {.title_screenOKa {
    padding: 0 6rem;
}.title_screenOKa::after {
    width: 45%;
    height: 45%;
}.title_screenOKa > div {
    gap: 6rem;
}.title_screenOKa .learn_beginBZs {
    padding: 3rem;
    transform: translateY(0) translateX(3rem);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.title_screenOKa .learn_beginBZs:hover {
    transform: translateY(-5px) translateX(3rem);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 
                0 8px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}
}

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

@media (max-width: 767px) {.title_screenOKa {
    text-align: center;
}.title_screenOKa .title_style_header::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.title_screenOKa .title_style_header {
    margin: 0 auto;
}@keyframes growLine {
    from {
      transform: translateX(-50%) scaleX(0);
    }
    to {
      transform: translateX(-50%) scaleX(1);
    }
  }
  
  .title_screenOKa span {
    padding-left: 0;
}.title_screenOKa span::before {
    display: none;
}.title_screenOKa .learn_wayzwi h3 {
    margin: 0 auto;
}}.tariff_list_itemakK {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(222,231,217);
    padding: 100px 0;
}.tariff_list_itemakK::before {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgba(rgb(154,176,140,0.5), 0.05) 0%, rgba(rgb(189,207,180,0.5), 0.08) 100%);
    height: 100%;
    top: 0;
    content: "";
}.tariff_list_itemakK .container {
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.tariff_list_itemakK .fee_structurecFR {
    display: flex;
    flex-direction: column;
}.tariff_list_itemakK .price_gridGWP {
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 60px;
}.tariff_list_itemakK .price_gridGWP h2 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}.tariff_list_itemakK .price_gridGWP h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(154,176,140), rgb(189,207,180));
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    border-radius: 2px;
    height: 4px;
}.tariff_list_itemakK .training_subLZf {
    color: #000000;
    margin-top: 25px;
    line-height: 1.6;
    font-size: 18px;
    max-width: 800px;
}.tariff_list_itemakK .pay_optionskUK {
    margin-top: 20px;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}.tariff_list_itemakK .cost_levelsBtE {
    perspective: 1000px;
    transform: translateY(30px);
    opacity: 0;
    animation-delay: calc(0.15s * var(--i, 1));
    animation: fadeUp 0.8s ease-out forwards;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.tariff_list_itemakK .cost_levelsBtE:nth-child(1) {
    --i: 1;
}.tariff_list_itemakK .cost_levelsBtE:nth-child(2) {
    --i: 2;
}.tariff_list_itemakK .cost_levelsBtE:nth-child(3) {
    --i: 3;
}.tariff_list_itemakK .cost_levelsBtE:nth-child(4) {
    --i: 4;
}.tariff_list_itemakK .value_dealsAaP {
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    transform-style: preserve-3d;
}.tariff_list_itemakK .cost_levelsBtE:hover .value_dealsAaP {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(189,207,180,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.tariff_list_itemakK .monthly_planKHk {
    padding: 35px 30px;
    min-height: 250px;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}.tariff_list_itemakK .monthly_planKHk h3 {
    font-weight: 700;
    transition: transform 0.3s ease;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(19px + 2px);
    color: #000000;
}.tariff_list_itemakK .cost_levelsBtE:hover .monthly_planKHk h3 {
    transform: translateX(5px);
    color: rgb(189,207,180);
}.tariff_list_itemakK .pro_ratesYEb {
    display: block;
    font-weight: 700;
    color: rgb(154,176,140);
    position: relative;
    transition: all 0.3s ease;
    margin: 20px 0;
    font-size: calc(19px + 4px);
}.tariff_list_itemakK .pro_ratesYEb::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(154,176,140), transparent);
    border-radius: 2px;
    width: 40px;
    height: 3px;
}.tariff_list_itemakK .cost_levelsBtE:hover .pro_ratesYEb {
    color: rgb(189,207,180);
    transform: scale(1.05);
}.tariff_list_itemakK .monthly_planKHk p {
    word-break: normal;
    font-size: 18px;
    hyphens: auto;
    transition: color 0.3s ease;
    margin-top: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    white-space: normal;
}.tariff_list_itemakK .img_itemvmn {
    overflow: hidden;
    height: 200px;
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
}.tariff_list_itemakK .img_itemvmn::after {
    top: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.6;
    transition: opacity 0.4s ease;
    content: "";
}.tariff_list_itemakK .cost_levelsBtE:hover .img_itemvmn {
    transform: scale(1.05);
}.tariff_list_itemakK .cost_levelsBtE:hover .img_itemvmn::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.tariff_list_itemakK .fee_structurecFR {
    flex-direction: row-reverse;
}.tariff_list_itemakK .price_gridGWP {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.tariff_list_itemakK .pay_optionskUK {
    width: 70%;
}.tariff_list_itemakK .price_gridGWP h2 {
    font-size: calc(28px + 4px);
}
}

@media (max-width: 1199px) {.tariff_list_itemakK {
    padding: 80px 0;
}.tariff_list_itemakK .price_gridGWP {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 800px;
}.tariff_list_itemakK .price_gridGWP h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.tariff_list_itemakK {
    padding: 60px 0;
}.tariff_list_itemakK .pay_optionskUK {
    gap: 20px;
    grid-template-columns: 1fr;
}.tariff_list_itemakK .monthly_planKHk {
    padding: 25px 20px;
}.tariff_list_itemakK .img_itemvmn {
    height: 180px;
}.tariff_list_itemakK .price_gridGWP h2 {
    font-size: calc(28px - 2px);
}.tariff_list_itemakK .training_subLZf {
    font-size: calc(18px - 1px);
}
}

@media (hover: none) {.tariff_list_itemakK .cost_levelsBtE:hover .value_dealsAaP {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.tariff_list_itemakK .cost_levelsBtE:hover .monthly_planKHk h3 {
    transform: none;
}.tariff_list_itemakK .cost_levelsBtE:hover .pro_ratesYEb {
    transform: none;
}.tariff_list_itemakK .cost_levelsBtE:hover .img_itemvmn {
    transform: none;
}}.study_methodIXf {
    padding: 180px 0 150px;
    overflow: visible;
    position: relative;
    background: linear-gradient(160deg, rgb(222,231,217) 0%, rgb(189,207,180,0.5) 140%);
}.study_methodIXf::before {
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent 60%, rgb(189,207,180,0.5) 100%);
    z-index: 1;
    position: absolute;
    opacity: 0.2;
    width: 100%;
    content: '';
    left: 0;
}.study_methodIXf .study_labYUS {
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.study_methodIXf .text_list_itemJwB {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    position: relative;
}.study_methodIXf .text_list_itemJwB h2 {
    font-size: 35px;
    z-index: 4;
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 17px;
    transform: translateX(-80px);
    background: rgb(189,207,180,0.5);
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 700;
    align-self: flex-start;
    position: relative;
    padding: 30px 40px;
}.study_methodIXf .text_list_itemJwB p {
    border-radius: 17px;
    padding: 50px 60px;
    width: 70%;
    line-height: 1.8;
    margin-top: -15px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #ffffff;
    align-self: flex-end;
    z-index: 3;
}.study_methodIXf .text_list_itemJwB::before {
    filter: blur(60px);
    animation: morph 15s infinite alternate;
    z-index: 1;
    right: -150px;
    opacity: 0.05;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 300px;
    width: 300px;
    position: absolute;
    background: rgb(189,207,180);
    top: -150px;
    content: '';
}.study_methodIXf .text_list_itemJwB::after {
    filter: blur(70px);
    content: '';
    width: 400px;
    bottom: -200px;
    border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    animation: morph 20s infinite alternate-reverse;
    z-index: 0;
    height: 400px;
    background: rgb(154,176,140);
    left: -150px;
    position: absolute;
    opacity: 0.05;
}.study_methodIXf .text_list_itemJwB h2::before {
    width: 40px;
    height: 40px;
    left: -20px;
    border-radius: 10px;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    z-index: -1;
    top: -20px;
    background: rgb(189,207,180);
}.study_methodIXf .text_list_itemJwB h2::after {
    left: 40px;
    z-index: 5;
    content: '';
    width: 120px;
    position: absolute;
    bottom: -30px;
    background: rgb(189,207,180);
    height: 2px;
}.study_methodIXf .text_list_itemJwB p::before {
    height: 80px;
    top: -40px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: float-rotate 10s infinite alternate;
    opacity: 0.1;
    background: rgb(189,207,180,0.5);
    z-index: -1;
    content: '';
    width: 80px;
    position: absolute;
    right: 60px;
}.study_methodIXf .text_list_itemJwB p::after {
    position: absolute;
    height: 60px;
    opacity: 0.1;
    bottom: -30px;
    width: 60px;
    z-index: -1;
    left: 40px;
    content: '';
    border-radius: 30% 70% 50% 50% / 50% 50% 70% 30%;
    animation: float-rotate 12s infinite alternate-reverse;
    background: rgb(154,176,140,0.5);
}.study_methodIXf::after {
    content: '';
    width: 100%;
    z-index: 1;
    opacity: 0.6;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(189,207,180,0.5) 20%, 
        rgb(189,207,180) 50%, 
        rgb(154,176,140,0.5) 80%, 
        transparent 100%
    );
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
}.study_methodIXf .study_labYUS::before {
    background: rgb(189,207,180,0.5);
    top: 35%;
    height: 2px;
    position: absolute;
    left: -100px;
    width: 200px;
    content: '';
    animation: glow 5s infinite alternate;
    transform: rotate(60deg);
}.study_methodIXf .study_labYUS::after {
    bottom: 25%;
    transform: rotate(-60deg);
    position: absolute;
    right: -100px;
    content: '';
    background: rgb(154,176,140,0.5);
    animation: glow 6s infinite alternate-reverse;
    height: 2px;
    width: 200px;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 70% 30% 40% 60% / 50% 60% 30% 60%;
    }
}

@keyframes float-rotate {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-20px) rotate(45deg);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
        box-shadow: 0 0 5px rgb(189,207,180,0.5);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 15px rgb(189,207,180);
    }
}

.study_methodIXf .text_list_itemJwB h2 span {
    z-index: 2;
    position: relative;
}.study_methodIXf .text_list_itemJwB p span {
    position: relative;
    font-weight: 600;
    color: rgb(189,207,180);
}.study_methodIXf .floating-element {
    position: absolute;
    right: 10%;
    z-index: 0;
    opacity: 0.2;
    border: 2px solid rgb(189,207,180,0.5);
    width: 150px;
    height: 150px;
    animation: float 20s infinite ease-in-out;
    top: 20%;
}.study_methodIXf .floating-element::before {
    background: rgb(189,207,180);
    top: 50%;
    height: 20px;
    opacity: 0.3;
    transform: translate(-50%, -50%);
    content: '';
    position: absolute;
    width: 20px;
    border-radius: 50%;
    left: 50%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-30px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(10deg);
    }
    75% {
        transform: translateY(30px) rotate(5deg);
    }
}

@media screen and (max-width: 1200px) {.study_methodIXf .text_list_itemJwB h2 {
    transform: translateX(-60px);
}.study_methodIXf .text_list_itemJwB p {
    width: 75%;
}.study_methodIXf .text_list_itemJwB::before {
    top: -125px;
    right: -125px;
    width: 250px;
    height: 250px;
}.study_methodIXf .text_list_itemJwB::after {
    width: 350px;
    height: 350px;
    bottom: -175px;
    left: -120px;
}.study_methodIXf .floating-element {
    height: 120px;
    width: 120px;
    right: 8%;
}
}

@media screen and (max-width: 992px) {.study_methodIXf {
    padding: 150px 0 120px;
}.study_methodIXf .text_list_itemJwB h2 {
    transform: translateX(-40px);
    padding: 25px 35px;
}.study_methodIXf .text_list_itemJwB p {
    width: 80%;
    padding: 40px 50px;
}.study_methodIXf .text_list_itemJwB::before {
    width: 200px;
    right: -100px;
    height: 200px;
    top: -100px;
}.study_methodIXf .text_list_itemJwB::after {
    width: 280px;
    height: 280px;
    bottom: -140px;
    left: -100px;
}.study_methodIXf .study_labYUS::before,
    .study_methodIXf .study_labYUS::after {
    width: 150px;
}.study_methodIXf .floating-element {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.study_methodIXf {
    padding: 120px 0 100px;
    overflow: hidden;
}.study_methodIXf .text_list_itemJwB h2 {
    align-self: center;
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
    padding: 20px 30px;
    transform: translateX(0);
}.study_methodIXf .text_list_itemJwB p {
    align-self: center;
    margin-top: 0;
    padding: 30px 40px;
    width: 100%;
}.study_methodIXf .text_list_itemJwB h2::after {
    width: 80px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}.study_methodIXf .text_list_itemJwB::before,
    .study_methodIXf .text_list_itemJwB::after,
    .study_methodIXf .study_labYUS::before,
    .study_methodIXf .study_labYUS::after,
    .study_methodIXf .floating-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_methodIXf {
    padding: 100px 0 80px;
}.study_methodIXf .text_list_itemJwB h2 {
    font-size: calc(35px * 0.8);
    padding: 15px 25px;
}.study_methodIXf .text_list_itemJwB p {
    padding: 25px 30px;
    font-size: calc(14px * 0.9);
}.study_methodIXf .text_list_itemJwB h2::before {
    left: -15px;
    height: 30px;
    top: -15px;
    width: 30px;
}.study_methodIXf .text_list_itemJwB h2::after {
    height: 1px;
    bottom: -15px;
    width: 60px;
}}.cookiePolicyContainerXOC {
    position: fixed;
    border-top: 2px solid rgb(189,207,180);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
    width: 100%;
    z-index: 90;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
    background: rgb(154,176,140);
}.cookie_controlvVr {
    flex-wrap: wrap;
    margin: auto;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 30px;
}.cookiePolicyContainerXOC h5 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    color: #ffffff;
}.cookiePolicyContainerXOC p {
    max-width: 500px;
    color: #ffffff;
    font-size: 14px;
}.user_dialogsQS {
    margin-right: 20px;
    flex-shrink: 0;
}.user_dialogsQS svg, .user_dialogsQS svg path {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(189,207,180);
    width: 80px;
}.user_dialogsQS:hover svg {
    transform: rotate(10deg);
}.user_choicesDnU {
    text-decoration: none;
    margin-left: 20px;
    box-shadow: rgb(189,207,180,0.5) 0px 4px 10px 0px;
    color: #ffffff;
    background: rgb(189,207,180);
    font-size: 17px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 16px;
    line-height: 35px;
}.cookie_button.data_optjXD {
    background: rgb(189,207,180);
}.cookie_button.learn_consentaco {
    background: rgb(154,176,140);
}.user_choicesDnU:hover {
    box-shadow: rgb(189,207,180,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookiePolicyContainerXOC p a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    color: rgb(189,207,180);
    text-decoration: none;
}.cookiePolicyContainerXOC p a:hover {
    color: rgb(154,176,140);
}.wrapper-canvasoCS .cookiePolicyContainerXOC {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
    background: rgb(154,176,140);
}.wrapper-canvasoCS .user_choicesDnU {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-weight: 400;
    border: none;
    font-size: 17px;
    border-radius: 10px;
    margin-left: 30px;
    color: #ffffff;
    padding: 10px;
    background: rgb(189,207,180);
}.wrapper-canvasoCS .cookie_updatesOvj h5, .wrapper-canvasoCS .cookie_updatesOvj p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookiePolicyContainerXOC {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user_dialogsQS {
    display: none;
}.cookie_controlvVr {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookiePolicyContainerXOC h5 {
    text-align: center;
}.cookiePolicyContainerXOC p {
    text-align: center;
}.cookie_updatesOvj {
    margin-bottom: 20px;
    text-align: center;
}.user_choicesDnU {
    margin-left: 0;
    max-width: 300px;
    margin-top: 10px;
    width: 100%;
}}
#cookie_notice_boxzCv {
    display: none;
}#cookie_notice_boxzCv:checked ~ .cookiePolicyContainerXOC {
    opacity: 0;
    visibility: hidden;
}header {
    z-index: 1000;
    -webkit-backdrop-filter: blur(10px);
    top: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: fixed;
    border-bottom: 1px solid rgb(189,207,180,0.5);
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, 
        rgb(189,207,180) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
}header:before {
    top: 0;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 15% 15%, rgb(189,207,180,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(154,176,140,0.5) 0%, transparent 25%);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
    left: 0;
}header:after {
    top: 0;
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
    height: 100%;
    pointer-events: none;
    content: '';
    left: 0;
    opacity: 0.02;
}header .header_knowviI {
    overflow: hidden;
    position: relative;
}header .header_knowviI:before {
    bottom: 0;
    opacity: 0.7;
    content: '';
    width: 200%;
    height: 1px;
    animation: scanlineGlow 4s linear infinite;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(189,207,180) 25%,
        #ffffff 50%,
        rgb(189,207,180) 75%,
        transparent 100%
    );
    left: -50%;
    box-shadow: 0 0 15px rgb(189,207,180), 0 0 35px rgb(189,207,180);
    position: absolute;
}header .container {
    position: relative;
    padding: 18px 25px;
    max-width: 1200px;
    margin: 0 auto;
}header .container:before {
    pointer-events: none;
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
    content: '';
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    opacity: 0.5;
}header .nav_corezGm {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .nav_corezGm:before {
    background: rgb(189,207,180);
    height: 20px;
    position: absolute;
    width: 20px;
    opacity: 0.3;
    top: 50%;
    content: '';
    filter: blur(15px);
    left: -10px;
    animation: breathe 5s infinite alternate;
    transform: translateY(-50%);
    border-radius: 50%;
}header .nav_corezGm:after {
    transform: translateY(-50%);
    right: -10px;
    width: 20px;
    top: 50%;
    animation: breathe 5s infinite alternate-reverse;
    background: rgb(154,176,140);
    content: '';
    filter: blur(15px);
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    height: 20px;
}header .top_mainrhZ {
    gap: 30px;
    position: relative;
    display: flex;
    align-items: center;
}header .top_mainrhZ:before {
    top: -5%;
    animation: menuGlow 10s infinite ease-in-out;
    width: 110%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(189,207,180,0.5), 
        transparent
    );
    filter: blur(5px);
    transform: translateX(-100%);
    height: 110%;
    opacity: 0.15;
    left: -5%;
    content: '';
    position: absolute;
}header .top_pagebarrYL {
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 0 1px #ffffff;
    font-family: Arial, sans-serif;
    padding: 8px 2px;
    position: relative;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}header .top_pagebarrYL:before {
    height: 100%;
    z-index: -1;
    opacity: 0;
    top: 0;
    transform: skewX(-20deg) scale(0.8, 1);
    transition: all 0.4s ease;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(189,207,180,0.5), 
        transparent
    );
    left: 0;
}header .top_pagebarrYL:after {
    transform: translateX(-50%);
    bottom: -2px;
    content: '';
    left: 50%;
    height: 2px;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 0;
    filter: blur(0.5px);
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(189,207,180),
        #ffffff 50%,
        rgb(189,207,180)
    );
}header .top_pagebarrYL:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(189,207,180);
    transform: translateY(-2px);
    color: #ffffff;
}header .top_pagebarrYL:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .top_pagebarrYL:hover:after {
    box-shadow: 
        0 0 5px rgb(189,207,180),
        0 0 10px rgb(189,207,180);
    width: 100%;
}header .main_infohVp {
    padding: 5px;
    display: flex;
    position: relative;
    justify-content: center;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
}header .main_infohVp:before {
    top: 50%;
    height: 150%;
    opacity: 0;
    content: '';
    position: absolute;
    transition: opacity 0.5s ease;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, 
        rgb(189,207,180,0.5) 0%, 
        transparent 70%
    );
    left: 50%;
    width: 150%;
}header .main_infohVp:after {
    opacity: 0;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    transition: all 0.5s ease;
    border-image: linear-gradient(45deg, rgb(189,207,180), rgb(154,176,140), rgb(189,207,180)) 1;
    position: absolute;
    content: '';
    height: calc(100% + 10px);
    border: 1px solid transparent;
}header .main_infohVp:hover:before {
    opacity: 0.3;
}header .main_infohVp:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .main_infohVp svg {
    width: auto;
    filter: drop-shadow(0 0 2px rgb(189,207,180,0.5));
    height: 45px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .main_infohVp:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(189,207,180));
}header .main_infohVp:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(189,207,180), rgb(154,176,140), rgb(189,207,180)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(189,207,180), rgb(154,176,140), rgb(189,207,180)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(189,207,180), rgb(154,176,140), rgb(189,207,180)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .top_mainrhZ {
    gap: 20px;
}header .main_infohVp svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_mainrhZ {
    top: 0;
    width: 85%;
    flex-direction: column;
    padding: 85px 30px 30px;
    -webkit-backdrop-filter: blur(15px);
    z-index: 1001;
    overflow-y: auto;
    gap: 25px;
    right: -100%;
    height: 100vh;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    position: fixed;
    backdrop-filter: blur(15px);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 330px;
}header .top_mainrhZ:before {
    opacity: 0.3;
    top: 70px;
    animation: none;
    width: 80%;
    height: 1px;
    left: 10%;
}header .top_mainrhZ:after {
    opacity: 0.6;
    content: '';
    height: 30px;
    right: 20px;
    background: transparent;
    width: 30px;
    position: absolute;
    border: 1px solid rgb(189,207,180,0.5);
    top: 20px;
}header .menu.active {
    right: 0;
}header .top_pagebarrYL {
    text-align: left;
    border-bottom: 1px solid rgb(189,207,180,0.5);
    opacity: 0.8;
    padding: 12px 5px;
    width: 100%;
}header .top_pagebarrYL:last-child {
    border-bottom: none;
}header .top_pagebarrYL:hover {
    opacity: 1;
    transform: translateY(0);
}header .main_infohVp {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .main_infohVp svg {
    height: 35px;
}header .top_mainrhZ {
    max-width: 100%;
    width: 100%;
}}.education_experienceAmg {
    background: linear-gradient(135deg, rgb(222,231,217) 0%, #ffffff 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.education_experienceAmg::before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform: perspective(1000px) rotateX(5deg);
    width: 100%;
    z-index: 0;
    background-size: 120px 120px;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(189,207,180,0.5) 49.5%, rgb(189,207,180,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(154,176,140,0.5) 49.5%, rgb(154,176,140,0.5) 50.5%, transparent 50.5%);
}.education_experienceAmg .container {
    perspective: 1000px;
    z-index: 1;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
}.education_experienceAmg .client_viewsbPi {
    display: grid;
    background: #ffffff;
    grid-gap: 2rem;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.education_experienceAmg .client_viewsbPi:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education_experienceAmg .client_viewsbPi::before {
    bottom: -10px;
    background: linear-gradient(135deg, rgb(189,207,180,0.5) 0%, rgb(154,176,140,0.5) 100%);
    top: -10px;
    left: -10px;
    z-index: -1;
    filter: blur(8px);
    right: -10px;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0;
    position: absolute;
}.education_experienceAmg .client_viewsbPi:hover::before {
    opacity: 0.7;
}.education_experienceAmg .client_viewsbPi > div:nth-child(1) {
    grid-area: photo;
}.education_experienceAmg .client_viewsbPi > div:nth-child(2) {
    grid-area: info;
}.education_experienceAmg .client_viewsbPi > div:nth-child(3) {
    grid-area: quote;
}.education_experienceAmg .img_itemvmn {
    height: 240px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px);
    width: 240px;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    overflow: hidden;
    position: relative;
}.education_experienceAmg .client_viewsbPi:hover .img_itemvmn {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateZ(50px) scale(1.05);
}.education_experienceAmg .img_itemvmn::after {
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(189,207,180,0.5) 0%, transparent 100%);
    transition: opacity 0.4s ease;
    opacity: 0.3;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
}.education_experienceAmg .client_viewsbPi:hover .img_itemvmn::after {
    opacity: 0.5;
}.education_experienceAmg .name {
    color: rgb(189,207,180);
    transform: translateZ(15px);
    margin: 0 0 0.5rem;
    font-size: calc(19px * 1.2);
    font-weight: 700;
    transition: transform 0.3s ease;
    position: relative;
}.education_experienceAmg .name::after {
    transform: scaleX(0.7);
    height: 3px;
    content: "";
    width: 60px;
    transition: transform 0.4s ease-out;
    bottom: -10px;
    background: rgb(154,176,140);
    transform-origin: left;
    left: 0;
    position: absolute;
}.education_experienceAmg .client_viewsbPi:hover .name::after {
    transform: scaleX(1);
}.education_experienceAmg .client_viewsbPi > div:nth-child(2) > div {
    font-family: Arial, sans-serif;
    margin-top: 1.5rem;
    font-weight: 600;
    color: rgb(154,176,140);
    font-size: calc(15px * 1.1);
    position: relative;
    transform: translateZ(10px);
}.education_experienceAmg .career_containerwEu {
    text-align: justify;
    transform: translateZ(5px);
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
    position: relative;
    font-family: Arial, sans-serif;
}.education_experienceAmg .career_containerwEu::before {
    font-family: Georgia, serif;
    left: -1.5rem;
    color: rgb(189,207,180,0.5);
    opacity: 0.2;
    position: absolute;
    content: "";
    top: -3.5rem;
    font-size: 6rem;
    transition: all 0.4s ease;
    transform: translateZ(5px);
}.education_experienceAmg .client_viewsbPi:hover .career_containerwEu::before {
    opacity: 0.4;
    transform: translateZ(15px) translateY(-10px);
}

@media (min-width: 768px) {.education_experienceAmg .client_viewsbPi {
    grid-template-areas:
            "photo info"
            "quote quote";
    align-items: center;
    grid-template-columns: auto 1fr;
    padding: 4rem;
}.education_experienceAmg .client_viewsbPi > div:nth-child(2) {
    padding-left: 2rem;
}.education_experienceAmg .career_containerwEu {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.education_experienceAmg {
    padding: 8rem 0;
}.education_experienceAmg .client_viewsbPi {
    grid-template-areas:
            "photo info"
            "photo quote";
    padding: 5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
}.education_experienceAmg .career_containerwEu {
    padding-left: 2rem;
    margin-top: 0;
}.education_experienceAmg .img_itemvmn {
    height: 280px;
    width: 280px;
}
}

@media (max-width: 767px) {.education_experienceAmg .client_viewsbPi {
    padding: 2rem;
    grid-template-areas:
            "img_itemvmn"
            "message_queryYTz"
            "career_containerwEu";
    transform: perspective(1000px) rotateY(0deg);
}.education_experienceAmg .img_itemvmn {
    width: 180px;
    margin: 0 auto;
    height: 180px;
}.education_experienceAmg .name {
    text-align: center;
    margin-top: 1.5rem;
}.education_experienceAmg .name::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.education_experienceAmg .client_viewsbPi:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.education_experienceAmg .client_viewsbPi > div:nth-child(2) > div {
    text-align: center;
    margin-top: 1rem;
}.education_experienceAmg .career_containerwEu {
    margin-top: 1.5rem;
    text-align: left;
}
}