header,footer {
    width: 100%;
}

header {
    padding: 1.5rem 0;
    position: relative;
    z-index: 1000;
    background: linear-gradient(to right, rgb(134,160,185,0.5), rgb(174,192,210));
    overflow: visible;
}

html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}

.nav_studyCn {
    flex: 1 0 auto;
}

.affiliate_ctaGs::before {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    top: 0;
    backdrop-filter: blur(8px);
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
}



.affiliate_ctaGs::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.affiliate_ctaGs .company_holder h3 {
    display: inline-block;
    font-size: calc(28px * 0.9);
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
}

.affiliate_ctaGs .company_holder h3::after {
    height: 3px;
    border-radius: 10px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(174,192,210);
    bottom: -8px;
    width: 40px;
}

.affiliate_ctaGs .first_teachco {
    display: flex;
    gap: 60px;
}

.affiliate_ctaGs .site_infoFy h5 {
    font-size: 21px;
    margin-bottom: 25px;
    padding-bottom: 12px;
    font-weight: 600;
    position: relative;
}

.affiliate_ctaGs .site_infoFy .first_teachco {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.affiliate_ctaGs .site_infoFy .first_teachco a::before {
    top: 50%;
    width: 0;
    opacity: 0;
    transform: translateY(-50%);
    height: 1px;
    background: rgb(174,192,210);
    content: "";
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
}

.affiliate_ctaGs .site_infoFy .first_teachco a:hover::before {
    width: 8px;
    opacity: 1;
}

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

.license_ctaIC .res_connectjC {
    font-size: 14px;
    opacity: 0.6;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
}

.license_ctaIC .res_connectjC {
    transition: all 0.3s ease;
    position: relative;
}

.affiliate_ctaGs .site_infoFy::before {
    content: "";
    left: -15px;
    background: rgb(174,192,210);
    width: 5px;
    opacity: 0.7;
    position: absolute;
    height: 5px;
    border-radius: 50%;
    top: 10px;
}

.affiliate_ctaGs .site_infoFy:hover::before {
    animation: glow 2s infinite;
}



.affiliate_ctaGs .site_infoFy .first_teachco a::after {
    bottom: -2px;
    height: 1px;
    position: absolute;
    background: rgb(174,192,210);
    width: 0;
    content: "";
    transition: width 0.3s ease;
    left: 0;
}

.affiliate_ctaGs .site_infoFy .first_teachco a:nth-child(odd):hover {
    transform: translateX(2px);
}



.affiliate_ctaGs .company_holder h3::before {
    position: absolute;
    content: "";
    background: rgb(174,192,210);
    height: 1px;
    top: 50%;
    left: -30px;
    width: 20px;
    opacity: 0.7;
}

.license_ctaIC::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(134,160,185,0.5), 
        transparent);
    height: 1px;
    left: 35%;
    width: 30%;
    opacity: 0.3;
    position: absolute;
    content: "";
}

.privacy_shellcv h1 {
    letter-spacing: 0.1rem;
    font-size: 45px;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-weight: 700;
    border-bottom: 3px solid rgb(174,192,210);
    color: rgb(174,192,210);
    text-transform: uppercase;
}

.privacy_shellcv h3,.privacy_shellcv h4,.privacy_shellcv h5, .privacy_shellcv h6 {
    font-size: 23px;
    margin: 1rem 0;
}

.privacy_shellcv li {
    line-height: 1.8;
    position: relative;
    margin-bottom: 1rem;
    font-size: 13px;
}

.privacy_shellcv li::before {
    margin-right: 0.5rem;
    content: "▹";
    color: rgb(174,192,210);
}

.privacy_shellcv p {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
}


.training_resultsGD {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(214,222,236) 0%, #ffffff 100%);
    overflow: hidden;
}

.training_resultsGD::after {
    background: linear-gradient(45deg, rgb(174,192,210,0.5) 0%, transparent 70%);
    width: 70%;
    z-index: 0;
    position: absolute;
    transform: rotate(25deg);
    right: -20%;
    height: 200%;
    opacity: 0.08;
    content: "";
    top: -50%;
}

.training_resultsGD h5 {
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(20px);
    margin-bottom: 60px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    z-index: 2;
    position: relative;
}

.training_resultsGD h5:hover {
    transform: perspective(1000px) translateZ(30px);
}

.training_resultsGD .edu_promisemk {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 4px;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
}

.training_resultsGD .edu_promisemk:hover .pic_boxQM {
    transform: scale(1.05);
}

.training_resultsGD .tag_contentmS {
    padding: 40px 30px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(250, 250, 250, 1) 100%);
    position: relative;
}

.training_resultsGD .edu_promisemk:hover .tag_contentmS::before {
    height: 100%;
}

.training_resultsGD ul {
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    list-style: none;
    gap: 24px;
    margin: 0;
}

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

