.container {
    width: 1240px;
    margin: auto;
    max-width: 100%;
}

.top_master2491 {
    flex: 1 0 auto;
}

.top_master2491 {
    padding-top: 2rem;
    position: relative;
    background: #ffffff;
    z-index: 1;
}

html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}

.wrapper-viewport4102 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

svg {
    width: 30px;
    height: 30px;
}


.pricing_deck2946 {
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(242,231,242);
    position: relative;
}

.pricing_deck2946 .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}

.pricing_deck2946 .learning_rates8732 {
    display: flex;
    flex-direction: column;
}

.pricing_deck2946 .rate_schemes0934 {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    order: 1;
}

.pricing_deck2946 .rate_schemes0934:hover h2 {
    transform: translateY(-5px);
}

.pricing_deck2946 .payment_option6312 {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    margin: 0 auto;
    position: relative;
    max-width: 700px;
}

.pricing_deck2946 .payment_option6312::after {
    background: linear-gradient(90deg, rgb(185,164,186), rgb(217,200,218));
    bottom: -15px;
    transition: transform 0.5s ease;
    content: "";
    transform: translateX(-50%) scaleX(0.7);
    width: 100px;
    position: absolute;
    height: 3px;
    left: 50%;
}

.pricing_deck2946 .fee_plan6528 {
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    background-color: #ffffff;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
    perspective: 1000px;
}

.pricing_deck2946 .fee_plan6528:hover::before {
    transform: scaleX(1);
}

.pricing_deck2946 .access_rates5017 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing_deck2946 .cost_matrix3687::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}

.pricing_deck2946 .fee_plan6528:hover .cost_matrix3687 h3 {
    transform: translateX(5px);
}

.pricing_deck2946 .cost_deals7619::before {
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    transform: scaleX(0.3);
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(185,164,186), rgb(217,200,218));
}

.pricing_deck2946 .cost_matrix3687 p {
    hyphens: auto;
    line-height: 1.6;
    max-width: 100%;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    flex-grow: 1;
    font-size: 16px;
    word-wrap: break-word;
}

.pricing_deck2946 .img_center_align5946::after {
    content: "";
    top: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
}

.teaching_history6523 .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}

.teaching_history6523 .feedback_carousel8391 {
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    position: relative;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    grid-template-columns: 1fr;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
}

.teaching_history6523 .feedback_carousel8391 > div:first-child {
    justify-self: center;
    position: relative;
}

.teaching_history6523 .img_center_align5946::before {
    opacity: 0.6;
    content: "";
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgb(217,200,218,0.5) 100%);
    width: 100%;
    height: 100%;
}

.teaching_history6523 .feedback_carousel8391:hover .img_center_align5946::before {
    opacity: 0.8;
}

.teaching_history6523 .feedback_carousel8391 > div:nth-child(2) {
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    display: flex;
}

.teaching_history6523 .name::after {
    bottom: -4px;
    width: 0;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
    position: absolute;
    content: "";
    background: rgb(217,200,218);
    left: 0;
}

.teaching_history6523 .feedback_carousel8391 > div:nth-child(2) > div {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateY(0);
    padding: 0.35rem 1rem;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(185,164,186,0.5), 0.1), transparent);
    font-size: calc(16px * 0.95);
    margin-top: 0.25rem;
    letter-spacing: 0.03em;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: rgb(185,164,186);
    font-weight: 600;
}

.teaching_history6523 .career_section5234::after {
    position: absolute;
    right: -10px;
    content: "";
    transition: all 0.4s ease;
    opacity: 0.2;
    bottom: -50px;
    font-size: 4rem;
    color: rgb(217,200,218,0.5);
}

.cookieWarningMessage7593 {
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: rgb(242,231,242);
    border-top: 3px solid rgb(217,200,218);
    bottom: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
}

.learn_consent8962 svg {
    fill: rgb(217,200,218);
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease;
}

.cookieWarningMessage7593 h5 {
    margin-bottom: 8px;
    color: rgb(217,200,218);
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 24px;
}

.user_status0148 {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    font-size: 17px;
    border-radius: 22px;
    color: #ffffff;
    background: rgb(217,200,218);
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
    line-height: 35px;
}

