* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1123px;
}.top_train_ZC {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.slack_invite_Q0 {
    flex: 0 0 auto;
}.wrapping-container_ls {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    scroll-snap-type: none;
    min-height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.education_experience_JM {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,231,242) 0%, rgb(212,200,217,0.5) 100%);
}.education_experience_JM::before {
    position: absolute;
    height: 300px;
    top: -50px;
    filter: blur(80px);
    transform: rotate(-15deg);
    right: -50px;
    width: 300px;
    content: "";
    background: rgb(177,164,185,0.5);
    z-index: 0;
}.education_experience_JM::after {
    width: 250px;
    transform: rotate(25deg);
    position: absolute;
    height: 250px;
    filter: blur(60px);
    z-index: 0;
    content: "";
    background: rgb(212,200,217,0.5);
    left: -50px;
    bottom: -80px;
}.education_experience_JM .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.education_experience_JM .learner_insights_MG {
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
    background: #ffffff;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(2deg);
}.education_experience_JM .learner_insights_MG:hover {
    transform: perspective(1000px) rotateY(0deg);
}.education_experience_JM .learner_insights_MG::before {
    transform-origin: left center;
    transform: scaleY(0);
    content: "";
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(212,200,217), rgb(177,164,185));
    height: 100%;
}.education_experience_JM .learner_insights_MG:hover::before {
    transform: scaleY(1);
}.education_experience_JM .snapshot_Es {
    margin: 0 auto;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    position: relative;
    width: 200px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border: 3px solid #ffffff;
    height: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.education_experience_JM .learner_insights_MG:hover .snapshot_Es {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.education_experience_JM .snapshot_Es::after {
    top: 0;
    left: 0;
    transition: opacity 0.6s ease;
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(212,200,217,0.5) 0%, transparent 50%, rgb(177,164,185,0.5) 100%);
    content: "";
}.education_experience_JM .learner_insights_MG:hover .snapshot_Es::after {
    opacity: 0.4;
}.education_experience_JM .name {
    position: relative;
    display: inline-block;
    transform: translateX(0);
    font-weight: 700;
    margin: 0 0 5px 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: rgb(212,200,217);
    font-size: calc(21px * 1.1);
}.education_experience_JM .learner_insights_MG:hover .name {
    transform: translateX(10px);
}.education_experience_JM .name::after {
    background: rgb(177,164,185);
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -3px;
}.education_experience_JM .learner_insights_MG:hover .name::after {
    width: 100%;
}.education_experience_JM .learner_insights_MG > div:nth-child(2) > div {
    color: #000000;
    font-size: calc(12px * 0.95);
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding-left: 0;
}.education_experience_JM .learner_insights_MG:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.education_experience_JM .exp_section_28 {
    font-size: 12px;
    background: linear-gradient(to right, #ffffff, rgb(237,231,242), #ffffff);
    position: relative;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    padding: 25px 20px;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    background-size: 200% 100%;
    border-radius: 10px;
}.education_experience_JM .learner_insights_MG:hover .exp_section_28 {
    background-position: right center;
}.education_experience_JM .exp_section_28::before,
.education_experience_JM .exp_section_28::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1;
    color: rgb(212,200,217,0.5);
    font-size: 60px;
    position: absolute;
    content: "";
    font-family: Georgia, serif;
}.education_experience_JM .exp_section_28::before {
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    top: -10px;
    left: -10px;
    opacity: 0.5;
}.education_experience_JM .exp_section_28::after {
    right: -10px;
    content: "";
    bottom: -30px;
    opacity: 0.5;
    transform: translateX(20px) translateY(20px) scale(0.8);
}.education_experience_JM .learner_insights_MG:hover .exp_section_28::before {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}.education_experience_JM .learner_insights_MG:hover .exp_section_28::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

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

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

@media (max-width: 767px) {.education_experience_JM {
    padding: 80px 0;
}.education_experience_JM .learner_insights_MG {
    padding: 30px 25px;
    gap: 20px;
}.education_experience_JM .snapshot_Es {
    height: 150px;
    width: 150px;
}.education_experience_JM .name {
    text-align: center;
    font-size: 21px;
}.education_experience_JM .learner_insights_MG > div:nth-child(2) {
    text-align: center;
}.education_experience_JM .learner_insights_MG > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}.education_experience_JM .exp_section_28 {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
    padding: 20px 15px;
}}.our_story_Kc {
    overflow: hidden;
    background-color: rgb(237,231,242);
    isolation: isolate;
    position: relative;
    padding: 150px 0;
}.our_story_Kc::before {
    position: absolute;
    z-index: -2;
    opacity: 0.8;
    inset: 0;
    content: "";
    background: 
        linear-gradient(120deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(240deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 10%),
        radial-gradient(circle at 15% 15%, rgb(212,200,217,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(177,164,185,0.5) 0%, transparent 25%);
}.our_story_Kc::after {
    height: 100%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.03;
    pointer-events: none;
}.our_story_Kc .container {
    padding: 0 30px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.our_story_Kc .container::before {
    content: "";
    animation: pulseCircles 8s infinite alternate ease-in-out;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 200px 200px;
    width: 200px;
    position: absolute;
    opacity: 0.3;
    background: 
        radial-gradient(circle, transparent 30%, rgb(212,200,217,0.5) 30%, rgb(212,200,217,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(212,200,217,0.5) 36%, rgb(212,200,217,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(212,200,217,0.5) 43%, rgb(212,200,217,0.5) 45%, transparent 45%);
    height: 200px;
    top: -120px;
    right: -100px;
}.our_story_Kc .container::after {
    background: 
        radial-gradient(circle, transparent 30%, rgb(177,164,185,0.5) 30%, rgb(177,164,185,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(177,164,185,0.5) 36%, rgb(177,164,185,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(177,164,185,0.5) 43%, rgb(177,164,185,0.5) 45%, transparent 45%);
    content: "";
    bottom: -100px;
    width: 150px;
    left: -70px;
    opacity: 0.3;
    position: absolute;
    animation: pulseCircles 8s infinite alternate-reverse ease-in-out;
    background-size: 150px 150px;
    background-repeat: no-repeat;
    height: 150px;
    z-index: -1;
}@keyframes pulseCircles {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.our_story_Kc .learn_spot_JG {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    box-shadow: 
        0 20px 80px -20px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 20px rgba(0, 0, 0, 0.02);
    border-radius: 25px;
}.our_story_Kc .learn_spot_JG::before,
.our_story_Kc .learn_spot_JG::after {
    position: absolute;
    height: 500px;
    border-radius: 50%;
    top: 50%;
    width: 500px;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: conic-gradient(
        transparent 0deg,
        transparent 30deg,
        rgb(212,200,217,0.5) 40deg,
        rgb(212,200,217,0.5) 60deg,
        transparent 70deg,
        transparent 120deg,
        rgb(177,164,185,0.5) 130deg,
        rgb(177,164,185,0.5) 150deg,
        transparent 160deg,
        transparent 210deg,
        rgb(212,200,217,0.5) 220deg,
        rgb(212,200,217,0.5) 240deg,
        transparent 250deg,
        transparent 300deg,
        rgb(177,164,185,0.5) 310deg,
        rgb(177,164,185,0.5) 330deg,
        transparent 340deg
    );
    opacity: 0.05;
    content: "";
}.our_story_Kc .learn_spot_JG::before {
    animation: rotateConic 60s linear infinite;
}.our_story_Kc .learn_spot_JG::after {
    opacity: 0.03;
    animation: rotateConic 40s linear infinite reverse;
    filter: blur(5px);
}@keyframes rotateConic {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.our_story_Kc .story_info_z1 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 35%;
    z-index: 2;
    background: linear-gradient(
        -45deg, 
        transparent, 
        rgba(255, 255, 255, 0.02) 30%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(255, 255, 255, 0.02) 70%, 
        transparent
    );
    position: relative;
    display: flex;
    padding: 60px 0;
}.our_story_Kc .story_info_z1::before {
    z-index: 1;
    height: 60px;
    position: absolute;
    content: "";
    width: 60px;
    border-left: 2px solid rgb(212,200,217,0.5);
    opacity: 0.6;
    left: 30px;
    top: 30px;
    border-top: 2px solid rgb(212,200,217,0.5);
}.our_story_Kc .story_info_z1::after {
    width: 60px;
    content: "";
    right: 30px;
    border-bottom: 2px solid rgb(212,200,217,0.5);
    opacity: 0.6;
    height: 60px;
    border-right: 2px solid rgb(212,200,217,0.5);
    bottom: 30px;
    z-index: 1;
    position: absolute;
}.our_story_Kc .story_info_z1 .snapshot_Es {
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 240px;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    height: 320px;
}.our_story_Kc .story_info_z1 .snapshot_Es::before {
    content: "";
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.4) 100%
    );
    position: absolute;
    z-index: 1;
}.our_story_Kc .story_info_z1 .snapshot_Es::after {
    width: 40%;
    height: 200%;
    transform: rotate(30deg);
    content: "";
    top: -100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    z-index: 2;
    animation: reflectionSweep 7s infinite cubic-bezier(0.5, 0, 0.5, 1);
    left: -20%;
}@keyframes reflectionSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(500%);
    }
}

.our_story_Kc .story_info_z1:hover .snapshot_Es {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.our_story_Kc .legacy_story_5Q {
    position: relative;
    z-index: 3;
    border-radius: 10px;
    padding: 20px 30px;
    background: rgb(212,200,217);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-30px) translateX(40px);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #ffffff;
}.our_story_Kc .legacy_story_5Q::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: rgb(177,164,185);
    opacity: 0.8;
    width: 4px;
    height: 100%;
}.our_story_Kc .legacy_story_5Q::after {
    width: 30%;
    background: rgb(177,164,185);
    opacity: 0.8;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
    left: 0;
}.our_story_Kc .story_info_z1:hover .legacy_story_5Q {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-35px) translateX(30px);
}.our_story_Kc .story_info_z1:hover .legacy_story_5Q::after {
    width: 70%;
}.our_story_Kc .our_ethos_Zn {
    font-size: 24px;
    position: relative;
    font-weight: 700;
    margin: 0 0 8px 0;
}.our_story_Kc .knowledge_study_hi {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}.our_story_Kc .text_body_sY {
    z-index: 2;
    width: 65%;
    background: linear-gradient(
        45deg, 
        rgba(255, 255, 255, 0.03) 0%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.02) 100%
    );
    padding: 60px;
    position: relative;
}.our_story_Kc .text_body_sY::before {
    left: 0;
    height: 100%;
    position: absolute;
    width: 1px;
    opacity: 0.4;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(212,200,217,0.5),
        rgb(177,164,185,0.5),
        transparent
    );
    top: 0;
}.our_story_Kc .text_body_sY::after {
    content: "";
    height: 1px;
    transform: translateY(120px);
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    width: 80%;
    background: linear-gradient(
        to right,
        transparent,
        rgb(177,164,185,0.5) 50%,
        transparent
    );
}.our_story_Kc .who_weare_Hk {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}.our_story_Kc .who_weare_Hk::before {
    bottom: -12px;
    opacity: 0.3;
    background: linear-gradient(
        to right,
        rgb(212,200,217,0.5),
        transparent 80%
    );
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
}.our_story_Kc .who_weare_Hk svg {
    fill: rgb(212,200,217);
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-right: 15px;
    width: 45px;
    height: 45px;
    position: relative;
}.our_story_Kc .who_weare_Hk svg::before {
    content: "";
    transition: all 0.3s ease;
    border: 1px dashed rgb(212,200,217,0.5);
    inset: -5px;
    opacity: 0;
    position: absolute;
    transform: scale(0.8);
    border-radius: 50%;
}.our_story_Kc .who_weare_Hk:hover svg {
    transform: translateY(-5px) rotate(10deg);
}.our_story_Kc .who_weare_Hk svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,200,217);
}.our_story_Kc .who_weare_Hk:hover svg path {
    fill: rgb(177,164,185);
}.our_story_Kc h2 {
    position: relative;
    font-weight: 700;
    font-size: 38px;
    margin: 0 0 30px 0;
    color: #000000;
    padding-bottom: 15px;
}.our_story_Kc h2::before {
    content: "";
    background: linear-gradient(
        to right,
        rgb(212,200,217,0.5) 0%,
        transparent 80%
    );
    height: 1px;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    left: 0;
    bottom: 0;
}.our_story_Kc h2::after {
    background: linear-gradient(
        to right,
        rgb(212,200,217) 0%,
        rgb(177,164,185) 100%
    );
    border-radius: 3px;
    content: "";
    width: 60px;
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
    left: 0;
    height: 3px;
}.our_story_Kc .text_body_sY:hover h2::after {
    width: 100px;
}.our_story_Kc p {
    padding-left: 20px;
    margin: 0;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    position: relative;
}.our_story_Kc p::before {
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(212,200,217,0.5),
        rgb(177,164,185,0.5)
    );
    position: absolute;
    opacity: 0.3;
    content: "";
    height: 100%;
    top: 0;
    width: 2px;
}.our_story_Kc p::after {
    bottom: 10px;
    position: absolute;
    width: 30%;
    content: "";
    opacity: 0.1;
    right: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgb(177,164,185,0.5)
    );
    height: 1px;
}

