* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.wrapper-section31470 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    width: 1189px;
    max-width: 100%;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}.quiz_links14892 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.header_navbar03452 {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 19px;
}::-webkit-scrollbar-track {
    background: rgb(240,214,205);
}::-webkit-scrollbar-thumb {
    background: rgb(185,154,143,0.5);
    border-radius: 9999px;
    border: 3px solid rgb(240,214,205);
    box-shadow: -5px 4px 4px 0px rgba(0, 0, 0, 0.3);
    min-height: 26px;
    transition: background, box-shadow, border-radius 2.1s ease-out;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(213,183,172,0.5);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    box-shadow: inset -5px 0px 4px 6px rgba(0, 0, 0, 0.3);
}* {
    scrollbar-color: #ffffff rgb(213,183,172);
    scrollbar-width: thin;
}

@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 {
    z-index: 99;
    width: 100%;
    background: #ffffff;
    position: relative;
    overflow: visible;
}header::before {
    position: absolute;
    height: 5px;
    background: linear-gradient(to right, rgb(213,183,172), rgb(185,154,143));
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}header .main_pagewrap97624 {
    justify-content: space-between;
    padding: 25px 30px;
    align-items: center;
    display: flex;
    position: relative;
}header .main_pagewrap97624::after {
    content: "";
    height: 1px;
    bottom: 0;
    background-color: rgb(240,214,205);
    left: 0;
    position: absolute;
    width: 100%;
}header .main_pagewrap97624 .main_edu61084 {
    position: relative;
    z-index: 2;
}header .main_pagewrap97624 .main_edu61084 .nav_sitebar05642 {
    display: block;
    position: relative;
    overflow: hidden;
}header .main_pagewrap97624 .main_edu61084 .nav_sitebar05642 svg {
    height: 40px;
    width: auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}header .main_pagewrap97624 .main_edu61084 .nav_sitebar05642:hover svg {
    transform: scale(1.08);
}header .main_pagewrap97624 .nav_header58621 {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 {
    position: relative;
    margin: 0 15px;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415:last-child {
    margin-right: 0;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 a {
    letter-spacing: 0.5px;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    position: relative;
    padding: 8px 0;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    overflow: hidden;
    font-weight: 400;
    text-decoration: none;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 a:hover {
    color: rgb(213,183,172);
    letter-spacing: 1px;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 a::before,
header .main_pagewrap97624 .nav_header58621 .nav_info78415 a::after {
    transform-origin: right center;
    background-color: rgb(213,183,172);
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 1px;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 a::before {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 a::after {
    background-color: rgb(185,154,143);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 a::after {
    opacity: 0.3;
    bottom: -2px;
    height: 3px;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .main_pagewrap97624 {
    padding: 20px 15px;
    flex-direction: column;
}header .main_pagewrap97624 .main_edu61084 {
    margin-bottom: 20px;
}header .main_pagewrap97624 .nav_header58621 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 {
    margin: 5px 12px;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 a {
    padding: 5px 0;
    font-size: calc(18px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .main_pagewrap97624 {
    padding: 15px 10px;
}header .main_pagewrap97624 .main_edu61084 {
    margin-bottom: 15px;
}header .main_pagewrap97624 .main_edu61084 .nav_sitebar05642 svg {
    height: 35px;
}header .main_pagewrap97624 .nav_header58621 {
    gap: 5px;
}header .main_pagewrap97624 .nav_header58621 .nav_info78415 {
    margin: 2px 10px;
}}.pricing_menu21765 {
    position: relative;
    padding: 120px 0;
    isolation: isolate;
    overflow: hidden;
}.pricing_menu21765::before {
    top: 0;
    background: linear-gradient(135deg, rgb(213,183,172,0.5), rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
}.pricing_menu21765::after {
    right: 0;
    z-index: -1;
    position: absolute;
    content: "";
    pointer-events: none;
    background: linear-gradient(225deg, rgb(185,154,143,0.5) 10%, transparent 65%);
    height: 100%;
    top: 0;
    width: 45%;
}.pricing_menu21765 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
}.pricing_menu21765 .tuition_plans23451 {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}.pricing_menu21765 h2 {
    position: relative;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    color: #ffffff;
    font-size: 29px;
    z-index: 2;
    text-align: center;
    margin-bottom: 20px;
}.pricing_menu21765 h2::after {
    display: block;
    background: rgb(213,183,172);
    width: 80px;
    height: 4px;
    border-radius: 2px;
    margin: 16px auto 0;
    content: "";
    transform: translateY(2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}.pricing_menu21765 .learning_rates73019 {
    max-width: 700px;
    font-size: calc(15px + 2px);
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 50px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
    letter-spacing: 0.3px;
    font-weight: 400;
}.pricing_menu21765 .study_offers13096 {
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    list-style: none;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
}.pricing_menu21765 .study_offers13096 li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.pricing_menu21765 .study_offers13096 li:hover {
    transform: translateY(-8px);
}.pricing_menu21765 .learning_fees84520 {
    border-radius: 12px;
    flex-direction: column;
    width: 100%;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none;
    overflow: hidden;
    height: 100%;
}.pricing_menu21765 .learning_fees84520:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.pricing_menu21765 .group_plans26970 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-grow: 1;
    position: relative;
    flex-direction: column;
    box-sizing: border-box;
}.pricing_menu21765 .group_plans26970::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(145deg, rgba(rgb(213,183,172), 0.03), rgba(rgb(185,154,143), 0.05));
    z-index: -1;
}.pricing_menu21765 .group_plans26970::after {
    top: 0;
    height: 180px;
    right: 0;
    background: linear-gradient(225deg, rgb(213,183,172,0.5) 10%, transparent 70%);
    width: 180px;
    transform: translate(50%, -50%);
    position: absolute;
    transition: all 0.5s ease;
    z-index: -1;
    border-radius: 0 0 0 180px;
    content: "";
    opacity: 0.1;
}.pricing_menu21765 .learning_fees84520:hover .group_plans26970::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.pricing_menu21765 .enroll_cost05296 {
    display: flex;
    flex-grow: 1;
    padding: 35px 25px;
    z-index: 2;
    flex-direction: column;
    position: relative;
}.pricing_menu21765 .enroll_cost05296::before {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 40%;
    background: linear-gradient(to top, rgba(rgb(213,183,172), 0.03), transparent);
    content: "";
    z-index: -1;
}.pricing_menu21765 .enroll_cost05296 h4 {
    display: inline-block;
    font-weight: 600;
    margin: 0 0 20px;
    color: #000000;
    font-size: calc(21px + 2px);
    position: relative;
}.pricing_menu21765 .enroll_cost05296 h4::after {
    content: "";
    bottom: -8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 40px;
    left: 0;
    position: absolute;
    border-radius: 2px;
    height: 3px;
    background: rgb(213,183,172);
}.pricing_menu21765 .enroll_cost05296 p {
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    flex-grow: 1;
    margin: 0 0 30px;
    hyphens: auto;
    overflow-wrap: break-word;
    font-size: 15px;
}.pricing_menu21765 .class_deals21643 {
    margin-top: auto;
    display: inline-block;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    font-weight: 700;
    color: rgb(213,183,172);
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    align-self: flex-start;
    font-size: calc(21px + 6px);
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
}.pricing_menu21765 .learning_fees84520:hover .class_deals21643 {
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

@media (max-width: 1200px) {.pricing_menu21765 {
    padding: 100px 0;
}.pricing_menu21765 .study_offers13096 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing_menu21765 h2 {
    font-size: calc(29px - 2px);
}.pricing_menu21765 .learning_rates73019 {
    margin-bottom: 40px;
    font-size: 15px;
}
}

@media (max-width: 992px) {.pricing_menu21765 {
    padding: 80px 0;
}.pricing_menu21765 .study_offers13096 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_menu21765 .enroll_cost05296 {
    padding: 30px 20px;
}.pricing_menu21765 .class_deals21643 {
    font-size: calc(21px + 2px);
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.pricing_menu21765 {
    padding: 60px 0;
}.pricing_menu21765 .study_offers13096 {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.pricing_menu21765 h2 {
    font-size: calc(29px - 4px);
}.pricing_menu21765 .enroll_cost05296 h4 {
    font-size: 21px;
}.pricing_menu21765 .enroll_cost05296 p {
    font-size: calc(15px - 1px);
}
}

@media (max-width: 576px) {.pricing_menu21765 {
    padding: 50px 0;
}.pricing_menu21765 h2 {
    font-size: calc(29px - 6px);
}.pricing_menu21765 .learning_rates73019 {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.pricing_menu21765 .enroll_cost05296 {
    padding: 25px 18px;
}.pricing_menu21765 .class_deals21643 {
    font-size: 21px;
    padding: 6px 12px;
}}.cookieAlertContainer42061 {
    justify-content: center;
    background: rgb(240,214,205);
    padding: 20px 0;
    z-index: 100;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    display: flex;
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(213,183,172);
}.cookie_box39710 {
    justify-content: space-between;
    max-width: 1200px;
    border: 2px solid rgb(213,183,172);
    display: flex;
    border-radius: 27px;
    padding: 20px;
    width: 90%;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
}.cookie_screen64821 {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie_screen64821 svg {
    width: 50px;
    height: 50px;
    fill: rgb(213,183,172);
}.cookie_confirm17084 {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.cookie_confirm17084 h5 {
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgb(213,183,172);
}.cookie_confirm17084 p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
}.cookie_confirm17084 p a {
    text-decoration: underline;
    color: rgb(213,183,172);
}.cookie_data67195 {
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    flex-shrink: 0;
    min-width: 120px;
    font-size: 16px;
    background: rgb(213,183,172);
    border: none;
    text-decoration: none;
    padding: 10px 20px;
}.cookie_button.cookies_overview81759 {
    margin-right: 10px;
}#cookiePolicyMessage83204 {
    display: none;
}#cookiePolicyMessage83204:checked ~ .cookieAlertContainer42061 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_box39710 {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie_screen64821 {
    margin-right: 0;
    margin-bottom: 20px;
}.cookie_data67195 {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}
.user_testimonials03571 {
    background: rgb(240,214,205);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.user_testimonials03571::before {
    height: 100%;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(213,183,172,0.5) 12%, transparent 12.5%, transparent 87%, rgb(213,183,172,0.5) 87.5%, rgb(213,183,172,0.5)),
        linear-gradient(150deg, rgb(213,183,172,0.5) 12%, transparent 12.5%, transparent 87%, rgb(213,183,172,0.5) 87.5%, rgb(213,183,172,0.5)),
        linear-gradient(30deg, rgb(213,183,172,0.5) 12%, transparent 12.5%, transparent 87%, rgb(213,183,172,0.5) 87.5%, rgb(213,183,172,0.5)),
        linear-gradient(150deg, rgb(213,183,172,0.5) 12%, transparent 12.5%, transparent 87%, rgb(213,183,172,0.5) 87.5%, rgb(213,183,172,0.5)),
        linear-gradient(60deg, rgb(185,154,143,0.5) 25%, transparent 25.5%, transparent 75%, rgb(185,154,143,0.5) 75%, rgb(185,154,143,0.5)),
        linear-gradient(60deg, rgb(185,154,143,0.5) 25%, transparent 25.5%, transparent 75%, rgb(185,154,143,0.5) 75%, rgb(185,154,143,0.5));
    background-size: 50px 50px;
    z-index: 1;
    opacity: 0.05;
    left: 0;
    position: absolute;
    width: 100%;
}.user_testimonials03571 .learn_way91657 {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.user_testimonials03571 h4 {
    margin-bottom: 70px;
    font-size: 28px;
    font-weight: 700;
    transform: skew(-5deg);
    display: inline-block;
    color: #000000;
    position: relative;
}.user_testimonials03571 h4::before {
    height: 10px;
    left: -50px;
    content: "";
    transform: skew(15deg);
    width: 200%;
    z-index: -1;
    background: rgb(185,154,143,0.5);
    bottom: -5px;
    position: absolute;
}.user_testimonials03571 h4::after {
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 30px;
    right: -40px;
    height: 30px;
    animation: rotate 6s linear infinite;
    top: -15px;
    background: rgb(213,183,172,0.5);
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.user_testimonials03571 .success_testimonials85904 {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    position: relative;
    display: grid;
    z-index: 2;
}.user_testimonials03571 .feedback_list59403 {
    position: relative;
    padding: 40px 30px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: #ffffff;
}.user_testimonials03571 .feedback_list59403::before {
    transform: translate(8px, 8px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    inset: 0;
    clip-path: inherit;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(213,183,172,0.5), rgb(185,154,143,0.5));
    z-index: -1;
}.user_testimonials03571 .feedback_list59403::after {
    bottom: 0;
    height: 50px;
    width: 50px;
    position: absolute;
    background: rgb(240,214,205);
    content: "";
    transform: rotate(45deg) translateY(25px);
    z-index: -2;
    right: 15%;
}.user_testimonials03571 .feedback_list59403:nth-child(odd)::after {
    background: rgb(213,183,172,0.5);
}.user_testimonials03571 .feedback_list59403:nth-child(even)::after {
    background: rgb(185,154,143,0.5);
}.user_testimonials03571 .feedback_list59403:hover {
    transform: translateY(-15px);
}.user_testimonials03571 .feedback_list59403:hover::before {
    transform: translate(4px, 4px);
}.user_testimonials03571 .image_box_item08356 {
    position: absolute;
    height: 80px;
    width: 80px;
    right: 20px;
    top: -20px;
    z-index: 3;
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
}.user_testimonials03571 .feedback_list59403:nth-child(odd) .image_box_item08356 {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}.user_testimonials03571 .feedback_list59403:nth-child(even) .image_box_item08356 {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}.user_testimonials03571 .feedback_list59403:hover .image_box_item08356 {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-5px) rotate(-5deg);
}.user_testimonials03571 .feedback_list59403 span {
    padding-bottom: 10px;
    display: block;
    font-weight: 700;
    border-bottom: 1px dashed rgb(213,183,172,0.5);
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 17px;
    color: #000000;
}.user_testimonials03571 .feedback_list59403 p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}.user_testimonials03571 .feedback_list59403 p::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(213,183,172);
}.user_testimonials03571 .success_testimonials85904::before {
    left: 10%;
    content: "";
    border: 10px solid rgb(185,154,143,0.5);
    z-index: -1;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    top: -50px;
    position: absolute;
}.user_testimonials03571 .success_testimonials85904::after {
    opacity: 0.2;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 150px;
    right: 10%;
    position: absolute;
    content: "";
    bottom: -75px;
    z-index: -1;
    background: rgb(213,183,172,0.5);
    width: 150px;
}

@media (max-width: 767px) {.user_testimonials03571 {
    padding: 70px 0;
}.user_testimonials03571 h4 {
    margin-bottom: 60px;
    text-align: center;
    font-size: calc(28px * 0.85);
    transform: none;
    display: block;
}.user_testimonials03571 h4::before {
    transform: none;
    left: 0;
    width: 100%;
}.user_testimonials03571 .success_testimonials85904 {
    gap: 50px;
    grid-template-columns: 1fr;
}.user_testimonials03571 .feedback_list59403 {
    padding: 30px 25px;
}.user_testimonials03571 .image_box_item08356 {
    height: 70px;
    top: -15px;
    right: 15px;
    width: 70px;
}.user_testimonials03571 .feedback_list59403 span {
    font-size: calc(17px * 0.9);
}.user_testimonials03571 .feedback_list59403 p {
    font-size: calc(18px * 0.9);
}}.our_mission74356 {
    padding: 110px 0;
    overflow: hidden;
    background: rgb(240,214,205);
    position: relative;
}.our_mission74356::before {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: 
        linear-gradient(120deg, rgba(255, 255, 255, 0.9) 0%, transparent 70%),
        linear-gradient(240deg, rgba(255, 255, 255, 0.8) 10%, transparent 80%),
        linear-gradient(0deg, #ffffff 0%, transparent 25%);
    left: 0;
}.our_mission74356::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(rgb(213,183,172,0.5), 0.03) 15px,
            rgba(rgb(213,183,172,0.5), 0.03) 16px
        );
}.our_mission74356 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 5;
}.our_mission74356 h2 {
    transform: translateX(-50%);
    font-weight: 700;
    color: rgb(213,183,172);
    margin-bottom: 60px;
    left: 50%;
    text-align: center;
    font-size: 28px;
    position: relative;
    display: inline-block;
}.our_mission74356 h2::before {
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%);
    height: 5px;
    background: linear-gradient(90deg, rgb(213,183,172), rgb(185,154,143));
    bottom: -20px;
    width: 120px;
    content: "";
    position: absolute;
}.our_mission74356 h2::after {
    animation: moveDot 4s infinite alternate;
    border-radius: 50%;
    content: "";
    border: 3px solid rgb(213,183,172);
    bottom: -23px;
    left: calc(50% - 60px - 6px);
    position: absolute;
    background: #ffffff;
    height: 12px;
    width: 12px;
}@keyframes moveDot {
    0% {
        left: calc(50% - 60px - 6px);
    }
    100% {
        left: calc(50% + 60px - 6px);
    }
}

.our_mission74356 .value_prop40357 {
    gap: 40px;
    display: flex;
    position: relative;
}.our_mission74356 .study_training50621 {
    padding: 40px 35px;
    position: relative;
    transition: all 0.4s ease;
    background: #ffffff;
    border-left: 5px solid rgb(213,183,172);
    overflow: hidden;
    border-radius: 0 16px 16px 0;
    flex: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}.our_mission74356 .study_training50621:nth-child(2) {
    border-left-color: rgb(185,154,143);
}.our_mission74356 .study_training50621::before {
    height: 100px;
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 70%,
        rgba(rgb(213,183,172,0.5), 0.1) 70%
    );
    right: 0;
    position: absolute;
    width: 100px;
    content: "";
}.our_mission74356 .study_training50621:nth-child(2)::before {
    background: linear-gradient(
        135deg,
        transparent 70%,
        rgba(rgb(185,154,143,0.5), 0.1) 70%
    );
}.our_mission74356 .study_training50621:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.our_mission74356 .study_training50621 h3 {
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 20px;
    position: relative;
    color: #000000;
    transition: padding-left 0.3s ease;
}.our_mission74356 .study_training50621:hover h3 {
    padding-left: 15px;
}.our_mission74356 .study_training50621 h3::before {
    position: absolute;
    bottom: -8px;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    width: 0;
    left: 0;
    background: rgb(213,183,172);
}.our_mission74356 .study_training50621:nth-child(2) h3::before {
    background: rgb(185,154,143);
}.our_mission74356 .study_training50621:hover h3::before {
    width: 50px;
}.our_mission74356 .study_training50621 p {
    color: #000000;
    font-size: 17px;
    z-index: 1;
    position: relative;
    line-height: 1.8;
}.our_mission74356 .study_training50621::after {
    position: absolute;
    width: 40%;
    right: 0;
    z-index: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(213,183,172,0.5) 100%
    );
    height: 3px;
}.our_mission74356 .study_training50621:nth-child(2)::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgb(185,154,143,0.5) 100%
    );
}.our_mission74356 .value_prop40357::after {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 40px;
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    height: 40px;
    background: #ffffff;
    content: "";
}.our_mission74356 .value_prop40357::before {
    animation: rotate 15s linear infinite;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    border: 2px dashed rgb(213,183,172,0.5);
    width: 70px;
    height: 70px;
    left: 50%;
    position: absolute;
    content: "";
    top: 50%;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media screen and (min-width: 992px) {.our_mission74356 .study_training50621:hover {
    transform: translateY(-8px) scale(1.03);
}
}

@media screen and (max-width: 991px) {.our_mission74356 {
    padding: 90px 0;
}.our_mission74356 h2 {
    margin-bottom: 50px;
}.our_mission74356 .value_prop40357 {
    gap: 30px;
}.our_mission74356 .study_training50621 {
    padding: 35px 30px;
}
}

@media screen and (max-width: 768px) {.our_mission74356 {
    padding: 70px 0;
}.our_mission74356 h2 {
    margin-bottom: 45px;
}.our_mission74356 .value_prop40357 {
    flex-direction: column;
    gap: 40px;
}.our_mission74356 .value_prop40357::after,
    .our_mission74356 .value_prop40357::before {
    display: none;
}.our_mission74356 .study_training50621 {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.our_mission74356 {
    padding: 60px 0;
}.our_mission74356 .container {
    padding: 0 15px;
}.our_mission74356 h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}.our_mission74356 h2::before {
    width: 100px;
    height: 4px;
    bottom: -15px;
}@keyframes moveDot {
        0% {
            left: calc(50% - 50px - 6px);
        }
        100% {
            left: calc(50% + 50px - 6px);
        }
    }

    .our_mission74356 .study_training50621 {
    padding: 30px 25px;
}.our_mission74356 .study_training50621 h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.our_mission74356 .study_training50621 p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}.privacy_guard40389 {
    background: rgb(185,154,143,0.5);
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 40px;
    overflow: hidden;
}.privacy_guard40389 h1 {
    margin-top: 40px;
    color: rgb(213,183,172);
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 39px;
    text-transform: uppercase;
}.privacy_guard40389 h2 {
    text-transform: capitalize;
    border-bottom: 2px solid rgb(213,183,172);
    font-weight: 600;
    color: rgb(185,154,143);
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 5px;
    font-size: 31px;
}.privacy_guard40389 h3, .privacy_guard40389 h4, .privacy_guard40389 h5, .privacy_guard40389 h6 {
    margin-bottom: 15px;
    font-weight: 400;
    color: #000000;
    font-size: 19px;
    margin-top: 20px;
}.privacy_guard40389 ul, .privacy_guard40389 ol {
    list-style: none;
    padding: 15px 0;
    padding-left: 20px;
}.privacy_guard40389 ul li::before {
    color: rgb(213,183,172);
    vertical-align: middle;
    margin-right: 10px;
    content: '•';
    font-size: 1.5em;
}.privacy_guard40389 li {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
    font-size: 14px;
}.privacy_guard40389 p, .privacy_guard40389 span, .privacy_guard40389 div {
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}.privacy_guard40389 div.container {
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {.privacy_guard40389 {
    padding: 20px 10px;
    border-radius: 10px;
}.privacy_guard40389 h1 {
    font-size: calc(19px - 10px);
}.privacy_guard40389 h2 {
    font-size: calc(19px - 5px);
}.privacy_guard40389 h3, .privacy_guard40389 h4, .privacy_guard40389 h5, .privacy_guard40389 h6 {
    font-size: calc(19px - 5px);
}}.thanksPart89236 {
    background: linear-gradient(135deg, rgb(240,214,205) 0%, rgb(213,183,172,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.thanksPart89236::before {
    right: -10%;
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    width: 40%;
    top: -5%;
    transform: rotate(-15deg) skew(10deg);
    pointer-events: none;
    height: 60%;
    background: linear-gradient(225deg, rgb(185,154,143) 0%, transparent 70%);
    content: "";
}.thanksPart89236::after {
    left: -10%;
    transform: rotate(12deg) skew(-5deg);
    opacity: 0.1;
    pointer-events: none;
    width: 45%;
    content: "";
    height: 65%;
    background: linear-gradient(45deg, rgb(213,183,172) 0%, transparent 80%);
    bottom: -5%;
    z-index: 1;
    position: absolute;
}.thanksPart89236 .container {
    z-index: 5;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.thanksPart89236 h2 {
    font-size: 38px;
    max-width: 90%;
    color: rgb(213,183,172);
    position: relative;
    transform: translateX(-5%);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 35px;
}.thanksPart89236 h2::after {
    position: absolute;
    bottom: -12px;
    background: rgb(185,154,143);
    width: 85px;
    transform: scaleX(1);
    left: 0;
    height: 3px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left center;
}.thanksPart89236 .learn_way91657 {
    background-color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateX(5%);
    position: relative;
    padding: 50px 40px 50px 60px;
}.thanksPart89236 .learn_way91657::before {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 6px;
    background: linear-gradient(to bottom, rgb(213,183,172) 0%, rgb(185,154,143) 100%);
    top: 0;
}.thanksPart89236 .learn_way91657::after {
    z-index: -1;
    opacity: 0.3;
    width: 100px;
    background: radial-gradient(circle, rgb(185,154,143,0.5) 0%, transparent 70%);
    right: 20px;
    top: 20px;
    height: 100px;
    position: absolute;
    content: "";
    border-radius: 50%;
}.thanksPart89236 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksPart89236 li {
    position: relative;
    z-index: 2;
}.thanksPart89236 li::before {
    left: -20px;
    position: absolute;
    top: -40px;
    font-size: 120px;
    line-height: 1;
    font-family: serif;
    opacity: 0.1;
    z-index: -1;
    color: rgb(213,183,172);
    content: "";
}.thanksPart89236 li span {
    display: block;
    position: relative;
    max-width: 95%;
    color: #000000;
    font-weight: 400;
    font-size: calc(16px + 0.1rem);
    line-height: 1.7;
}.thanksPart89236:hover .learn_way91657 {
    transform: translateX(5%) translateY(-5px);
}.thanksPart89236:hover h2::after {
    transform: scaleX(1.3);
}

@media (max-width: 991px) {.thanksPart89236 {
    padding: 90px 0;
}.thanksPart89236 h2 {
    font-size: calc(38px - 0.2rem);
    transform: translateX(0);
    max-width: 100%;
}.thanksPart89236 .learn_way91657 {
    transform: translateX(0);
    padding: 40px 30px 40px 45px;
}.thanksPart89236:hover .learn_way91657 {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 767px) {.thanksPart89236 {
    padding: 70px 0;
}.thanksPart89236::before,
    .thanksPart89236::after {
    width: 70%;
    height: 50%;
}.thanksPart89236 h2 {
    font-size: calc(38px - 0.4rem);
    margin-bottom: 30px;
    line-height: 1.35;
}.thanksPart89236 .learn_way91657 {
    padding: 35px 25px 35px 35px;
}.thanksPart89236 li::before {
    left: -15px;
    top: -25px;
    font-size: 90px;
}.thanksPart89236 li span {
    font-size: 16px;
}
}

@media (max-width: 575px) {.thanksPart89236 {
    padding: 60px 0;
}.thanksPart89236 .container {
    transform: perspective(1000px) rotateX(1deg);
}.thanksPart89236 h2 {
    font-size: calc(38px - 0.5rem);
    margin-bottom: 25px;
}.thanksPart89236 h2::after {
    height: 2px;
    width: 60px;
}.thanksPart89236 .learn_way91657 {
    padding: 25px 20px 25px 25px;
}.thanksPart89236 .learn_way91657::before {
    width: 4px;
}.thanksPart89236 li::before {
    font-size: 70px;
    left: -10px;
    top: -20px;
}.thanksPart89236 li span {
    line-height: 1.6;
    font-size: calc(16px - 0.1rem);
}}.target_audience14598 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(240,214,205) 0%, rgba(0, 0, 0, 0.5) 100%);
}.target_audience14598::before {
    left: 0;
    z-index: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(213,183,172), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(185,154,143), 0.05) 0%, transparent 50%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
}.target_audience14598 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.target_audience14598 .learn_way91657 {
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
}.target_audience14598 h4 {
    font-size: 37px;
    text-align: center;
    margin: 0;
    padding: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.target_audience14598 h4::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(213,183,172), rgb(185,154,143));
    transform: translateX(-50%);
    width: 80px;
    bottom: -1px;
    left: 50%;
    position: absolute;
    content: "";
}.target_audience14598 div {
    flex-wrap: wrap;
    gap: 0;
    padding: 40px;
    display: flex;
}.target_audience14598 div p {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0 15px 0 15px;
    z-index: 1;
    background: #ffffff;
    border-left: 3px solid rgb(213,183,172);
    margin-bottom: 20px;
    padding: 20px 20px 20px 60px;
    position: relative;
    overflow: hidden;
    flex: 1 1 calc(100% - 30px);
    cursor: pointer;
    width: calc(100% - 30px);
}.target_audience14598 div p:last-child {
    margin-bottom: 0;
}.target_audience14598 div p:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, rgba(rgb(213,183,172), 0.03) 0%, transparent 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}.target_audience14598 div p::before {
    height: 100%;
    z-index: -1;
    width: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(rgb(213,183,172), 0.1) 0%, transparent 100%);
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    content: "";
}.target_audience14598 div p:hover::before {
    width: 100%;
}.target_audience14598 div p::after {
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    border-top: 2px solid rgb(213,183,172);
    content: "";
    width: 6px;
    right: 20px;
    transition: all 0.3s ease;
    opacity: 0;
    border-right: 2px solid rgb(213,183,172);
    height: 6px;
}.target_audience14598 div p:hover::after {
    opacity: 1;
    right: 15px;
}.target_audience14598 div p svg {
    height: 24px;
    position: absolute;
    left: 20px;
    width: 24px;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.3s ease;
}.target_audience14598 div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}.target_audience14598 div p svg path {
    fill: rgb(213,183,172);
    transition: fill 0.3s ease;
}.target_audience14598 div p:hover svg path {
    fill: rgb(185,154,143);
}

@media (max-width: 991px) {.target_audience14598 {
    padding: 100px 0;
}.target_audience14598 h4 {
    padding: 25px;
    font-size: calc(37px - 2px);
}.target_audience14598 div {
    padding: 30px;
}.target_audience14598 div p {
    padding: 18px 18px 18px 55px;
    margin-bottom: 15px;
}.target_audience14598 div p svg {
    height: 22px;
    left: 18px;
    width: 22px;
}
}

@media (max-width: 767px) {.target_audience14598 {
    padding: 80px 0;
}.target_audience14598 h4 {
    padding: 20px;
    font-size: calc(37px - 4px);
}.target_audience14598 div {
    padding: 25px 20px;
}.target_audience14598 div p {
    margin-left: 0;
    padding: 15px 15px 15px 50px;
    margin-bottom: 12px;
    flex: 1 1 100%;
    margin-right: 0;
    width: 100%;
}.target_audience14598 div p svg {
    width: 20px;
    left: 15px;
    height: 20px;
}
}

@media (max-width: 479px) {.target_audience14598 {
    padding: 60px 0;
}.target_audience14598 h4 {
    padding: 18px 15px;
    font-size: calc(37px - 6px);
}.target_audience14598 div {
    padding: 20px 15px;
}.target_audience14598 div p {
    margin-bottom: 10px;
    font-size: calc(18px - 1px);
    padding: 12px 12px 12px 45px;
}.target_audience14598 div p svg {
    height: 18px;
    width: 18px;
    left: 12px;
}}.academic_experience72034 {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background-color: rgb(240,214,205);
}.academic_experience72034::before {
    background: linear-gradient(90deg, transparent, rgb(213,183,172,0.5));
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    width: 40%;
    height: 100%;
    z-index: 1;
}.academic_experience72034 .feedback_list59403 {
    margin: 0 auto;
    display: flex;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.academic_experience72034 .image_box_item08356 {
    border-radius: 0;
    box-shadow: 15px 15px 0 rgb(213,183,172,0.5);
    position: relative;
    transition: all 0.5s ease;
    height: 480px;
    width: 45%;
    transform: rotate(-2deg);
}.academic_experience72034 .work_record53179 {
    position: relative;
    justify-content: center;
    display: flex;
    width: 55%;
    flex-direction: column;
    padding: 3rem 0 3rem 4rem;
}.academic_experience72034 .work_record53179::before {
    height: 100%;
    content: "";
    width: 1px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(185,154,143,0.5), transparent);
    left: 2.5rem;
}.academic_experience72034 .name {
    line-height: 1.1;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: calc(40px * 1.2);
    margin-bottom: 1rem;
}.academic_experience72034 .work_record53179 > div:nth-child(2) {
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    background-color: rgb(185,154,143);
    transform: translateX(-10px);
    margin-bottom: 2.5rem;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
}.academic_experience72034 .work_summary57139 {
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    padding-left: 0;
    max-width: 90%;
}.academic_experience72034 .work_summary57139::before {
    background-color: rgb(213,183,172);
    left: 0;
    height: 3px;
    top: -1.5rem;
    content: "";
    width: 60px;
    position: absolute;
}.academic_experience72034 .feedback_list59403:hover .image_box_item08356 {
    box-shadow: 10px 10px 0 rgb(185,154,143);
    transform: rotate(0deg);
}

@media (max-width: 992px) {.academic_experience72034::before {
    height: 40%;
    background: linear-gradient(180deg, rgb(213,183,172,0.5), transparent);
    right: 0;
    width: 100%;
    top: 0;
}.academic_experience72034 .feedback_list59403 {
    align-items: center;
    flex-direction: column;
    max-width: 90%;
}.academic_experience72034 .image_box_item08356 {
    width: 90%;
    height: 400px;
}.academic_experience72034 .work_record53179 {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.academic_experience72034 .work_record53179::before {
    display: none;
}.academic_experience72034 .work_summary57139 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.academic_experience72034 {
    padding: 4rem 1rem;
}.academic_experience72034 .image_box_item08356 {
    height: 320px;
}.academic_experience72034 .name {
    font-size: 36px;
}.academic_experience72034 .work_record53179 > div:nth-child(2) {
    font-size: 16px;
}.academic_experience72034 .work_summary57139 {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.title_greeting52068 {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(240,214,205), rgb(213,183,172,0.5));
    position: relative;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}.title_greeting52068::before {
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(185,154,143,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(213,183,172,0.5) 0%, transparent 40%);
    content: "";
    top: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}.title_greeting52068 .learn_quickpro63904 {
    transform: translateY(-3vh);
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1200px;
    display: grid;
    position: relative;
    z-index: 2;
    width: 90%;
}.title_greeting52068 .learn_quickpro63904 > div:first-child {
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 1px rgba(255,255,255,0.2) inset;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, rgb(255, 255, 255, 0.5) 0%, rgba(255,255,255,0.1) 100%);
    position: relative;
}.title_greeting52068 .learn_quickpro63904 > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.title_greeting52068 .learn_quickpro63904 > div:first-child p {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: calc(14px * 1.2);
    margin: 0;
}.title_greeting52068 .story_info81634 {
    overflow: hidden;
    width: 100%;
    position: relative;
}.title_greeting52068 .story_info81634 > div {
    width: 100%;
    display: flex;
    clip-path: polygon(2% 2%, 98% 0, 100% 98%, 0 100%);
    padding: 3rem 2rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    height: 100%;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    min-height: 400px;
    justify-content: space-between;
}.title_greeting52068 .story_info81634 > div::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, 
                rgba(0,0,0,0.6) 0%, 
                rgba(0,0,0,0.3) 40%,
                rgba(0,0,0,0.5) 100%);
    content: "";
    z-index: 1;
}.title_greeting52068 .story_info81634 > div::after {
    background: linear-gradient(to top, 
                rgb(213,183,172,0.5) 0%, 
                transparent 100%);
    height: 30%;
    bottom: 0;
    opacity: 0.7;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 2;
    left: 0;
}.title_greeting52068 .story_info81634 > div:hover {
    transform: scale(1.02);
}.title_greeting52068 .story_info81634 h3 {
    z-index: 3;
    border-left: 3px solid rgb(213,183,172);
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background: linear-gradient(90deg, 
                rgba(rgb(185,154,143,0.5), 0.3) 0%, 
                rgba(rgb(213,183,172,0.5), 0.3) 100%);
    margin: 0 0 1.5rem;
    backdrop-filter: blur(5px);
    font-weight: 600;
    font-family: Arial, sans-serif;
    transform: translateX(5%);
    line-height: 1.5;
    padding: 1.5rem;
    font-size: calc(23px * 0.95);
    position: relative;
}.title_greeting52068 .story_info81634 > div > div {
    z-index: 3;
    position: relative;
    margin: 0 auto;
    width: 90%;
}.title_greeting52068 .story_info81634 > div > div > div {
    background: linear-gradient(135deg, 
                rgb(185,154,143) 0%, 
                rgb(213,183,172) 100%);
    transform: perspective(800px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
}.title_greeting52068 .story_info81634 > div > div > div:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    transform: perspective(800px) rotateY(0deg) translateY(-5px);
}.title_greeting52068 .title_style_header {
    font-weight: 700;
    color: #ffffff;
    animation: titlePulse 3s infinite alternate;
    margin: 0;
    text-align: center;
    font-size: 29px;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    letter-spacing: 0.03em;
}

@keyframes titlePulse {
    0% {
        transform: scale(1);
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    100% {
        transform: scale(1.02);
        text-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }
}

@media screen and (min-width: 768px) {.title_greeting52068 .learn_quickpro63904 {
    align-items: center;
    grid-template-columns: 1fr 3fr;
    gap: 3rem;
}.title_greeting52068 .learn_quickpro63904 > div:first-child {
    transform: perspective(1000px) rotateX(4deg) rotateY(-3deg);
}.title_greeting52068 .learn_quickpro63904 > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-5px);
}.title_greeting52068 .story_info81634 > div {
    padding: 4rem 3rem;
    min-height: 500px;
}.title_greeting52068 .story_info81634 h3 {
    font-size: 23px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}.title_greeting52068 .title_style_header {
    font-size: calc(43px * 1.1);
}
}

@media screen and (min-width: 1024px) {.title_greeting52068 .learn_quickpro63904 {
    gap: 4rem;
}.title_greeting52068 .learn_quickpro63904 > div:first-child {
    padding: 3rem;
}.title_greeting52068 .learn_quickpro63904 > div:first-child p {
    font-size: calc(14px * 1.3);
}.title_greeting52068 .story_info81634 > div {
    min-height: 600px;
}.title_greeting52068 .story_info81634 h3 {
    font-size: calc(23px * 1.1);
    width: 70%;
}.title_greeting52068 .story_info81634 > div > div {
    width: 80%;
}.title_greeting52068 .title_style_header {
    font-size: 43px;
}
}

@media screen and (max-width: 767px) {.title_greeting52068 {
    padding: 3rem 1rem;
}.title_greeting52068 .learn_quickpro63904 {
    width: 95%;
    gap: 1.5rem;
}.title_greeting52068 .learn_quickpro63904 > div:first-child {
    padding: 1.5rem;
}.title_greeting52068 .learn_quickpro63904 > div:first-child p {
    font-size: 14px;
}.title_greeting52068 .story_info81634 > div {
    padding: 2rem 1.5rem;
    min-height: 350px;
}.title_greeting52068 .story_info81634 h3 {
    padding: 1rem;
    transform: translateX(0);
    font-size: calc(23px * 0.85);
}.title_greeting52068 .story_info81634 > div > div > div {
    padding: 1.5rem 1rem;
}.title_greeting52068 .title_style_header {
    font-size: calc(29px * 0.9);
}}.program_offerings71295 {
    background: rgb(240,214,205);
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    display: grid;
    min-height: 100vh;
    position: relative;
}.program_offerings71295 .learn_business62879 {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    grid-column: 1 / 3;
    grid-row: 1;
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
}.program_offerings71295 .learn_business62879::before {
    background: linear-gradient(90deg, rgb(240,214,205) 0%, transparent 40%);
    content: "";
    pointer-events: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}.program_offerings71295 .program_flow32074 {
    display: flex;
    flex-direction: column;
    animation: carousel-vertical 30s ease-in-out infinite;
    height: 100%;
}.program_offerings71295 .learn_business62879:hover .program_flow32074 {
    animation-play-state: paused;
}.program_offerings71295 .skill_map95473 {
    min-height: 33.33vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}.program_offerings71295 .skill_map95473 img {
    transform: scale(1.1);
    transition: transform 0.7s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.05) contrast(1.05);
}.program_offerings71295 .skill_map95473:hover img {
    transform: scale(1);
}.program_offerings71295 .container {
    grid-column: 1;
    grid-row: 1;
    align-items: center;
    padding: 0 3rem;
    display: flex;
    z-index: 3;
}.program_offerings71295 .learn_way91657 {
    border-radius: 23px;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    max-width: 600px;
    margin-right: auto;
}.program_offerings71295 .education_plan67019 {
    position: relative;
    flex-direction: column;
    display: flex;
}.program_offerings71295 .education_plan67019::before {
    content: "";
    width: 60px;
    top: -15px;
    border-left: 2px solid rgb(213,183,172);
    border-radius: 10px 0 0 0;
    height: 60px;
    left: -15px;
    position: absolute;
    border-top: 2px solid rgb(213,183,172);
}.program_offerings71295 .education_plan67019::after {
    border-radius: 0 0 10px 0;
    bottom: -15px;
    right: -15px;
    height: 60px;
    border-bottom: 2px solid rgb(213,183,172);
    content: "";
    width: 60px;
    position: absolute;
    border-right: 2px solid rgb(213,183,172);
}.program_offerings71295 .education_plan67019 h3 {
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 1.5rem 0;
    color: rgb(213,183,172);
    position: relative;
    line-height: 1.2;
}.program_offerings71295 .education_plan67019 h3::after {
    background: rgb(213,183,172);
    height: 3px;
    border-radius: 10px;
    left: 0;
    bottom: -0.5rem;
    position: absolute;
    width: 80px;
    content: "";
}.program_offerings71295 .education_plan67019 p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 2rem;
}.program_offerings71295 .education_plan67019 .feedback_reach98214 {
    position: relative;
    font-size: 14px;
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 0.8rem 2.5rem;
    background: rgb(213,183,172);
    align-self: flex-start;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.program_offerings71295 .education_plan67019 .feedback_reach98214::before {
    transition: transform 0.6s ease;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    transform: translateX(-100%);
}.program_offerings71295 .education_plan67019 .feedback_reach98214:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.program_offerings71295 .education_plan67019 .feedback_reach98214:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-33.33%);
    }
    40%, 56% {
        transform: translateY(-66.66%);
    }
    60%, 76% {
        transform: translateY(-100%);
    }
    80%, 96% {
        transform: translateY(-133.33%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.program_offerings71295 {
    grid-template-columns: 1fr;
}.program_offerings71295 .learn_business62879 {
    height: 45%;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    clip-path: none;
    position: relative;
}.program_offerings71295 .learn_business62879::before {
    background: linear-gradient(0deg, rgb(240,214,205) 0%, transparent 80%);
}.program_offerings71295 .program_flow32074 {
    animation: carousel-horizontal-tablet 20s ease-in-out infinite;
    flex-direction: row;
}.program_offerings71295 .skill_map95473 {
    min-height: auto;
    width: 50%;
}.program_offerings71295 .container {
    grid-column: 1;
    grid-row: 2;
    padding: 2rem;
}.program_offerings71295 .learn_way91657 {
    margin: 0 auto;
    max-width: 100%;
}.program_offerings71295 .education_plan67019 h3 {
    font-size: calc(29px * 1.1);
}

    @keyframes carousel-horizontal-tablet {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-50%);
        }
        40%, 56% {
            transform: translateX(-100%);
        }
        60%, 76% {
            transform: translateX(-150%);
        }
        80%, 96% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 767px) {.program_offerings71295 {
    min-height: auto;
    grid-template-columns: 1fr;
}.program_offerings71295 .learn_business62879 {
    grid-column: 1;
    width: 100%;
    clip-path: none;
    grid-row: 1;
    height: 40vh;
    position: relative;
}.program_offerings71295 .learn_business62879::before {
    background: linear-gradient(0deg, rgb(240,214,205) 0%, rgba(255,255,255,0.3) 100%);
}.program_offerings71295 .program_flow32074 {
    flex-direction: row;
    animation: none;
}.program_offerings71295 .skill_map95473 {
    width: 100%;
    min-height: auto;
}.program_offerings71295 .container {
    grid-column: 1;
    padding: 2rem 1.5rem;
    grid-row: 2;
}.program_offerings71295 .learn_way91657 {
    padding: 1.5rem;
    max-width: 100%;
}.program_offerings71295 .education_plan67019::before,
    .program_offerings71295 .education_plan67019::after {
    height: 40px;
    width: 40px;
}.program_offerings71295 .education_plan67019 h3 {
    margin-bottom: 1rem;
    font-size: 24px;
}.program_offerings71295 .education_plan67019 h3::after {
    height: 2px;
    width: 50px;
}.program_offerings71295 .education_plan67019 p {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.program_offerings71295 .education_plan67019 .feedback_reach98214 {
    width: 100%;
    text-align: center;
    padding: 0.7rem 1.5rem;
}}.analysis_summary03641 {
    display: flex;
    padding: 0;
    position: relative;
    flex-direction: column;
    background-color: #000000;
    overflow: hidden;
}.analysis_summary03641::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px);
    z-index: 2;
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    content: "";
    top: 0;
}.analysis_summary03641::before {
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    background: 
        linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 100%),
        radial-gradient(circle at 15% 50%, rgb(213,183,172,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 30%, rgb(185,154,143,0.5) 0%, transparent 25%),
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent);
    height: 100%;
    position: absolute;
    background-size: auto, auto, auto, 100px 100px, 50px 50px, 50px 50px;
}.analysis_summary03641 .container {
    position: relative;
    width: 100%;
    z-index: 2;
    max-width: 100%;
    padding: 0;
}.analysis_summary03641 .study_elevation27049 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 0, 15px -15px, 0px 15px;
    z-index: 3;
    color: #ffffff;
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    width: 100%;
    padding: 60px 15% 60px 15%;
    background-color: rgb(213,183,172);
    position: relative;
    margin-bottom: -50px;
}.analysis_summary03641 .study_edge08653 {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 38px;
}.analysis_summary03641 .smart_statistics03468 {
    font-size: 16px;
    line-height: 1.7;
    max-width: 800px;
}.analysis_summary03641 .extra_pro74319 {
    position: relative;
    background-position: center center;
    z-index: 2;
    padding: 100px 5% 50px;
    flex-wrap: wrap;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    display: flex;
    background-color: rgb(240,214,205);
    background-size: 20px 20px;
}.analysis_summary03641 .value_statistics62857 {
    width: 25%;
    counter-increment: stat-counter;
    padding: 0 15px;
    margin-bottom: 50px;
    position: relative;
}.analysis_summary03641 .value_statistics62857::before {
    top: -30px;
    content: counter(stat-counter);
    font-size: 6rem;
    color: rgb(213,183,172);
    left: 15px;
    z-index: -1;
    font-weight: 700;
    opacity: 0.1;
    position: absolute;
}.analysis_summary03641 .value_statistics62857 h4 {
    color: #000000;
    font-size: 2.5rem;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}.analysis_summary03641 .value_statistics62857 span {
    color: #000000;
    font-size: 16px;
    position: relative;
    padding-bottom: 20px;
    display: block;
}.analysis_summary03641 .value_statistics62857 span::after {
    width: 40px;
    position: absolute;
    background-color: rgb(213,183,172);
    content: "";
    bottom: 0;
    height: 3px;
    left: 0;
}.analysis_summary03641 .value_statistics62857:hover span::after {
    transition: width 0.3s ease;
    width: 60px;
}.analysis_summary03641 svg {
    bottom: 20px;
    position: absolute;
    opacity: 0.1;
    height: 120px;
    right: 20px;
    width: 120px;
    z-index: 1;
}.analysis_summary03641 svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.analysis_summary03641 .study_elevation27049 {
    padding: 50px 10% 60px 10%;
}.analysis_summary03641 .value_statistics62857 {
    width: 33.333%;
}
}