.cookieWarningMessage7593 p a:hover {
    color: rgb(185,164,186);
}


#cookieNoticeWindow2593 {
    display: none;
}

.program_offerings5182 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,231,242) 0%, rgba(245, 247, 252, 0.95) 100%);
}

.program_offerings5182::after {
    z-index: 1;
    background: rgb(185,164,186,0.5);
    content: '';
    height: 250px;
    left: -50px;
    opacity: 0.15;
    width: 250px;
    bottom: -50px;
    position: absolute;
    transform: rotate(-15deg);
}

.program_offerings5182 .education_track3716 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}

.program_offerings5182 .img_center_align5946::before {
    left: 0;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(217,200,218), 0.2),
        rgba(rgb(185,164,186), 0.2)
    );
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}

.program_offerings5182 .img_center_align5946:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.program_offerings5182 .img_center_align5946:hover::after {
    opacity: 1;
    transform: scale(1);
}

.program_offerings5182 h3 {
    position: relative;
    transform: translateX(-5px);
    opacity: 0;
    margin-bottom: 25px;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-size: calc(31px * 0.9);
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
}

.program_offerings5182 .description {
    line-height: 1.8;
    color: #000000;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    position: relative;
    transform: translateY(10px);
    margin-bottom: 20px;
    font-size: 18px;
}

.program_offerings5182 span.description {
    display: none;
}

footer::before {
    position: absolute;
    content: '';
    bottom: 0;
    opacity: 0.95;
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(185,164,186) 100%);
}

.chrome_ext4158 .company_holder h3 {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 34px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    margin-bottom: 20px;
}

.chrome_ext4158 .faculty_info9436 {
    margin-top: 20px;
    flex: 0 0 100%;
}

.chrome_ext4158 .head_core6213 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
    justify-content: center;
}

.chrome_ext4158 .header_pagewrap6531:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.chrome_ext4158 .header_pagewrap6531 .head_core6213 {
    margin-top: 0;
    gap: 12px;
    flex-direction: column;
    display: flex;
}

