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

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

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

.help_desk_infoQ::before {
    background-size: 40px 40px;
    z-index: 0;
    background-image: 
        linear-gradient(30deg, rgba(rgb(191,171,171,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(191,171,171,0.5), 0.03) 1px, transparent 1px);
    background-position: center;
    transform: skewY(-2deg) scale(1.05);
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
}

.help_desk_infoQ h3 {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(191,171,171);
    position: relative;
}

.help_desk_infoQ p {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 17px;
}

.help_desk_infoQ svg path {
    fill: rgb(191,171,171);
    transition: all 0.3s ease;
}

.help_desk_infoQ .assist_formn {
    padding: 0.75rem 1rem;
    gap: 0.5rem;
    align-items: center;
    color: #000000;
    text-decoration: none;
    transform: translateX(0);
    transition: all 0.3s ease;
    font-weight: 400;
    background: rgba(rgb(191,171,171,0.5), 0.05);
    display: flex;
    border-left: 3px solid transparent;
}

header .site_mainN::after {
    height: 100%;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
    width: 40%;
    opacity: 0.1;
    top: 0;
    background: linear-gradient(135deg, transparent 25%, rgb(191,171,171,0.5) 100%);
    position: absolute;
    right: 0;
}

header .nav_infoj::after {
    right: -10px;
    bottom: -5px;
    height: 25px;
    width: 25px;
    background: rgb(156,138,119,0.5);
}

header .nav_infoj svg {
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}

header .head_expert6::after {
    left: 0;
    animation: moveStripes 20s linear infinite;
    opacity: 0.05;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(191,171,171,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(191,171,171,0.5) 50%, rgb(191,171,171,0.5) 75%, transparent 75%, transparent);
    top: 0;
    background-size: 10px 10px;
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
}

header .main_learnW a::before {
    background: #ffffff;
    content: "";
    transform: translateZ(-1px);
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
}

header .main_learnW a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    color: rgb(191,171,171);
    border-color: rgb(191,171,171,0.5);
}

.audience_profile3 .virtual_academyD {
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    margin: 0 auto;
    padding: 50px;
    position: relative;
    z-index: 2;
    max-width: 900px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 24px;
}

.audience_profile3 ul {
    display: flex;
    list-style: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 25px;
}

.audience_profile3 ul li::before {
    background: linear-gradient(
    45deg,
    transparent,
    rgb(156,138,119,0.5),
    rgb(191,171,171,0.5),
    transparent
  );
    opacity: 0.4;
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    transition: opacity 0.4s ease;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    inset: 0;
    position: absolute;
    content: "";
    border-radius: 24px;
    padding: 2px;
}

.audience_profile3 ul li:hover svg path {
    fill: rgb(191,171,171);
}

.audience_profile3 ul li:hover::after {
    opacity: 1;
}

.appDivq::before {
    width: 200%;
    content: "";
    left: -50%;
    pointer-events: none;
    transform: rotate(-12deg);
    opacity: 0.8;
    top: -50%;
    animation: orbital 30s infinite linear;
    background: radial-gradient(circle at center, rgba(rgb(156,138,119,0.5), 0.03) 0%, transparent 60%);
    height: 200%;
    position: absolute;
}

.appDivq .virtual_academyD {
    position: relative;
    transform: translateZ(0);
    overflow: hidden;
    display: flex;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    flex-direction: column;
    padding: 3.5rem;
    gap: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
}

.appDivq h5::before {
    top: 0.5rem;
    background: rgb(191,171,171);
    height: 0.5rem;
    border-radius: 50%;
    left: 0;
    box-shadow: 0 0 10px rgba(rgb(191,171,171,0.5), 0.5);
    content: "";
    position: absolute;
    width: 0.5rem;
    animation: pulse 3s infinite ease-in-out;
}

.program_informationv::before {
    pointer-events: none;
    width: 40%;
    top: -10%;
    position: absolute;
    background: linear-gradient(210deg, rgb(191,171,171,0.5) 0%, transparent 80%);
    content: "";
    transform: rotate(-15deg) skewX(20deg);
    height: 70%;
    opacity: 0.15;
    z-index: 1;
    right: -5%;
}

