header,footer {
    width: 100%;
}

header {
    border-bottom: 1px solid rgb(170,203,202,0.5);
    left: 0;
    background: linear-gradient(135deg, #000000 0%, rgb(170,203,202) 100%);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    position: fixed;
    transition: all 0.4s ease;
    top: 0;
    z-index: 1000;
    width: 100%;
    backdrop-filter: blur(8px);
}

.greeting_pageH .study_expertsY {
    z-index: 3;
    max-width: 700px;
    position: relative;
    transform: translateY(-2rem);
    padding: 3rem;
    margin-left: 10%;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    opacity: 0;
}

.greeting_pageH h3 {
    animation: fadeIn 1.5s ease forwards 0.6s;
    max-width: 90%;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 20px);
    opacity: 0;
    line-height: 1.4;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.company_overviewf {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(214,225,223) 0%, #ffffff 100%);
}

.company_overviewf h1 {
    display: inline-block;
    transform: translateX(-0.5rem);
    font-size: 42px;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000000;
}

.company_overviewf .skill_learn8 ul {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 3rem;
}

.company_overviewf .path_creatorsO::before {
    left: 20px;
    background: rgb(170,203,202);
    position: absolute;
    opacity: 0.15;
    content: "";
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
    z-index: -1;
    top: -10px;
}

.company_overviewf .path_creatorsO div {
    padding-right: 10px;
    color: #000000;
    overflow-y: auto;
    max-height: 200px;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
}

.appPageo .edu_ethosW {
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    position: relative;
    display: flex;
}

.appPageo h5::after {
    bottom: 0;
    width: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(170,203,202) 0%, rgb(126,174,158) 100%);
    left: 0;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    height: 3px;
}

.appPageo a:hover::before {
    opacity: 0.15;
}

.appPageo a:hover p {
    color: #000000;
    transform: translateY(-3px);
}

.mentorship_experienceH {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(214,225,223);
}

.mentorship_experienceH .learning_feedbackP {
    display: flex;
    padding: 60px 40px 40px;
    border-radius: 2px;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
}

.mentorship_experienceH .learning_feedbackP:hover .name {
    transform: translateX(10px);
}

.mentorship_experienceH .learning_feedbackP:hover span:not(.name) {
    color: rgb(170,203,202);
    transform: translateX(10px);
}

.mentorship_experienceH .learning_feedbackP:hover .experience_profileJ {
    padding-left: 20px;
}

header:before {
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(170,203,202,0.5), transparent);
    height: 100%;
    animation: shine 8s infinite linear;
    background-size: 200% 100%;
    top: 0;
    opacity: 0.4;
    left: 0;
    pointer-events: none;
}

header .top_sectionP:before {
    height: 4px;
    opacity: 0;
    background: rgb(170,203,202);
    border-radius: 50%;
    width: 4px;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

header .nav_guides {
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.footer_benefit9::before {
    width: 100%;
    background: #000000;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.85;
    content: "";
    z-index: -1;
}

.footer_benefit9 .company_holder::after {
    right: -20px;
    opacity: 0.7;
    height: 60px;
    border-bottom: 2px solid rgb(170,203,202);
    width: 60px;
    position: absolute;
    border-right: 2px solid rgb(170,203,202);
    bottom: -20px;
    content: "";
}

.footer_benefit9 .equity_pledger {
    color: #ffffff;
    margin-top: 1.5rem;
    opacity: 0.8;
    font-size: 12px;
    line-height: 1.6;
}

.footer_benefit9 .top_learn1:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.footer_benefit9 .top_learn1 h5::before {
    top: 50%;
    left: 0;
    content: "";
    background: rgb(170,203,202);
    border-radius: 50%;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    position: absolute;
    box-shadow: 0 0 10px rgb(170,203,202);
}

.policy_linksU {
    background: rgba(0, 0, 0, 0.5);
    grid-row: 2;
    grid-column: 1 / 13;
    position: relative;
    margin-top: 4rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.confidential_armoryT h1 {
    margin-top: 50px;
    font-size: 39px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(170,203,202);
    width: 100%;
    color: rgb(170,203,202);
}

.confidential_armoryT li {
    margin-bottom: 15px;
    padding-left: 10px;
    font-weight: 400;
    border-left: 3px solid rgb(170,203,202);
    position: relative;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    padding-left: 20px;
}

.customer_commentsE::after {
    bottom: -50px;
    height: 300px;
    filter: blur(40px);
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, rgba(rgb(126,174,158,0.5), 0.05), rgba(rgb(170,203,202,0.5), 0.08));
    content: "";
    width: 300px;
    right: -50px;
    border-radius: 50%;
}

.customer_commentsE .learning_feedbackP {
    position: relative;
    transform: translateY(0);
    border-radius: 15px;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    overflow: hidden;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.03), -12px -12px 24px rgba(255, 255, 255, 0.9);
}

.customer_commentsE .learning_feedbackP h4::after {
    content: "";
    bottom: -5px;
    left: 0;
    height: 2px;
    transition: width 0.4s ease;
    width: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,203,202), transparent);
}