.chrome_ext4158 .header_pagewrap6531 .head_core6213 a {
    font-size: 17px;
    color: #ffffff;
    padding: 8px 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

.flag_content1972 {
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    padding: 20px 0;
    position: relative;
}

.flag_content1972 .container {
    display: flex;
    justify-content: center;
}

.flag_content1972 .mod_tools7568 {
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 15px;
}

.start_now5460 {
    position: relative;
    padding: 130px 0;
    background: linear-gradient(140deg, rgb(242,231,242) 0%, #ffffff 100%);
    overflow: hidden;
}

.start_now5460::before {
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.08;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    background-image: 
        linear-gradient(to right, rgb(217,200,218,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(217,200,218,0.5) 1px, transparent 1px);
    content: '';
}

.start_now5460 .promise_block7024::before {
    content: '';
    top: 0;
    background: linear-gradient(45deg, transparent 96%, rgb(217,200,218) 96%, rgb(217,200,218) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    border-radius: 15px;
    left: 0;
}

.start_now5460 .inquiry_box4703::before {
    content: '';
    z-index: -1;
    width: calc(100% + 4px);
    transition: transform 0.4s ease;
    background: rgb(217,200,218);
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    position: absolute;
    transform: translateX(-100%);
}

.start_now5460 .inquiry_box4703:hover {
    color: #ffffff;
    box-shadow: 0 10px 30px rgb(217,200,218,0.5);
}

.start_now5460 .inquiry_box4703:hover::before {
    transform: translateX(0);
}

.start_now5460 .promise_block7024::after {
    position: absolute;
    z-index: 2;
    border: 2px solid rgb(217,200,218);
    background: #ffffff;
    content: '';
    left: 60px;
    width: 30px;
    height: 30px;
    bottom: -15px;
    border-radius: 50%;
}

header::after {
    position: absolute;
    width: 100%;
    bottom: 0;
    content: '';
    transform: scaleX(0.7);
    transform-origin: center;
    background: linear-gradient(to right, 
        rgb(217,200,218), 
        rgb(185,164,186), 
        rgb(217,200,218)
    );
    height: 5px;
    transition: transform 0.5s ease;
    left: 0;
}

header:hover::after {
    transform: scaleX(1);
}

header .head_lesson1508 {
    padding: 1.3rem 2.5rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    z-index: 5;
    position: relative;
}

header .head_base6053 {
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}

header .head_base6053 img {
    transform: translateZ(20px);
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

header .header_pagewrap6531 {
    transform-style: preserve-3d;
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
    perspective: 1000px;
    list-style: none;
}

header .nav_learn3501 {
    margin: 0 0.3rem;
    transform-style: preserve-3d;
    position: relative;
}

header .nav_learn3501 a {
    border-radius: 10px;
    color: #000000;
    justify-content: center;
    transition: all 0.4s ease;
    align-items: center;
    display: flex;
    text-decoration: none;
    position: relative;
    background: #ffffff;
    font-weight: 600;
    font-size: 17px;
    padding: 0.7rem 1.2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    transform: translateZ(0);
}

header .nav_learn3501 a:hover::before {
    opacity: 1;
}

header .nav_learn3501 a::after {
    bottom: -5px;
    transition: all 0.4s ease;
    content: '';
    transform: translateZ(-10px);
    right: 5px;
    height: 5px;
    position: absolute;
    opacity: 0;
    background: rgb(217,200,218);
    left: 5px;
}



@supports not (transform-style: preserve-3d) {header .head_base6053:hover {
    transform: translateY(-3px);
}header .nav_learn3501 a:hover {
    transform: translateY(-3px);
}}

.contact_form_box1573::before {
    width: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(217,200,218,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(217,200,218,0.5) 11px
    );
    left: 0;
    pointer-events: none;
    animation: gridMove 20s linear infinite;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}

.contact_form_box1573 .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.contact_form_box1573 h2::after {
    content: "";
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(217,200,218), transparent);
}

.contact_form_box1573 .message_links1375::before {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.03;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom right, rgb(217,200,218,0.5), transparent);
    pointer-events: none;
}

.contact_form_box1573 .img_center_align5946::after {
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.contact_form_box1573 .connect_list8264::after {
    border-left: 2px solid rgb(217,200,218,0.5);
    height: 50px;
    width: 50px;
    content: "";
    bottom: 20px;
    opacity: 0.7;
    position: absolute;
    border-bottom: 2px solid rgb(217,200,218,0.5);
    left: 20px;
}

.contact_form_box1573 form h3::before {
    content: "";
    transform: translateY(-50%);
    height: 25px;
    top: 50%;
    border-radius: 10px;
    width: 5px;
    background: rgb(217,200,218);
    left: 0;
    position: absolute;
}

.contact_form_box1573 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(217,200,218), 0.2);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(217,200,218);
}

.contact_form_box1573 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_form_box1573 .feedback_block0248 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_form_box1573 .feedback_block0248 label {
    line-height: 1.5;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
}

.contact_form_box1573 .feedback_block0248 input[type="checkbox"]:checked + label::before {
    border-color: rgb(217,200,218);
    background: rgb(217,200,218);
}

.contact_form_box1573 .feedback_block0248 label a {
    color: rgb(217,200,218);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_form_box1573 .feedback_block0248 label a:hover {
    text-decoration: underline;
}

.contact_form_box1573 form .inquiry_box4703 {
    color: #ffffff;
    padding: 15px 35px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(217,200,218), rgb(185,164,186));
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}

.contact_form_box1573 svg {
    margin-right: 15px;
    fill: rgb(217,200,218);
    width: 24px;
    height: 24px;
}

.welcome_board3261 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(185,164,186,0.5), rgb(217,200,218,0.5));
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    width: 100%;
    position: relative;
}

.welcome_board3261 .img_center_align5946 {
    left: 0;
    transform: scale(1.05);
    z-index: -1;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    width: 100%;
    height: 100%;
}

.welcome_board3261:hover .img_center_align5946 {
    transform: scale(1.02);
}

