* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.top_master5 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1110px;
    margin: auto;
    max-width: 100%;
}.wrapper-structure5 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.class_guide3 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stay_connected2 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(147,160,179,0.5), rgb(112,121,137));
    position: relative;
    z-index: 1;
    overflow: hidden;
}.stay_connected2::before {
    z-index: -1;
    background: linear-gradient(120deg, transparent, rgb(147,160,179,0.5), transparent);
    content: "";
    animation: shine 8s infinite ease-in-out;
    top: -10%;
    right: -5%;
    transform: rotate(-15deg) translateZ(0);
    height: 140%;
    position: absolute;
    width: 40%;
    opacity: 0.3;
}.stay_connected2::after {
    left: -5%;
    height: 130%;
    animation: shine 8s infinite ease-in-out reverse;
    bottom: -10%;
    transform: rotate(20deg) translateZ(0);
    opacity: 0.2;
    background: linear-gradient(240deg, transparent, rgb(112,121,137,0.5), transparent);
    position: absolute;
    content: "";
    width: 35%;
    z-index: -1;
}.stay_connected2 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.stay_connected2 .study_growth2 {
    gap: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.1) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    border-radius: 10px;
    grid-template-columns: 1fr;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-backdrop-filter: blur(15px);
    padding: 2.5rem;
    transform: translateZ(0);
    display: grid;
    backdrop-filter: blur(15px);
}.stay_connected2 .study_growth2:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.1) inset;
}.stay_connected2 h4 {
    transform: translateZ(0);
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    padding-left: 1rem;
    margin: 0 0 1rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    color: #ffffff;
    font-size: calc(22px * 1.1);
}.stay_connected2 h4::before {
    background: #ffffff;
    transform: scaleY(0);
    border-radius: 10px;
    opacity: 0.8;
    width: 4px;
    bottom: 0.2em;
    top: 0.2em;
    left: 0;
    position: absolute;
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    content: "";
    transform-origin: bottom;
}.stay_connected2 .input_holder {
    z-index: 2;
    gap: 1rem;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}.stay_connected2 .input_holder span {
    width: 100%;
    position: relative;
    display: block;
}.stay_connected2 input[type="email"] {
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-backdrop-filter: blur(5px);
    font-size: 18px;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    width: 100%;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid rgba(255,255,255,0.2);
    outline: none;
    background: rgba(255,255,255,0.1);
}.stay_connected2 input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}.stay_connected2 input[type="email"]:focus {
    border-color: rgba(255,255,255,0.3);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1), 0 0 0 2px rgb(147,160,179,0.5);
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
}.stay_connected2 input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.stay_connected2 .news_label7 {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 1rem 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1), 
                0 1px 0 rgba(255,255,255,0.5) inset;
    overflow: hidden;
    border: none;
    width: 100%;
    color: rgb(147,160,179);
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    background: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}.stay_connected2 .news_label7::before {
    top: 0;
    position: absolute;
    left: -100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    content: "";
}.stay_connected2 .news_label7:hover {
    color: rgb(147,160,179);
    background: linear-gradient(to right, #ffffff, rgba(255,255,255,0.9));
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15), 
                0 1px 0 rgba(255,255,255,0.5) inset;
}.stay_connected2 .news_label7:hover::before {
    left: 100%;
    animation: shine 1s forwards;
}.stay_connected2 .news_label7:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateZ(0);
    }
    100% {
        transform: translateX(100%) translateZ(0);
    }
}

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

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

@media (min-width: 768px) {.stay_connected2 .study_growth2 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 3rem;
    gap: 3rem;
}.stay_connected2 h4 {
    font-size: calc(22px * 1.2);
    margin: 0;
}.stay_connected2 .input_holder {
    flex-direction: row;
    gap: 1rem;
}.stay_connected2 input[type="email"] {
    flex: 1;
}.stay_connected2 .news_label7 {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
}
}

@media (min-width: 992px) {.stay_connected2 {
    padding: 6rem 0;
}.stay_connected2 .study_growth2 {
    gap: 4rem;
    padding: 4rem;
}.stay_connected2 h4 {
    font-size: calc(22px * 1.3);
}.stay_connected2 .study_growth2 > div:first-child {
    animation: fadeIn 0.8s ease-out;
}.stay_connected2 .input_holder {
    animation: fadeIn 0.8s 0.2s both ease-out;
}
}

@media (max-width: 767px) {.stay_connected2 h4 {
    padding-left: 0;
    text-align: center;
}.stay_connected2 h4::before {
    top: -0.8rem;
    height: 3px;
    animation: widthIn 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    bottom: auto;
    left: 50%;
    width: 50px;
    transform: translateX(-50%) scaleX(0);
}@keyframes widthIn {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
}.program_offerings8 {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    flex-direction: column;
    display: flex;
    background-color: rgb(182,189,220);
}.program_offerings8::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 2;
}.program_offerings8 .online_learn8 {
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.program_offerings8 .job_classes5 {
    height: 100%;
    display: flex;
    width: calc(100% * 5);
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.program_offerings8 .online_learn8:hover .job_classes5 {
    animation-play-state: paused;
}.program_offerings8 .job_ready6 {
    position: relative;
    width: calc(100% / 5);
    height: 100%;
}.program_offerings8 .job_ready6 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    filter: brightness(0.7);
}.program_offerings8 .container {
    margin-top: auto;
    position: relative;
    z-index: 3;
    padding-bottom: 80px;
}.program_offerings8 .study_growth2 {
    justify-content: center;
    display: flex;
}.program_offerings8 .practical_study4 {
    max-width: 800px;
    border-radius: 0;
    position: relative;
    transform: translateY(30px);
    overflow: hidden;
    backdrop-filter: blur(8px);
    animation: float-up 1s forwards;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-top: 4px solid rgb(147,160,179);
    padding: 50px;
}.program_offerings8 .practical_study4::before,
.program_offerings8 .practical_study4::after {
    opacity: 0.3;
    background: rgb(147,160,179);
    border-radius: 50%;
    position: absolute;
    content: "";
    z-index: -1;
}.program_offerings8 .practical_study4::before {
    right: -150px;
    top: -150px;
    width: 300px;
    height: 300px;
}.program_offerings8 .practical_study4::after {
    height: 200px;
    bottom: -100px;
    width: 200px;
    left: -100px;
}.program_offerings8 .practical_study4 h3 {
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 47px;
}.program_offerings8 .practical_study4 p {
    color: #ffffff;
    opacity: 0.8;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 30px;
}.program_offerings8 .practical_study4 .connect_panel5 {
    margin: 0 auto;
    position: relative;
    padding: 15px 0;
    display: block;
    background: rgb(147,160,179);
    font-size: 19px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    overflow: hidden;
}.program_offerings8 .practical_study4 .connect_panel5::before {
    top: 0;
    z-index: -1;
    background: rgb(112,121,137);
    transform: translateX(-100%);
    height: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    content: "";
    width: 100%;
}.program_offerings8 .practical_study4 .connect_panel5:hover {
    color: #ffffff;
}.program_offerings8 .practical_study4 .connect_panel5:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.program_offerings8 {
    min-height: 100vh;
}.program_offerings8 .container {
    padding-bottom: 60px;
}.program_offerings8 .practical_study4 {
    padding: 40px 30px;
}.program_offerings8 .practical_study4 h3 {
    font-size: calc(29px * 1.1);
}
}

@media (max-width: 768px) {.program_offerings8 {
    padding-top: 50vh;
    height: auto;
    min-height: auto;
}.program_offerings8::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.program_offerings8 .online_learn8 {
    top: 0;
    position: fixed;
    height: 50vh;
}.program_offerings8 .container {
    margin-top: 0;
    padding-bottom: 50px;
}.program_offerings8 .practical_study4 {
    padding: 30px 25px;
}.program_offerings8 .practical_study4 h3 {
    font-size: 29px;
}.program_offerings8 .practical_study4 .connect_panel5 {
    width: 100%;
}
}

