* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    width: 1258px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}.outer-container_36 {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.webinar_cta_37 {
    flex: 0 0 auto;
}.main_mainwrap_91 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    overflow: visible;
    z-index: 100;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    padding: 0;
    margin-top: 0;
    background: linear-gradient(120deg, rgb(160,156,201) 0%, rgb(108,93,182) 100%);
}header::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    right: 2px;
    left: 2px;
    content: '';
    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)
    );
    position: absolute;
    top: 2px;
}header .site_header_21 {
    display: flex;
    padding: 1.2rem 3rem;
    position: relative;
    z-index: 5;
    justify-content: space-between;
    align-items: center;
}header .nav_learning_62 {
    position: relative;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    transition: all 0.3s ease;
    flex: 0 0 auto;
    margin-right: 2rem;
}header .nav_learning_62::before {
    z-index: -1;
    bottom: 3px;
    position: absolute;
    right: 3px;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    border: 1px dashed rgba(255, 255, 255, 0.3);
    left: 3px;
    top: 3px;
    content: '';
}header .nav_learning_62:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .top_expert_85 {
    display: block;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}header .top_expert_85 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .page_top_63 {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 2;
    display: flex;
}header .header_edu_21 {
    margin: 0 0.5rem;
    position: relative;
}header .header_edu_21 a {
    font-size: 18px;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    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
    );
    color: #ffffff;
    border: 1px solid transparent;
    font-weight: 600;
    display: flex;
    height: 40px;
    padding: 0 1.2rem;
    overflow: hidden;
    text-decoration: none;
}header .header_edu_21 a::before {
    top: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: '';
    width: 100%;
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
}header .header_edu_21 a:hover {
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
}header .header_edu_21 a:hover::before {
    left: 100%;
}header .header_edu_21::after {
    bottom: -5px;
    position: absolute;
    width: 0;
    content: '';
    background: #ffffff;
    height: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    left: 50%;
}header .header_edu_21:hover::after {
    width: 80%;
}header .site_header_21::before {
    opacity: 0.5;
    top: 10px;
    position: absolute;
    border-right: none;
    right: 10px;
    border-bottom: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    width: 40px;
    height: 40px;
}header .site_header_21::after {
    position: absolute;
    bottom: 10px;
    opacity: 0.5;
    content: '';
    border-top: none;
    border-left: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 10px;
    width: 40px;
    height: 40px;
}header .main_mainwrap_91 {
    margin-top: -15px;
    position: relative;
    padding-top: 2rem;
    background: rgb(200,199,220);
    z-index: 1;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    background: #ffffff;
    animation: pulse 2s infinite;
    border-radius: 50%;
    content: '';
    position: absolute;
    width: 8px;
    right: 15px;
    height: 8px;
    box-shadow: 0 0 10px #ffffff;
    top: 15px;
}

