* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    width: 1113px;
    margin: auto;
    max-width: 100%;
}.teach_supp_3716 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.wrap-structure_2640 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.main_base_5376 {
    flex: 1 0 auto;
}html,body {
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}.teach_supp_3716 {
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background-color: rgb(158,181,205);
    position: relative;
    color: #ffffff;
}.teach_supp_3716::before {
    z-index: 0;
    top: 0;
    right: 0;
    content: "";
    background-color: rgb(158,181,205);
    position: absolute;
    height: 100%;
    width: 60%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}footer .teach_supp_3716::after {
    top: 50px;
    border-radius: 50%;
    opacity: 0.3;
    height: 200px;
    content: "";
    background: radial-gradient(circle, rgb(158,181,205), transparent 70%);
    right: 15%;
    position: absolute;
    width: 200px;
}footer .credit_info_5170 {
    z-index: 1;
    position: relative;
}footer .get_assist_6781 {
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}footer .info_item {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px 25px;
    backdrop-filter: blur(5px);
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    flex: 0 1 auto;
    transform: skewX(-5deg);
}footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(158,181,205);
}footer .info_item svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
    transform: skewX(5deg);
    fill: #ffffff;
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    transform: skewX(5deg);
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}footer .main_learning_4981 {
    padding-left: 20px;
    position: relative;
}footer .main_learning_4981::before {
    left: 0;
    width: 5px;
    top: 0;
    background-color: rgb(158,181,205);
    content: "";
    height: 100%;
    position: absolute;
}footer .main_learning_4981 svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
    width: auto;
}footer .footer_careers_2485 {
    font-size: 12px;
    line-height: 1.6;
    max-width: 320px;
    color: rgba(255, 255, 255, 0.7);
}footer .main_pagewrap_8603 {
    position: relative;
}footer .main_pagewrap_8603 h5 {
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
}footer .main_pagewrap_8603 h5::after {
    position: absolute;
    bottom: 0;
    background-color: rgb(158,181,205);
    height: 3px;
    left: 0;
    width: 50px;
    content: "";
}footer .header_learn_0568 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    display: grid;
    margin-bottom: 25px;
}footer .header_learn_0568 a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    font-size: 13px;
    text-decoration: none;
    padding-left: 0;
    position: relative;
}footer .header_learn_0568 a::before {
    transition: all 0.3s ease;
    color: rgb(158,181,205);
    left: -20px;
    opacity: 0;
    position: absolute;
    content: "→";
}footer .header_learn_0568 a:hover {
    color: rgb(158,181,205);
    padding-left: 20px;
}footer .header_learn_0568 a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    border-left: 5px solid rgb(158,181,205);
    border-radius: 20px;
    position: relative;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.3);
}footer .subscribe_holder::before {
    height: 100px;
    right: -20px;
    opacity: 0.2;
    width: 100px;
    position: absolute;
    background-color: rgb(158,181,205);
    z-index: -1;
    border-radius: 50%;
    content: "";
    top: -20px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 14px 16px;
    border: none;
    font-size: 13px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 2px rgb(158,181,205);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .join_form_8593 {
    letter-spacing: 1px;
    font-size: 20px;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    cursor: pointer;
    background-color: rgb(158,181,205);
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
}footer .join_form_8593:hover {
    background-color: rgb(108,147,176);
    transform: translateX(5px);
}footer .copy_notice_6215 {
    padding-top: 20px;
    margin-top: 60px;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .footer_address_6920 {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .header_learn_0568 {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .join_form_8593 {
    white-space: nowrap;
}footer .header_learn_0568 a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .teach_supp_3716::before {
    width: 100%;
    background-color: rgb(158,181,205);
    opacity: 0.7;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 767px) {footer .teach_supp_3716 {
    padding: 60px 0 30px;
}footer .get_assist_6781 {
    margin-bottom: 40px;
    justify-content: center;
}footer .main_pagewrap_8603 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .copy_notice_6215 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .teach_supp_3716 {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .header_learn_0568 {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .join_form_8593 {
    padding: 12px 15px;
}}.program_structure_4798 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(204,216,230) 0%, rgba(240, 242, 245, 0.9) 100%);
}.program_structure_4798::before {
    height: 300px;
    border-radius: 50%;
    width: 300px;
    top: -100px;
    right: -100px;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(158,181,205,0.5) 0%, rgb(108,147,176,0.5) 100%);
    opacity: 0.3;
    filter: blur(40px);
    transform: translateZ(0);
    animation: float 15s infinite alternate ease-in-out;
}.program_structure_4798::after {
    animation: morph 20s infinite alternate ease-in-out;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: -50px;
    filter: blur(30px);
    width: 200px;
    opacity: 0.2;
    bottom: -50px;
    position: absolute;
    background: linear-gradient(-45deg, rgb(108,147,176,0.5) 0%, rgb(158,181,205,0.5) 100%);
    transform: translateZ(0);
    height: 200px;
}.program_structure_4798 .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.program_structure_4798 .class_plan_0915 {
    grid-template-columns: 1fr;
    gap: 40px;
    transform: translateZ(0);
    display: grid;
}.program_structure_4798 .frame_5674 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    height: 350px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
}.program_structure_4798 .frame_5674::before {
    inset: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
}.program_structure_4798 .frame_5674::after {
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    width: 200%;
    content: "";
    height: 200%;
    top: -50%;
    pointer-events: none;
    animation: shimmer 5s infinite linear;
    transform: rotate(25deg);
    left: -50%;
}.program_structure_4798 .text_body_5982 {
    padding: 30px;
    position: relative;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.program_structure_4798 .text_body_5982::before {
    transform: scaleY(0.7);
    height: 100%;
    position: absolute;
    transform-origin: center;
    transition: transform 0.4s ease;
    width: 4px;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(158,181,205), rgb(108,147,176));
    content: "";
}.program_structure_4798 .text_body_5982:hover::before {
    transform: scaleY(1);
}.program_structure_4798 h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
    transform: translateX(0);
    margin-bottom: 24px;
    transition: transform 0.4s ease;
    font-weight: 700;
    font-size: calc(19px + 0.2rem);
}.program_structure_4798 h3::after {
    transform: translateY(-50%);
    transition: opacity 0.4s ease, left 0.4s ease;
    top: 50%;
    opacity: 0;
    height: 30%;
    left: -10px;
    position: absolute;
    z-index: -1;
    width: 8px;
    background: rgb(158,181,205,0.5);
    content: "";
}.program_structure_4798 .text_body_5982:hover h3 {
    transform: translateX(10px);
}.program_structure_4798 .text_body_5982:hover h3::after {
    left: -5px;
    opacity: 1;
}.program_structure_4798 .description {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
}.program_structure_4798 p.description {
    scrollbar-color: rgb(158,181,205,0.5) rgb(204,216,230);
    display: block;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 15px;
    scrollbar-width: thin;
}.program_structure_4798 p.description::-webkit-scrollbar {
    width: 5px;
}.program_structure_4798 p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(204,216,230);
}.program_structure_4798 p.description::-webkit-scrollbar-thumb {
    background-color: rgb(158,181,205,0.5);
    border-radius: 10px;
}.program_structure_4798 span.description {
    display: none;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 60% 40% 60% 40%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.program_structure_4798 .class_plan_0915 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}.program_structure_4798 .frame_5674 {
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.program_structure_4798 .text_body_5982 {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.program_structure_4798 .frame_5674:hover,
    .program_structure_4798 .text_body_5982:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.program_structure_4798 h3 {
    font-size: 33px;
}
}

@media (min-width: 992px) {.program_structure_4798 {
    padding: 150px 0;
}.program_structure_4798 .class_plan_0915 {
    gap: 70px;
}.program_structure_4798 .frame_5674 {
    height: 550px;
}.program_structure_4798 .text_body_5982 {
    padding: 40px 50px;
}.program_structure_4798 p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.program_structure_4798 {
    padding: 80px 0;
}.program_structure_4798 .container {
    padding: 0 15px;
}.program_structure_4798 .frame_5674 {
    height: 250px;
}.program_structure_4798 .text_body_5982 {
    padding: 25px 20px;
}.program_structure_4798 h3 {
    margin-bottom: 15px;
    font-size: calc(19px - 0.1rem);
}.program_structure_4798 p.description {
    font-size: calc(18px - 0.1rem);
    max-height: 250px;
}}.stay_updated_0893 {
    position: relative;
    padding: 5rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(158,181,205,0.5), rgb(108,147,176));
    overflow: hidden;
}.stay_updated_0893::before {
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    height: 100%;
}.stay_updated_0893::after {
    right: -5%;
    top: 50%;
    height: 200%;
    position: absolute;
    transform: rotate(-35deg) translateY(-50%);
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
    width: 40%;
    content: "";
}.stay_updated_0893 .container {
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.stay_updated_0893 .smart_guide_9108 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    position: relative;
    backdrop-filter: blur(10px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateX(2deg);
}.stay_updated_0893 .smart_guide_9108:hover {
    transform: perspective(1000px) rotateX(0deg);
}.stay_updated_0893 h4 {
    font-weight: 600;
    font-size: 18px;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    position: relative;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 2rem;
    transform: translateX(-10px);
    opacity: 0;
}.stay_updated_0893 h4::before {
    height: 0;
    left: -20px;
    animation: growBar 0.6s ease-out forwards 1s;
    content: "";
    position: absolute;
    width: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(108,147,176);
}.stay_updated_0893 .input_holder {
    position: relative;
    display: flex;
    gap: 1rem;
    animation: slideUpForm 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.4s;
    flex-wrap: wrap;
    transform: translateY(10px);
    opacity: 0;
}.stay_updated_0893 .input_holder span {
    position: relative;
    flex: 1 1 250px;
}.stay_updated_0893 .input_holder input[type="email"] {
    transition: all 0.3s ease;
    color: #000000;
    border-left: 3px solid transparent;
    font-size: 14px;
    border: none;
    outline: none;
    background: #ffffff;
    padding: 1rem 1.5rem;
    width: 100%;
}.stay_updated_0893 .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 3px solid rgb(108,147,176);
}.stay_updated_0893 .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}.stay_updated_0893 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.stay_updated_0893 .input_holder .inquiry_section_9236 {
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgb(108,147,176), rgb(158,181,205));
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    z-index: 1;
    border: none;
}.stay_updated_0893 .input_holder .inquiry_section_9236::before {
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    top: 0;
    position: absolute;
    transition: all 0.6s ease;
    left: -100%;
    z-index: -1;
    height: 100%;
}.stay_updated_0893 .input_holder .inquiry_section_9236:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.stay_updated_0893 .input_holder .inquiry_section_9236:hover::before {
    left: 100%;
}.stay_updated_0893 .input_holder .inquiry_section_9236:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideUpForm {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes growBar {
    to {
        height: 70%;
    }
}

@media screen and (min-width: 768px) {.stay_updated_0893 .smart_guide_9108 {
    align-items: center;
    flex-direction: row;
    gap: 2rem;
    padding: 3.5rem 4rem;
}.stay_updated_0893 h4 {
    margin-bottom: 0;
    flex: 1;
    max-width: 60%;
}.stay_updated_0893 .input_holder {
    flex: 1;
    justify-content: flex-end;
}
}

@media screen and (max-width: 767px) {.stay_updated_0893 {
    padding: 4rem 0;
}.stay_updated_0893 .smart_guide_9108 {
    padding: 2rem;
}.stay_updated_0893 h4 {
    text-align: center;
    font-size: calc(18px * 0.9);
}.stay_updated_0893 h4::before {
    left: -15px;
}.stay_updated_0893 .input_holder {
    justify-content: center;
}.stay_updated_0893 .input_holder span {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 480px) {.stay_updated_0893 {
    padding: 3rem 0;
}.stay_updated_0893 .smart_guide_9108 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
}.stay_updated_0893 h4 {
    font-size: calc(18px * 0.8);
    margin-bottom: 1.5rem;
}.stay_updated_0893 .input_holder input[type="email"],
    .stay_updated_0893 .input_holder .inquiry_section_9236 {
    padding: 0.8rem 1.2rem;
}}.ty_block_id_9158 {
    position: relative;
    background: linear-gradient(135deg, rgb(204,216,230) 0%, rgb(158,181,205,0.5) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 4rem 0;
    overflow: hidden;
}.ty_block_id_9158::before {
    position: absolute;
    content: "";
    opacity: 0.07;
    filter: blur(8px);
    height: 25rem;
    top: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(-15deg);
    width: 25rem;
    right: -5%;
    z-index: 1;
    background: linear-gradient(225deg, rgb(158,181,205) 0%, transparent 70%);
}.ty_block_id_9158::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    left: -5%;
    width: 20rem;
    opacity: 0.09;
    bottom: -5%;
    height: 20rem;
    filter: blur(8px);
    transform: rotate(15deg);
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, rgb(108,147,176) 0%, transparent 70%);
}.ty_block_id_9158 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    padding: 0 15px;
}.ty_block_id_9158 .smart_guide_9108 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    display: flex;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center bottom;
    border-left: 4px solid rgb(158,181,205);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.ty_block_id_9158 .smart_guide_9108: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);
}.ty_block_id_9158 .smart_guide_9108 > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.ty_block_id_9158 .smart_guide_9108 > div:first-child::after {
    transform-origin: left center;
    transition: width 0.4s ease-out;
    left: 0;
    position: absolute;
    height: 3px;
    width: 4rem;
    background: linear-gradient(to right, rgb(158,181,205), rgb(108,147,176));
    content: "";
    bottom: -0.75rem;
}.ty_block_id_9158 .smart_guide_9108:hover > div:first-child::after {
    width: 8rem;
}.ty_block_id_9158 h5 {
    transform: translateZ(0);
    line-height: 1.4;
    margin: 0;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}.ty_block_id_9158 a {
    transition: transform 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}.ty_block_id_9158 a:hover {
    transform: translateY(-3px);
}.ty_block_id_9158 a::before {
    height: 100%;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    position: absolute;
    z-index: 0;
    content: "";
    background: linear-gradient(to top left, rgb(158,181,205,0.5) 0%, transparent 100%);
    width: 100%;
    right: 0;
}.ty_block_id_9158 a:hover::before {
    opacity: 0.05;
    transform: translateY(0);
}.ty_block_id_9158 p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin: 0;
}