.training_resultsGD li:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.training_resultsGD li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.training_resultsGD li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}

.training_resultsGD li svg {
    top: 0;
    left: -40px;
    position: absolute;
    transition: transform 0.3s ease;
    height: 28px;
    width: 28px;
}

.training_resultsGD li svg path {
    fill: rgb(174,192,210);
    transition: fill 0.3s ease;
}

.training_resultsGD li::after {
    position: absolute;
    left: 40px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    content: "";
    background: linear-gradient(to right, rgb(174,192,210,0.5), transparent);
    bottom: -12px;
    height: 1px;
}

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

.course_instructormj .opinion_sharingXW {
    position: relative;
    transform: rotateY(-5deg);
    border-radius: 26px;
    grid-template-rows: auto auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(134,160,185,0.5),
                0 10px 0 -5px rgb(174,192,210,0.5);
    display: grid;
    grid-template-areas:
        "photo quote"
        "info quote";
    transition: transform 0.5s ease;
    padding: 3rem;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    gap: 1.5rem;
    grid-template-columns: 300px 1fr;
    backdrop-filter: blur(10px);
}

.course_instructormj .name {
    margin-top: 1rem;
    color: #000000;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 35px;
    grid-area: info;
    font-weight: 700;
    transform: translateZ(20px);
}

.course_instructormj .work_areaGr {
    transform: translateZ(10px);
    border-radius: 0 26px 26px 0;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    border-left: 4px solid rgb(134,160,185);
    line-height: 1.6;
    font-size: calc(16px * 1.1);
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    grid-area: quote;
    padding: 1.5rem 2rem;
    color: #000000;
    position: relative;
}

.price_deck_gridsD {
    padding: 120px 0;
    overflow: hidden;
    isolation: isolate;
    position: relative;
}

.price_deck_gridsD::before {
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(174,192,210,0.5), rgba(0, 0, 0, 0.5) 70%);
}

