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

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

header,footer {
    width: 100%;
}


.cookie_message_bannerX {
    z-index: 90;
    background: rgb(179,203,198);
    bottom: 0;
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(142,166,161);
}

.privacy_optO svg, .privacy_optO svg path, .privacy_optO img {
    width: 100px;
    fill: rgb(142,166,161);
    height: 100px;
}

#cookiePopupMessageR:checked ~ .cookie_message_bannerX {
    opacity: 0;
    visibility: hidden;
}

.wrapper-skeletonk .cookie_guideF {
    text-align: right;
}

.meet_usf {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(179,203,198);
}

.meet_usf .learning_trackw {
    position: relative;
}

.meet_usf h3::after {
    height: 5px;
    border-radius: 10px;
    background: rgb(142,166,161);
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    content: "";
    left: 50%;
    width: 100px;
}

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

.meet_usf .edu_commitP {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

.meet_usf .edu_commitP .expert_networkc:hover {
    transform: scale(1.02);
}

.meet_usf .skill_sessionsL::before {
    border-radius: 10px;
    opacity: 0.7;
    width: 20px;
    left: -10px;
    height: 80%;
    background: rgb(142,166,161);
    content: "";
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.meet_usf .container::before {
    opacity: 0.2;
    top: -50px;
    content: "";
    position: absolute;
    background: rgb(142,166,161,0.5);
    width: 200px;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
    left: -50px;
}

.analysis_summaryP {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(179,203,198) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 6rem 0;
}

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

.analysis_summaryP h4 {
    color: #000000;
    transform: translateY(1rem);
    margin-top: 3rem;
    text-align: center;
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    font-family: Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 0.05em;
    opacity: 0;
    font-weight: 700;
}

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

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

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

.analysis_summaryP .extra_gainm::before {
    width: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(145deg, 
                rgb(142,166,161,0.5) 0%, 
                transparent 40%, 
                rgb(106,128,123,0.5) 100%);
    opacity: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.analysis_summaryP .extra_gainm p {
    transform: perspective(500px) translateZ(0);
    font-weight: 700;
    position: relative;
    color: rgb(142,166,161);
    background: linear-gradient(135deg, rgb(142,166,161) 0%, rgb(106,128,123) 100%);
    -webkit-background-clip: text;
    margin: 0 0 0.5rem;
    -webkit-text-fill-color: transparent;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-block;
    font-size: calc(38px * 1.2);
}

.pricing_gride .plan_pricingn {
    display: flex;
    flex-direction: column;
}

.pricing_gride .access_costN {
    margin-right: auto;
    text-align: center;
    max-width: 800px;
    margin-bottom: 3rem;
    margin-left: auto;
    order: 1;
}

.pricing_gride .plan_matrixM {
    margin: 0 auto;
    font-size: 17px;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    max-width: 600px;
}

.pricing_gride .package_ratesY:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pricing_gride .cost_tableJ::before {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0.7;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    left: 0;
}

.pricing_gride .package_ratesY:hover .cost_tableJ h3::after {
    width: 80px;
}

.pricing_gride .pricing_levelsX {
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(23px * 1.5);
    color: rgb(142,166,161);
}

.pricing_gride .img_strip_wrapP {
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: transform 0.5s ease;
}

.pricing_gride .package_ratesY:hover .img_strip_wrapP {
    transform: scale(1.05);
}

.pricing_gride .package_ratesY:nth-child(3n+1) {
    border-top: 3px solid rgb(142,166,161);
}

.client_opinionsS {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(179,203,198) 0%, rgba(rgb(106,128,123,0.5), 0.05) 100%);
    position: relative;
}

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

.client_opinionsS h2 {
    color: #000000;
    font-weight: 700;
    text-align: left;
    position: relative;
    margin-bottom: 3.5rem;
    max-width: 80%;
    font-size: 31px;
    transform: perspective(1000px) rotateX(0deg);
}

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

.client_opinionsS .rating_zoneB::before {
    pointer-events: none;
    position: absolute;
    font-size: 6rem;
    font-family: Georgia, serif;
    color: rgba(rgb(106,128,123,0.5), 0.07);
    top: 1.5rem;
    content: "";
    line-height: 1;
    right: 1.5rem;
}

.client_opinionsS .rating_zoneB img {
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 50px;
    border-radius: 50%;
    margin-right: 1rem;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border: 2px solid rgba(rgb(106,128,123,0.5), 0.1);
    width: 50px;
}

.client_opinionsS .rating_zoneB .description {
    z-index: 1;
    font-size: 17px;
    margin: 0;
    position: relative;
    color: #000000;
    line-height: 1.6;
}

.client_opinionsS a::before {
    background: linear-gradient(90deg, 
                rgba(255, 255, 255, 0) 0%, 
                rgba(255, 255, 255, 0.2) 50%, 
                rgba(255, 255, 255, 0) 100%);
    left: -100%;
    transition: left 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    content: "";
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.appBlockS::after {
    content: "";
    left: 0;
    height: 5px;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(142,166,161), transparent);
    width: 100%;
    position: absolute;
}

.appBlockS h2::after {
    content: "";
    bottom: -15px;
    left: 0;
    height: 3px;
    transition: transform 0.5s ease;
    transform-origin: left;
    position: absolute;
    width: 60px;
    transform: scaleX(1);
    background: rgb(142,166,161);
}

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

.appBlockS li {
    position: relative;
    padding-left: 25px;
}

.appBlockS li:hover::before {
    transform: rotate(225deg);
}

.appBlockS span {
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
}

.course_program_infoc::before {
    z-index: 1;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(ellipse at bottom right, rgb(142,166,161,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(106,128,123,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}

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

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

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

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

header .main_barn .nav_mainM:hover {
    transform: translateY(0) scale(1.05);
}

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

header .main_barn .first_sectionV .top_prod {
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
    perspective: 1000px;
}

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

.contact_panelh::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    animation: gradientMove 20s linear infinite;
    background: linear-gradient(45deg, 
        rgb(142,166,161,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(142,166,161,0.5) 50%, 
        rgb(142,166,161,0.5) 75%, 
        transparent 75%, 
        transparent);
    background-size: 60px 60px;
    top: 0;
    opacity: 0.05;
}

.contact_panelh .help_feedbackj {
    background: #ffffff;
    justify-content: center;
    padding: 60px;
    display: flex;
    position: relative;
    flex-direction: column;
    order: 1;
}

.contact_panelh form h3 {
    margin-bottom: 40px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(106,128,123,0.5);
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    font-size: 19px;
}

.contact_panelh form input#name {
    position: relative;
}

.contact_panelh .help_sectionJ {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.contact_panelh .help_sectionJ label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
}

.contact_panelh .help_sectionJ input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 8px;
    transform: rotate(45deg);
    width: 8px;
    border-bottom: 2px solid #ffffff;
    top: 4px;
    content: "";
    height: 14px;
    border-right: 2px solid #ffffff;
}

.contact_panelh form .query_panelA {
    border: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 700;
    padding: 16px 40px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    background: rgb(142,166,161);
    text-transform: uppercase;
}

.interested_learnersZ .learning_trackw {
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
}

.interested_learnersZ h3::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    height: 5px;
    bottom: -15px;
    content: '';
    background: linear-gradient(90deg, rgb(142,166,161), rgb(106,128,123));
    border-radius: 10px;
}

.interested_learnersZ ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    list-style: none;
    gap: 35px;
    margin: 0;
}

.interested_learnersZ ul li::before {
    width: 12px;
    background: linear-gradient(135deg, rgb(142,166,161), rgb(106,128,123));
    top: 15px;
    content: '';
    opacity: 0.5;
    border-radius: 50%;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 15px;
    height: 12px;
}

.interested_learnersZ ul li:hover svg {
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}

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

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

.secure_sanctumI {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    background-color: rgb(179,203,198);
    padding: 40px;
}

.secure_sanctumI h1::after {
    content: '';
    height: 3px;
    background-color: rgb(142,166,161);
    bottom: -8px;
    left: 0;
    width: 40%;
    position: absolute;
}

.secure_sanctumI ul {
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
}

.customer_supportV {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(179,203,198) 40%, rgb(142,166,161,0.5) 150%);
    overflow: hidden;
}

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