@media (max-width: 576px) {.program_offerings8 {
    padding-top: 45vh;
}.program_offerings8 .online_learn8 {
    height: 45vh;
}.program_offerings8 .container {
    padding-bottom: 40px;
}.program_offerings8 .practical_study4 {
    padding: 25px 20px;
}.program_offerings8 .practical_study4 h3 {
    font-size: calc(24px * 1.1);
    margin-bottom: 15px;
}.program_offerings8 .practical_study4 p {
    margin-bottom: 25px;
}.program_offerings8 .practical_study4 .connect_panel5 {
    padding: 12px 0;
}}.teacher_profile6 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(147,160,179,0.5), rgb(182,189,220));
    padding: 5rem 0;
}.teacher_profile6::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5), transparent 70%);
    height: 100%;
    pointer-events: none;
    z-index: 1;
}.teacher_profile6::after {
    z-index: 0;
    opacity: 0.05;
    filter: blur(40px);
    border-radius: 50% 60% 70% 40%;
    position: absolute;
    width: 40%;
    bottom: -10%;
    height: 40%;
    right: -5%;
    background: rgb(147,160,179);
    content: "";
}.teacher_profile6 .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.teacher_profile6 .learn_ratings9 {
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.8);
    display: grid;
    backdrop-filter: blur(10px) saturate(180%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
}.teacher_profile6 .learn_ratings9:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
}.teacher_profile6 .learn_ratings9 > div:first-child {
    order: 1;
    position: relative;
}.teacher_profile6 .learn_ratings9 > div:nth-child(2) {
    order: 2;
    position: relative;
}.teacher_profile6 .learn_ratings9 > div:last-child {
    order: 3;
    position: relative;
}.teacher_profile6 .background_img0 {
    height: 300px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), clip-path 0.5s ease;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
}.teacher_profile6 .learn_ratings9:hover .background_img0 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(-5px) scale(1.02);
}.teacher_profile6 .background_img0::after {
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
    content: "";
    position: absolute;
}.teacher_profile6 .name {
    margin: 0 0 0.5rem;
    color: rgb(147,160,179);
    transition: transform 0.4s ease-out;
    font-weight: 700;
    transform: translateX(0);
    position: relative;
    font-size: 20px;
}.teacher_profile6 .name::before {
    background: rgb(147,160,179);
    position: absolute;
    left: -1rem;
    transition: width 0.4s ease-out 0.1s;
    height: 2px;
    top: 50%;
    content: "";
    width: 0;
}.teacher_profile6 .learn_ratings9:hover .name {
    transform: translateX(1rem);
}.teacher_profile6 .learn_ratings9:hover .name::before {
    width: 1.5rem;
}.teacher_profile6 .learn_ratings9 > div:nth-child(2) > div {
    font-size: 0.95rem;
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-weight: 600;
    opacity: 0.85;
    margin-bottom: 0.5rem;
    color: rgb(112,121,137);
}.teacher_profile6 .learn_ratings9:hover > div:nth-child(2) > div {
    opacity: 1;
    transform: translateY(-3px);
}.teacher_profile6 .exp_list6 {
    padding: 0;
    opacity: 0.92;
    margin: 0;
    transition: opacity 0.4s ease;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 12px;
    position: relative;
    color: #000000;
}.teacher_profile6 .exp_list6::before {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(147,160,179);
    position: absolute;
    z-index: -1;
    content: "";
    left: -1rem;
    font-size: 8rem;
    opacity: 0.1;
    top: -2.5rem;
    transform: rotate(-5deg);
}.teacher_profile6 .learn_ratings9:hover .exp_list6::before {
    transform: rotate(5deg) translateY(-10px);
}.teacher_profile6 .learn_ratings9:hover .exp_list6 {
    opacity: 1;
}

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

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

@media (max-width: 767px) {.teacher_profile6 {
    padding: 4rem 0;
}.teacher_profile6 .learn_ratings9 {
    padding: 2rem;
}.teacher_profile6 .background_img0 {
    margin-bottom: 1rem;
    height: 250px;
}.teacher_profile6 .name {
    margin-bottom: 0.5rem;
    text-align: center;
}.teacher_profile6 .learn_ratings9 > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    text-align: center;
}.teacher_profile6 .exp_list6 {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.teacher_profile6 .exp_list6::before {
    left: 50%;
    transform: translateX(-50%);
    top: -1.5rem;
}.teacher_profile6 .learn_ratings9:hover .name {
    transform: translateX(0);
}.teacher_profile6 .name::before {
    transform: translateX(-50%);
    left: 50%;
}.teacher_profile6 .learn_ratings9:hover .name::before {
    width: 50px;
}}.who_we_are6 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.who_we_are6::before {
    backdrop-filter: blur(3px) saturate(120%);
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(147,160,179,0.5), rgb(112,121,137,0.5), rgba(20, 30, 40, 0.85));
    height: 100%;
}.who_we_are6 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.who_we_are6 .text_frame_wrap8 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    padding: 40px 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(112,121,137);
    transform: perspective(1000px) rotateY(-2deg);
}.who_we_are6 .text_frame_wrap8:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are6 .text_frame_wrap8::before {
    height: 5px;
    background: rgb(112,121,137);
    transform: skewX(-25deg);
    content: "";
    top: -10px;
    left: 25px;
    position: absolute;
    width: 50px;
}.who_we_are6 .text_frame_wrap8::after {
    bottom: -10px;
    transform: skewX(-25deg);
    position: absolute;
    height: 5px;
    width: 70px;
    background: rgb(147,160,179);
    content: "";
    right: 45px;
}.who_we_are6 h5 {
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-weight: 700;
    background-clip: text !important;
    text-transform: uppercase;
    color: transparent;
    font-size: 20px;
    color: #ffffff;
    -webkit-background-clip: text !important;
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
    background: linear-gradient(90deg, rgb(112,121,137), rgb(147,160,179));
}.who_we_are6 h5::after {
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(112,121,137), transparent);
    height: 2px;
    transform-origin: left;
    bottom: -8px;
    transform: scaleX(0.6);
}.who_we_are6 .text_frame_wrap8:hover h5::after {
    transform: scaleX(1);
}.who_we_are6 p {
    font-size: calc(15px * 1.2);
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
    font-weight: 600;
}.who_we_are6 p b {
    font-weight: 700;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
}.who_we_are6 p b::after {
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    bottom: -2px;
    z-index: -1;
    background: rgb(112,121,137);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
    content: "";
    left: 0;
}.who_we_are6 .text_frame_wrap8:hover p b::after {
    transform: scaleX(1);
}.who_we_are6 ol {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}.who_we_are6 ol li {
    line-height: 1.8;
    padding-left: 10px;
    text-align: justify;
    color: #ffffff;
    position: relative;
    font-size: 15px;
    overflow-y: auto;
    max-height: 60vh;
    scrollbar-color: rgb(112,121,137) transparent;
    scrollbar-width: thin;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}.who_we_are6 ol li::-webkit-scrollbar {
    width: 6px;
}.who_we_are6 ol li::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
}.who_we_are6 ol li::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(112,121,137);
}.who_we_are6 ol li::before {
    transition: all 0.5s ease;
    transform: scaleY(0.9);
    top: 0;
    position: absolute;
    height: 100%;
    left: -10px;
    opacity: 0.6;
    width: 3px;
    content: "";
    background: linear-gradient(to bottom, rgb(112,121,137), transparent);
}.who_we_are6 .text_frame_wrap8:hover ol li::before {
    transform: scaleY(1);
    opacity: 1;
}

@media (max-width: 992px) {.who_we_are6 {
    padding: 80px 0;
}.who_we_are6 .text_frame_wrap8 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px 35px;
}.who_we_are6 h5 {
    font-size: calc(20px * 0.95);
}.who_we_are6 p {
    font-size: 15px;
}.who_we_are6 ol li {
    font-size: calc(15px * 0.95);
    max-height: 50vh;
}
}