.price_deck_gridsD .container {
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.price_deck_gridsD h2 {
    z-index: 2;
    text-align: center;
    font-size: 29px;
    position: relative;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.price_deck_gridsD .pricing_tiersMn {
    margin: 0 auto 50px;
    max-width: 700px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.3px;
    opacity: 0.9;
    font-size: calc(18px + 2px);
    line-height: 1.6;
    text-align: center;
}

.price_deck_gridsD .learning_pricepy li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}

.price_deck_gridsD .pricing_ratesFy {
    border-radius: 12px;
    display: flex;
    height: 100%;
    text-decoration: none;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.price_deck_gridsD .tuition_gridWb::before {
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(145deg, rgba(rgb(174,192,210), 0.03), rgba(rgb(134,160,185), 0.05));
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}

.price_deck_gridsD .pricing_ratesFy:hover .tuition_gridWb::after {
    opacity: 0.2;
    transform: translate(40%, -40%) scale(1.1);
}

.price_deck_gridsD .plan_matrixoy {
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    padding: 35px 25px;
    display: flex;
    z-index: 2;
}

.price_deck_gridsD .plan_matrixoy h4 {
    font-size: calc(20px + 2px);
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
    margin: 0 0 20px;
}

.price_deck_gridsD .plan_matrixoy p {
    color: #000000;
    flex-grow: 1;
    line-height: 1.6;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    hyphens: auto;
    word-break: break-word;
    font-size: 18px;
}

.price_deck_gridsD .value_dealskF {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    position: relative;
    font-size: calc(20px + 6px);
    align-self: flex-start;
    border-radius: 8px;
    color: rgb(174,192,210);
    display: inline-block;
    padding: 10px 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    margin-top: auto;
    font-weight: 700;
}

.edu_approveKE {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    z-index: 1;
    justify-content: space-between;
}

#cookie_popuppanelSI:checked ~ .cookieNoticePromptPanelFx {
    visibility: hidden;
    opacity: 0;
}

.user_safetyAP {
    margin-right: 20px;
    flex-grow: 1;
}

.user_safetyAP p {
    color: #000000;
    margin-bottom: 0;
    font-size: 15px;
}

.edu_trackCb {
    margin-left: 10px;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.edu_trackCb {
    color: #ffffff;
    background-color: rgb(174,192,210);
    border: 1px solid rgb(174,192,210);
}

.get_in_touchST::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(174,192,210,0.5) 0%, transparent 50%, rgb(134,160,185,0.5) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
}

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

.get_in_touchST h3::after {
    width: 80px;
    transform: translateX(-50%);
    background: rgb(174,192,210);
    left: 50%;
    border-radius: 10px;
    bottom: -15px;
    height: 3px;
    position: absolute;
    content: "";
}

.get_in_touchST .pic_boxQM::after {
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(174,192,210,0.5) 0%, transparent 100%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.feedback_sectionAU::before {
    left: 0;
    width: 10px;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: rgb(174,192,210);
}

.feedback_sectionAU .support_panelEu::before {
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(134,160,185,0.5), transparent);
}

.feedback_sectionAU .support_panelEu form {
    display: flex;
    flex-direction: column;
}

.feedback_sectionAU .support_panelEu input[type="text"]:focus,
.feedback_sectionAU .support_panelEu textarea:focus {
    border-color: rgb(174,192,210);
    box-shadow: 0 0 0 3px rgb(174,192,210,0.5);
    outline: none;
}

.feedback_sectionAU .support_panelEu textarea {
    resize: vertical;
    min-height: 150px;
}

.feedback_sectionAU .support_panelEu .message_widgetuv {
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.feedback_sectionAU .support_panelEu .message_widgetuv label::before {
    top: 2px;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    content: "";
    position: absolute;
    width: 20px;
}

.feedback_sectionAU .support_panelEu .message_widgetuv input[type="checkbox"]:checked + label::after {
    content: "";
    height: 12px;
    position: absolute;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 7px;
    width: 6px;
    border: solid #ffffff;
    top: 4px;
}

.feedback_sectionAU .support_panelEu .inquiry_reachfG {
    font-size: 19px;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    background: rgb(174,192,210);
    border-radius: 10px;
    padding: 15px 30px;
    align-self: flex-start;
    z-index: 1;
    position: relative;
    border: none;
    transition: all 0.3s ease;
}

.feedback_sectionAU .support_panelEu .inquiry_reachfG:hover {
    box-shadow: 0 10px 20px rgb(174,192,210,0.5);
    transform: translateY(-2px);
}

.feedback_sectionAU .support_queryih::before {
    content: "";
    width: 100%;
    animation: rotate 30s linear infinite;
    position: absolute;
    background: radial-gradient(circle, rgb(174,192,210,0.5) 0%, transparent 70%);
    right: -50%;
    top: -50%;
    height: 100%;
}

.feedback_sectionAU .support_queryih .reach_inquiryYk {
    margin: 0;
    list-style: none;
    padding: 0;
}

.feedback_sectionAU .support_queryih .reach_inquiryYk li {
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
    z-index: 1;
    display: flex;
}

.feedback_sectionAU .support_queryih .reach_inquiryYk li svg path {
    transition: all 0.3s ease;
    fill: rgb(174,192,210);
}

.feedback_sectionAU .support_queryih .reach_inquiryYk li span {
    line-height: 1.5;
    color: #000000;
    font-size: 15px;
}

.feedback_sectionAU .support_queryih .reach_inquiryYk li a:hover {
    color: rgb(174,192,210);
}

.client_feedbacksd {
    overflow: hidden;
    background: rgb(214,222,236);
    padding: 100px 0;
    position: relative;
}

.client_feedbacksd::after {
    background: rgb(134,160,185,0.5);
    height: 600px;
    width: 600px;
    opacity: 0.2;
    z-index: 1;
    bottom: -300px;
    content: "";
    left: -300px;
    position: absolute;
    filter: blur(80px);
    border-radius: 50%;
}

.client_feedbacksd h4 {
    line-height: 1.2;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    position: relative;
}

.client_feedbacksd .review_spaceQb {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    display: grid;
    position: relative;
}

.client_feedbacksd .review_spaceQb::after {
    top: 10%;
    background: linear-gradient(to bottom, transparent, rgb(134,160,185,0.5), transparent);
    left: 50%;
    height: 80%;
    width: 1px;
    z-index: 1;
    position: absolute;
    content: "";
}

.client_feedbacksd .opinion_sharingXW:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
    transform: translateY(-10px);
}

.client_feedbacksd .opinion_sharingXW::before {
    background: #ffffff;
    z-index: -1;
    position: absolute;
    inset: 5px;
    border-radius: inherit;
    content: "";
}

.client_feedbacksd .opinion_sharingXW::after {
    background: linear-gradient(135deg, rgb(174,192,210,0.5), rgb(134,160,185,0.5));
    border-radius: inherit;
    inset: 0;
    content: "";
    position: absolute;
    opacity: 0.7;
    z-index: -2;
}

.client_feedbacksd .opinion_sharingXW:nth-child(3n) {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: translateY(-20px);
}

.client_feedbacksd .pic_boxQM {
    margin-bottom: 20px;
    animation: morphing 10s infinite alternate ease-in-out;
    width: 80px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    height: 80px;
}

.client_feedbacksd .opinion_sharingXW span::after {
    height: 2px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    background: rgb(174,192,210);
    width: 30px;
}

.course_program_detailsuF {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(214,222,236) 0%, rgba(245, 247, 250, 0.95) 100%);
}

