* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.program_foot_j {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
    color: #000000;
}.wrap-container_W {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}.top_head_j {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    width: 1237px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksWrap_d {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,230,230), #ffffff);
    padding: 120px 0;
}.thanksWrap_d::before {
    background-size: 60px 60px;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    animation: movePattern 40s linear infinite;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(112,125,164,0.5) 49.5%, rgb(112,125,164,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(112,125,164,0.5) 49.5%, rgb(112,125,164,0.5) 50.5%, transparent 50.5%);
    opacity: 0.2;
    height: 100%;
}.thanksWrap_d::after {
    opacity: 0.1;
    z-index: 0;
    height: 200%;
    background: linear-gradient(120deg, rgb(176,191,191,0.5) 10%, transparent 80%);
    position: absolute;
    width: 70%;
    right: -20%;
    top: -50%;
    transform: rotate(25deg);
    content: "";
}.thanksWrap_d .container {
    max-width: 1140px;
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    perspective: 1000px;
    margin: 0 auto;
}.thanksWrap_d h2 {
    font-weight: 600;
    line-height: 1.4;
    font-size: 38px;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    transform: translateZ(20px);
    animation: fadeSlideIn 0.8s ease-out forwards;
}.thanksWrap_d h2::after {
    animation: expandLine 0.6s 0.4s forwards ease-out;
    position: absolute;
    bottom: -16px;
    background: linear-gradient(90deg, rgb(176,191,191), rgb(112,125,164));
    content: "";
    left: 0;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    width: 80px;
}.thanksWrap_d .study_zone_y {
    border-left: 4px solid rgb(112,125,164);
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    transform: translateZ(10px) translateY(10px);
    position: relative;
    background: #ffffff;
    padding: 35px 40px 30px;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
}.thanksWrap_d .study_zone_y::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(112,125,164,0.5) 30%, transparent 70%);
    width: 100px;
    transform: translateZ(-5px);
    opacity: 0.15;
    height: 100px;
    border-radius: 50%;
    top: 20px;
    right: 20px;
}.thanksWrap_d ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanksWrap_d li {
    padding-left: 25px;
    position: relative;
}.thanksWrap_d li::before {
    content: "";
    top: 8px;
    opacity: 0.9;
    transform: rotate(45deg);
    animation: pulse 3s infinite;
    height: 8px;
    position: absolute;
    background: rgb(176,191,191);
    left: 0;
    width: 8px;
}.thanksWrap_d li span {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    display: block;
    line-height: 1.8;
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

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

@media (max-width: 1200px) {.thanksWrap_d {
    padding: 100px 0;
}.thanksWrap_d h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 992px) {.thanksWrap_d {
    padding: 80px 0;
}.thanksWrap_d h2 {
    font-size: calc(38px * 0.85);
}.thanksWrap_d::after {
    right: -50%;
    width: 100%;
}.thanksWrap_d .study_zone_y {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.thanksWrap_d {
    padding: 60px 0;
}.thanksWrap_d h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.thanksWrap_d h2::after {
    bottom: -12px;
    width: 60px;
}.thanksWrap_d .study_zone_y {
    padding: 25px 30px 20px;
}.thanksWrap_d li span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.thanksWrap_d {
    padding: 50px 0;
}.thanksWrap_d h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.thanksWrap_d .study_zone_y {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.thanksWrap_d li {
    padding-left: 20px;
}.thanksWrap_d li::before {
    width: 6px;
    top: 8px;
    height: 6px;
}.thanksWrap_d li span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.thanksWrap_d::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.thanksWrap_d .study_zone_y:hover {
    transition: transform 0.3s ease;
    transform: translateZ(15px) translateY(5px);
}}.academic_expertise_G {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,230,230) 0%, rgb(176,191,191,0.5) 100%);
    padding: 120px 0;
}.academic_expertise_G::before {
    filter: blur(80px);
    content: "";
    height: 300px;
    background: rgb(112,125,164,0.5);
    z-index: 0;
    width: 300px;
    top: -50px;
    position: absolute;
    transform: rotate(-15deg);
    right: -50px;
}.academic_expertise_G::after {
    filter: blur(60px);
    position: absolute;
    bottom: -80px;
    z-index: 0;
    background: rgb(176,191,191,0.5);
    height: 250px;
    transform: rotate(25deg);
    width: 250px;
    content: "";
    left: -50px;
}.academic_expertise_G .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.academic_expertise_G .review_list_s {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(2deg);
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
}.academic_expertise_G .review_list_s:hover {
    transform: perspective(1000px) rotateY(0deg);
}.academic_expertise_G .review_list_s::before {
    background: linear-gradient(to bottom, rgb(176,191,191), rgb(112,125,164));
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleY(0);
    content: "";
}.academic_expertise_G .review_list_s:hover::before {
    transform: scaleY(1);
}.academic_expertise_G .img_text_overlay_K {
    border: 3px solid #ffffff;
    margin: 0 auto;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 200px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 200px;
}.academic_expertise_G .review_list_s:hover .img_text_overlay_K {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.academic_expertise_G .img_text_overlay_K::after {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    transition: opacity 0.6s ease;
    opacity: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(176,191,191,0.5) 0%, transparent 50%, rgb(112,125,164,0.5) 100%);
}.academic_expertise_G .review_list_s:hover .img_text_overlay_K::after {
    opacity: 0.4;
}.academic_expertise_G .name {
    transform: translateX(0);
    color: rgb(176,191,191);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 0 5px 0;
    display: inline-block;
    font-size: calc(19px * 1.1);
    font-weight: 700;
    position: relative;
}.academic_expertise_G .review_list_s:hover .name {
    transform: translateX(10px);
}.academic_expertise_G .name::after {
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: -3px;
    background: rgb(112,125,164);
    height: 2px;
}.academic_expertise_G .review_list_s:hover .name::after {
    width: 100%;
}.academic_expertise_G .review_list_s > div:nth-child(2) > div {
    color: #000000;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: calc(12px * 0.95);
    font-weight: 600;
    padding-left: 0;
    position: relative;
    margin-bottom: 15px;
}.academic_expertise_G .review_list_s:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.academic_expertise_G .exp_milestones_l {
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    background-size: 200% 100%;
    font-size: 12px;
    padding: 25px 20px;
    line-height: 1.8;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(224,230,230), #ffffff);
    margin: 0;
    color: #000000;
}.academic_expertise_G .review_list_s:hover .exp_milestones_l {
    background-position: right center;
}.academic_expertise_G .exp_milestones_l::before,
.academic_expertise_G .exp_milestones_l::after {
    content: "";
    font-family: Georgia, serif;
    line-height: 1;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 60px;
    position: absolute;
    color: rgb(176,191,191,0.5);
}.academic_expertise_G .exp_milestones_l::before {
    opacity: 0.5;
    left: -10px;
    top: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
}.academic_expertise_G .exp_milestones_l::after {
    bottom: -30px;
    right: -10px;
    content: "";
    opacity: 0.5;
    transform: translateX(20px) translateY(20px) scale(0.8);
}.academic_expertise_G .review_list_s:hover .exp_milestones_l::before {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}.academic_expertise_G .review_list_s:hover .exp_milestones_l::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

@media (min-width: 768px) {.academic_expertise_G .review_list_s {
    gap: 25px 40px;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.academic_expertise_G .review_list_s > div:first-child {
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}.academic_expertise_G .review_list_s > div:nth-child(2) {
    align-self: end;
}.academic_expertise_G .review_list_s > div:nth-child(3) {
    grid-column: 2 / 3;
}.academic_expertise_G .img_text_overlay_K {
    width: 200px;
    height: 200px;
}
}

@media (min-width: 992px) {.academic_expertise_G {
    padding: 150px 0;
}.academic_expertise_G .review_list_s {
    padding: 60px;
    transform: perspective(1500px) rotateY(3deg);
    gap: 30px 60px;
}.academic_expertise_G .img_text_overlay_K {
    height: 240px;
    width: 240px;
}.academic_expertise_G .name {
    font-size: calc(19px * 1.2);
}.academic_expertise_G .review_list_s > div:nth-child(2) > div {
    font-size: 12px;
}.academic_expertise_G .exp_milestones_l {
    line-height: 1.9;
    padding: 30px 25px;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.academic_expertise_G {
    padding: 80px 0;
}.academic_expertise_G .review_list_s {
    gap: 20px;
    padding: 30px 25px;
}.academic_expertise_G .img_text_overlay_K {
    height: 150px;
    width: 150px;
}.academic_expertise_G .name {
    font-size: 19px;
    text-align: center;
}.academic_expertise_G .review_list_s > div:nth-child(2) {
    text-align: center;
}.academic_expertise_G .review_list_s > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}.academic_expertise_G .exp_milestones_l {
    padding: 20px 15px;
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}}.secure_oasis_E {
    font-family: Arial, sans-serif;
    color: #000000;
    background: linear-gradient(145deg, rgba(rgb(176,191,191,0.5), 0.03), rgba(rgb(112,125,164,0.5), 0.07));
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.secure_oasis_E::before {
    right: 0;
    perspective: 1000px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    animation: backgroundShift 60s linear infinite;
    top: 0;
    pointer-events: none;
    bottom: 0;
    transform-style: preserve-3d;
    left: 0;
    background-size: 20px 20px;
    position: absolute;
    z-index: 1;
    background-image: 
        linear-gradient(45deg, rgba(rgb(176,191,191,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(176,191,191,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(176,191,191,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(176,191,191,0.5), 0.02) 75%);
    content: "";
}.secure_oasis_E::after {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    z-index: 0;
    height: 100%;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
}.secure_oasis_E .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    transform-style: preserve-3d;
    perspective: 1000px;
}.secure_oasis_E h1 {
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    border-bottom: 2px solid rgba(rgb(176,191,191,0.5), 0.2);
    padding-bottom: 1rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: rgb(176,191,191);
    font-size: 42px;
    transform: translateZ(5px);
}.secure_oasis_E h1::after {
    content: "";
    transform-origin: left;
    height: 3px;
    left: 0;
    width: 60px;
    background: linear-gradient(90deg, rgb(176,191,191), rgb(112,125,164));
    bottom: -2px;
    transform: scaleX(1);
    position: absolute;
}.secure_oasis_E h2 {
    margin: 2.5rem 0 1.5rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    opacity: 0;
    position: relative;
    color: rgb(112,125,164);
    padding-left: 1rem;
    transform: translateZ(3px);
    font-weight: 600;
    animation-delay: 0.2s;
    font-size: 28px;
}.secure_oasis_E h2::before {
    content: "";
    width: 3px;
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(176,191,191), rgb(112,125,164));
}.secure_oasis_E h3 {
    position: relative;
    opacity: 0;
    font-size: calc(28px * 0.85);
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-weight: 600;
    color: rgb(112,125,164);
    animation-delay: 0.3s;
    transform: translateZ(2px);
    margin: 2rem 0 1.2rem;
    padding-left: 0.8rem;
}.secure_oasis_E h3::before {
    background: linear-gradient(to bottom, rgb(112,125,164), rgb(176,191,191));
    top: 0;
    bottom: 0;
    width: 2px;
    left: 0;
    content: "";
    border-radius: 10px;
    position: absolute;
}.secure_oasis_E h4 {
    padding-left: 0.6rem;
    animation-delay: 0.4s;
    margin: 1.8rem 0 1rem;
    opacity: 0;
    color: rgb(176,191,191);
    font-size: calc(28px * 0.7);
    font-weight: 400;
    animation: fadeSlideIn 0.8s ease-out forwards;
    transform: translateZ(1px);
    position: relative;
}.secure_oasis_E h4::before {
    content: "";
    background: rgb(176,191,191);
    bottom: 0;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 0;
    width: 1px;
}.secure_oasis_E p {
    transform: translateZ(0);
    opacity: 0;
    position: relative;
    font-size: 13px;
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: #000000;
    margin-bottom: 1.5rem;
    animation-delay: 0.5s;
    line-height: 1.7;
}.secure_oasis_E p:hover {
    transition: transform 0.5s ease;
    transform: translateZ(5px);
}.secure_oasis_E strong {
    color: rgb(176,191,191);
    font-weight: 600;
}.secure_oasis_E ul {
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin: 1.5rem 0 2rem;
    list-style: none;
    opacity: 0;
    animation-delay: 0.6s;
    padding-left: 1.5rem;
}.secure_oasis_E li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
}.secure_oasis_E li::before {
    top: 0.5rem;
    width: 8px;
    transform: rotate(45deg);
    content: "";
    height: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: linear-gradient(135deg, rgb(176,191,191), rgb(112,125,164));
    animation: pulse 3s infinite alternate;
    position: absolute;
    left: 0;
}.secure_oasis_E span {
    line-height: 1.7;
    border-left: 2px solid rgb(112,125,164);
    animation-delay: 0.7s;
    padding: 1rem;
    font-size: 13px;
    transform: translateZ(0);
    opacity: 0;
    transition: all 0.3s ease;
    color: #000000;
    animation: fadeSlideIn 0.8s ease-out forwards;
    display: block;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(rgb(112,125,164,0.5), 0.05), rgba(rgb(176,191,191,0.5), 0.05));
}.secure_oasis_E span:hover {
    transform: translateZ(5px);
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(to right, rgba(rgb(112,125,164,0.5), 0.08), rgba(rgb(176,191,191,0.5), 0.08));
}

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

@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}

@media (max-width: 991px) {.secure_oasis_E {
    padding: 4rem 0;
}.secure_oasis_E .container {
    padding: 0 15px;
}.secure_oasis_E h1 {
    font-size: calc(42px * 0.9);
}.secure_oasis_E h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.secure_oasis_E {
    padding: 3rem 0;
}.secure_oasis_E h1 {
    font-size: calc(42px * 0.8);
}.secure_oasis_E h2 {
    padding-left: 0.8rem;
    font-size: calc(28px * 0.8);
}.secure_oasis_E h3 {
    font-size: calc(28px * 0.7);
    padding-left: 0.6rem;
}.secure_oasis_E h4 {
    font-size: calc(28px * 0.6);
    padding-left: 0.5rem;
}.secure_oasis_E p, .secure_oasis_E li, .secure_oasis_E span {
    font-size: calc(13px * 0.95);
}.secure_oasis_E ul {
    padding-left: 0.8rem;
}.secure_oasis_E li {
    padding-left: 1.2rem;
}
}

@media (max-width: 575px) {.secure_oasis_E {
    padding: 2rem 0;
}.secure_oasis_E h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 1.5rem;
}.secure_oasis_E h2 {
    margin: 2rem 0 1rem;
}.secure_oasis_E p, .secure_oasis_E li, .secure_oasis_E span {
    margin-bottom: 1.2rem;
    line-height: 1.6;
}.secure_oasis_E span {
    padding: 0.8rem;
}.secure_oasis_E li::before {
    height: 6px;
    width: 6px;
}}.course_program_info_O {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,230,230) 0%, rgb(224,230,230) 60%, rgba(rgb(176,191,191,0.5), 0.1) 100%);
    position: relative;
    padding: 100px 0;
}.course_program_info_O::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(176,191,191,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(112,125,164,0.5), 0.06) 0%, transparent 40%);
    z-index: 0;
    left: 0;
    height: 100%;
}.course_program_info_O .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.course_program_info_O .knowledge_guide_S {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}.course_program_info_O .img_text_overlay_K {
    position: relative;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
    height: 350px;
    transform: perspective(1000px) rotateY(-2deg);
}.course_program_info_O .img_text_overlay_K::after {
    inset: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(176,191,191,0.5), 0.2) 0%, transparent 70%);
}.course_program_info_O .label_holder_e {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    background: #ffffff;
    padding: 30px;
    position: relative;
}.course_program_info_O .label_holder_e::before {
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(176,191,191), rgb(112,125,164));
    width: 5px;
    height: 100%;
    transition: transform 0.5s ease;
    transform: scaleY(0.95);
    left: 0;
    position: absolute;
}.course_program_info_O h3 {
    color: #000000;
    font-size: calc(22px * 1.1);
    font-weight: 700;
    margin-bottom: 20px;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    position: relative;
    padding-bottom: 15px;
}.course_program_info_O h3::after {
    content: '';
    left: 0;
    width: 60px;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
    position: absolute;
    background: rgb(176,191,191);
    bottom: 0;
}.course_program_info_O .description {
    line-height: 1.7;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 20px;
    transition: opacity 0.3s ease;
    color: #000000;
}.course_program_info_O p.description {
    display: block;
}.course_program_info_O span.description {
    display: none;
}.course_program_info_O .label_holder_e:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
}.course_program_info_O .label_holder_e:hover h3::after {
    width: 100px;
}.course_program_info_O .label_holder_e:hover::before {
    transform: scaleY(1);
}.course_program_info_O .img_text_overlay_K:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