@media (max-width: 768px) {.who_we_are6 {
    padding: 60px 0;
}.who_we_are6 .text_frame_wrap8 {
    transform: none;
    padding: 25px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.who_we_are6 .text_frame_wrap8::before,
    .who_we_are6 .text_frame_wrap8::after {
    width: 40px;
}.who_we_are6 h5 {
    font-size: calc(20px * 0.9);
}.who_we_are6 p {
    font-size: calc(15px * 0.95);
}.who_we_are6 ol li {
    max-height: 40vh;
    line-height: 1.7;
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 576px) {.who_we_are6 {
    padding: 50px 0;
}.who_we_are6 .text_frame_wrap8 {
    padding: 20px 15px;
    border-left-width: 3px;
}.who_we_are6 .text_frame_wrap8::before,
    .who_we_are6 .text_frame_wrap8::after {
    height: 3px;
    width: 30px;
}.who_we_are6 h5 {
    font-size: calc(20px * 0.85);
    margin-bottom: 15px;
}.who_we_are6 p {
    font-size: calc(15px * 0.9);
    margin-bottom: 15px;
}.who_we_are6 ol li {
    font-size: calc(15px * 0.85);
    line-height: 1.6;
    max-height: 35vh;
}
}

@media (prefers-reduced-motion: reduce) {.who_we_are6 .text_frame_wrap8,
    .who_we_are6 .text_frame_wrap8:hover,
    .who_we_are6 h5::after,
    .who_we_are6 .text_frame_wrap8:hover h5::after,
    .who_we_are6 p b::after,
    .who_we_are6 .text_frame_wrap8:hover p b::after,
    .who_we_are6 ol li::before,
    .who_we_are6 .text_frame_wrap8:hover ol li::before {
    transform: none;
    transition: none;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background-size: 300% 300%;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    z-index: -1;
    top: 0;
    opacity: 0.75;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(147,160,179,0.5) 35%, rgb(112,121,137,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    right: 0;
    animation: gradientFlow 20s ease infinite;
}footer::after {
    position: absolute;
    left: 0;
    opacity: 0.15;
    background-size: 50px 50px;
    z-index: -1;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(147,160,179,0.5) 25%, rgb(147,160,179,0.5) 26%, transparent 27%, transparent 74%, rgb(112,121,137,0.5) 75%, rgb(112,121,137,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(147,160,179,0.5) 25%, rgb(147,160,179,0.5) 26%, transparent 27%, transparent 74%, rgb(112,121,137,0.5) 75%, rgb(112,121,137,0.5) 76%, transparent 77%, transparent);
}.class_guide3 {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.class_guide3::before {
    left: 0;
    opacity: 0.8;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(147,160,179), rgb(112,121,137), transparent);
    box-shadow: 0 0 20px rgb(147,160,179,0.5);
    height: 2px;
}.class_guide3 .container {
    gap: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.class_guide3 .company_holder {
    border-radius: 15px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    flex: 1 1 350px;
    overflow: hidden;
    padding: 2rem;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}.class_guide3 .company_holder::before {
    background: linear-gradient(90deg, transparent, rgb(147,160,179), transparent);
    position: absolute;
    width: 200%;
    transform: translateY(-1px);
    top: 0;
    content: "";
    left: -50%;
    height: 1px;
}.class_guide3 .company_holder::after {
    background: linear-gradient(90deg, transparent, rgb(112,121,137), transparent);
    bottom: 0;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    transform: translateY(1px);
    height: 1px;
}.class_guide3 .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(147,160,179,0.5);
}.class_guide3 .company_holder h3 {
    text-shadow: 0 0 15px rgb(147,160,179,0.5);
    font-size: 35px;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-weight: 700;
}.class_guide3 .company_holder h3::after {
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137));
    bottom: -8px;
    position: absolute;
    left: 0;
    width: 50px;
    box-shadow: 0 0 10px rgb(147,160,179);
    content: "";
    border-radius: 10px;
    height: 3px;
    transition: width 0.3s ease-out;
}.class_guide3 .company_holder:hover h3::after {
    width: 100%;
}.class_guide3 .copy_notice3 {
    color: #ffffff;
    opacity: 0.85;
    text-shadow: 0 0 10px #000000;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.6;
}.class_guide3 .donate_btn3 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.class_guide3 .first_section5 {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}.class_guide3 .nav_sitewrap7 {
    flex: 1 1 calc(50% - 1.25rem);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 2rem;
    position: relative;
    min-width: 250px;
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
}.class_guide3 .nav_sitewrap7::before {
    transform: translateY(-1px);
    background: linear-gradient(90deg, transparent, rgb(112,121,137), transparent);
    top: 0;
    width: 200%;
    position: absolute;
    content: "";
    height: 1px;
    left: -50%;
}.class_guide3 .nav_sitewrap7::after {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(147,160,179), transparent);
    transform: translateY(1px);
    bottom: 0;
    height: 1px;
}.class_guide3 .nav_sitewrap7:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(112,121,137,0.5);
}.class_guide3 .nav_sitewrap7 h5 {
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    margin: 0 0 1.5rem;
    font-size: 21px;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(112,121,137,0.5);
    font-weight: 600;
}.class_guide3 .nav_sitewrap7 h5::after {
    width: 40px;
    content: "";
    bottom: -8px;
    background: linear-gradient(90deg, rgb(112,121,137), rgb(147,160,179));
    border-radius: 10px;
    left: 0;
    height: 3px;
    transition: width 0.3s ease-out;
    position: absolute;
    box-shadow: 0 0 10px rgb(112,121,137);
}.class_guide3 .nav_sitewrap7:hover h5::after {
    width: 100%;
}.class_guide3 .nav_sitewrap7 .first_section5 {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.class_guide3 .nav_sitewrap7 .first_section5 a {
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    opacity: 0.8;
    color: #ffffff;
    font-size: 14px;
    z-index: 1;
    text-shadow: 0 0 5px #000000;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    display: block;
}.class_guide3 .nav_sitewrap7 .first_section5 a::before {
    background: linear-gradient(180deg, rgb(147,160,179), rgb(112,121,137));
    position: absolute;
    opacity: 0.5;
    content: "";
    width: 3px;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.3s ease;
    z-index: -1;
    border-radius: 10px;
}.class_guide3 .nav_sitewrap7 .first_section5 a::after {
    width: 0;
    z-index: -1;
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
    content: "";
    top: 0;
}.class_guide3 .nav_sitewrap7 .first_section5 a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(112,121,137,0.5);
}.class_guide3 .nav_sitewrap7 .first_section5 a:hover::before {
    box-shadow: 0 0 10px rgb(147,160,179);
    width: 5px;
    opacity: 1;
}.class_guide3 .nav_sitewrap7 .first_section5 a:hover::after {
    width: 100%;
    opacity: 0.2;
}.referral_prog7 {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0;
    margin-top: 2rem;
}.referral_prog7::before {
    opacity: 0.5;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(147,160,179), rgb(112,121,137), transparent);
    content: "";
    height: 1px;
}.referral_prog7 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.referral_prog7 .grant_cta5 {
    text-shadow: 0 0 5px #000000;
    text-align: center;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    opacity: 0.7;
    font-size: 16px;
    letter-spacing: 0.5px;
}.referral_prog7 .grant_cta5:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(112,121,137,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.class_guide3 .container {
    gap: 2rem;
}.class_guide3 .company_holder {
    flex: 1 1 320px;
}.class_guide3 .donate_btn3 {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.class_guide3 {
    padding: 3.5rem 0 2rem;
}.class_guide3 .container {
    flex-direction: column;
    gap: 2rem;
}.class_guide3 .company_holder,
    .class_guide3 .donate_btn3 {
    min-width: 100%;
    flex: 1 1 100%;
}.class_guide3 .nav_sitewrap7 {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.class_guide3 {
    padding: 3rem 0 1.5rem;
}.class_guide3 .company_holder,
    .class_guide3 .nav_sitewrap7 {
    padding: 1.5rem;
}.class_guide3 .first_section5 {
    gap: 1.5rem;
}.class_guide3 .company_holder h3 {
    font-size: calc(35px - 2px);
}.class_guide3 .nav_sitewrap7 h5 {
    font-size: calc(21px - 1px);
}.class_guide3 .company_holder:hover,
    .class_guide3 .nav_sitewrap7:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.class_guide3 {
    padding: 2.5rem 0 1rem;
}.class_guide3 .first_section5 {
    gap: 1rem;
}.class_guide3 .nav_sitewrap7 {
    flex: 1 1 100%;
    min-width: 100%;
}.class_guide3 .nav_sitewrap7 .first_section5 a {
    padding: 0.4rem 0.8rem;
}.class_guide3 .nav_sitewrap7 .first_section5 a:hover {
    padding-left: 1.2rem;
}.referral_prog7 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.class_guide3 .company_holder:hover,
    .class_guide3 .nav_sitewrap7:hover {
    transform: translateY(-2px);
}}.secure_cache7 {
    background-color: rgb(112,121,137);
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    padding: 30px;
    height: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #ffffff;
}.secure_cache7 h1 {
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 30px;
    text-shadow: 0 0 8px rgb(147,160,179);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(112,121,137);
    color: #ffffff;
}.secure_cache7 h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 36px;
    text-shadow: 0 0 5px rgb(112,121,137);
    margin-top: 25px;
    letter-spacing: 2px;
}.secure_cache7 h3, .secure_cache7 h4, .secure_cache7 h5, .secure_cache7 h6 {
    margin-bottom: 10px;
    font-weight: 400;
    text-shadow: 0 0 5px rgb(147,160,179,0.5);
    margin-top: 20px;
    color: #ffffff;
    font-size: 21px;
}.secure_cache7 ul, .secure_cache7 ol {
    padding: 10px 0;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    list-style-position: inside;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    padding-left: 0;
}.secure_cache7 li {
    position: relative;
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 20px;
    color: #ffffff;
}.secure_cache7 section {
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
}.secure_cache7 p, .secure_cache7 span, .secure_cache7 div {
    box-shadow: 0 0 8px rgb(147,160,179,0.5);
    line-height: 1.8;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: 300;
    border-left: 3px solid rgb(147,160,179);
    font-size: 13px;
    border-radius: 10px;
    background-color: rgb(147,160,179,0.5);
}

@media only screen and (max-width: 800px) {.secure_cache7 {
    padding: 20px;
}.secure_cache7 h1 {
    font-size: calc(21px - 10%);
}.secure_cache7 h2 {
    font-size: calc(21px - 10%);
}.secure_cache7 h3, .secure_cache7 h4, .secure_cache7 h5, .secure_cache7 h6 {
    font-size: calc(21px - 10%);
}.secure_cache7 li {
    font-size: calc(13px - 10%);
}}.data_statistics5 {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.data_statistics5::before {
    z-index: 1;
    content: "";
    background-color: rgb(147,160,179);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.15;
}.data_statistics5::after {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(147,160,179) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(112,121,137) 0%, transparent 50%);
    position: absolute;
    content: "";
    width: 100%;
    z-index: 2;
    opacity: 0.1;
    height: 100%;
    top: 0;
    left: 0;
}.data_statistics5 .container {
    z-index: 5;
    position: relative;
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
}.data_statistics5 .study_gain3 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    grid-template-columns: 350px 1fr;
    height: 600px;
    display: grid;
}.data_statistics5 .class_gains8 {
    background: linear-gradient(135deg, rgb(147,160,179), rgb(112,121,137));
    display: flex;
    overflow: hidden;
    padding: 20px;
    position: relative;
    justify-content: center;
    grid-column: 1;
    align-items: center;
}.data_statistics5 .class_gains8::before {
    animation: movePattern 20s linear infinite;
    height: 200%;
    left: -50%;
    width: 200%;
    top: -50%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
}@keyframes movePattern {
    0% { transform: rotate(0) scale(1); }
    100% { transform: rotate(360deg) scale(1.2); }
}

