* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.recycle_info_app {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1167px;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain
touch-action: none;
    height: 100%;
}.header_learn_app {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.wrapper-capsule_app {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.teaching_history_app {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(90deg, rgb(226,219,230) 30%, rgb(166,104,135,0.5) 100%);
}.teaching_history_app::before {
    left: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(154,151,186,0.5) 0,
        rgb(154,151,186,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    width: 100%;
    top: 0;
}.teaching_history_app::after {
    z-index: 0;
    position: absolute;
    filter: blur(60px);
    right: -10%;
    transform: rotate(-15deg);
    width: 50%;
    height: 140%;
    top: -20%;
    background: rgb(154,151,186,0.5);
    content: "";
}.teaching_history_app .success_feedback_app {
    gap: 0;
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 1;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    max-width: 1100px;
    transform: rotateX(5deg) rotateZ(-1deg);
    position: relative;
}.teaching_history_app .article_photo_app {
    position: relative;
    transition: all 0.7s ease;
    height: 450px;
    border-radius: 0;
    transform: translateZ(30px);
    z-index: 2;
    transform-style: preserve-3d;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
}.teaching_history_app .work_milestones_app {
    transform-style: preserve-3d;
    transform: translateZ(10px);
    z-index: 1;
    position: relative;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    margin-left: -3rem;
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    justify-content: center;
    transition: all 0.7s ease;
    background: #ffffff;
}.teaching_history_app .work_milestones_app::before {
    height: 60%;
    background: linear-gradient(to bottom, rgb(154,151,186), rgb(166,104,135));
    width: 10px;
    left: 0;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}.teaching_history_app .name {
    font-weight: 700;
    font-size: calc(33px * 1.2);
    transform: translateZ(20px);
    color: #000000;
    transition: transform 0.5s ease;
    margin-bottom: 0.5rem;
}.teaching_history_app .work_milestones_app div:nth-child(2) {
    color: rgb(166,104,135);
    margin-bottom: 2rem;
    font-size: 18px;
    font-weight: 600;
    transition: transform 0.5s ease 0.1s;
    transform: translateZ(15px);
}.teaching_history_app .exp_projects_app {
    position: relative;
    font-style: italic;
    line-height: 1.7;
    transform: translateZ(10px);
    transition: transform 0.5s ease 0.2s;
    font-size: 12px;
    color: #000000;
}.teaching_history_app .exp_projects_app::after {
    position: absolute;
    content: "";
    font-size: 5rem;
    font-family: serif;
    right: 0;
    line-height: 0;
    color: rgb(154,151,186,0.5);
    bottom: -2rem;
}.teaching_history_app .success_feedback_app:hover .article_photo_app {
    transform: translateZ(50px) translateX(-20px);
}.teaching_history_app .success_feedback_app:hover .work_milestones_app {
    transform: translateZ(30px) translateX(20px);
}.teaching_history_app .success_feedback_app:hover .name {
    transform: translateZ(40px);
}.teaching_history_app .success_feedback_app:hover .work_milestones_app div:nth-child(2) {
    transform: translateZ(35px);
}.teaching_history_app .success_feedback_app:hover .exp_projects_app {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.teaching_history_app .success_feedback_app {
    grid-template-columns: 1fr;
    transform: none;
}.teaching_history_app .article_photo_app {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: none;
    height: 350px;
    margin-bottom: -2rem;
}.teaching_history_app .work_milestones_app {
    margin-left: 0;
    z-index: 3;
    padding: 3rem 2rem 2rem;
    transform: none;
}.teaching_history_app .work_milestones_app::before {
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 50%;
    height: 5px;
}.teaching_history_app .success_feedback_app:hover .article_photo_app,
    .teaching_history_app .success_feedback_app:hover .work_milestones_app,
    .teaching_history_app .success_feedback_app:hover .name,
    .teaching_history_app .success_feedback_app:hover .work_milestones_app div:nth-child(2),
    .teaching_history_app .success_feedback_app:hover .exp_projects_app {
    transform: none;
}}.cookieNotificationBanner_app {
    border-top: 2px solid rgb(154,151,186);
    background: rgb(226,219,230);
    z-index: 90;
    position: fixed;
    bottom: 0;
    width: 100%;
}.data_opt_app {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.cookieNotificationBanner_app h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieNotificationBanner_app p {
    font-size: 18px;
}.data_control_app {
    margin-right: 10px;
    flex-shrink: 0;
}.data_control_app svg, .data_control_app svg path, .data_control_app img {
    fill: rgb(154,151,186);
    height: 100px;
    width: 100px;
}.cookie_guard_app {
    font-size: 24px;
    white-space: nowrap;
    color: rgb(154,151,186);
    flex-shrink: 0;
    border-bottom: 2px solid rgb(154,151,186);
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    min-width: 120px;
    cursor: pointer;
}.cookieNotificationBanner_app p a {
    text-decoration: none;
    color: rgb(154,151,186);
}
@media only screen and (max-width: 1200px) {.cookieNotificationBanner_app {
    padding: 20px;
}}
#cookieUsageWindow_app {
    display: none;
}#cookieUsageWindow_app:checked ~ .cookieNotificationBanner_app {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.data_control_app {
    display: none;
}.data_opt_app {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieNotificationBanner_app h5 {
    text-align: center;
}.cookieNotificationBanner_app p {
    text-align: center;
}.privacy_cookies_app {
    margin-bottom: 20px;
}body .wrapper-capsule_app .cookie_guard_app {
    margin-left: 0;
}}.recycle_info_app {
    background-attachment: fixed;
    padding: 6rem 0 3rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
}.recycle_info_app::before {
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(154,151,186,0.5) 100%);
    width: 100%;
}.recycle_info_app::after {
    pointer-events: none;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.recycle_info_app .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.recycle_info_app .company_holder {
    padding-bottom: 2.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 3rem;
    position: relative;
}.recycle_info_app .company_holder::before,
.recycle_info_app .company_holder::after {
    content: "";
    width: 20%;
    background: linear-gradient(90deg, transparent, rgb(166,104,135), transparent);
    bottom: -1px;
    animation: slide 3s infinite alternate;
    position: absolute;
    height: 2px;
}.recycle_info_app .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.recycle_info_app .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.recycle_info_app .company_holder h3 {
    font-size: calc(31px * 1.3);
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
}.recycle_info_app .company_holder h3::after {
    left: 50%;
    height: 3px;
    background: rgb(166,104,135);
    width: 60px;
    content: "";
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
}.recycle_info_app .story_spot_app {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
    margin: 1.5rem auto 0;
    max-width: 600px;
    line-height: 1.7;
}.recycle_info_app .footer_subscribe_app {
    justify-content: center;
    display: flex;
}.recycle_info_app .header_train_app {
    display: flex;
    gap: 6rem;
    position: relative;
}.recycle_info_app .header_train_app::before {
    transform: translateX(-50%);
    height: 20px;
    width: 1px;
    top: -30px;
    position: absolute;
    content: "";
    left: 50%;
    background: rgb(154,151,186);
}.recycle_info_app .main_primary_app {
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}.recycle_info_app .main_primary_app:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(154,151,186,0.5), 0.1);
    transform: translateY(-5px);
}.recycle_info_app .main_primary_app h5 {
    color: rgb(166,104,135);
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0.8rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
}.recycle_info_app .main_primary_app .header_train_app {
    position: static;
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.recycle_info_app .main_primary_app .header_train_app a {
    z-index: 1;
    font-size: 15px;
    position: relative;
    padding: 0.4rem 0;
    opacity: 0.75;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.recycle_info_app .main_primary_app .header_train_app a::before {
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(154,151,186), transparent);
    left: 0;
    transform-origin: center;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    transition: transform 0.4s ease;
}.recycle_info_app .main_primary_app .header_train_app a:hover {
    opacity: 1;
    color: rgb(166,104,135);
}.recycle_info_app .main_primary_app .header_train_app a:hover::before {
    transform: scaleX(1);
}.pledge_block_app {
    margin-top: 4rem;
    padding: 1.2rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}.pledge_block_app::before {
    content: "";
    top: 0;
    opacity: 0.3;
    animation: bgMove 20s linear infinite;
    width: 100%;
    left: 0;
    background-size: 4px 4px;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(rgb(154,151,186,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(154,151,186,0.5), 0.05) 50%, rgba(rgb(154,151,186,0.5), 0.05) 75%, transparent 75%, transparent);
    height: 100%;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.pledge_block_app .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.pledge_block_app .mentor_net_app {
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
    opacity: 0.8;
    font-size: 14px;
}.pledge_block_app .mentor_net_app::before,
.pledge_block_app .mentor_net_app::after {
    content: "•";
    color: rgb(154,151,186);
    margin: 0 0.6rem;
}

@media screen and (max-width: 992px) {.recycle_info_app {
    padding: 4rem 0 2rem;
}.recycle_info_app .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.recycle_info_app .company_holder h3 {
    font-size: 31px;
}.recycle_info_app .header_train_app {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.recycle_info_app .footer_subscribe_app {
    align-items: center;
    flex-direction: column;
}.recycle_info_app .header_train_app {
    width: 100%;
    max-width: 450px;
    gap: 2rem;
    flex-direction: column;
}.recycle_info_app .main_primary_app {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.recycle_info_app {
    padding: 3rem 0 1.5rem;
}.recycle_info_app .company_holder h3 {
    font-size: calc(31px * 0.9);
}.recycle_info_app .story_spot_app {
    font-size: calc(15px * 0.9);
}.recycle_info_app .main_primary_app {
    padding: 1rem;
}.recycle_info_app .main_primary_app h5 {
    font-size: calc(20px * 0.9);
}.pledge_block_app {
    margin-top: 2rem;
    padding: 1rem 0;
}.pledge_block_app .mentor_net_app {
    font-size: calc(14px * 0.9);
}.pledge_block_app .mentor_net_app::before,
    .pledge_block_app .mentor_net_app::after {
    display: none;
}}.user_testimonials_app {
    position: relative;
    background: linear-gradient(145deg, rgb(226,219,230) 0%, rgba(rgb(166,104,135,0.5), 0.08) 100%);
    overflow: hidden;
    padding: 120px 0;
}.user_testimonials_app::before {
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(154,151,186,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(166,104,135,0.5), 0.12) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
}.user_testimonials_app::after {
    border: 2px solid rgba(rgb(154,151,186,0.5), 0.15);
    z-index: 0;
    width: 200px;
    right: -50px;
    position: absolute;
    top: -50px;
    content: "";
    transform: rotate(-15deg);
    height: 200px;
}.user_testimonials_app .container {
    z-index: 2;
    position: relative;
}.user_testimonials_app h2 {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 35px;
    margin-bottom: 60px;
    transform: translateY(0);
    font-weight: 700;
}.user_testimonials_app h2::after {
    background: linear-gradient(90deg, rgb(154,151,186) 0%, rgb(166,104,135) 100%);
    width: 80px;
    left: 50%;
    position: absolute;
    height: 4px;
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
    bottom: -20px;
}.user_testimonials_app .review_views_app {
    grid-template-columns: repeat(1, 1fr);
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
    gap: 30px;
}.user_testimonials_app .success_feedback_app {
    padding: 30px;
    position: relative;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    display: flex;
    background: #ffffff;
    border-left: 3px solid rgb(154,151,186);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    flex-direction: column;
    transform-origin: center bottom;
}.user_testimonials_app .success_feedback_app:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.user_testimonials_app .success_feedback_app::before {
    right: 20px;
    font-family: serif;
    top: 10px;
    z-index: 0;
    color: rgba(rgb(166,104,135,0.5), 0.08);
    position: absolute;
    font-size: 120px;
    line-height: 0.7;
    content: "";
}.user_testimonials_app .success_feedback_app div {
    align-items: center;
    position: relative;
    display: flex;
    margin-bottom: 15px;
    z-index: 1;
}.user_testimonials_app .success_feedback_app img {
    border-radius: 50%;
    transition: transform 0.5s ease;
    width: 60px;
    border: 3px solid rgba(rgb(154,151,186,0.5), 0.2);
    object-fit: cover;
    margin-right: 15px;
    height: 60px;
}.user_testimonials_app .success_feedback_app:hover img {
    transform: scale(1.1) rotate(5deg);
}.user_testimonials_app .success_feedback_app h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}.user_testimonials_app .success_feedback_app .description {
    line-height: 1.6;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    color: #000000;
}.user_testimonials_app a {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    transform: translateY(0);
    color: #ffffff;
    position: relative;
    font-weight: 600;
    box-shadow: 0 6px 15px rgba(rgb(154,151,186,0.5), 0.2);
    padding: 14px 32px;
    margin-top: 50px;
    background: linear-gradient(135deg, rgb(154,151,186) 0%, rgb(166,104,135) 100%);
    overflow: hidden;
    border-radius: 22px;
    font-size: 18px;
    display: inline-block;
}.user_testimonials_app a:hover {
    box-shadow: 0 10px 25px rgba(rgb(154,151,186,0.5), 0.3);
    transform: translateY(-3px);
}.user_testimonials_app a::before {
    transition: left 0.7s ease;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
}.user_testimonials_app a:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.user_testimonials_app {
    padding: 150px 0;
}.user_testimonials_app .review_views_app {
    grid-template-columns: repeat(2, 1fr);
}.user_testimonials_app h2 {
    margin-bottom: 80px;
    font-size: calc(35px * 1.1);
}.user_testimonials_app .success_feedback_app {
    padding: 35px;
}
}

@media (min-width: 992px) {.user_testimonials_app .review_views_app {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}.user_testimonials_app h2 {
    font-size: calc(35px * 1.2);
}.user_testimonials_app .success_feedback_app:nth-child(3n-1) {
    transform: translateY(20px);
}.user_testimonials_app .success_feedback_app:nth-child(3n) {
    transform: translateY(40px);
}.user_testimonials_app .success_feedback_app:nth-child(3n-1):hover {
    transform: translateY(15px) scale(1.01);
}.user_testimonials_app .success_feedback_app:nth-child(3n):hover {
    transform: translateY(35px) scale(1.01);
}.user_testimonials_app .success_feedback_app img {
    width: 70px;
    height: 70px;
}.user_testimonials_app .success_feedback_app .description {
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.user_testimonials_app {
    padding: 180px 0;
}.user_testimonials_app .review_views_app {
    grid-template-columns: repeat(4, 1fr);
}.user_testimonials_app .success_feedback_app:nth-child(3n-1),
    .user_testimonials_app .success_feedback_app:nth-child(3n) {
    transform: translateY(0);
}.user_testimonials_app .success_feedback_app:nth-child(4n-2) {
    transform: translateY(15px);
}.user_testimonials_app .success_feedback_app:nth-child(4n-1) {
    transform: translateY(30px);
}.user_testimonials_app .success_feedback_app:nth-child(4n) {
    transform: translateY(45px);
}.user_testimonials_app .success_feedback_app:nth-child(4n-2):hover {
    transform: translateY(10px) scale(1.01);
}.user_testimonials_app .success_feedback_app:nth-child(4n-1):hover {
    transform: translateY(25px) scale(1.01);
}.user_testimonials_app .success_feedback_app:nth-child(4n):hover {
    transform: translateY(40px) scale(1.01);
}.user_testimonials_app h2::after {
    width: 100px;
}
}

@media (prefers-reduced-motion: reduce) {.user_testimonials_app .success_feedback_app,
    .user_testimonials_app .success_feedback_app:hover,
    .user_testimonials_app .success_feedback_app img,
    .user_testimonials_app a,
    .user_testimonials_app a:hover,
    .user_testimonials_app a::before {
    transition: none;
    transform: none;
    animation: none;
}}header {
    margin-top: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    background: linear-gradient(120deg, rgb(154,151,186) 0%, rgb(166,104,135) 100%);
    z-index: 100;
    padding: 0;
    position: relative;
    overflow: visible;
}header::before {
    left: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    top: 2px;
    position: absolute;
    right: 2px;
    z-index: -1;
    bottom: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
}header .top_lead_app {
    display: flex;
    align-items: center;
    padding: 1.2rem 3rem;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}header .header_lead_app {
    transition: all 0.3s ease;
    flex: 0 0 auto;
    position: relative;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    margin-right: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}header .header_lead_app::before {
    top: 3px;
    z-index: -1;
    bottom: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    right: 3px;
    left: 3px;
    position: absolute;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    content: '';
}header .header_lead_app:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .top_page_app {
    transition: all 0.3s ease;
    display: block;
    z-index: 1;
    position: relative;
}header .top_page_app img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .main_primary_app {
    z-index: 2;
    margin: 0;
    display: flex;
    position: relative;
    padding: 0;
    list-style: none;
}header .top_teach_app {
    position: relative;
    margin: 0 0.5rem;
}header .top_teach_app a {
    text-decoration: none;
    position: relative;
    font-size: 12px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    font-weight: 600;
    display: flex;
    padding: 0 1.2rem;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    color: #ffffff;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
}header .top_teach_app a::before {
    height: 100%;
    top: 0;
    transition: left 0.7s ease;
    width: 100%;
    content: '';
    left: -100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}header .top_teach_app a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}header .top_teach_app a:hover::before {
    left: 100%;
}header .top_teach_app::after {
    position: absolute;
    background: #ffffff;
    bottom: -5px;
    width: 0;
    transform: translateX(-50%);
    content: '';
    transition: width 0.3s ease;
    height: 2px;
    left: 50%;
}header .top_teach_app:hover::after {
    width: 80%;
}header .top_lead_app::before {
    position: absolute;
    border-bottom: none;
    border-right: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    width: 40px;
    top: 10px;
    height: 40px;
    right: 10px;
    content: '';
}header .top_lead_app::after {
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 40px;
    opacity: 0.5;
    border-top: none;
    content: '';
    border-left: none;
    bottom: 10px;
    left: 10px;
    height: 40px;
}header .header_learn_app {
    position: relative;
    background: rgb(226,219,230);
    z-index: 1;
    padding-top: 2rem;
    margin-top: -15px;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    background: #ffffff;
    width: 8px;
    border-radius: 50%;
    right: 15px;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    top: 15px;
    content: '';
    animation: pulse 2s infinite;
    height: 8px;
}

@media (min-width: 1400px) {header .top_lead_app {
    max-width: 1320px;
    margin: 0 auto;
}header .top_teach_app {
    margin: 0 0.7rem;
}header .top_teach_app a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .top_lead_app {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .header_lead_app {
    margin-right: 0;
    margin-bottom: 0;
}header .main_primary_app {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .top_teach_app a {
    font-size: calc(12px - 1px);
    padding: 0 1rem;
    height: 35px;
}header .top_lead_app::before,
    header .top_lead_app::after {
    display: none;
}.header_learn_app {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
}header .top_lead_app {
    padding: 0.8rem 1.5rem;
}header .header_lead_app {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .top_page_app img {
    max-height: 35px;
}header .main_primary_app {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}header .main_primary_app::-webkit-scrollbar {
    height: 3px;
}header .main_primary_app::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .top_teach_app {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .top_teach_app a {
    font-size: calc(12px - 2px);
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    padding: 0 0.8rem;
    height: 32px;
    white-space: nowrap;
}header .top_teach_app::after {
    display: none;
}header::after {
    height: 5px;
    right: 10px;
    top: 10px;
    width: 5px;
}.header_learn_app {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .top_lead_app {
    padding: 0.7rem 1.2rem;
}header .header_lead_app {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .top_teach_app a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(12px - 3px);
}}.title_intro_app {
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(120deg, rgb(226,219,230), rgb(166,104,135,0.5));
    position: relative;
    width: 100%;
    padding: 2rem 1rem;
    overflow: hidden;
    align-items: center;
    display: flex;
}.title_intro_app > div {
    flex-direction: column;
    display: flex;
    gap: 2rem;
    width: 100%;
    max-width: 1200px;
}.title_intro_app .belief_core_app {
    animation: fadeUp 0.8s ease-out forwards;
    padding: 2rem 1rem;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
}.title_intro_app .course_base_app {
    font-weight: 700;
    position: relative;
    color: rgb(154,151,186);
    margin: 0;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 42px;
    line-height: 1.2;
}.title_intro_app .course_base_app::after {
    animation: expandLine 1.2s 0.5s ease forwards;
    bottom: -20px;
    position: absolute;
    left: 0;
    height: 8px;
    width: 120px;
    background: linear-gradient(90deg, rgb(154,151,186), rgb(166,104,135));
    transform-origin: left;
    transform: scaleX(0);
    content: '';
}.title_intro_app .learn_intro_app {
    overflow: hidden;
    transform: translateY(30px);
    position: relative;
    opacity: 0;
    border-radius: 8px;
    animation: fadeUp 1s 0.3s ease-out forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.title_intro_app .learn_intro_app::before {
    left: 0;
    background: linear-gradient(135deg, rgb(154,151,186,0.5), rgba(0, 0, 0, 0.5) 80%);
    z-index: 1;
    right: 0;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
}.title_intro_app .learn_intro_app > div {
    color: #ffffff;
    display: flex;
    gap: 1.5rem;
    position: relative;
    padding: 3rem 2rem;
    flex-direction: column;
    z-index: 2;
}.title_intro_app .learn_intro_app p {
    margin: 0;
    opacity: 0;
    font-weight: 600;
    font-size: calc(16px * 1.2);
    transform: translateX(-10px);
    max-width: 80%;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
    animation: fadeSlideRight 1s 0.8s ease-out forwards;
}.title_intro_app .learn_intro_app p::before {
    left: 0;
    height: 100%;
    content: '';
    top: 0;
    width: 5px;
    position: absolute;
    background: rgb(166,104,135);
    border-radius: 2px;
}.title_intro_app .learn_intro_app h3 {
    transform: translateY(10px);
    font-weight: 400;
    font-size: 18px;
    background-clip: text !important;
    opacity: 0;
    margin: 0;
    background: linear-gradient(90deg, #ffffff, rgb(166,104,135));
    color: transparent;
    max-width: 90%;
    -webkit-background-clip: text !important;
    animation: fadeUp 0.8s 1s ease-out forwards;
}@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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


.title_intro_app .learn_intro_app:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}.title_intro_app .course_base_app:hover {
    transition: transform 0.3s ease;
    transform: scale(1.02);
}


@media (max-width: 992px) {.title_intro_app {
    padding: 4rem 1rem;
    min-height: auto;
}.title_intro_app .course_base_app {
    font-size: calc(42px * 0.9);
}.title_intro_app .learn_intro_app > div {
    padding: 2.5rem 1.5rem;
}.title_intro_app .learn_intro_app p,
  .title_intro_app .learn_intro_app h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.title_intro_app .course_base_app {
    font-size: calc(42px * 0.8);
}.title_intro_app .learn_intro_app > div {
    padding: 2rem 1.5rem;
}.title_intro_app .learn_intro_app p {
    font-size: 16px;
}.title_intro_app .learn_intro_app h3 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.title_intro_app {
    padding: 3rem 1rem;
}.title_intro_app .belief_core_app {
    padding: 1rem 0.5rem;
}.title_intro_app .course_base_app {
    font-size: calc(42px * 0.7);
}.title_intro_app .course_base_app::after {
    width: 80px;
    height: 6px;
    bottom: -15px;
}.title_intro_app .learn_intro_app > div {
    gap: 1rem;
    padding: 1.5rem 1rem;
}.title_intro_app .learn_intro_app p {
    font-size: calc(16px * 0.9);
    padding-left: 1rem;
}.title_intro_app .learn_intro_app h3 {
    font-size: calc(18px * 0.8);
}}.contact_information_app {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.contact_information_app::before {
    z-index: 1;
    background: rgb(166,104,135,0.5);
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}.contact_information_app .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}.contact_information_app .help_card_app {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
}.contact_information_app .inquiry_links_app {
    padding: 60px 50px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    border-radius: 0 0 15px 15px;
    grid-row: 2;
    background: #ffffff;
}.contact_information_app .inquiry_links_app h3 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}.contact_information_app .inquiry_links_app h3::after {
    height: 3px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    background: rgb(154,151,186);
    position: absolute;
    bottom: -15px;
    width: 80px;
}.contact_information_app .inquiry_links_app div {
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgb(226,219,230);
    padding: 20px;
    border-radius: 10px;
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 30px;
    align-items: center;
}.contact_information_app .inquiry_links_app div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.contact_information_app .inquiry_links_app svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.contact_information_app .inquiry_links_app svg path {
    fill: rgb(154,151,186);
}.contact_information_app .inquiry_links_app span {
    font-size: 13px;
    color: #000000;
}.contact_information_app .inquiry_links_app a {
    color: rgb(154,151,186);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_information_app .inquiry_links_app a:hover {
    color: rgb(166,104,135);
}.contact_information_app .connect_box_app {
    grid-row: 1;
    border-radius: 15px 15px 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: rgb(154,151,186);
}.contact_information_app .connect_box_app::before {
    opacity: 0.2;
    position: absolute;
    top: -50px;
    background: rgb(166,104,135);
    height: 150px;
    width: 150px;
    content: '';
    border-radius: 50%;
    right: -50px;
}.contact_information_app .connect_box_app::after {
    opacity: 0.1;
    bottom: -80px;
    background: rgb(166,104,135);
    width: 200px;
    position: absolute;
    left: -80px;
    content: '';
    height: 200px;
    border-radius: 50%;
}.contact_information_app form {
    padding: 60px 50px;
    position: relative;
    z-index: 1;
}.contact_information_app form h3 {
    margin-bottom: 40px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 35px;
}.contact_information_app form h3::after {
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
    bottom: -15px;
    background: #ffffff;
    content: '';
}.contact_information_app form input[type="text"],
.contact_information_app form input[type="email"] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 13px;
}.contact_information_app form input[type="text"]:focus,
.contact_information_app form input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}.contact_information_app form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_information_app .inquiry_info_app {
    margin: 25px 0 30px;
    align-items: flex-start;
    display: flex;
}.contact_information_app .inquiry_info_app input[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    margin-right: 15px;
    width: 22px;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    height: 22px;
}.contact_information_app .inquiry_info_app input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}.contact_information_app .inquiry_info_app input[type="checkbox"]:checked::before {
    left: 7px;
    top: 4px;
    width: 6px;
    border-width: 0 2px 2px 0;
    border: solid rgb(154,151,186);
    content: '';
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
}.contact_information_app .inquiry_info_app label {
    line-height: 1.6;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}.contact_information_app .inquiry_info_app a {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.3s ease;
}.contact_information_app .inquiry_info_app a:hover {
    border-bottom-color: #ffffff;
    opacity: 0.8;
}.contact_information_app .request_support_app {
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    padding: 18px 20px;
    font-weight: 700;
    font-size: 14px;
    color: rgb(154,151,186);
    cursor: pointer;
    background: #ffffff;
    border: none;
}.contact_information_app .request_support_app:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(226,219,230);
    transform: translateY(-3px);
}

@media (min-width: 992px) {.contact_information_app form {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 20px;
}.contact_information_app form h3 {
    grid-column: span 2;
}.contact_information_app .inquiry_info_app {
    grid-column: span 2;
}.contact_information_app .request_support_app {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.contact_information_app {
    padding: 90px 0;
}.contact_information_app .connect_box_app,
    .contact_information_app .inquiry_links_app {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_information_app {
    padding: 70px 0;
}.contact_information_app .inquiry_links_app div {
    flex: 0 0 100%;
}.contact_information_app .connect_box_app,
    .contact_information_app .inquiry_links_app {
    padding: 40px 30px;
}.contact_information_app .inquiry_links_app h3,
    .contact_information_app form h3 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 576px) {.contact_information_app {
    padding: 50px 0;
}.contact_information_app .connect_box_app,
    .contact_information_app .inquiry_links_app {
    padding: 30px 25px;
}.contact_information_app .inquiry_links_app h3,
    .contact_information_app form h3 {
    font-size: calc(35px * 0.85);
    margin-bottom: 30px;
}.contact_information_app form input[type="text"],
    .contact_information_app form input[type="email"] {
    padding: 15px;
}}.tyArea_app {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(226,219,230) 25%, rgba(rgb(154,151,186,0.5), 0.05) 100%);
}.tyArea_app::before {
    background: linear-gradient(120deg, rgb(166,104,135), rgba(rgb(166,104,135,0.5), 0.2));
    position: absolute;
    width: 40%;
    opacity: 0.1;
    top: -15%;
    filter: blur(80px);
    transform: rotate(35deg) skew(15deg);
    z-index: 0;
    height: 70%;
    content: "";
    right: -10%;
    animation: float 15s ease-in-out infinite alternate;
}.tyArea_app::after {
    height: 10px;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(154,151,186) 20%, 
        rgb(166,104,135) 50%, 
        rgb(154,151,186) 80%, 
        transparent);
    opacity: 0.3;
    content: "";
}.tyArea_app .container {
    padding: 0 1.5rem;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.tyArea_app .learn_learnings_app {
    backdrop-filter: blur(10px);
    position: relative;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(166,104,135,0.5), 0.1) inset;
    display: flex;
    transform: perspective(1000px) rotateY(1deg);
    padding: 3.5rem;
    gap: 2rem;
}.tyArea_app .learn_learnings_app:hover {
    transform: perspective(1000px) rotateY(-1deg);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(166,104,135,0.5), 0.15) inset;
}.tyArea_app .learn_learnings_app > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.tyArea_app .learn_learnings_app > div:first-child::after {
    content: "";
    background: rgb(154,151,186);
    transform-origin: left;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    bottom: 0;
}.tyArea_app .learn_learnings_app:hover > div:first-child::after {
    width: 120px;
}.tyArea_app h5 {
    color: #000000;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    position: relative;
    transform: translateX(-5px);
    font-size: 21px;
    transition: transform 0.4s ease;
    line-height: 1.4;
}.tyArea_app .learn_learnings_app:hover h5 {
    transform: translateX(0);
}.tyArea_app a {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease-out;
    position: relative;
}.tyArea_app a:hover {
    transform: translateY(-3px);
}.tyArea_app p {
    line-height: 1.8;
    margin: 0;
    position: relative;
    font-weight: 400;
    transition: color 0.3s ease;
    font-size: 16px;
    color: #000000;
    font-family: Arial, sans-serif;
}.tyArea_app a:hover p {
    color: rgb(154,151,186);
}.tyArea_app a::before {
    opacity: 0.7;
    position: absolute;
    left: 0;
    width: 0;
    bottom: -10px;
    height: 1px;
    content: "";
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, 
        rgb(154,151,186), 
        rgb(166,104,135));
}.tyArea_app a:hover::before {
    width: 100%;
}.tyArea_app .learn_learnings_app > div:first-child::before {
    opacity: 0.1;
    transform: rotate(-5deg) scale(0.9);
    right: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: calc(29px * 1.5);
    top: -20px;
    content: "✓";
    position: absolute;
    color: rgb(166,104,135);
}.tyArea_app .learn_learnings_app:hover > div:first-child::before {
    opacity: 0.2;
    transform: rotate(5deg) scale(1.1);
}

@keyframes float {
    0% {
        transform: rotate(35deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skew(12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(32deg) skew(18deg) translate(20px, -10px);
    }
}

@media (max-width: 992px) {.tyArea_app {
    padding: 4rem 0;
}.tyArea_app .learn_learnings_app {
    padding: 2.5rem;
}.tyArea_app h5 {
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 768px) {.tyArea_app {
    padding: 3rem 0;
}.tyArea_app .learn_learnings_app {
    gap: 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.tyArea_app .learn_learnings_app:hover {
    transform: perspective(1000px) rotateY(0deg);
}.tyArea_app h5 {
    transform: translateX(0);
    font-size: calc(21px * 0.85);
}.tyArea_app p {
    font-size: calc(16px * 0.95);
}.tyArea_app::before {
    height: 50%;
    right: -30%;
    top: -10%;
    width: 60%;
}
}

@media (max-width: 576px) {.tyArea_app {
    padding: 2.5rem 0;
}.tyArea_app .learn_learnings_app {
    gap: 1.25rem;
    padding: 1.5rem;
}.tyArea_app h5 {
    font-size: calc(21px * 0.8);
}.tyArea_app p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.tyArea_app .learn_learnings_app > div:first-child {
    padding-bottom: 1rem;
}.tyArea_app .learn_learnings_app > div:first-child::after {
    height: 2px;
    width: 40px;
}.tyArea_app .learn_learnings_app:hover > div:first-child::after {
    width: 80px;
}.tyArea_app .learn_learnings_app > div:first-child::before {
    top: -15px;
    font-size: calc(29px * 1.2);
}}.secure_safe_app {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 40px;
    background-color: rgb(226,219,230);
}.secure_safe_app:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}.secure_safe_app h1 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgb(154,151,186);
    margin-bottom: 20px;
    font-size: 39px;
}.secure_safe_app h2 {
    font-weight: 600;
    color: rgb(166,104,135);
    font-size: 34px;
    margin-bottom: 15px;
}.secure_safe_app h3, .secure_safe_app h4, .secure_safe_app h5, .secure_safe_app h6 {
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
}.secure_safe_app h5 {
    font-size: 19px;
}.secure_safe_app h6 {
    font-size: 22px;
}.secure_safe_app ul, .secure_safe_app ol {
    margin-bottom: 20px;
    margin-left: 20px;
}.secure_safe_app li {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
}.secure_safe_app li::before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(154,151,186);
}.secure_safe_app p, .secure_safe_app span {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 17px;
}.secure_safe_app p {
    text-align: justify;
}.secure_safe_app .container {
    margin: 0 auto;
    max-width: 1200px;
}.secure_safe_app .container div {
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {.secure_safe_app {
    padding: 20px;
    border-radius: 10px;
}.secure_safe_app h1 {
    font-size: calc(19px - 10px);
}.secure_safe_app h2 {
    font-size: calc(19px - 8px);
}.secure_safe_app p, .secure_safe_app span {
    font-size: calc(17px - 2px);
}}
.secure_safe_app a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(154,151,186);
    border-bottom: 1px solid rgb(154,151,186,0.5);
}.secure_safe_app a:hover {
    border-bottom: 1px solid rgb(166,104,135);
    color: rgb(166,104,135);
}.secure_safe_app button {
    color: #ffffff;
    border: none;
    transition: background-color 0.3s ease;
    padding: 10px 20px;
    font-size: 15px;
    background-color: rgb(154,151,186);
    cursor: pointer;
    border-radius: 10px;
}.secure_safe_app button:hover {
    background-color: rgb(166,104,135);
}.our_mission_app {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(226,219,230);
}.our_mission_app::before {
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(120deg, rgb(154,151,186,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(166,104,135,0.5) 0%, transparent 30%);
    height: 100%;
}.our_mission_app .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.our_mission_app h2 {
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
    position: relative;
}.our_mission_app h2::after {
    content: "";
    height: 3px;
    left: 50%;
    bottom: -15px;
    width: 100px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(154,151,186), rgb(166,104,135));
}.our_mission_app .skill_growth_app {
    position: relative;
    flex-direction: column;
    gap: 30px;
    display: flex;
}.our_mission_app .master_study_app {
    transition: all 0.3s ease;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-left: 4px solid rgb(154,151,186);
    position: relative;
}.our_mission_app .master_study_app:nth-child(2) {
    border-left-color: rgb(166,104,135);
}.our_mission_app .master_study_app::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    left: 0;
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
}.our_mission_app .master_study_app::after {
    top: 30px;
    border-radius: 50%;
    height: 20px;
    border: 2px solid rgb(154,151,186,0.5);
    animation: pulse 4s infinite;
    content: "";
    right: 30px;
    width: 20px;
    position: absolute;
}.our_mission_app .master_study_app:nth-child(2)::after {
    animation-delay: 2s;
    border-color: rgb(166,104,135,0.5);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.our_mission_app .master_study_app:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(rgb(154,151,186,0.5), 0.03), rgba(255, 255, 255, 0.05));
}.our_mission_app .master_study_app h3 {
    color: rgb(154,151,186);
    margin-bottom: 20px;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
}.our_mission_app .master_study_app:nth-child(2) h3 {
    color: rgb(166,104,135);
}.our_mission_app .master_study_app h3::before {
    background: currentColor;
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -8px;
    width: 30px;
    content: "";
}.our_mission_app .master_study_app:hover h3::before {
    width: 100%;
}.our_mission_app .master_study_app p {
    position: relative;
    color: #000000;
    padding-left: 0;
    line-height: 1.8;
    transition: padding-left 0.3s ease;
    font-size: 14px;
}.our_mission_app .master_study_app:first-child {
    opacity: 0;
    animation: slideIn 0.6s forwards 0.2s;
    transform: translateX(-20px);
}.our_mission_app .master_study_app:last-child {
    animation: slideIn 0.6s forwards 0.5s;
    transform: translateX(-20px);
    opacity: 0;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our_mission_app::after {
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    background-size: 50px 50px;
    content: "";
    height: 100%;
    opacity: 0.03;
    position: absolute;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
}.our_mission_app .container::before,
.our_mission_app .container::after {
    position: absolute;
    width: 200px;
    border-radius: 50%;
    content: "";
    z-index: -1;
    background: radial-gradient(circle, rgb(154,151,186,0.5) 0%, transparent 70%);
    opacity: 0.2;
    height: 200px;
}.our_mission_app .container::before {
    right: -100px;
    top: -100px;
}.our_mission_app .container::after {
    left: -100px;
    bottom: -100px;
    background: radial-gradient(circle, rgb(166,104,135,0.5) 0%, transparent 70%);
}

@media (max-width: 992px) {.our_mission_app {
    padding: 80px 0;
}.our_mission_app h2 {
    margin-bottom: 50px;
}.our_mission_app .master_study_app {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_mission_app {
    padding: 60px 0;
}.our_mission_app h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.our_mission_app .master_study_app {
    padding: 25px;
}.our_mission_app .master_study_app h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}
}

@media (max-width: 576px) {.our_mission_app {
    padding: 40px 0;
}.our_mission_app h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.our_mission_app .master_study_app {
    padding: 20px;
    border-left-width: 3px;
}.our_mission_app .master_study_app::after {
    right: 20px;
    width: 15px;
    top: 20px;
    height: 15px;
}.our_mission_app .master_study_app p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.our_mission_app .container::before,
    .our_mission_app .container::after {
    width: 150px;
    height: 150px;
}}.prospective_members_app {
    background: linear-gradient(120deg, rgb(226,219,230) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.prospective_members_app::before {
    background-size: 20px 20px;
    background-position: 0 0;
    position: absolute;
    height: 60%;
    width: 60%;
    opacity: 0.3;
    content: "";
    bottom: 0;
    background-image: radial-gradient(rgb(154,151,186,0.5) 20%, transparent 20%);
    z-index: 1;
    right: 0;
}.prospective_members_app .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    position: relative;
}.prospective_members_app .learn_learnings_app {
    position: relative;
}.prospective_members_app h4 {
    color: rgb(154,151,186);
    transition: transform 0.5s ease;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 46px;
    transform: perspective(1000px) rotateX(0deg);
}.prospective_members_app h4:hover {
    transform: perspective(1000px) rotateX(5deg);
}.prospective_members_app h4::after {
    background: linear-gradient(90deg, rgb(154,151,186), rgb(166,104,135));
    border-radius: 5px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    height: 5px;
    content: "";
}.prospective_members_app div > div {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 20px;
    display: grid;
}.prospective_members_app p {
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    color: #000000;
    text-align: center;
    height: 200px;
    align-items: center;
    background: #ffffff;
    z-index: 1;
    display: flex;
    margin: 0;
    font-size: 16px;
}.prospective_members_app p:nth-child(even) {
    transform: translateY(100px);
}.prospective_members_app p::before {
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
    background: linear-gradient(135deg, #ffffff, rgb(226,219,230));
    left: 0;
}.prospective_members_app p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    color: #000000;
}.prospective_members_app p:hover::before {
    opacity: 1;
}.prospective_members_app p svg {
    transform: translateX(-50%);
    top: 30px;
    width: 32px;
    height: 32px;
    left: 50%;
    position: absolute;
    transition: all 0.3s ease;
}.prospective_members_app p svg path {
    fill: rgb(154,151,186);
    transition: fill 0.3s ease;
}.prospective_members_app p span {
    display: block;
    width: 100%;
    margin-top: 50px;
}.prospective_members_app p:hover svg {
    transform: translateX(-50%) scale(1.2);
}.prospective_members_app p:hover svg path {
    fill: rgb(166,104,135);
}@keyframes hexSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.prospective_members_app::after {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 200px;
    left: 5%;
    position: absolute;
    height: 200px;
    top: 10%;
    animation: hexSpin 30s linear infinite;
    content: "";
    z-index: 1;
    opacity: 0.5;
    border: 2px dashed rgb(166,104,135,0.5);
}@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.prospective_members_app .learn_learnings_app > div p {
    opacity: 0;
    animation: fadeScale 0.5s ease forwards;
}.prospective_members_app .learn_learnings_app > div p:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_members_app .learn_learnings_app > div p:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_members_app .learn_learnings_app > div p:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_members_app .learn_learnings_app > div p:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_members_app .learn_learnings_app > div p:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_members_app .learn_learnings_app > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.prospective_members_app {
    padding: 80px 0;
}.prospective_members_app h4 {
    font-size: calc(46px * 0.85);
    margin-bottom: 70px;
}.prospective_members_app div > div {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 20px;
}.prospective_members_app p {
    padding: 35px 25px;
    height: 180px;
}.prospective_members_app p:nth-child(3n+2) {
    transform: translateY(0);
}.prospective_members_app p:nth-child(even) {
    transform: translateY(90px);
}.prospective_members_app p svg {
    top: 25px;
}.prospective_members_app p span {
    margin-top: 45px;
}.prospective_members_app::after {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 768px) {.prospective_members_app {
    padding: 70px 0;
}.prospective_members_app h4 {
    margin-bottom: 60px;
    font-size: calc(46px * 0.7);
}.prospective_members_app h4::after {
    bottom: -12px;
    width: 80px;
}.prospective_members_app div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.prospective_members_app p {
    aspect-ratio: 1.73 / 1;
    height: auto;
    border-radius: 11px;
    clip-path: none;
    padding: 20px;
}.prospective_members_app p::before {
    clip-path: none;
    border-radius: 11px;
}.prospective_members_app p:nth-child(even) {
    transform: translateY(0);
}.prospective_members_app p svg {
    position: static;
    width: 28px;
    transform: none;
    height: 28px;
    margin-right: 15px;
}.prospective_members_app p span {
    display: inline;
    margin-top: 0;
}.prospective_members_app p:hover {
    transform: translateY(0) scale(1.03);
}.prospective_members_app p:hover svg {
    transform: scale(1.2);
}.prospective_members_app::after {
    display: none;
}
}

@media (max-width: 576px) {.prospective_members_app {
    padding: 60px 0;
}.prospective_members_app h4 {
    margin-bottom: 40px;
    font-size: calc(46px * 0.6);
}.prospective_members_app h4::after {
    width: 60px;
    bottom: -10px;
    height: 4px;
}.prospective_members_app p {
    padding: 15px;
    font-size: calc(16px * 0.9);
}.prospective_members_app p svg {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}}.course_highlights_app {
    background: linear-gradient(135deg, rgb(226,219,230) 0%, #ffffff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.course_highlights_app::before {
    background: linear-gradient(45deg, rgb(154,151,186,0.5) 0%, transparent 70%);
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
}.course_highlights_app::after {
    top: 0;
    z-index: 0;
    content: "";
    height: 100%;
    right: 0;
    width: 30%;
    position: absolute;
    opacity: 0.05;
    background: linear-gradient(to right, transparent, rgb(166,104,135,0.5));
}.course_highlights_app .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.course_highlights_app .class_map_app {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}.course_highlights_app .article_photo_app {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
}.course_highlights_app .article_photo_app::before {
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    opacity: 0.6;
    background: linear-gradient(120deg, rgb(154,151,186,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
}.course_highlights_app .article_photo_app:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_highlights_app .article_photo_app:hover::before {
    opacity: 0.4;
}.course_highlights_app .prose_block_app {
    transform: translateY(-20px);
    transition: transform 0.3s ease;
    position: relative;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.course_highlights_app .prose_block_app::before {
    top: 0;
    content: "";
    left: 0;
    background: rgb(166,104,135);
    width: 5px;
    height: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.course_highlights_app .prose_block_app:hover::before {
    height: 100%;
}.course_highlights_app h3 {
    margin-bottom: 20px;
    font-weight: 700;
    transform-origin: left center;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    font-size: calc(20px * 1.1);
}.course_highlights_app .prose_block_app:hover h3 {
    color: rgb(166,104,135);
    transform: translateX(10px);
}.course_highlights_app .description {
    line-height: 1.7;
    max-height: 300px;
    font-size: 13px;
    overflow-y: auto;
    position: relative;
    color: #000000;
    padding-right: 15px;
    margin-bottom: 20px;
}.course_highlights_app .description::-webkit-scrollbar {
    width: 5px;
}.course_highlights_app .description::-webkit-scrollbar-track {
    background: rgb(226,219,230);
    border-radius: 10px;
}.course_highlights_app .description::-webkit-scrollbar-thumb {
    background: rgb(166,104,135,0.5);
    border-radius: 10px;
}.course_highlights_app .description::-webkit-scrollbar-thumb:hover {
    background: rgb(166,104,135);
}.course_highlights_app p.description {
    display: block;
}.course_highlights_app span.description {
    display: none;
}

@media (max-width: 991px) {.course_highlights_app {
    padding: 70px 0;
}.course_highlights_app .article_photo_app {
    height: 250px;
}.course_highlights_app h3 {
    font-size: 20px;
}.course_highlights_app .description {
    max-height: 250px;
}
}

@media (min-width: 992px) {.course_highlights_app .class_map_app {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_highlights_app .article_photo_app {
    height: 500px;
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
}.course_highlights_app .prose_block_app {
    padding: 40px 50px;
    transform: perspective(1000px) rotateY(2deg) translateX(20px);
}.course_highlights_app .prose_block_app:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_highlights_app h3 {
    margin-bottom: 30px;
    font-size: 29px;
}.course_highlights_app .description {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_highlights_app .class_map_app {
    gap: 80px;
}.course_highlights_app .article_photo_app {
    height: 550px;
}.course_highlights_app .prose_block_app {
    padding: 50px 60px;
}.course_highlights_app h3 {
    font-size: calc(29px * 1.1);
}.course_highlights_app .description {
    max-height: 450px;
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.course_highlights_app {
    padding: 50px 0;
}.course_highlights_app .article_photo_app {
    height: 200px;
    transform: perspective(1000px) rotateY(-1deg);
}.course_highlights_app .prose_block_app {
    padding: 25px;
}.course_highlights_app h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.course_highlights_app .description {
    line-height: 1.6;
    max-height: 200px;
    font-size: calc(13px * 0.95);
}
}