@media (min-width: 1400px) {header .site_header_21 {
    max-width: 1320px;
    margin: 0 auto;
}header .header_edu_21 {
    margin: 0 0.7rem;
}header .header_edu_21 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 .site_header_21 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav_learning_62 {
    margin-bottom: 0;
    margin-right: 0;
}header .page_top_63 {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .header_edu_21 a {
    height: 35px;
    font-size: calc(18px - 1px);
    padding: 0 1rem;
}header .site_header_21::before,
    header .site_header_21::after {
    display: none;
}.main_mainwrap_91 {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .site_header_21 {
    padding: 0.8rem 1.5rem;
}header .nav_learning_62 {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .top_expert_85 img {
    max-height: 35px;
}header .page_top_63 {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .page_top_63::-webkit-scrollbar {
    height: 3px;
}header .page_top_63::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .header_edu_21 {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .header_edu_21 a {
    font-size: calc(18px - 2px);
    height: 32px;
    white-space: nowrap;
    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;
}header .header_edu_21::after {
    display: none;
}header::after {
    top: 10px;
    height: 5px;
    width: 5px;
    right: 10px;
}.main_mainwrap_91 {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .site_header_21 {
    padding: 0.7rem 1.2rem;
}header .nav_learning_62 {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .header_edu_21 a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(18px - 3px);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    position: absolute;
    bottom: 0;
    background: linear-gradient(145deg, rgb(200,199,220) 0%, rgb(160,156,201,0.5) 100%);
    z-index: -2;
    top: 0;
    content: "";
    opacity: 0.9;
    right: 0;
    left: 0;
}footer::after {
    content: "";
    left: 0;
    top: 0;
    opacity: 0.1;
    background-image: 
        repeating-linear-gradient(0deg, rgb(160,156,201,0.5), rgb(160,156,201,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(160,156,201,0.5), rgb(160,156,201,0.5) 1px, transparent 1px, transparent 20px);
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}.webinar_cta_37 {
    position: relative;
    color: #000000;
    padding: 4rem 0 2rem;
}.webinar_cta_37::after {
    position: absolute;
    top: 0;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, rgb(160,156,201), rgb(108,93,182));
    left: 0;
    width: 100%;
}.webinar_cta_37 .container {
    gap: 3rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}.webinar_cta_37 .company_holder {
    border-radius: 10px;
    flex: 1 1 400px;
    background: #ffffff;
    padding: 2rem 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}.webinar_cta_37 .company_holder::before {
    background: rgb(160,156,201);
    position: absolute;
    left: 0;
    height: 5px;
    top: 0;
    content: "";
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
}.webinar_cta_37 .company_holder h3 {
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    color: rgb(160,156,201);
    font-size: 35px;
    font-weight: 700;
    position: relative;
}.webinar_cta_37 .company_holder h3::after {
    content: "";
    left: 0;
    bottom: -0.5rem;
    width: 80px;
    position: absolute;
    background: rgb(108,93,182);
    height: 3px;
}.webinar_cta_37 .collab_space_47 {
    line-height: 1.7;
    border-left: 3px solid rgb(108,93,182);
    color: #000000;
    font-size: 15px;
    background: rgb(200,199,220);
    padding: 1.5rem;
    border-radius: 10px;
    position: relative;
}.webinar_cta_37 .trust_badge_98 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.webinar_cta_37 .head_site_04 {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.webinar_cta_37 .page_top_63 {
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.webinar_cta_37 .page_top_63 h5 {
    color: #ffffff;
    padding: 1rem 1.5rem;
    position: relative;
    background: rgb(108,93,182);
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}.webinar_cta_37 .page_top_63 .head_site_04 {
    padding: 1rem 0;
    display: flex;
    gap: 0;
    flex-direction: column;
}.webinar_cta_37 .page_top_63 .head_site_04 a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    display: flex;
    font-size: 15px;
    padding: 0.8rem 1.5rem;
    align-items: center;
}.webinar_cta_37 .page_top_63 .head_site_04 a::before {
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(200,199,220);
    position: absolute;
    width: 0;
    z-index: -1;
    transition: all 0.3s ease;
    content: "";
}.webinar_cta_37 .page_top_63 .head_site_04 a::after {
    content: "";
    height: 5px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    border-radius: 50%;
    top: 50%;
    left: 1.5rem;
    width: 5px;
    opacity: 0;
    position: absolute;
    background: rgb(108,93,182);
}.webinar_cta_37 .page_top_63 .head_site_04 a:hover {
    color: rgb(160,156,201);
    padding-left: 2.2rem;
}.webinar_cta_37 .page_top_63 .head_site_04 a:hover::before {
    width: 100%;
}.webinar_cta_37 .page_top_63 .head_site_04 a:hover::after {
    opacity: 1;
}.fellow_prog_31 {
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 3rem;
    background: rgb(200,199,220);
}.fellow_prog_31::before {
    height: 1px;
    right: 10%;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(160,156,201,0.5), transparent);
    left: 10%;
    position: absolute;
}.fellow_prog_31 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.fellow_prog_31 .slack_invite_59 {
    text-align: center;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1200px) {.webinar_cta_37 .container {
    gap: 2rem;
}.webinar_cta_37 .company_holder {
    flex: 1 1 360px;
}.webinar_cta_37 .trust_badge_98 {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.webinar_cta_37 .head_site_04 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.webinar_cta_37 {
    padding: 3.5rem 0 2rem;
}.webinar_cta_37 .container {
    flex-direction: column;
    gap: 2.5rem;
}.webinar_cta_37 .company_holder,
    .webinar_cta_37 .trust_badge_98 {
    flex: 1 1 100%;
    min-width: 100%;
}.webinar_cta_37 .page_top_63 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.webinar_cta_37 {
    padding: 3rem 0 1.5rem;
}.webinar_cta_37 .head_site_04 {
    gap: 1.5rem;
}.webinar_cta_37 .company_holder {
    padding: 2rem;
}.webinar_cta_37 .company_holder h3 {
    font-size: calc(35px - 2px);
}.fellow_prog_31 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.webinar_cta_37 {
    padding: 2.5rem 0 1rem;
}.webinar_cta_37 .container {
    gap: 1.5rem;
}.webinar_cta_37 .page_top_63 {
    flex: 1 1 100%;
    min-width: 100%;
}.webinar_cta_37 .head_site_04 {
    gap: 1rem;
}.webinar_cta_37 .company_holder {
    padding: 1.5rem;
}.webinar_cta_37 .collab_space_47 {
    padding: 1.2rem;
}.fellow_prog_31 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.webinar_cta_37 .company_holder h3::after {
    width: 50px;
}.webinar_cta_37 .page_top_63 .head_site_04 a:hover {
    padding-left: 2rem;
}.fellow_prog_31 .slack_invite_59 {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.about_this_85 {
    position: relative;
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
}.about_this_85::before {
    background: linear-gradient(135deg, 
        rgb(160,156,201,0.5) 0%, 
        rgba(255, 255, 255, 0.85) 55%, 
        rgb(108,93,182,0.5) 100%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    backdrop-filter: blur(5px);
    content: "";
}.about_this_85 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.about_this_85 .message_holder_39 {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    padding: 40px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.about_this_85 .message_holder_39:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.15),
        -15px -15px 35px rgba(255, 255, 255, 0.9),
        inset 3px 3px 8px rgba(255, 255, 255, 0.6),
        inset -3px -3px 8px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg);
}.about_this_85 h1 {
    display: inline-block;
    transform: translateZ(30px);
    color: rgb(160,156,201);
    transition: transform 0.4s ease-out;
    position: relative;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 30px;
}.about_this_85 h1::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 60%;
    bottom: -10px;
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, rgb(160,156,201), transparent);
    content: "";
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
}.about_this_85 .message_holder_39:hover h1::after {
    transform: scaleX(1.5);
}.about_this_85 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.about_this_85 li {
    transform: translateY(20px);
    animation: fadeIn 0.8s ease-out forwards;
    margin-bottom: 15px;
    opacity: 0;
}.about_this_85 li:nth-child(1) {
    animation-delay: 0.3s;
}.about_this_85 li:nth-child(2) {
    animation-delay: 0.5s;
}.about_this_85 h4 {
    position: relative;
    padding-left: 15px;
    color: rgb(108,93,182);
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: calc(19px * 1.2);
}.about_this_85 h4::before {
    height: 8px;
    position: absolute;
    content: "";
    width: 8px;
    left: 0;
    background: rgb(160,156,201);
    top: 50%;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.8);
    transform: translateY(-50%) rotate(45deg);
}.about_this_85 span {
    padding: 5px 0;
    color: #000000;
    display: block;
    font-size: 18px;
    line-height: 1.7;
    column-count: 2;
    text-align: justify;
    position: relative;
    column-gap: 40px;
    font-weight: 400;
}.about_this_85 span::first-letter {
    color: rgb(160,156,201);
    font-size: 1.5em;
    font-weight: 700;
}

@media (max-width: 992px) {.about_this_85 {
    padding: 80px 0;
}.about_this_85 .message_holder_39 {
    padding: 30px;
    transform: perspective(800px) rotateX(1deg);
}.about_this_85 h1 {
    font-size: calc(38px * 0.9);
}.about_this_85 span {
    column-count: 1;
}
}

@media (max-width: 768px) {.about_this_85 {
    padding: 60px 0;
}.about_this_85 .message_holder_39 {
    transform: perspective(600px) rotateX(0.5deg);
    padding: 25px;
    box-shadow: 
            15px 15px 30px rgba(0, 0, 0, 0.1),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 3px 3px 8px rgba(255, 255, 255, 0.5),
            inset -3px -3px 10px rgba(0, 0, 0, 0.05);
}.about_this_85 h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.about_this_85 h4 {
    font-size: 19px;
}.about_this_85 span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.about_this_85 {
    padding: 40px 0;
}.about_this_85 .message_holder_39 {
    transform: none;
    box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.1),
            -5px -5px 15px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.5),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
}.about_this_85 h1 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.7);
}.about_this_85 h1::after {
    height: 3px;
}.about_this_85 h4 {
    margin-bottom: 10px;
    font-size: calc(19px * 0.9);
}.about_this_85 span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}.customer_experience_57 {
    position: relative;
    background: linear-gradient(135deg, rgb(200,199,220) 0%, rgba(rgb(160,156,201,0.5), 0.05) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
    perspective: 1000px;
}.customer_experience_57::before {
    z-index: 0;
    right: -50px;
    opacity: 0.05;
    width: 300px;
    content: "";
    transform: rotate(45deg) skew(10deg, 10deg);
    background: linear-gradient(to right, rgb(160,156,201), rgb(108,93,182));
    position: absolute;
    top: -100px;
    height: 300px;
}.customer_experience_57::after {
    left: -50px;
    opacity: 0.07;
    height: 250px;
    transform: rotate(30deg) skew(-5deg, 15deg);
    position: absolute;
    width: 250px;
    background: linear-gradient(to left, rgb(160,156,201), rgb(108,93,182));
    content: "";
    bottom: -80px;
    z-index: 0;
}.customer_experience_57 .container {
    position: relative;
    z-index: 1;
}.customer_experience_57 h2 {
    margin-bottom: 60px;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) translateZ(10px);
    text-align: left;
    transform-style: preserve-3d;
    color: #000000;
}.customer_experience_57 h2::after {
    bottom: -15px;
    content: "";
    left: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 80px;
    background: rgb(160,156,201);
    transform-origin: left;
    position: absolute;
    height: 3px;
    transform: scaleX(1);
}.customer_experience_57 h2:hover::after {
    transform: scaleX(1.5);
}.customer_experience_57 .student_reviews_87 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
}.customer_experience_57 .student_testimonials_26 {
    transform: perspective(1000px) translateZ(0);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    padding: 30px;
}.customer_experience_57 .student_testimonials_26::before {
    height: 0;
    top: 0;
    left: 0;
    width: 5px;
    position: absolute;
    content: "";
    transition: height 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to bottom, rgb(160,156,201), rgb(108,93,182));
}.customer_experience_57 .student_testimonials_26:hover {
    transform: perspective(1000px) translateZ(15px) translateY(-5px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.customer_experience_57 .student_testimonials_26:hover::before {
    height: 100%;
}.customer_experience_57 .student_testimonials_26 div {
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}.customer_experience_57 .student_testimonials_26 div::after {
    color: rgb(160,156,201);
    font-size: 120px;
    right: 0;
    z-index: -1;
    line-height: 1;
    font-family: serif;
    content: "";
    position: absolute;
    opacity: 0.08;
    top: -40px;
    transform: rotate(10deg);
}.customer_experience_57 .student_testimonials_26 img {
    height: 60px;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    border: 3px solid #ffffff;
    border-radius: 50%;
    width: 60px;
}.customer_experience_57 .student_testimonials_26:hover img {
    transform: scale(1.1);
}.customer_experience_57 .student_testimonials_26 h4 {
    position: relative;
    margin-left: 15px;
    font-size: 23px;
    color: #000000;
    font-weight: 600;
}.customer_experience_57 .student_testimonials_26 h4::after {
    background: rgb(108,93,182);
    content: "";
    left: 0;
    bottom: -5px;
    position: absolute;
    height: 2px;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 0;
}.customer_experience_57 .student_testimonials_26:hover h4::after {
    width: 100%;
}.customer_experience_57 .description {
    transform: translateZ(0);
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    font-size: 12px;
    margin: 0;
    position: relative;
    line-height: 1.6;
}.customer_experience_57 .student_testimonials_26:hover .description {
    transform: translateX(8px);
}.customer_experience_57 a {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(0);
    overflow: hidden;
    border: none;
    margin-top: 40px;
    box-shadow: 0 8px 20px rgba(rgb(160,156,201,0.5), 0.3);
    padding: 12px 30px;
    background: linear-gradient(45deg, rgb(160,156,201), rgb(108,93,182));
}.customer_experience_57 a::before {
    left: -100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}.customer_experience_57 a:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(rgb(160,156,201,0.5), 0.4);
}.customer_experience_57 a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.customer_experience_57 {
    padding: 80px 0 60px;
}.customer_experience_57 h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.customer_experience_57 .student_reviews_87 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.customer_experience_57 {
    padding: 60px 0 40px;
}.customer_experience_57 h2 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.8);
    text-align: center;
}.customer_experience_57 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.customer_experience_57 h2:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.customer_experience_57 .student_reviews_87 {
    grid-template-columns: 1fr;
    gap: 20px;
}.customer_experience_57 .student_testimonials_26 {
    padding: 25px;
}.customer_experience_57 a {
    display: block;
    width: 80%;
    text-align: center;
    margin: 30px auto 0;
}
}

