* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

header,footer {
    width: 100%;
}

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

.subscribe_to_newslettermk::before {
    position: absolute;
    top: -50%;
    height: 200%;
    width: 200%;
    opacity: 0.3;
    left: -50%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(226,190,154,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(208,154,106,0.5) 0%, transparent 50%);
    z-index: 1;
    content: "";
    animation: rotateBg 30s linear infinite;
}

.subscribe_to_newslettermk .input_holder {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    flex-wrap: wrap;
    transform: translateX(5%);
    padding: 2.5rem 3rem;
    display: flex;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    position: relative;
}

.subscribe_to_newslettermk input[type="submit"]::before {
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: -100%;
    height: 100%;
    width: 100%;
    background: rgb(208,154,106);
}

.subscribe_to_newslettermk input[type="submit"]:hover::before {
    left: 0;
}



.subscribe_to_newslettermk .input_holder::before {
    right: -50px;
    top: -30px;
    width: 100px;
    opacity: 0.3;
    position: absolute;
    pointer-events: none;
    content: "";
    height: 100px;
    border: 2px solid rgb(208,154,106,0.5);
    border-radius: 50%;
}

.price_boxAT {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

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

.price_boxAT .value_feesSK {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.price_boxAT .learning_plangu {
    max-width: 800px;
    text-align: center;
    font-size: 17px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0 auto 50px;
}

.price_boxAT .plan_dealswz li {
    perspective: 1000px;
}

.price_boxAT .fee_plansVK:hover {
    transform: translateY(-10px) rotateY(2deg);
}

.price_boxAT .cost_feevR {
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    display: flex;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    transition: all 0.4s ease;
    padding: 35px 30px;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
}

.price_boxAT .rate_panelWR {
    transition: all 0.3s ease;
    align-self: flex-start;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(226,190,154,0.5) 0%, rgb(208,154,106,0.5) 100%);
    font-size: calc(22px * 1.4);
    color: #ffffff;
    border-radius: 6px;
    transform: translateZ(10px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

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

.course_featuresPz .training_mapnJ {
    flex-direction: column;
    gap: 60px;
    display: flex;
    position: relative;
}

.course_featuresPz .words_containerra h2 {
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    grid-column: 1 / -1;
    color: #ffffff;
    font-size: 48px;
    padding-bottom: 20px;
}

.course_featuresPz .words_containerra .description {
    position: relative;
    line-height: 1.8;
    margin: 0;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    font-size: 16px;
    overflow-wrap: anywhere;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.course_featuresPz .cover_imageIk::before {
    content: "";
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    position: absolute;
    inset: 0;
    z-index: 1;
}

.contact_sectionHL::before {
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    left: 0;
    z-index: 1;
    top: 0;
    content: '';
    position: absolute;
}

.contact_sectionHL .message_listOM {
    border: 1px solid rgb(226,190,154,0.5);
    background: rgb(208,154,106,0.5);
    border-radius: 14px;
    transition: transform 0.3s ease;
    transform: rotateX(5deg) scale(0.98);
    align-items: stretch;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    display: flex;
}

.contact_sectionHL .help_messageUq::before {
    animation: signal-pulse 2s infinite alternate;
    width: 10px;
    position: absolute;
    top: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 20px rgb(226,190,154);
    right: 2rem;
    height: 10px;
    content: '';
    background: rgb(226,190,154);
}

.contact_sectionHL .help_messageUq input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(226,190,154,0.5);
    border-color: rgb(226,190,154);
}

.contact_sectionHL .help_messageUq input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}

.contact_sectionHL .help_messageUq .request_feedbackhI input[type="checkbox"] {
    background: rgb(208,154,106,0.5);
    height: 22px;
    border-radius: 10px;
    margin-right: 1rem;
    width: 22px;
    border: 2px solid rgb(226,190,154,0.5);
    position: relative;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact_sectionHL .help_messageUq .request_feedbackhI a {
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(226,190,154);
}

.contact_sectionHL .help_messageUq .inquiry_sectionqG:hover::before {
    left: 100%;
}

.contact_sectionHL .help_messageUq .inquiry_sectionqG:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(226,190,154,0.5);
}

.cookie_popup_overlayra {
    bottom: 0;
    position: fixed;
    background: rgb(240,224,205);
    border-top: 2px solid rgb(226,190,154);
    z-index: 90;
    width: 100%;
}

.track_prefsJe {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookie_popup_overlayra p a {
    text-decoration: none;
    color: rgb(226,190,154);
}


.grid-containerfL .cookie_popup_overlayra {
    background: rgb(226,190,154);
    box-shadow: rgb(208,154,106,0.5) 0px 0px 10px 10px;
}

.grid-containerfL .visitor_acceptanceUl {
    text-align: left;
    color: #ffffff;
}

.grid-containerfL .cookie_popup_overlayra p a {
    text-decoration: underline;
    color: rgb(208,154,106);
}

footer::before {
    background: linear-gradient(to right, rgb(208,154,106), rgb(226,190,154));
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    opacity: 0.9;
    z-index: -2;
}

.math_toolsXg .container {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    display: grid;
}

.math_toolsXg .company_holder h3::after {
    position: absolute;
    height: 2px;
    content: "";
    bottom: -2px;
    width: 80px;
    left: 0;
    background: #ffffff;
}

.math_toolsXg .science_refJP {
    grid-column: span 7;
}

.math_toolsXg .main_pageSn h5 {
    font-size: 22px;
    position: relative;
    color: #ffffff;
    padding-bottom: 0.8rem;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
}

.math_toolsXg .main_pageSn .nav_mainbarRB a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}

.math_toolsXg .main_pageSn .nav_mainbarRB a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.reward_sysUr .skill_linksDU {
    text-align: center;
    position: relative;
    color: #ffffff;
    padding: 0 1rem;
    font-size: 12px;
    opacity: 0.9;
}

.math_toolsXg .company_holder::after {
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    left: 0;
    content: "";
}

.customer_reviewsKt::before {
    z-index: 0;
    position: absolute;
    width: 25rem;
    background: rgb(226,190,154,0.5);
    animation: floatBlur 15s infinite alternate ease-in-out;
    height: 25rem;
    filter: blur(80px);
    content: "";
    transform: rotate(-15deg);
    right: -5%;
    opacity: 0.15;
    top: -5%;
}

.customer_reviewsKt h2::before {
    height: 70%;
    content: "";
    top: 50%;
    left: -2rem;
    position: absolute;
    background: rgb(226,190,154);
    width: 0.5rem;
    transform: translateY(-50%);
}

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

.customer_reviewsKt .opinion_spotzq:hover {
    transform: translateY(-10px) rotateX(2deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.customer_reviewsKt .opinion_spotzq > div {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
    position: relative;
}

.customer_reviewsKt .opinion_spotzq img {
    margin-right: 1.25rem;
    transition: transform 0.5s ease;
    height: 4.5rem;
    border-radius: 50%;
    width: 4.5rem;
    border: 3px solid #ffffff;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    object-fit: cover;
}

.customer_reviewsKt .opinion_spotzq .description {
    margin: 0;
    color: #000000;
    z-index: 2;
    line-height: 1.7;
    position: relative;
    font-size: 14px;
}

.customer_reviewsKt a {
    transition: all 0.3s ease;
    padding: 1rem 2.5rem;
    text-decoration: none;
    transform: translateX(2rem);
    background: linear-gradient(135deg, rgb(226,190,154) 0%, rgb(208,154,106) 100%);
    box-shadow: 0 10px 20px rgb(226,190,154,0.5);
    z-index: 1;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 3rem;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    display: inline-block;
}

.instructor_profileRV::after {
    height: 50%;
    position: absolute;
    opacity: 0.3;
    border: 5px solid rgb(226,190,154,0.5);
    bottom: -15%;
    content: "";
    width: 40%;
    left: -5%;
    z-index: 1;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
}

.instructor_profileRV .cover_imageIk {
    height: 380px;
    left: 15%;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    width: 300px;
    position: absolute;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}

.instructor_profileRV .emp_overviewWM:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}

.instructor_profileRV .exp_sectioniB {
    transform: translateY(30px);
    animation: slide-up 0.7s forwards 0.6s;
    opacity: 0;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    z-index: 2;
    color: #000000;
    font-style: italic;
    line-height: 1.7;
}

.title_screeniz {
    overflow: hidden;
    position: relative;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgb(240,224,205) 0%, #ffffff 100%);
}

.title_screeniz .knowledge_classesxn {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    padding: 0 1.5rem;
    flex-direction: column;
}

.title_screeniz .words_containerra {
    position: relative;
    order: 2;
    padding: 2rem 0;
}

.title_screeniz h1::after {
    animation: expandWidth 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    width: 60px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    bottom: -10px;
    background: linear-gradient(to right, rgb(226,190,154), rgb(208,154,106));
    animation-delay: 0.8s;
    position: absolute;
    content: "";
    height: 3px;
}

.title_screeniz svg {
    width: 80px;
    transform-origin: center;
    margin-bottom: 1rem;
    height: 80px;
    animation: pulse 4s ease-in-out infinite;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.title_screeniz ul li {
    margin-bottom: 1rem;
}

.title_screeniz .inquiry_sectionqG {
    z-index: 1;
    background: linear-gradient(135deg, rgb(226,190,154) 0%, rgb(208,154,106) 100%);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 0.8rem 1.8rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
}

.title_screeniz .cover_imageIk::after {
    transform: rotate(45deg);
    content: "";
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 200%;
    animation: shine 6s infinite;
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
}

.privacy_guardhouseqY h2 {
    text-align: left;
    border-left: 4px solid rgb(226,190,154);
    font-weight: 600;
    color: rgb(208,154,106);
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    padding-left: 15px;
    font-size: 28px;
    margin: 0;
    text-transform: uppercase;
}

.privacy_guardhouseqY p, .privacy_guardhouseqY span {
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.about_thisDy::after {
    transform: rotate(-15deg);
    animation: float 15s infinite ease-in-out;
    top: -50%;
    height: 200%;
    background: rgb(208,154,106);
    position: absolute;
    width: 80%;
    z-index: 2;
    content: "";
    right: -20%;
    opacity: 0.08;
}

.about_thisDy .words_containerra::before {
    background: linear-gradient(to bottom, rgb(226,190,154), rgb(208,154,106));
    left: 0;
    transform: translateX(-4px);
    content: "";
    width: 8px;
    top: 0;
    position: absolute;
    height: 100%;
}

.about_thisDy h1::after {
    bottom: -12px;
    width: 70px;
    content: "";
    background: linear-gradient(90deg, rgb(226,190,154), rgb(208,154,106));
    height: 4px;
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
}

.about_thisDy ul li h4::before {
    left: 0;
    content: "";
    bottom: -5px;
    height: 2px;
    background: rgb(208,154,106);
    position: absolute;
    transition: width 0.3s ease-out;
    width: 0;
}



.about_thisDy ul li:hover span {
    transform: translateY(-5px);
}

header .header_sitebarhM::before {
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    background: radial-gradient(circle at 70% 30%, rgb(208,154,106,0.5) 0%, transparent 60%);
    left: 0;
}

header .header_sitebarhM .site_primeQn:hover {
    transform: translateY(0) scale(1.05);
}

header .header_sitebarhM .site_primeQn .main_mainbarBu::before {
    background: rgba(0, 0, 0, 0.5);
    height: calc(100% + 20px);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    top: -10px;
    width: calc(100% + 40px);
    content: "";
    left: -20px;
    position: absolute;
}

header .header_sitebarhM .main_pageSn .header_pagens {
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
    perspective: 1000px;
}

header .header_sitebarhM .main_pageSn .header_pagens a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 1.2rem 1.5rem;
    color: #ffffff;
    font-weight: 600;
    transform-origin: center;
    font-size: 17px;
    display: block;
}

.service_contactNT::after {
    opacity: 0.1;
    position: absolute;
    animation: pulse 20s infinite alternate;
    width: 90%;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgb(226,190,154,0.5) 0%, transparent 70%);
    top: -50%;
    right: -50%;
    content: '';
    height: 90%;
    border-radius: 50%;
}

.service_contactNT .send_messageJx::before {
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(226,190,154) 0%, rgb(208,154,106) 100%);
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
}

.service_contactNT .send_messageJx h3 {
    padding-bottom: 1.5rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
    font-size: 35px;
    color: rgb(226,190,154);
}

.service_contactNT .contact_todaygO {
    max-width: 80%;
    text-align: center;
    color: #000000;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    font-size: calc(13px * 1.1);
}

.service_contactNT .contact_helphm::after {
    border-right: 2px solid rgb(226,190,154,0.5);
    border-bottom: 2px solid rgb(226,190,154,0.5);
    height: 20px;
    position: absolute;
    content: '';
    width: 20px;
    bottom: -10px;
    right: -10px;
}

.service_contactNT .contact_helphm > span::before {
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 3px rgb(226,190,154,0.5);
    top: 0;
    border-radius: 50%;
    background-color: rgb(226,190,154);
    content: '';
    left: 0;
    position: absolute;
}

.service_contactNT .contact_helphm > span:hover svg path {
    stroke-width: 1;
}

.service_contactNT .contact_helphm span > span {
    display: inline-flex;
    position: relative;
    color: #000000;
    align-items: center;
    padding-bottom: 3px;
    font-weight: 600;
    margin-top: 0.3rem;
}

.service_contactNT .contact_helphm span:hover > span::after {
    width: 100%;
}

.service_contactNT .contact_helphm a {
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    color: rgb(226,190,154);
}

.service_contactNT .instant_requestVf {
    margin-top: 1rem;
    border-radius: 10px;
    background-color: rgba(rgb(240,224,205), 0.05);
    padding: 1.5rem;
    border: 1px dashed rgba(rgb(226,190,154,0.5), 0.2);
    grid-column: span 2;
    position: relative;
}

.service_contactNT .instant_requestVf h4 svg {
    height: 20px;
    margin-right: 0.75rem;
    transition: transform 0.5s ease;
    width: 20px;
    fill: rgb(226,190,154);
}

.service_contactNT .instant_requestVf span {
    display: flex;
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
    align-items: center;
    color: #000000;
    font-size: calc(13px * 0.95);
    position: relative;
}

.service_contactNT .instant_requestVf span::before {
    display: none;
}

.service_contactNT .contact_helphm > span:nth-child(2) {
    --i: 2;
}

.service_contactNT .contact_helphm > span:nth-child(5) {
    --i: 5;
}

.service_contactNT .container::after {
    right: -5%;
    height: 180px;
    border-radius: 50%;
    width: 180px;
    bottom: -10%;
    animation: float 12s ease-in-out infinite reverse;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(208,154,106,0.5) 0%, transparent 70%);
    content: '';
    filter: blur(25px);
}

.appSpacePN .container {
    z-index: 5;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
}

.appSpacePN h2::after {
    transform-origin: left center;
    height: 3px;
    transform: scaleX(1);
    position: absolute;
    content: "";
    background: rgb(208,154,106);
    width: 85px;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -12px;
}

.appSpacePN .knowledge_classesxn::after {
    border-radius: 50%;
    right: 20px;
    background: radial-gradient(circle, rgb(208,154,106,0.5) 0%, transparent 70%);
    top: 20px;
    width: 100px;
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    height: 100px;
    content: "";
}

.appSpacePN:hover .knowledge_classesxn {
    transform: translateX(5%) translateY(-5px);
}

.appSpacePN:hover h2::after {
    transform: scaleX(1.3);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.subscribe_to_newslettermk {
    padding: 4rem 1.5rem;
}.subscribe_to_newslettermk .feedback_supportNC {
    width: 100%;
}.subscribe_to_newslettermk h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(23px * 0.9);
}.subscribe_to_newslettermk .input_holder {
    padding: 2rem;
}.subscribe_to_newslettermk input[type="email"] {
    margin-right: 0;
    flex: 1 1 100%;
}.subscribe_to_newslettermk input[type="submit"] {
    margin-top: 1rem;
    width: 100%;
}
}



