﻿.header_knowH {
    flex: 1 0 auto;
}

.challenge_ctap {
    flex: 0 0 auto;
}

.challenge_ctap {
    position: relative;
    background-position: center center;
    z-index: 1;
    color: #ffffff;
    padding: 5rem 0 3rem;
}

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

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

.cookie_message_bannerX p a {
    text-decoration: none;
    color: rgb(142,166,161);
}

#cookiePopupMessageR {
    display: none;
}


.wrapper-skeletonk .cookie_explainedX {
    justify-content: flex-end;
}

.wrapper-skeletonk .cookie_windowR {
    color: #ffffff;
    margin-left: 30px;
    background: rgb(142,166,161);
    font-size: 20px;
    padding: 10px;
}

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

.meet_usf h3 {
    font-size: 39px;
    margin-bottom: 70px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    color: #000000;
    position: relative;
}

.meet_usf .skill_sessionsL span {
    position: absolute;
    color: rgb(142,166,161);
    background: #ffffff;
    left: 0;
    border-radius: 10px;
    padding: 8px 20px;
    z-index: 2;
    top: -30px;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.meet_usf .skill_sessionsL .img_strip_wrapP:hover {
    transform: scale(1.02);
}

.meet_usf .edu_commitP .expert_networkc {
    flex: 0 0 40%;
    height: 400px;
    z-index: 0;
    position: relative;
    border-radius: 29px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.meet_usf .edu_commitP::after {
    position: absolute;
    height: 80%;
    content: "";
    background: rgb(106,128,123);
    right: -10px;
    top: 50%;
    opacity: 0.7;
    transform: translateY(-50%);
    width: 20px;
    border-radius: 10px;
}

.meet_usf .learning_trackw::before {
    left: 0;
    width: 50%;
    height: 1px;
    position: absolute;
    top: 40px;
    content: "";
    background: linear-gradient(to right, rgb(142,166,161,0.5), transparent);
}

.analysis_summaryP::before {
    content: "";
    position: absolute;
    right: -5%;
    filter: blur(50px);
    height: 70%;
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
    background: linear-gradient(120deg, rgb(142,166,161,0.5) 0%, rgb(106,128,123,0.5) 100%);
    opacity: 0.6;
    width: 40%;
}

.analysis_summaryP ul {
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 2rem;
    padding: 0;
    list-style: none;
}

.analysis_summaryP .extra_gainm:nth-child(1) {
    --i: 1;
}

.analysis_summaryP .extra_gainm:nth-child(3) {
    --i: 3;
}

.analysis_summaryP .extra_gainm:nth-child(5) {
    --i: 5;
}

.analysis_summaryP .extra_gainm:nth-child(7) {
    --i: 7;
}

.analysis_summaryP .extra_gainm:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15), 
                0 10px 15px -5px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px) scale(1.03);
}

.analysis_summaryP .extra_gainm:hover::before {
    opacity: 0.5;
}

.analysis_summaryP .extra_gainm div::before {
    opacity: 0.2;
    width: 40px;
    transform: rotate(-15deg);
    position: absolute;
    height: 40px;
    border-radius: 3px;
    content: "";
    transition: all 0.4s ease;
    background: linear-gradient(135deg, rgb(142,166,161,0.5) 0%, rgb(106,128,123,0.5) 100%);
    top: -20px;
    left: -20px;
}

.analysis_summaryP .extra_gainm:hover span {
    color: #000000;
    opacity: 1;
}