@media (min-width: 768px) {.course_program_info_O .knowledge_guide_S {
    align-items: center;
    grid-template-columns: 45% 55%;
}.course_program_info_O .img_text_overlay_K {
    height: 500px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.course_program_info_O .label_holder_e {
    padding: 50px 50px 50px 80px;
    margin-left: -80px;
    z-index: 2;
}.course_program_info_O h3 {
    font-size: 22px;
}
}

@media (min-width: 992px) {.course_program_info_O {
    padding: 120px 0;
}.course_program_info_O .knowledge_guide_S {
    gap: 60px;
}.course_program_info_O .img_text_overlay_K {
    height: 550px;
    transform: perspective(1000px) rotateY(-3deg);
}.course_program_info_O .label_holder_e {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    margin-left: -120px;
    padding: 60px 60px 60px 120px;
}.course_program_info_O h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.course_program_info_O .img_text_overlay_K {
    height: 600px;
}.course_program_info_O .label_holder_e {
    margin-left: -150px;
}.course_program_info_O h3 {
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 767px) {.course_program_info_O {
    padding: 70px 0;
}.course_program_info_O .img_text_overlay_K {
    height: 250px;
    margin-bottom: -20px;
}.course_program_info_O .label_holder_e {
    padding: 25px;
}.course_program_info_O h3 {
    font-size: calc(22px * 0.9);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.course_program_info_O .description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.course_program_info_O .img_text_overlay_K,
  .course_program_info_O .label_holder_e,
  .course_program_info_O h3::after,
  .course_program_info_O .label_holder_e::before {
    transform: none;
    transition: none;
}}.contact_panel_G {
    padding: 0;
    position: relative;
}.contact_panel_G::before {
    content: '';
    top: 0;
    opacity: 0.92;
    width: 100%;
    left: 0;
    position: absolute;
    background-color: rgb(224,230,230);
    height: 100%;
}.contact_panel_G .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}.contact_panel_G .help_widget_c {
    display: flex;
    position: relative;
}.contact_panel_G .help_feedback_w {
    color: #ffffff;
    display: flex;
    background-color: rgb(176,191,191);
    justify-content: center;
    padding: 80px 50px;
    flex-direction: column;
    width: 40%;
}.contact_panel_G .help_feedback_w h3 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 38px;
}.contact_panel_G .help_feedback_w h3::after {
    content: '';
    background: #ffffff;
    height: 3px;
    position: absolute;
    width: 60px;
    bottom: -15px;
    left: 0;
}.contact_panel_G .help_feedback_w div {
    display: flex;
    padding-bottom: 15px;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.contact_panel_G .help_feedback_w div:last-child {
    border-bottom: none;
}.contact_panel_G .help_feedback_w svg {
    height: 25px;
    margin-right: 20px;
    width: 25px;
}.contact_panel_G .help_feedback_w svg path {
    fill: #ffffff;
}.contact_panel_G .help_feedback_w span {
    color: #ffffff;
    font-size: 18px;
}.contact_panel_G .help_feedback_w a {
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.3s ease;
}.contact_panel_G .help_feedback_w a:hover {
    opacity: 0.8;
}.contact_panel_G .request_grid_r {
    display: flex;
    background-color: #ffffff;
    padding: 100px 50px 100px 100px;
    width: 60%;
    align-items: center;
}.contact_panel_G form {
    width: 100%;
}.contact_panel_G form h3 {
    position: relative;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    margin-bottom: 40px;
}.contact_panel_G form h3::after {
    content: '';
    left: 0;
    height: 3px;
    position: absolute;
    width: 60px;
    bottom: -15px;
    background: rgb(176,191,191);
}.contact_panel_G form input[type="text"],
.contact_panel_G form input[type="email"] {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding: 15px 0;
    color: #000000;
    background: transparent;
    border: none;
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}.contact_panel_G form input[type="text"]:focus,
.contact_panel_G form input[type="email"]:focus {
    border-bottom-color: rgb(176,191,191);
    outline: none;
}.contact_panel_G form input::placeholder {
    color: #9e9e9e;
}.contact_panel_G .inquiry_box_D {
    align-items: flex-start;
    display: flex;
    margin: 30px 0;
}.contact_panel_G .inquiry_box_D input[type="checkbox"] {
    cursor: pointer;
    flex-shrink: 0;
    border: 1px solid #e0e0e0;
    appearance: none;
    transition: all 0.3s ease;
    margin-right: 15px;
    position: relative;
    -webkit-appearance: none;
    background: transparent;
    width: 20px;
    height: 20px;
}.contact_panel_G .inquiry_box_D input[type="checkbox"]:checked {
    background-color: rgb(176,191,191);
    border-color: rgb(176,191,191);
}.contact_panel_G .inquiry_box_D input[type="checkbox"]:checked::before {
    content: '';
    height: 10px;
    width: 6px;
    transform: rotate(45deg);
    border: solid white;
    position: absolute;
    border-width: 0 2px 2px 0;
    left: 6px;
    top: 2px;
}.contact_panel_G .inquiry_box_D label {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}.contact_panel_G .inquiry_box_D a {
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(176,191,191);
}.contact_panel_G .inquiry_box_D a:hover {
    color: rgb(112,125,164);
}.contact_panel_G .support_section_h {
    z-index: 1;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    padding: 15px 40px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    background: rgb(176,191,191);
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}.contact_panel_G .support_section_h::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 100%;
    background: rgb(112,125,164);
    content: '';
    z-index: -1;
    transform: scaleX(0);
    position: absolute;
    top: 0;
    transform-origin: right;
    width: 100%;
}.contact_panel_G .support_section_h:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 1024px) {.contact_panel_G .help_feedback_w {
    padding: 60px 30px;
}.contact_panel_G .request_grid_r {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.contact_panel_G .help_widget_c {
    flex-direction: column;
}.contact_panel_G .help_feedback_w {
    clip-path: none;
    width: 100%;
    padding: 50px 30px;
}.contact_panel_G .request_grid_r {
    padding: 50px 30px;
    width: 100%;
}.contact_panel_G .help_feedback_w h3,
    .contact_panel_G form h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.contact_panel_G .help_feedback_w,
    .contact_panel_G .request_grid_r {
    padding: 40px 25px;
}.contact_panel_G .help_feedback_w h3,
    .contact_panel_G form h3 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.contact_panel_G .help_feedback_w div {
    margin-bottom: 20px;
}.contact_panel_G .support_section_h {
    padding: 15px 20px;
    width: 100%;
}}.explore_now_G {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(112,125,164,0.5), rgb(176,191,191,0.5));
    position: relative;
    z-index: 1;
    overflow: hidden;
}.explore_now_G::before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 15px,
    transparent 15px,
    transparent 30px
  );
    top: 0;
}.explore_now_G::after {
    z-index: -1;
    transform: rotate(35deg);
    content: "";
    height: 200%;
    right: -25%;
    background: radial-gradient(
    circle at center,
    rgb(176,191,191,0.5) 0%,
    transparent 70%
  );
    width: 80%;
    position: absolute;
    top: -50%;
}.explore_now_G .container {
    margin: 0 auto;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 0 2rem;
    position: relative;
}.explore_now_G h2 {
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-size: 33px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 900px;
}.explore_now_G .study_zone_y {
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    position: relative;
    animation: fadeSlideUp 0.8s ease-out 0.2s both;
    max-width: 600px;
    gap: 2rem;
    padding: 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    box-shadow: 
    0 10px 30px -5px rgba(0, 0, 0, 0.1),
    0 5px 15px -5px rgba(0, 0, 0, 0.05);
    width: calc(100% - 4rem);
    justify-content: center;
    align-items: center;
}.explore_now_G .study_zone_y:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 35px -5px rgba(0, 0, 0, 0.15),
    0 10px 20px -5px rgba(0, 0, 0, 0.1);
}.explore_now_G svg {
    height: 48px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: pulse 2s infinite alternate;
    flex-shrink: 0;
    width: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.explore_now_G .study_zone_y:hover svg {
    transform: scale(1.15) rotate(10deg);
}.explore_now_G svg path {
    fill: rgb(176,191,191);
    transition: fill 0.3s ease;
}.explore_now_G .study_zone_y:hover svg path {
    fill: rgb(112,125,164);
}.explore_now_G .study_zone_y > div {
    justify-content: center;
    flex-grow: 1;
    display: flex;
}.explore_now_G .support_section_h {
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    font-weight: 600;
    font-size: 20px;
    transform: translateZ(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 1rem 2.5rem;
    text-decoration: none;
    background: linear-gradient(
    135deg,
    rgb(176,191,191),
    rgb(112,125,164)
  );
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    position: relative;
}.explore_now_G .support_section_h::before {
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    content: "";
    left: -100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}.explore_now_G .support_section_h:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}.explore_now_G .support_section_h:hover::before {
    left: 100%;
}.explore_now_G .support_section_h:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}

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

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