@media (min-width: 768px) {.ty_block_id_9158 {
    padding: 6rem 0;
}.ty_block_id_9158 .smart_guide_9108 {
    border-left: 6px solid rgb(158,181,205);
    padding: 4rem;
}.ty_block_id_9158 .smart_guide_9108 > div:first-child {
    margin-bottom: 2rem;
}.ty_block_id_9158 .smart_guide_9108 > div:first-child::after {
    width: 6rem;
    height: 4px;
}.ty_block_id_9158 .smart_guide_9108:hover > div:first-child::after {
    width: 12rem;
}
}

@media (min-width: 992px) {.ty_block_id_9158 .smart_guide_9108 {
    padding: 5rem;
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
}.ty_block_id_9158 .smart_guide_9108:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.ty_block_id_9158 h5 {
    font-size: calc(20px * 1.1);
}.ty_block_id_9158 p {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.ty_block_id_9158 {
    padding: 3rem 0;
}.ty_block_id_9158 .smart_guide_9108 {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.ty_block_id_9158 h5 {
    font-size: calc(20px * 0.9);
}.ty_block_id_9158 p {
    font-size: calc(18px * 0.95);
}.ty_block_id_9158 .smart_guide_9108 > div:first-child::after {
    width: 3rem;
}.ty_block_id_9158 .smart_guide_9108:hover > div:first-child::after {
    width: 6rem;
}
}

@media (max-width: 480px) {.ty_block_id_9158 {
    padding: 2.5rem 0;
}.ty_block_id_9158 .smart_guide_9108 {
    transform: perspective(600px) rotateX(1deg);
    padding: 1.5rem;
}.ty_block_id_9158 h5 {
    font-size: calc(20px * 0.85);
}.ty_block_id_9158 p {
    font-size: calc(18px * 0.9);
}}.customer_feedback_9857 {
    padding: 8rem 0;
    position: relative;
    background: rgb(204,216,230);
    overflow: hidden;
}.customer_feedback_9857::before {
    left: 0;
    background: linear-gradient(45deg, rgb(158,181,205,0.5) 25%, transparent 25%, transparent 75%, rgb(158,181,205,0.5) 75%),
    linear-gradient(45deg, rgb(158,181,205,0.5) 25%, transparent 25%, transparent 75%, rgb(158,181,205,0.5) 75%);
    content: "";
    top: 0;
    background-position: 0 0, 30px 30px;
    z-index: 0;
    background-size: 60px 60px;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    position: absolute;
}.customer_feedback_9857::after {
    background: rgb(158,181,205,0.5);
    z-index: 0;
    top: 0;
    transform: skewX(-20deg) translateX(-20%);
    height: 100%;
    opacity: 0.1;
    left: 0;
    width: 60%;
    position: absolute;
    content: "";
}.customer_feedback_9857 .container {
    position: relative;
    z-index: 1;
}.customer_feedback_9857 h2 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-size: 30px;
    color: #000000;
    transform: perspective(500px) rotateX(5deg);
    background: linear-gradient(180deg, transparent, rgb(158,181,205,0.5));
    left: 50%;
    padding: 1rem 3rem;
    display: inline-block;
    transform: translateX(-50%);
    margin-bottom: 5rem;
    text-align: center;
    font-weight: 700;
    position: relative;
}.customer_feedback_9857 h2::after {
    background: linear-gradient(90deg, transparent, rgb(158,181,205), transparent);
    height: 5px;
    width: 100%;
    bottom: -10px;
    content: "";
    position: absolute;
    left: 0;
}.customer_feedback_9857 .success_reviews_8765 {
    grid-template-columns: repeat(3, 1fr);
    transform-style: preserve-3d;
    gap: 3rem;
    display: grid;
    perspective: 1000px;
}.customer_feedback_9857 .client_ratings_8450 {
    align-items: center;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    box-shadow: 
        -5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 1px 1px 0 rgba(255, 255, 255, 0.8),
        inset -1px -1px 0 rgba(0, 0, 0, 0.05);
    transform: rotateY(10deg) rotateX(5deg);
    padding: 2.5rem;
    position: relative;
    transform-origin: center center;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}.customer_feedback_9857 .client_ratings_8450:nth-child(2n) {
    transform: rotateY(-10deg) rotateX(-5deg);
}.customer_feedback_9857 .client_ratings_8450:nth-child(3n) {
    transform: rotateY(0) rotateX(-7deg);
}.customer_feedback_9857 .client_ratings_8450::before {
    position: absolute;
    opacity: 0.5;
    background: #ffffff;
    height: 100%;
    content: "";
    width: 100%;
    transform: translateZ(-10px);
    z-index: -1;
    top: 0;
    left: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.customer_feedback_9857 .client_ratings_8450::after {
    position: absolute;
    border-color: transparent transparent rgb(108,147,176,0.5) transparent;
    bottom: 0;
    height: 0;
    transform: translateZ(5px);
    transition: all 0.3s ease;
    border-width: 0 0 30px 30px;
    border-style: solid;
    content: "";
    width: 0;
    right: 0;
}.customer_feedback_9857 .client_ratings_8450:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 1px 1px 0 rgba(255, 255, 255, 1),
        inset -1px -1px 0 rgba(0, 0, 0, 0.1);
    transform: rotateY(0) rotateX(0) translateZ(20px) scale(1.05);
    z-index: 10;
}.customer_feedback_9857 .client_ratings_8450:hover::after {
    border-color: transparent transparent rgb(108,147,176) transparent;
    border-width: 0 0 50px 50px;
}.customer_feedback_9857 .client_ratings_8450 img {
    border-radius: 0;
    width: 80px;
    transition: all 0.5s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    transform: translateZ(15px);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    object-fit: cover;
    height: 80px;
    border: 2px solid #ffffff;
}.customer_feedback_9857 .client_ratings_8450:hover img {
    transform: translateZ(30px) rotate(360deg);
}.customer_feedback_9857 .client_ratings_8450 p {
    font-weight: 600;
    transform: translateZ(10px);
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 19px;
    transition: all 0.3s ease;
    color: #000000;
}.customer_feedback_9857 .client_ratings_8450:hover p {
    transform: translateZ(25px);
    color: rgb(158,181,205);
}.customer_feedback_9857 .client_ratings_8450 .description {
    font-weight: 400;
    text-align: center;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    transform: translateZ(5px);
    padding: 1rem;
}.customer_feedback_9857 .client_ratings_8450:hover .description {
    transform: translateZ(20px);
}.customer_feedback_9857 .client_ratings_8450 .description::before {
    transition: all 0.3s ease;
    width: 20px;
    border-top: 2px solid rgb(158,181,205,0.5);
    height: 20px;
    border-left: 2px solid rgb(158,181,205,0.5);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.customer_feedback_9857 .client_ratings_8450:hover .description::before {
    border-color: rgb(158,181,205);
    height: 30px;
    width: 30px;
}.customer_feedback_9857 .client_ratings_8450 .description::after {
    right: 0;
    transition: all 0.3s ease;
    bottom: 0;
    content: "";
    border-bottom: 2px solid rgb(108,147,176,0.5);
    height: 20px;
    position: absolute;
    width: 20px;
    border-right: 2px solid rgb(108,147,176,0.5);
}.customer_feedback_9857 .client_ratings_8450:hover .description::after {
    height: 30px;
    width: 30px;
    border-color: rgb(108,147,176);
}.customer_feedback_9857 .client_ratings_8450:nth-child(3n+1)::before {
    background: linear-gradient(135deg, #ffffff, rgb(204,216,230));
}.customer_feedback_9857 .client_ratings_8450:nth-child(3n+2)::before {
    background: linear-gradient(45deg, #ffffff, rgb(204,216,230));
}.customer_feedback_9857 .smart_guide_9108::before {
    content: "";
    width: 200px;
    left: -50px;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    height: 200px;
    opacity: 0.1;
    background: rgb(158,181,205,0.5);
    bottom: -50px;
    position: absolute;
}.customer_feedback_9857 .smart_guide_9108::after {
    position: absolute;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    top: -50px;
    opacity: 0.1;
    right: -50px;
    width: 200px;
    z-index: -1;
    height: 200px;
    background: rgb(108,147,176,0.5);
    content: "";
}

@keyframes fold {
    0%, 100% { transform: rotateY(0) rotateX(0); }
    50% { transform: rotateY(5deg) rotateX(5deg); }
}

@media (max-width: 992px) {.customer_feedback_9857 .success_reviews_8765 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.customer_feedback_9857 {
    padding: 5rem 0;
}.customer_feedback_9857 h2 {
    clip-path: none;
    margin-bottom: 3rem;
    font-size: calc(30px * 0.9);
    transform: none;
    padding: 0;
    background: none;
}.customer_feedback_9857 .success_reviews_8765 {
    grid-template-columns: 1fr;
    gap: 3rem;
}.customer_feedback_9857 .client_ratings_8450,
    .customer_feedback_9857 .client_ratings_8450:nth-child(2n),
    .customer_feedback_9857 .client_ratings_8450:nth-child(3n) {
    animation: fold 10s infinite alternate ease-in-out;
    transform: none;
}.customer_feedback_9857 .client_ratings_8450:hover {
    transform: translateY(-10px);
}.customer_feedback_9857 .client_ratings_8450:hover img {
    transform: translateZ(10px) rotate(360deg);
}.customer_feedback_9857 .client_ratings_8450 img,
    .customer_feedback_9857 .client_ratings_8450 p,
    .customer_feedback_9857 .client_ratings_8450 .description,
    .customer_feedback_9857 .client_ratings_8450:hover p,
    .customer_feedback_9857 .client_ratings_8450:hover .description {
    transform: none;
}}.pricing_section_6479 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing_section_6479::before {
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: 1;
}.pricing_section_6479 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.pricing_section_6479 .pro_rates_0425 {
    perspective: 1000px;
}.pricing_section_6479 h2 {
    margin-bottom: 25px;
    transform: translateZ(50px);
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
}.pricing_section_6479 h2::after {
    box-shadow: 0 0 15px rgb(158,181,205,0.5);
    background: rgb(158,181,205);
    left: 50%;
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
}.pricing_section_6479 .fee_offers_5108 {
    color: #ffffff;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 60px;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 16px;
}.pricing_section_6479 .rate_packages_4981 {
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    padding: 0;
}.pricing_section_6479 .plan_deals_2439 {
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    height: 100%;
    transform-style: preserve-3d;
    text-decoration: none;
}.pricing_section_6479 .pricing_levels_1730 {
    backdrop-filter: blur(10px);
    padding: 8px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.pricing_section_6479 .pricing_levels_1730::before {
    background-size: 200% 200%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
    left: -5px;
    animation: shimmer 3s infinite linear;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    bottom: -5px;
    right: -5px;
    position: absolute;
    top: -5px;
}.pricing_section_6479 .lesson_fees_2694 {
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    display: flex;
    transition: all 0.3s ease;
    padding: 35px 25px;
    border: 1px solid rgba(255,255,255,0.05);
    height: 100%;
    border-radius: 4px;
    flex-direction: column;
    position: relative;
}.pricing_section_6479 .lesson_fees_2694 h4 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    color: #ffffff;
}.pricing_section_6479 .lesson_fees_2694 h4::after {
    width: 40px;
    content: "";
    background: rgb(158,181,205);
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
}.pricing_section_6479 .lesson_fees_2694 p {
    font-size: calc(16px - 2px);
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 25px;
}.pricing_section_6479 .plan_rates_4920 {
    display: inline-block;
    position: relative;
    padding: 12px 25px;
    background: linear-gradient(135deg, rgb(158,181,205) 0%, rgb(108,147,176) 100%);
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    color: #ffffff;
    border-radius: 30px;
    align-self: flex-start;
    font-weight: 700;
    overflow: hidden;
    font-size: calc(24px + 4px);
}.pricing_section_6479 .plan_rates_4920::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    transition: 0.5s;
    content: "";
}.pricing_section_6479 .plan_deals_2439:hover {
    transform: translateY(-10px) rotateX(5deg);
}.pricing_section_6479 .plan_deals_2439:hover .pricing_levels_1730 {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.pricing_section_6479 .plan_deals_2439:hover .pricing_levels_1730::before {
    opacity: 1;
}.pricing_section_6479 .plan_deals_2439:hover .lesson_fees_2694 h4::after {
    width: 80px;
}.pricing_section_6479 .plan_deals_2439:hover .plan_rates_4920::before {
    left: 100%;
}.pricing_section_6479 .plan_deals_2439:hover .lesson_fees_2694 {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

@media (max-width: 1200px) {.pricing_section_6479 {
    padding: 100px 0;
}.pricing_section_6479 .rate_packages_4981 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.pricing_section_6479 .lesson_fees_2694 {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.pricing_section_6479 {
    padding: 80px 0;
}.pricing_section_6479 h2 {
    font-size: calc(32px - 4px);
}.pricing_section_6479 .fee_offers_5108 {
    margin-bottom: 40px;
}.pricing_section_6479 .rate_packages_4981 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_section_6479 .lesson_fees_2694 h4 {
    font-size: calc(24px - 1px);
}.pricing_section_6479 .plan_rates_4920 {
    font-size: calc(24px + 2px);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.pricing_section_6479 {
    padding: 60px 0;
}.pricing_section_6479 h2 {
    font-size: calc(32px - 6px);
}.pricing_section_6479 .fee_offers_5108 {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.pricing_section_6479 .lesson_fees_2694 {
    padding: 25px 15px;
}.pricing_section_6479 .lesson_fees_2694 p {
    font-size: calc(16px - 3px);
    margin-bottom: 20px;
}.pricing_section_6479 .plan_rates_4920 {
    padding: 8px 15px;
    font-size: calc(24px + 0px);
}
}

@media (hover: none) {.pricing_section_6479 .plan_deals_2439:hover {
    transform: none;
}.pricing_section_6479 .pricing_levels_1730 {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.pricing_section_6479 .plan_deals_2439:active {
    transform: scale(0.98);
}}header .top_base_1029 {
    justify-content: space-between;
    display: flex;
    left: 0;
    background: linear-gradient(135deg, rgb(158,181,205,0.5) 0%, rgb(108,147,176) 100%);
    padding: 1.5rem 2rem;
    align-items: center;
    z-index: 100;
    overflow: visible;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}header .top_base_1029 .main_learning_4981 {
    position: relative;
    transform: skewX(5deg);
    z-index: 2;
}header .top_base_1029 .main_learning_4981 .header_start_6439 {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .top_base_1029 .main_learning_4981 .header_start_6439:hover {
    transform: translateY(-8px) rotate(0deg);
}header .top_base_1029 .main_learning_4981 svg {
    height: auto;
    width: 80px;
}header .top_base_1029 .main_pagewrap_8603 {
    gap: 1rem;
    position: relative;
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
}header .top_base_1029 .main_pagewrap_8603::before {
    border-radius: 10px;
    left: -20px;
    z-index: -1;
    width: calc(100% + 40px);
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(158,181,205,0.5) 100%);
    height: calc(100% + 20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    position: absolute;
    top: -10px;
}header .top_base_1029 .top_site_0764 {
    position: relative;
    transition: transform 0.3s ease;
}header .top_base_1029 .top_site_0764 a {
    font-size: 17px;
    font-weight: 600;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: block;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    transition: color 0.3s ease;
}header .top_base_1029 .top_site_0764 a::before {
    background: rgb(108,147,176);
    bottom: 0;
    transform-origin: right;
    transform: scaleX(0) rotate(-2deg);
    transition: transform 0.3s ease;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
}header .top_base_1029 .top_site_0764 a:hover {
    color: rgb(108,147,176);
}header .top_base_1029 .top_site_0764 a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .top_base_1029 {
    flex-direction: column;
    transform: skewX(0);
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    width: 100vw;
}header .top_base_1029 .main_learning_4981 {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .top_base_1029 .main_pagewrap_8603 {
    transform: skewX(0);
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .top_base_1029 .main_pagewrap_8603::before {
    transform: skewX(0);
}header .top_base_1029 .main_pagewrap_8603:hover::before {
    transform: skewX(0);
}header .top_base_1029 .top_site_0764 {
    margin: 0.25rem;
}header .top_base_1029 .top_site_0764:nth-child(odd),
  header .top_base_1029 .top_site_0764:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .top_base_1029 {
    padding: 0.75rem;
}header .top_base_1029 .main_pagewrap_8603 {
    align-items: center;
    flex-direction: column;
}header .top_base_1029 .top_site_0764 {
    text-align: center;
    width: 100%;
}header .top_base_1029 .main_learning_4981 svg {
    width: 100px;
}}.consentNotificationBox_5749 {
    bottom: 0;
    z-index: 90;
    background: rgb(204,216,230);
    width: 100%;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    border-top: 3px solid rgb(158,181,205);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}.privacy_ack_1458 {
    max-width: 1200px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    margin: 0 auto;
}.policy_ack_4185 {
    flex-shrink: 0;
    margin-right: 15px;
}.policy_ack_4185 svg {
    fill: rgb(158,181,205);
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease;
}.policy_ack_4185 svg:hover {
    fill: rgb(108,147,176);
}.cookie_necessary_9134 {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}.consentNotificationBox_5749 h5 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 21px;
    font-family: Arial, sans-serif;
    color: rgb(158,181,205);
}.consentNotificationBox_5749 p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
}.online_tracking_8102 {
    line-height: 35px;
    cursor: pointer;
    font-size: 20px;
    background: rgb(158,181,205);
    text-decoration: none;
    border-radius: 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
}.online_tracking_8102:hover {
    background: rgb(108,147,176);
    box-shadow: 0 0 10px rgb(108,147,176,0.5);
}#acceptCookiesAgreementBtn_3215 {
    background: rgb(158,181,205);
}#declinePrivacyCookieUsage_3014 {
    background: rgba(0, 0, 0, 0.5);
}.consentNotificationBox_5749 p a {
    text-decoration: underline;
    color: rgb(158,181,205);
    transition: color 0.3s ease;
}.consentNotificationBox_5749 p a:hover {
    color: rgb(108,147,176);
}
@media only screen and (max-width: 1200px) {.privacy_ack_1458 {
    flex-direction: column;
    align-items: center;
}.policy_ack_4185 {
    margin-bottom: 15px;
}.cookie_necessary_9134 {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.online_tracking_8102 {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.privacy_ack_1458 {
    padding: 15px;
}.policy_ack_4185 {
    display: none;
}.consentNotificationBox_5749 h5 {
    font-size: 16px;
}.consentNotificationBox_5749 p {
    font-size: 14px;
}}
#cookie_message_box_6139 {
    display: none;
}#cookie_message_box_6139:checked ~ .consentNotificationBox_5749 {
    opacity: 0;
    visibility: hidden;
}.privacy_preserve_0924 {
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    height: 100%;
    font-family: Arial, sans-serif;
    background-color: rgb(108,147,176);
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}.privacy_preserve_0924 h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 47px;
    border-bottom: 2px solid rgb(108,147,176);
    text-shadow: 0 0 8px rgb(158,181,205);
    font-weight: 700;
    margin-top: 30px;
    color: #ffffff;
}.privacy_preserve_0924 h2 {
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(108,147,176);
    text-transform: uppercase;
    margin-top: 25px;
    font-size: 36px;
    font-weight: 600;
}.privacy_preserve_0924 h3, .privacy_preserve_0924 h4, .privacy_preserve_0924 h5, .privacy_preserve_0924 h6 {
    font-size: 23px;
    text-shadow: 0 0 5px rgb(158,181,205,0.5);
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
    margin-top: 20px;
}.privacy_preserve_0924 ul, .privacy_preserve_0924 ol {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    list-style-position: inside;
    padding-left: 0;
}.privacy_preserve_0924 li {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}.privacy_preserve_0924 section {
    border-radius: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}.privacy_preserve_0924 p, .privacy_preserve_0924 span, .privacy_preserve_0924 div {
    font-weight: 300;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(158,181,205,0.5);
    background-color: rgb(158,181,205,0.5);
    line-height: 1.8;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    border-left: 3px solid rgb(158,181,205);
}

@media only screen and (max-width: 800px) {.privacy_preserve_0924 {
    padding: 20px;
}.privacy_preserve_0924 h1 {
    font-size: calc(23px - 10%);
}.privacy_preserve_0924 h2 {
    font-size: calc(23px - 10%);
}.privacy_preserve_0924 h3, .privacy_preserve_0924 h4, .privacy_preserve_0924 h5, .privacy_preserve_0924 h6 {
    font-size: calc(23px - 10%);
}.privacy_preserve_0924 li {
    font-size: calc(14px - 10%);
}}.instructor_profile_7816 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,216,230) 0%, rgb(158,181,205,0.5) 100%);
    padding: 6rem 2rem;
    position: relative;
}.instructor_profile_7816::before {
    background: rgb(108,147,176,0.5);
    position: absolute;
    z-index: 0;
    content: "";
    transform: rotate(-15deg) translateZ(0);
    width: 30%;
    height: 30%;
    filter: blur(20px);
    right: -5%;
    top: -5%;
}.instructor_profile_7816::after {
    z-index: 0;
    bottom: -5%;
    width: 25%;
    transform: rotate(15deg) translateZ(0);
    position: absolute;
    content: "";
    height: 25%;
    filter: blur(15px);
    left: -5%;
    background: rgb(158,181,205,0.5);
}.instructor_profile_7816 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.instructor_profile_7816 .client_ratings_8450 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    gap: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    padding: 3rem;
    position: relative;
    display: grid;
}.instructor_profile_7816 .client_ratings_8450:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
}.instructor_profile_7816 .client_ratings_8450 > div:first-child {
    overflow: hidden;
    position: relative;
}.instructor_profile_7816 .frame_5674 {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scale(1.05);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
}.instructor_profile_7816 .client_ratings_8450:hover .frame_5674 {
    transform: scale(1);
}.instructor_profile_7816 .client_ratings_8450 > div:nth-child(2) {
    display: flex;
    position: relative;
    gap: 0.5rem;
    flex-direction: column;
    padding-left: 2rem;
}.instructor_profile_7816 .client_ratings_8450 > div:nth-child(2)::before {
    height: 70%;
    width: 4px;
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(158,181,205), rgb(108,147,176));
    content: "";
}.instructor_profile_7816 .name {
    font-weight: 700;
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 18px;
    display: inline-block;
}.instructor_profile_7816 .name::after {
    bottom: -5px;
    transition: width 0.4s ease-out;
    width: 0;
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
    background: rgb(158,181,205);
}.instructor_profile_7816 .client_ratings_8450:hover .name::after {
    width: 100%;
}.instructor_profile_7816 .client_ratings_8450 > div:nth-child(2) > div {
    opacity: 0.9;
    font-weight: 600;
    font-size: calc(18px - 2px);
    letter-spacing: 0.5px;
    color: rgb(108,147,176);
}.instructor_profile_7816 .client_ratings_8450 > div:nth-child(3) {
    position: relative;
}.instructor_profile_7816 .career_details_4380 {
    color: #000000;
    font-size: 18px;
    margin: 0;
    background: linear-gradient(to right, rgba(rgb(204,216,230), 0.05), rgba(rgb(204,216,230), 0.02));
    padding: 1.5rem;
    position: relative;
    border-left: 3px solid rgb(158,181,205,0.5);
    line-height: 1.7;
}.instructor_profile_7816 .career_details_4380::before {
    line-height: 1;
    color: rgb(158,181,205,0.5);
    opacity: 0.2;
    content: "";
    left: 0.5rem;
    top: -0.5rem;
    position: absolute;
    font-size: 5rem;
    font-family: serif;
}