.data_statistics5 .class_gains8 svg {
    z-index: 1;
    width: 120px;
    fill: #ffffff;
    height: 120px;
    position: relative;
}.data_statistics5 .class_gains8 svg path {
    fill: #ffffff;
}.data_statistics5 .growth_track7 {
    margin: 0;
    max-width: 250px;
    top: 40px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 1;
    font-size: 30px;
    letter-spacing: 2px;
    left: 40px;
}.data_statistics5 .learn_statistics3 {
    line-height: 1.6;
    max-width: 270px;
    color: rgba(255, 255, 255, 0.9);
    left: 40px;
    z-index: 1;
    font-size: 13px;
    bottom: 40px;
    position: absolute;
}.data_statistics5 .smart_statistics8 {
    position: relative;
    background: linear-gradient(135deg, rgb(147,160,179,0.5) 0%, rgb(112,121,137,0.5) 100%);
    display: flex;
    grid-column: 2;
    flex-direction: column;
    overflow: hidden;
}.data_statistics5 .smart_statistics8::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
    background: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px,
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px;
}.data_statistics5 .extra_experts5 {
    padding: 0 40px 0 40px;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    height: 20%;
    display: flex;
}.data_statistics5 .extra_experts5:hover {
    background: rgba(255, 255, 255, 0.15);
}.data_statistics5 .extra_experts5::after {
    right: 40px;
    left: 40px;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 1px;
}.data_statistics5 .extra_experts5:last-child::after {
    display: none;
}.data_statistics5 .statistics_pro8 {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 80px;
    transition: all 0.3s ease;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    flex: 0 0 80px;
    margin-right: 30px;
}.data_statistics5 .extra_experts5:hover .statistics_pro8 {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}.data_statistics5 .statistics_pro8 svg {
    width: 40px;
    fill: rgb(147,160,179);
    height: 40px;
}.data_statistics5 .statistics_pro8 svg path {
    fill: rgb(147,160,179);
}.data_statistics5 .extra_experts5:nth-child(even) .statistics_pro8 svg,
.data_statistics5 .extra_experts5:nth-child(even) .statistics_pro8 svg path {
    fill: rgb(112,121,137);
}.data_statistics5 .extra_experts5 span {
    font-size: calc(30px * 1.3);
    margin-right: 20px;
    font-weight: 700;
    min-width: 100px;
}.data_statistics5 .extra_experts5 p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    flex: 1;
    margin: 0;
    line-height: 1.4;
}

@media screen and (max-width: 1200px) {.data_statistics5 .study_gain3 {
    grid-template-columns: 300px 1fr;
    height: 550px;
}.data_statistics5 .growth_track7 {
    max-width: 240px;
    left: 30px;
    font-size: 30px;
    top: 30px;
}.data_statistics5 .learn_statistics3 {
    max-width: 240px;
    bottom: 30px;
    left: 30px;
}.data_statistics5 .class_gains8 svg {
    height: 100px;
    width: 100px;
}.data_statistics5 .extra_experts5 {
    padding: 0 30px;
}.data_statistics5 .extra_experts5::after {
    left: 30px;
    right: 30px;
}.data_statistics5 .statistics_pro8 {
    flex: 0 0 70px;
    height: 70px;
    margin-right: 25px;
}.data_statistics5 .statistics_pro8 svg {
    height: 35px;
    width: 35px;
}.data_statistics5 .extra_experts5 span {
    min-width: 90px;
    font-size: calc(30px * 1.2);
}
}

@media screen and (max-width: 992px) {.data_statistics5 {
    padding: 80px 0;
}.data_statistics5 .study_gain3 {
    grid-template-rows: auto 1fr;
    height: auto;
    grid-template-columns: 1fr;
}.data_statistics5 .class_gains8 {
    height: 200px;
    padding: 30px;
    grid-row: 1;
}.data_statistics5 .growth_track7 {
    top: auto;
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
    left: auto;
    position: relative;
}.data_statistics5 .learn_statistics3 {
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    bottom: auto;
    left: auto;
}.data_statistics5 .class_gains8 svg {
    opacity: 0.2;
    width: 150px;
    right: 30px;
    height: 150px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}.data_statistics5 .smart_statistics8 {
    grid-row: 2;
}.data_statistics5 .extra_experts5 {
    height: auto;
    padding: 20px 30px;
}
}

@media screen and (max-width: 768px) {.data_statistics5 {
    padding: 60px 0;
}.data_statistics5 .class_gains8 {
    height: 180px;
    padding: 20px;
}.data_statistics5 .growth_track7 {
    font-size: calc(30px * 0.9);
}.data_statistics5 .learn_statistics3 {
    font-size: calc(13px * 0.95);
    max-width: 400px;
}.data_statistics5 .class_gains8 svg {
    height: 120px;
    width: 120px;
    right: 20px;
}.data_statistics5 .extra_experts5 {
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    padding: 15px 20px;
}.data_statistics5 .statistics_pro8 {
    height: 60px;
    margin: 0 0 15px 0;
    flex: 0 0 60px;
}.data_statistics5 .statistics_pro8 svg {
    height: 30px;
    width: 30px;
}.data_statistics5 .extra_experts5 span {
    margin: 0 0 10px 0;
    font-size: calc(30px * 1.1);
}.data_statistics5 .extra_experts5 p {
    font-size: calc(13px * 0.9);
}.data_statistics5 .extra_experts5::after {
    right: 20px;
    left: 20px;
}
}

@media screen and (max-width: 576px) {.data_statistics5 .class_gains8 {
    height: 160px;
}.data_statistics5 .growth_track7 {
    font-size: calc(30px * 0.8);
}.data_statistics5 .learn_statistics3 {
    font-size: calc(13px * 0.9);
}.data_statistics5 .class_gains8 svg {
    height: 100px;
    width: 100px;
}.data_statistics5 .statistics_pro8 {
    height: 50px;
    flex: 0 0 50px;
}.data_statistics5 .statistics_pro8 svg {
    width: 25px;
    height: 25px;
}}header {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 100;
    padding: 0;
    margin-top: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    background: rgb(182,189,220);
}header::before {
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(147,160,179), 0.03) 25%, 
        rgba(rgb(147,160,179), 0.05) 50%,
        rgba(rgb(147,160,179), 0.03) 75%,
        transparent 100%
    );
    pointer-events: none;
    width: 100%;
    left: 0;
    position: absolute;
}header .site_prime8 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 2rem;
    z-index: 2;
}header .head_learning0 {
    position: relative;
    margin-right: 2rem;
    max-width: 180px;
    flex: 0 0 auto;
}header .head_guide1 {
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}header .head_guide1:hover {
    transform: translateY(-3px);
}header .head_guide1 img {
    display: block;
    filter: brightness(1.03);
    height: auto;
    max-width: 100%;
}header .head_guide1::before {
    bottom: -15px;
    opacity: 0;
    transform: scaleX(0.7);
    position: absolute;
    transition: all 0.3s ease;
    height: 10px;
    background: rgb(147,160,179);
    border-radius: 10px;
    width: 100%;
    content: '';
    left: 0;
}header .head_guide1:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .nav_sitewrap7 {
    padding: 0;
    flex-wrap: nowrap;
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
}header .nav_sitewrap7::after {
    width: 100%;
    bottom: -15px;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(147,160,179,0.5), 
        transparent
    );
    left: 0;
    content: '';
}header .top_navbar7 {
    margin: 0;
    position: relative;
}header .top_navbar7 a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    padding: 1rem 1.2rem;
    display: block;
}header .top_navbar7 a::before {
    content: '';
    background: rgb(147,160,179);
    transition: transform 0.3s ease;
    height: 3px;
    position: absolute;
    transform: translateX(-100%);
    bottom: 0;
    width: 100%;
    left: 0;
}header .top_navbar7 a:hover {
    color: rgb(147,160,179);
}header .top_navbar7 a:hover::before {
    transform: translateX(0);
}header .top_navbar7 a::after {
    pointer-events: none;
    border-radius: 10px;
    width: 100%;
    content: '';
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0;
    background: rgb(147,160,179,0.5);
    top: 0;
    height: 100%;
    transform: scale(0.8);
    z-index: -1;
}header .top_navbar7 a:hover::after {
    opacity: 0.15;
    transform: scale(1);
}header .site_prime8::before {
    z-index: -1;
    top: 0;
    content: '';
    right: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(-90deg, rgb(182,189,220), transparent);
    width: 30%;
}header .site_prime8::after {
    width: 30%;
    background: linear-gradient(90deg, rgb(182,189,220), transparent);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
}header .top_master5 {
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
    position: relative;
}