@media (max-width: 992px) {.explore_now_G {
    padding: 5rem 0;
}.explore_now_G h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.explore_now_G {
    padding: 4rem 0;
}.explore_now_G h2 {
    font-size: calc(33px * 0.8);
}.explore_now_G .study_zone_y {
    padding: 1.5rem;
    flex-direction: column;
    gap: 1.5rem;
}.explore_now_G svg {
    height: 40px;
    width: 40px;
}.explore_now_G .support_section_h {
    padding: 0.875rem 2rem;
    width: 100%;
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 576px) {.explore_now_G {
    padding: 3rem 0;
}.explore_now_G h2 {
    font-size: calc(33px * 0.7);
}.explore_now_G .container {
    padding: 0 1rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 2rem;
}.explore_now_G .study_zone_y {
    padding: 1.25rem;
    width: calc(100% - 2rem);
}.explore_now_G svg {
    width: 36px;
    height: 36px;
}.explore_now_G .support_section_h {
    padding: 0.75rem 1.75rem;
    font-size: calc(20px * 0.85);
}
}

@media (prefers-reduced-motion: reduce) {.explore_now_G .container,
  .explore_now_G h2,
  .explore_now_G .study_zone_y,
  .explore_now_G svg,
  .explore_now_G .support_section_h::before {
    animation: none;
    transition: opacity 0.3s ease;
}.explore_now_G .study_zone_y:hover,
  .explore_now_G .support_section_h:hover {
    transform: none;
}}header {
    z-index: 100;
    width: 100%;
    padding: 1rem 0;
    position: relative;
    background: rgb(224,230,230);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}header::before {
    opacity: 0.4;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to right, 
        rgb(176,191,191,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(112,125,164,0.5) 100%);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
}header .container {
    width: 100%;
    z-index: 1;
    padding: 0 2%;
    position: relative;
    margin: 0;
    max-width: 100%;
}header .nav_guide_N {
    gap: 1rem;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
}header .first_section_4 {
    text-decoration: none;
    position: relative;
    grid-area: logo;
    align-items: center;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: center;
}header .first_section_4::after {
    height: 2px;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(176,191,191), 
        rgb(112,125,164), 
        rgb(176,191,191), 
        transparent);
    bottom: 0;
    width: 50%;
}header .first_section_4 svg {
    transition: all 0.3s ease;
    width: 160px;
    height: auto;
}header .first_section_4:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .nav_main_x {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-radius: 30px;
    display: flex;
    align-items: center;
    grid-area: menu;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    padding: 0.6rem;
    gap: 0.5rem;
}header .nav_top_R {
    border-radius: 10px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    padding: 0.4rem 0.8rem;
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}header .nav_top_R:hover {
    background: linear-gradient(135deg, rgb(176,191,191), rgb(112,125,164));
    box-shadow: 0 3px 8px rgb(176,191,191,0.5);
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {header .first_section_4 svg {
    width: 140px;
}header .nav_main_x {
    gap: 0.4rem;
    padding: 0.5rem;
}header .nav_top_R {
    padding: 0.35rem 0.6rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .nav_guide_N {
    grid-template-areas:
            "logo"
            "nav_main_x";
    grid-template-columns: 1fr;
}header .first_section_4 {
    padding: 0.4rem;
}header .first_section_4 svg {
    width: 130px;
}header .nav_main_x {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .nav_top_R {
    font-size: calc(17px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .first_section_4 svg {
    width: 120px;
}header .nav_main_x {
    padding: 0.4rem;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .nav_main_x::-webkit-scrollbar {
    height: 2px;
}header .nav_main_x::-webkit-scrollbar-thumb {
    background: rgb(176,191,191);
    border-radius: 10px;
}header .nav_top_R {
    flex-shrink: 0;
    white-space: nowrap;
}}.welcome_P {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(224,230,230), rgb(176,191,191,0.5));
}.welcome_P > div {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
}.welcome_P .learning_growth_p {
    transform: translateY(-20px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 2rem;
    padding-left: 2rem;
    position: relative;
}.welcome_P .edu_title_B {
    margin: 0;
    font-size: clamp(2rem, 5vw, 43px);
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    color: #000000;
}.welcome_P .edu_title_B::after {
    bottom: 0;
    width: 80px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(176,191,191);
    animation: scaleIn 0.6s 0.4s ease forwards;
    position: absolute;
    height: 4px;
    content: "";
}.welcome_P .main_front_O {
    opacity: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
    animation: fadeInUp 0.8s 0.2s ease-out forwards;
    transform: translateY(30px);
}.welcome_P .main_front_O::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    content: "";
    right: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
}.welcome_P .main_front_O > div {
    padding: 4rem 3rem;
    position: relative;
    min-height: 400px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    z-index: 2;
}.welcome_P .main_front_O p {
    color: #ffffff;
    font-size: clamp(1rem, 3vw, 1.25rem);
    transform: translateX(-20px);
    margin-bottom: 2rem;
    font-weight: 400;
    max-width: 80%;
    padding-left: 1.5rem;
    position: relative;
    animation: fadeInRight 0.6s 0.6s ease-out forwards;
    opacity: 0;
}.welcome_P .main_front_O p::before {
    position: absolute;
    background: rgb(112,125,164);
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    left: 0;
    top: 50%;
    border-radius: 2px;
    content: "";
}.welcome_P .main_front_O h3 {
    max-width: 90%;
    color: #ffffff;
    animation: fadeInUp 0.6s 0.8s ease-out forwards;
    line-height: 1.4;
    font-size: clamp(1.2rem, 3.5vw, 1.75rem);
    position: relative;
    transform: translateY(20px);
    font-weight: 600;
    margin: 0;
    padding-right: 2rem;
    opacity: 0;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

.welcome_P .main_front_O:hover {
    transition: all 0.3s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

@media (max-width: 992px) {.welcome_P {
    padding: 1.5rem;
}.welcome_P .main_front_O > div {
    padding: 3rem 2rem;
    min-height: 350px;
}.welcome_P .main_front_O p,
  .welcome_P .main_front_O h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.welcome_P .learning_growth_p {
    padding-left: 1rem;
}.welcome_P .main_front_O > div {
    padding: 2.5rem 1.5rem;
    min-height: 300px;
}.welcome_P .main_front_O p {
    padding-left: 1rem;
}.welcome_P .main_front_O h3 {
    padding-right: 1rem;
}
}

@media (max-width: 576px) {.welcome_P {
    padding: 1rem;
}.welcome_P .learning_growth_p {
    margin-bottom: 1.5rem;
}.welcome_P .main_front_O > div {
    padding: 2rem 1.25rem;
    min-height: 250px;
}.welcome_P .edu_title_B::after {
    width: 60px;
    height: 3px;
}}.data_exploration_8 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,230,230) 0%, rgb(176,191,191,0.5) 100%);
    padding: 120px 0;
    z-index: 1;
    position: relative;
}.data_exploration_8::before {
    top: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(224,230,230) 0%, transparent 70%);
    width: 100%;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
}.data_exploration_8::after {
    background-position: center;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    opacity: 0.4;
    background-size: cover;
    background-image: radial-gradient(circle at 70% 30%, rgb(176,191,191,0.5) 0%, transparent 50%),
                      radial-gradient(circle at 30% 70%, rgb(112,125,164,0.5) 0%, transparent 50%);
    width: 70%;
    z-index: -2;
}.data_exploration_8 .container {
    padding: 0;
    max-width: 1400px;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: row;
}.data_exploration_8 .statistics_pros_4 {
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, rgb(176,191,191,0.5) 0%, transparent 100%);
    z-index: 2;
    padding: 60px;
    flex: 0 0 30%;
}.data_exploration_8 .statistics_pros_4::before {
    top: 0;
    content: "";
    width: 10px;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(176,191,191), rgb(112,125,164));
}.data_exploration_8 .statistics_gains_M {
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
    font-size: 35px;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}.data_exploration_8 .statistics_gains_M::after {
    bottom: 0;
    width: 80px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(112,125,164);
    height: 3px;
}.data_exploration_8 .knowledge_gains_0 {
    font-size: 18px;
    line-height: 1.8;
    max-width: 500px;
    color: #000000;
    margin: 0;
}.data_exploration_8 .knowledge_statistics_z {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    position: relative;
    flex: 0 0 70%;
}.data_exploration_8 .pro_gains_z {
    flex-direction: column;
    position: relative;
    flex: 0 0 calc(100% / 3);
    transition: all 0.4s ease;
    height: 33.333%;
    display: flex;
    padding: 25px 20px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-align: center;
}.data_exploration_8 .pro_gains_z:nth-child(1) {
    background: rgba(255, 255, 255, 0.1);
}.data_exploration_8 .pro_gains_z:nth-child(2) {
    background: rgba(255, 255, 255, 0.15);
}.data_exploration_8 .pro_gains_z:nth-child(3) {
    background: rgba(255, 255, 255, 0.2);
}.data_exploration_8 .pro_gains_z:nth-child(4) {
    background: rgba(255, 255, 255, 0.15);
}.data_exploration_8 .pro_gains_z:nth-child(5) {
    background: rgba(255, 255, 255, 0.1);
}.data_exploration_8 .pro_gains_z:nth-child(6) {
    background: rgba(255, 255, 255, 0.05);
}.data_exploration_8 .pro_gains_z:nth-child(7) {
    background: rgba(255, 255, 255, 0.1);
}.data_exploration_8 .pro_gains_z:nth-child(8) {
    background: rgba(255, 255, 255, 0.15);
}.data_exploration_8 .pro_gains_z:nth-child(9) {
    background: rgba(255, 255, 255, 0.2);
}.data_exploration_8 .pro_gains_z::before {
    bottom: 0;
    z-index: -1;
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(176,191,191,0.5), rgb(112,125,164,0.5));
}.data_exploration_8 .pro_gains_z:hover::before {
    height: 100%;
}.data_exploration_8 .pro_gains_z::after {
    bottom: 0;
    height: 3px;
    background: rgb(176,191,191);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    width: 0;
    content: "";
}.data_exploration_8 .pro_gains_z:hover::after {
    width: 100%;
}.data_exploration_8 .pro_gains_z h4 {
    font-weight: 700;
    position: relative;
    font-size: 2.8rem;
    line-height: 1;
    color: rgb(176,191,191);
    margin: 0 0 12px;
    transition: all 0.4s ease;
}.data_exploration_8 .pro_gains_z:hover h4 {
    transform: translateY(-5px);
    color: #000000;
}.data_exploration_8 .pro_gains_z span {
    padding: 0 5px;
    transition: all 0.4s ease;
    color: #000000;
    position: relative;
    font-size: calc(18px * 0.9);
}.data_exploration_8 .pro_gains_z:hover span {
    color: #000000;
}.data_exploration_8 svg {
    width: 24px;
    right: 15px;
    height: 24px;
    fill: rgb(176,191,191);
    transition: all 0.4s ease;
    top: 15px;
    opacity: 0.6;
    position: absolute;
}.data_exploration_8 svg path {
    fill: rgb(176,191,191);
    transition: all 0.4s ease;
}.data_exploration_8 .pro_gains_z:hover svg {
    opacity: 1;
    transform: rotate(15deg) scale(1.2);
}.data_exploration_8 .pro_gains_z:hover svg path {
    fill: rgb(112,125,164);
}