@media (min-width: 768px) {.instructor_profile_7816 {
    padding: 8rem 3rem;
}.instructor_profile_7816 .client_ratings_8450 {
    gap: 3rem 4rem;
    padding: 4rem;
    grid-template-columns: minmax(200px, 300px) 1fr;
    grid-template-rows: auto 1fr;
}.instructor_profile_7816 .client_ratings_8450 > div:first-child {
    grid-row: span 2;
}.instructor_profile_7816 .frame_5674 {
    height: 100%;
}.instructor_profile_7816 .client_ratings_8450 > div:nth-child(2) {
    padding-left: 3rem;
}.instructor_profile_7816 .career_details_4380 {
    font-size: calc(18px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.instructor_profile_7816 {
    padding: 10rem 4rem;
}.instructor_profile_7816 .client_ratings_8450 {
    grid-template-columns: minmax(300px, 400px) 1fr;
    padding: 5rem;
    gap: 4rem 5rem;
}.instructor_profile_7816 .name {
    font-size: calc(18px + 2px);
}.instructor_profile_7816 .client_ratings_8450 > div:nth-child(2) > div {
    font-size: 18px;
}.instructor_profile_7816 .career_details_4380 {
    line-height: 1.8;
}.instructor_profile_7816 .client_ratings_8450::after {
    content: "";
    position: absolute;
    height: 150px;
    width: 150px;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(158,181,205,0.5) 50%);
    top: 0;
    opacity: 0.1;
    transition: opacity 0.3s ease;
}.instructor_profile_7816 .client_ratings_8450:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.instructor_profile_7816 {
    padding: 4rem 1.5rem;
}.instructor_profile_7816 .client_ratings_8450 {
    padding: 2rem;
    gap: 2rem;
}.instructor_profile_7816 .frame_5674 {
    height: 250px;
}.instructor_profile_7816 .name {
    font-size: calc(18px - 1px);
}.instructor_profile_7816 .client_ratings_8450 > div:nth-child(2) > div {
    font-size: calc(18px - 3px);
}.instructor_profile_7816 .career_details_4380 {
    font-size: calc(18px - 1px);
    padding: 1rem;
}}.contact_us_8315 {
    padding: 0;
    position: relative;
}.contact_us_8315::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    background-color: rgb(204,216,230);
    opacity: 0.92;
}.contact_us_8315 .container {
    position: relative;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}.contact_us_8315 .support_info_2356 {
    display: flex;
    position: relative;
}.contact_us_8315 .inquiry_box_4189 {
    flex-direction: column;
    background-color: rgb(158,181,205);
    padding: 80px 50px;
    justify-content: center;
    width: 40%;
    color: #ffffff;
    display: flex;
}.contact_us_8315 .inquiry_box_4189 h3 {
    position: relative;
    color: #ffffff;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 34px;
}.contact_us_8315 .inquiry_box_4189 h3::after {
    content: '';
    background: #ffffff;
    width: 60px;
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -15px;
}.contact_us_8315 .inquiry_box_4189 div {
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
}.contact_us_8315 .inquiry_box_4189 div:last-child {
    border-bottom: none;
}.contact_us_8315 .inquiry_box_4189 svg {
    margin-right: 20px;
    height: 25px;
    width: 25px;
}.contact_us_8315 .inquiry_box_4189 svg path {
    fill: #ffffff;
}.contact_us_8315 .inquiry_box_4189 span {
    font-size: 13px;
    color: #ffffff;
}.contact_us_8315 .inquiry_box_4189 a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: #ffffff;
}.contact_us_8315 .inquiry_box_4189 a:hover {
    opacity: 0.8;
}.contact_us_8315 .request_form_5342 {
    display: flex;
    padding: 100px 50px 100px 100px;
    align-items: center;
    background-color: #ffffff;
    width: 60%;
}.contact_us_8315 form {
    width: 100%;
}.contact_us_8315 form h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    font-size: 34px;
}.contact_us_8315 form h3::after {
    width: 60px;
    height: 3px;
    content: '';
    bottom: -15px;
    background: rgb(158,181,205);
    left: 0;
    position: absolute;
}.contact_us_8315 form input[type="text"],
.contact_us_8315 form input[type="email"] {
    border: none;
    color: #000000;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    background: transparent;
    font-size: 13px;
    width: 100%;
    transition: all 0.3s ease;
}.contact_us_8315 form input[type="text"]:focus,
.contact_us_8315 form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(158,181,205);
}.contact_us_8315 form input::placeholder {
    color: #9e9e9e;
}.contact_us_8315 .connect_grid_7862 {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}.contact_us_8315 .connect_grid_7862 input[type="checkbox"] {
    position: relative;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    margin-right: 15px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    appearance: none;
}.contact_us_8315 .connect_grid_7862 input[type="checkbox"]:checked {
    background-color: rgb(158,181,205);
    border-color: rgb(158,181,205);
}.contact_us_8315 .connect_grid_7862 input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    height: 10px;
    left: 6px;
    transform: rotate(45deg);
    width: 6px;
    top: 2px;
    border: solid white;
    content: '';
    position: absolute;
}.contact_us_8315 .connect_grid_7862 label {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}.contact_us_8315 .connect_grid_7862 a {
    color: rgb(158,181,205);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}.contact_us_8315 .connect_grid_7862 a:hover {
    color: rgb(108,147,176);
}.contact_us_8315 .inquiry_section_9236 {
    border: none;
    font-weight: 600;
    z-index: 1;
    background: rgb(158,181,205);
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    position: relative;
    padding: 15px 40px;
    font-size: 15px;
}.contact_us_8315 .inquiry_section_9236::after {
    height: 100%;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    background: rgb(108,147,176);
    content: '';
    position: absolute;
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    transform-origin: right;
}.contact_us_8315 .inquiry_section_9236:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 1024px) {.contact_us_8315 .inquiry_box_4189 {
    padding: 60px 30px;
}.contact_us_8315 .request_form_5342 {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.contact_us_8315 .support_info_2356 {
    flex-direction: column;
}.contact_us_8315 .inquiry_box_4189 {
    width: 100%;
    padding: 50px 30px;
    clip-path: none;
}.contact_us_8315 .request_form_5342 {
    width: 100%;
    padding: 50px 30px;
}.contact_us_8315 .inquiry_box_4189 h3,
    .contact_us_8315 form h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.contact_us_8315 .inquiry_box_4189,
    .contact_us_8315 .request_form_5342 {
    padding: 40px 25px;
}.contact_us_8315 .inquiry_box_4189 h3,
    .contact_us_8315 form h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.8);
}.contact_us_8315 .inquiry_box_4189 div {
    margin-bottom: 20px;
}.contact_us_8315 .inquiry_section_9236 {
    padding: 15px 20px;
    width: 100%;
}}.potential_learners_7563 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(204,216,230) 0%, #ffffff 100%);
    padding: 100px 0;
}.potential_learners_7563::before {
    background: rgb(158,181,205,0.5);
    position: absolute;
    content: "";
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
    height: 100%;
    right: 0;
    width: 50%;
    z-index: 1;
}.potential_learners_7563::after {
    z-index: 1;
    position: absolute;
    bottom: 0;
    background: rgb(108,147,176,0.5);
    content: "";
    height: 100%;
    opacity: 0.1;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    width: 50%;
    left: 0;
}.potential_learners_7563 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
}.potential_learners_7563 .smart_guide_9108 {
    position: relative;
}.potential_learners_7563 h4 {
    color: #000000;
    border-left: 4px solid rgb(158,181,205);
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    text-align: left;
    padding-left: 20px;
    font-size: 31px;
}.potential_learners_7563 h4::after {
    height: 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(108,147,176), transparent);
    bottom: -10px;
    width: 60%;
    content: "";
}.potential_learners_7563 div > div {
    margin-left: 60px;
    display: flex;
    max-width: 800px;
    flex-direction: column;
    position: relative;
}.potential_learners_7563 div > div::before {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgb(158,181,205,0.5), rgb(108,147,176,0.5));
    content: "";
    left: 15px;
}.potential_learners_7563 p {
    z-index: 2;
    border-radius: 10px;
    margin-left: 30px;
    font-size: 15px;
    align-items: center;
    padding: 20px 25px;
    background: #ffffff;
    color: #000000;
    display: flex;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}.potential_learners_7563 p:last-child {
    margin-bottom: 0;
}.potential_learners_7563 p::before {
    background: linear-gradient(90deg, rgb(158,181,205,0.5), rgb(108,147,176));
    left: -30px;
    transform: translateY(-50%);
    top: 50%;
    height: 2px;
    width: 30px;
    position: absolute;
    content: "";
}.potential_learners_7563 p::after {
    z-index: 3;
    height: 16px;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 3px solid rgb(158,181,205);
    width: 16px;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    left: -42px;
    border-radius: 50%;
    position: absolute;
}.potential_learners_7563 p:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.potential_learners_7563 p:hover::after {
    background: rgb(158,181,205);
    transform: translateY(-50%) scale(1.2);
}.potential_learners_7563 p:nth-child(odd)::after {
    border-color: rgb(158,181,205);
}.potential_learners_7563 p:nth-child(even)::after {
    border-color: rgb(108,147,176);
}.potential_learners_7563 p:nth-child(even):hover::after {
    background: rgb(108,147,176);
}.potential_learners_7563 p svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
}.potential_learners_7563 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(158,181,205);
}.potential_learners_7563 p:nth-child(even) svg path {
    fill: rgb(108,147,176);
}.potential_learners_7563 p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.potential_learners_7563 p:nth-child(1) {
    transform: translateX(0);
}.potential_learners_7563 p:nth-child(2) {
    transform: translateX(30px);
}.potential_learners_7563 p:nth-child(3) {
    transform: translateX(60px);
}.potential_learners_7563 p:nth-child(4) {
    transform: translateX(90px);
}.potential_learners_7563 p:nth-child(5) {
    transform: translateX(120px);
}.potential_learners_7563 p:nth-child(6) {
    transform: translateX(150px);
}.potential_learners_7563 p:nth-child(1):hover {
    transform: translateX(10px);
}.potential_learners_7563 p:nth-child(2):hover {
    transform: translateX(40px);
}.potential_learners_7563 p:nth-child(3):hover {
    transform: translateX(70px);
}.potential_learners_7563 p:nth-child(4):hover {
    transform: translateX(100px);
}.potential_learners_7563 p:nth-child(5):hover {
    transform: translateX(130px);
}.potential_learners_7563 p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.potential_learners_7563 .smart_guide_9108 > div p {
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}.potential_learners_7563 .smart_guide_9108 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.potential_learners_7563 .smart_guide_9108 > div p:nth-child(2) {
    opacity: 1;
    animation-delay: 0.2s;
    animation-name: none;
    transform: translateX(30px);
}.potential_learners_7563 .smart_guide_9108 > div p:nth-child(3) {
    opacity: 1;
    animation-delay: 0.3s;
    animation-name: none;
    transform: translateX(60px);
}.potential_learners_7563 .smart_guide_9108 > div p:nth-child(4) {
    animation-name: none;
    opacity: 1;
    animation-delay: 0.4s;
    transform: translateX(90px);
}.potential_learners_7563 .smart_guide_9108 > div p:nth-child(5) {
    animation-delay: 0.5s;
    animation-name: none;
    transform: translateX(120px);
    opacity: 1;
}.potential_learners_7563 .smart_guide_9108 > div p:nth-child(6) {
    transform: translateX(150px);
    animation-delay: 0.6s;
    animation-name: none;
    opacity: 1;
}.potential_learners_7563 .smart_guide_9108 > div p:nth-child(7) {
    transform: translateX(120px);
    opacity: 1;
    animation-name: none;
    animation-delay: 0.6s;
}.potential_learners_7563 .smart_guide_9108 > div p:nth-child(8) {
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
    transform: translateX(90px);
}.potential_learners_7563 .smart_guide_9108 > div p:nth-child(9) {
    transform: translateX(60px);
    animation-delay: 0.6s;
    animation-name: none;
    opacity: 1;
}.potential_learners_7563 .smart_guide_9108 > div p:nth-child(10) {
    transform: translateX(30px);
    animation-delay: 0.6s;
    opacity: 1;
    animation-name: none;
}