@media (max-width: 480px) {.customer_experience_57 {
    padding: 50px 0 30px;
}.customer_experience_57 h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.customer_experience_57 .student_testimonials_26 {
    padding: 20px;
}.customer_experience_57 .student_testimonials_26 div {
    margin-bottom: 15px;
}.customer_experience_57 .student_testimonials_26 img {
    width: 50px;
    height: 50px;
}.customer_experience_57 a {
    padding: 10px 20px;
    width: 100%;
}}.cookie_notice_window_43 {
    align-items: center;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(200,199,220);
    border-top: 3px solid rgb(160,156,201);
    width: 100%;
    z-index: 90;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
}#cookieInfoPromptBar_67 {
    display: none;
}#cookieInfoPromptBar_67:checked ~ .cookie_notice_window_43 {
    visibility: hidden;
    opacity: 0;
}.cookie_notice_window_43 .container {
    display: flex;
    z-index: 1;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    flex-wrap: wrap;
}.user_tracker_42 {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    flex-shrink: 0;
}.user_tracker_42 svg {
    width: 50px;
    fill: rgb(160,156,201);
    height: 50px;
}.cookies_tracking_59 {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}.cookies_tracking_59 h5 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: rgb(160,156,201);
    font-weight: 600;
}.cookies_tracking_59 p {
    color: #000000;
    font-size: 1rem;
}.cookie_list_34 {
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    background: rgb(160,156,201);
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
}.cookie_button.visitor_privacy_71 {
    background: rgb(160,156,201);
}.cookie_button.track_accept_35 {
    background: #000000;
    margin-left: 0.5rem;
}.cookie_list_34:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.track_accept_35:hover {
    background: rgb(160,156,201);
}.cookie_notice_window_43 p a {
    text-decoration: underline;
    color: rgb(160,156,201);
    transition: color 0.3s ease;
}.cookie_notice_window_43 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_notice_window_43 .container {
    flex-direction: column;
    align-items: center;
}.user_tracker_42 {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookies_tracking_59 {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.track_accept_35 {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.operation_process_14 {
    background: linear-gradient(145deg, rgb(200,199,220) 0%, rgba(245, 248, 252, 1) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.operation_process_14::before {
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background-size: 120px 120px, 150px 150px, 80px 80px;
    z-index: 1;
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(108,93,182,0.5) 0.5%, transparent 7%),
        radial-gradient(circle at 90% 80%, rgb(160,156,201,0.5) 0.5%, transparent 7%),
        radial-gradient(circle at 50% 50%, rgb(108,93,182,0.5) 0.25%, transparent 4%);
    height: 100%;
}.operation_process_14 .study_guides_67 {
    transform-style: preserve-3d;
    padding: 0 2rem;
    perspective: 1000px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.operation_process_14 h2 {
    transform: translateZ(5px);
    font-weight: 700;
    position: relative;
    font-size: 37px;
    color: #000000;
    display: inline-block;
    margin-bottom: 3rem;
}.operation_process_14 h2::after {
    bottom: -0.75rem;
    position: absolute;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(160,156,201) 0%, rgb(108,93,182) 100%);
    content: "";
    height: 3px;
    width: 40%;
    transform-origin: left;
    transform: scaleX(0.8);
}.operation_process_14:hover h2::after {
    transform: scaleX(1);
}.operation_process_14 .message_holder_39 {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    padding: 2.5rem;
    border-left: 4px solid rgb(160,156,201);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    transform: translateZ(0);
}.operation_process_14 .message_holder_39::before {
    right: 0;
    position: absolute;
    transform: translate(20%, -20%);
    border-radius: 0 0 0 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(108,93,182,0.5) 0%, transparent 70%);
    height: 100px;
    width: 100px;
    transition: transform 0.5s ease;
    content: "";
    opacity: 0.1;
}.operation_process_14 .message_holder_39:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px) translateZ(0);
}.operation_process_14 .message_holder_39:hover::before {
    transform: translate(10%, -10%);
}.operation_process_14 p {
    color: #000000;
    z-index: 2;
    margin: 0;
    line-height: 1.7;
    font-size: 13px;
    position: relative;
}.operation_process_14 .message_holder_39::after {
    color: rgb(108,93,182);
    z-index: 1;
    opacity: 0.06;
    position: absolute;
    content: "";
    font-family: serif;
    transition: transform 0.8s ease;
    font-size: 12rem;
    right: 30px;
    bottom: -20px;
    line-height: 1;
}.operation_process_14 .message_holder_39:hover::after {
    transform: translateY(-10px);
}

@media (max-width: 991px) {.operation_process_14 {
    padding: 5rem 0;
}.operation_process_14 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.operation_process_14 .message_holder_39 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.operation_process_14 {
    padding: 4rem 0;
}.operation_process_14 .study_guides_67 {
    padding: 0 1.5rem;
}.operation_process_14 h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.operation_process_14 h2::after {
    height: 2px;
    width: 50%;
}.operation_process_14 .message_holder_39 {
    padding: 1.75rem;
}.operation_process_14 .message_holder_39::after {
    right: 20px;
    bottom: -10px;
    font-size: 8rem;
}
}

@media (max-width: 480px) {.operation_process_14 {
    padding: 3rem 0;
}.operation_process_14 .study_guides_67 {
    padding: 0 1rem;
}.operation_process_14 h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.operation_process_14 .message_holder_39 {
    border-left-width: 3px;
    padding: 1.5rem;
}.operation_process_14 p {
    font-size: calc(13px * 0.95);
}.operation_process_14 .message_holder_39::after {
    font-size: 6rem;
    right: 10px;
}
}

@media (prefers-reduced-motion: reduce) {.operation_process_14 h2::after,
    .operation_process_14 .message_holder_39,
    .operation_process_14 .message_holder_39::before,
    .operation_process_14 .message_holder_39::after {
    transition: none;
}
}

@media (hover: none) {.operation_process_14 .message_holder_39:hover {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.04),
            0 1px 3px rgba(0, 0, 0, 0.02);
}.operation_process_14 .message_holder_39:hover::before,
    .operation_process_14 .message_holder_39:hover::after {
    transform: none;
}}.privacy_gate_51 {
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(200,199,220);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
}.privacy_gate_51 h1 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 44px;
    color: rgb(160,156,201);
}.privacy_gate_51 h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 34px;
    color: rgb(108,93,182);
}.privacy_gate_51 h3, .privacy_gate_51 h4, .privacy_gate_51 h5, .privacy_gate_51 h6 {
    margin: 1rem 0;
}.privacy_gate_51 ul {
    padding: 0;
    list-style-type: none;
}.privacy_gate_51 li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 17px;
}.privacy_gate_51 p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 17px;
}.privacy_gate_51 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_gate_51 {
    padding: 30px;
}.privacy_gate_51 h1 {
    font-size: calc(19px * 0.8);
}.privacy_gate_51 h2 {
    font-size: calc(19px * 0.9);
}}.our_info_90 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(160,156,201);
}.our_info_90::before {
    background: radial-gradient(ellipse at center, rgb(108,93,182) 0%, transparent 70%);
    top: -50%;
    content: "";
    position: absolute;
    right: -50%;
    z-index: 1;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    opacity: 0.1;
}.our_info_90::after {
    bottom: -30%;
    left: -20%;
    z-index: 1;
    content: "";
    border-radius: 50%;
    background: radial-gradient(ellipse at center, rgb(108,93,182) 0%, transparent 70%);
    opacity: 0.1;
    height: 80%;
    position: absolute;
    width: 80%;
}.our_info_90 .container {
    z-index: 10;
    position: relative;
}.our_info_90 .ask_team_60 {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    padding: 3rem;
    border-radius: 19px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.05);
}.our_info_90 .ask_team_60 h2 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 33px;
    letter-spacing: 2px;
}.our_info_90 .ask_team_60 p {
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    font-size: 12px;
}.our_info_90 .ask_team_60 p:last-of-type {
    display: flex;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 2.5rem;
    align-items: center;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 10px;
}.our_info_90 .ask_team_60 p:last-of-type svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
    fill: rgb(108,93,182);
}.our_info_90 .ask_team_60 p:last-of-type svg path {
    fill: rgb(108,93,182);
}.our_info_90 .contact_feedback_15 {
    justify-content: center;
    display: flex;
    gap: 1rem;
}.our_info_90 .quick_contact_09 {
    transition: all 0.3s ease;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    height: 60px;
    color: transparent;
    border-radius: 50%;
    font-size: 0;
    width: 60px;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}.our_info_90 .quick_contact_09::before {
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    top: 0;
    left: 0;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    right: 0;
    background: rgb(108,93,182);
    bottom: 0;
}.our_info_90 .quick_contact_09::after {
    position: absolute;
    content: attr(title);
    font-size: 13px;
    color: #ffffff;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    top: 70px;
    left: 50%;
}.our_info_90 .quick_contact_09:hover::after {
    opacity: 1;
}.our_info_90 .quick_contact_09:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    border-color: transparent;
}.our_info_90 .quick_contact_09:hover::before {
    transform: scale(1);
}.our_info_90 .quick_contact_09 svg {
    fill: #ffffff;
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.our_info_90 .quick_contact_09:hover svg {
    transform: scale(1.2);
}.our_info_90 .quick_contact_09 svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.our_info_90 {
    padding: 4rem 0;
}.our_info_90 .ask_team_60 {
    padding: 2.5rem;
}.our_info_90 .ask_team_60 h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 767px) {.our_info_90 {
    padding: 3rem 0;
}.our_info_90 .ask_team_60 {
    padding: 2rem 1.5rem;
}.our_info_90 .contact_feedback_15 {
    flex-wrap: wrap;
    justify-content: center;
}.our_info_90 .quick_contact_09 {
    margin-bottom: 2rem;
}}.appContent_15 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(200,199,220) 0%, rgb(160,156,201,0.5) 100%);
}.appContent_15::before {
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(225deg, rgb(160,156,201) 0%, transparent 70%);
    filter: blur(8px);
    height: 25rem;
    right: -5%;
    width: 25rem;
    top: -10%;
    opacity: 0.07;
    z-index: 1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.appContent_15::after {
    transform: rotate(15deg);
    width: 20rem;
    filter: blur(8px);
    content: "";
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.09;
    left: -5%;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(108,93,182) 0%, transparent 70%);
    height: 20rem;
    z-index: 1;
    position: absolute;
}.appContent_15 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
}.appContent_15 .study_guides_67 {
    transform-origin: center bottom;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 4px solid rgb(160,156,201);
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}.appContent_15 .study_guides_67:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.appContent_15 .study_guides_67 > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.appContent_15 .study_guides_67 > div:first-child::after {
    bottom: -0.75rem;
    width: 4rem;
    left: 0;
    content: "";
    height: 3px;
    transform-origin: left center;
    transition: width 0.4s ease-out;
    background: linear-gradient(to right, rgb(160,156,201), rgb(108,93,182));
    position: absolute;
}.appContent_15 .study_guides_67:hover > div:first-child::after {
    width: 8rem;
}.appContent_15 h5 {
    line-height: 1.4;
    margin: 0;
    transform: translateZ(0);
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    position: relative;
}.appContent_15 a {
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
}.appContent_15 a:hover {
    transform: translateY(-3px);
}.appContent_15 a::before {
    content: "";
    right: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top left, rgb(160,156,201,0.5) 0%, transparent 100%);
    opacity: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
}.appContent_15 a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}.appContent_15 p {
    color: #000000;
    position: relative;
    margin: 0;
    line-height: 1.8;
    font-size: 13px;
    z-index: 1;
}