@media (max-width: 1400px) {.data_exploration_8 .pro_gains_z h4 {
    font-size: 2.5rem;
}.data_exploration_8 .pro_gains_z {
    padding: 20px 15px;
}
}

@media (max-width: 1200px) {.data_exploration_8 .container {
    max-width: 100%;
}.data_exploration_8 .statistics_pros_4 {
    padding: 40px;
}.data_exploration_8 .pro_gains_z {
    height: 25%;
    flex: 0 0 50%;
}.data_exploration_8 .pro_gains_z h4 {
    font-size: 2.3rem;
}
}

@media (max-width: 992px) {.data_exploration_8 {
    padding: 80px 0;
}.data_exploration_8 .container {
    flex-direction: column;
}.data_exploration_8 .statistics_pros_4 {
    border-right: none;
    padding: 40px 30px;
    width: 100%;
    flex: 0 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.data_exploration_8 .statistics_pros_4::before {
    bottom: 0;
    height: 5px;
    top: auto;
    width: 100%;
}.data_exploration_8 .knowledge_statistics_z {
    width: 100%;
    flex: 0 0 auto;
}.data_exploration_8 .pro_gains_z {
    flex: 0 0 33.333%;
    height: 160px;
}.data_exploration_8 .statistics_gains_M {
    font-size: calc(35px * 0.9);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.data_exploration_8 {
    padding: 60px 0;
}.data_exploration_8 .knowledge_statistics_z {
    height: auto;
    flex-wrap: wrap;
}.data_exploration_8 .pro_gains_z {
    height: auto;
    flex: 0 0 50%;
    min-height: 140px;
}.data_exploration_8 .pro_gains_z h4 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}.data_exploration_8 .statistics_gains_M {
    padding-bottom: 15px;
    font-size: calc(35px * 0.8);
}.data_exploration_8 .knowledge_gains_0 {
    font-size: calc(18px * 0.95);
}.data_exploration_8 svg {
    width: 20px;
    right: 12px;
    height: 20px;
    top: 12px;
}
}

@media (max-width: 480px) {.data_exploration_8 {
    padding: 50px 0;
}.data_exploration_8 .statistics_pros_4 {
    padding: 30px 20px;
}.data_exploration_8 .pro_gains_z {
    flex: 0 0 100%;
    padding: 15px;
    min-height: 120px;
}.data_exploration_8 .pro_gains_z h4 {
    font-size: 2rem;
}.data_exploration_8 .pro_gains_z span {
    font-size: calc(18px * 0.85);
}.data_exploration_8 .statistics_gains_M {
    font-size: calc(35px * 0.7);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.data_exploration_8 .statistics_gains_M::after {
    height: 2px;
    width: 60px;
}}.cookie_overlay_banner_T {
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    z-index: 1050;
    background: #ffffff;
    border-top: 3px solid rgb(176,191,191);
    font-family: Arial, sans-serif;
    position: fixed;
}.cookie_expand_A {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}.consent_edu_v {
    flex-shrink: 0;
    margin-right: 15px;
}.consent_edu_v svg {
    width: 50px;
    height: 50px;
    fill: rgb(176,191,191);
    transition: fill 0.3s ease-in-out;
}.cookie_comply_n {
    flex-grow: 1;
    margin-right: 15px;
}.cookie_comply_n h5 {
    font-size: 24px;
    color: rgb(176,191,191);
    font-weight: 700;
    margin-bottom: 5px;
}.cookie_comply_n p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
}.cookie_updates_5 {
    vertical-align: middle;
    border-radius: 10px;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    margin-left: 10px;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}.cookie_button.track_alert_l {
    border-color: rgb(176,191,191);
    color: #ffffff;
    background-color: rgb(176,191,191);
}#cookiePromptModal_p {
    display: none;
}#cookiePromptModal_p:checked ~ .cookie_overlay_banner_T {
    visibility: hidden;
    opacity: 0;
}.cookie_button.track_alert_l:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie_confirm_j {
    border-color: rgb(112,125,164);
    background-color: rgb(112,125,164);
    color: #000000;
}.cookie_button.cookie_confirm_j:hover {
    background-color: rgb(176,191,191);
    border-color: rgb(176,191,191);
    color: #ffffff;
}.cookie_overlay_banner_T p a {
    color: rgb(176,191,191);
    text-decoration: underline;
}.cookie_overlay_banner_T p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_comply_n h5 {
    font-size: calc(24px - 2px);
}.cookie_comply_n p {
    font-size: calc(13px - 2px);
}.cookie_updates_5 {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.cookie_expand_A {
    flex-direction: column;
    align-items: center;
}.consent_edu_v {
    margin-bottom: 10px;
}.cookie_comply_n {
    text-align: center;
    margin-bottom: 15px;
}.cookie_updates_5 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.price_option_5 {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 120px 0 140px;
}.price_option_5::before {
    position: absolute;
    height: 100%;
    z-index: 0;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.92), rgba(35, 45, 85, 0.95));
    top: 0;
}.price_option_5 .container {
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
}.price_option_5 .promo_cost_J {
    position: relative;
}.price_option_5 .promo_cost_J::before {
    width: 200px;
    height: 200px;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(176,191,191,0.5), transparent);
    pointer-events: none;
    position: absolute;
    border-radius: 50%;
    right: -80px;
    top: -80px;
    opacity: 0.4;
    content: "";
}.price_option_5 h2 {
    font-size: 31px;
    -webkit-background-clip: text !important;
    color: transparent;
    background-clip: text !important;
    font-weight: 700;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    display: inline-block;
    position: relative;
}.price_option_5 h2::after {
    left: 0;
    background: rgb(176,191,191);
    transform-origin: left;
    content: "";
    width: 80px;
    transform: scaleX(1);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -8px;
    height: 3px;
}.price_option_5 h2:hover::after {
    transform: scaleX(1.2);
}.price_option_5 .study_pricing_3 {
    font-size: calc(13px + 2px);
    font-weight: 300;
    max-width: 700px;
    margin-bottom: 50px;
    line-height: 1.6;
    opacity: 0.9;
}.price_option_5 .plan_table_P {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_option_5 .plan_table_P li {
    perspective: 1000px;
    height: 100%;
}.price_option_5 .payment_scheme_K {
    display: block;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 3px 10px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    height: 100%;
    min-height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    overflow: hidden;
}.price_option_5 .payment_scheme_K:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
}.price_option_5 .payment_scheme_K::before {
    width: 100%;
    content: "";
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: transform 0.8s ease;
    pointer-events: none;
    transform: translateX(-100%);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}.price_option_5 .payment_scheme_K:hover::before {
    transform: translateX(100%);
}.price_option_5 .payment_scheme_K::after {
    top: -5px;
    background: rgb(176,191,191);
    left: -5px;
    opacity: 0.8;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    width: 10px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 0 20px 5px rgb(176,191,191,0.5);
    content: "";
}.price_option_5 .payment_scheme_K:hover::after {
    transform: scale(1.5);
}.price_option_5 .fee_offers_T {
    position: relative;
    display: flex;
    height: 100%;
    padding: 35px 25px;
    flex-direction: column;
    overflow: hidden;
}.price_option_5 .plan_fee_P {
    position: relative;
    z-index: 2;
}.price_option_5 .payment_scheme_K h4 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
}.price_option_5 .payment_scheme_K:hover h4 {
    transform: translateX(5px);
}.price_option_5 .payment_scheme_K h4::after {
    bottom: 0;
    height: 2px;
    width: 40px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    background: rgb(176,191,191);
}.price_option_5 .payment_scheme_K:hover h4::after {
    width: 60px;
}.price_option_5 .payment_scheme_K p {
    margin-bottom: 30px;
    overflow-wrap: break-word;
    white-space: normal;
    padding-right: 10px;
    overflow-y: auto;
    line-height: 1.7;
    max-height: 200px;
    word-break: normal;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}.price_option_5 .payment_scheme_K p::-webkit-scrollbar {
    width: 4px;
}.price_option_5 .payment_scheme_K p::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}.price_option_5 .payment_scheme_K p::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.price_option_5 .training_fees_w {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(176,191,191), rgb(112,125,164));
    border-radius: 10px;
    font-weight: 700;
    font-size: calc(24px + 4px);
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    padding: 10px 25px;
}.price_option_5 .payment_scheme_K:hover .training_fees_w {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.price_option_5 .training_fees_w::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    transform: skewX(-20deg) translateX(-100%);
    left: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: transform 0.6s ease;
}.price_option_5 .payment_scheme_K:hover .training_fees_w::before {
    transform: skewX(-20deg) translateX(100%);
}