@media (max-width: 992px) {.analysis_summary03641 .study_elevation27049 {
    padding: 50px 7% 70px 7%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.analysis_summary03641 .extra_pro74319 {
    padding: 100px 5% 40px;
}.analysis_summary03641 .value_statistics62857 {
    width: 50%;
}.analysis_summary03641 .value_statistics62857::before {
    font-size: 5rem;
    top: -25px;
}.analysis_summary03641 .value_statistics62857 h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 767px) {.analysis_summary03641 .study_elevation27049 {
    padding: 40px 5% 60px 5%;
}.analysis_summary03641 .study_edge08653 {
    font-size: calc(38px * 0.9);
}.analysis_summary03641 .extra_pro74319 {
    padding: 80px 5% 30px;
}.analysis_summary03641 .value_statistics62857 {
    width: 100%;
    margin-bottom: 40px;
}.analysis_summary03641 .value_statistics62857::before {
    font-size: 4.5rem;
}.analysis_summary03641 svg {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 576px) {.analysis_summary03641 .study_elevation27049 {
    margin-bottom: -25px;
    padding: 30px 5% 50px 5%;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.analysis_summary03641 .study_edge08653 {
    font-size: calc(38px * 0.8);
    margin-bottom: 15px;
}.analysis_summary03641 .smart_statistics03468 {
    font-size: calc(16px * 0.95);
}.analysis_summary03641 .extra_pro74319 {
    padding: 60px 5% 20px;
}.analysis_summary03641 .value_statistics62857::before {
    top: -20px;
    font-size: 4rem;
}.analysis_summary03641 .value_statistics62857 h4 {
    font-size: 2rem;
}.analysis_summary03641 svg {
    height: 60px;
    right: 10px;
    bottom: 10px;
    width: 60px;
}}footer {
    position: relative;
    width: 100%;
}footer .quiz_links14892 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: rgb(185,154,143);
    position: relative;
    padding: 80px 0 30px;
}footer .quiz_links14892::before {
    z-index: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    background-color: rgb(185,154,143);
    right: 0;
    content: "";
    height: 100px;
    transform: skewY(-3deg);
    top: -50px;
    position: absolute;
    left: 0;
}footer .calc_foot25748 {
    z-index: 1;
    position: relative;
}footer .online_contact82653 {
    gap: 15px;
    margin-bottom: 60px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    max-width: 300px;
    background-color: rgb(185,154,143,0.5);
    flex: 1 1 200px;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 15px 20px 15px 25px;
}footer .info_item::before {
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background-color: rgb(213,183,172);
}footer .info_item::after {
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    width: 100%;
    left: 0;
}footer .info_item:nth-child(even) {
    background-color: rgb(213,183,172,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    height: 20px;
    position: relative;
    vertical-align: middle;
    margin-right: 12px;
    fill: rgb(213,183,172);
    top: -1px;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    vertical-align: middle;
    font-size: 17px;
}footer .info_item a:hover {
    color: rgb(213,183,172);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
    display: grid;
}footer .main_edu61084 {
    border-radius: 13px;
    background-color: rgb(185,154,143,0.5);
    padding: 30px;
    position: relative;
}footer .main_edu61084::before {
    top: 15px;
    right: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: calc(13px - 8px);
    position: absolute;
    pointer-events: none;
    content: "";
    left: 15px;
    bottom: 15px;
}footer .main_edu61084 svg {
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
    display: block;
}footer .faculty_info94326 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .nav_header58621 {
    position: relative;
}footer .nav_header58621 h5 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}footer .nav_header58621 h5::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgb(213,183,172);
    width: 3px;
    position: absolute;
}footer .top_learn93076 {
    position: relative;
    margin-bottom: 25px;
}footer .top_learn93076 a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    position: relative;
    font-size: 17px;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0 10px 10px 0;
    background-color: rgb(185,154,143,0.5);
    border-radius: 0 5px 5px 0;
    display: inline-block;
}footer .top_learn93076 a::before {
    background-color: rgb(213,183,172);
    width: 3px;
    content: "";
    transition: width 0.3s ease;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}footer .top_learn93076 a:hover {
    color: #ffffff;
    transform: translateX(5px);
    background-color: rgb(213,183,172,0.5);
}footer .top_learn93076 a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    background-color: rgb(185,154,143,0.5);
    padding: 30px;
    border-radius: 13px;
}footer .subscribe_holder::before {
    content: "";
    pointer-events: none;
    top: 15px;
    right: 15px;
    border-radius: calc(13px - 8px);
    left: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 15px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}footer .subscribe_holder h5::before {
    background-color: rgb(213,183,172);
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 3px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 17px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 16px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(213,183,172);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .mail_wrap16982 {
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    position: relative;
    background-color: rgb(213,183,172);
    transition: all 0.3s ease;
    padding: 14px 20px;
    color: #ffffff;
}footer .mail_wrap16982::after {
    height: 200%;
    transition: all 0.5s ease;
    transform: rotate(30deg);
    content: "";
    width: 200%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -50%;
    left: -100%;
}footer .mail_wrap16982:hover {
    background-color: rgb(185,154,143);
}footer .mail_wrap16982:hover::after {
    left: 100%;
}footer .footer_milestones85632 {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .footer_milestones85632::before {
    height: 1px;
    top: -25px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 50px;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}footer .achieve_cta41785 {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    font-size: 16px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .mail_wrap16982 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .quiz_links14892 {
    padding: 60px 0 30px;
}footer .online_contact82653 {
    margin-bottom: 40px;
}footer .main_edu61084, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_learn93076 a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .footer_milestones85632 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .quiz_links14892 {
    padding: 50px 0 20px;
}footer .nav_header58621 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}footer .main_edu61084::before, footer .subscribe_holder::before {
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;
}footer .input_holder input[type="email"],
    footer .mail_wrap16982 {
    padding: 12px;
}}.get_support52309 {
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(213,183,172,0.5) 0%, rgb(185,154,143,0.5) 100%);
    z-index: 1;
    position: relative;
    overflow: hidden;
}.get_support52309::before {
    width: 100%;
    top: -50%;
    transform: scale(2);
    background: radial-gradient(circle, rgb(213,183,172,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    opacity: 0.6;
    content: "";
    border-radius: 50%;
    right: -50%;
    filter: blur(60px);
    z-index: -1;
}.get_support52309::after {
    border-radius: 50%;
    position: absolute;
    width: 80%;
    filter: blur(80px);
    z-index: -1;
    bottom: -30%;
    background: radial-gradient(circle, rgb(185,154,143,0.5) 0%, transparent 70%);
    height: 80%;
    content: "";
    opacity: 0.5;
    left: -20%;
}.get_support52309 .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.get_support52309 .get_assistance52170 {
    border: 1px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    border-radius: 19px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
    padding: 50px;
    backdrop-filter: blur(20px);
}.get_support52309 .get_assistance52170::before {
    right: 0;
    top: 0;
    z-index: 1;
    height: 1px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    left: 0;
}.get_support52309 .get_assistance52170::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    content: "";
    right: 0;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
}.get_support52309 h2 {
    font-size: 35px;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-weight: 700;
}.get_support52309 p {
    max-width: 700px;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #000000;
}.get_support52309 .online_questions80921 {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}.get_support52309 .talk_contact07293 {
    transition: all 0.3s ease;
    display: flex;
    overflow: hidden;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    position: relative;
    align-items: center;
    color: #000000;
    padding: 16px 25px;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}.get_support52309 .talk_contact07293::before {
    transition: all 0.6s ease;
    content: "";
    width: 50px;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    height: 100%;
    transform: skewX(-25deg) translateX(-60px);
    position: absolute;
}.get_support52309 .talk_contact07293:hover {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.get_support52309 .talk_contact07293:hover::before {
    transform: skewX(-25deg) translateX(200px);
}.get_support52309 .talk_contact07293 svg {
    transition: transform 0.3s ease;
    margin-right: 12px;
    width: 22px;
    height: 22px;
}.get_support52309 .talk_contact07293:hover svg {
    transform: scale(1.15);
}.get_support52309 .talk_contact07293 svg path {
    fill: rgb(213,183,172);
    transition: fill 0.3s ease;
}.get_support52309 .talk_contact07293:hover svg path {
    fill: #000000;
}.get_support52309 p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.get_support52309 p svg path {
    fill: rgb(213,183,172);
}.get_support52309 p:nth-last-child(2) {
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    padding: 15px 20px;
    width: fit-content;
    border-radius: 10px;
    margin-bottom: 30px;
    align-items: center;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
}@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.get_support52309 .container::before {
    top: -60px;
    border-radius: 50%;
    position: absolute;
    right: 10%;
    content: "";
    width: 120px;
    animation: floating 6s ease-in-out infinite;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
}.get_support52309 .container::after {
    border-radius: 50%;
    z-index: -1;
    left: 15%;
    width: 80px;
    animation-delay: 1s;
    height: 80px;
    position: absolute;
    content: "";
    bottom: -40px;
    background: rgba(255, 255, 255, 0.15);
    animation: floating 8s ease-in-out infinite;
}

@media (max-width: 991px) {.get_support52309 {
    padding: 70px 0;
}.get_support52309 .get_assistance52170 {
    padding: 40px 30px;
}.get_support52309 h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.9);
}.get_support52309 p {
    margin-bottom: 30px;
}.get_support52309 .online_questions80921 {
    gap: 15px;
}
}