.course_program_detailsuF::after {
    position: absolute;
    transform: scale(2);
    background: radial-gradient(circle at center, rgb(174,192,210,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
    right: -50%;
    height: 100%;
    opacity: 0.15;
    top: -50%;
    width: 100%;
}

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

.course_program_detailsuF .skill_pathhs {
    transform: translateY(20px);
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
}

.course_program_detailsuF .pic_boxQM::before {
    position: absolute;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}

.course_program_detailsuF .pic_boxQM:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.course_program_detailsuF .tag_contentmS::before {
    top: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(174,192,210,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
}

.course_program_detailsuF h3::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    background: rgb(134,160,185);
    left: 0;
    width: 60px;
    content: "";
    height: 3px;
    position: absolute;
    transform: scaleX(1);
    bottom: -10px;
}

.course_program_detailsuF .tag_contentmS:hover h3::after {
    transform: scaleX(1.5);
}

.course_program_detailsuF span.description {
    display: none;
}

.course_program_detailsuF .tag_contentmS div {
    position: relative;
    overflow: hidden;
}

.try_immediatelyFc {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(174,192,210,0.5), rgb(174,192,210), rgb(134,160,185));
    overflow: hidden;
}

.try_immediatelyFc::after {
    right: -2rem;
    bottom: -2rem;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.05));
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    height: 30rem;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 0;
    content: '';
    width: 30rem;
    animation: floatEffect 20s infinite alternate ease-in-out;
}

.try_immediatelyFc h2 {
    font-size: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-right: auto;
    transform: translateY(-10px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    margin-left: auto;
    opacity: 0;
    font-weight: 700;
    color: #ffffff;
    max-width: 800px;
    margin-bottom: 3rem;
    line-height: 1.4;
    animation: fadeInUp 0.8s forwards ease-out;
}

.try_immediatelyFc .edu_promisemk:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.try_immediatelyFc svg {
    width: 48px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 48px;
    transform: rotate(0);
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.try_immediatelyFc .edu_promisemk:hover svg path {
    fill: #ffffff;
}

.try_immediatelyFc .inquiry_reachfG::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    content: '';
    left: -100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    transition: left 0.6s ease-out;
    top: 0;
}

.try_immediatelyFc .inquiry_reachfG:hover {
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
    color: rgb(134,160,185);
    transform: translateY(-3px);
}

.try_immediatelyFc .inquiry_reachfG:active {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(1px);
}

.our_missiongX::before {
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(174,192,210,0.5), 0.03) 5px,
            rgba(rgb(174,192,210,0.5), 0.03) 10px
        );
    content: "";
    position: absolute;
}

.our_missiongX::before {
    width: 100%;
    height: 5px;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(174,192,210) 0%, 
        rgb(174,192,210) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(134,160,185) 40%, 
        rgb(134,160,185) 60%,
        transparent 60%,
        transparent 80%,
        rgb(174,192,210) 80%,
        rgb(174,192,210) 100%
    );
    content: "";
    left: 0;
    bottom: 0;
}

.our_missiongX .learn_studyrV {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
}

.our_missiongX .knowledge_guidesmr:nth-child(2) {
    margin-left: -50px;
    margin-right: 50px;
    grid-template-columns: 7fr 3fr;
}

.our_missiongX .knowledge_guidesmr h3 {
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    font-size: 23px;
    background: linear-gradient(
        135deg, 
        rgb(174,192,210,0.5) 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    color: #000000;
    padding: 15px 30px;
    position: relative;
}

.our_missiongX .knowledge_guidesmr p {
    font-size: 13px;
    border-radius: 14px;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    line-height: 1.8;
    z-index: 1;
    position: relative;
}

.our_missiongX .knowledge_guidesmr:nth-child(2) p {
    text-align: right;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    margin-right: -20px;
    grid-row: 1;
    border-right: 3px solid rgb(134,160,185);
    grid-column: 1;
}

.our_missiongX .knowledge_guidesmr:nth-child(2)::before {
    top: 50%;
    border: 1px dashed rgb(134,160,185,0.5);
    content: "";
    animation: rotate 30s linear infinite reverse;
    width: 200px;
    position: absolute;
    z-index: 0;
    height: 200px;
    transform: translateY(-50%);
    opacity: 0.2;
    left: -100px;
    border-radius: 50%;
}

header .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
}