.pricing_gride {
    background: linear-gradient(135deg, rgb(179,203,198) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

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

.pricing_gride .access_costN h2 {
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
}

.pricing_gride .plan_optionsH {
    gap: 2rem;
    order: 2;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.pricing_gride .rate_plansh {
    height: 100%;
    flex-direction: column;
    display: flex;
}

.pricing_gride .cost_tableJ {
    flex-direction: column;
    display: flex;
    position: relative;
    flex-grow: 1;
    padding: 2rem;
    z-index: 1;
    word-break: break-word;
    overflow-wrap: break-word;
}

.pricing_gride .cost_tableJ h3 {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(23px * 1.2);
    color: #000000;
    font-weight: 700;
}

.pricing_gride .pricing_levelsX::before {
    bottom: -5px;
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(142,166,161);
    content: "";
    width: 0;
    transition: width 0.3s ease;
}

.pricing_gride .img_strip_wrapP::after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
}

.pricing_gride .package_ratesY:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

.client_opinionsS::after {
    filter: blur(40px);
    opacity: 0.07;
    bottom: -5%;
    background: radial-gradient(circle, rgb(142,166,161) 0%, rgba(rgb(142,166,161,0.5), 0) 70%);
    height: 15vw;
    position: absolute;
    width: 15vw;
    border-radius: 50% 50% 40% 60% / 40% 40% 60% 50%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    right: -5%;
    content: "";
}

.client_opinionsS h2:hover::after {
    transform: translateX(20px) scaleX(1.2);
}

.client_opinionsS .rating_zoneB {
    transform: translateZ(0) rotateY(0deg);
    backface-visibility: hidden;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    padding: 2rem;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
}

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

.client_opinionsS .rating_zoneB:hover h4::after {
    width: 100%;
}

.client_opinionsS a {
    font-size: 20px;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.3s cubic-bezier(0.2, 0.85, 0.4, 1);
    margin-top: 3rem;
    background: linear-gradient(135deg, rgb(106,128,123) 0%, rgba(rgb(142,166,161,0.5), 0.9) 100%);
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    padding: 0.8rem 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 15px rgba(rgb(106,128,123,0.5), 0.2);
}

.appBlockS::before {
    height: 200px;
    z-index: 0;
    animation: float 15s infinite ease-in-out;
    position: absolute;
    filter: blur(60px);
    content: "";
    background: rgb(106,128,123,0.5);
    border-radius: 50%;
    width: 200px;
    top: -50px;
    right: -50px;
}

.appBlockS .learning_trackw {
    opacity: 0;
    position: relative;
    border-left: 4px solid rgb(142,166,161);
    transform: translateY(20px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    padding: 40px;
    animation: fadeInUp 1s ease-out 0.3s forwards;
}

.appBlockS li::before {
    content: "";
    height: 8px;
    top: 10px;
    position: absolute;
    background: rgb(142,166,161);
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    width: 8px;
    left: 0;
}

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

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

.course_program_infoc .text_wrapY .description:last-of-type::before {
    background: rgb(106,128,123);
}

.course_program_infoc .text_wrapY .description::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

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

header .main_barn .nav_mainM .header_learnf {
    padding: 0.5rem 1rem;
    display: block;
    position: relative;
}

header .main_barn .first_sectionV {
    list-style: none;
    position: relative;
    margin: 0;
    justify-content: flex-end;
    padding-right: calc((100vw - 100%) / 2);
    display: flex;
    background: linear-gradient(90deg, transparent, rgb(142,166,161,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 0;
    width: 80vw;
}

header .main_barn .first_sectionV .top_prod a::after {
    left: 1.5rem;
    background: rgb(106,128,123);
    bottom: 0.8rem;
    height: 2px;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
}



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

.contact_panelh h2 {
    font-size: 34px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: rgb(142,166,161);
    letter-spacing: 2px;
    position: relative;
    text-align: center;
}

.contact_panelh .img_strip_wrapP {
    position: relative;
    height: 100%;
    min-height: 600px;
    order: 2;
}

.contact_panelh .help_feedbackj::before {
    content: "";
    width: 10px;
    top: 0;
    background: linear-gradient(to bottom, rgb(142,166,161), rgb(106,128,123));
    right: 0;
    position: absolute;
    height: 100%;
}

.contact_panelh form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(142,166,161);
    outline: none;
    background: #ffffff;
}

.contact_panelh form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_panelh form input#name::before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    border-radius: 50%;
    height: 20px;
    background: rgb(142,166,161);
    left: 20px;
    width: 20px;
}

.contact_panelh .help_sectionJ input[type="checkbox"]:checked + label::before {
    background: rgb(142,166,161);
}

.contact_panelh .help_sectionJ label a {
    color: rgb(142,166,161);
    position: relative;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact_panelh .help_sectionJ label a:hover::after {
    width: 100%;
}

.contact_panelh form .query_panelA::before {
    background: rgb(106,128,123);
    width: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    content: "";
}

.contact_panelh svg path {
    transition: fill 0.3s ease;
    fill: rgb(142,166,161);
}

.contact_panelh form #name,
.contact_panelh form #phone {
    position: relative;
}

.interested_learnersZ::before {
    height: 100%;
    opacity: 0.4;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
}

.interested_learnersZ ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}

.interested_learnersZ ul li:hover::before {
    opacity: 1;
}

.interested_learnersZ ul li svg {
    transition: all 0.4s ease;
    width: 50px;
    border-radius: 12px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    height: 50px;
    padding: 10px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
}

.interested_learnersZ ul li:nth-child(3) {
    animation-delay: 0.3s;
}

.interested_learnersZ ul li:nth-child(6) {
    animation-delay: 0.6s;
}

.secure_sanctumI h1 {
    font-size: calc(23px * 1.2);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.secure_sanctumI h2 {
    font-size: calc(23px * 1.2);
    margin-bottom: 15px;
    color: rgb(106,128,123);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.secure_sanctumI li::before {
    left: 0;
    position: absolute;
    color: rgb(142,166,161);
    content: "\2022";
}

.customer_supportV::before {
    filter: blur(40px);
    transform: rotate(-15deg);
    right: -10%;
    content: "";
    background: linear-gradient(135deg, rgb(106,128,123,0.5) 0%, transparent 70%);
    height: 70%;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    animation: float 15s ease-in-out infinite;
    top: -20%;
    width: 40%;
}

.customer_supportV .contact_feedbackd:hover {
    transform: translateY(-5px);
}

.customer_supportV h3::after {
    bottom: -10px;
    content: "";
    transition: transform 0.3s ease-out;
    left: 0;
    background: rgb(142,166,161);
    width: 80px;
    position: absolute;
    transform-origin: left;
    height: 3px;
    transform: scaleX(1);
}

.customer_supportV h5 svg {
    height: 22px;
    transition: transform 0.3s ease;
    margin-left: 10px;
    width: 22px;
}

.customer_supportV .get_contactinfof li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    transition: transform 0.3s ease;
}

.customer_supportV .learn_talki svg {
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scale(0.9);
    margin-left: 10px;
}

.challenge_ctap::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    content: "";
    z-index: -1;
}

.challenge_ctap .company_holder::before {
    filter: blur(5px);
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(142,166,161), transparent 70%);
    z-index: -1;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    opacity: 0.5;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    left: -5px;
}

.challenge_ctap .art_portalo {
    position: relative;
    justify-content: space-between;
    display: flex;
}

.challenge_ctap .top_trainX {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
}

.challenge_ctap .first_sectionV:hover {
    background: rgba(rgb(142,166,161,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}

.challenge_ctap .first_sectionV h5::after {
    position: absolute;
    height: 2px;
    box-shadow: 0 0 10px rgb(142,166,161);
    background: rgb(142,166,161);
    width: 40px;
    left: 0;
    bottom: -8px;
    content: "";
}

.challenge_ctap .first_sectionV .top_trainX a:hover {
    opacity: 1;
    color: rgb(142,166,161);
    text-shadow: 0 0 5px rgb(142,166,161);
}

.reg_remindY::before {
    content: "";
    left: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(142,166,161), transparent);
    height: 1px;
    top: 0;
    position: absolute;
    width: 100%;
}

.title_boardJ {
    background-color: #000000;
    display: flex;
    align-items: center;
    background-image: linear-gradient(135deg, rgba(94,170,168,0.05) 0%, rgba(94,170,168,0.1) 50%, rgba(94,170,168,0.05) 100%);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

.title_boardJ .img_strip_wrapP::after {
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgba(0,0,20,0.9) 0%, 
        rgba(0,0,20,0.6) 50%, 
        rgba(0,0,20,0.9) 100%
    );
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    mix-blend-mode: multiply;
}

.title_boardJ h1 {
    line-height: 1.2;
    opacity: 0;
    letter-spacing: -0.02em;
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    margin: 0;
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transform: translateY(30px);
    font-size: clamp(2rem, 4vw, 45px);
    color: #ffffff;
}

.title_boardJ svg {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    animation: popIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.2));
    transform: translateY(20px);
    width: 120px;
    height: 120px;
    opacity: 0;
}