@media (max-width: 991px) {.price_option_5 {
    padding: 80px 0 100px;
}.price_option_5 .plan_table_P {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.price_option_5 .payment_scheme_K {
    min-height: 450px;
}.price_option_5 .fee_offers_T {
    padding: 25px 20px;
}.price_option_5 h2 {
    font-size: calc(31px - 4px);
}.price_option_5 .study_pricing_3 {
    font-size: 13px;
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.price_option_5 {
    padding: 60px 0 80px;
}.price_option_5 .plan_table_P {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_option_5 .payment_scheme_K {
    min-height: auto;
}.price_option_5 h2 {
    font-size: calc(31px - 8px);
}.price_option_5 .study_pricing_3 {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.price_option_5 .payment_scheme_K p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.price_option_5 {
    padding: 50px 0 70px;
}.price_option_5 .fee_offers_T {
    padding: 20px 15px;
}.price_option_5 h2 {
    font-size: calc(31px - 10px);
}.price_option_5 .training_fees_w {
    padding: 8px 20px;
    font-size: 24px;
}.price_option_5 .payment_scheme_K h4 {
    margin-bottom: 15px;
    font-size: calc(24px - 2px);
}}footer {
    position: relative;
    width: 100%;
}footer .program_foot_j {
    position: relative;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, rgb(176,191,191), rgb(112,125,164));
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer .program_foot_j::before {
    height: 100%;
    width: 100%;
    content: "";
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    position: absolute;
    top: 0;
    left: 0;
}footer .policy_links_n {
    position: relative;
    z-index: 1;
}footer .contact_details_r {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
    display: flex;
}footer .info_item {
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    padding: 20px;
    display: flex;
    position: relative;
    backdrop-filter: blur(5px);
    height: 220px;
    background-color: rgb(176,191,191,0.5);
    z-index: 1;
    justify-content: center;
    flex: 0 1 220px;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    background-color: rgb(112,125,164,0.5);
    transform: scale(1.05) translateY(0);
    z-index: 2;
}footer .info_item svg {
    flex-shrink: 0;
    height: 24px;
    margin-right: 10px;
    width: 24px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    max-width: 80%;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}footer .header_bar_L, footer .nav_main_x, footer .subscribe_holder {
    max-width: 400px;
    position: relative;
    align-items: center;
    padding: 30px;
    flex-direction: column;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: rgb(176,191,191,0.5);
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    text-align: center;
    flex: 1 1 300px;
    backdrop-filter: blur(5px);
}footer .header_bar_L:hover, footer .nav_main_x:hover, footer .subscribe_holder:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: rgb(112,125,164,0.5);
    transform: translateY(-10px);
}footer .header_bar_L::before, footer .nav_main_x::before, footer .subscribe_holder::before {
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    height: 150px;
    border-radius: 50%;
    width: 150px;
    content: "";
}footer .header_bar_L::before {
    background-color: rgb(176,191,191);
    left: -50px;
    top: -50px;
}footer .nav_main_x::before {
    bottom: -50px;
    right: -50px;
    background-color: rgb(112,125,164);
}footer .subscribe_holder::before {
    left: -50px;
    background-color: rgb(176,191,191);
    bottom: -50px;
}footer .header_bar_L svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
    height: 50px;
}footer .webinar_cta_t {
    font-size: 16px;
    max-width: 300px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}footer .nav_main_x h5, footer .subscribe_holder h5 {
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 24px;
}footer .nav_main_x h5::after, footer .subscribe_holder h5::after {
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-color: #ffffff;
    bottom: -8px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
}footer .nav_main_x:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .top_info_k {
    display: flex;
    gap: 10px;
    justify-content: center;
    max-width: 300px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}footer .top_info_k a {
    color: #ffffff;
    padding: 8px 15px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: rgb(176,191,191,0.5);
    border-radius: 10px;
}footer .top_info_k a:hover {
    background-color: rgb(112,125,164,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 300px;
    margin-bottom: 25px;
    font-size: 18px;
}footer .input_holder {
    gap: 15px;
    width: 100%;
    align-items: center;
    max-width: 300px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    padding: 15px 20px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    text-align: center;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
    box-shadow: 0 0 0 3px rgb(176,191,191,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .email_entry_s {
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    background-color: rgb(176,191,191);
    padding: 15px 20px;
    font-weight: 600;
    width: 100%;
    font-size: 15px;
}footer .email_entry_s:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(112,125,164);
}footer .reg_remind_l {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .tutor_match_b {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 20px;
    border-radius: 10px;
    background-color: rgb(176,191,191,0.5);
    display: inline-block;
    backdrop-filter: blur(5px);
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .program_foot_j {
    padding: 60px 0 30px;
}footer .contact_details_r {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    padding: 15px;
    flex: 0 1 100px;
    height: 100px;
}footer .header_bar_L, footer .nav_main_x, footer .subscribe_holder {
    padding: 25px 20px;
}footer .reg_remind_l {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .program_foot_j {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(18px - 1px);
}footer .nav_main_x h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .top_info_k a {
    font-size: calc(18px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .email_entry_s {
    padding: 12px 15px;
}footer .tutor_match_b {
    padding: 6px 15px;
}}.our_story_1 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our_story_1::before {
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
}.our_story_1 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.our_story_1 h2 {
    display: inline-block;
    animation: slideInRight 0.8s 0.2s forwards;
    transform: translateX(-10px);
    opacity: 0;
    font-size: 36px;
    position: relative;
    padding-bottom: 12px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 700;
}.our_story_1 h2::after {
    width: 80px;
    transform-origin: left;
    background: rgb(176,191,191);
    bottom: 0;
    content: '';
    transform: scaleX(0);
    left: 0;
    animation: lineExpand 0.8s 0.6s forwards;
    position: absolute;
    height: 3px;
}.our_story_1 .label_holder_e {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(20px);
    padding: 40px;
    backdrop-filter: blur(10px);
    animation: fadeUp 1s 0.4s forwards;
    gap: 30px;
    opacity: 0;
    display: grid;
    border-left: 4px solid rgb(176,191,191);
    grid-template-columns: 1fr;
}.our_story_1 .label_holder_e > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.our_story_1 .label_holder_e p {
    margin: 0;
    font-size: calc(15px * 1.5);
    letter-spacing: 1px;
    padding-left: 15px;
    font-weight: 600;
    color: rgb(176,191,191);
    position: relative;
}.our_story_1 .label_holder_e p::before {
    left: 0;
    background: rgb(176,191,191);
    height: 8px;
    width: 8px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    content: '';
}.our_story_1 .label_holder_e div div {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1.8;
    font-size: 15px;
    position: relative;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding-left: 15px;
}

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

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

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

@media (min-width: 768px) {.our_story_1 {
    padding: 150px 0;
}.our_story_1::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 100%);
}.our_story_1 h2 {
    margin-bottom: 60px;
    font-size: calc(36px * 1.2);
}.our_story_1 h2::after {
    width: 120px;
    height: 4px;
}.our_story_1 .label_holder_e {
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 6px solid rgb(176,191,191);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 60px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-template-columns: 1fr;
}.our_story_1 .label_holder_e:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.4), 
                    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}.our_story_1 .label_holder_e p {
    padding-left: 25px;
    font-size: calc(15px * 2);
}.our_story_1 .label_holder_e p::before {
    width: 12px;
    height: 12px;
}.our_story_1 .label_holder_e div div {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    column-count: 2;
    padding-left: 25px;
    line-height: 1.9;
    column-gap: 40px;
    font-size: calc(15px * 1.1);
}
}

@media (min-width: 1200px) {.our_story_1 {
    padding: 180px 0;
}.our_story_1::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 100%);
}.our_story_1 h2 {
    font-size: calc(36px * 1.4);
}.our_story_1 .label_holder_e {
    grid-template-columns: 1fr;
    padding: 80px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
}.our_story_1 .label_holder_e div div {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.our_story_1 {
    padding: 80px 0;
}.our_story_1 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.our_story_1 .label_holder_e {
    padding: 25px;
}.our_story_1 .label_holder_e p {
    font-size: calc(15px * 1.2);
    padding-left: 12px;
}.our_story_1 .label_holder_e div div {
    line-height: 1.6;
    font-size: 15px;
    padding-left: 12px;
}}.course_benefits_b {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background-size: 60px 60px;
    background: rgb(224,230,230);
    padding: 100px 0;
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%);
}.course_benefits_b::before {
    transform: translateZ(0);
    opacity: 0.6;
    right: -10%;
    top: -10%;
    position: absolute;
    filter: blur(80px);
    width: 300px;
    content: "";
    z-index: 0;
    height: 300px;
    background: linear-gradient(145deg, rgb(176,191,191,0.5), rgb(112,125,164,0.5));
}.course_benefits_b::after {
    content: "";
    bottom: -10%;
    position: absolute;
    left: -10%;
    opacity: 0.5;
    height: 400px;
    background: linear-gradient(225deg, rgb(112,125,164,0.5), rgb(176,191,191,0.5));
    z-index: 0;
    transform: translateZ(0);
    filter: blur(100px);
    width: 400px;
}.course_benefits_b .container {
    margin: 0 auto;
    z-index: 1;
    flex-direction: column;
    position: relative;
    gap: 60px;
    max-width: 1200px;
    display: flex;
}.course_benefits_b .img_text_overlay_K {
    border-radius: 5px;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    height: auto;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
}.course_benefits_b .img_text_overlay_K:hover {
    box-shadow: 
        20px 20px 40px rgba(0,0,0,0.15),
        -20px -20px 40px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.course_benefits_b .study_zone_y {
    padding: 40px;
    border-radius: 5px;
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    position: relative;
}.course_benefits_b .label_holder_e {
    position: relative;
}.course_benefits_b h1 {
    transform: translateY(0);
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    transition: transform 0.4s ease-out;
    line-height: 1.3;
    font-size: 43px;
}.course_benefits_b h1::after {
    border-radius: 2px;
    bottom: -10px;
    transform-origin: left center;
    position: absolute;
    background: linear-gradient(90deg, rgb(176,191,191), rgb(112,125,164));
    width: 120px;
    transition: width 0.4s ease-out;
    height: 4px;
    content: "";
    left: 0;
}.course_benefits_b .study_zone_y:hover h1 {
    transform: translateY(-5px);
}.course_benefits_b .study_zone_y:hover h1::after {
    width: 180px;
}.course_benefits_b ul {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 20px;
    margin: 0;
    list-style: none;
}.course_benefits_b li {
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 4px;
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    transform: translateZ(0);
    padding: 20px;
}.course_benefits_b li:hover {
    box-shadow: 
        8px 8px 16px rgba(0,0,0,0.05),
        -8px -8px 16px rgba(255,255,255,0.9),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
    transform: translateY(-5px);
}.course_benefits_b li p {
    color: #000000;
    margin: 0;
    line-height: 1.6;
    align-items: flex-start;
    display: flex;
    font-size: 13px;
    gap: 15px;
}.course_benefits_b svg {
    transition: transform 0.3s ease, filter 0.3s ease;
    margin-top: 2px;
    transform: scale(0.9);
    flex-shrink: 0;
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
}.course_benefits_b li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.15));
}.course_benefits_b svg path {
    transition: fill 0.3s ease;
}.course_benefits_b li:hover svg path {
    fill: rgb(176,191,191);
}