@media (min-width: 1400px) {header .site_prime8 {
    max-width: 1300px;
    margin: 0 auto;
}header .top_navbar7 a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .site_prime8 {
    padding: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}header .head_learning0 {
    margin-right: 0;
    margin-bottom: 0;
}header .nav_sitewrap7 {
    justify-content: flex-end;
    padding-top: 1rem;
    flex-basis: 100%;
    margin-top: 0;
    flex-wrap: wrap;
}header .top_navbar7 {
    margin-bottom: 0.5rem;
}header .top_navbar7 a {
    font-size: calc(13px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .site_prime8 {
    padding: 1rem 1.5rem;
}header .head_learning0 {
    max-width: 150px;
    flex: 0 0 auto;
}header .nav_sitewrap7 {
    margin-top: 0.5rem;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    overflow-x: auto;
    padding: 0.5rem 0;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .nav_sitewrap7::-webkit-scrollbar {
    height: 3px;
}header .nav_sitewrap7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(147,160,179,0.5);
}header .top_navbar7 {
    flex: 0 0 auto;
}header .top_navbar7 a {
    white-space: nowrap;
    font-size: calc(13px - 2px);
    padding: 0.6rem 0.8rem;
}header .nav_sitewrap7::after {
    bottom: 0;
}header .head_guide1::before {
    display: none;
}}.plan_deck8 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.plan_deck8::before {
    bottom: 0;
    right: 0;
    opacity: 0.85;
    top: 0;
    background: #000000;
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
}.plan_deck8 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.plan_deck8 .cost_matrix9 {
    text-align: center;
}.plan_deck8 h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #ffffff;
    font-size: 34px;
}.plan_deck8 h2::after {
    width: 80px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137));
}.plan_deck8 .trial_offers7 {
    opacity: 0.9;
    margin: 0 auto 3rem;
    line-height: 1.6;
    max-width: 800px;
    font-size: calc(12px * 1.1);
    color: #ffffff;
}.plan_deck8 .fee_package5 {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    padding: 0;
    perspective: 1000px;
}.plan_deck8 .fee_package5 li {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}.plan_deck8 .indv_sub6 {
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    height: 100%;
}.plan_deck8 .indv_sub6::before {
    top: 0;
    height: 5px;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137));
    position: absolute;
    content: "";
}.plan_deck8 .indv_sub6:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}.plan_deck8 .indv_sub6:hover::before {
    transform: scaleX(1);
}.plan_deck8 .value_rates1 {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 1.5rem;
    height: 100%;
}.plan_deck8 .price_options3 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    flex-direction: column;
}.plan_deck8 .price_options3 h4 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    font-size: calc(23px * 1.1);
    position: relative;
    margin-top: 0;
}.plan_deck8 .price_options3 h4::after {
    bottom: -8px;
    height: 2px;
    background: rgb(147,160,179);
    position: absolute;
    content: "";
    width: 40px;
    left: 0;
}.plan_deck8 .price_options3 p {
    opacity: 0.85;
    margin-bottom: 2rem;
    overflow-y: auto;
    scrollbar-color: rgb(147,160,179) rgba(255,255,255,0.1);
    line-height: 1.6;
    word-wrap: break-word;
    color: #ffffff;
    white-space: normal;
    font-size: 12px;
    max-height: 200px;
    overflow-wrap: break-word;
    text-align: left;
    scrollbar-width: thin;
}.plan_deck8 .price_options3 p::-webkit-scrollbar {
    width: 4px;
}.plan_deck8 .price_options3 p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}.plan_deck8 .price_options3 p::-webkit-scrollbar-thumb {
    background: rgb(147,160,179);
}.plan_deck8 .promo_rates3 {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: calc(23px * 1.2);
    overflow: hidden;
    align-self: flex-start;
    position: relative;
    background: linear-gradient(135deg, rgb(147,160,179), rgb(112,121,137));
    margin-top: auto;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    display: inline-block;
}.plan_deck8 .promo_rates3::before {
    top: 0;
    content: "";
    transition: all 0.8s ease;
    height: 100%;
    left: -100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.plan_deck8 .indv_sub6:hover .promo_rates3::before {
    left: 100%;
}

@media (max-width: 992px) {.plan_deck8 {
    padding: 80px 0;
}.plan_deck8 .fee_package5 {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.plan_deck8 .value_rates1 {
    padding: 2rem 1.25rem;
}
}

@media (max-width: 768px) {.plan_deck8 {
    padding: 60px 0;
}.plan_deck8 .fee_package5 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.plan_deck8 h2 {
    font-size: calc(34px * 0.9);
}.plan_deck8 .trial_offers7 {
    margin-bottom: 2rem;
    font-size: 12px;
}.plan_deck8 .price_options3 p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.plan_deck8 {
    padding: 50px 0;
}.plan_deck8 h2 {
    font-size: calc(34px * 0.8);
}.plan_deck8 .value_rates1 {
    padding: 1.5rem 1rem;
}.plan_deck8 .promo_rates3 {
    padding: 0.5rem 1rem;
    font-size: 23px;
}
}

@media (hover: none) {.plan_deck8 .indv_sub6:hover {
    transform: none;
}}.client_opinions3 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(182,189,220), rgba(245, 248, 252, 0.7));
    overflow: hidden;
}.client_opinions3::before {
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(147,160,179,0.5), 0.05), transparent 60%);
}.client_opinions3::after {
    bottom: -50px;
    border-radius: 50%;
    height: 300px;
    filter: blur(40px);
    position: absolute;
    width: 300px;
    z-index: 0;
    background: linear-gradient(135deg, rgba(rgb(112,121,137,0.5), 0.05), rgba(rgb(147,160,179,0.5), 0.08));
    right: -50px;
    content: "";
}.client_opinions3 .container {
    z-index: 1;
    position: relative;
}.client_opinions3 h2 {
    font-size: 28px;
    text-align: center;
    transition: transform 0.5s ease;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
}.client_opinions3 h2::after {
    bottom: -15px;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    box-shadow: 0 5px 15px rgba(rgb(147,160,179,0.5), 0.2);
    content: "";
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137));
}.client_opinions3 .feedback_showcase7 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    list-style: none;
    padding: 0;
    gap: 30px;
}.client_opinions3 .learn_ratings9 {
    overflow: hidden;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.03), -12px -12px 24px rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: translateY(0);
    background: #ffffff;
    position: relative;
}.client_opinions3 .learn_ratings9::before {
    position: absolute;
    font-size: 120px;
    color: rgba(rgb(112,121,137,0.5), 0.06);
    z-index: 0;
    line-height: 1;
    content: "";
    top: 10px;
    font-family: serif;
    right: 20px;
}.client_opinions3 .learn_ratings9:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), -15px -15px 30px rgba(255, 255, 255, 1);
    transform: translateY(-8px);
}.client_opinions3 .learn_ratings9 div {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
}.client_opinions3 .learn_ratings9 img {
    object-fit: cover;
    transition: transform 0.3s ease;
    border: 3px solid #ffffff;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.client_opinions3 .learn_ratings9:hover img {
    transform: scale(1.05);
}.client_opinions3 .learn_ratings9 h4 {
    font-weight: 600;
    font-size: calc(22px - 2px);
    margin: 0;
    position: relative;
    color: #000000;
}.client_opinions3 .learn_ratings9 h4::after {
    content: "";
    width: 0;
    bottom: -5px;
    left: 0;
    background: linear-gradient(90deg, rgb(147,160,179), transparent);
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
}.client_opinions3 .learn_ratings9:hover h4::after {
    width: 100%;
}.client_opinions3 .learn_ratings9 .description {
    position: relative;
    margin: 0;
    line-height: 1.6;
    z-index: 1;
    font-size: 18px;
    color: #000000;
}.client_opinions3 .learn_ratings9:nth-child(odd) {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}.client_opinions3 .learn_ratings9:nth-child(even) {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
}.client_opinions3 a {
    width: fit-content;
    font-size: 19px;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(147,160,179), rgb(112,121,137));
    transition: all 0.3s ease;
    border-radius: 8px;
    color: #ffffff;
    margin: 40px auto 0;
    z-index: 1;
    position: relative;
    box-shadow: 0 5px 15px rgba(rgb(147,160,179,0.5), 0.2);
    display: block;
    overflow: hidden;
    font-weight: 600;
    padding: 12px 30px;
}.client_opinions3 a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    position: absolute;
    transition: left 0.7s ease;
    left: -100%;
    content: "";
    z-index: -1;
    width: 100%;
}.client_opinions3 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(rgb(147,160,179,0.5), 0.3);
}.client_opinions3 a:hover::before {
    left: 100%;
}

@media (min-width: 1200px) {.client_opinions3 .feedback_showcase7 {
    grid-template-columns: repeat(4, 1fr);
}.client_opinions3 h2 {
    font-size: calc(28px + 4px);
}.client_opinions3 .study_growth2 {
    max-width: 1200px;
    margin: 0 auto;
}
}

@media (min-width: 992px) and (max-width: 1199px) {.client_opinions3 .feedback_showcase7 {
    grid-template-columns: repeat(3, 1fr);
}.client_opinions3 {
    padding: 100px 0;
}
}

@media (min-width: 768px) and (max-width: 991px) {.client_opinions3 .feedback_showcase7 {
    grid-template-columns: repeat(2, 1fr);
}.client_opinions3 {
    padding: 80px 0;
}.client_opinions3 h2 {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {.client_opinions3 {
    padding: 60px 0;
}.client_opinions3 .feedback_showcase7 {
    grid-template-columns: 1fr;
}.client_opinions3 h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 2px);
}.client_opinions3 .learn_ratings9 {
    padding: 25px 20px;
}.client_opinions3 .learn_ratings9 img {
    width: 50px;
    height: 50px;
}.client_opinions3 a {
    margin-top: 30px;
    padding: 10px 25px;
}
}

@media (max-width: 480px) {.client_opinions3 {
    padding: 50px 0;
}.client_opinions3 h2 {
    font-size: calc(28px - 4px);
}.client_opinions3 .learn_ratings9 {
    padding: 20px 15px;
}
}

@supports (backdrop-filter: blur(10px)) {.client_opinions3 .learn_ratings9 {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px) saturate(150%);
}.client_opinions3 .learn_ratings9:hover {
    backdrop-filter: blur(15px) saturate(180%);
}
}

@media (prefers-reduced-motion: reduce) {.client_opinions3 .learn_ratings9,
  .client_opinions3 a,
  .client_opinions3 a::before,
  .client_opinions3 .learn_ratings9 img,
  .client_opinions3 .learn_ratings9 h4::after {
    transition: none;
}
}