.title_boardJ .query_panelA {
    transform: translateY(0);
    font-size: 18px;
    padding: 1rem 2rem;
    overflow: hidden;
    border: none;
    text-decoration: none;
    align-items: center;
    background-color: rgb(142,166,161);
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(94,170,168,0.3), 0 2px 5px rgba(0,0,0,0.1);
    display: inline-flex;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    font-weight: 600;
}

.mentorship_profileT::after {
    background: 
        radial-gradient(circle at 30% 30%, rgb(142,166,161,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(106,128,123,0.5) 0%, transparent 40%);
    opacity: 0.3;
    filter: blur(60px);
    left: -50%;
    width: 200%;
    top: -50%;
    position: absolute;
    animation: pulseBackground 15s ease-in-out infinite alternate;
    height: 200%;
    z-index: 0;
    content: "";
}

.mentorship_profileT .img_strip_wrapP::before {
    opacity: 0;
    transition: opacity 0.5s ease;
    mix-blend-mode: multiply;
    z-index: 2;
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgb(142,166,161,0.5) 0%, transparent 100%);
}

.mentorship_profileT .rating_zoneB:hover .name {
    transform: translateY(-5px);
}

.mentorship_profileT .rating_zoneB:hover span:not(.name) {
    transform: translateY(-5px);
}