@media (min-width: 768px) {.appContent_15 {
    padding: 6rem 0;
}.appContent_15 .study_guides_67 {
    padding: 4rem;
    border-left: 6px solid rgb(160,156,201);
}.appContent_15 .study_guides_67 > div:first-child {
    margin-bottom: 2rem;
}.appContent_15 .study_guides_67 > div:first-child::after {
    width: 6rem;
    height: 4px;
}.appContent_15 .study_guides_67:hover > div:first-child::after {
    width: 12rem;
}
}

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

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

@media (max-width: 480px) {.appContent_15 {
    padding: 2.5rem 0;
}.appContent_15 .study_guides_67 {
    padding: 1.5rem;
    transform: perspective(600px) rotateX(1deg);
}.appContent_15 h5 {
    font-size: calc(21px * 0.85);
}.appContent_15 p {
    font-size: calc(13px * 0.9);
}}.welcome_board_50 {
    display: flex;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(200,199,220), rgba(0, 0, 0, 0.5));
    position: relative;
    justify-content: center;
    width: 100%;
    align-items: center;
    min-height: 100vh;
}.welcome_board_50::before {
    width: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 20%);
    z-index: 1;
    height: 100%;
}.welcome_board_50 > div {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    width: 90%;
    padding: 2rem;
}.welcome_board_50 .community_team_03 {
    margin-bottom: 2.5rem;
    position: relative;
}.welcome_board_50 .page_lead_34 {
    color: #ffffff;
    font-weight: 700;
    font-size: 46px;
    opacity: 0;
    transform: translateY(-20px);
    position: relative;
    line-height: 1.2;
    margin: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}.welcome_board_50 .page_lead_34::after {
    background: rgb(160,156,201);
    transform-origin: left;
    width: 60px;
    height: 4px;
    transform: scaleX(0);
    bottom: -12px;
    left: 0;
    animation: scaleIn 0.6s 0.8s ease forwards;
    content: "";
    position: absolute;
}.welcome_board_50 .learn_main_97 {
    margin-top: 1rem;
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: fadeIn 1s ease-out 0.4s both;
    overflow: hidden;
}.welcome_board_50 .learn_main_97::before {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    backdrop-filter: blur(3px);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}.welcome_board_50 .learn_main_97 > div {
    position: relative;
    max-width: 95%;
    color: #ffffff;
    z-index: 2;
}.welcome_board_50 .learn_main_97 p {
    position: relative;
    padding-left: 1rem;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    font-weight: 400;
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
    font-size: calc(15px + 0.1rem);
}.welcome_board_50 .learn_main_97 p::before {
    width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: rgb(160,156,201);
    height: 100%;
}.welcome_board_50 .learn_main_97 h3 {
    opacity: 0;
    margin-top: 1.5rem;
    position: relative;
    transform: translateY(20px);
    font-weight: 600;
    animation: fadeInUp 0.6s ease-out 0.8s forwards;
    font-size: calc(24px + 0.05rem);
    line-height: 1.4;
    padding-right: 2rem;
}.welcome_board_50 .learn_main_97 h3::after {
    right: 0;
    height: 3px;
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    bottom: -10px;
    width: 40px;
    animation: scaleIn 0.6s 1.2s ease forwards;
    background: rgb(108,93,182);
    content: "";
}

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

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

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

