.content-wrapperui {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}

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

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

.launch_nowui::before {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.6;
    content: '';
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        );
}

.launch_nowui h3 {
    font-size: calc(36px * 1.2);
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.launch_nowui h3::after {
    transform: translateX(-50%);
    height: 30px;
    border-radius: 50%;
    content: '';
    left: 50%;
    background: transparent;
    width: 30px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    top: -50px;
    animation: pulseSphere 6s ease-in-out infinite;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.launch_nowui .instant_helpui::before {
    opacity: 0;
    height: 100%;
    width: 100%;
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(212,201,192) 0%,
        rgb(189,152,191) 100%
    );
    top: 0;
    left: 0;
    z-index: -1;
}

.launch_nowui .instant_helpui:hover {
    transform: translateY(-5px) scale(1.05);
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

footer .mentor_netui {
    background-color: rgb(238,243,238);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    color: #000000;
}

footer .info_item {
    align-items: center;
    border-radius: 10px;
    background-color: rgb(238,243,238);
    flex: 1 1 200px;
    display: flex;
    padding: 15px;
    transition: all 0.3s ease;
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}

footer .info_item a:hover {
    color: rgb(212,201,192);
}

footer .top_wrapui, footer .header_masterui, footer .subscribe_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform-origin: center center;
    padding: 30px;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 17px;
    transform-style: preserve-3d;
}

footer .top_wrapui {
    z-index: 2;
    transform: translateZ(0) scale(1);
    background-color: #ffffff;
}

footer .top_wrapui:hover::after, footer .header_masterui:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}

footer .app_storeui {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}

footer .header_masterui h5::after {
    transition: width 0.3s ease;
    width: 40px;
    background: linear-gradient(90deg, rgb(212,201,192), transparent);
    position: absolute;
    left: 0;
    content: "";
    bottom: -8px;
    height: 2px;
}

footer .header_baseui a::before {
    width: 0;
    background-color: rgb(212,201,192);
    bottom: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 1px;
    content: "";
    left: 0;
}

footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}

footer .sub_tipsui:hover {
    color: #ffffff;
    background-color: rgb(189,152,191);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.confidential_lockupui {
    max-width: 1200px;
    padding: 50px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    border: 1px solid rgb(212,201,192);
    margin: 0 auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    color: #000000;
    width: 90%;
    position: relative;
}

.confidential_lockupui h1:before {
    width: 50px;
    z-index: -1;
    bottom: -5px;
    position: absolute;
    left: 0;
    height: 5px;
    background: rgb(189,152,191);
    content: "";
}

.confidential_lockupui h2:before {
    height: 3px;
    background: rgb(212,201,192);
    left: 0;
    z-index: -1;
    bottom: -5px;
    width: 30px;
    position: absolute;
    content: "";
}

.confidential_lockupui div {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    line-height: 1.8;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}

.confidential_lockupui a {
    text-decoration: none;
    color: rgb(189,152,191);
    position: relative;
    border-bottom: 1px solid rgb(189,152,191);
    font-weight: 400;
    z-index: 2;
}

.confidential_lockupui button:hover {
    background: rgb(212,201,192);
    border-color: rgb(189,152,191);
}

.teacher_profileui::before {
    top: -50px;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    width: 200px;
    position: absolute;
    height: 200px;
    transform: rotate(-15deg);
    left: -50px;
    background: rgb(212,201,192,0.5);
    content: "";
    z-index: 1;
}

.teacher_profileui .feedback_sliderui:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.teacher_profileui .feedback_sliderui .image_gridui {
    height: 300px;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1);
}

.teacher_profileui .feedback_sliderui > div:nth-child(2) {
    position: relative;
    padding-left: 20px;
    transition: transform 0.4s ease;
    border-left: 3px solid rgb(212,201,192);
    transform: translateX(0);
}

.teacher_profileui .feedback_sliderui:hover .name::after {
    width: 100%;
}

.teacher_profileui .feedback_sliderui > div:nth-child(2) > div {
    opacity: 0.85;
    margin-bottom: 0.5rem;
    font-style: italic;
    font-size: calc(14px * 0.95);
    color: rgb(189,152,191);
    font-weight: 600;
}