.program_informationv .shoti {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 
                0 5px 20px -5px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(3deg) rotateX(1deg);
    overflow: hidden;
    height: 350px;
    transition: transform 0.6s cubic-bezier(0.21, 1.05, 0.81, 1), 
                box-shadow 0.6s cubic-bezier(0.21, 1.05, 0.81, 1);
}

.program_informationv .shoti:hover::after {
    transform: scale(1);
    opacity: 1;
}

.program_informationv .phrase_holderk:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}

.program_informationv .phrase_holderk::before {
    transform: rotate(45deg);
    background-color: rgb(191,171,171);
    position: absolute;
    opacity: 0.15;
    content: "";
    height: 60px;
    width: 60px;
    left: -30px;
    z-index: -1;
    top: 30px;
}

.program_informationv h3::after {
    width: 80px;
    position: absolute;
    content: "";
    transition: transform 0.4s ease;
    left: 0;
    bottom: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, 
                rgb(191,171,171) 0%, 
                rgb(156,138,119) 100%);
    height: 3px;
}

.contact_informationP::before {
    left: 0;
    content: '';
    position: absolute;
    right: 0;
    pointer-events: none;
    z-index: 1;
    bottom: 0;
    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
        );
    top: 0;
}

.contact_informationP .support_cardO {
    transform: rotateX(5deg) scale(0.98);
    border-radius: 21px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid rgb(191,171,171,0.5);
    display: flex;
    align-items: stretch;
    background: rgb(156,138,119,0.5);
    transition: transform 0.3s ease;
}

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

.contact_informationP .support_panelb input:not([type="checkbox"]):not([type="submit"])::before {
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(191,171,171,0.5) 100%
    );
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
}

.contact_informationP .support_panelb .reach_boxX input[type="checkbox"]:checked {
    background: rgb(191,171,171);
    border-color: rgb(191,171,171);
}