@media (max-width: 1024px) {.our_story_Kc {
    padding: 100px 0;
}.our_story_Kc .learn_spot_JG {
    flex-direction: column;
}.our_story_Kc .story_info_z1,
    .our_story_Kc .text_body_sY {
    width: 100%;
    padding: 40px;
}.our_story_Kc .story_info_z1 {
    padding-bottom: 60px;
    gap: 30px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}.our_story_Kc .story_info_z1 .snapshot_Es {
    margin-bottom: 0;
    width: 180px;
    height: 240px;
}.our_story_Kc .legacy_story_5Q {
    flex: 1;
    transform: translateY(0) translateX(0);
}.our_story_Kc .story_info_z1:hover .legacy_story_5Q {
    transform: translateY(0) translateX(0);
}.our_story_Kc .text_body_sY::before {
    width: 100%;
    height: 1px;
    background: linear-gradient(
            to right,
            transparent,
            rgb(212,200,217,0.5),
            rgb(177,164,185,0.5),
            transparent
        );
}
}

@media (max-width: 768px) {.our_story_Kc {
    padding: 80px 0;
}.our_story_Kc .story_info_z1 {
    padding: 30px;
    flex-direction: column;
    padding-bottom: 60px;
}.our_story_Kc .story_info_z1 .snapshot_Es {
    margin-bottom: 20px;
    height: 270px;
    width: 200px;
}.our_story_Kc .legacy_story_5Q {
    width: 90%;
    text-align: center;
}.our_story_Kc .legacy_story_5Q::before {
    width: 100%;
    height: 4px;
}.our_story_Kc .legacy_story_5Q::after {
    left: 50%;
    transform: translateX(-50%);
}.our_story_Kc .text_body_sY {
    padding: 30px;
}.our_story_Kc h2 {
    text-align: center;
}.our_story_Kc h2::after {
    left: 50%;
    transform: translateX(-50%);
}.our_story_Kc .text_body_sY:hover h2::after {
    width: 80px;
}.our_story_Kc p {
    padding-left: 0;
    text-align: center;
}.our_story_Kc p::before {
    display: none;
}
}