.tariff_rowui::before {
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(212,201,192), 0.03) 40px, rgba(rgb(212,201,192), 0.03) 80px);
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    pointer-events: none;
}

.tariff_rowui .value_pricingui h2 {
    margin-bottom: 1rem;
    position: relative;
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
}

.tariff_rowui .value_pricingui:hover h2::after {
    transform: scaleX(1.5);
}

.tariff_rowui .lesson_plansui {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

.tariff_rowui .study_ratesui:hover {
    transform: translateY(-8px);
}

.tariff_rowui .study_ratesui:hover .study_subui {
    box-shadow: 0 15px 35px rgba(rgb(212,201,192,0.5), 0.15);
}

.tariff_rowui .offer_boxui h3 {
    font-size: calc(22px + 0.1rem);
    position: relative;
    color: #000000;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.tariff_rowui .offer_boxui p {
    flex-grow: 1;
    line-height: 1.6;
    word-break: break-word;
    font-size: 17px;
    color: #000000;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
}

.tariff_rowui .study_ratesui:hover .image_gridui {
    transform: scale(1.05);
}

.gratCardui::before,
.gratCardui::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.gratCardui::before {
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(-10px);
    left: -10%;
    top: -5%;
    opacity: 0.03;
    height: 70%;
    width: 40%;
    background: linear-gradient(45deg, rgb(212,201,192,0.5) 10%, transparent 70%);
}

.gratCardui h2::after {
    transform-origin: left;
    width: 80px;
    height: 3px;
    left: 0;
    content: '';
    transform: translateZ(15px) scaleX(1);
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(212,201,192) 0%, rgb(212,201,192,0.5) 100%);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.gratCardui .about_sectionui:hover {
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(25px) rotateY(0deg);
}

.gratCardui li::before {
    top: -20px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    transform: translateZ(15px) scale(0.95);
    left: -30px;
    opacity: 0.2;
    transition: all 0.4s ease-out;
    background: linear-gradient(135deg, rgb(212,201,192,0.5) 0%, transparent 80%);
    content: '';
    position: absolute;
}

.user_feedbackui .container {
    z-index: 2;
    position: relative;
}

.user_feedbackui h2 {
    max-width: 80%;
    transform: perspective(1000px) rotateX(2deg);
    margin-left: auto;
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-right: auto;
    margin-bottom: 3.5rem;
    font-size: 32px;
}

.user_feedbackui .feedback_sliderui {
    transform: translateZ(0) scale(1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    padding: 1.75rem;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.user_feedbackui .feedback_sliderui:nth-child(even):hover {
    transform: translateZ(20px) scale(1.02) rotate(0.5deg);
}

.user_feedbackui .feedback_sliderui h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    margin-left: 1rem;
    position: relative;
}

.user_feedbackui .feedback_sliderui .description {
    margin-top: 0.75rem;
    z-index: 1;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    position: relative;
}

.user_feedbackui a:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

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

.course_featuresui::before {
    z-index: 0;
    right: -50px;
    background: rgb(212,201,192,0.5);
    height: 300px;
    content: "";
    width: 300px;
    filter: blur(80px);
    position: absolute;
    top: -50px;
    animation: float 15s ease-in-out infinite;
}

.course_featuresui h2 {
    margin-bottom: 40px;
    transform: translateX(-5%);
    font-weight: 700;
    color: #000000;
    position: relative;
    line-height: 1.3;
    opacity: 0;
    font-size: calc(34px * 1.1);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.course_featuresui .image_gridui::before {
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}

.course_featuresui .image_gridui:hover::after {
    opacity: 0;
}

.course_featuresui .description {
    margin: 0;
    color: #000000;
    font-size: 15px;
    position: relative;
    transition: border-left 0.3s ease;
    line-height: 1.8;
    border-left: 2px solid rgb(189,152,191,0.5);
    padding-left: 15px;
}

.course_featuresui .description::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(212,201,192);
}

.title_sectionui .study_programui {
    margin-bottom: 3rem;
    transform: translateX(-10px);
    position: relative;
    animation: slideInLeft 0.8s ease-out forwards;
    opacity: 0;
}

.title_sectionui .learn_welcomeui {
    animation: fadeUp 1s ease-out 0.3s forwards;
    border: 1px solid rgb(189,152,191,0.5);
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.title_sectionui .learn_welcomeui > div {
    z-index: 2;
    height: 100%;
    position: relative;
    padding: 3rem;
    justify-content: center;
    flex-direction: column;
    display: flex;
    color: #ffffff;
}

.title_sectionui .learn_welcomeui h3 {
    opacity: 0;
    margin: 0;
    font-weight: 600;
    transform: translateY(20px);
    font-size: 30px;
    position: relative;
    color: #ffffff;
    line-height: 1.4;
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    padding-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.our_backgroundui::before {
    height: 100%;
    left: 0;
    background-size: 80px 140px;
    width: 100%;
    background-image: 
        linear-gradient(30deg, rgb(212,201,192,0.5) 12%, transparent 12.5%, transparent 87%, rgb(212,201,192,0.5) 87.5%, rgb(212,201,192,0.5)),
        linear-gradient(150deg, rgb(212,201,192,0.5) 12%, transparent 12.5%, transparent 87%, rgb(212,201,192,0.5) 87.5%, rgb(212,201,192,0.5)),
        linear-gradient(30deg, rgb(212,201,192,0.5) 12%, transparent 12.5%, transparent 87%, rgb(212,201,192,0.5) 87.5%, rgb(212,201,192,0.5)),
        linear-gradient(150deg, rgb(212,201,192,0.5) 12%, transparent 12.5%, transparent 87%, rgb(212,201,192,0.5) 87.5%, rgb(212,201,192,0.5)),
        linear-gradient(60deg, rgb(189,152,191,0.5) 25%, transparent 25.5%, transparent 75%, rgb(189,152,191,0.5) 75%, rgb(189,152,191,0.5)),
        linear-gradient(60deg, rgb(189,152,191,0.5) 25%, transparent 25.5%, transparent 75%, rgb(189,152,191,0.5) 75%, rgb(189,152,191,0.5));
    content: "";
    position: absolute;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    animation: backgroundShift 30s linear infinite;
    top: 0;
    opacity: 0.1;
}

.our_backgroundui .learning_spaceui::after {
    background: linear-gradient(to bottom, rgb(212,201,192), rgb(189,152,191));
    transition: height 0.4s ease;
    position: absolute;
    left: 0;
    width: 5px;
    height: 0;
    top: 0;
    content: "";
}

.program_resultsui {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,201,192,0.5), rgb(189,152,191) 120%);
    padding: 6rem 0;
    position: relative;
}

.program_resultsui .container {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 2.5rem;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
}

.program_resultsui .about_sectionui {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.program_resultsui .word_blockui:hover {
    transform: translateY(-25px);
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.5);
}

.program_resultsui h1::after {
    width: 4rem;
    transform-origin: left;
    bottom: -0.5rem;
    content: "";
    transition: width 0.4s ease;
    height: 0.25rem;
    background: linear-gradient(90deg, rgb(212,201,192), rgb(189,152,191));
    left: 0;
    position: absolute;
}

.program_resultsui li:hover {
    transform: translateX(10px);
}

.program_resultsui li:hover svg {
    transform: translateY(0) scale(1.1);
}

.program_resultsui svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,201,192);
}

