.header_knowYU {
    flex: 1 0 auto;
}

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

.math_toolsXg {
    flex: 0 0 auto;
}

.math_toolsXg {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}



.subscribe_to_newslettermk .knowledge_classesxn {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.subscribe_to_newslettermk h3 {
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
    transform: translateX(-5%);
    background: #ffffff;
    color: #000000;
    padding: 1.5rem 2rem;
    font-size: 23px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.subscribe_to_newslettermk input[type="email"] {
    font-size: 17px;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
    color: #000000;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    background: rgb(240,224,205);
    flex: 1 1 250px;
    border: none;
    margin-right: 1.5rem;
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
}

.subscribe_to_newslettermk input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.subscribe_to_newslettermk::after {
    top: 15%;
    width: 40%;
    background-size: 20px 20px;
    opacity: 0.1;
    content: "";
    position: absolute;
    z-index: 1;
    animation: patternMove 15s linear infinite;
    pointer-events: none;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(226,190,154) 49.5%, rgb(226,190,154) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(226,190,154) 49.5%, rgb(226,190,154) 50.5%, transparent 50.5%);
    height: 70%;
    right: -10%;
}

.price_boxAT h2 {
    position: relative;
    animation: float 6s ease-in-out infinite;
    font-weight: 700;
    font-size: 38px;
    color: #ffffff;
    text-align: center;
    transform: translateY(0);
    margin-bottom: 20px;
}

.price_boxAT .plan_dealswz {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
    gap: 30px;
    list-style: none;
    width: 100%;
}

.price_boxAT .cost_feevR::before {
    height: 5px;
    content: "";
    transform: scaleX(0.5);
    background: linear-gradient(90deg, rgb(226,190,154), rgb(208,154,106));
    top: 0;
    transform-origin: left;
    width: 100%;
    position: absolute;
    transition: transform 0.4s ease;
    left: 0;
}

.price_boxAT .fee_plansVK h4::after {
    background-color: rgb(226,190,154);
    width: 40px;
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
}

.price_boxAT .fee_plansVK:hover .rate_panelWR {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

.course_featuresPz {
    padding: 120px 0;
    background-color: rgb(208,154,106);
    position: relative;
    overflow: hidden;
}

.course_featuresPz::after {
    content: "";
    background-image: 
        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%),
        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%);
    width: 100%;
    position: absolute;
    left: 0;
    background-size: 50px 50px;
    height: 100%;
    top: 0;
    z-index: 1;
}

.course_featuresPz .words_containerra .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.course_featuresPz .words_containerra .description:last-of-type::before {
    background: rgb(208,154,106);
}

.course_featuresPz .cover_imageIk {
    order: 1;
    height: 400px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    overflow: hidden;
}

.contact_sectionHL {
    position: relative;
    padding: 6rem 0;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(
        225deg, 
        rgb(240,224,205) 0%, 
        rgb(208,154,106,0.5) 100%
    );
}

.contact_sectionHL .container {
    z-index: 3;
    max-width: 1300px;
    padding: 0 1rem;
    margin: 0 auto;
    position: relative;
}

.contact_sectionHL h2 {
    margin-bottom: 3rem;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    position: relative;
}

.contact_sectionHL h2::after {
    right: 0;
    width: 30%;
}

.contact_sectionHL .message_listOM:hover {
    transform: rotateX(0) scale(1);
}

.contact_sectionHL .cover_imageIk {
    min-height: 500px;
    overflow: hidden;
    position: relative;
    flex: 0 0 40%;
}

.contact_sectionHL .help_messageUq {
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 4rem 3rem;
    flex: 0 0 60%;
    position: relative;
}

.contact_sectionHL .help_messageUq form {
    position: relative;
    width: 100%;
    z-index: 3;
    max-width: 500px;
    margin: 0 auto;
}

.contact_sectionHL .help_messageUq input:not([type="checkbox"]):not([type="submit"]) {
    padding: 1rem 1.5rem;
    background: rgb(208,154,106,0.5);
    margin-bottom: 1.5rem;
    border: 1px solid rgb(226,190,154,0.5);
    color: #ffffff;
    z-index: 2;
    width: 100%;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    outline: none;
}

.contact_sectionHL .help_messageUq .request_feedbackhI {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}

.contact_sectionHL .help_messageUq .request_feedbackhI input[type="checkbox"]:checked::after {
    left: 50%;
    top: 50%;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '✔';
    color: #ffffff;
}