.welcome_board3261 .promise_block7024 {
    flex-direction: column;
    padding: 5rem 2rem;
    max-width: 1200px;
    width: 100%;
    transform: translateY(0);
    z-index: 2;
    justify-content: center;
    height: 100vh;
    animation: slideUpIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    display: flex;
    position: relative;
    margin: 0 auto;
}



.welcome_board3261 h1::after {
    position: absolute;
    width: 0;
    animation: lineExpand 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    content: "";
    left: 0;
    bottom: 0;
    height: 4px;
    background: rgb(185,164,186);
}



.welcome_board3261 .text_content7593::before {
    width: 5px;
    top: 0;
    background: rgb(185,164,186);
    content: "";
    position: absolute;
    animation: growDown 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    left: 0;
    transform-origin: top;
    height: 100%;
}

.welcome_board3261 .edu_smart7823 {
    position: relative;
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
}



.welcome_board3261 .edu_smart7823 svg path {
    fill: rgb(185,164,186);
    transition: fill 0.3s ease;
}

.welcome_board3261 .edu_smart7823:hover svg {
    filter: drop-shadow(0 0 8px rgb(185,164,186,0.5));
}

.welcome_board3261 .edu_smart7823 svg text {
    transition: fill 0.3s ease;
    font-size: 12px;
    fill: rgb(185,164,186);
}

.welcome_board3261 .inquiry_box4703 {
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 1rem 2.5rem;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transform: translateY(20px);
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    opacity: 0;
    text-decoration: none;
    letter-spacing: 1px;
    background: rgb(185,164,186);
    font-weight: 600;
    display: inline-block;
    animation: buttonAppear 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s forwards;
    font-size: 20px;
}

.support8753::before {
    position: absolute;
    top: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: rgb(217,200,218,0.5);
    height: 100%;
    right: 0;
    content: '';
    z-index: 1;
    width: 40%;
}

.support8753 .message_section2698::after {
    left: 0;
    background: rgb(217,200,218);
    top: 0;
    position: absolute;
    width: 5px;
    border-top-left-radius: 14px;
    content: '';
    height: 100px;
}

.support8753 .message_section2698 p {
    align-items: center;
    margin-bottom: 25px;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    display: flex;
}

.support8753 .message_section2698 p svg path {
    fill: rgb(217,200,218);
}

.support8753 .msg_block2879 {
    width: 55px;
    align-items: center;
    transition: all 0.3s ease;
    justify-content: center;
    height: 55px;
    text-decoration: none;
    display: flex;
    position: relative;
    background: rgb(242,231,242);
    border-radius: 50%;
}

.support8753 .msg_block2879:hover::before {
    transform: scale(1);
    opacity: 1;
}

.support8753 .msg_block2879 svg {
    z-index: 1;
    height: 22px;
    position: relative;
    width: 22px;
    fill: rgb(217,200,218);
    transition: all 0.3s ease;
}

.customer_experience0274 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,231,242) 0%, rgb(185,164,186,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}

.customer_experience0274::after {
    z-index: 1;
    left: -5%;
    content: "";
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(45deg, rgb(185,164,186,0.5) 20%, transparent 80%);
    height: 60%;
    transform: rotate(10deg) skewX(-10deg);
    bottom: -10%;
    width: 35%;
    pointer-events: none;
}

.customer_experience0274 h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000000;
    transform: translateZ(30px);
    position: relative;
    text-align: center;
    margin-bottom: 3.5rem;
}

.customer_experience0274 .alumni_views5493 {
    gap: 2.5rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    display: grid;
    padding: 0;
}

.customer_experience0274 .feedback_carousel8391::before {
    background: linear-gradient(90deg, rgb(217,200,218) 0%, rgb(185,164,186) 100%);
    width: 100%;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    height: 5px;
    content: "";
    z-index: 2;
    top: 0;
}

.customer_experience0274 .feedback_carousel8391:hover::before {
    transform: scaleX(1);
}

.customer_experience0274 .feedback_carousel8391 img {
    margin-right: 1rem;
    object-fit: cover;
    border-radius: 50%;
    height: 60px;
    border: 3px solid #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.customer_experience0274 .feedback_carousel8391:hover h4 {
    color: rgb(217,200,218);
    transform: translateX(5px);
}