@media (max-width: 991px) {.potential_learners_7563 {
    padding: 80px 0;
}.potential_learners_7563 h4 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.9);
}.potential_learners_7563 div > div {
    margin-left: 40px;
}.potential_learners_7563 p {
    padding: 18px 20px;
    margin-bottom: 25px;
}.potential_learners_7563 p:nth-child(1) {
    transform: translateX(0);
}.potential_learners_7563 p:nth-child(2) {
    transform: translateX(20px);
}.potential_learners_7563 p:nth-child(3) {
    transform: translateX(40px);
}.potential_learners_7563 p:nth-child(4) {
    transform: translateX(60px);
}.potential_learners_7563 p:nth-child(5) {
    transform: translateX(80px);
}.potential_learners_7563 p:nth-child(6) {
    transform: translateX(100px);
}.potential_learners_7563 p:nth-child(7) {
    transform: translateX(120px);
}.potential_learners_7563 p:nth-child(8) {
    transform: translateX(140px);
}.potential_learners_7563 p:nth-child(9) {
    transform: translateX(160px);
}.potential_learners_7563 p:nth-child(10) {
    transform: translateX(180px);
}.potential_learners_7563 p:nth-child(1):hover {
    transform: translateX(5px);
}.potential_learners_7563 p:nth-child(2):hover {
    transform: translateX(25px);
}.potential_learners_7563 p:nth-child(3):hover {
    transform: translateX(45px);
}.potential_learners_7563 p:nth-child(4):hover {
    transform: translateX(65px);
}.potential_learners_7563 p:nth-child(5):hover {
    transform: translateX(85px);
}.potential_learners_7563 p:nth-child(6):hover {
    transform: translateX(105px);
}.potential_learners_7563 p:nth-child(7):hover {
    transform: translateX(125px);
}.potential_learners_7563 p:nth-child(8):hover {
    transform: translateX(145px);
}.potential_learners_7563 p:nth-child(9):hover {
    transform: translateX(165px);
}.potential_learners_7563 p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.potential_learners_7563 {
    padding: 70px 0;
}.potential_learners_7563 h4 {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(31px * 0.8);
}.potential_learners_7563 div > div {
    margin-left: 30px;
}.potential_learners_7563 div > div::before {
    left: 10px;
}.potential_learners_7563 p {
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
}.potential_learners_7563 p::before {
    left: -20px;
    width: 20px;
}.potential_learners_7563 p::after {
    left: -32px;
    width: 14px;
    height: 14px;
}.potential_learners_7563 p:nth-child(1) {
    transform: translateX(0);
}.potential_learners_7563 p:nth-child(2) {
    transform: translateX(0);
}.potential_learners_7563 p:nth-child(3) {
    transform: translateX(0);
}.potential_learners_7563 p:nth-child(4) {
    transform: translateX(0);
}.potential_learners_7563 p:nth-child(5) {
    transform: translateX(0);
}.potential_learners_7563 p:nth-child(6) {
    transform: translateX(0);
}.potential_learners_7563 p:hover,
    .potential_learners_7563 p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.potential_learners_7563 {
    padding: 60px 0;
}.potential_learners_7563 h4 {
    border-left-width: 3px;
    margin-bottom: 30px;
    font-size: calc(31px * 0.7);
}.potential_learners_7563 div > div {
    margin-left: 25px;
}.potential_learners_7563 p {
    padding: 12px;
    font-size: calc(15px * 0.9);
    margin-bottom: 15px;
}.potential_learners_7563 p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.potential_learners_7563 p::after {
    border-width: 2px;
    height: 12px;
    width: 12px;
}}.training_structure_6247 {
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(204,216,230) 0%, rgba(245, 247, 251, 0.95) 100%);
    z-index: 1;
    overflow: hidden;
}.training_structure_6247::before {
    animation: float 20s infinite alternate ease-in-out;
    z-index: -1;
    top: -5%;
    width: 40%;
    height: 70%;
    filter: blur(40px);
    background: linear-gradient(120deg, rgb(158,181,205,0.5), rgb(108,147,176,0.5));
    content: "";
    right: -10%;
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.15;
    position: absolute;
}.training_structure_6247::after {
    opacity: 0.1;
    content: "";
    z-index: -1;
    bottom: -15%;
    width: 30%;
    background: linear-gradient(220deg, rgb(108,147,176,0.5), rgb(158,181,205,0.5));
    left: -5%;
    height: 50%;
    position: absolute;
    transform: rotate(25deg) skewY(-10deg);
    animation: float 25s infinite alternate-reverse ease-in-out;
    filter: blur(30px);
}.training_structure_6247 .smart_guide_9108 {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.training_structure_6247 h2 {
    font-size: 32px;
    max-width: 80%;
    transform: translateX(-0.5rem);
    font-weight: 700;
    letter-spacing: -0.5px;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
}.training_structure_6247 h2::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.8;
    background-color: rgb(158,181,205);
    top: 0.6em;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    left: -1.5rem;
    width: 0.7rem;
    height: 0.7rem;
}.training_structure_6247 h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(158,181,205) 0%, rgb(108,147,176) 100%);
    bottom: -0.8rem;
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 1px;
    content: "";
    width: 3.5rem;
    position: absolute;
    height: 3px;
    transform-origin: left center;
}.training_structure_6247:hover h2::after {
    width: 5rem;
}.training_structure_6247 .text_body_5982 {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.65));
    padding: 2.5rem;
    position: relative;
    border-left: 3px solid rgb(158,181,205);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    backdrop-filter: blur(5px);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.1),
        0 2px 8px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
}.training_structure_6247 .text_body_5982::before {
    z-index: -1;
    content: "";
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(rgb(108,147,176,0.5), 0.05));
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
}.training_structure_6247 .text_body_5982:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 35px -15px rgba(0, 0, 0, 0.15),
        0 3px 10px -2px rgba(0, 0, 0, 0.08);
}.training_structure_6247 p {
    font-size: calc(14px + 0.05rem);
    line-height: 1.7;
    margin: 0;
    z-index: 2;
    color: #000000;
    position: relative;
}

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