.customer_supportV .contact_feedbackd {
    transform: translateY(0);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.customer_supportV .contact_feedbackd:hover h3::after {
    transform: scaleX(1.5);
}

.customer_supportV h5 {
    display: flex;
    font-size: 18px;
    text-transform: capitalize;
    color: #000000;
    align-items: center;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.customer_supportV .get_contactinfof {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
}

.customer_supportV .get_contactinfof li:last-child {
    border-bottom: none;
}

.customer_supportV .learn_talki:hover {
    color: rgb(142,166,161);
}

.customer_supportV .learn_talki:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.challenge_ctap::before {
    content: "";
    left: 0;
    z-index: -1;
    top: 0;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    height: 100%;
    width: 100%;
    position: absolute;
}

.challenge_ctap .company_holder {
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    border-radius: 10px;
    margin-bottom: 4rem;
    border: 1px solid rgba(rgb(142,166,161), 0.3);
    position: relative;
    backdrop-filter: blur(5px);
    padding: 2rem;
    background: rgba(0, 0, 0, 0.4);
}

.challenge_ctap .company_holder h3::before {
    content: attr(data-text);
    top: 2px;
    color: rgb(142,166,161);
    opacity: 0.7;
    position: absolute;
    left: 2px;
    z-index: -1;
    filter: blur(1px);
}

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

.challenge_ctap .first_sectionV h5 {
    position: relative;
    color: rgb(106,128,123);
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
}

.challenge_ctap .first_sectionV .top_trainX {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}

.challenge_ctap .first_sectionV .top_trainX a::before {
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    content: "//";
    color: rgb(142,166,161);
    font-size: 0.8em;
}

.reg_remindY {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.6);
    margin-top: 3rem;
}

.reg_remindY .guide_sectionS::before,
.reg_remindY .guide_sectionS::after {
    content: "//";
    margin: 0 10px;
    color: rgb(142,166,161);
}

.title_boardJ::before {
    content: '';
    background-size: 30px 30px;
    z-index: 1;
    animation: backgroundShift 60s linear infinite;
    top: 0;
    position: absolute;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(94,170,168,0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(94,170,168,0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(94,170,168,0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(94,170,168,0.03) 75%);
}

.title_boardJ .text_wrapY {
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    display: flex;
    gap: 2rem;
    transform: translateY(30px);
    opacity: 0;
    flex-direction: column;
}

.title_boardJ p {
    opacity: 0;
    line-height: 1.6;
    max-width: 600px;
    transform: translateY(20px);
    padding-left: 0;
    font-size: clamp(1rem, 1.5vw, 17px);
    position: relative;
    color: #ffffff;
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
    margin: 0;
}

.title_boardJ svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.title_boardJ .query_panelA::before {
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
}

.mentorship_profileT {
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: rgb(179,203,198);
}

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

.mentorship_profileT .rating_zoneB {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1200px) rotateY(0deg);
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    max-width: 1000px;
    backdrop-filter: blur(10px);
    background: #ffffff;
    grid-template-rows: auto auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
}

.mentorship_profileT .rating_zoneB:hover .img_strip_wrapP::before {
    opacity: 0.4;
}

.mentorship_profileT .rating_zoneB span:not(.name) {
    padding: 35px 50px 40px 70px;
    font-family: Arial, sans-serif;
    z-index: 2;
    align-self: end;
    grid-row: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    position: relative;
    color: rgb(106,128,123);
    grid-column: 2;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    transform: translateY(0);
}

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


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


@media only screen and (max-width: 1200px) {.cookie_message_bannerX {
    padding: 20px;
}
}


@media only screen and (max-width: 800px)  {.wrapper-skeletonk .cookie_windowR {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media screen and (max-width: 768px) {.meet_usf {
    padding: 60px 0;
}.meet_usf h3 {
    margin-bottom: 50px;
    font-size: calc(39px * 0.7);
}.meet_usf h3::after {
    width: 80px;
    height: 4px;
}.meet_usf .skill_sessionsL {
    margin-bottom: 60px;
}.meet_usf .skill_sessionsL p,
    .meet_usf .edu_commitP p {
    padding: 30px;
}.meet_usf .skill_sessionsL .img_strip_wrapP,
    .meet_usf .edu_commitP .expert_networkc {
    height: 300px;
}
}



@media (max-width: 1200px) {.analysis_summaryP ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.analysis_summaryP {
    padding: 5rem 0;
}.analysis_summaryP ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.analysis_summaryP .extra_gainm p {
    font-size: calc(38px * 1.1);
}
}



@media (max-width: 576px) {.analysis_summaryP {
    padding: 3rem 0;
}.analysis_summaryP ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.analysis_summaryP .extra_gainm {
    padding: 1.25rem 0.75rem;
}.analysis_summaryP .extra_gainm p {
    font-size: calc(38px * 0.9);
}.analysis_summaryP .extra_gainm span {
    font-size: calc(12px * 0.85);
    line-height: 1.3;
}.analysis_summaryP h4 {
    font-size: calc(19px * 0.9);
    margin-top: 2rem;
}
}



@media (max-width: 767px) {.pricing_gride {
    padding: 4rem 0;
}.pricing_gride .cost_tableJ {
    padding: 1.5rem;
}.pricing_gride .cost_tableJ h3 {
    font-size: 23px;
}.pricing_gride .pricing_levelsX {
    font-size: 23px;
}.pricing_gride .cost_tableJ p {
    line-height: 1.5;
    max-height: 150px;
    font-size: calc(17px * 0.9);
    overflow-y: auto;
}.pricing_gride .img_strip_wrapP {
    height: 150px;
}
}



@media (max-width: 992px) {.client_opinionsS {
    padding: 4rem 0;
}.client_opinionsS h2 {
    margin-bottom: 2.5rem;
}.client_opinionsS .learner_quotesm {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_opinionsS .rating_zoneB {
    padding: 1.5rem;
}
}



@media (max-width: 991px) {.appBlockS {
    padding: 80px 0;
}.appBlockS h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
}.appBlockS .learning_trackw {
    padding: 30px;
}
}



@media (max-width: 767px) {.appBlockS {
    padding: 60px 0;
}.appBlockS h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.appBlockS h2::after {
    width: 40px;
}.appBlockS .learning_trackw {
    padding: 25px 20px;
}.appBlockS span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}



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



@media (max-width: 480px) {.course_program_infoc {
    padding: 40px 0;
}.course_program_infoc .training_guideu {
    gap: 40px;
}.course_program_infoc .text_wrapY h2 {
    font-size: calc(44px * 0.8);
    padding-bottom: 15px;
}.course_program_infoc .text_wrapY h2::after {
    width: 80px;
}.course_program_infoc .text_wrapY .description {
    padding: 20px;
}.course_program_infoc .img_strip_wrapP {
    height: 250px;
}}



@media screen and (max-width: 1024px) {.contact_panelh .reach_widgetV {
    max-width: 800px;
}.contact_panelh .help_feedbackj {
    padding: 40px;
}
}



@media screen and (max-width: 768px) {.contact_panelh {
    padding: 80px 0 60px;
}.contact_panelh .reach_widgetV {
    grid-template-columns: 1fr;
}.contact_panelh .img_strip_wrapP {
    clip-path: none;
    min-height: 300px;
    order: 1;
}.contact_panelh .help_feedbackj {
    order: 2;
    padding: 40px 30px;
}.contact_panelh .help_feedbackj::before {
    height: 6px;
    width: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgb(142,166,161), rgb(106,128,123));
}.contact_panelh h2 {
    margin-bottom: 40px;
}
}



@media (prefers-reduced-motion: reduce) {.interested_learnersZ ul li {
    animation: none;
    opacity: 1;
}.interested_learnersZ ul li:hover {
    transform: none;
}}



@media (max-width: 992px) {.customer_supportV {
    padding: 4rem 0;
}.customer_supportV .contact_feedbackd {
    padding: 2.5rem;
}.customer_supportV p {
    max-width: 100%;
}
}



@media screen and (max-width: 992px) {.challenge_ctap .art_portalo {
    flex-direction: column;
}.challenge_ctap .top_trainX {
    flex-direction: column;
}.challenge_ctap .first_sectionV {
    width: 100%;
    margin-bottom: 1rem;
}.reg_remindY {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}



@media screen and (max-width: 576px) {.challenge_ctap {
    padding: 3rem 0 2rem;
}.challenge_ctap .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.challenge_ctap .company_holder h3 {
    font-size: calc(29px * 0.85);
    letter-spacing: 1px;
}.challenge_ctap .slack_inviteA {
    font-size: calc(12px * 0.9);
}.challenge_ctap .first_sectionV {
    padding: 1rem;
}.challenge_ctap .first_sectionV .top_trainX a {
    font-size: calc(12px * 0.9);
}.reg_remindY {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.reg_remindY .guide_sectionS::before,
    .reg_remindY .guide_sectionS::after {
    display: none;
}}



@media (max-width: 768px) {.mentorship_profileT {
    padding: 100px 0;
}.mentorship_profileT .container {
    padding: 0 30px;
}.mentorship_profileT .rating_zoneB {
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto auto auto;
}.mentorship_profileT .img_strip_wrapP {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-column: 1;
    min-height: 300px;
    grid-row: 1;
}.mentorship_profileT .name {
    grid-row: 2;
    text-align: left;
    padding: 40px 30px 5px 30px;
    grid-column: 1;
}.mentorship_profileT .rating_zoneB span:not(.name) {
    grid-column: 1;
    padding: 10px 30px 40px 30px;
    grid-row: 3;
    text-align: left;
}.mentorship_profileT .rating_zoneB span:not(.name)::after {
    left: 30px;
    bottom: 30px;
}.mentorship_profileT .career_backD {
    padding: 0 30px 40px 30px;
    grid-column: 1;
    grid-row: 4;
}
}



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



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



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

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



@keyframes floatIn {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes popIn {
    0% {
        transform: translateY(20px) scale(0.9);
        opacity: 0;
    }
    70% {
        transform: translateY(-5px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}



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