.contact_informationP .support_panelb .reach_boxX label {
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.contact_informationP .support_panelb .request_supportD {
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    letter-spacing: 0.1em;
    padding: 1rem;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    background: rgb(191,171,171);
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pricing_groupt::before {
    z-index: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0;
    background-color: rgba(0, 20, 50, 0.85);
    content: "";
    left: 0;
    backdrop-filter: blur(5px);
}

.pricing_groupt .enroll_costp {
    margin: 0 auto 3rem;
    line-height: 1.6;
    font-size: calc(13px * 1.1);
    max-width: 800px;
    transform: translateZ(20px);
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
}

.pricing_groupt .package_price6 li {
    transform: perspective(1000px) rotateX(5deg);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.pricing_groupt .fee_boardn {
    color: #ffffff;
    display: block;
    height: 100%;
    transform-style: preserve-3d;
    text-decoration: none;
}

.pricing_groupt .payment_optiong::after {
    transition: opacity 0.5s ease;
    content: "";
    width: 200%;
    transform: translateZ(5px);
    opacity: 0;
    position: absolute;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    left: -50%;
    top: -50%;
}

.pricing_groupt .lesson_plansZ h4 {
    transition: transform 0.4s ease;
    font-weight: 700;
    font-size: calc(21px * 1.1);
    color: #ffffff;
    transform: translateZ(20px);
    margin-bottom: 15px;
    position: relative;
}

.pricing_groupt .fee_boardn:hover .rate_optionse {
    background: linear-gradient(rgba(rgb(156,138,119,0.5), 0.4), rgba(rgb(156,138,119,0.5), 0.7));
    color: #ffffff;
    transform: translateZ(30px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

footer::before {
    background: linear-gradient(135deg, rgb(191,171,171,0.5) 0%, rgb(156,138,119,0.5) 100%);
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.92;
}

.mobile_ctau .company_holder {
    margin-bottom: 2rem;
    flex: 0 0 40%;
    padding: 0 3rem 2rem 0;
    position: relative;
}

.mobile_ctau .company_holder h3::after {
    box-shadow: 0 0 10px rgb(191,171,171);
    width: 80px;
    height: 3px;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(191,171,171);
}

.mobile_ctau .header_lessonG {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex: 1;
}

.mobile_ctau .head_expert6 h5 {
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    transform: skewX(-5deg);
    font-size: 24px;
    margin: 0 0 1.5rem;
    color: #ffffff;
}

.mobile_ctau .head_expert6 .header_lessonG a {
    color: #ffffff;
    font-size: 13px;
    position: relative;
    transform: skewX(-5deg);
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.cert_blockZ .volunteer1 {
    color: #ffffff;
    transform: skewX(-5deg);
    text-align: center;
    font-size: 16px;
    width: 100%;
}

#cookiePolicyMessageV {
    display: none;
}

.privacy_learnG {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 5%;
    gap: 20px;
    border: 2px dashed rgb(191,171,171);
    border-radius: 11px;
    background: rgba(0, 0, 0, 0.5);
}

.data_notice9 {
    flex-shrink: 0;
    justify-content: center;
    border-radius: 11px;
    margin-right: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    background: rgb(191,171,171,0.5);
}

.cookie_button.cookie_checkl {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(156,138,119);
}

.trackingNoticeDialog2 p a:hover {
    color: rgb(156,138,119);
}


.privacy_gateD {
    line-height: 1.6;
    color: #000000;
    background-color: rgb(224,220,220);
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    padding: 50px 20px;
}

.privacy_gateD ul, .privacy_gateD ol {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.privacy_gateD ul li:before, .privacy_gateD ol li:before {
    background-color: rgb(156,138,119);
    position: absolute;
    border-radius: 50%;
    left: 0;
    content: '';
    top: 0.5em;
    height: 10px;
    width: 10px;
}

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

.join_our_mailing_listR h3 {
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    font-size: calc(35px * 1.2);
    color: rgb(191,171,171);
    grid-area: headline;
    position: relative;
    z-index: 1;
    letter-spacing: -1px;
    transform: translateX(-5%);
}

.join_our_mailing_listR h3 {
    overflow: hidden;
    white-space: nowrap;
}

.join_our_mailing_listR input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(191,171,171);
}

.join_our_mailing_listR input[type="email"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0.3;
}

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



.join_our_mailing_listR .request_list9:hover {
    animation: float 5s ease-in-out infinite;
}

.join_our_mailing_listR h3::after {
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
    border-left: 3px solid rgb(191,171,171);
    background: rgb(224,220,220);
    content: "";
    animation: typewriter 2s steps(20) 0.5s forwards;
    height: 100%;
    position: absolute;
}

.greeting_pageD > div {
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.greeting_pageD p {
    margin-bottom: 30px;
    font-size: 14px;
    position: relative;
    animation: fadeInUp 0.8s 0.2s both;
    line-height: 1.7;
    max-width: 500px;
    color: #000000;
}

.greeting_pageD .expert_trackq {
    overflow: hidden;
    transition: transform 0.5s, box-shadow 0.5s;
    transform: perspective(800px) rotateY(-5deg);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.5), 
              -12px -12px 24px #ffffff,
              inset 3px 3px 8px rgb(255, 255, 255, 0.5),
              inset -3px -3px 8px rgba(0, 0, 0, 0.5);
    height: 360px;
    position: relative;
    width: 100%;
    border-radius: 12px;
}

.experience_trialB {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(224,220,220) 0%, rgb(191,171,171,0.5) 100%);
    overflow: hidden;
}

.experience_trialB::after {
    content: '';
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(191,171,171,0.5) 0%, transparent 100%);
    width: 100%;
    height: 40%;
    opacity: 0.2;
    position: absolute;
    z-index: 1;
}

.experience_trialB .request_supportD {
    background: linear-gradient(135deg, rgb(191,171,171) 0%, rgb(156,138,119) 100%);
    align-items: center;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    justify-content: center;
    display: flex;
    font-size: 19px;
    text-transform: uppercase;
    flex: 0 0 300px;
    z-index: 5;
    padding: 50px;
    text-decoration: none;
}

.experience_trialB .virtual_academyD::after {
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 90%, rgb(191,171,171,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgb(156,138,119,0.5) 0%, transparent 30%);
    opacity: 0.05;
    z-index: 1;
}

.education_historyQ .shoti {
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    position: relative;
    transform: perspective(1000px) rotateY(-8deg);
    border-radius: 28px;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(191,171,171,0.5);
    z-index: 3;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 420px;
    grid-area: photo;
}

.education_historyQ .name::after {
    transform: scaleX(0.6);
    content: "";
    background: rgb(191,171,171);
    bottom: -8px;
    position: absolute;
    height: 4px;
    left: 20px;
    transition: transform 0.5s ease;
    width: 60px;
    transform-origin: left;
}

.education_historyQ .feedback_stories8:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}

.education_historyQ .work_listb::before {
    left: 25px;
    content: "";
    position: absolute;
    opacity: 0.7;
    top: -15px;
    font-size: calc(42px * 2);
    color: rgb(191,171,171);
}

.education_historyQ .feedback_stories8:hover .work_listb {
    transform: translateY(-10px);
}

.company_infoK::before {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    width: 40%;
    position: absolute;
    top: 0;
    background: rgb(191,171,171,0.5);
    right: 0;
    z-index: 1;
    height: 100%;
    content: '';
}

.company_infoK .virtual_academyD {
    display: grid;
    gap: 60px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.company_infoK .shoti {
    border: 6px solid #ffffff;
    transform: rotate(-3deg);
    position: relative;
    width: 160px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 160px;
    border-radius: 16px;
}

.company_infoK .learning_zonex {
    position: relative;
    font-size: 23px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}

.company_infoK .story_tlc {
    align-items: center;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 21px;
    color: #000000;
    display: flex;
}

.company_infoK .story_tlc svg {
    margin-right: 10px;
    fill: rgb(191,171,171);
    width: 35px;
    height: 35px;
}

.company_infoK p {
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 13px;
}

.company_infoK .virtual_academyD::after {
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    height: 50px;
    z-index: 4;
    box-shadow: 0 0 0 10px rgb(224,220,220);
    width: 50px;
    top: 50%;
    border-radius: 50%;
}



@media (max-width: 767px) {.help_desk_infoQ {
    padding: 3rem 0;
}.help_desk_infoQ .talk_contact0 {
    border-radius: 10px;
    padding: 2rem;
}.help_desk_infoQ h3 {
    margin-bottom: 1rem;
}.help_desk_infoQ p {
    margin-bottom: 1rem;
}.help_desk_infoQ .container {
    padding: 0 1rem;
}.help_desk_infoQ .assist_formn {
    padding: 0.5rem 0.75rem;
}
}



@media (min-width: 1200px) {.help_desk_infoQ .talk_contact0 {
    max-width: 1000px;
    margin: 0 auto;
}.help_desk_infoQ::before {
    background-size: 60px 60px;
}
}



@media (max-width: 991px) {header .header_start3 {
    justify-items: center;
    gap: 2rem;
    grid-template-columns: 1fr;
}header .head_expert6 {
    clip-path: none;
    width: 100%;
    border-radius: 29px;
    background: #ffffff;
    justify-content: center;
}
}



@media screen and (max-width: 768px) {.audience_profile3 {
    padding: 50px 15px;
}.audience_profile3 .virtual_academyD {
    padding: 30px 20px;
    backdrop-filter: blur(8px);
}.audience_profile3 h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.audience_profile3 ul {
    gap: 15px;
}.audience_profile3 ul li {
    padding: 20px 15px;
}.audience_profile3 ul li svg {
    margin-bottom: 12px;
    width: 35px;
    height: 35px;
}.audience_profile3::before {
    animation-duration: 60s;
}.audience_profile3 ul li::before {
    padding: 1px;
}}



@media (min-width: 1200px) {.appDivq .virtual_academyD {
    gap: 5rem;
    padding: 5rem;
}.appDivq h5 {
    font-size: calc(20px * 1.2);
}.appDivq p {
    font-size: calc(18px * 1.1);
}
}



@media (min-width: 768px) {.program_informationv .program_planE {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.program_informationv .shoti {
    height: 450px;
    transform: perspective(1000px) rotateY(5deg) rotateX(2deg);
}.program_informationv h3 {
    font-size: 32px;
    margin-bottom: 30px;
}
}



@media (min-width: 1200px) {.program_informationv .program_planE {
    gap: 100px;
}.program_informationv .shoti {
    height: 550px;
}.program_informationv h3 {
    font-size: calc(32px * 1.1);
}.program_informationv .phrase_holderk {
    padding: 50px 60px 50px 50px;
}.program_informationv p.description {
    line-height: 1.8;
    max-height: 350px;
    font-size: calc(14px * 1.05);
}
}



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



@media (max-width: 575px) {.pricing_groupt {
    padding: 50px 0;
}.pricing_groupt h2 {
    font-size: calc(34px * 0.7);
}.pricing_groupt .enroll_costp {
    font-size: calc(13px * 0.95);
    margin-bottom: 2rem;
}.pricing_groupt .lesson_plansZ {
    padding: 20px 15px;
}.pricing_groupt .lesson_plansZ h4 {
    font-size: 21px;
}.pricing_groupt .lesson_plansZ p {
    font-size: calc(13px * 0.9);
    max-height: 180px;
}.pricing_groupt .rate_optionse {
    padding: 8px 12px;
    font-size: 21px;
}}



@media (max-width: 576px) {.mobile_ctau {
    padding: 3rem 0 1rem;
}.mobile_ctau::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.mobile_ctau .head_expert6 {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.mobile_ctau .company_holder {
    margin-bottom: 2rem;
}.mobile_ctau .head_expert6 .header_lessonG a {
    padding: 0.6rem 0.8rem;
}.mobile_ctau .head_expert6 .header_lessonG a:hover {
    padding-left: 1.2rem;
}.cert_blockZ {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}


@media only screen and (max-width: 800px) {.privacy_gateD {
    padding: 30px 15px;
}.privacy_gateD h1 {
    font-size: calc(21px - 10px);
}.privacy_gateD h2 {
    font-size: calc(21px - 8px);
}.privacy_gateD p, .privacy_gateD li {
    font-size: calc(13px - 2px);
}}



@media (max-width: 992px) {.greeting_pageD {
    padding: 80px 0;
}.greeting_pageD > div {
    grid-template-columns: 1fr;
    gap: 30px;
}.greeting_pageD .course_introc {
    font-size: calc(45px * 0.85);
}.greeting_pageD .expert_trackq {
    height: 320px;
    transform: perspective(800px) rotateY(0);
}
}



@media (max-width: 576px) {.greeting_pageD {
    padding: 40px 0;
}.greeting_pageD .course_introc {
    font-size: calc(45px * 0.6);
}.greeting_pageD .expert_trackq {
    height: 240px;
}.greeting_pageD .expert_trackq span {
    padding: 10px;
}.greeting_pageD .expert_trackq h3 {
    font-size: calc(21px * 0.8);
}.greeting_pageD::after {
    width: 120px;
    height: 120px;
}}



@media (max-width: 480px) {.experience_trialB {
    padding: 50px 0;
}.experience_trialB .container p {
    font-size: calc(18px * 1.2);
    padding: 25px 20px;
}.experience_trialB .request_supportD {
    font-size: calc(19px * 0.9);
    padding: 15px;
}}



@media (max-width: 576px) {.education_historyQ {
    padding: 60px 0;
}.education_historyQ .shoti {
    max-width: 250px;
    height: 250px;
}.education_historyQ .name {
    font-size: 21px;
}.education_historyQ .work_listb {
    font-size: calc(14px * 0.95);
    padding: 25px 20px;
}}



@media (max-width: 768px) {.company_infoK {
    padding: 60px 0;
}.company_infoK .study_trainingd {
    padding: 30px;
}.company_infoK .shoti {
    width: 140px;
    border-width: 4px;
    height: 140px;
}.company_infoK .phrase_holderk {
    padding: 30px;
}.company_infoK h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.9);
}.company_infoK p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}



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



@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



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



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

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