header .head_classkf {
    align-items: center;
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

header .head_knownL::after {
    opacity: 0.6;
    transition: width 0.3s ease, opacity 0.3s ease;
    height: 2px;
    left: 50%;
    content: '';
    width: 50%;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
}

header .head_knownL:hover svg {
    transform: translateY(-5px);
}

header .site_infoFy::before {
    position: absolute;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    top: 0;
    border-radius: 27px;
    height: 100%;
    z-index: -1;
    left: 0;
    content: '';
    width: 100%;
}

header .head_infoxz::before {
    border-radius: 10px;
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    transform: translateY(100%) scale(0.8);
    left: 0;
    background: #ffffff;
    opacity: 0;
    position: absolute;
}

header .head_infoxz:hover {
    color: rgb(174,192,210);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.statistical_reportoP::before {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
}

.statistical_reportoP .container {
    padding: 0 40px;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}

.statistical_reportoP .key_classesWf {
    display: grid;
    grid-template-columns: 40% 60%;
    position: relative;
    gap: 20px;
}

.statistical_reportoP .success_factorshG svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    width: 60px;
    height: 60px;
}

.statistical_reportoP .success_factorshG svg path {
    fill: #ffffff;
}

.statistical_reportoP .statistics_trackspq {
    letter-spacing: 0.5px;
    padding-right: 50px;
    z-index: 2;
    line-height: 1.5;
    font-weight: 700;
    grid-column: 1 / -1;
    font-size: calc(36px * 1.1);
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    border-left: 5px solid rgb(174,192,210);
}

.statistical_reportoP .smart_prosfM {
    grid-column: 1 / -1;
    gap: 40px 120px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 30px;
    position: relative;
    z-index: 2;
    display: grid;
}

.statistical_reportoP .program_winsyj::before {
    transition: height 0.3s ease;
    content: "";
    top: 0;
    width: 5px;
    position: absolute;
    height: 0;
    background: linear-gradient(to bottom, rgb(174,192,210), rgb(134,160,185));
    border-radius: 3px;
    left: -20px;
}

.statistical_reportoP .program_winsyj:hover::before {
    height: 100%;
}

.statistical_reportoP .statistics_growWU svg {
    filter: drop-shadow(0 4px 8px rgb(174,192,210,0.5));
    width: 42px;
    height: 42px;
}

.statistical_reportoP .statistics_growWU svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,192,210);
}

.statistical_reportoP .program_winsyj:hover .statistics_growWU {
    background: linear-gradient(135deg, rgb(174,192,210,0.5) 0%, rgb(134,160,185,0.5) 100%);
}

.statistical_reportoP .program_winsyj span {
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    align-self: end;
    font-size: calc(38px * 1.25);
    letter-spacing: 0.5px;
    z-index: 2;
    background: linear-gradient(90deg, #ffffff, rgb(174,192,210));
    color: #ffffff;
    font-weight: 700;
    grid-column: 2 / 3;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    position: relative;
    grid-row: 1 / 2;
}

.title_screenrS {
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(214,222,236) 0%, #ffffff 100%);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    display: flex;
}

.title_screenrS .edu_promisemk {
    gap: 2rem;
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    max-width: 1200px;
    padding: 2rem;
    grid-template-columns: 1fr 1fr;
}

.title_screenrS h1 {
    font-size: 43px;
    opacity: 0;
    position: relative;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-weight: 700;
    margin-bottom: 1.5rem;
    transform: translateY(-10px);
    color: #000000;
    grid-column: 1 / -1;
}

.title_screenrS .tag_contentmS {
    position: relative;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
    justify-content: center;
    transform: translateX(-20px);
    display: flex;
    z-index: 3;
    flex-direction: column;
}

.title_screenrS .learn_entryXA:hover {
    transform: perspective(1000px) rotateY(0);
}

.title_screenrS .learn_entryXA::before {
    height: 100%;
    border-radius: 21px;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(174,192,210,0.5) 0%, transparent 80%);
    width: 100%;
}

.title_screenrS svg {
    transform-origin: center;
    height: 100px;
    margin: 2rem auto;
    display: block;
    width: 100px;
    animation: pulseGently 4s ease-in-out infinite;
}

.title_screenrS svg:hover text {
    fill: #000000;
}

.title_screenrS .inquiry_reachfG {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    margin-top: 1rem;
    overflow: hidden;
    text-decoration: none;
    padding: 1rem 2rem;
    position: relative;
    background: linear-gradient(45deg, rgb(174,192,210) 0%, rgb(134,160,185) 100%);
    z-index: 2;
    font-weight: 600;
    border-radius: 10px;
}

.title_screenrS .pic_boxQM:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}

.title_screenrS .pic_boxQM::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(174,192,210,0.5) 0%, transparent 70%);
}

.newsletter_subscriptionKa {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(214,222,236), rgb(134,160,185,0.5));
    position: relative;
    overflow: hidden;
}

.newsletter_subscriptionKa::after {
    left: -2%;
    width: 35%;
    content: "";
    background: linear-gradient(to right, rgb(134,160,185) 20%, rgb(174,192,210,0.5));
    bottom: -5%;
    position: absolute;
    z-index: 0;
    opacity: 0.6;
    transform: rotate(12deg) skewY(5deg);
    height: 70%;
    filter: blur(15px);
}

.newsletter_subscriptionKa .edu_promisemk {
    border-left: 4px solid rgb(174,192,210);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 8px 12px rgba(0,0,0,0.08),
                inset 0 0 0 1px rgba(255,255,255,0.1);
    flex-direction: column;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(5px);
    position: relative;
    padding: 3.5rem 3rem;
}