@media (min-width: 768px) {.training_structure_6247 {
    padding: 10rem 0;
}.training_structure_6247 .smart_guide_9108 {
    padding: 0 4rem;
    grid-template-columns: 1fr;
}.training_structure_6247 h2 {
    max-width: 70%;
    font-size: calc(32px * 1.1);
    margin-bottom: 1rem;
}.training_structure_6247 .text_body_5982 {
    padding: 3rem 3.5rem;
    margin-left: 2rem;
    border-left-width: 4px;
}.training_structure_6247 p {
    line-height: 1.75;
    font-size: calc(14px + 0.1rem);
}
}

@media (min-width: 1024px) {.training_structure_6247 .smart_guide_9108 {
    grid-template-columns: 1fr;
    gap: 4rem;
}.training_structure_6247 h2 {
    transform: translateX(-1rem);
    max-width: 60%;
    font-size: calc(32px * 1.2);
}.training_structure_6247 h2::before {
    width: 0.8rem;
    left: -2rem;
    height: 0.8rem;
}.training_structure_6247 .text_body_5982 {
    margin-left: 4rem;
    padding: 3.5rem 4rem;
    border-left-width: 5px;
}
}

@media (max-width: 767px) {.training_structure_6247 {
    padding: 5rem 0;
}.training_structure_6247 .smart_guide_9108 {
    padding: 0 1.5rem;
}.training_structure_6247 h2 {
    max-width: 100%;
    font-size: calc(32px * 0.9);
}.training_structure_6247 h2::before {
    left: -1.2rem;
    height: 0.6rem;
    width: 0.6rem;
}.training_structure_6247 .text_body_5982 {
    margin-left: 0;
    padding: 1.8rem;
}.training_structure_6247 p {
    font-size: 14px;
    line-height: 1.6;
}}.meet_us_3768 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,216,230) 0%, rgba(245, 245, 245, 0.9) 100%);
    padding: 6rem 0;
}.meet_us_3768::before {
    width: 30%;
    top: -5%;
    height: 30%;
    right: -5%;
    transform: rotate(-15deg) translateZ(0);
    z-index: 0;
    background: rgb(158,181,205,0.5);
    content: "";
    position: absolute;
    filter: blur(40px);
}.meet_us_3768::after {
    transform: rotate(15deg) translateZ(0);
    background: rgb(108,147,176,0.5);
    width: 25%;
    left: -5%;
    bottom: -5%;
    filter: blur(35px);
    content: "";
    position: absolute;
    height: 25%;
    z-index: 0;
}.meet_us_3768 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
}.meet_us_3768 h1 {
    transform: translateX(-0.5rem);
    font-size: 41px;
    position: relative;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    margin-bottom: 3rem;
    color: #000000;
}.meet_us_3768 h1::after {
    transform-origin: left;
    bottom: -1rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    height: 0.35rem;
    background: linear-gradient(90deg, rgb(158,181,205) 0%, rgb(108,147,176) 100%);
    left: 0;
    transform: scaleX(1);
    width: 6rem;
}.meet_us_3768 h1:hover::after {
    transform: scaleX(1.2);
}.meet_us_3768 .master_sessions_4637 {
    position: relative;
}.meet_us_3768 .master_sessions_4637 ul {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 3rem;
    list-style: none;
}.meet_us_3768 .teach_method_0916 {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    overflow: hidden;
    border-radius: 10px;
    padding: 2.5rem;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.meet_us_3768 .teach_method_0916::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(108,147,176,0.5), 0.03) 100%);
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
}.meet_us_3768 .teach_method_0916:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px);
}.meet_us_3768 .teach_method_0916 h4 {
    position: relative;
    color: rgb(158,181,205);
    font-size: calc(19px * 1.2);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    margin-top: 0;
    font-weight: 600;
}.meet_us_3768 .teach_method_0916 h4::after {
    transition: width 0.3s ease;
    width: 3rem;
    bottom: 0;
    left: 0;
    background: rgb(158,181,205,0.5);
    height: 3px;
    position: absolute;
    transform-origin: left;
    content: "";
}.meet_us_3768 .teach_method_0916:hover h4::after {
    width: 5rem;
}.meet_us_3768 .teach_method_0916 div {
    color: #000000;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-size: 17px;
    overflow-y: auto;
    max-height: 300px;
    padding-right: 0.5rem;
    line-height: 1.8;
}.meet_us_3768 .teach_method_0916 div::-webkit-scrollbar {
    width: 4px;
}.meet_us_3768 .teach_method_0916 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.meet_us_3768 .teach_method_0916 div::-webkit-scrollbar-thumb {
    background: rgb(158,181,205,0.5);
    border-radius: 10px;
}