@media (max-width: 767px) {.get_support52309 {
    padding: 50px 0;
}.get_support52309 .get_assistance52170 {
    padding: 30px 20px;
}.get_support52309 h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 20px;
}.get_support52309 p {
    font-size: calc(14px * 0.95);
    margin-bottom: 25px;
}.get_support52309 .online_questions80921 {
    gap: 12px;
    flex-direction: column;
}.get_support52309 .talk_contact07293 {
    padding: 14px 20px;
    width: 100%;
}.get_support52309 .talk_contact07293 svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.get_support52309 .container::before,
  .get_support52309 .container::after {
    display: none;
}}

.get_support52309 .talk_contact07293:active {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.5);
}.get_support52309 .talk_contact07293:nth-child(1) {
    animation: floating 6s ease-in-out infinite;
}.get_support52309 .talk_contact07293:nth-child(2) {
    animation: floating 6s ease-in-out infinite;
    animation-delay: 0.3s;
}.get_support52309 .talk_contact07293:nth-child(3) {
    animation-delay: 0.6s;
    animation: floating 6s ease-in-out infinite;
}.contact_form_box08547 {
    position: relative;
    background: rgb(240,214,205);
    overflow: hidden;
    padding: 70px 0;
}.contact_form_box08547::before {
    z-index: 0;
    position: absolute;
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}.contact_form_box08547 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.contact_form_box08547 h2 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    color: rgb(185,154,143);
    position: relative;
}.contact_form_box08547 h2::after {
    content: "";
    transform: translateX(-50%);
    left: 50%;
    background: rgb(213,183,172);
    height: 3px;
    position: absolute;
    bottom: -15px;
    width: 60px;
}.contact_form_box08547 .inquiry_reach01648 {
    border-radius: 27px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    display: grid;
    background: #ffffff;
}.contact_form_box08547 .image_box_item08356 {
    height: 100%;
    grid-column: 2;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
    transition: transform 0.6s ease;
    min-height: 500px;
    grid-row: 1;
}.contact_form_box08547 .message_reach62480 {
    grid-row: 1;
    background: #ffffff;
    grid-column: 1;
    padding: 50px 40px;
}.contact_form_box08547 #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.contact_form_box08547 h3 {
    color: rgb(213,183,172);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}.contact_form_box08547 input[type="text"] {
    background: #ffffff;
    width: 100%;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #000000;
    border: 1px solid rgb(240,214,205);
    padding: 15px 20px;
    border-radius: 10px;
}.contact_form_box08547 input[type="text"]:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(213,183,172);
}.contact_form_box08547 input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact_form_box08547 .support_info37504 {
    gap: 10px;
    display: flex;
    margin-top: 10px;
    align-items: flex-start;
}.contact_form_box08547 .support_info37504 input[type="checkbox"] {
    appearance: none;
    height: 24px;
    cursor: pointer;
    border: 2px solid rgb(240,214,205);
    flex-shrink: 0;
    position: relative;
    margin-top: 2px;
    border-radius: 10px;
    width: 24px;
}.contact_form_box08547 .support_info37504 input[type="checkbox"]:checked {
    background: rgb(213,183,172);
    border-color: rgb(213,183,172);
}.contact_form_box08547 .support_info37504 input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    content: "✓";
    top: 50%;
    left: 50%;
    position: absolute;
    color: #ffffff;
    font-size: 16px;
}.contact_form_box08547 .support_info37504 label {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}.contact_form_box08547 .support_info37504 a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(213,183,172);
    font-weight: 600;
}.contact_form_box08547 .support_info37504 a:hover {
    color: rgb(185,154,143);
}.contact_form_box08547 .feedback_reach98214 {
    font-size: 15px;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    letter-spacing: 1px;
    padding: 15px 35px;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: 10px;
    border-radius: 10px;
    background: rgb(213,183,172);
}.contact_form_box08547 .feedback_reach98214::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    position: absolute;
    height: 100%;
    transition: all 0.6s ease;
    content: "";
}.contact_form_box08547 .feedback_reach98214:hover {
    background: rgb(185,154,143);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact_form_box08547 .feedback_reach98214:hover::before {
    left: 100%;
}.contact_form_box08547 svg {
    height: 22px;
    width: 22px;
    vertical-align: middle;
    fill: rgb(213,183,172);
    margin-right: 10px;
}.contact_form_box08547 svg path {
    fill: rgb(213,183,172);
}

@media (max-width: 992px) {.contact_form_box08547 .inquiry_reach01648 {
    grid-template-columns: 1fr;
}.contact_form_box08547 .image_box_item08356 {
    grid-column: 1;
    grid-row: 1;
    border-radius: 0;
    border-top-right-radius: 27px;
    min-height: 300px;
    border-top-left-radius: 27px;
}.contact_form_box08547 .message_reach62480 {
    padding: 40px 30px;
    grid-column: 1;
    grid-row: 2;
}
}

@media (max-width: 768px) {.contact_form_box08547 {
    padding: 50px 0;
}.contact_form_box08547 h2 {
    margin-bottom: 30px;
    font-size: calc(29px - 4px);
}.contact_form_box08547 .message_reach62480 {
    padding: 30px 25px;
}.contact_form_box08547 .image_box_item08356 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_form_box08547 {
    padding: 40px 0;
}.contact_form_box08547 .container {
    padding: 0 15px;
}.contact_form_box08547 h2::after {
    width: 40px;
}.contact_form_box08547 .message_reach62480 {
    padding: 25px 20px;
}.contact_form_box08547 #contact {
    gap: 20px;
}.contact_form_box08547 .feedback_reach98214 {
    width: 100%;
    padding: 14px 20px;
}.contact_form_box08547 .image_box_item08356 {
    min-height: 200px;
}
}