@media (min-width: 768px) {.welcome_board_50 > div {
    padding: 3rem;
    width: 85%;
}.welcome_board_50 .community_team_03 {
    margin-bottom: 3rem;
}.welcome_board_50 .page_lead_34 {
    font-size: calc(46px + 0.5rem);
}.welcome_board_50 .page_lead_34::after {
    width: 80px;
}.welcome_board_50 .learn_main_97 {
    padding: 3.5rem;
    margin-top: 1.5rem;
}.welcome_board_50 .learn_main_97 p {
    padding-left: 1.5rem;
    font-size: calc(15px + 0.2rem);
}.welcome_board_50 .learn_main_97 h3 {
    max-width: 85%;
    font-size: calc(24px + 0.1rem);
}
}

@media (min-width: 992px) {.welcome_board_50 {
    min-height: 90vh;
}.welcome_board_50 > div {
    max-width: 1400px;
    width: 80%;
}.welcome_board_50 .community_team_03 {
    margin-bottom: 3.5rem;
}.welcome_board_50 .page_lead_34 {
    font-size: calc(46px + 1rem);
}.welcome_board_50 .page_lead_34::after {
    width: 100px;
    height: 5px;
}.welcome_board_50 .learn_main_97 {
    align-items: center;
    display: flex;
}.welcome_board_50 .learn_main_97 > div {
    max-width: 80%;
}.welcome_board_50 .learn_main_97 p {
    font-size: calc(15px + 0.3rem);
    margin-bottom: 2rem;
}.welcome_board_50 .learn_main_97 h3 {
    font-size: calc(24px + 0.2rem);
    max-width: 75%;
    line-height: 1.5;
}
}

@media (min-width: 1200px) {.welcome_board_50 .page_lead_34 {
    font-size: calc(46px + 1.5rem);
}.welcome_board_50 .learn_main_97 {
    padding: 4rem;
}.welcome_board_50 .learn_main_97 > div {
    max-width: 70%;
}.welcome_board_50 .learn_main_97 p {
    padding-left: 2rem;
}.welcome_board_50 .learn_main_97 p::before {
    width: 4px;
}.welcome_board_50 .learn_main_97 h3 {
    font-size: calc(24px + 0.3rem);
    line-height: 1.6;
}
}