.newsletter_subscriptionKa h3::after {
    width: 80px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 3px;
    background: linear-gradient(to right, rgb(174,192,210), transparent);
}

.newsletter_subscriptionKa .input_holder:focus-within {
    transform: translateY(-5px);
}

.newsletter_subscriptionKa input[type="email"] {
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1), inset 0 0 0 1px rgba(0,0,0,0.05);
    font-size: 13px;
    width: 100%;
    transition: all 0.3s ease;
    border: none;
    padding: 0 1.5rem;
}

.newsletter_subscriptionKa input[type="email"]:focus::placeholder {
    opacity: 0.6;
}

.newsletter_subscriptionKa .sub_togglesub:hover {
    background: linear-gradient(135deg, rgb(174,192,210), rgb(134,160,185));
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.18);
}

.newsletter_subscriptionKa .sub_togglesub:active {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transform: translateY(1px);
}

.newsletter_subscriptionKa .sub_togglesub::before {
    width: 100%;
    content: "";
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    height: 100%;
}

.id_thankbarhK::before {
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(174,192,210,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
}

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

.id_thankbarhK .edu_promisemk:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
}

.id_thankbarhK .edu_promisemk::before {
    animation: gradientMove 6s linear infinite;
    width: 100%;
    left: 0;
    content: "";
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(174,192,210) 0%, 
        rgb(134,160,185) 50%, 
        rgb(174,192,210) 100%);
    background-size: 200% 100%;
    top: -2px;
}

.id_thankbarhK h5 {
    color: #000000;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    opacity: 0;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    transform: translateY(10px);
}

.id_thankbarhK a {
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}

.id_thankbarhK a:hover {
    transform: translateX(5px);
}

.id_thankbarhK a:hover::before {
    height: 100%;
}

.id_thankbarhK p {
    font-weight: 400;
    position: relative;
    color: #000000;
    line-height: 1.8;
    margin: 0;
    font-size: 17px;
}



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



@media (max-width: 767px) {.affiliate_ctaGs {
    padding: 50px 0 20px;
}.affiliate_ctaGs .first_teachco {
    flex-direction: column;
    gap: 40px;
    width: 100%;
}.affiliate_ctaGs .site_infoFy {
    text-align: center;
}.affiliate_ctaGs .site_infoFy h5 {
    text-align: center;
}.affiliate_ctaGs .site_infoFy h5::after {
    left: 50%;
    transform: translateX(-50%);
}.affiliate_ctaGs .site_infoFy .first_teachco {
    align-items: center;
}.affiliate_ctaGs .site_infoFy .first_teachco a {
    text-align: center;
}.affiliate_ctaGs .site_infoFy .first_teachco a::before {
    display: none;
}.affiliate_ctaGs .site_infoFy .first_teachco a:hover {
    padding-left: 0;
}
}



@media (max-width: 991px) {.affiliate_ctaGs .company_holder::before {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(174,192,210,0.5), 
            transparent);
}}



@media (min-width: 992px) {footer::after {
    right: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(134,160,185,0.5), 
            transparent);
    position: absolute;
    height: 1px;
    left: 0;
    top: 0;
    content: "";
}.affiliate_ctaGs::before {
    background-blend-mode: overlay;
}}



@media (min-width: 768px) {.training_resultsGD .edu_promisemk {
    flex-direction: row;
    align-items: stretch;
}.training_resultsGD .edu_promisemk > div:first-child {
    width: 40%;
    flex-shrink: 0;
}.training_resultsGD .tag_contentmS {
    padding: 50px 40px;
    width: 60%;
}.training_resultsGD ul {
    grid-template-columns: repeat(2, 1fr);
}.training_resultsGD .pic_boxQM {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}
}