@media (max-width: 480px) {.our_story_Kc {
    padding: 60px 0;
}.our_story_Kc .container {
    padding: 0 20px;
}.our_story_Kc .story_info_z1 {
    padding-bottom: 50px;
    padding: 25px;
}.our_story_Kc .story_info_z1 .snapshot_Es {
    width: 160px;
    height: 220px;
}.our_story_Kc .legacy_story_5Q {
    padding: 15px 20px;
    width: 100%;
}.our_story_Kc .text_body_sY {
    padding: 25px 20px;
}.our_story_Kc h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 20px;
}.our_story_Kc .who_weare_Hk {
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}.our_story_Kc .who_weare_Hk svg {
    margin-bottom: 10px;
    margin-right: 0;
}}.privacy_redoubt_60 {
    background: linear-gradient(to bottom right, rgb(212,200,217,0.5), rgb(177,164,185,0.5));
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-family: Arial, sans-serif;
    background-position: center;
    background-size: cover;
    padding: 50px;
    color: #ffffff;
    position: relative;
}.privacy_redoubt_60 h1,
.privacy_redoubt_60 h2 {
    margin: 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
}.privacy_redoubt_60 h1 {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
}.privacy_redoubt_60 h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 37px;
}.privacy_redoubt_60 ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}.privacy_redoubt_60 ul li {
    font-weight: 400;
    color: #ffffff;
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    font-size: 13px;
}.privacy_redoubt_60 ul li::before {
    font-size: 23px;
    color: rgb(177,164,185);
    position: absolute;
    left: 0;
    content: '•';
}.privacy_redoubt_60 p {
    line-height: 1.8;
    margin: 20px 0;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
}.privacy_redoubt_60 div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.privacy_redoubt_60 {
    padding: 30px;
}.privacy_redoubt_60 h1 {
    font-size: calc(23px - 8px);
}.privacy_redoubt_60 h2 {
    font-size: calc(23px - 8px);
}.privacy_redoubt_60 ul li {
    font-size: calc(13px - 2px);
}.privacy_redoubt_60 p {
    font-size: calc(13px - 2px);
}}.title_screen_qR {
    background: linear-gradient(135deg, rgb(237,231,242) 0%, rgba(245, 248, 250, 0.9) 100%);
    justify-content: center;
    padding: 4rem 1rem;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    min-height: 100vh;
    display: flex;
}.title_screen_qR::before {
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(var(--secondary-color-rgb, 94, 170, 168), 0.05) 0%, transparent 25%);
}.title_screen_qR h1 {
    position: relative;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    margin-bottom: 2rem;
    text-align: center;
    z-index: 2;
    color: var(--primary-color, rgb(94, 170, 168));
    opacity: 1;
    transform: translateY(0);
    font-size: var(--h5-font-size, 1.5rem);
    font-weight: 700;
}.title_screen_qR h1::after {
    background: linear-gradient(90deg, transparent, var(--primary-color, rgb(94, 170, 168)), transparent);
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    content: "";
    position: absolute;
    bottom: -0.5rem;
    height: 3px;
}.title_screen_qR .learn_spot_JG {
    position: relative;
    z-index: 2;
    gap: 2rem;
    flex-direction: column;
    display: flex;
}.title_screen_qR .text_body_sY {
    border-left: 4px solid var(--primary-color, rgb(94, 170, 168));
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.title_screen_qR .text_body_sY:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.title_screen_qR ol {
    list-style: none;
    padding: 0;
    margin: 0;
}.title_screen_qR ol li {
    margin-bottom: 1.5rem;
}.title_screen_qR .study_tools_n1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}.title_screen_qR svg {
    width: 120px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 120px;
    margin-bottom: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.title_screen_qR svg:hover {
    transform: scale(1.05) rotate(2deg);
}.title_screen_qR svg path {
    transition: fill 0.3s ease;
}.title_screen_qR svg:hover path {
    fill: var(--secondary-color, rgb(94, 170, 168));
}.title_screen_qR svg text {
    font-family: var(--body-font-family, sans-serif);
    transition: fill 0.3s ease;
}.title_screen_qR svg:hover text {
    fill: var(--dark-color, #333);
}.title_screen_qR .study_tools_n1 p {
    margin-bottom: 1.5rem;
    max-width: 90%;
    font-size: var(--p-font-size, 1rem);
    position: relative;
    color: var(--p-color, #666);
    line-height: 1.6;
}.title_screen_qR .query_query_uY {
    padding: 0.75rem 2rem;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary-color, rgb(94, 170, 168)) 0%, var(--secondary-color, rgb(94, 170, 168)) 100%);
    transform: translateZ(0);
    font-weight: 600;
    color: var(--white-color, #fff);
    font-size: var(--btn-font-size, 1rem);
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.2);
}.title_screen_qR .query_query_uY::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    position: absolute;
    transition: left 0.7s ease;
    height: 100%;
    content: "";
}.title_screen_qR .query_query_uY:hover {
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    transform: translateY(-3px);
}.title_screen_qR .query_query_uY:hover::before {
    left: 100%;
}.title_screen_qR .query_query_uY:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(94, 170, 168, 0.2);
}.title_screen_qR .snapshot_Es {
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    height: 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: var(--border-radius-medium, 8px);
    position: relative;
}.title_screen_qR .snapshot_Es::after {
    top: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.2) 0%, rgba(94, 170, 168, 0) 50%);
    left: 0;
    content: "";
    height: 100%;
}.title_screen_qR .snapshot_Es:hover {
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

@media (min-width: 768px) {.title_screen_qR {
    padding: 5rem 2rem;
}.title_screen_qR h1 {
    font-size: calc(var(--h5-font-size, 1.5rem) * 1.2);
}.title_screen_qR .learn_spot_JG {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.title_screen_qR .text_body_sY {
    padding: 3rem;
    flex: 1;
}.title_screen_qR .study_tools_n1 {
    text-align: left;
    align-items: flex-start;
}.title_screen_qR svg {
    margin-right: auto;
    margin-left: 0;
}.title_screen_qR .snapshot_Es {
    flex: 1;
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.title_screen_qR .snapshot_Es:hover {
    transform: perspective(1000px) rotateX(4deg) rotateY(-4deg);
}
}

@media (min-width: 992px) {.title_screen_qR {
    padding: 6rem 3rem;
}.title_screen_qR h1 {
    margin-bottom: 3rem;
    font-size: calc(var(--h5-font-size, 1.5rem) * 1.4);
}.title_screen_qR .learn_spot_JG {
    gap: 5rem;
}.title_screen_qR .text_body_sY {
    flex: 1.2;
}.title_screen_qR svg {
    width: 150px;
    height: 150px;
}.title_screen_qR .snapshot_Es {
    flex: 1;
    height: 500px;
}.title_screen_qR .study_tools_n1 p {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}.title_screen_qR .query_query_uY {
    padding: 1rem 2.5rem;
}
}

@media (min-width: R-width) {.title_screen_qR {
    padding: 7rem 4rem;
}.title_screen_qR h1::after {
    width: 120px;
}.title_screen_qR .learn_spot_JG {
    gap: 7rem;
}.title_screen_qR .text_body_sY {
    padding: 4rem;
}.title_screen_qR .study_tools_n1 p {
    max-width: 80%;
}.title_screen_qR .snapshot_Es {
    height: 550px;
}
}

@media (max-width: 767px) {.title_screen_qR {
    padding: 3rem 1rem;
}.title_screen_qR h1 {
    font-size: var(--h5-font-size, 1.5rem);
}.title_screen_qR .text_body_sY {
    padding: 1.5rem;
}.title_screen_qR svg {
    width: 100px;
    height: 100px;
}.title_screen_qR .study_tools_n1 p {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
}.title_screen_qR .query_query_uY {
    text-align: center;
    display: block;
}}.cookie_alert_message_Sh {
    border-top: 1px solid rgb(212,200,217);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(237,231,242);
    bottom: 0;
    width: 100%;
    position: fixed;
    animation: fadeInUp 0.5s ease-out;
    z-index: 1000;
    padding: 20px 0;
}.cookie_alert_message_Sh .digital_consent_9d {
    flex-shrink: 0;
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
}.cookie_alert_message_Sh .digital_consent_9d svg {
    width: 60px;
    height: 60px;
    fill: rgb(212,200,217);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_alert_message_Sh .track_edu_Ep {
    flex-grow: 1;
}.cookie_alert_message_Sh .track_edu_Ep h5 {
    font-size: 21px;
    margin-bottom: 6px;
    color: rgb(212,200,217);
}.cookie_alert_message_Sh .track_edu_Ep p {
    line-height: 1.5;
    margin: 0;
    font-size: 17px;
    color: #000000;
}.cookie_alert_message_Sh .edu_accept_GZ {
    background-color: rgb(212,200,217);
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    font-size: 20px;
}.cookie_alert_message_Sh .edu_accept_GZ:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookie_alert_message_Sh .edu_accept_GZ:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.cookie_alert_message_Sh .digital_consent_9d {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_alert_message_Sh .edu_accept_GZ {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}
#cookie_popup_board_V9 {
    display: none;
}#cookie_popup_board_V9:checked ~ .cookie_alert_message_Sh {
    visibility: hidden;
    opacity: 0;
}header {
    box-shadow: 0 5px 15px rgb(212,200,217,0.5);
    z-index: 100;
    background: linear-gradient(to right, rgb(237,231,242), #ffffff);
    padding: 1.5rem 0;
    position: relative;
}header .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
}header .head_master_1b {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.2rem;
}header .head_learning_Lj {
    display: block;
    transition: all 0.3s ease;
    padding: 0.5rem;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    position: relative;
}header .head_learning_Lj::after {
    height: 2px;
    content: '';
    opacity: 0.7;
    left: 0;
    position: absolute;
    width: 100%;
    bottom: -5px;
    background: linear-gradient(to right, transparent, rgb(212,200,217), transparent);
}header .head_learning_Lj svg {
    width: 180px;
    height: auto;
    transition: transform 0.3s ease;
}header .head_learning_Lj:hover svg {
    transform: scale(1.05);
}header .main_guide_NY {
    border-radius: 19px;
    flex-wrap: wrap;
    display: flex;
    padding: 0.8rem;
    background: linear-gradient(to right, rgb(212,200,217,0.5), rgb(177,164,185,0.5));
    gap: 0.5rem;
    justify-content: center;
    width: 100%;
}header .main_base_Rd {
    font-weight: 400;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}header .main_base_Rd:hover {
    color: #ffffff;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(212,200,217), rgb(177,164,185));
    box-shadow: 0 4px 8px rgb(212,200,217,0.5);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .head_learning_Lj svg {
    width: 160px;
}header .main_guide_NY {
    padding: 0.7rem;
}header .main_base_Rd {
    font-size: calc(12px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .head_master_1b {
    gap: 1rem;
}header .head_learning_Lj svg {
    width: 140px;
}header .main_guide_NY {
    padding: 0.6rem;
    gap: 0.4rem;
}header .main_base_Rd {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head_master_1b {
    gap: 0.8rem;
}header .head_learning_Lj svg {
    width: 120px;
}header .main_guide_NY {
    flex-wrap: nowrap;
    padding: 0.5rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .main_guide_NY::-webkit-scrollbar {
    height: 3px;
}header .main_guide_NY::-webkit-scrollbar-thumb {
    background: rgb(212,200,217);
    border-radius: 10px;
}header .main_base_Rd {
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: calc(12px - 2px);
}}.pricing_feature_zy {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_feature_zy::before {
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
}.pricing_feature_zy .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.pricing_feature_zy .pro_fees_sG {
    perspective: 1000px;
    position: relative;
}.pricing_feature_zy h2 {
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    animation: fadeInDown 0.8s ease-out forwards;
    transform: translateZ(50px);
    color: #ffffff;
    font-size: 33px;
    margin-bottom: 20px;
}.pricing_feature_zy .edu_deals_V7 {
    opacity: 0.9;
    max-width: 800px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 50px;
    font-size: calc(13px * 1.1);
    transform: translateZ(30px);
    line-height: 1.6;
}.pricing_feature_zy .fee_plans_ew {
    padding: 0;
    perspective: 2000px;
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}.pricing_feature_zy .fee_plans_ew li {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    height: 100%;
}.pricing_feature_zy .fee_plans_ew li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_feature_zy .fee_plans_ew li:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_feature_zy .fee_plans_ew li:nth-child(3) {
    animation-delay: 0.7s;
}.pricing_feature_zy .fee_plans_ew li:nth-child(4) {
    animation-delay: 0.9s;
}.pricing_feature_zy .fee_structure_eb {
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
    height: 100%;
}.pricing_feature_zy .fee_structure_eb:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.pricing_feature_zy .price_tiers_G8 {
    background: linear-gradient(135deg, rgb(212,200,217,0.5), rgb(177,164,185,0.5));
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
}.pricing_feature_zy .fee_structure_eb:hover .price_tiers_G8 {
    border-color: rgba(255,255,255,0.25);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
}.pricing_feature_zy .price_tiers_G8::before {
    right: -10px;
    width: 100px;
    background: rgb(177,164,185);
    height: 100px;
    transform: rotate(45deg);
    position: absolute;
    opacity: 0.15;
    transition: all 0.4s ease;
    content: "";
    top: -10px;
}.pricing_feature_zy .fee_structure_eb:hover .price_tiers_G8::before {
    opacity: 0.25;
    transform: rotate(45deg) scale(1.2);
}.pricing_feature_zy .study_packages_Yj {
    position: relative;
    z-index: 1;
    padding: 35px 30px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.pricing_feature_zy .fee_structure_eb:hover .study_packages_Yj {
    transform: translateZ(10px);
}.pricing_feature_zy .study_packages_Yj h4 {
    padding-bottom: 15px;
    color: #ffffff;
    font-size: calc(18px * 1.2);
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    position: relative;
    font-weight: 700;
}.pricing_feature_zy .fee_structure_eb:hover .study_packages_Yj h4 {
    transform: translateY(-5px);
}.pricing_feature_zy .study_packages_Yj h4::after {
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    height: 3px;
    width: 50px;
    bottom: 0;
    content: "";
    background: rgb(212,200,217);
}.pricing_feature_zy .fee_structure_eb:hover .study_packages_Yj h4::after {
    width: 80px;
}.pricing_feature_zy .study_packages_Yj p {
    color: #ffffff;
    max-height: 200px;
    padding-right: 10px;
    line-height: 1.6;
    overflow-y: auto;
    margin-bottom: 30px;
    transition: opacity 0.3s ease;
    opacity: 0.8;
    font-size: 13px;
}.pricing_feature_zy .study_packages_Yj p::-webkit-scrollbar {
    width: 4px;
}.pricing_feature_zy .study_packages_Yj p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(212,200,217,0.5);
}.pricing_feature_zy .fee_structure_eb:hover .study_packages_Yj p {
    opacity: 1;
}.pricing_feature_zy .cost_card_Vk {
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    position: relative;
    font-size: calc(18px * 1.4);
    display: block;
    font-weight: 700;
    margin-top: 20px;
    transition: all 0.4s ease;
    color: #ffffff;
}.pricing_feature_zy .cost_card_Vk::before {
    content: "";
    transition: width 0.4s ease;
    height: 2px;
    left: 0;
    width: 30px;
    position: absolute;
    background: rgb(177,164,185);
    top: -10px;
}.pricing_feature_zy .fee_structure_eb:hover .cost_card_Vk::before {
    width: 50px;
}.pricing_feature_zy .fee_structure_eb:hover .cost_card_Vk {
    color: rgb(177,164,185);
    transform: scale(1.1);
}

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

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.pricing_feature_zy {
    padding: 100px 0;
}.pricing_feature_zy h2 {
    font-size: calc(33px * 0.9);
}.pricing_feature_zy .edu_deals_V7 {
    margin-bottom: 40px;
    font-size: 13px;
}.pricing_feature_zy .fee_plans_ew {
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_feature_zy {
    padding: 80px 0;
}.pricing_feature_zy .fee_plans_ew {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing_feature_zy .study_packages_Yj {
    padding: 30px 25px;
}.pricing_feature_zy .study_packages_Yj p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.pricing_feature_zy {
    padding: 70px 0;
}.pricing_feature_zy h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 15px;
}.pricing_feature_zy .edu_deals_V7 {
    margin-bottom: 30px;
    font-size: calc(13px * 0.95);
}.pricing_feature_zy .fee_plans_ew {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_feature_zy .price_tiers_G8 {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.pricing_feature_zy .cost_card_Vk {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 576px) {.pricing_feature_zy {
    padding: 60px 0;
}.pricing_feature_zy h2 {
    font-size: calc(33px * 0.7);
}.pricing_feature_zy .edu_deals_V7 {
    margin-bottom: 25px;
    font-size: calc(13px * 0.9);
}.pricing_feature_zy .study_packages_Yj {
    padding: 25px 20px;
}.pricing_feature_zy .study_packages_Yj h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}.pricing_feature_zy .study_packages_Yj p {
    font-size: calc(13px * 0.9);
    max-height: 150px;
    margin-bottom: 20px;
}}.contact_form_box_gs {
    position: relative;
    padding: 100px 0;
}.contact_form_box_gs::before {
    background-color: rgb(212,200,217,0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    content: "";
    z-index: 1;
    top: 0;
}.contact_form_box_gs .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.contact_form_box_gs .support_support_RC {
    transform-style: preserve-3d;
    border-radius: 19px;
    flex-wrap: wrap;
    overflow: hidden;
    perspective: 1000px;
    display: flex;
    position: relative;
}.contact_form_box_gs .inquiry_feedback_Pi {
    transform: rotateY(5deg);
    transition: transform 0.5s ease;
    width: 40%;
    z-index: 3;
    position: relative;
    transform-origin: left center;
    background-color: rgb(237,231,242);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
}.contact_form_box_gs .support_support_RC:hover .inquiry_feedback_Pi {
    transform: rotateY(0deg);
}.contact_form_box_gs .inquiry_feedback_Pi h3 {
    font-weight: 700;
    position: relative;
    font-size: 31px;
    margin-bottom: 50px;
    color: #000000;
    padding-left: 20px;
}.contact_form_box_gs .inquiry_feedback_Pi h3::before {
    width: 6px;
    background: linear-gradient(to bottom, rgb(212,200,217), rgb(177,164,185));
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    content: "";
}.contact_form_box_gs .inquiry_feedback_Pi div {
    transform: translateZ(0);
    padding: 15px 20px;
    transition: all 0.3s ease;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
    margin-bottom: 25px;
    background-color: #ffffff;
    border-radius: 10px;
}.contact_form_box_gs .inquiry_feedback_Pi div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
}.contact_form_box_gs .inquiry_feedback_Pi div svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.contact_form_box_gs .inquiry_feedback_Pi div svg path {
    fill: rgb(212,200,217);
}.contact_form_box_gs .inquiry_feedback_Pi div span {
    color: #000000;
    font-size: 13px;
}.contact_form_box_gs .inquiry_feedback_Pi div span a {
    transition: color 0.3s ease;
    color: #000000;
    text-decoration: none;
}.contact_form_box_gs .inquiry_feedback_Pi div span a:hover {
    color: rgb(212,200,217);
}.contact_form_box_gs .contact_feedback_fe {
    transform: rotateY(-5deg);
    width: 60%;
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgb(177,164,185), rgb(212,200,217));
    justify-content: center;
    padding: 60px 40px;
    transform-origin: right center;
    display: flex;
    flex-direction: column;
    z-index: 2;
}.contact_form_box_gs .support_support_RC:hover .contact_feedback_fe {
    transform: rotateY(0deg);
}.contact_form_box_gs .contact_feedback_fe h3 {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}.contact_form_box_gs form {
    display: flex;
    width: 100%;
    flex-direction: column;
}.contact_form_box_gs form input[type="text"],
.contact_form_box_gs form input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    margin-bottom: 20px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 18px 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact_form_box_gs form input[type="text"]:focus,
.contact_form_box_gs form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.4);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}.contact_form_box_gs form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_form_box_gs .inquiry_map_qm {
    margin-bottom: 30px;
    position: relative;
}.contact_form_box_gs .inquiry_map_qm input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_box_gs .inquiry_map_qm label {
    font-size: 13px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 35px;
    line-height: 1.6;
    position: relative;
}.contact_form_box_gs .inquiry_map_qm label::before {
    position: absolute;
    content: "";
    top: 2px;
    border-radius: 10px;
    left: 0;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 20px;
    height: 20px;
}.contact_form_box_gs .inquiry_map_qm input[type="checkbox"]:checked + label::before {
    border-color: #ffffff;
    background-color: #ffffff;
}.contact_form_box_gs .inquiry_map_qm input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    position: absolute;
    height: 12px;
    transform: rotate(45deg);
    width: 6px;
    content: "";
    top: 4px;
    left: 7px;
    border: solid rgb(212,200,217);
}.contact_form_box_gs .inquiry_map_qm label a {
    transition: all 0.3s ease;
    text-decoration: underline;
    color: #ffffff;
}.contact_form_box_gs .inquiry_map_qm label a:hover {
    color: rgba(255, 255, 255, 0.8);
}.contact_form_box_gs form .query_query_uY {
    padding: 18px 35px;
    color: rgb(212,200,217);
    border: none;
    cursor: pointer;
    font-weight: 700;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 20px;
    align-self: flex-start;
    overflow: hidden;
}.contact_form_box_gs form .query_query_uY::before {
    left: 0;
    background: linear-gradient(135deg, rgb(177,164,185), rgb(212,200,217));
    transition: transform 0.3s ease;
    height: 100%;
    transform: translateY(100%);
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    width: 100%;
}.contact_form_box_gs form .query_query_uY:hover {
    color: #ffffff;
}.contact_form_box_gs form .query_query_uY:hover::before {
    transform: translateY(0);
}@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.contact_form_box_gs .inquiry_feedback_Pi div:nth-child(2) {
    animation: float 6s infinite ease-in-out;
}.contact_form_box_gs .inquiry_feedback_Pi div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.contact_form_box_gs .inquiry_feedback_Pi div:nth-child(4) {
    animation: float 8s infinite ease-in-out;
}.contact_form_box_gs .inquiry_feedback_Pi div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.contact_form_box_gs .container {
    width: 90%;
}.contact_form_box_gs .support_support_RC,
    .contact_form_box_gs .inquiry_feedback_Pi,
    .contact_form_box_gs .contact_feedback_fe {
    transform: none;
}.contact_form_box_gs .inquiry_feedback_Pi,
    .contact_form_box_gs .contact_feedback_fe {
    width: 100%;
}.contact_form_box_gs .inquiry_feedback_Pi {
    padding: 40px 30px;
}.contact_form_box_gs .contact_feedback_fe {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_form_box_gs {
    padding: 60px 0;
}.contact_form_box_gs .inquiry_feedback_Pi,
    .contact_form_box_gs .contact_feedback_fe {
    padding: 30px 20px;
}.contact_form_box_gs .inquiry_feedback_Pi h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.contact_form_box_gs form input[type="text"],
    .contact_form_box_gs form input[type="email"] {
    padding: 15px 20px;
}.contact_form_box_gs form .query_query_uY {
    width: 100%;
    padding: 15px 20px;
}}.statistical_details_6m {
    position: relative;
    background: linear-gradient(135deg, rgb(237,231,242) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.statistical_details_6m::before {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(212,200,217,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(177,164,185,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    content: "";
    opacity: 0.15;
    height: 100%;
}.statistical_details_6m::after {
    left: -50%;
    width: 200%;
    position: absolute;
    background-image: 
        linear-gradient(to right, rgb(212,200,217,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(212,200,217,0.5) 1px, transparent 1px);
    transform: perspective(1000px) rotateX(60deg);
    content: "";
    pointer-events: none;
    height: 200%;
    opacity: 0.05;
    background-size: 30px 30px;
    top: -50%;
}.statistical_details_6m h3 {
    color: #000000;
    transform: translateZ(0);
    position: relative;
    text-align: center;
    z-index: 5;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 60px;
}.statistical_details_6m h3::after {
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(212,200,217), rgb(177,164,185));
    height: 3px;
    content: "";
    bottom: -15px;
}.statistical_details_6m .container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.statistical_details_6m ul {
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.statistical_details_6m .statistics_benefits_Xl {
    align-items: center;
    overflow: hidden;
    animation-delay: calc(var(--i, 0) * 0.1s);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    padding: 30px;
    animation: stat-appear 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
}.statistical_details_6m .statistics_benefits_Xl:nth-child(1) {
    --i: 1;
}.statistical_details_6m .statistics_benefits_Xl:nth-child(2) {
    --i: 2;
}.statistical_details_6m .statistics_benefits_Xl:nth-child(3) {
    --i: 3;
}.statistical_details_6m .statistics_benefits_Xl:nth-child(4) {
    --i: 4;
}.statistical_details_6m .statistics_benefits_Xl:nth-child(5) {
    --i: 5;
}.statistical_details_6m .statistics_benefits_Xl:nth-child(6) {
    --i: 6;
}.statistical_details_6m .statistics_benefits_Xl:nth-child(7) {
    --i: 7;
}.statistical_details_6m .statistics_benefits_Xl::before {
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, rgb(212,200,217), rgb(177,164,185));
    content: "";
    position: absolute;
    z-index: 1;
}.statistical_details_6m .statistics_benefits_Xl::after {
    height: 100px;
    opacity: 0.1;
    border-radius: 50%;
    width: 100px;
    position: absolute;
    content: "";
    bottom: -50px;
    background: rgb(212,200,217,0.5);
    right: -50px;
    z-index: -1;
    transition: all 0.5s ease;
}.statistical_details_6m .statistics_benefits_Xl:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}.statistical_details_6m .statistics_benefits_Xl:hover::after {
    transform: scale(1.5);
    opacity: 0.2;
}.statistical_details_6m .statistics_benefits_Xl span {
    font-size: calc(17px * 1.1);
    z-index: 2;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    position: relative;
}.statistical_details_6m .statistics_benefits_Xl p {
    position: relative;
    line-height: 1;
    z-index: 2;
    font-size: calc(32px * 1.5);
    margin: 0;
    font-weight: 700;
    transition: all 0.3s ease;
    color: rgb(212,200,217);
}.statistical_details_6m .statistics_benefits_Xl p::after {
    right: -15px;
    font-size: calc(22px);
    content: "+";
    position: absolute;
    top: 5px;
    color: rgb(177,164,185);
}

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

@media (max-width: 991px) {.statistical_details_6m {
    padding: 80px 0;
}.statistical_details_6m h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.statistical_details_6m ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.statistical_details_6m .statistics_benefits_Xl {
    padding: 25px 20px;
}.statistical_details_6m .statistics_benefits_Xl p {
    font-size: calc(32px * 1.3);
}
}

@media (max-width: 767px) {.statistical_details_6m {
    padding: 60px 0;
}.statistical_details_6m h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.statistical_details_6m ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}.statistical_details_6m .statistics_benefits_Xl {
    padding: 20px 15px;
}.statistical_details_6m .statistics_benefits_Xl span {
    font-size: 17px;
    margin-bottom: 10px;
}.statistical_details_6m .statistics_benefits_Xl p {
    font-size: calc(32px * 1.2);
}.statistical_details_6m .statistics_benefits_Xl p::after {
    font-size: 19px;
    right: -12px;
    top: 3px;
}
}

@media (max-width: 480px) {.statistical_details_6m {
    padding: 50px 0;
}.statistical_details_6m ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.statistical_details_6m .statistics_benefits_Xl {
    padding: 20px 15px;
}}.program_offerings_zQ {
    background: linear-gradient(45deg, rgb(177,164,185,0.5) 0%, rgb(237,231,242) 50%, rgb(212,200,217,0.5) 100%);
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
}.program_offerings_zQ::before {
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(177,164,185,0.5) 100%);
    width: 200%;
    content: "";
    height: 200%;
    position: absolute;
    animation: rotate 60s linear infinite;
    z-index: 1;
    left: -50%;
    top: -50%;
}.program_offerings_zQ::after {
    background: linear-gradient(
        rgb(177,164,185,0.5),
        transparent 20%,
        transparent 80%,
        rgb(212,200,217,0.5)
    );
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}.program_offerings_zQ .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.program_offerings_zQ .learn_challenge_cV {
    position: relative;
    flex-direction: column;
    display: flex;
    margin-bottom: 2rem;
}.program_offerings_zQ .text_body_sY {
    text-align: center;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}.program_offerings_zQ h2 {
    letter-spacing: 2px;
    font-size: 43px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
}.program_offerings_zQ h2::before,
.program_offerings_zQ h2::after {
    height: 3px;
    position: absolute;
    content: "";
    left: -25%;
    background: linear-gradient(to right, transparent, rgb(212,200,217), transparent);
    width: 150%;
}.program_offerings_zQ h2::before {
    top: -15px;
}.program_offerings_zQ h2::after {
    bottom: -15px;
}.program_offerings_zQ .description {
    transform: translateY(30px);
    animation: slideUp 0.8s forwards;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation-delay: 0.2s;
    color: #000000;
    font-size: calc(17px * 1.1);
    position: relative;
    line-height: 1.8;
}.program_offerings_zQ .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.program_offerings_zQ .snapshot_Es {
    overflow: hidden;
    width: 100%;
    margin-top: 2rem;
    transform: scale(0.95);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 500px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 19px;
}.program_offerings_zQ .snapshot_Es::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgb(212,200,217,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(177,164,185,0.5) 100%
    );
    transition: opacity 0.5s ease;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    opacity: 0.7;
}.program_offerings_zQ .snapshot_Es:hover {
    transform: scale(1);
}.program_offerings_zQ .snapshot_Es:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.program_offerings_zQ {
    padding: 5rem 1.5rem;
}.program_offerings_zQ .text_body_sY {
    margin-bottom: 3rem;
}.program_offerings_zQ h2 {
    font-size: calc(43px * 0.85);
}.program_offerings_zQ .snapshot_Es {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.program_offerings_zQ {
    padding: 4rem 1rem;
}.program_offerings_zQ .text_body_sY {
    margin-bottom: 2rem;
}.program_offerings_zQ h2 {
    font-size: calc(43px * 0.7);
}.program_offerings_zQ h2::before,
    .program_offerings_zQ h2::after {
    left: -10%;
    width: 120%;
}.program_offerings_zQ .description {
    font-size: 17px;
}.program_offerings_zQ .snapshot_Es {
    height: 300px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    content: "";
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: -2;
    left: 0;
    opacity: 0.95;
    right: 0;
    background: rgb(212,200,217);
}footer::after {
    right: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(177,164,185) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(177,164,185) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(177,164,185) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(177,164,185) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.1;
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    content: "";
}.slack_invite_Q0 {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2rem;
}.slack_invite_Q0::before {
    position: absolute;
    width: 100%;
    background: rgb(177,164,185);
    top: 0;
    content: "";
    height: 3px;
    left: 0;
}.slack_invite_Q0::after {
    content: "";
    background-image: 
        linear-gradient(90deg, 
            rgb(177,164,185) 0px, rgb(177,164,185) 10px,
            transparent 10px, transparent 15px,
            rgb(177,164,185) 15px, rgb(177,164,185) 30px,
            transparent 30px, transparent 35px,
            rgb(177,164,185) 35px, rgb(177,164,185) 40px,
            transparent 40px, transparent 60px,
            rgb(177,164,185) 60px, rgb(177,164,185) 70px,
            transparent 70px, transparent 80px,
            rgb(177,164,185) 80px, rgb(177,164,185) 90px,
            transparent 90px, transparent 110px,
            rgb(177,164,185) 110px, rgb(177,164,185) 120px,
            transparent 120px, transparent 140px
        );
    position: absolute;
    background-repeat: repeat-x;
    opacity: 0.5;
    height: 8px;
    top: 3px;
    width: 100%;
    left: 0;
}.slack_invite_Q0 .container {
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
    display: flex;
}.slack_invite_Q0 .company_holder {
    flex: 1 1 400px;
    padding: 0;
    border-radius: 21px;
    position: relative;
}.slack_invite_Q0 .company_holder::before {
    border-radius: 21px;
    left: 0;
    background-size: 50px 50px;
    content: "";
    opacity: 0.1;
    top: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(177,164,185) 25px, rgb(177,164,185) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(177,164,185) 25px, rgb(177,164,185) 26px, transparent 27px, transparent 49px);
    position: absolute;
}.slack_invite_Q0 .company_holder h3 {
    font-weight: 700;
    padding: 1.5rem 2rem;
    background: rgb(177,164,185);
    border-top-right-radius: 21px;
    font-size: 38px;
    position: relative;
    border-top-left-radius: 21px;
    margin: 0;
    color: #ffffff;
}.slack_invite_Q0 .company_holder h3::after {
    top: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    background: #ffffff;
    border-radius: 50%;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    right: 15px;
    width: 10px;
    height: 10px;
}.slack_invite_Q0 .footer_account_CK {
    font-size: 14px;
    line-height: 1.6;
    border-bottom-right-radius: 21px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 21px;
    color: #ffffff;
    position: relative;
}.slack_invite_Q0 .footer_account_CK::before {
    width: 20px;
    background: rgb(177,164,185);
    opacity: 0.6;
    top: 2rem;
    position: absolute;
    left: -10px;
    border-radius: 50%;
    content: "";
    height: 20px;
}.slack_invite_Q0 .footer_account_CK::after {
    width: 20px;
    opacity: 0.6;
    background: rgb(177,164,185);
    content: "";
    bottom: 2rem;
    height: 20px;
    right: -10px;
    position: absolute;
    border-radius: 50%;
}.slack_invite_Q0 .qna_board_us {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.slack_invite_Q0 .header_mainbar_FR {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.slack_invite_Q0 .main_guide_NY {
    position: relative;
    overflow: hidden;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 21px;
}.slack_invite_Q0 .main_guide_NY::before {
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    border-radius: 21px;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    content: "";
}.slack_invite_Q0 .main_guide_NY h5 {
    background: rgb(177,164,185);
    display: flex;
    padding: 1rem 1.5rem;
    margin: 0;
    align-items: center;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
}.slack_invite_Q0 .main_guide_NY h5::before {
    display: inline-block;
    background: #ffffff;
    content: "";
    height: 8px;
    width: 8px;
    margin-right: 10px;
    border-radius: 50%;
}.slack_invite_Q0 .main_guide_NY h5::after {
    border-radius: 50%;
    width: 6px;
    transform: translateY(-50%);
    background: #ffffff;
    right: 15px;
    top: 50%;
    position: absolute;
    content: "";
    height: 6px;
}.slack_invite_Q0 .main_guide_NY .header_mainbar_FR {
    flex-direction: column;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    gap: 2px;
}.slack_invite_Q0 .main_guide_NY .header_mainbar_FR a {
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 0.8rem 1rem 0.8rem 2rem;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    position: relative;
    text-decoration: none;
}.slack_invite_Q0 .main_guide_NY .header_mainbar_FR a::before {
    position: absolute;
    width: 6px;
    top: 50%;
    border-radius: 50%;
    height: 6px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    left: 0.7rem;
    content: "";
    background: rgb(177,164,185);
}.slack_invite_Q0 .main_guide_NY .header_mainbar_FR a:hover {
    background: rgba(255, 255, 255, 0.1);
}.slack_invite_Q0 .main_guide_NY .header_mainbar_FR a:hover::before {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    background: #ffffff;
}.cheat_sheet_Cm {
    padding: 2rem 0;
    position: relative;
    margin-top: 2.5rem;
    background: rgb(177,164,185);
}.cheat_sheet_Cm::before {
    position: absolute;
    height: 5px;
    content: "";
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(212,200,217) 20px, rgb(212,200,217) 40px,
            transparent 40px, transparent 60px,
            rgb(212,200,217) 60px, rgb(212,200,217) 80px,
            transparent 80px, transparent 100px,
            rgb(212,200,217) 100px, rgb(212,200,217) 120px
        );
    background-repeat: repeat-x;
    top: -5px;
}.cheat_sheet_Cm .container {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}.cheat_sheet_Cm .container::before,
.cheat_sheet_Cm .container::after {
    background: rgb(212,200,217);
    transform: translateY(-50%);
    height: 15px;
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 15px;
    top: 50%;
}.cheat_sheet_Cm .container::before {
    left: 15%;
}.cheat_sheet_Cm .container::after {
    right: 15%;
}.cheat_sheet_Cm .tiktok_edu_5p {
    position: relative;
    font-size: 14px;
    background: rgb(212,200,217);
    padding: 0.5rem 2rem;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
}.cheat_sheet_Cm .tiktok_edu_5p::before,
.cheat_sheet_Cm .tiktok_edu_5p::after {
    position: absolute;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background: rgb(212,200,217);
    content: "";
    top: 50%;
}.cheat_sheet_Cm .tiktok_edu_5p::before {
    margin-right: 15px;
    right: 100%;
}.cheat_sheet_Cm .tiktok_edu_5p::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.slack_invite_Q0 .container {
    gap: 2rem;
}.slack_invite_Q0 .company_holder {
    flex: 1 1 350px;
}.slack_invite_Q0 .qna_board_us {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.slack_invite_Q0 .header_mainbar_FR {
    gap: 2rem;
}.cheat_sheet_Cm .container::before {
    left: 5%;
}.cheat_sheet_Cm .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.slack_invite_Q0 {
    padding: 3.5rem 0 1.5rem;
}.slack_invite_Q0 .container {
    gap: 2.5rem;
    flex-direction: column;
}.slack_invite_Q0 .company_holder,
    .slack_invite_Q0 .qna_board_us {
    flex: 1 1 100%;
    min-width: 100%;
}.slack_invite_Q0 .main_guide_NY {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.cheat_sheet_Cm .container::before,
    .cheat_sheet_Cm .container::after {
    display: none;
}
}

@media (max-width: 768px) {.slack_invite_Q0 {
    padding: 3rem 0 1rem;
}.slack_invite_Q0 .header_mainbar_FR {
    gap: 1.5rem;
}.slack_invite_Q0 .company_holder h3 {
    font-size: calc(38px - 2px);
    padding: 1.2rem 1.5rem;
}.slack_invite_Q0 .footer_account_CK {
    padding: 1.5rem;
}.slack_invite_Q0 .footer_account_CK::before,
    .slack_invite_Q0 .footer_account_CK::after {
    display: none;
}.cheat_sheet_Cm {
    margin-top: 2rem;
}.cheat_sheet_Cm .tiktok_edu_5p::before,
    .cheat_sheet_Cm .tiktok_edu_5p::after {
    width: 30px;
}
}

@media (max-width: 576px) {.slack_invite_Q0 {
    padding: 2.5rem 0 0.8rem;
}.slack_invite_Q0 .main_guide_NY {
    flex: 1 1 100%;
    min-width: 100%;
}.slack_invite_Q0 .header_mainbar_FR {
    gap: 1rem;
}.slack_invite_Q0 .main_guide_NY .header_mainbar_FR a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.slack_invite_Q0 .main_guide_NY .header_mainbar_FR a::before {
    left: 0.6rem;
}.cheat_sheet_Cm {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.cheat_sheet_Cm .tiktok_edu_5p::before,
    .cheat_sheet_Cm .tiktok_edu_5p::after {
    display: none;
}
}

@media (max-width: 420px) {.slack_invite_Q0::after {
    height: 5px;
    background-size: 100px 5px;
}.slack_invite_Q0 .company_holder h3::after,
    .slack_invite_Q0 .main_guide_NY h5::before,
    .slack_invite_Q0 .main_guide_NY h5::after {
    display: none;
}.slack_invite_Q0 .main_guide_NY h5 {
    padding: 0.8rem 1rem;
}.slack_invite_Q0 .main_guide_NY .header_mainbar_FR {
    padding: 1rem;
}.cheat_sheet_Cm .tiktok_edu_5p {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.thanks_box_yb {
    background: linear-gradient(135deg, rgb(237,231,242) 0%, rgb(177,164,185,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.thanks_box_yb::before {
    opacity: 0.6;
    content: "";
    top: -50px;
    right: -50px;
    transform: rotate(-15deg);
    width: 300px;
    height: 300px;
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle, rgb(212,200,217,0.5) 0%, transparent 70%);
}.thanks_box_yb::after {
    z-index: 1;
    width: 400px;
    content: "";
    height: 400px;
    opacity: 0.4;
    bottom: -100px;
    animation: float 12s infinite alternate ease-in-out;
    left: -100px;
    background: radial-gradient(ellipse, rgb(177,164,185,0.5) 0%, transparent 70%);
    position: absolute;
}.thanks_box_yb .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 2;
}.thanks_box_yb h2 {
    font-size: 33px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    animation: slideInTitle 1.2s ease-out;
    opacity: 1;
    transform: translateY(0);
    color: #000000;
}.thanks_box_yb h2::after {
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    bottom: -15px;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(212,200,217) 0%, rgb(177,164,185) 100%);
    width: 80px;
    height: 4px;
    content: "";
    left: 0;
}.thanks_box_yb .learn_spot_JG {
    padding: 40px;
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    animation: slideInContent 1.5s ease-out 0.3s both;
    position: relative;
}.thanks_box_yb .learn_spot_JG::before {
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
}.thanks_box_yb ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanks_box_yb li {
    position: relative;
    margin-bottom: 15px;
    animation: fadeIn 1.8s ease-out 0.6s both;
    padding-left: 25px;
}.thanks_box_yb li::before {
    animation: rotateMark 6s infinite alternate ease-in-out;
    position: absolute;
    background: rgb(212,200,217);
    transform: rotate(45deg);
    top: 10px;
    left: 0;
    height: 8px;
    content: "";
    width: 8px;
}.thanks_box_yb li span {
    font-family: Arial, sans-serif;
    display: block;
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
}

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

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

@keyframes expandWidth {
  from {
    transform: scaleX(0.3);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}

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

@media (max-width: 992px) {.thanks_box_yb {
    padding: 80px 0;
}.thanks_box_yb h2 {
    font-size: calc(33px * 0.9);
}.thanks_box_yb .learn_spot_JG {
    padding: 30px;
}
}

@media (max-width: 768px) {.thanks_box_yb {
    padding: 60px 0;
}.thanks_box_yb h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.thanks_box_yb h2::after {
    width: 60px;
}.thanks_box_yb .learn_spot_JG {
    padding: 25px;
}.thanks_box_yb::before {
    height: 200px;
    width: 200px;
}.thanks_box_yb::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 576px) {.thanks_box_yb {
    padding: 40px 0;
}.thanks_box_yb h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.7);
}.thanks_box_yb h2::after {
    height: 3px;
    width: 50px;
}.thanks_box_yb .learn_spot_JG {
    padding: 20px;
}.thanks_box_yb li {
    padding-left: 20px;
}.thanks_box_yb li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.thanks_box_yb, .thanks_box_yb::before, .thanks_box_yb::after, 
  .thanks_box_yb h2, .thanks_box_yb h2::after, 
  .thanks_box_yb .learn_spot_JG, .thanks_box_yb li, .thanks_box_yb li::before {
    transition: none;
    animation: none;
}
}

@supports (container-type: inline-size) {.thanks_box_yb .container {
    container-type: inline-size;
    container-name: thanks-container;
}
  
  @container thanks-container (max-width: 768px) {.thanks_box_yb .learn_spot_JG {
    padding: 20px;
}.thanks_box_yb h2 {
    margin-bottom: 25px;
}
  }
}