@media (min-width: 768px) {.meet_us_3768 {
    padding: 8rem 0;
}.meet_us_3768 h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 4rem;
}.meet_us_3768 .master_sessions_4637 ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.meet_us_3768 .teach_method_0916 {
    padding: 3rem;
}.meet_us_3768 .teach_method_0916 div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.meet_us_3768 {
    padding: 10rem 0;
}.meet_us_3768 .container {
    padding: 0 2rem;
}.meet_us_3768 h1 {
    transform: translateX(-1rem);
    font-size: calc(41px * 1.4);
}.meet_us_3768 h1::after {
    width: 8rem;
    height: 0.4rem;
}.meet_us_3768 .master_sessions_4637 ul {
    gap: 3rem;
}.meet_us_3768 .teach_method_0916 {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.meet_us_3768 .teach_method_0916::after {
    transform: translate(50%, 50%);
    z-index: -1;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(158,181,205,0.5), 0.02) 100%);
    border-radius: 50%;
    height: 10rem;
    bottom: 0;
    transition: opacity 0.5s ease;
    right: 0;
    width: 10rem;
    opacity: 0;
}.meet_us_3768 .teach_method_0916:hover::after {
    opacity: 1;
}.meet_us_3768 .teach_method_0916 h4 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.4);
}.meet_us_3768 .teach_method_0916 div {
    max-height: 450px;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.meet_us_3768 .container {
    padding: 0;
}.meet_us_3768 .master_sessions_4637 ul {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
}.meet_us_3768 .teach_method_0916 {
    padding: 4rem;
}.meet_us_3768 .teach_method_0916 h4 {
    font-size: calc(19px * 1.5);
}.meet_us_3768 .teach_method_0916 div {
    line-height: 1.9;
}
}