@media (max-width: 767px) {.training_resultsGD {
    padding: 80px 0;
}.training_resultsGD h5 {
    margin-bottom: 40px;
    padding: 0 20px;
    font-size: calc(20px * 0.9);
}.training_resultsGD .tag_contentmS {
    padding: 30px 20px;
}.training_resultsGD li {
    padding-left: 35px;
    margin-bottom: 15px;
}.training_resultsGD li svg {
    height: 24px;
    width: 24px;
    left: -35px;
}.training_resultsGD li p {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 992px) {.course_instructormj .opinion_sharingXW {
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "pic_boxQM"
            "support_queryih"
            "work_areaGr";
    grid-template-columns: 1fr;
    padding: 2rem;
}.course_instructormj .pic_boxQM {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}.course_instructormj .name,
    .course_instructormj .opinion_sharingXW span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.course_instructormj .opinion_sharingXW span:not(.name) {
    margin-top: 0;
}
}



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



@media (max-width: 576px) {.price_deck_gridsD {
    padding: 50px 0;
}.price_deck_gridsD h2 {
    font-size: calc(29px - 6px);
}.price_deck_gridsD .pricing_tiersMn {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.price_deck_gridsD .plan_matrixoy {
    padding: 25px 18px;
}.price_deck_gridsD .value_dealskF {
    font-size: 20px;
    padding: 6px 12px;
}}



@media screen and (max-width: 992px) {.get_in_touchST {
    padding: 80px 0;
}.feedback_sectionAU {
    flex-direction: column;
}.feedback_sectionAU .support_panelEu,
    .feedback_sectionAU .support_queryih {
    flex: 0 0 100%;
    width: 100%;
}.feedback_sectionAU .support_panelEu::before {
    top: auto;
    width: 100%;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, transparent, rgb(134,160,185,0.5), transparent);
    height: 1px;
}
}



@media screen and (max-width: 480px) {.get_in_touchST {
    padding: 40px 0;
}.feedback_sectionAU .support_panelEu,
    .feedback_sectionAU .support_queryih {
    padding: 20px;
}.feedback_sectionAU .support_queryih .reach_inquiryYk li {
    flex-direction: column;
}.feedback_sectionAU .support_queryih .reach_inquiryYk li svg {
    margin-bottom: 10px;
}}



@media (max-width: 767px) {.client_feedbacksd {
    padding: 70px 0;
}.client_feedbacksd h4 {
    margin-bottom: 50px;
    text-align: center;
    font-size: calc(35px * 0.8);
}.client_feedbacksd h4::after {
    left: 50%;
    width: 40px;
    top: -15px;
    transform: translateX(-50%);
    height: 40px;
}.client_feedbacksd .review_spaceQb {
    grid-template-columns: 1fr;
    gap: 50px;
}.client_feedbacksd .review_spaceQb::before,
    .client_feedbacksd .review_spaceQb::after {
    display: none;
}.client_feedbacksd .opinion_sharingXW,
    .client_feedbacksd .opinion_sharingXW:nth-child(2n),
    .client_feedbacksd .opinion_sharingXW:nth-child(3n) {
    transform: none;
    min-height: 280px;
    padding: 30px;
}.client_feedbacksd .opinion_sharingXW:hover,
    .client_feedbacksd .opinion_sharingXW:nth-child(2n):hover,
    .client_feedbacksd .opinion_sharingXW:nth-child(3n):hover {
    transform: translateY(-10px);
}.client_feedbacksd .pic_boxQM {
    height: 70px;
    width: 70px;
}.client_feedbacksd .opinion_sharingXW span {
    font-size: calc(21px * 0.9);
}.client_feedbacksd .opinion_sharingXW p {
    font-size: calc(18px * 0.9);
}}



@media (hover: hover) {.course_program_detailsuF .pic_boxQM::before {
    transition: opacity 0.5s ease;
}.course_program_detailsuF .pic_boxQM:hover::before {
    opacity: 0.7;
}}



@media (max-width: 992px) {.try_immediatelyFc {
    padding: 5rem 0;
}.try_immediatelyFc h2 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.try_immediatelyFc .edu_promisemk {
    padding: 2rem;
}
}



@media (max-width: 576px) {.try_immediatelyFc {
    padding: 3.5rem 0;
}.try_immediatelyFc h2 {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: calc(32px * 0.7);
}.try_immediatelyFc .edu_promisemk {
    gap: 1rem;
    padding: 1.2rem;
}.try_immediatelyFc svg {
    width: 36px;
    height: 36px;
}.try_immediatelyFc .inquiry_reachfG {
    padding: 0.8rem 1.5rem;
    font-size: calc(20px * 0.9);
}.try_immediatelyFc::after {
    width: 15rem;
    height: 15rem;
}
}



@media screen and (max-width: 1200px) {.our_missiongX .knowledge_guidesmr:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
}
}