@container (min-width: 350px) {.client_opinions3 .learn_ratings9 .description {
    font-size: calc(18px + 1px);
    line-height: 1.7;
}}.learning_outcomes1 {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(182,189,220) 30%, rgb(147,160,179,0.5) 100%);
}.learning_outcomes1::before {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(112,121,137,0.5) 0%, transparent 60%);
    position: absolute;
    opacity: 0.4;
    content: "";
}.learning_outcomes1 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.learning_outcomes1 .study_growth2 {
    align-items: center;
    gap: 40px;
    display: flex;
}.learning_outcomes1 .background_img0 {
    border-radius: 30% 10% 30% 10%;
    transition: all 0.5s ease;
    position: relative;
    transform: translateY(-10px);
    max-width: 45%;
    flex: 0 0 45%;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}.learning_outcomes1 .background_img0::after {
    bottom: -20px;
    content: "";
    border: 3px solid rgb(147,160,179,0.5);
    left: 20px;
    border-radius: 30% 10% 30% 10%;
    z-index: -1;
    right: -20px;
    top: 20px;
    position: absolute;
}.learning_outcomes1 .background_img0:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}.learning_outcomes1 .text_frame_wrap8 {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex: 0 0 50%;
    z-index: 1;
    padding: 40px 35px;
    position: relative;
    border-radius: 28px;
}.learning_outcomes1 .text_frame_wrap8::before {
    height: 100%;
    border-radius: 10px;
    width: 6px;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(147,160,179), rgb(112,121,137));
    position: absolute;
}.learning_outcomes1 h3 {
    font-size: 35px;
    padding-left: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
}.learning_outcomes1 h3::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 80px;
    height: 3px;
    background: rgb(147,160,179);
    bottom: -12px;
    left: 15px;
}.learning_outcomes1 ul {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin: 0;
    padding: 0 0 0 15px;
}.learning_outcomes1 li {
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(182,189,220) 180%);
}.learning_outcomes1 li:hover {
    background: linear-gradient(90deg, #ffffff, rgb(112,121,137,0.5) 180%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
}.learning_outcomes1 li p {
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 15px;
    gap: 16px;
    line-height: 1.5;
}.learning_outcomes1 svg {
    background: #ffffff;
    padding: 5px;
    display: flex;
    height: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 24px;
}.learning_outcomes1 svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,160,179);
}.learning_outcomes1 li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.learning_outcomes1 li:hover svg path {
    fill: rgb(112,121,137);
}

@media (max-width: 992px) {.learning_outcomes1 {
    padding: 70px 0;
}.learning_outcomes1 .study_growth2 {
    flex-direction: column;
    gap: 40px;
}.learning_outcomes1 .background_img0 {
    flex: none;
    max-width: 70%;
    margin: 0 auto;
}.learning_outcomes1 .text_frame_wrap8 {
    width: 90%;
    margin: 0 auto;
    flex: none;
}.learning_outcomes1 .text_frame_wrap8::before {
    height: 6px;
    left: 0;
    width: 100%;
    top: 0;
}
}

@media (max-width: 576px) {.learning_outcomes1 {
    padding: 50px 0;
}.learning_outcomes1 .background_img0 {
    max-width: 90%;
}.learning_outcomes1 .background_img0::after {
    display: none;
}.learning_outcomes1 .text_frame_wrap8 {
    width: 100%;
    padding: 30px 20px;
}.learning_outcomes1 h3 {
    font-size: 23px;
    margin-bottom: 25px;
}.learning_outcomes1 ul {
    gap: 15px;
}.learning_outcomes1 li {
    padding: 12px;
}.learning_outcomes1 svg {
    height: 22px;
    width: 22px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(147,160,179);
}header .top_plank .top_sec0 div svg, header .top_plank .top_sec0 div svg path {
    fill: #ffffff;
}header .top_plank .top_sec0 div span {
    color: #ffffff;
}header .top_plank .top_sec0 {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
}header .top_plank .top_sec0 div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}header .top_plank .top_sec0 div img, header .top_plank .top_sec0 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.gratSpot1 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(147,160,179,0.5), rgb(112,121,137) 120%);
    position: relative;
    padding: 7rem 0;
}.gratSpot1::before {
    transform: rotate(-15deg);
    opacity: 0.2;
    right: -5%;
    content: "";
    height: 300px;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    top: -10%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    width: 300px;
}.gratSpot1::after {
    content: "";
    height: 250px;
    transform: rotate(15deg);
    animation: float 9s ease-in-out infinite reverse;
    width: 250px;
    background: radial-gradient(circle, rgb(112,121,137) 10%, transparent 70%);
    left: -5%;
    position: absolute;
    bottom: -5%;
    opacity: 0.15;
}.gratSpot1 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.gratSpot1 .study_growth2 {
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.92);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(1deg);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}.gratSpot1 .study_growth2:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.gratSpot1 .study_growth2 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.gratSpot1 .study_growth2 > div:first-child::before {
    content: "";
    position: absolute;
    width: 0.5rem;
    left: -2rem;
    transform: translateY(-50%);
    top: 50%;
    height: 70%;
    background: linear-gradient(to bottom, rgb(147,160,179), rgb(112,121,137));
}.gratSpot1 h5 {
    font-size: 21px;
    line-height: 1.4;
    margin: 0;
    transition: transform 0.4s ease;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
    transform: translateX(0);
}.gratSpot1 .study_growth2:hover h5 {
    transform: translateX(10px);
}.gratSpot1 h5::after {
    width: 80px;
    transition: width 0.4s ease;
    left: 0;
    background: linear-gradient(to right, rgb(147,160,179), transparent);
    content: "";
    position: absolute;
    height: 3px;
    bottom: 0;
}.gratSpot1 .study_growth2:hover h5::after {
    width: 120px;
}.gratSpot1 .study_growth2 > div:last-child {
    overflow: hidden;
    position: relative;
}.gratSpot1 p {
    margin: 0;
    transition: color 0.3s ease;
    position: relative;
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
}.gratSpot1 a {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0.5rem 0;
}.gratSpot1 a::before {
    bottom: 0;
    content: "";
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 1px;
    position: absolute;
    width: 0;
    background: rgb(147,160,179);
    left: 0;
}.gratSpot1 a:hover {
    transform: translateY(-3px);
}.gratSpot1 a:hover::before {
    width: 100%;
}.gratSpot1 a:hover p {
    color: rgb(147,160,179);
}.gratSpot1 a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(147,160,179,0.5);
}

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

@media screen and (max-width: 992px) {.gratSpot1 {
    padding: 5rem 0;
}.gratSpot1 .study_growth2 {
    padding: 2.5rem;
}.gratSpot1 h5 {
    font-size: calc(21px * 0.95);
}
}

@media screen and (max-width: 768px) {.gratSpot1 {
    padding: 4rem 0;
}.gratSpot1 .study_growth2 {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
    padding: 2rem;
}.gratSpot1 .study_growth2 > div:first-child::before {
    width: 0.3rem;
    left: -1.5rem;
}.gratSpot1 h5 {
    font-size: calc(21px * 0.9);
}
}