.reach_outui::before {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(212,201,192,0.5),
        rgb(212,201,192,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    position: absolute;
    opacity: 0.03;
}

.reach_outui .connect_messageui {
    width: 100%;
    position: relative;
    padding: 50px;
}

.reach_outui form input[type="text"] {
    background: rgb(238,243,238);
    width: 100%;
    transition: all 0.3s ease;
    font-size: 17px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: 2px solid transparent;
    color: #000000;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.reach_outui .feedback_requestui label {
    cursor: pointer;
    line-height: 1.6;
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    color: #000000;
}

.reach_outui .feedback_requestui input[type="checkbox"]:checked + label::after {
    width: 6px;
    transform: rotate(45deg);
    height: 12px;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    position: absolute;
    content: "";
    border-right: 2px solid #ffffff;
}

.reach_outui svg {
    height: 20px;
    width: 20px;
    fill: rgb(212,201,192);
}

.education_frameworkui {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,243,238) 0%, rgb(212,201,192,0.5) 100%);
    perspective: 1000px;
}

.education_frameworkui .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}

.education_frameworkui .about_sectionui {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(20px);
    align-items: center;
    justify-content: center;
}

.education_frameworkui .about_sectionui > div::before {
    position: absolute;
    transition: opacity 0.4s ease;
    top: -2px;
    right: -2px;
    left: -2px;
    transform: translateZ(-10px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 80% 90%, 0 90%);
    background: linear-gradient(135deg, rgb(212,201,192), rgb(189,152,191));
    z-index: -1;
    opacity: 0.1;
    bottom: -2px;
    content: "";
}