.customer_experience0274 .description::before {
    content: "";
    left: -10px;
    top: -35px;
    color: rgb(185,164,186,0.5);
    line-height: 1;
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    font-size: 80px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.customer_experience0274 a::before {
    transition: left 0.6s ease;
    content: "";
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
}

.customer_experience0274 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.customer_experience0274 a:hover::before {
    left: 100%;
}

.privacy_fence1079 h1 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: rgb(217,200,218);
    letter-spacing: 1.5px;
    font-size: 39px;
    font-weight: 700;
    border-bottom: 2px solid rgb(217,200,218,0.5);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

.privacy_fence1079 h3,
.privacy_fence1079 h4,
.privacy_fence1079 h5,
.privacy_fence1079 h6 {
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000000;
}

.privacy_fence1079 li {
    margin-bottom: 10px;
    font-size: 15px;
}

.privacy_fence1079 p {
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
}

.privacy_fence1079 span {
    font-weight: 600;
    color: rgb(217,200,218);
}

.privacy_fence1079 a:hover {
    border-color: rgb(185,164,186,0.5);
    color: rgb(185,164,186);
}

.privacy_fence1079 button {
    background-color: rgb(217,200,218);
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 700;
    padding: 10px 20px;
    border: none;
}

.about_this1578::after {
    right: -10%;
    content: "";
    transform: rotate(-15deg);
    width: 50%;
    top: -10%;
    z-index: 2;
    background: linear-gradient(135deg, rgb(217,200,218,0.5), transparent);
    height: 70%;
    position: absolute;
    pointer-events: none;
}

.about_this1578 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 5;
}

.about_this1578 .text_content7593:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}

.about_this1578 .text_content7593::before {
    content: "";
    top: -10px;
    z-index: -1;
    height: 30px;
    transform: skewX(-25deg);
    width: 30%;
    background: rgb(185,164,186);
    right: -10px;
    position: absolute;
}

.about_this1578 h1::after {
    width: 80px;
    left: 0;
    bottom: -15px;
    background: rgb(217,200,218);
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    animation: lineExpand 0.6s forwards 0.8s ease-out;
    height: 4px;
    content: "";
}

.about_this1578 ul li:nth-child(2) {
    animation-delay: 0.6s;
}

.about_this1578 h4 {
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 20px;
    color: rgb(217,200,218);
}

.about_this1578 span {
    padding-right: 1rem;
    color: #ffffff;
    display: block;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    line-height: 1.8;
    overflow-y: auto;
    font-size: 12px;
    padding-left: 0.5rem;
    position: relative;
    max-height: 300px;
}

.tyFrame0532 {
    background: linear-gradient(135deg, rgb(242,231,242) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
}

.tyFrame0532::after {
    position: absolute;
    height: 1px;
    transform-origin: left;
    left: 10%;
    bottom: 20%;
    transform: scaleX(0);
    content: "";
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(185,164,186) 50%, transparent);
}

.tyFrame0532 h2 {
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    transform: translateY(20px);
    font-size: 29px;
    color: rgb(217,200,218);
    margin-bottom: 2.5rem;
    opacity: 0;
    max-width: 90%;
}

.tyFrame0532 .promise_block7024 {
    padding: 3rem;
    border-left: 4px solid rgb(185,164,186);
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    position: relative;
    opacity: 0;
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
}

.tyFrame0532 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tyFrame0532 li::before {
    position: absolute;
    content: "";
    width: 0.5rem;
    transform: rotate(45deg) scale(0);
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    background-color: rgb(185,164,186);
    top: 0.5rem;
    height: 0.5rem;
    left: -1.5rem;
}

.learning_impact9621 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(242,231,242) 0%, rgba(245, 248, 255, 0.9) 100%);
}

.learning_impact9621 .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    position: relative;
    flex-direction: column;
}

.learning_impact9621 .img_center_align5946 {
    transform: perspective(1000px) rotateY(-2deg);
    filter: saturate(1.1) brightness(1.05);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    border: 4px solid #ffffff;
    object-fit: cover;
    max-height: 400px;
}