.contact_sectionHL .help_messageUq .inquiry_sectionqG {
    border: none;
    background: rgb(226,190,154);
    color: #ffffff;
    position: relative;
    font-weight: 600;
    padding: 1rem;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}

#cookiePromptNoticefX {
    display: none;
}

.cookie_checkys {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}

.cookie_popup_overlayra p {
    font-size: 18px;
}

.track_optinUD {
    white-space: nowrap;
    flex-shrink: 0;
    color: rgb(226,190,154);
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
    min-width: 120px;
    cursor: pointer;
    line-height: 35px;
    border-bottom: 2px solid rgb(226,190,154);
    font-size: 24px;
}

.grid-containerfL .visitor_acceptanceUl h5 {
    font-weight: 700;
}

.grid-containerfL .visitor_acceptanceUl h5, .grid-containerfL .visitor_acceptanceUl p {
    color: #ffffff;
}

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

.math_toolsXg .company_holder {
    position: relative;
    padding: 0;
    grid-column: span 5;
}

.math_toolsXg .trial_offerzx {
    margin-top: 1.5rem;
    font-size: 13px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 0 1.5rem;
    position: relative;
    color: #ffffff;
    line-height: 1.7;
}

.math_toolsXg .main_pageSn {
    position: relative;
}

.math_toolsXg .main_pageSn h5::after {
    bottom: -2px;
    left: 0;
    position: absolute;
    content: "";
    background: #ffffff;
    width: 40px;
    height: 2px;
}

.math_toolsXg .main_pageSn .nav_mainbarRB a::after {
    margin-left: 0.5rem;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    opacity: 0;
    content: "\2192";
}

.reward_sysUr .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

.math_toolsXg::after {
    top: 2rem;
    right: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 50px;
    content: "";
    height: 50px;
}

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

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

.customer_reviewsKt h2 {
    max-width: 80%;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3.5rem;
    position: relative;
    font-size: 28px;
    transform: translateX(2rem);
}

.customer_reviewsKt h2::after {
    left: 0;
    background: rgb(208,154,106);
    transform: scaleX(0.8);
    position: absolute;
    content: "";
    width: 6rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
    height: 0.25rem;
    bottom: -1rem;
}

.customer_reviewsKt .opinion_spotzq::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: linear-gradient(90deg, rgb(226,190,154) 0%, rgb(208,154,106) 100%);
    content: "";
    position: absolute;
    opacity: 0.85;
    transform: scaleX(0.95);
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    height: 0.35rem;
}

.customer_reviewsKt .opinion_spotzq:hover img {
    transform: scale(1.05) rotate(3deg);
}

.customer_reviewsKt .opinion_spotzq h4 {
    color: #000000;
    margin: 0;
    font-size: calc(21px * 0.9);
    position: relative;
    font-weight: 600;
}

.customer_reviewsKt .opinion_spotzq:hover h4::after {
    width: 3.5rem;
}

.customer_reviewsKt .opinion_spotzq .description::before {
    opacity: 0.07;
    border-radius: 50%;
    position: absolute;
    width: 3rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    right: -0.5rem;
    background: rgb(208,154,106,0.5);
    bottom: -0.5rem;
    z-index: -1;
    transform: scale(0);
    height: 3rem;
    content: "";
}

.customer_reviewsKt a:hover {
    box-shadow: 0 15px 25px rgb(226,190,154,0.5);
    transform: translateX(2rem) translateY(-5px);
}

.instructor_profileRV {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,224,205) 0%, rgb(226,190,154,0.5) 100%);
    padding: 7rem 2rem 5rem;
    perspective: 1000px;
}

.instructor_profileRV .opinion_spotzq {
    transform-style: preserve-3d;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    position: relative;
    max-width: 1000px;
    z-index: 2;
    display: flex;
}

.instructor_profileRV .emp_overviewWM {
    width: 550px;
    background: #ffffff;
    margin-left: auto;
    position: relative;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    z-index: 2;
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 14px;
}

.instructor_profileRV .emp_overviewWM:hover::before {
    left: 8px;
    top: 8px;
    opacity: 0.5;
}

.instructor_profileRV .emp_overviewWM > div:nth-child(2) {
    font-weight: 600;
    font-size: 22px;
    animation: slide-up 0.7s forwards 0.4s;
    z-index: 2;
    margin-bottom: 2rem;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    color: rgb(208,154,106);
}



.instructor_profileRV .opinion_spotzq:hover .cover_imageIk {
    animation: floating 6s ease-in-out infinite;
}