.education_frameworkui .about_sectionui > div:hover h3::after {
    transform: scaleX(1) translateZ(5px);
}

.education_frameworkui p span {
    position: relative;
    display: block;
    transition: opacity 0.3s ease;
    opacity: 0.9;
}

header::before {
    z-index: -1;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(212,201,192,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(189,152,191,0.5) 0%, transparent 30%);
    width: 100%;
    left: 0;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    content: '';
}

header .nav_classui {
    transition: all 0.3s ease;
    display: block;
}

header .header_masterui {
    margin: 0;
    z-index: 2;
    padding: 0;
    position: relative;
    list-style: none;
    display: flex;
}

header .main_infoui a::before {
    position: absolute;
    transition: opacity 0.3s ease;
    border-radius: 16px;
    width: 100%;
    content: '';
    opacity: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
}

header .main_infoui:hover::after {
    width: 70%;
}

header .nav_blockui::after {
    width: 80px;
    opacity: 0.5;
    filter: blur(30px);
    position: absolute;
    bottom: -20px;
    background: rgb(189,152,191,0.5);
    height: 80px;
    border-radius: 50%;
    left: -20px;
    content: '';
    z-index: -1;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media screen and (max-width: 992px) {.launch_nowui {
    padding: 90px 0;
}.launch_nowui h3 {
    margin-bottom: 60px;
    font-size: calc(36px * 1.1);
    letter-spacing: 5px;
}.launch_nowui h3::after {
    width: 25px;
    top: -40px;
    height: 25px;
}.launch_nowui .instant_helpui {
    font-size: calc(18px * 0.95);
    padding: 18px 50px;
}
}



@media (min-width: 992px) {footer .text_main_holder {
    flex-direction: row;
    align-items: stretch;
}footer .top_wrapui, footer .header_masterui, footer .subscribe_holder {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}footer .top_wrapui {
    margin-right: -20px;
}footer .header_masterui {
    margin-left: 0;
    z-index: 1;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}



@media only screen and (max-width: 800px) {.confidential_lockupui {
    width: 95%;
    padding: 30px;
}.confidential_lockupui h1 {
    font-size: calc(23px - 10px);
}.confidential_lockupui h2 {
    font-size: calc(23px - 5px);
}.confidential_lockupui ul, .confidential_lockupui ol {
    padding-left: 20px;
}.confidential_lockupui li:before {
    left: -15px;
}.confidential_lockupui button {
    padding: 10px 20px;
}}



@media (min-width: 1200px) {.teacher_profileui .feedback_sliderui {
    grid-template-columns: 400px 1fr;
    padding: 4rem;
}.teacher_profileui .image_gridui {
    height: 450px;
}.teacher_profileui .name {
    font-size: calc(19px * 1.1);
}.teacher_profileui .feedback_sliderui > div:nth-child(2) > div {
    font-size: 14px;
}.teacher_profileui .work_timelineui {
    line-height: 1.8;
}
}



@media (min-width: 992px) {.tariff_rowui .payment_pricingui {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.tariff_rowui .value_pricingui {
    margin: 0;
    width: 35%;
}.tariff_rowui .lesson_plansui {
    width: 65%;
}
}



@media (max-width: 767px) {.tariff_rowui {
    padding: 4rem 0;
}.tariff_rowui .offer_boxui {
    min-height: 240px;
    padding: 1.5rem;
}.tariff_rowui .image_gridui {
    height: 180px;
}.tariff_rowui .value_pricingui {
    padding: 1.5rem;
}.tariff_rowui .value_pricingui h2 {
    font-size: calc(35px - 0.2rem);
}.tariff_rowui .study_offersui {
    font-size: calc(17px - 0.1rem);
}}



@media (max-width: 767px) {.gratCardui {
    padding: 4rem 0;
}.gratCardui h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.gratCardui h2::after {
    height: 2px;
    width: 60px;
}.gratCardui .about_sectionui {
    transform: translateZ(5px) rotateY(0deg);
    padding: 1.5rem 2rem;
}.gratCardui li::before {
    width: 40px;
    left: -20px;
    height: 40px;
    top: -15px;
}
}



@media (min-width: 768px) {.course_featuresui .new_studyui {
    align-items: flex-start;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
}.course_featuresui .image_gridui {
    transition: clip-path 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
}.course_featuresui .image_gridui:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.course_featuresui h2 {
    max-width: 80%;
    font-size: calc(34px * 1.2);
}.course_featuresui .word_blockui {
    padding-top: 20px;
}
}



@media (max-width: 767px) {.course_featuresui {
    padding: 80px 0;
}.course_featuresui h2 {
    margin-bottom: 30px;
    font-size: 34px;
}.course_featuresui .image_gridui {
    height: 280px;
}.course_featuresui .description {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 992px) {.title_sectionui {
    padding: 4rem 0;
}.title_sectionui .page_openui {
    font-size: calc(43px * 0.9);
}.title_sectionui .learn_welcomeui {
    min-height: 350px;
}.title_sectionui .learn_welcomeui > div {
    padding: 2.5rem;
}.title_sectionui .learn_welcomeui p {
    max-width: 90%;
    font-size: 15px;
}.title_sectionui .learn_welcomeui h3 {
    font-size: calc(30px * 0.9);
}
}



@media (max-width: 992px) {.our_backgroundui {
    padding: 80px 0;
}.our_backgroundui .learning_spaceui {
    padding: 30px;
}
}



@media (max-width: 768px) {.our_backgroundui {
    padding: 60px 0;
}.our_backgroundui h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 50px;
}.our_backgroundui .learning_programui {
    gap: 30px;
}.our_backgroundui .learning_spaceui {
    padding: 25px;
}.our_backgroundui .learning_spaceui h3 {
    font-size: calc(22px * 0.9);
}
}



@media (min-width: 768px) {.program_resultsui .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_resultsui .image_gridui {
    height: 100%;
    transform: perspective(1000px) rotateY(-8deg);
}.program_resultsui ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.program_resultsui .word_blockui {
    padding: 2.5rem;
}
}



@media screen and (min-width: 768px) {.reach_outui .reach_linksui {
    flex-direction: row;
    max-width: 1000px;
}.reach_outui .image_gridui {
    height: auto;
    min-height: 400px;
    width: 40%;
}.reach_outui .connect_messageui {
    width: 60%;
}
}



@media screen and (min-width: 1200px) {.reach_outui .reach_linksui {
    max-width: 1100px;
}.reach_outui .image_gridui {
    min-height: 500px;
}
}



@media screen and (max-width: 767px) {.education_frameworkui {
    padding: 5rem 0;
}.education_frameworkui::before,
    .education_frameworkui::after {
    width: 60%;
}.education_frameworkui .about_sectionui > div {
    padding: 2rem;
    transform: perspective(800px) rotateY(0deg);
}.education_frameworkui h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
}.education_frameworkui p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .nav_blockui {
    padding: 0.8rem 1.2rem;
}header .top_wrapui {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .nav_classui img {
    max-height: 35px;
}header .header_masterui {
    margin-top: 0.8rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}header .header_masterui::-webkit-scrollbar {
    height: 3px;
}header .header_masterui::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main_infoui {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .main_infoui a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(14px - 2px);
}header .main_infoui::after {
    display: none;
}header .top_wrapui::after {
    display: none;
}
}



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



@keyframes scaleIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}



@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    }
    100% {
        background-position: 80px 140px, 80px 140px, 120px 210px, 120px 210px, 80px 140px, 120px 210px;
    }
}