@media (max-width: 767px) {.welcome_board_50 {
    padding: 4rem 0;
}.welcome_board_50 > div {
    padding: 1.5rem;
    width: 95%;
}.welcome_board_50 .page_lead_34 {
    font-size: calc(46px - 0.1rem);
}.welcome_board_50 .learn_main_97 {
    padding: 2rem 1.5rem;
}.welcome_board_50 .learn_main_97 p {
    font-size: 15px;
}.welcome_board_50 .learn_main_97 h3 {
    font-size: 24px;
    padding-right: 1rem;
}}.reach_out_18 {
    isolation: isolate;
    padding: 6rem 0;
    background: linear-gradient(
        135deg, 
        rgb(108,93,182,0.5) 0%, 
        rgb(160,156,201,0.5) 100%
    );
    position: relative;
    overflow: hidden;
}.reach_out_18::before {
    z-index: 1;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    position: absolute;
    animation: subtle-pulse 12s infinite alternate;
    top: -50%;
    left: -50%;
    width: 200%;
    content: '';
    height: 200%;
}.reach_out_18::after {
    animation: subtle-wave 15s infinite alternate-reverse;
    position: absolute;
    content: '';
    right: -30%;
    height: 150%;
    bottom: -30%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    z-index: 1;
    width: 150%;
}.reach_out_18 .container {
    padding: 0 1rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.reach_out_18 h2 {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 3rem;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: -0.02em;
}.reach_out_18 h2::after {
    transform: translateX(-50%);
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(160,156,201), 
        transparent
    );
    content: '';
    bottom: -0.5rem;
    position: absolute;
    height: 3px;
    left: 50%;
    width: 80px;
}.reach_out_18 .inquiry_list_07 {
    align-items: stretch;
    border-radius: 28px;
    display: flex;
    background: rgba(255,255,255,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}.reach_out_18 .img_round_79 {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.reach_out_18 .img_round_79::before {
    left: 0;
    opacity: 0.6;
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    mix-blend-mode: color-dodge;
    height: 100%;
    background: linear-gradient(
        45deg, 
        rgb(108,93,182,0.5) 0%, 
        rgb(160,156,201,0.5) 100%
    );
}.reach_out_18 .query_grid_34 {
    flex: 0 0 60%;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 3rem;
    display: flex;
}.reach_out_18 .query_grid_34 form {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}.reach_out_18 .query_grid_34 h3 {
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: center;
    font-size: 33px;
}.reach_out_18 .query_grid_34 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 1rem 1.5rem;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    width: 100%;
}.reach_out_18 .query_grid_34 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(160,156,201);
    box-shadow: 0 0 15px rgba(rgb(160,156,201), 0.3);
}.reach_out_18 .query_grid_34 .help_map_51 {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.reach_out_18 .query_grid_34 .help_map_51 input[type="checkbox"] {
    height: 22px;
    appearance: none;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid #ffffff;
    margin-right: 1rem;
    width: 22px;
    border-radius: 10px;
    cursor: pointer;
}.reach_out_18 .query_grid_34 .help_map_51 input[type="checkbox"]:checked {
    border-color: rgb(160,156,201);
    background: rgb(160,156,201);
}.reach_out_18 .query_grid_34 .help_map_51 input[type="checkbox"]:checked::after {
    content: '✔';
    left: 50%;
    top: 50%;
    font-size: 0.8rem;
    color: #ffffff;
    position: absolute;
    transform: translate(-50%, -50%);
}.reach_out_18 .query_grid_34 .help_map_51 label {
    display: flex;
    font-size: 15px;
    color: #ffffff;
    align-items: center;
}.reach_out_18 .query_grid_34 .help_map_51 a {
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(160,156,201);
    transition: color 0.3s ease;
}.reach_out_18 .query_grid_34 .help_map_51 a:hover {
    text-decoration: underline;
}.reach_out_18 .query_grid_34 .message_box_40 {
    padding: 1rem;
    transition: all 0.3s ease;
    font-weight: 600;
    background: rgb(160,156,201);
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    border: none;
}.reach_out_18 .query_grid_34 .message_box_40::before {
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    left: -100%;
}.reach_out_18 .query_grid_34 .message_box_40:hover::before {
    left: 100%;
}.reach_out_18 .query_grid_34 .message_box_40:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.reach_out_18 .inquiry_list_07 {
    flex-direction: column;
}.reach_out_18 .img_round_79 {
    flex: 0 0 100%;
    min-height: 300px;
}.reach_out_18 .query_grid_34 {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.reach_out_18 {
    padding: 3rem 0;
}.reach_out_18 h2 {
    margin-bottom: 2rem;
    font-size: calc(43px * 0.8);
}.reach_out_18 .query_grid_34 h3 {
    font-size: calc(33px * 0.9);
}.reach_out_18 .query_grid_34 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.reach_out_18 .query_grid_34 .help_map_51 {
    align-items: flex-start;
}.reach_out_18 .query_grid_34 .help_map_51 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.reach_out_18 .inquiry_list_07 {
    border-radius: 0;
}.reach_out_18 .img_round_79 {
    min-height: 250px;
}.reach_out_18 .query_grid_34 {
    padding: 2rem 1.5rem;
}}.access_now_81 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    background: linear-gradient(135deg, rgb(108,93,182) 0%, rgb(160,156,201) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    transform: perspective(1000px) rotateX(2deg);
    margin: 6rem 0;
}.access_now_81::before {
    opacity: 0.1;
    pointer-events: none;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
    height: 200%;
    position: absolute;
    left: -50%;
    width: 200%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 5%, transparent 60%);
}.access_now_81::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(108,93,182,0.5));
    transform: skewY(-3deg);
    bottom: 0;
    height: 30%;
    z-index: 1;
    right: 0;
    transform-origin: bottom right;
    content: "";
    position: absolute;
    opacity: 0.2;
}.access_now_81 .container {
    align-items: center;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
}.access_now_81 h6 {
    animation: floatText 5s infinite alternate ease-in-out;
    line-height: 1.4;
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-family: Arial, sans-serif;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    font-weight: 600;
    transform: translateY(-5px);
}.access_now_81 div:not(.container) {
    margin-top: 1rem;
    justify-content: center;
    display: flex;
    position: relative;
}.access_now_81 span {
    transform: perspective(800px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: inline-block;
}.access_now_81 span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.access_now_81 .message_box_40 {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(160,156,201,0.5);
    overflow: hidden;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    color: rgb(160,156,201);
    position: relative;
    padding: 1rem 2.5rem;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    border-radius: 10px;
}.access_now_81 .message_box_40::before {
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.access_now_81 .message_box_40::after {
    content: "";
    left: -50%;
    z-index: 0;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: radial-gradient(circle, rgb(108,93,182,0.5) 0%, transparent 70%);
    top: -50%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transform: scale(0.5);
    position: absolute;
}.access_now_81 .message_box_40:hover {
    transform: translateY(-2px);
    color: #000000;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 25px rgb(160,156,201,0.5);
}.access_now_81 .message_box_40:hover::after {
    transform: scale(1);
    opacity: 0.5;
}.access_now_81 .message_box_40 span {
    position: relative;
    transform: none;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.access_now_81 .message_box_40:hover span {
    transform: scale(1.05);
}

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

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 992px) {.access_now_81 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem 1.5rem;
    margin: 4rem 0;
}.access_now_81 .container {
    gap: 2rem;
}.access_now_81 h6 {
    font-size: calc(16px * 1.1);
}.access_now_81 .message_box_40 {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.access_now_81 {
    transform: none;
    margin: 3rem 0;
    padding: 3.5rem 1.25rem;
}.access_now_81 .container {
    gap: 1.75rem;
}.access_now_81 h6 {
    line-height: 1.5;
    font-size: 16px;
}.access_now_81 .message_box_40 {
    font-size: calc(15px * 0.95);
    padding: 0.85rem 2rem;
}
    
    @keyframes floatText {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {.access_now_81 {
    margin: 2.5rem 0;
    padding: 3rem 1rem;
}.access_now_81 .container {
    gap: 1.5rem;
}.access_now_81 h6 {
    font-size: calc(16px * 0.95);
    letter-spacing: 0.02em;
}.access_now_81 .message_box_40 {
    padding: 0.8rem 1.8rem;
    font-size: calc(15px * 0.9);
}}.program_details_90 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(200,199,220) 0%, rgba(245, 245, 245, 0.9) 100%);
    padding: 120px 0;
}.program_details_90::before {
    background: linear-gradient(45deg, rgb(160,156,201,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    pointer-events: none;
    left: 0;
    height: 100%;
    content: "";
}.program_details_90::after {
    bottom: -50px;
    height: 300px;
    pointer-events: none;
    transform: rotate(-15deg);
    position: absolute;
    content: "";
    width: 300px;
    z-index: 0;
    right: -50px;
    border: 4px solid rgb(108,93,182,0.5);
}.program_details_90 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.program_details_90 .skill_plan_59 {
    flex-direction: column;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    gap: 40px;
    opacity: 0;
    display: flex;
}.program_details_90 .img_round_79 {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: translateX(-20px);
    height: 380px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.program_details_90 .img_round_79::before {
    background: linear-gradient(to bottom, transparent 60%, rgb(160,156,201,0.5) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
}.program_details_90 .img_round_79::after {
    animation: float 6s ease-in-out infinite;
    right: -20px;
    transform: rotate(15deg);
    top: 20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: -1;
    background: rgb(108,93,182);
    position: absolute;
    height: 80px;
    content: "";
    width: 80px;
}.program_details_90 .message_holder_39 {
    position: relative;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background: #ffffff;
    transform: translateY(20px);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}.program_details_90 .message_holder_39::before {
    transition: height 0.6s ease-out;
    background: linear-gradient(to bottom, rgb(160,156,201), rgb(108,93,182));
    width: 5px;
    position: absolute;
    height: 0;
    content: "";
    top: 0;
    left: 0;
}.program_details_90 .message_holder_39:hover::before {
    height: 100%;
}.program_details_90 h3 {
    padding-bottom: 15px;
    font-size: 28px;
    color: #000000;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
}.program_details_90 h3::after {
    height: 3px;
    content: "";
    transition: width 0.4s ease-out;
    left: 0;
    bottom: 0;
    width: 80px;
    background: rgb(160,156,201);
    position: absolute;
}.program_details_90 .message_holder_39:hover h3 {
    transform: translateX(15px);
}.program_details_90 .message_holder_39:hover h3::after {
    width: 120px;
}.program_details_90 p.description {
    font-size: 17px;
    display: block;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 20px;
    opacity: 1;
    position: relative;
}.program_details_90 span.description {
    display: none;
}.program_details_90 .skill_plan_59:hover .img_round_79 {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
    transform: translateX(0) scale(1.02);
}

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

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

@media (min-width: 768px) {.program_details_90 .skill_plan_59 {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.program_details_90 .img_round_79 {
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
    height: 450px;
    flex: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.program_details_90 .message_holder_39 {
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
    flex: 1.2;
}.program_details_90 .skill_plan_59:hover .img_round_79 {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.program_details_90 .skill_plan_59:hover .message_holder_39 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.program_details_90 {
    padding: 150px 0;
}.program_details_90 .skill_plan_59 {
    gap: 80px;
}.program_details_90 .img_round_79 {
    height: 520px;
}.program_details_90 .message_holder_39 {
    padding: 50px;
}.program_details_90 h3 {
    font-size: calc(28px * 1.1);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.program_details_90 {
    padding: 80px 0;
}.program_details_90 h3 {
    font-size: calc(28px * 0.85);
}.program_details_90 p.description {
    font-size: calc(17px * 0.95);
}.program_details_90 .message_holder_39 {
    padding: 25px 20px;
}
}

@media (hover: hover) {.program_details_90 .message_holder_39:hover {
    transform: translateY(10px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
}}.price_set_52 {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 100px 0;
}.price_set_52::before {
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    position: absolute;
    left: 0;
}.price_set_52 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.cost_schemes_05 {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center top;
}.price_set_52 h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 29px;
    display: inline-block;
    transform: translateX(-10px);
    color: #ffffff;
    position: relative;
}.price_set_52 h2::after {
    left: 0;
    content: "";
    position: absolute;
    width: 60px;
    background: rgb(160,156,201);
    bottom: -10px;
    height: 4px;
    transform: skewX(-20deg);
}.price_set_52 .learn_offers_26 {
    margin-bottom: 40px;
    font-size: 14px;
    transform: translateX(10px);
    max-width: 80%;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}.price_set_52 .cost_summary_12 {
    perspective: 1000px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    margin: 0;
    padding: 0;
    gap: 30px;
}.price_set_52 .cost_summary_12 li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_set_52 .cost_summary_12 li:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.02);
}.price_set_52 .pro_rates_17 {
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    display: block;
    color: #000000;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}.price_set_52 .rate_choice_48 {
    height: 100%;
    position: relative;
    flex-direction: column;
    transition: transform 0.4s ease-out;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    min-height: 450px;
    display: flex;
    transform-style: preserve-3d;
    overflow: hidden;
    padding: 30px;
}.price_set_52 .pro_rates_17:hover .rate_choice_48 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateZ(20px);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
}.price_set_52 .rate_choice_48::after {
    background: rgb(108,93,182);
    transition: transform 0.5s ease;
    content: "";
    height: 100px;
    width: 100px;
    top: 0;
    position: absolute;
    opacity: 0.1;
    transform: rotate(45deg) translate(30px, -80px);
    right: 0;
}.price_set_52 .pro_rates_17:hover .rate_choice_48::after {
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
    opacity: 0.15;
}.price_set_52 .group_plans_95 {
    flex: 1;
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: relative;
}.price_set_52 .group_plans_95 h4 {
    font-size: calc(19px + 2px);
    margin-bottom: 20px;
    color: rgb(160,156,201);
    transform: translateX(-5px);
    letter-spacing: 0.5px;
    margin-top: 0;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}.price_set_52 .group_plans_95 h4::after {
    position: absolute;
    bottom: 0;
    background: rgb(108,93,182);
    transform: skewX(-15deg);
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
}.price_set_52 .group_plans_95 p {
    flex-grow: 1;
    color: #000000;
    word-wrap: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 14px;
}.price_set_52 .learn_fees_65 {
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-top: auto;
    margin-bottom: 0;
    font-size: calc(19px + 6px);
    display: block;
    color: rgb(108,93,182);
    transition: color 0.3s ease;
    padding: 15px 0 0;
    position: relative;
    font-weight: 700;
}.price_set_52 .pro_rates_17:hover .learn_fees_65 {
    transform: translateY(-5px);
    color: rgb(160,156,201);
}.price_set_52 .learn_fees_65::before {
    width: 30px;
    height: 1px;
    top: 0;
    left: 0;
    background: rgb(160,156,201);
    transform: translateY(-1px);
    position: absolute;
    content: "";
}

@media (max-width: 991px) {.price_set_52 {
    padding: 80px 0;
}.cost_schemes_05 {
    transform: perspective(1000px) rotateX(1deg);
}.price_set_52 .learn_offers_26 {
    transform: translateX(5px);
    max-width: 90%;
}.price_set_52 .cost_summary_12 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.price_set_52 .rate_choice_48 {
    min-height: 400px;
    padding: 25px;
}
}

@media (max-width: 767px) {.price_set_52 {
    padding: 60px 0;
}.cost_schemes_05 {
    transform: none;
}.price_set_52 h2 {
    font-size: calc(29px - 4px);
    transform: none;
}.price_set_52 .learn_offers_26 {
    margin-bottom: 30px;
    max-width: 100%;
    transform: none;
}.price_set_52 .cost_summary_12 {
    gap: 20px;
    grid-template-columns: 1fr;
}.price_set_52 .rate_choice_48 {
    padding: 20px;
    min-height: 350px;
}.price_set_52 .group_plans_95 h4 {
    transform: none;
}.price_set_52 .group_plans_95 p {
    font-size: calc(14px - 1px);
}.price_set_52 .learn_fees_65 {
    font-size: calc(19px + 4px);
}
}

@media (max-width: 480px) {.price_set_52 {
    padding: 40px 0;
}.price_set_52 h2 {
    font-size: calc(29px - 6px);
}.price_set_52 .cost_summary_12 {
    margin-top: 20px;
}.price_set_52 .rate_choice_48 {
    padding: 15px;
}.price_set_52 .group_plans_95 h4 {
    font-size: 19px;
    margin-bottom: 15px;
}.price_set_52 .group_plans_95 p {
    margin-bottom: 20px;
    font-size: calc(14px - 2px);
}}.mentorship_profile_63 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(200,199,220) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 5rem 0;
}.mentorship_profile_63::before {
    top: -10%;
    content: "";
    background: linear-gradient(120deg, rgb(160,156,201,0.5) 10%, rgb(108,93,182,0.5) 90%);
    width: 25rem;
    right: -5%;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    height: 25rem;
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    transform: rotate(-15deg);
}.mentorship_profile_63::after {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 15rem;
    background: linear-gradient(220deg, rgb(108,93,182,0.5) 10%, rgb(160,156,201,0.5) 90%);
    height: 15rem;
    opacity: 0.08;
    z-index: 1;
    content: "";
    position: absolute;
    left: -5%;
    bottom: -5%;
    transform: rotate(12deg);
}.mentorship_profile_63 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.mentorship_profile_63 .student_testimonials_26 {
    gap: 2.5rem;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    background: #ffffff;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    grid-template-columns: 1fr;
    padding: 3rem;
    position: relative;
    display: grid;
    border-left: 5px solid rgb(160,156,201);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}.mentorship_profile_63 .student_testimonials_26:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
}.mentorship_profile_63 .student_testimonials_26 > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}.mentorship_profile_63 .img_round_79 {
    border: 4px solid #ffffff;
    width: 180px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 180px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: rotate(-3deg);
}.mentorship_profile_63 .student_testimonials_26:hover .img_round_79 {
    transform: rotate(0deg) scale(1.05);
}.mentorship_profile_63 .name {
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: inline-block;
    font-size: 23px;
    color: rgb(160,156,201);
}.mentorship_profile_63 .name::after {
    position: absolute;
    bottom: -8px;
    content: "";
    width: 40%;
    transition: width 0.4s ease;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(160,156,201) 0%, transparent 100%);
}.mentorship_profile_63 .student_testimonials_26:hover .name::after {
    width: 90%;
}.mentorship_profile_63 .student_testimonials_26 > div:nth-child(2) {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.mentorship_profile_63 .student_testimonials_26 > div:nth-child(2) > div {
    text-transform: uppercase;
    color: rgb(108,93,182);
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(18px - 0.1rem);
}.mentorship_profile_63 .work_block_45 {
    color: #000000;
    padding-left: 1.5rem;
    margin: 0;
    line-height: 1.8;
    position: relative;
    font-size: 18px;
}.mentorship_profile_63 .work_block_45::before {
    content: "";
    opacity: 0.3;
    position: absolute;
    left: -0.8rem;
    top: -1.5rem;
    font-size: 5rem;
    color: rgb(160,156,201,0.5);
    font-family: Georgia, serif;
}

@media (min-width: 768px) {.mentorship_profile_63 .student_testimonials_26 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.mentorship_profile_63 .student_testimonials_26 > div:first-child {
    grid-row: span 2;
}.mentorship_profile_63 .img_round_79 {
    width: 200px;
    height: 200px;
}.mentorship_profile_63 .work_block_45 {
    font-size: calc(18px + 0.05rem);
}
}

@media (min-width: 992px) {.mentorship_profile_63 .student_testimonials_26 {
    align-items: center;
    grid-template-rows: 1fr;
    grid-template-columns: 250px 250px 1fr;
}.mentorship_profile_63 .student_testimonials_26 > div:first-child {
    grid-row: 1;
}.mentorship_profile_63 .img_round_79 {
    height: 220px;
    width: 220px;
}.mentorship_profile_63 .work_block_45 {
    padding-left: 2rem;
}.mentorship_profile_63 .work_block_45::before {
    top: -2rem;
    left: -0.5rem;
    font-size: 6rem;
}
}

@media (max-width: 767px) {.mentorship_profile_63 {
    padding: 3rem 0;
}.mentorship_profile_63 .student_testimonials_26 {
    padding: 2rem;
}.mentorship_profile_63 .img_round_79 {
    width: 150px;
    height: 150px;
}.mentorship_profile_63 .name {
    font-size: calc(23px - 0.1rem);
}.mentorship_profile_63 .work_block_45 {
    font-size: calc(18px - 0.1rem);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.mentorship_profile_63 {
    padding: 2rem 0;
}.mentorship_profile_63 .container {
    padding: 0 1rem;
}.mentorship_profile_63 .student_testimonials_26 {
    padding: 1.5rem;
    gap: 1.5rem;
}.mentorship_profile_63 .img_round_79 {
    height: 120px;
    width: 120px;
}.mentorship_profile_63 .work_block_45::before {
    font-size: 4rem;
    top: -1rem;
}
}