@media (max-width: 767px) {.meet_us_3768 {
    padding: 4rem 0;
}.meet_us_3768 h1 {
    margin-bottom: 2.5rem;
}.meet_us_3768 .teach_method_0916 {
    padding: 2rem;
    margin-bottom: 2rem;
}.meet_us_3768 .teach_method_0916 h4 {
    margin-bottom: 1rem;
    font-size: 19px;
}.meet_us_3768 .teach_method_0916 div {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
    max-height: 250px;
}}.opening_board_2571 {
    background: linear-gradient(135deg, #000000, rgb(158,181,205));
    position: relative;
    height: 100vh;
    overflow: hidden;
}.opening_board_2571 .frame_5674 {
    width: 100%;
    opacity: 0.85;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    transform: scale(1.05);
}.opening_board_2571 .frame_5674::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    background: linear-gradient(
        to right,
        rgba(15, 23, 42, 0.9) 0%,
        rgba(15, 23, 42, 0.6) 55%,
        rgba(15, 23, 42, 0.4) 100%
    );
    left: 0;
    content: "";
}.opening_board_2571 .smart_guide_9108 {
    padding: 5% 8%;
    position: relative;
    height: 100%;
    z-index: 5;
    flex-direction: column;
    display: flex;
    backdrop-filter: blur(4px);
}.opening_board_2571 h1 {
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.3;
    font-size: calc(39px * 1.2);
    max-width: 60%;
    animation: fadeSlideUp 1.2s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
}.opening_board_2571 .text_body_5982 {
    animation: fadeSlideUp 1.2s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(30px);
    opacity: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    max-width: 550px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border-left: 4px solid rgb(108,147,176);
    padding: 3rem;
}.opening_board_2571 .text_body_5982::before {
    top: 0;
    transform: skewX(-3deg);
    z-index: -1;
    content: "";
    transform-origin: bottom right;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgba(94, 170, 168, 0.05) 0%,
        rgba(94, 170, 168, 0.02) 100%
    );
}.opening_board_2571 p {
    color: #ffffff;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-bottom: 2.5rem;
    font-size: calc(18px * 1.2);
    line-height: 1.6;
}.opening_board_2571 .page_lead_8105 {
    display: flex;
    margin: 2rem 0;
    justify-content: center;
}.opening_board_2571 .page_lead_8105 svg {
    height: 120px;
    transform: rotate(-5deg);
    width: 120px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.15));
}.opening_board_2571 .page_lead_8105 svg:hover {
    transform: rotate(0) scale(1.05);
}.opening_board_2571 .page_lead_8105 svg path {
    opacity: 0.95;
    transition: fill 0.3s ease, opacity 0.3s ease;
    fill: rgb(108,147,176);
}.opening_board_2571 .page_lead_8105 svg text {
    font-family: Arial, sans-serif;
    fill: rgb(108,147,176);
    font-weight: 700;
    opacity: 0.95;
    transition: fill 0.3s ease;
}.opening_board_2571 .page_lead_8105 svg:hover path {
    opacity: 1;
    fill: rgb(120, 190, 188);
}.opening_board_2571 .page_lead_8105 svg:hover text {
    fill: rgb(120, 190, 188);
}.opening_board_2571 h6 {
    margin-top: 1.5rem;
    text-align: left;
}.opening_board_2571 .inquiry_section_9236 {
    transform: translateY(0);
    padding: 1rem 2.5rem;
    position: relative;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(94, 170, 168, 0.3);
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        rgb(108,147,176) 0%,
        rgb(120, 190, 188) 100%
    );
    letter-spacing: 0.03em;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
}.opening_board_2571 .inquiry_section_9236::before {
    transition: all 0.8s ease;
    width: 100%;
    left: -100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.opening_board_2571 .inquiry_section_9236:hover {
    box-shadow: 0 15px 30px rgba(94, 170, 168, 0.4);
    background: linear-gradient(
        135deg,
        rgb(120, 190, 188) 0%,
        rgb(108,147,176) 100%
    );
    transform: translateY(-3px);
}.opening_board_2571 .inquiry_section_9236:hover::before {
    left: 100%;
}.opening_board_2571 .inquiry_section_9236:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.4);
}

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

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

@media screen and (max-width: 1200px) {.opening_board_2571 h1 {
    max-width: 70%;
    font-size: calc(39px * 1.1);
}.opening_board_2571 .text_body_5982 {
    max-width: 500px;
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.opening_board_2571 h1 {
    max-width: 80%;
    font-size: 39px;
}.opening_board_2571 .text_body_5982 {
    max-width: 450px;
    padding: 2rem;
}.opening_board_2571 p {
    font-size: 18px;
}.opening_board_2571 .page_lead_8105 svg {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.opening_board_2571 .smart_guide_9108 {
    text-align: center;
    align-items: center;
    padding: 8% 5%;
}.opening_board_2571 h1 {
    text-align: center;
    max-width: 100%;
    font-size: calc(39px * 0.9);
}.opening_board_2571 .text_body_5982 {
    border-top: 4px solid rgb(108,147,176);
    border-left: none;
    padding: 1.8rem;
    max-width: 100%;
}.opening_board_2571 p {
    font-size: calc(18px * 0.95);
    text-align: center;
}.opening_board_2571 h6 {
    text-align: center;
}
}

@media screen and (max-width: 576px) {.opening_board_2571 .smart_guide_9108 {
    padding: 10% 5%;
}.opening_board_2571 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.8);
}.opening_board_2571 .text_body_5982 {
    padding: 1.5rem;
}.opening_board_2571 p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.opening_board_2571 .page_lead_8105 svg {
    height: 80px;
    width: 80px;
}.opening_board_2571 .inquiry_section_9236 {
    font-size: calc(14px * 0.9);
    padding: 0.8rem 2rem;
}
}

@media screen and (max-height: 700px) {.opening_board_2571 .smart_guide_9108 {
    justify-content: center;
}.opening_board_2571 h1 {
    margin-bottom: 1rem;
}.opening_board_2571 .text_body_5982 {
    padding: 1.5rem;
}.opening_board_2571 .page_lead_8105 {
    margin: 1rem 0;
}
}