.mentorship_profileT .rating_zoneB span:not(.name)::after {
    content: "";
    width: 40px;
    bottom: 30px;
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    background: rgb(142,166,161);
    transform-origin: left;
    left: 70px;
    position: absolute;
}


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


@media only screen and (max-width: 800px) {.privacy_optO {
    display: none;
}.cookie_explainedX {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_message_bannerX h5 {
    text-align: center;
}.cookie_message_bannerX p {
    text-align: center;
}.cookie_guideF {
    margin-bottom: 20px;
}body .wrapper-skeletonk .cookie_windowR {
    margin-left: 0;
}}



@media screen and (max-width: 576px) {.meet_usf {
    padding: 50px 0;
}.meet_usf h3 {
    font-size: calc(39px * 0.6);
    margin-bottom: 40px;
}.meet_usf h3::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.meet_usf .skill_sessionsL {
    margin-bottom: 50px;
}.meet_usf .skill_sessionsL span {
    font-size: calc(24px * 0.9);
    padding: 6px 15px;
}.meet_usf .skill_sessionsL p,
    .meet_usf .edu_commitP p {
    padding: 25px;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.meet_usf .skill_sessionsL .img_strip_wrapP,
    .meet_usf .edu_commitP .expert_networkc {
    height: 250px;
}.meet_usf .skill_sessionsL::before,
    .meet_usf .edu_commitP::after {
    height: 10px;
}}



@media (max-width: 480px) {.analysis_summaryP ul {
    margin: 0 auto;
    max-width: 300px;
    grid-template-columns: 1fr;
}.analysis_summaryP .extra_gainm {
    padding: 1.5rem 1rem;
}.analysis_summaryP .extra_gainm p {
    font-size: 38px;
}.analysis_summaryP .extra_gainm span {
    font-size: 12px;
}}



@media (min-width: 992px) {.pricing_gride .plan_optionsH {
    grid-template-columns: repeat(2, 1fr);
}.pricing_gride .package_ratesY:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing_gride .package_ratesY:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing_gride .package_ratesY:hover {
    transform: translateY(0) scale(1.02);
}
}



@media (max-width: 480px) {.pricing_gride .plan_optionsH {
    grid-template-columns: 1fr;
}.pricing_gride .access_costN h2 {
    font-size: calc(32px * 0.8);
}.pricing_gride .plan_matrixM {
    font-size: calc(17px * 0.9);
}.pricing_gride .cost_tableJ p {
    max-height: 120px;
}}



@media (max-width: 768px) {.client_opinionsS {
    padding: 3rem 0;
}.client_opinionsS h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.client_opinionsS .learner_quotesm {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.client_opinionsS .rating_zoneB:hover {
    transform: translateY(-5px) translateZ(10px);
}.client_opinionsS a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}
}



@media (max-width: 480px) {.appBlockS {
    padding: 40px 0;
}.appBlockS h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.7);
}.appBlockS .learning_trackw {
    padding: 20px 15px;
    border-left-width: 3px;
}.appBlockS li {
    padding-left: 20px;
}.appBlockS li::before {
    width: 6px;
    height: 6px;
    top: 8px;
}.appBlockS span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}