.customer_commentsE a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    left: -100%;
    height: 100%;
    transition: left 0.7s ease;
}

.metrics_summary1 {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 100px 0;
}

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

.metrics_summary1 .boost_growthq svg path {
    fill: rgb(170,203,202);
}

.metrics_summary1 .statistics_edgesm {
    text-align: left;
    width: 70%;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 42px;
    position: relative;
    border-bottom: 3px solid rgb(170,203,202);
    margin: 0 0 20px 0;
}

.metrics_summary1 .fast_gaint:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}

.metrics_summary1 .success_statisticsi svg path {
    fill: #ffffff;
}

.metrics_summary1 .fast_gaint p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    grid-area: desc;
    line-height: 1.4;
    align-self: flex-start;
    margin: 0;
}

.help_center7::before {
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(126,174,158), 0.07) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(rgb(170,203,202), 0.07) 0%, transparent 25%);
}

.help_center7 h3::after {
    width: 100%;
    position: absolute;
    height: 6px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(126,174,158), transparent);
    content: "";
    left: 0;
}

.help_center7 .edu_guidef span {
    display: flex;
    background: rgba(rgb(214,225,223), 0.5);
    border-radius: 10px;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    padding: 25px 30px;
    position: relative;
    flex-direction: column;
}

.help_center7 .edu_guidef span a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: rgb(170,203,202);
    transition: all 0.3s ease;
    font-weight: 600;
}

.help_center7 .course_askU h4 {
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid rgba(rgb(170,203,202), 0.1);
    position: relative;
    color: rgb(170,203,202);
    padding-bottom: 10px;
    margin: 0 0 20px 0;
}

.help_center7 .reach_teamK::after {
    left: -75px;
    height: 150px;
    background: rgb(126,174,158);
    width: 150px;
    z-index: 1;
    bottom: -75px;
    position: absolute;
    opacity: 0.05;
    content: "";
    animation: float 8s ease-in-out infinite reverse, pulse 6s ease-in-out infinite reverse;
    border-radius: 50%;
}

.help_center7 .edu_guidef span:nth-child(even) {
    transition: all 0.5s ease;
    transform: translateY(0) rotate(0);
}

.help_center7 .edu_guidef span:hover svg {
    fill: rgb(126,174,158);
    transform: translateY(-50%) scale(1.1);
}

.help_center7 .edu_guidef span p svg {
    top: 50%;
    height: 16px;
    width: 16px;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    fill: rgb(170,203,202);
}

.course_program_infoN .knowledge_map2::after {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 3;
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
}

.course_program_infoN .ready_skillsh img {
    transform: scale(1.1);
    object-fit: cover;
    filter: brightness(0.8) saturate(1.2);
    transition: transform 8s ease;
    height: 100%;
    width: 100%;
}