@media (prefers-reduced-motion) {.opening_board_2571 h1,
    .opening_board_2571 .text_body_5982 {
    animation: none;
    transform: none;
    opacity: 1;
}.opening_board_2571 .inquiry_section_9236:hover::before {
    left: -100%;
}}.data_analysis_0589 {
    padding: 8rem 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: rgb(204,216,230);
}.data_analysis_0589::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    animation: backgroundSweep 8s infinite ease-in-out;
    background-size: 100% 100%, 200% 100%;
    opacity: 1;
    content: "";
    z-index: -1;
    background: 
        linear-gradient(135deg, transparent, rgb(158,181,205,0.5), transparent) 0 0,
        linear-gradient(to right, transparent, transparent, rgba(255,255,255,0.05), transparent, transparent) 0 0;
}@keyframes backgroundSweep {
    0% {
        background-position: 0 0, -100% 0;
    }
    50% {
        background-position: 0 0, 100% 0;
    }
    100% {
        background-position: 0 0, -100% 0;
    }
}

.data_analysis_0589 .container {
    position: relative;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}.data_analysis_0589 .container::before {
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.03;
    animation: lineShift 30s infinite linear;
    width: 100%;
    background-image: 
        linear-gradient(0deg, rgb(158,181,205,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(108,147,176,0.5) 1px, transparent 1px);
    position: absolute;
    background-size: 100% 50px, 100% 100px;
    content: "";
}@keyframes lineShift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 50px, 0 100px;
    }
}

.data_analysis_0589 h2 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    text-align: center;
    margin: 0 0 6rem;
    align-self: center;
    width: max-content;
}.data_analysis_0589 h2::after {
    background: linear-gradient(90deg, transparent, rgb(158,181,205), transparent);
    width: 120%;
    content: "";
    opacity: 0.3;
    border-radius: 10px;
    bottom: -20px;
    height: 8px;
    left: -10%;
    position: absolute;
}.data_analysis_0589 ul {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    min-height: 300px;
    padding: 0;
}.data_analysis_0589 ul::before {
    left: 0;
    animation: gradientMove 6s infinite linear;
    background-size: 200% 1px;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(158,181,205,0.5), rgb(108,147,176,0.5), rgb(158,181,205,0.5), transparent);
    bottom: 0;
    content: "";
    width: 100%;
}.data_analysis_0589 ul::after {
    position: absolute;
    background-size: 200% 1px;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    animation: gradientMove 6s infinite linear reverse;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(108,147,176,0.5), rgb(158,181,205,0.5), rgb(108,147,176,0.5), transparent);
}@keyframes gradientMove {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.data_analysis_0589 .knowledge_gains_2678 {
    flex-direction: column;
    padding: 2rem 1rem;
    transition: all 0.4s ease;
    display: flex;
    opacity: 0;
    background: linear-gradient(to bottom, transparent, rgba(rgb(158,181,205), 0.02), transparent);
    flex: 0 0 20%;
    animation: slideIn 0.5s forwards;
    position: relative;
    align-items: center;
    transform: translateY(100%);
    height: 0;
    justify-content: center;
}@keyframes slideIn {
    to {
        height: auto;
        transform: translateY(0);
        opacity: 1;
    }
}


.data_analysis_0589 .knowledge_gains_2678:nth-child(1) {
    animation-delay: 0.1s;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(2) {
    animation-delay: 0.2s;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(3) {
    animation-delay: 0.3s;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(4) {
    animation-delay: 0.4s;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(5) {
    animation-delay: 0.5s;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(6) {
    animation-delay: 0.6s;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(7) {
    animation-delay: 0.7s;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(8) {
    animation-delay: 0.8s;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(9) {
    animation-delay: 0.9s;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(10) {
    animation-delay: 1s;
}.data_analysis_0589 .knowledge_gains_2678::before {
    width: 1px;
    right: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(158,181,205,0.5), transparent);
    position: absolute;
    bottom: 0;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(5n)::before {
    display: none;
}.data_analysis_0589 .knowledge_gains_2678::after {
    content: "";
    width: 80%;
    bottom: -5px;
    left: 10%;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(158,181,205,0.5), transparent);
    transition: all 0.3s ease;
}.data_analysis_0589 .knowledge_gains_2678:hover::after {
    height: 3px;
    left: 5%;
    width: 90%;
    opacity: 0.5;
}.data_analysis_0589 .knowledge_gains_2678 p {
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 700;
    color: rgb(158,181,205);
    transition: all 0.3s ease;
    text-align: center;
    font-size: calc(40px * 1.3);
}.data_analysis_0589 .knowledge_gains_2678 span {
    max-width: 100%;
    text-align: center;
    font-size: 13px;
    position: relative;
    transition: all 0.3s ease;
    margin-top: auto;
    color: #000000;
    font-weight: 400;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(odd) p {
    color: rgb(158,181,205);
}.data_analysis_0589 .knowledge_gains_2678:nth-child(even) p {
    color: rgb(108,147,176);
}.data_analysis_0589 svg {
    fill: rgb(158,181,205);
    width: 50px;
    opacity: 0.1;
    position: absolute;
    height: 50px;
    left: 50%;
    transition: all 0.3s ease;
    bottom: -25px;
    transform: translateX(-50%);
}.data_analysis_0589 svg path {
    fill: inherit;
}.data_analysis_0589 .knowledge_gains_2678:hover p {
    transform: translateY(-5px);
}.data_analysis_0589 .knowledge_gains_2678:hover svg {
    transform: translateX(-50%) scale(1.1);
    opacity: 0.2;
}.data_analysis_0589::after {
    bottom: 0;
    background-repeat: repeat-x;
    background-size: 200% 1px, 200% 1px;
    background-image: 
        linear-gradient(90deg, transparent, rgb(158,181,205,0.5) 50%, transparent 100%),
        linear-gradient(90deg, transparent, rgb(108,147,176,0.5) 50%, transparent 100%);
    height: 40%;
    opacity: 0.15;
    position: absolute;
    background-position: 0% 100%, 100% 85%;
    width: 100%;
    animation: lineSweep 10s infinite linear;
    z-index: -1;
    content: "";
    left: 0;
}@keyframes lineSweep {
    0% {
        background-position: 0% 100%, 100% 85%;
    }
    50% {
        background-position: 100% 100%, 0% 85%;
    }
    100% {
        background-position: 0% 100%, 100% 85%;
    }
}

.data_analysis_0589 .knowledge_gains_2678 p::before {
    height: 30px;
    opacity: 0;
    align-items: center;
    background: rgb(158,181,205);
    width: 30px;
    transform: scale(0);
    color: #ffffff;
    font-size: 21px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    font-weight: 600;
    justify-content: center;
    content: attr(data-count);
    right: -15px;
    display: flex;
    transition: all 0.3s ease;
}.data_analysis_0589 .knowledge_gains_2678:hover p::before {
    opacity: 1;
    transform: scale(1);
}.data_analysis_0589 .knowledge_gains_2678:nth-child(1) p::before {
    content: "01";
}.data_analysis_0589 .knowledge_gains_2678:nth-child(2) p::before {
    background: rgb(108,147,176);
    content: "02";
}.data_analysis_0589 .knowledge_gains_2678:nth-child(3) p::before {
    content: "03";
    background: rgb(158,181,205);
}.data_analysis_0589 .knowledge_gains_2678:nth-child(4) p::before {
    background: rgb(108,147,176);
    content: "04";
}.data_analysis_0589 .knowledge_gains_2678:nth-child(5) p::before {
    background: rgb(158,181,205);
    content: "05";
}.data_analysis_0589 .knowledge_gains_2678:nth-child(6) p::before {
    content: "06";
    background: rgb(108,147,176);
}.data_analysis_0589 .knowledge_gains_2678:nth-child(7) p::before {
    background: rgb(158,181,205);
    content: "07";
}.data_analysis_0589 .knowledge_gains_2678:nth-child(8) p::before {
    background: rgb(108,147,176);
    content: "08";
}.data_analysis_0589 .knowledge_gains_2678:nth-child(9) p::before {
    content: "09";
    background: rgb(158,181,205);
}.data_analysis_0589 .knowledge_gains_2678:nth-child(10) p::before {
    content: "10";
    background: rgb(108,147,176);
}


@media screen and (max-width: 1024px) {.data_analysis_0589 {
    padding: 6rem 0;
}.data_analysis_0589 ul {
    height: 350px;
}.data_analysis_0589 .knowledge_gains_2678 p {
    font-size: calc(40px * 1.2);
}
}

@media screen and (max-width: 768px) {.data_analysis_0589 {
    padding: 5rem 0;
}.data_analysis_0589 h2 {
    margin-bottom: 4rem;
    font-size: calc(36px * 0.9);
}.data_analysis_0589 ul {
    height: auto;
    flex-wrap: wrap;
}.data_analysis_0589 .knowledge_gains_2678 {
    margin-bottom: 3rem;
    flex: 0 0 33.33%;
    padding: 0 1.5rem;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(5n)::before {
    display: block;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(3n)::before {
    display: none;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(3n+1) {
    animation-delay: 0.1s;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(3n+2) {
    animation-delay: 0.2s;
}.data_analysis_0589 .knowledge_gains_2678:nth-child(3n) {
    animation-delay: 0.3s;
}
}

@media screen and (max-width: 480px) {.data_analysis_0589 {
    padding: 4rem 0;
}.data_analysis_0589 h2 {
    margin-bottom: 3rem;
    font-size: calc(36px * 0.8);
}.data_analysis_0589 ul {
    flex-wrap: wrap;
    display: flex;
}.data_analysis_0589 .knowledge_gains_2678 {
    margin-bottom: 2.5rem;
    padding: 0;
    flex: 0 0 100%;
}.data_analysis_0589 .knowledge_gains_2678::before {
    display: none;
}.data_analysis_0589 .knowledge_gains_2678:last-child {
    margin-bottom: 0;
}.data_analysis_0589 .knowledge_gains_2678 p {
    font-size: calc(40px * 1.1);
}.data_analysis_0589 .knowledge_gains_2678:nth-child(n) {
    animation-delay: calc(0.1s * var(--n));
}
}