@media screen and (max-width: 991px) {header .main_barn {
    padding: 1rem 0;
    align-items: center;
    flex-direction: column;
}header .main_barn .nav_mainM {
    margin-left: 0;
    margin-bottom: 1rem;
}header .main_barn .first_sectionV {
    background: rgb(142,166,161,0.5);
    justify-content: center;
    clip-path: none;
    padding-right: 0;
    flex-wrap: wrap;
    width: 100%;
}header .main_barn .first_sectionV .top_prod a {
    padding: 0.8rem 1rem;
}header .main_barn .first_sectionV .top_prod a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .main_barn .first_sectionV .top_prod a:hover::after {
    width: calc(100% - 2rem);
}
}



@media (max-width: 992px) {.interested_learnersZ {
    padding: 80px 0;
}.interested_learnersZ h3 {
    margin-bottom: 50px;
    padding: 15px 30px;
}.interested_learnersZ ul {
    gap: 25px;
}.interested_learnersZ ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}



@media (max-width: 768px) {.interested_learnersZ ul li {
    max-width: 400px;
    width: 100%;
}
}


@media only screen and (max-width: 800px) {.secure_sanctumI {
    padding: 30px;
}.secure_sanctumI h1 {
    font-size: 34px;
}.secure_sanctumI h2 {
    font-size: 23px;
}.secure_sanctumI li {
    font-size: 13px;
}}



@media (max-width: 768px) {.customer_supportV {
    padding: 3rem 0;
}.customer_supportV .contact_feedbackd {
    padding: 2rem;
}.customer_supportV h3 {
    font-size: calc(31px * 0.9);
}.customer_supportV h3::after {
    width: 60px;
}.customer_supportV h5 {
    font-size: calc(18px * 0.9);
}
}



@media screen and (max-width: 768px) {.challenge_ctap {
    padding: 4rem 0 2rem;
}.challenge_ctap .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.challenge_ctap .company_holder h3 {
    font-size: 29px;
}.challenge_ctap .first_sectionV h5 {
    font-size: calc(19px * 0.9);
}.reg_remindY {
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
}
}



@media (min-width: 992px) {.title_boardJ .learning_trackw {
    padding: 5rem;
    gap: 4rem;
}.title_boardJ .img_strip_wrapP {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 15% 0, 25% 8%, 85% 8%, 95% 0, 100% 0);
}.title_boardJ h1::after {
    width: 100px;
}.title_boardJ svg {
    width: 180px;
    height: 180px;
}.title_boardJ .text_wrapY {
    padding-right: 2rem;
}
}



@media (max-width: 767px) {.title_boardJ {
    min-height: 80vh;
}.title_boardJ .learning_trackw {
    padding: 2rem;
}.title_boardJ h1 {
    font-size: 1.75rem;
}.title_boardJ p {
    font-size: 1rem;
}.title_boardJ svg {
    height: 100px;
    width: 100px;
}.title_boardJ .query_panelA {
    font-size: 0.9rem;
    padding: 0.875rem 1.75rem;
}}



@media (max-width: 480px) {.mentorship_profileT {
    padding: 80px 0;
}.mentorship_profileT .container {
    padding: 0 20px;
}.mentorship_profileT .img_strip_wrapP {
    min-height: 250px;
}.mentorship_profileT .name {
    padding: 30px 25px 5px 25px;
    font-size: calc(23px * 0.85);
}.mentorship_profileT .rating_zoneB span:not(.name) {
    font-size: calc(15px * 0.95);
    padding: 10px 25px 30px 25px;
}.mentorship_profileT .rating_zoneB span:not(.name)::after {
    width: 30px;
    left: 25px;
    bottom: 20px;
}.mentorship_profileT .career_backD {
    padding: 0 25px 30px 25px;
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(142,166,161), 0 0 20px rgb(142,166,161);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}



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



@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 115px, 115px 85px, 85px 100px;
    }
}