@media screen and (max-width: 576px) {.gratSpot1 {
    padding: 3rem 0;
}.gratSpot1 .study_growth2 {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.gratSpot1 .study_growth2 > div:first-child {
    margin-bottom: 1.5rem;
}.gratSpot1 .study_growth2 > div:first-child::before {
    left: -1.2rem;
    height: 60%;
}.gratSpot1 h5 {
    font-size: calc(21px * 0.85);
}.gratSpot1 p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.reach_out2 {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(182,189,220) 50%);
    overflow: hidden;
}.reach_out2::before {
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    background-size: 60px 60px;
    width: 100%;
    z-index: 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}.reach_out2 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.reach_out2 h2 {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    color: rgb(147,160,179);
    font-weight: 700;
    font-size: 28px;
}.reach_out2 h2::after {
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    width: 60px;
    background: rgb(147,160,179);
}.reach_out2 .request_section9 {
    overflow: hidden;
    border-radius: 25px;
    background: #ffffff;
    position: relative;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.reach_out2 .request_section9::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137));
    height: 5px;
    width: 100%;
}.reach_out2 .background_img0 {
    position: relative;
    flex: 0 0 50%;
    min-height: 550px;
    transition: all 0.5s ease;
}.reach_out2 .background_img0::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(147,160,179,0.5), transparent);
    top: 0;
}.reach_out2 .help_block0 {
    background: #ffffff;
    flex: 0 0 50%;
    padding: 60px 50px;
    position: relative;
}.reach_out2 .help_block0::before {
    height: 100%;
    position: absolute;
    content: "";
    background: rgb(182,189,220);
    top: 0;
    width: 10px;
    left: 0;
}.reach_out2 #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.reach_out2 h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}.reach_out2 h3::after {
    bottom: 0;
    background: rgb(147,160,179,0.5);
    left: 0;
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
}.reach_out2 input[type="text"] {
    padding: 18px 20px;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #000000;
    border: 2px solid rgb(182,189,220);
    background: #ffffff;
    border-radius: 10px;
}.reach_out2 input[type="text"]:focus {
    border-color: rgb(147,160,179);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}.reach_out2 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.reach_out2 .feedback_message1 {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 12px;
}.reach_out2 .feedback_message1 input[type="checkbox"] {
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 2px;
    position: relative;
    border: 2px solid rgb(182,189,220);
}.reach_out2 .feedback_message1 input[type="checkbox"]:checked {
    background: rgb(147,160,179);
    border-color: rgb(147,160,179);
}.reach_out2 .feedback_message1 input[type="checkbox"]:checked::after {
    height: 10px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    top: 5px;
    content: "";
    width: 6px;
    left: 8px;
    border-right: 2px solid #ffffff;
}.reach_out2 .feedback_message1 label {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}.reach_out2 .feedback_message1 a {
    color: rgb(147,160,179);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.reach_out2 .feedback_message1 a:hover {
    color: rgb(112,121,137);
}.reach_out2 .connect_panel5 {
    font-weight: 600;
    border: none;
    margin-top: 20px;
    align-self: flex-start;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 18px;
    background: rgb(147,160,179);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgb(147,160,179,0.5);
    cursor: pointer;
    padding: 16px 40px;
    position: relative;
}.reach_out2 .connect_panel5::before {
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
}.reach_out2 .connect_panel5:hover {
    background: rgb(112,121,137);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(112,121,137,0.5);
}.reach_out2 .connect_panel5:hover::before {
    left: 100%;
}.reach_out2 svg {
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(147,160,179);
}.reach_out2 svg path {
    transition: all 0.3s ease;
    fill: rgb(147,160,179);
}.reach_out2 svg:hover {
    fill: rgb(112,121,137);
    transform: translateY(-2px);
}.reach_out2 svg:hover path {
    fill: rgb(112,121,137);
}

@media (max-width: 1200px) {.reach_out2 {
    background: #ffffff;
}
}

@media (max-width: 992px) {.reach_out2 {
    padding: 80px 0;
}.reach_out2 .request_section9 {
    flex-direction: column-reverse;
}.reach_out2 .background_img0 {
    flex: 0 0 auto;
    min-height: 350px;
}.reach_out2 .help_block0 {
    flex: 0 0 auto;
    padding: 50px 40px;
}.reach_out2 .help_block0::before {
    width: 100%;
    top: 0;
    height: 10px;
    left: 0;
}
}

@media (max-width: 768px) {.reach_out2 {
    padding: 60px 0;
}.reach_out2 h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 4px);
}.reach_out2 .help_block0 {
    padding: 40px 30px;
}.reach_out2 #contact {
    gap: 25px;
}.reach_out2 .background_img0 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.reach_out2 {
    padding: 50px 0;
}.reach_out2 .container {
    padding: 0 15px;
}.reach_out2 h2 {
    margin-bottom: 30px;
    font-size: calc(28px - 6px);
}.reach_out2 .help_block0 {
    padding: 35px 25px;
}.reach_out2 #contact {
    gap: 20px;
}.reach_out2 input[type="text"] {
    padding: 15px;
}.reach_out2 .connect_panel5 {
    width: 100%;
    padding: 15px 25px;
}.reach_out2 .background_img0 {
    min-height: 250px;
}}.teaching_process9 {
    background: linear-gradient(135deg, rgb(182,189,220) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.teaching_process9::before {
    background-image: radial-gradient(circle at 10% 20%, rgb(112,121,137,0.5) 0%, transparent 60%);
    z-index: 0;
    left: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}.teaching_process9::after {
    animation: float 12s infinite ease-in-out;
    right: -50px;
    position: absolute;
    top: -50px;
    width: 250px;
    height: 250px;
    content: "";
    opacity: 0.08;
    z-index: 0;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    background: rgb(147,160,179,0.5);
    transform: rotate(-15deg);
}.teaching_process9 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.teaching_process9 .study_growth2 {
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    padding: 3rem;
}.teaching_process9 .study_growth2:hover {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.teaching_process9 .study_growth2 > div {
    position: relative;
    max-width: 800px;
}.teaching_process9 .study_growth2 > div::before {
    left: -2rem;
    content: "";
    width: 4px;
    transform-origin: top;
    transform: scaleY(0);
    position: absolute;
    background: linear-gradient(to bottom, rgb(147,160,179), rgb(112,121,137));
    top: 0;
    animation: line-appear 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
}.teaching_process9 h3 {
    opacity: 0;
    transform: translateX(-20px);
    animation: slide-in 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-size: calc(30px * 0.85);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    font-weight: 700;
}.teaching_process9 h3::after {
    height: 3px;
    transform-origin: left;
    bottom: -0.5rem;
    transform: scaleX(0);
    position: absolute;
    width: 80px;
    left: 0;
    animation: line-grow 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: rgb(112,121,137);
}.teaching_process9 p {
    position: relative;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.8;
    opacity: 0;
    animation: fade-up 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    transform: translateY(20px);
}.teaching_process9 p span {
    display: inline-block;
    position: relative;
    padding-right: 0.5rem;
}.teaching_process9 p span::before {
    content: "";
    background: linear-gradient(to right, rgb(112,121,137,0.5), transparent);
    position: absolute;
    left: 0;
    animation: line-grow-subtle 1.2s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 1px;
    width: 100%;
    bottom: -5px;
    transform-origin: left;
    opacity: 0.3;
    transform: scaleX(0);
}@keyframes line-appear {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes line-grow-subtle {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

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

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


.teaching_process9 .study_growth2:hover::after {
    height: 200px;
    border-radius: 50%;
    width: 200px;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: -1;
    animation: followMouse 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    background: radial-gradient(circle, rgb(112,121,137,0.5) 0%, transparent 70%);
    pointer-events: none;
    position: absolute;
    content: "";
}

@keyframes followMouse {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(-50%, -50%);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) translate(-50%, -50%);
    }
}


@media (max-width: 1200px) {.teaching_process9 {
    padding: 5rem 0;
}.teaching_process9 .study_growth2 {
    padding: 2.5rem;
    margin: 0 2rem;
}.teaching_process9 h3 {
    font-size: calc(30px * 0.8);
}
}

@media (max-width: 992px) {.teaching_process9 {
    padding: 4rem 0;
}.teaching_process9 .study_growth2 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.teaching_process9 h3 {
    font-size: calc(30px * 0.75);
}.teaching_process9 p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.teaching_process9::after {
    height: 180px;
    top: -30px;
    width: 180px;
    right: -30px;
}
}

@media (max-width: 768px) {.teaching_process9 {
    padding: 3.5rem 0;
}.teaching_process9 .study_growth2 {
    margin: 0 1.5rem;
    padding: 1.75rem;
    transform: none;
}.teaching_process9 .study_growth2:hover {
    transform: translateY(-3px);
}.teaching_process9 h3 {
    margin-bottom: 1.25rem;
    font-size: calc(30px * 0.7);
}.teaching_process9 .study_growth2 > div::before {
    left: -1.5rem;
    width: 3px;
}.teaching_process9 h3::after {
    height: 2px;
    width: 60px;
}.teaching_process9::after {
    right: -20px;
    width: 150px;
    height: 150px;
    top: -20px;
}
}

@media (max-width: 576px) {.teaching_process9 {
    padding: 3rem 0;
}.teaching_process9 .study_growth2 {
    margin: 0 1rem;
    padding: 1.5rem;
}.teaching_process9 h3 {
    font-size: calc(30px * 0.65);
    margin-bottom: 1rem;
}.teaching_process9 p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.teaching_process9 .study_growth2 > div::before {
    width: 2px;
    left: -1.25rem;
}.teaching_process9::after {
    opacity: 0.06;
    width: 120px;
    height: 120px;
}
}

@media (max-width: 480px) {.teaching_process9 {
    padding: 2.5rem 0;
}.teaching_process9 .study_growth2 {
    padding: 1.25rem;
    margin: 0 0.75rem;
}.teaching_process9 h3 {
    font-size: calc(30px * 0.6);
}.teaching_process9 p {
    font-size: calc(16px * 0.85);
    line-height: 1.5;
}.teaching_process9 .study_growth2 > div::before {
    left: -1rem;
}.teaching_process9 h3::after {
    width: 50px;
}.teaching_process9::after {
    width: 100px;
    height: 100px;
}}.reach_out_info0 {
    background: linear-gradient(135deg, rgb(182,189,220) 0%, rgba(245, 247, 250, 0.97) 100%);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 4rem 1rem;
}.reach_out_info0::before {
    right: 0;
    bottom: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(147,160,179,0.5), 0.05) 0%, transparent 80%),
        linear-gradient(30deg, rgba(rgb(112,121,137,0.5), 0.03) 0%, transparent 70%);
    z-index: 0;
    left: 0;
    position: absolute;
    top: 0;
}.reach_out_info0::after {
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.4;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(30deg, transparent 95%, rgba(rgb(112,121,137,0.5), 0.2) 100%),
        linear-gradient(120deg, transparent 95%, rgba(rgb(147,160,179,0.5), 0.2) 100%);
    position: absolute;
}.reach_out_info0 h1 {
    z-index: 1;
    font-size: 45px;
    margin-bottom: 2.5rem;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    letter-spacing: 0.02em;
}.reach_out_info0 h1::after {
    bottom: -12px;
    content: "";
    border-radius: 10px;
    height: 4px;
    box-shadow: 0 4px 12px rgba(rgb(147,160,179,0.5), 0.2);
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137));
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    position: absolute;
}.reach_out_info0 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.reach_out_info0 .reach_section0 {
    transition: all 0.4s ease-out;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.07),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    display: grid;
    padding: 2.5rem;
    background: #ffffff;
    gap: 2rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(1deg);
}.reach_out_info0 .reach_section0 > div {
    position: relative;
    transition: transform 0.3s ease;
}.reach_out_info0 .reach_section0 > div:hover {
    transform: translateY(-5px);
}.reach_out_info0 .reach_section0 > div:first-child {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.03),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 1.5rem;
    background: linear-gradient(145deg, #f3f5fa, #ffffff);
}.reach_out_info0 .reach_section0 > div:first-child > div {
    color: #000000;
    line-height: 1.7;
    font-size: 18px;
    letter-spacing: 0.01em;
}.reach_out_info0 .reach_section0 h6 {
    align-items: center;
    display: flex;
    letter-spacing: 0.01em;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #000000;
    font-size: 21px;
}.reach_out_info0 .reach_section0 h6 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    transform: translateY(1px);
}.reach_out_info0 .reach_section0 h6:hover svg {
    transform: translateY(1px) scale(1.1);
}.reach_out_info0 .reach_section0 span {
    padding-left: 1.75rem;
    font-size: calc(18px - 1px);
    display: block;
    color: #000000;
    position: relative;
}.reach_out_info0 .ask_questions0 {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.reach_out_info0 .ask_questions0 > div {
    position: relative;
}.reach_out_info0 .message_section2 {
    border-radius: 8px;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.05),
        -5px -5px 10px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease, transform 0.3s ease;
    background: linear-gradient(145deg, #f3f5fa, #ffffff);
    display: flex;
    text-decoration: none;
    position: relative;
    color: #000000;
    font-size: calc(18px - 1px);
    font-weight: 400;
    align-items: center;
    padding: 0.75rem 1.25rem;
}.reach_out_info0 .message_section2:hover {
    color: rgb(147,160,179);
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.08),
        -5px -5px 15px rgba(255, 255, 255, 0.9),
        inset 0 0 0 1px rgba(rgb(147,160,179,0.5), 0.3);
    transform: translateX(5px);
}.reach_out_info0 .message_section2 svg {
    transition: transform 0.3s ease;
    margin-left: 0.75rem;
}.reach_out_info0 .message_section2:hover svg {
    transform: rotate(10deg) scale(1.1);
}.reach_out_info0 svg {
    width: 22px;
    height: 22px;
}.reach_out_info0 svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.reach_out_info0 .message_section2:hover svg path {
    fill: rgb(147,160,179);
}