@media (min-width: 992px) {.course_benefits_b .container {
    flex-direction: row;
    align-items: center;
}.course_benefits_b .img_text_overlay_K {
    height: auto;
    width: 45%;
    max-height: 600px;
}.course_benefits_b .study_zone_y {
    width: 55%;
    margin-left: -50px;
}.course_benefits_b ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.course_benefits_b {
    padding: 80px 0;
}.course_benefits_b .container {
    padding: 0 20px;
}.course_benefits_b .study_zone_y {
    padding: 30px;
}.course_benefits_b h1 {
    font-size: calc(43px * 0.85);
}.course_benefits_b ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.course_benefits_b {
    padding: 60px 0;
}.course_benefits_b .img_text_overlay_K {
    max-height: 350px;
}.course_benefits_b .study_zone_y {
    padding: 25px;
}.course_benefits_b h1 {
    font-size: calc(43px * 0.7);
}.course_benefits_b li {
    padding: 15px;
}.course_benefits_b li p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.course_benefits_b {
    padding: 40px 0;
}.course_benefits_b .container {
    gap: 30px;
}.course_benefits_b .img_text_overlay_K {
    max-height: 250px;
}.course_benefits_b .study_zone_y {
    padding: 20px;
}.course_benefits_b h1 {
    margin-bottom: 20px;
    font-size: calc(43px * 0.6);
}.course_benefits_b h1::after {
    width: 80px;
    height: 3px;
}.course_benefits_b li {
    padding: 12px;
}.course_benefits_b svg {
    transform: scale(0.8);
}
}