.title_screeniz::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(226,190,154,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(208,154,106,0.5) 0%, transparent 30%);
    left: 0;
    content: "";
    z-index: 1;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.title_screeniz .words_containerra::before {
    height: 60%;
    transform: scaleY(0);
    left: -1rem;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(226,190,154), rgb(208,154,106));
    transform-origin: top;
    animation: growDown 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    width: 4px;
    animation-delay: 0.8s;
    top: 0;
}

.title_screeniz .page_beginrU p {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    margin: 0;
    max-width: 90%;
}

.title_screeniz svg path {
    fill: rgb(226,190,154);
    transition: fill 0.3s ease;
}

.title_screeniz ul {
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    transform: translateY(20px);
    padding: 0;
    list-style: none;
    animation-delay: 0.6s;
    opacity: 0;
    margin: 0;
}

.title_screeniz .inquiry_sectionqG:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.title_screeniz .inquiry_sectionqG:hover::before {
    opacity: 1;
}

.title_screeniz .cover_imageIk {
    position: relative;
    order: 1;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 22px;
    height: 300px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

.privacy_guardhouseqY h1 {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: rgb(226,190,154);
    padding-bottom: 10px;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(208,154,106);
    font-family: Arial, sans-serif;
    font-size: 45px;
}

.privacy_guardhouseqY ul {
    margin: 0;
    list-style-type: disc;
    padding-left: 20px;
}

.privacy_guardhouseqY li {
    border: 1px solid rgb(226,190,154);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 10px;
    line-height: 1.6;
    color: #ffffff;
    background: rgb(208,154,106,0.5);
    margin-bottom: 10px;
    font-size: 12px;
}

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

.about_thisDy .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    perspective: 1000px;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.about_thisDy .words_containerra:hover {
    transform: translateZ(40px) rotateX(0deg);
}

.about_thisDy h1 {
    color: #000000;
    letter-spacing: -0.03em;
    transform: translateX(0);
    position: relative;
    font-size: 38px;
    margin-bottom: 40px;
    font-weight: 700;
    transition: transform 0.4s ease;
}

.about_thisDy .words_containerra:hover h1 {
    transform: translateX(10px);
}

.about_thisDy .words_containerra:hover h1::after {
    width: 100px;
}

.about_thisDy ul li {
    animation-delay: 0.3s;
    transform: translateZ(10px);
    margin-bottom: 20px;
    position: relative;
    animation: fade-in 0.8s forwards;
    opacity: 0;
}

.about_thisDy ul li:hover h4::before {
    width: 100%;
}

.about_thisDy ul li span {
    line-height: 1.7;
    transform: translateY(0);
    transition: transform 0.4s ease;
    letter-spacing: 0.02em;
    text-align: justify;
    font-size: 18px;
    position: relative;
    display: block;
    color: #000000;
    column-count: 1;
    margin-bottom: 10px;
}

header .header_sitebarhM .site_primeQn {
    z-index: 2;
    position: relative;
    transform: translateY(-5px);
    transition: all 0.4s ease;
    margin-left: calc((100vw - 100%) / 2);
}

header .header_sitebarhM .site_primeQn .main_mainbarBu svg {
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
    width: auto;
}

header .header_sitebarhM .main_pageSn::before {
    content: "";
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}

header .header_sitebarhM .main_pageSn .header_pagens a:hover {
    color: rgb(208,154,106);
    transform: translateZ(10px);
}

header .header_sitebarhM .main_pageSn .header_pagens a:hover::after {
    width: calc(100% - 3rem);
}

.service_contactNT {
    background: linear-gradient(135deg, rgb(226,190,154,0.5) 0%, rgb(208,154,106,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}


.service_contactNT .container {
    z-index: 1;
    position: relative;
}

.service_contactNT .send_messageJx {
    transform: translateZ(0);
    border-radius: 20px;
    padding: 3.5rem;
    align-items: center;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background-color: #ffffff;
}


.service_contactNT .send_messageJx {
    animation: slide-up 1s ease-out forwards;
    opacity: 0;
}

.service_contactNT .send_messageJx h3::after {
    border-radius: 10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(226,190,154) 0%, rgb(208,154,106) 100%);
    content: '';
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
}

.service_contactNT .contact_helphm > span {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}


.service_contactNT .contact_helphm > span {
    opacity: 0;
    animation: fade-in 0.5s ease-out forwards;
    animation-delay: calc(var(--i, 0) * 0.1s);
}

.service_contactNT .contact_helphm > span:hover svg {
    transform: scale(1.1) rotate(5deg);
    fill: rgb(208,154,106);
}

.service_contactNT .contact_helphm > span svg path {
    stroke: #ffffff;
    transition: stroke-width 0.3s ease;
    stroke-width: 0.5;
}

.service_contactNT .contact_helphm span > span svg {
    height: 16px;
    transition: all 0.3s ease;
    top: auto;
    left: auto;
    opacity: 0.8;
    width: 16px;
    margin-right: 0.5rem;
    fill: rgb(226,190,154);
    position: relative;
}

.service_contactNT .contact_helphm a svg {
    height: 14px;
    margin-right: 0.5rem;
    fill: rgb(226,190,154);
    position: relative;
    width: 14px;
    transition: all 0.3s ease;
}

.service_contactNT .contact_helphm a:hover svg {
    fill: rgb(208,154,106);
    transform: rotate(15deg);
}

.service_contactNT .instant_requestVf h4 {
    margin-bottom: 1rem;
    font-size: 22px;
    display: inline-flex;
    font-weight: 600;
    padding-bottom: 8px;
    position: relative;
    color: rgb(226,190,154);
    align-items: center;
}

.service_contactNT .instant_requestVf:hover h4 svg {
    transform: rotate(360deg);
}

.service_contactNT .instant_requestVf h4::after {
    content: '';
    bottom: 0;
    width: 40px;
    border-radius: 10px;
    height: 2px;
    left: 0;
    background-color: rgb(226,190,154);
    position: absolute;
}

.service_contactNT .instant_requestVf span:hover svg {
    transform: translateY(-50%) scale(1.2);
}

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

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

.appSpacePN {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,224,205) 0%, rgb(226,190,154,0.5) 100%);
    position: relative;
}