@media screen and (max-width: 992px) {.our_missiongX {
    padding: 80px 0;
}.our_missiongX h2 {
    margin-bottom: 50px;
}.our_missiongX .knowledge_guidesmr,
    .our_missiongX .knowledge_guidesmr:nth-child(2) {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-right: 0;
    margin-left: 0;
}.our_missiongX .knowledge_guidesmr:nth-child(1) h3,
    .our_missiongX .knowledge_guidesmr:nth-child(2) h3 {
    grid-column: 1;
    width: 80%;
    justify-self: center;
    grid-row: 1;
    margin: 0;
}.our_missiongX .knowledge_guidesmr:nth-child(1) p,
    .our_missiongX .knowledge_guidesmr:nth-child(2) p {
    grid-column: 1;
    margin: 0;
    clip-path: none;
    grid-row: 2;
    border: none;
    border-top: 3px solid rgb(174,192,210);
    text-align: left;
}.our_missiongX .knowledge_guidesmr:nth-child(2) p {
    border-top: 3px solid rgb(134,160,185);
}.our_missiongX .knowledge_guidesmr::before {
    display: none;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .head_classkf {
    gap: 1.2rem;
}header .head_knownL svg {
    width: 180px;
}header .site_infoFy {
    gap: 0.6rem;
    padding: 0.5rem;
}header .head_infoxz {
    padding: 0.6rem 1rem;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head_classkf {
    gap: 0.8rem;
}header .head_knownL svg {
    width: 140px;
}header .site_infoFy {
    overflow-x: auto;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .site_infoFy::-webkit-scrollbar {
    height: 3px;
}header .site_infoFy::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}header .head_infoxz {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}



@media (max-width: 992px) {.statistical_reportoP {
    padding: 120px 0;
}.statistical_reportoP .key_classesWf {
    grid-template-columns: 1fr;
}.statistical_reportoP .success_factorshG {
    height: 100px;
    width: 100px;
    right: 10%;
    top: -30px;
}.statistical_reportoP .success_factorshG svg {
    width: 50px;
    height: 50px;
}.statistical_reportoP .statistics_trackspq {
    margin-top: 70px;
    padding-left: 40px;
}.statistical_reportoP .program_statisticsSo {
    padding-left: 44px;
}.statistical_reportoP .smart_prosfM {
    padding: 0 20px;
}
}



@media (max-width: 576px) {.statistical_reportoP {
    padding: 80px 0;
}.statistical_reportoP .success_factorshG {
    transform: translateX(50%);
    right: 50%;
    width: 80px;
    height: 80px;
}.statistical_reportoP .success_factorshG svg {
    height: 40px;
    width: 40px;
}.statistical_reportoP .statistics_trackspq {
    padding-right: 20px;
    font-size: calc(36px * 0.85);
    margin-top: 70px;
    padding-top: 25px;
    border-top: 5px solid rgb(174,192,210);
    border-left: none;
    padding-left: 20px;
    text-align: center;
}.statistical_reportoP .program_statisticsSo {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}.statistical_reportoP .smart_prosfM {
    gap: 50px;
    padding: 0 10px;
}.statistical_reportoP .program_winsyj {
    grid-template-rows: auto auto auto;
    gap: 18px;
    padding: 20px;
    text-align: center;
    grid-template-columns: 1fr;
}.statistical_reportoP .program_winsyj::before {
    width: 0;
    transform: translateX(-50%);
    left: 50%;
    top: -20px;
    height: 5px;
}.statistical_reportoP .program_winsyj:hover {
    transform: translateY(-10px);
}.statistical_reportoP .program_winsyj:hover::before {
    height: 5px;
    width: 60px;
}.statistical_reportoP .statistics_growWU {
    grid-row: 1 / 2;
    margin: 0 auto;
    width: 70px;
    grid-column: 1 / 2;
    height: 70px;
}.statistical_reportoP .statistics_growWU svg {
    width: 35px;
    height: 35px;
}.statistical_reportoP .program_winsyj span {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    margin-bottom: 15px;
}.statistical_reportoP .program_winsyj span::after {
    left: 50%;
    transform: translateX(-50%);
}.statistical_reportoP .program_winsyj:hover span::after {
    width: 50px;
}.statistical_reportoP .program_winsyj p {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}}



@media (max-width: 768px) {.newsletter_subscriptionKa {
    padding: 4rem 0;
}.newsletter_subscriptionKa::before {
    transform: rotate(-8deg) skewX(-5deg);
    width: 70%;
}.newsletter_subscriptionKa::after {
    height: 60%;
    width: 45%;
}.newsletter_subscriptionKa .container {
    padding: 0 1.5rem;
}.newsletter_subscriptionKa .edu_promisemk {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateX(1deg);
}.newsletter_subscriptionKa h3 {
    margin-bottom: 2rem;
}.newsletter_subscriptionKa .input_holder {
    gap: 1rem;
    flex-direction: column;
}.newsletter_subscriptionKa input[type="email"],
    .newsletter_subscriptionKa .sub_togglesub {
    height: 54px;
}.newsletter_subscriptionKa .sub_togglesub {
    width: 100%;
    min-width: unset;
}
}



@media (min-width: 768px) {.id_thankbarhK .edu_promisemk {
    gap: 40px;
    padding: 60px 70px;
}.id_thankbarhK h5 {
    font-size: calc(22px * 1.2);
}.id_thankbarhK p {
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 767px) {.id_thankbarhK {
    padding: 60px 0;
}.id_thankbarhK .edu_promisemk {
    gap: 25px;
    padding: 35px 25px;
}.id_thankbarhK .edu_promisemk > div:first-child::after {
    width: 60px;
}.id_thankbarhK h5 {
    font-size: calc(22px * 0.9);
}.id_thankbarhK a::before {
    left: -10px;
}
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}



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



@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}



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

@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}



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



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



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



@keyframes slideInTitle {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



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



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



@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