.course_program_infoN .job_training1 p {
    grid-column: 3 / 4;
    opacity: 0.7;
    color: #ffffff;
    line-height: 1.6;
    font-size: 15px;
    margin: 0;
}

.course_program_infoN .job_training1 .message_helpq:hover {
    transform: translateY(-5px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.course_program_infoN .ready_skillsh:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}

.course_program_infoN .ready_skillsh:nth-child(3)::after {
    top: 45%;
    animation-delay: 2s;
}

.course_program_infoN .ready_skillsh:nth-child(4)::after {
    top: 75%;
    animation-delay: 3s;
}




.course_program_infoN .edu_ethosW::before {
    position: absolute;
    height: 1px;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    opacity: 0.3;
    bottom: 0;
}

.cookie_notice_overlaya p {
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    position: relative;
}

.web_cookies0:hover {
    background-color: rgb(126,174,158);
    box-shadow: 0 0 10px rgb(126,174,158);
}

.cookie_button.cookie_hideB:hover {
    box-shadow: 0 0 10px rgb(126,174,158);
}

.cookie_notice_overlaya p a:hover {
    color: rgb(126,174,158);
}

.get_in_toucho::before {
    position: absolute;
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(170,203,202), 0.05) 49%, rgba(rgb(170,203,202), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(126,174,158), 0.05) 49%, rgba(rgb(126,174,158), 0.05) 51%, transparent 52%);
    width: 100%;
    background-size: 40px 40px;
    z-index: 0;
    height: 100%;
    content: "";
}

.get_in_toucho input[type="text"] {
    padding: 15px 20px;
    border-left: 3px solid rgb(170,203,202);
    background: rgb(214,225,223);
    transition: all 0.3s ease;
    border: none;
    color: #000000;
    width: 100%;
    font-size: 13px;
    border-radius: 0 10px 10px 0;
}

.get_in_toucho .query_gridV input[type="checkbox"]:checked {
    background: rgb(170,203,202);
    border-color: rgb(170,203,202);
}

.get_in_toucho .query_gridV a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(170,203,202);
}

.get_in_toucho .message_helpq {
    border: none;
    background: rgb(170,203,202);
    overflow: hidden;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
    align-self: flex-start;
    font-size: 18px;
    transition: all 0.3s ease;
}

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

.price_paletteL .cert_cost8:hover h2 {
    transform: translateY(-5px);
}

.price_paletteL .promo_cost0 {
    max-width: 700px;
    position: relative;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 17px;
    color: #000000;
}

.price_paletteL .cert_cost8:hover .promo_cost0::after {
    transform: translateX(-50%) scaleX(1);
}

.price_paletteL .plan_pricingI {
    z-index: 1;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    background-color: #ffffff;
    perspective: 1000px;
}

.price_paletteL .cost_optionsw {
    display: inline-block;
    margin-bottom: 20px;
    transition: transform 0.4s ease, color 0.4s ease;
    font-size: calc(23px + 8px);
    color: rgb(170,203,202);
    padding: 5px 10px;
    font-weight: 700;
    position: relative;
}

.price_paletteL .img_showcasek::after {
    width: 100%;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
}



@media (max-width: 576px) {.greeting_pageH .page_beginA {
    padding-top: 10vh;
}.greeting_pageH .study_expertsY {
    padding: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}.greeting_pageH h1 {
    font-size: clamp(1.75rem, 7vw, 2rem);
}.greeting_pageH h3 {
    font-size: clamp(1rem, 4vw, 1.25rem);
}.greeting_pageH p {
    font-size: clamp(0.875rem, 3vw, 1rem);
    padding-left: 0.75rem;
}.greeting_pageH .study_expertsY::before {
    width: 4px;
}}



@media (min-width: 1200px) {.company_overviewf .skill_learn8 ul {
    gap: 4rem 7rem;
}.company_overviewf .path_creatorsO {
    padding: 4rem 3.5rem;
}.company_overviewf .path_creatorsO h4 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.3);
}.company_overviewf .path_creatorsO:first-child {
    transform: translateY(10px) rotate(-1deg);
}.company_overviewf .path_creatorsO:nth-child(2) {
    transform: translateY(70px) rotate(1deg);
}.company_overviewf .path_creatorsO:hover:first-child {
    transform: translateY(5px) rotate(-1deg);
}.company_overviewf .path_creatorsO:hover:nth-child(2) {
    transform: translateY(65px) rotate(1deg);
}}