@media (min-width: 768px) {.reach_out_info0 {
    padding: 5rem 2rem;
}.reach_out_info0 h1 {
    margin-bottom: 3rem;
    font-size: calc(45px + 0.2rem);
}.reach_out_info0 .reach_section0 {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
}.reach_out_info0 .reach_section0 > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.reach_out_info0 {
    padding: 6rem 2rem;
}.reach_out_info0 h1 {
    margin-bottom: 3.5rem;
}.reach_out_info0 .reach_section0 {
    padding: 3.5rem;
    grid-template-columns: 2fr 1fr 1fr;
}.reach_out_info0 .reach_section0 > div:first-child {
    grid-column: auto;
}
}

@media (hover: hover) {.reach_out_info0 .reach_section0 {
    will-change: transform;
}.reach_out_info0 .reach_section0:hover {
    transform: perspective(1000px) rotateX(1deg) translateY(-5px);
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.1),
            -20px -20px 40px rgba(255, 255, 255, 1),
            inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}
}

@media (prefers-reduced-motion: reduce) {.reach_out_info0 .reach_section0,
    .reach_out_info0 .reach_section0 > div,
    .reach_out_info0 .message_section2 {
    transition: none;
    transform: none !important;
}}.welcome_board8 {
    background: linear-gradient(135deg, rgb(182,189,220), rgb(147,160,179,0.5));
    position: relative;
    align-items: center;
    min-height: 100vh;
    display: flex;
    width: 100%;
    overflow: hidden;
}.welcome_board8 > div {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 2rem;
    width: 100%;
}.welcome_board8::before {
    background: linear-gradient(to right, rgb(147,160,179,0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
}.welcome_board8::after {
    position: absolute;
    content: "";
    filter: blur(40px);
    background: rgb(112,121,137);
    width: 200px;
    opacity: 0.1;
    animation: pulse 8s infinite alternate;
    bottom: -50px;
    height: 200px;
    right: -50px;
    border-radius: 50%;
}.welcome_board8 .learn_learnings2 {
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    margin-bottom: 2rem;
    padding-left: 1rem;
    border-left: 4px solid rgb(147,160,179);
    opacity: 0;
    position: relative;
    transform: translateY(20px);
}.welcome_board8 .fast_school3 {
    line-height: 1.2;
    margin: 0;
    font-size: 45px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: rgb(147,160,179);
    letter-spacing: -0.02em;
}.welcome_board8 .fast_school3::after {
    transform: scaleX(0.3);
    width: 100%;
    bottom: -8px;
    background: linear-gradient(to right, rgb(112,121,137), transparent);
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    transform-origin: left;
    transition: transform 0.5s ease;
}.welcome_board8:hover .fast_school3::after {
    transform: scaleX(1);
}.welcome_board8 .main_open0 {
    overflow: hidden;
    border-radius: 19px;
    opacity: 0;
    transform: translateY(30px);
    padding: 3rem;
    position: relative;
    animation: fadeInUp 0.8s 0.4s forwards ease-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.welcome_board8 .main_open0::before {
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
    opacity: 0.85;
    background: linear-gradient(135deg, rgb(147,160,179,0.5), rgba(0, 0, 0, 0.5));
    top: 0;
    position: absolute;
    height: 100%;
}.welcome_board8 .main_open0 > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    z-index: 2;
    position: relative;
}.welcome_board8 .main_open0 p {
    color: #ffffff;
    font-size: calc(18px * 1.2);
    font-weight: 400;
    position: relative;
    transform: translateY(15px);
    animation: fadeInUp 0.8s 0.6s forwards ease-out;
    line-height: 1.5;
    border-left: 3px solid rgb(112,121,137);
    padding-left: 1rem;
    margin: 0;
    opacity: 0;
}.welcome_board8 .main_open0 h3 {
    color: #ffffff;
    opacity: 0;
    font-weight: 600;
    font-size: 23px;
    animation: fadeInUp 0.8s 0.8s forwards ease-out;
    margin: 0;
    transform: translateY(15px);
    position: relative;
    line-height: 1.4;
}.welcome_board8 .main_open0 h3::after {
    position: absolute;
    background: rgb(112,121,137);
    width: 60px;
    left: 0;
    bottom: -12px;
    content: "";
    height: 3px;
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}


@media (min-width: 768px) {.welcome_board8 > div {
    padding: 3rem;
}.welcome_board8 .main_open0 > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.welcome_board8 .fast_school3 {
    font-size: calc(45px * 1.2);
}.welcome_board8 .learn_learnings2 {
    margin-bottom: 3rem;
}.welcome_board8 .main_open0 {
    padding: 4rem;
}
}

@media (min-width: 992px) {.welcome_board8 > div {
    padding: 4rem;
}.welcome_board8 .fast_school3 {
    font-size: calc(45px * 1.4);
}.welcome_board8 .main_open0 {
    margin-left: 5%;
    width: 95%;
}.welcome_board8 .learn_learnings2 {
    padding-left: 2rem;
    border-left-width: 6px;
}
}

@media (max-width: 767px) {.welcome_board8 {
    padding: 4rem 0;
    min-height: auto;
}.welcome_board8 .fast_school3 {
    font-size: calc(45px * 0.85);
}.welcome_board8 .main_open0 {
    padding: 2rem;
}.welcome_board8 .main_open0 p {
    font-size: 18px;
}.welcome_board8 .main_open0 h3 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 480px) {.welcome_board8 > div {
    padding: 1.5rem;
}.welcome_board8 .fast_school3 {
    font-size: calc(45px * 0.7);
}.welcome_board8 .main_open0 {
    padding: 1.5rem;
}}.cookie_popup_disclosure5 {
    font-family: Arial, sans-serif;
    position: fixed;
    overflow: hidden;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 90%;
    max-width: 500px;
    z-index: 1050;
}.edu_approve7 {
    align-items: center;
    padding: 20px;
    flex-direction: column;
    display: flex;
}.track_prefs5 {
    margin-bottom: 20px;
}.track_prefs5 svg, .track_prefs5 svg path, .track_prefs5 img {
    height: 60px;
    width: 60px;
    fill: rgb(147,160,179);
}.cookie_popup_disclosure5 h5 {
    font-weight: 700;
    color: rgb(147,160,179);
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}.cookie_popup_disclosure5 p {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
    color: #000000;
}.cookie_control7 {
    text-align: center;
    color: #ffffff;
    background: rgb(147,160,179);
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 5px;
    transition: background 0.3s ease-in-out;
    width: calc(50% - 10px);
}.cookie_control7:hover {
    background: rgb(112,121,137);
}.cookie_button.cookie_overlay5 {
    background: rgb(112,121,137);
}.cookie_button.cookie_overlay5:hover {
    background: rgb(112,121,137,0.5);
}.cookie_popup_disclosure5 p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(147,160,179);
}.cookie_popup_disclosure5 p a:hover {
    color: rgb(112,121,137);
}#privacyAlertWindow5 {
    display: none;
}#privacyAlertWindow5:checked ~ .cookie_popup_disclosure5 {
    opacity: 0;
    visibility: hidden;
}