@media (max-width: 768px) {.price_boxAT {
    padding: 60px 0;
}.price_boxAT .plan_dealswz {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.price_boxAT .learning_plangu {
    margin-bottom: 40px;
}.price_boxAT h2 {
    font-size: calc(38px * 0.8);
}.price_boxAT .cost_feevR {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.course_featuresPz {
    padding: 40px 0;
}.course_featuresPz .training_mapnJ {
    gap: 40px;
}.course_featuresPz .words_containerra h2 {
    font-size: calc(48px * 0.8);
    padding-bottom: 15px;
}.course_featuresPz .words_containerra h2::after {
    width: 80px;
}.course_featuresPz .words_containerra .description {
    padding: 20px;
}.course_featuresPz .cover_imageIk {
    height: 250px;
}}



@media screen and (max-width: 480px) {.contact_sectionHL .message_listOM {
    border-radius: 0;
}.contact_sectionHL .cover_imageIk {
    min-height: 250px;
}.contact_sectionHL .help_messageUq {
    padding: 2rem 1.5rem;
}}



@media (max-width: 1200px) {.math_toolsXg .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.math_toolsXg {
    padding: 4rem 0 2rem;
}.math_toolsXg .container {
    grid-template-columns: 1fr;
}.math_toolsXg .company_holder,
    .math_toolsXg .science_refJP {
    grid-column: span 12;
}.math_toolsXg .company_holder {
    margin-bottom: 2rem;
}.math_toolsXg::after,
    .math_toolsXg .company_holder::before,
    .math_toolsXg .company_holder::after,
    .math_toolsXg .science_refJP::after {
    display: none;
}
}



@media (max-width: 992px) {.customer_reviewsKt {
    padding: 5rem 0;
}.customer_reviewsKt h2 {
    font-size: calc(28px * 0.9);
    max-width: 100%;
    transform: translateX(1.5rem);
}.customer_reviewsKt .rating_praisewV {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.customer_reviewsKt a {
    transform: translateX(1.5rem);
}.customer_reviewsKt a:hover {
    transform: translateX(1.5rem) translateY(-5px);
}
}



@media (max-width: 1100px) {.instructor_profileRV .opinion_spotzq {
    flex-direction: column;
    align-items: center;
}.instructor_profileRV .cover_imageIk {
    margin-bottom: 4rem;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    left: auto;
    height: 320px;
    position: relative;
    width: 250px;
}.instructor_profileRV .emp_overviewWM {
    width: 100%;
    margin-left: 0;
    padding: 2rem;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
}}



@media (max-width: 767px) {.title_screeniz h1 {
    font-size: calc(37px * 0.9);
}.title_screeniz .page_beginrU p {
    font-size: calc(13px * 0.95);
}.title_screeniz svg {
    height: 70px;
    width: 70px;
}.title_screeniz .inquiry_sectionqG {
    width: 100%;
    text-align: center;
}}



@media (max-width: 991px) {.about_thisDy {
    padding: 80px 0;
}.about_thisDy .words_containerra {
    padding: 40px 30px;
    transform: translateZ(10px) rotateX(1deg);
}.about_thisDy h1 {
    font-size: calc(29px + 2px);
    margin-bottom: 30px;
}.about_thisDy ul li h4 {
    font-size: 18px;
}
}



@media (max-width: 575px) {.about_thisDy {
    padding: 50px 0;
}.about_thisDy .words_containerra {
    padding: 25px 20px;
}.about_thisDy .words_containerra::before {
    transform: translateX(-3px);
    width: 5px;
}.about_thisDy h1 {
    font-size: calc(29px - 2px);
    margin-bottom: 20px;
}.about_thisDy ul li {
    margin-bottom: 15px;
}.about_thisDy ul li h4 {
    margin-bottom: 10px;
    font-size: calc(18px - 1px);
}}


@media (min-width: 992px) {.service_contactNT .contact_helphm {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.service_contactNT {
    padding: 8rem 0;
}.service_contactNT .send_messageJx {
    padding: 4rem 5rem;
}.service_contactNT .send_messageJx h3 {
    font-size: calc(35px * 1.1);
}.service_contactNT .contact_helphm::before,
    .service_contactNT .contact_helphm::after {
    height: 30px;
    width: 30px;
}
}



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



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

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}



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



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}



@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(20px) translateZ(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px);
    }
}

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

h1, h2, h3, h4, h5, h6 {word-break: break-word;}


@media(max-width: 768px) {
    .contact_helphm {
        display: flex !important;
        flex-direction: column !important;
    }
    .emp_overviewWM {
        padding-left: 40px !important;
        width: 257px !important;
    }
    .h3-cont {
        width: 270px !important;
    }
    .input_holder {
        width: 270px !important;
        padding: 12px !important; 
    }
}