@media (hover: none) {.appPageo .edu_ethosW:hover {
    transform: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
}.appPageo a:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.appPageo a:hover p {
    transform: none;
}}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .nav_guides svg {
    height: 30px;
}}



@media screen and (max-width: 768px) {.footer_benefit9 {
    padding: 4rem 0 3rem;
}.footer_benefit9 .top_prob {
    gap: 2rem;
    grid-template-columns: 1fr;
}.footer_benefit9 .top_learn1 {
    padding: 1.2rem;
}.footer_benefit9 .top_learn1 h5 {
    font-size: calc(19px * 0.9);
}.footer_benefit9 .company_holder::before,
    .footer_benefit9 .company_holder::after {
    width: 40px;
    height: 40px;
}
}



@media (min-width: 1200px) {.customer_commentsE .user_feedbacku {
    grid-template-columns: repeat(4, 1fr);
}.customer_commentsE h2 {
    font-size: calc(33px + 4px);
}.customer_commentsE .edu_ethosW {
    max-width: 1200px;
    margin: 0 auto;
}
}



@media (max-width: 480px) {.customer_commentsE {
    padding: 50px 0;
}.customer_commentsE h2 {
    font-size: calc(33px - 4px);
}.customer_commentsE .learning_feedbackP {
    padding: 20px 15px;
}
}



@media screen and (max-width: 992px) {.metrics_summary1 .statistics_edgesm {
    font-size: calc(42px * 0.9);
    width: 85%;
}.metrics_summary1 .edge_statisticsp {
    width: 80%;
}.metrics_summary1 .boost_growthq {
    width: 70px;
    right: 20px;
    height: 70px;
    top: 20px;
}.metrics_summary1 .boost_growthq svg {
    width: 35px;
    height: 35px;
}
}



@media (max-width: 1024px) {.help_center7 {
    padding: 80px 0;
}.help_center7 .reach_teamK {
    grid-gap: 30px;
}.help_center7 h3 {
    padding: 25px 30px;
}.help_center7 .learn_form9 {
    padding: 0 30px;
    padding-top: 30px;
}.help_center7 .edu_guidef {
    padding: 0 30px 30px;
}.help_center7 .course_askU {
    margin: 10px 30px 30px;
}
}



@media (max-width: 768px) {.help_center7 .edu_guidef span svg {
    width: 18px;
    height: 18px;
}.help_center7 .edu_guidef span p svg {
    height: 14px;
    width: 14px;
}.help_center7 .course_askU h4 svg {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}
}




@media (max-width: 768px) {.course_program_infoN {
    min-height: 100vh;
}.course_program_infoN .knowledge_map2::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.course_program_infoN .edu_ethosW {
    margin-bottom: 0;
}.course_program_infoN .job_training1 {
    padding: 0 1.5rem;
    grid-gap: 1rem;
}.course_program_infoN .job_training1 h3 {
    font-size: calc(28px * 0.9);
}.course_program_infoN .job_training1 span,
    .course_program_infoN .job_training1 p {
    font-size: calc(15px * 0.9);
}.course_program_infoN .job_training1 .message_helpq {
    width: 100%;
    margin-top: 1.5rem;
}}



@media (min-width: 992px) {.price_paletteL .pricing_dealsa {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.price_paletteL .cert_cost8 {
    margin-bottom: 0;
    order: 2;
    flex: 0 0 30%;
    text-align: left;
}.price_paletteL .premium_gridw {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}.price_paletteL .promo_cost0::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.price_paletteL .cert_cost8:hover .promo_cost0::after {
    transform: translateX(0) scaleX(1);
}
}



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



@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}



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

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