.learning_impact9621 h1::after {
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
    background: rgb(217,200,218);
    transition: width 0.5s ease;
    width: 60px;
    bottom: 0;
}

.learning_impact9621 li {
    position: relative;
    padding-left: 36px;
    transition: transform 0.3s ease;
}

.learning_impact9621 li p {
    font-size: calc(17px - 1px);
    color: #000000;
    line-height: 1.6;
    align-items: center;
    margin: 0;
    display: flex;
}

.learning_impact9621 li:hover svg {
    transform: scale(1.15) rotate(5deg);
}

.learning_impact9621 li:hover svg path {
    fill: rgb(185,164,186);
}

.operation_process4389 {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(185,164,186,0.5) 100%);
    padding: 100px 0;
    position: relative;
}

.operation_process4389::after {
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 0;
    position: absolute;
    opacity: 0.7;
    right: -50%;
    transform: scale(2);
    background: radial-gradient(
        circle at center,
        rgb(217,200,218,0.5) 0%,
        transparent 70%
    );
}

.operation_process4389 .promise_block7024:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.operation_process4389 h2 {
    position: relative;
    letter-spacing: 0.5px;
    font-size: 37px;
    color: #ffffff;
    font-weight: 700;
    transform: translateZ(30px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.operation_process4389 .promise_block7024:hover h2::after {
    transform: scaleX(1.5);
}

.operation_process4389 .text_content7593::before {
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(
        to right,
        rgb(217,200,218,0.5) 0%,
        transparent 100%
    );
    top: 0;
    opacity: 0.1;
    content: '';
    width: 100%;
}

.operation_process4389 .text_content7593:hover {
    transform: translateZ(40px) translateX(5px);
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.15), 
                -30px -30px 80px rgba(255, 255, 255, 0.07);
}

.operation_process4389 p::first-letter {
    color: rgb(217,200,218);
    font-size: 1.5em;
    font-weight: 700;
}

.program_offerings5182 p.description::-webkit-scrollbar {
    width: 6px;
}

.program_offerings5182 p.description::-webkit-scrollbar-track {
    background: rgb(242,231,242);
}

.program_offerings5182 p.description::-webkit-scrollbar-thumb {
    background-color: rgb(217,200,218,0.5);
    border-radius: 10px;
}

.about_this1578 span::-webkit-scrollbar {
    width: 6px;
}

.about_this1578 span::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.about_this1578 span::-webkit-scrollbar-thumb {
    background: rgb(217,200,218,0.5);
    border-radius: 10px;
}



@media (min-width: 1200px) {.pricing_deck2946 {
    padding: 150px 0;
}.pricing_deck2946 .learn_packs8536 {
    gap: 40px;
}.pricing_deck2946 .fee_plan6528 {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing_deck2946 .fee_plan6528:hover {
    transform: translateY(-15px) scale(1.02);
}.pricing_deck2946 .fee_plan6528:nth-child(even) {
    transform: translateY(15px);
}.pricing_deck2946 .fee_plan6528:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.pricing_deck2946 .img_center_align5946 {
    height: 250px;
}}



@media (min-width: 992px) {.teaching_history6523 .feedback_carousel8391 {
    margin: 0 3rem;
}.teaching_history6523 .img_center_align5946 {
    height: 220px;
    width: 220px;
}.teaching_history6523 .name {
    font-size: calc(24px * 1.2);
}.teaching_history6523 .feedback_carousel8391 > div:nth-child(2) > div {
    font-size: 16px;
}.teaching_history6523 .career_section5234 {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 480px) {.teaching_history6523 {
    padding: 3rem 0;
}.teaching_history6523 .container {
    padding: 0 1rem;
}.teaching_history6523 .img_center_align5946 {
    height: 120px;
    width: 120px;
}.teaching_history6523 .name {
    font-size: 24px;
}.teaching_history6523 .feedback_carousel8391 > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.teaching_history6523 .career_section5234 {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    padding: 0;
}}


@media only screen and (max-width: 800px) {.track_manage1729 {
    padding: 15px;
}.learn_consent8962 {
    display: none;
}.cookieWarningMessage7593 h5 {
    font-size: 16px;
}.cookieWarningMessage7593 p {
    font-size: 16px;
}}



@media (min-width: 992px) {.program_offerings5182 {
    padding: 150px 0;
}.program_offerings5182 .education_track3716 {
    gap: 80px;
}.program_offerings5182 .img_center_align5946 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 600px;
}.program_offerings5182 .text_content7593 {
    padding: 0 0 0 40px;
}.program_offerings5182 h3 {
    margin-bottom: 40px;
    transform: translateX(-10px);
}.program_offerings5182 h3::after {
    bottom: -15px;
}.program_offerings5182 p.description {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
    max-height: 450px;
}
}


@media (min-width: 768px) {.chrome_ext4158 .head_core6213 {
    justify-content: space-between;
}.chrome_ext4158 .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.chrome_ext4158 .faculty_info9436 {
    flex: 0 0 65%;
}.chrome_ext4158 .container {
    justify-content: space-between;
    align-items: flex-start;
}.chrome_ext4158 .cert_display8354 {
    margin: 0;
    max-width: 100%;
    text-align: left;
}
}



@media (max-width: 576px) {.chrome_ext4158 {
    padding: 40px 0;
}.chrome_ext4158 .company_holder h3 {
    font-size: calc(34px * 0.8);
}.chrome_ext4158 .header_pagewrap6531 h5 {
    font-size: calc(21px * 0.9);
}.chrome_ext4158 .header_pagewrap6531 .head_core6213 a {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 767px) {.start_now5460 {
    padding: 80px 0;
}.start_now5460 .promise_block7024 {
    flex-direction: column;
    padding: 30px;
    gap: 40px;
}.start_now5460 .container p {
    font-size: 18px;
    width: 100%;
    flex: none;
}.start_now5460 .inquiry_box4703 {
    height: 60px;
    width: 100%;
    flex: none;
}.start_now5460 .promise_block7024::after {
    height: 20px;
    width: 20px;
    left: 30px;
    bottom: -10px;
}
}



@media (min-width: 1400px) {header .head_lesson1508 {
    max-width: 1320px;
    margin: 0 auto;
}header .nav_learn3501 {
    margin: 0 0.5rem;
}header .nav_learn3501 a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head_lesson1508 {
    padding: 0.8rem 1.5rem;
}header .first_section8609 {
    max-width: 140px;
}header .head_base6053 img {
    max-height: 35px;
}header .header_pagewrap6531 {
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    scrollbar-width: thin;
}header .header_pagewrap6531::-webkit-scrollbar {
    height: 3px;
}header .header_pagewrap6531::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,200,218,0.5);
}header .nav_learn3501 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .nav_learn3501 a {
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
    font-size: calc(17px - 2px);
}
}



@media screen and (max-width: 480px) {.contact_form_box1573 {
    padding: 40px 0;
}.contact_form_box1573 h2 {
    font-size: calc(35px * 0.8);
}.contact_form_box1573 form h3 {
    font-size: calc(20px * 0.9);
}.contact_form_box1573 .connect_list8264::before,
    .contact_form_box1573 .connect_list8264::after {
    height: 30px;
    width: 30px;
}}



@media (max-width: 768px) {.welcome_board3261 .promise_block7024 {
    padding: 3rem 1rem;
}.welcome_board3261 h1 {
    font-size: 38px;
    margin-bottom: 1.5rem;
}.welcome_board3261 .text_content7593 {
    padding: 1.5rem;
}.welcome_board3261 .edu_smart7823 svg {
    width: 100px;
    height: 100px;
}.welcome_board3261 .inquiry_box4703 {
    padding: 0.8rem 2rem;
}.welcome_board3261 .img_center_align5946 {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
}



@media (max-width: 1024px) {.support8753 {
    padding: 60px 0;
}.support8753 .message_section2698 {
    padding: 40px 30px;
}.support8753 .message_section2698 h2 {
    font-size: calc(35px - 2px);
}
}



@media (max-width: 768px) {.support8753 {
    padding: 50px 0;
}.support8753::before {
    width: 50%;
}.support8753 .message_section2698 {
    padding: 35px 25px;
}.support8753 .message_section2698 h2 {
    font-size: calc(35px - 4px);
}.support8753 .edu_mentor6340 {
    justify-content: center;
}
}



@media (max-width: 1024px) {.customer_experience0274 {
    padding: 5rem 0;
}.customer_experience0274 .alumni_views5493 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.customer_experience0274 h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 3rem;
}
}



@media (max-width: 768px) {.customer_experience0274 {
    padding: 4rem 0;
}.customer_experience0274 .container {
    padding: 0 1.5rem;
}.customer_experience0274 .alumni_views5493 {
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer_experience0274 h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 2.5rem;
}.customer_experience0274 .feedback_carousel8391 {
    padding: 1.8rem;
}
}



@media (prefers-reduced-motion: reduce) {.customer_experience0274 .feedback_carousel8391,
    .customer_experience0274 .feedback_carousel8391::before,
    .customer_experience0274 .feedback_carousel8391 img,
    .customer_experience0274 .feedback_carousel8391 h4,
    .customer_experience0274 .description::before,
    .customer_experience0274 a,
    .customer_experience0274 a::before {
    transition: none;
}}



@media (max-width: 992px) {.about_this1578 {
    padding: 80px 0;
}.about_this1578 .text_content7593 {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.about_this1578 h1 {
    font-size: calc(39px * 0.9);
}.about_this1578 span {
    max-height: 250px;
}
}



@media (max-width: 576px) {.about_this1578 {
    padding: 50px 0;
}.about_this1578 .text_content7593 {
    border-left-width: 3px;
    padding: 1.5rem;
}.about_this1578 .text_content7593::before {
    display: none;
}.about_this1578 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(39px * 0.7);
}.about_this1578 h1::after {
    width: 50px;
}.about_this1578 h4 {
    font-size: calc(20px * 0.85);
}.about_this1578 span {
    border-left-width: 1px;
    line-height: 1.6;
    padding-left: 0.25rem;
    font-size: calc(12px * 0.9);
}.about_this1578 span::first-letter {
    font-size: 1.5em;
}}



@media (max-width: 767px) {.tyFrame0532 {
    padding: 5rem 0;
}.tyFrame0532 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.tyFrame0532 .promise_block7024 {
    padding: 2rem;
}.tyFrame0532 li span {
    font-size: 13px;
}.tyFrame0532 .promise_block7024::before {
    top: 15px;
    height: 45px;
    right: 15px;
    width: 45px;
}
}



@media (min-width: 768px) {.learning_impact9621 .container {
    flex-direction: row;
    align-items: center;
    gap: 40px;
}.learning_impact9621 .img_center_align5946 {
    width: 45%;
    max-height: none;
    margin-bottom: 0;
    animation: float 6s infinite ease-in-out;
}.learning_impact9621 .promise_block7024 {
    width: 55%;
    padding: 50px;
    transform: translateY(0);
}.learning_impact9621 h1 {
    font-size: 44px;
}.learning_impact9621 h1::after {
    width: 80px;
}.learning_impact9621 ul {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.learning_impact9621 li {
    padding-left: 40px;
}
}



@media (max-width: 991px) {.operation_process4389 {
    padding: 80px 0;
}.operation_process4389 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.operation_process4389 .text_content7593 {
    padding: 30px;
}
}



@media (max-width: 480px) {.operation_process4389 {
    padding: 50px 0;
}.operation_process4389 .promise_block7024 {
    padding: 0 15px;
    transform: perspective(600px) rotateX(0.5deg);
}.operation_process4389 h2 {
    font-size: calc(37px * 0.7);
    transform: translateZ(10px);
    margin-bottom: 20px;
}.operation_process4389 h2::after {
    height: 2px;
    width: 60px;
}.operation_process4389 .text_content7593 {
    padding: 20px;
    border-left-width: 3px;
    transform: translateZ(10px);
}.operation_process4389 .text_content7593:hover {
    transform: translateZ(15px) translateX(2px);
}.operation_process4389 p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.operation_process4389 p::first-letter {
    font-size: 1.3em;
}
}



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@keyframes revealText {
    0% { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); opacity: 0; }
    100% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); opacity: 1; }
}

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

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



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



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



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



@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

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