.appSpacePN::before {
    pointer-events: none;
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg) skew(10deg);
    right: -10%;
    background: linear-gradient(225deg, rgb(208,154,106) 0%, transparent 70%);
    content: "";
    opacity: 0.1;
    width: 40%;
    top: -5%;
    height: 60%;
}

.appSpacePN h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    color: rgb(226,190,154);
    transform: translateX(-5%);
    font-size: 35px;
    margin-bottom: 35px;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    max-width: 90%;
}

.appSpacePN .knowledge_classesxn::before {
    background: linear-gradient(to bottom, rgb(226,190,154) 0%, rgb(208,154,106) 100%);
    position: absolute;
    width: 6px;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
}

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

.appSpacePN li::before {
    font-size: 120px;
    top: -40px;
    opacity: 0.1;
    font-family: serif;
    left: -20px;
    position: absolute;
    content: "";
    line-height: 1;
    z-index: -1;
    color: rgb(226,190,154);
}



@media (max-width: 992px) {.subscribe_to_newslettermk .feedback_supportNC {
    margin: 0 auto;
    width: 90%;
}.subscribe_to_newslettermk h3 {
    transform: translateX(0);
}.subscribe_to_newslettermk .input_holder {
    transform: translateX(0);
}
}



@media (max-width: 1200px) {.price_boxAT {
    padding: 100px 0;
}.price_boxAT .plan_dealswz {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.price_boxAT {
    padding: 80px 0;
}.price_boxAT .plan_dealswz {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.price_boxAT h2 {
    font-size: calc(38px * 0.9);
}
}



@media (min-width: 992px) {.course_featuresPz .training_mapnJ {
    gap: 80px;
}.course_featuresPz .cover_imageIk {
    height: 500px;
}
}



@media (max-width: 991px) {.course_featuresPz {
    padding: 80px 0;
}
}



@media (max-width: 767px) {.course_featuresPz {
    padding: 60px 0;
}.course_featuresPz .words_containerra {
    grid-template-columns: 1fr;
}.course_featuresPz .words_containerra h2 {
    font-size: calc(48px * 0.9);
}.course_featuresPz .cover_imageIk {
    height: 350px;
}
}



@media screen and (max-width: 768px) {.contact_sectionHL {
    padding: 3rem 0;
}.contact_sectionHL h2 {
    font-size: calc(44px * 0.8);
    margin-bottom: 2rem;
}.contact_sectionHL .help_messageUq h3 {
    font-size: calc(34px * 0.9);
}.contact_sectionHL .help_messageUq input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact_sectionHL .help_messageUq .request_feedbackhI {
    align-items: flex-start;
}.contact_sectionHL .help_messageUq .request_feedbackhI input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 768px) {.math_toolsXg {
    padding: 3rem 0 1.5rem;
}.math_toolsXg .nav_mainbarRB {
    gap: 1.5rem;
}.math_toolsXg .company_holder h3 {
    font-size: calc(35px - 2px);
}.reward_sysUr {
    margin-top: 3rem;
}
}



@media (max-width: 420px) {.math_toolsXg .company_holder h3::after,
    .math_toolsXg .main_pageSn h5::after {
    width: 30px;
}.math_toolsXg .main_pageSn .nav_mainbarRB a:hover {
    padding-left: 0.3rem;
}}



@media (max-width: 576px) {.customer_reviewsKt {
    padding: 3rem 0;
}.customer_reviewsKt h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 2rem;
    transform: translateX(1rem);
}.customer_reviewsKt h2::before {
    left: -1rem;
    width: 0.35rem;
}.customer_reviewsKt h2::after {
    width: 4rem;
}.customer_reviewsKt .opinion_spotzq {
    padding: 1.75rem 1.25rem;
}.customer_reviewsKt .opinion_spotzq img {
    width: 3.5rem;
    height: 3.5rem;
}.customer_reviewsKt a {
    transform: translateX(0);
    text-align: center;
    width: 100%;
}.customer_reviewsKt a:hover {
    transform: translateX(0) translateY(-3px);
}}



@media (min-width: 1024px) {.title_screeniz {
    padding: 6rem 0;
}.title_screeniz .knowledge_classesxn {
    gap: 5rem;
}.title_screeniz .words_containerra {
    flex: 0.8;
}.title_screeniz h1 {
    font-size: 45px;
}.title_screeniz .page_beginrU {
    gap: 2rem;
}.title_screeniz .cover_imageIk {
    height: 500px;
    flex: 1.2;
}.title_screeniz .cover_imageIk:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.title_screeniz svg {
    height: 120px;
    width: 120px;
}
}


@media only screen and (max-width: 800px) {.privacy_guardhouseqY {
    padding: 20px;
}.privacy_guardhouseqY h1 {
    margin-bottom: 15px;
    font-size: calc(19px - 4px);
}.privacy_guardhouseqY h2 {
    font-size: calc(19px - 2px);
    margin-bottom: 10px;
}.privacy_guardhouseqY ul {
    padding-left: 15px;
}.privacy_guardhouseqY li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy_guardhouseqY div {
    padding: 15px;
}}



@media screen and (max-width: 991px) {header .header_sitebarhM {
    padding: 1rem 0;
    align-items: center;
    flex-direction: column;
}header .header_sitebarhM .site_primeQn {
    margin-left: 0;
    margin-bottom: 1rem;
}header .header_sitebarhM .main_pageSn {
    flex-wrap: wrap;
    clip-path: none;
    width: 100%;
    justify-content: center;
    padding-right: 0;
    background: rgb(226,190,154,0.5);
}header .header_sitebarhM .main_pageSn .header_pagens a {
    padding: 0.8rem 1rem;
}header .header_sitebarhM .main_pageSn .header_pagens a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .header_sitebarhM .main_pageSn .header_pagens a:hover::after {
    width: calc(100% - 2rem);
}
}


@media (max-width: 767px) {.service_contactNT {
    padding: 4rem 0;
}.service_contactNT .send_messageJx {
    padding: 2.5rem;
}.service_contactNT .contact_helphm {
    padding: 1.5rem;
    grid-template-columns: 1fr;
}.service_contactNT .instant_requestVf {
    grid-column: span 1;
}.service_contactNT .contact_todaygO {
    max-width: 100%;
    font-size: 13px;
}.service_contactNT .send_messageJx h3 {
    font-size: 35px;
}.service_contactNT .contact_helphm > span svg {
    width: 16px;
    left: -0.3rem;
    height: 16px;
}.service_contactNT .instant_requestVf h4 svg {
    height: 18px;
    width: 18px;
}
}



@media (max-width: 575px) {.appSpacePN {
    padding: 60px 0;
}.appSpacePN .container {
    transform: perspective(1000px) rotateX(1deg);
}.appSpacePN h2 {
    font-size: calc(35px - 0.5rem);
    margin-bottom: 25px;
}.appSpacePN h2::after {
    width: 60px;
    height: 2px;
}.appSpacePN .knowledge_classesxn {
    padding: 25px 20px 25px 25px;
}.appSpacePN .knowledge_classesxn::before {
    width: 4px;
}.appSpacePN li::before {
    font-size: 70px;
    left: -10px;
    top: -20px;
}.appSpacePN li span {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}
}



@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}



@keyframes floatBlur {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    100% {
        transform: translate(5%, 5%) rotate(5deg);
    }
}



@keyframes slideIn {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes growDown {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}



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

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

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

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