* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1248px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.main_guideb {
    flex: 1 0 auto;
}.wrapper-viewportH {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}a {
    color: inherit;
    text-decoration: none;
}.learn_navX {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_tableG {
    position: relative;
    background-color: rgb(204,202,190);
    padding: 120px 0;
    overflow: hidden;
}.pricing_tableG::before {
    top: -10%;
    content: "";
    z-index: 0;
    left: -5%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    transform: rotate(-3deg);
    position: absolute;
    height: 120%;
    width: 110%;
}.pricing_tableG .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.pricing_tableG .payment_planj {
    display: flex;
    flex-direction: column;
}.pricing_tableG .access_costR {
    position: relative;
    order: 1;
    text-align: center;
    margin-bottom: 50px;
}.pricing_tableG .access_costR h2 {
    background: linear-gradient(120deg, rgb(132,125,136), rgb(174,169,175));
    font-size: 33px;
    transform: translateY(0);
    color: #000000;
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    -webkit-background-clip: text !important;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_tableG .access_costR:hover h2 {
    transform: translateY(-5px);
}.pricing_tableG .cert_feesI {
    font-size: 15px;
    color: #000000;
    max-width: 700px;
    line-height: 1.6;
    position: relative;
    margin: 0 auto;
}.pricing_tableG .cert_feesI::after {
    transform: translateX(-50%) scaleX(0.7);
    content: "";
    height: 3px;
    width: 100px;
    bottom: -15px;
    left: 50%;
    position: absolute;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(132,125,136), rgb(174,169,175));
}.pricing_tableG .access_costR:hover .cert_feesI::after {
    transform: translateX(-50%) scaleX(1);
}.pricing_tableG .premium_gridc {
    gap: 30px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    order: 2;
}.pricing_tableG .annual_plans {
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    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);
    display: block;
    background-color: #ffffff;
    z-index: 1;
}.pricing_tableG .annual_plans::before {
    position: absolute;
    height: 5px;
    transform-origin: left;
    content: "";
    left: 0;
    z-index: 2;
    transform: scaleX(0.85);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(132,125,136), rgb(174,169,175));
}.pricing_tableG .annual_plans:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}.pricing_tableG .annual_plans:hover::before {
    transform: scaleX(1);
}.pricing_tableG .package_pricingd {
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing_tableG .pricing_listX {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-grow: 1;
    padding: 30px;
    z-index: 1;
    position: relative;
}.pricing_tableG .pricing_listX::before {
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.pricing_tableG .pricing_listX h3 {
    color: #000000;
    transition: transform 0.4s ease;
    font-weight: 700;
    position: relative;
    font-size: calc(22px + 2px);
    margin-bottom: 15px;
}.pricing_tableG .annual_plans:hover .pricing_listX h3 {
    transform: translateX(5px);
}.pricing_tableG .payment_dealsX {
    position: relative;
    font-weight: 700;
    transition: transform 0.4s ease, color 0.4s ease;
    padding: 5px 10px;
    margin-bottom: 20px;
    display: inline-block;
    color: rgb(174,169,175);
    font-size: calc(22px + 8px);
}.pricing_tableG .payment_dealsX::before {
    background: linear-gradient(90deg, rgb(132,125,136), rgb(174,169,175));
    left: 0;
    transform: scaleX(0.3);
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    bottom: 0;
    content: "";
    width: 100%;
}.pricing_tableG .annual_plans:hover .payment_dealsX {
    color: rgb(132,125,136);
    transform: translateY(-5px);
}.pricing_tableG .annual_plans:hover .payment_dealsX::before {
    transform: scaleX(1);
}.pricing_tableG .pricing_listX p {
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 0;
    hyphens: auto;
    font-size: 15px;
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.6;
}.pricing_tableG .pic_boxE {
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}.pricing_tableG .pic_boxE::after {
    z-index: 1;
    top: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
}.pricing_tableG .annual_plans:hover .pic_boxE {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_tableG .premium_gridc {
    grid-template-columns: repeat(2, 1fr);
}.pricing_tableG .pricing_listX {
    padding: 35px;
}.pricing_tableG .pic_boxE {
    height: 220px;
}
}

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

@media (min-width: 1200px) {.pricing_tableG {
    padding: 150px 0;
}.pricing_tableG .premium_gridc {
    gap: 40px;
}.pricing_tableG .annual_plans {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing_tableG .annual_plans:hover {
    transform: translateY(-15px) scale(1.02);
}.pricing_tableG .annual_plans:nth-child(even) {
    transform: translateY(15px);
}.pricing_tableG .annual_plans:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.pricing_tableG .pic_boxE {
    height: 250px;
}}.company_infoU {
    background: rgb(204,202,190);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.company_infoU::before {
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, 
                rgb(174,169,175,0.5) 0%, 
                transparent 25%);
    width: 100%;
}.company_infoU::after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    right: 0;
    background: linear-gradient(225deg, 
                rgb(132,125,136,0.5) 0%, 
                transparent 25%);
}.company_infoU .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.company_infoU h2 {
    margin-bottom: 70px;
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 31px;
    font-weight: 700;
}.company_infoU h2::after {
    background: rgb(174,169,175);
    transform: translateX(-50%);
    bottom: -20px;
    width: 80px;
    height: 4px;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 50%;
}.company_infoU .master_classesz {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    position: relative;
    display: grid;
    gap: 40px;
}.company_infoU .study_programY {
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 0;
    background: #ffffff;
    border-radius: 25px;
}.company_infoU .study_programY:first-child {
    transform-origin: left center;
    grid-row: 1 / span 2;
    grid-column: 1;
}.company_infoU .study_programY:nth-child(2) {
    transform-origin: right center;
    grid-column: 2;
    grid-row: 1 / span 2;
}.company_infoU .study_programY:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
    z-index: 10;
}.company_infoU .study_programY h3 {
    padding: 20px 30px;
    color: #ffffff;
    position: relative;
    background: rgb(174,169,175);
    font-size: 22px;
    z-index: 2;
    margin: 0;
    font-weight: 600;
}.company_infoU .study_programY:nth-child(2) h3 {
    background: rgb(132,125,136);
}.company_infoU .study_programY p {
    align-items: center;
    z-index: 1;
    position: relative;
    padding: 30px;
    flex-grow: 1;
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    margin: 0;
    display: flex;
}.company_infoU .study_programY p::first-letter {
    margin-right: 8px;
    font-weight: 700;
    line-height: 1;
    float: left;
    font-size: calc(13px * 1.8);
    color: rgb(174,169,175);
}.company_infoU .study_programY:nth-child(2) p::first-letter {
    color: rgb(132,125,136);
}.company_infoU .study_programY::before {
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 100px;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(174,169,175,0.5), 0.1) 50%);
    height: 100px;
    content: "";
}.company_infoU .study_programY:nth-child(2)::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(132,125,136,0.5), 0.1) 50%);
}.company_infoU .study_programY::after {
    content: "";
    height: 5px;
    top: 0;
    width: 100%;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(174,169,175), transparent);
    z-index: 3;
}.company_infoU .study_programY:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(132,125,136), transparent);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}


@media screen and (max-width: 991px) {.company_infoU {
    padding: 90px 0;
}.company_infoU h2 {
    margin-bottom: 60px;
}.company_infoU .master_classesz {
    gap: 30px;
}
}

@media screen and (max-width: 768px) {.company_infoU {
    padding: 70px 0;
}.company_infoU h2 {
    margin-bottom: 50px;
}.company_infoU .master_classesz {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
}.company_infoU .study_programY:first-child,
    .company_infoU .study_programY:nth-child(2) {
    grid-column: 1;
    grid-row: auto;
}
}

@media screen and (max-width: 576px) {.company_infoU {
    padding: 60px 0;
}.company_infoU .container {
    padding: 0 15px;
}.company_infoU h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.company_infoU h2::after {
    height: 3px;
    bottom: -15px;
    width: 60px;
}.company_infoU .study_programY h3 {
    padding: 15px 20px;
    font-size: calc(22px * 0.9);
}.company_infoU .study_programY p {
    padding: 20px;
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}.mentorship_experiencez {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(204,202,190) 0%, rgb(174,169,175,0.5) 100%);
}.mentorship_experiencez::before {
    top: -10%;
    z-index: 1;
    content: "";
    transform: rotate(-12deg);
    background: rgb(132,125,136,0.5);
    position: absolute;
    height: 70%;
    width: 120%;
    left: -5%;
}.mentorship_experiencez .review_spacef {
    gap: 3rem;
    align-items: center;
    z-index: 2;
    flex-direction: row;
    transform: translateX(5%);
    display: flex;
    position: relative;
}.mentorship_experiencez .pic_boxE {
    border-radius: 21px;
    width: 280px;
    height: 350px;
    transition: all 0.5s ease;
    box-shadow: 15px 15px 0 rgb(174,169,175,0.5);
    transform: rotate(-5deg);
}.mentorship_experiencez .pic_boxE:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.mentorship_experiencez .experience_logH {
    padding: 2rem;
    transition: all 0.5s ease;
    position: relative;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    max-width: 60%;
    transform: rotate(2deg) translateY(-30px);
}.mentorship_experiencez .experience_logH::after {
    transition: all 0.5s ease;
    opacity: 0.6;
    height: 10px;
    position: absolute;
    background: rgb(132,125,136);
    filter: blur(8px);
    content: "";
    left: 30px;
    width: 85%;
    bottom: -10px;
}.mentorship_experiencez .experience_logH:hover {
    transform: rotate(0deg) translateY(-20px);
}.mentorship_experiencez .experience_logH:hover::after {
    opacity: 0.8;
    width: 95%;
}.mentorship_experiencez .name {
    color: rgb(174,169,175);
    transform: translateX(-20px);
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 38px;
}.mentorship_experiencez .experience_logH > div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-size: 19px;
    transform: translateX(-10px);
    font-weight: 600;
    color: rgb(132,125,136);
}.mentorship_experiencez .exp_listh {
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    position: relative;
    padding-left: 1.5rem;
}.mentorship_experiencez .exp_listh::before {
    border-radius: 10px;
    width: 5px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(174,169,175), rgb(132,125,136));
    height: 100%;
}

@media (max-width: 992px) {.mentorship_experiencez .review_spacef {
    gap: 2rem;
    flex-direction: column;
    transform: none;
}.mentorship_experiencez .pic_boxE {
    height: 280px;
    width: 220px;
    margin: 0 auto;
}.mentorship_experiencez .experience_logH {
    transform: none;
    max-width: 100%;
}.mentorship_experiencez .name,
    .mentorship_experiencez .experience_logH > div:nth-child(2) {
    transform: none;
}}.ty_sidebarp {
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(174,169,175,0.5) 0%, rgb(204,202,190) 100%);
    overflow: hidden;
}.ty_sidebarp::before {
    width: 100%;
    top: 0;
    z-index: 1;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(132,125,136,0.5) 0%, transparent 60%);
    opacity: 0.7;
}.ty_sidebarp::after {
    height: 300px;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    background: linear-gradient(225deg, rgb(174,169,175) 0%, transparent 70%);
    bottom: -50px;
    content: "";
    width: 300px;
    right: -50px;
    filter: blur(40px);
}.ty_sidebarp .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.ty_sidebarp .learning_tracky {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: flex;
    padding: 60px 40px;
    background: #ffffff;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.ty_sidebarp .learning_tracky::before {
    position: absolute;
    height: 100%;
    content: "";
    transform: scaleY(1.02);
    width: 5px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(174,169,175), rgb(132,125,136));
}.ty_sidebarp .learning_tracky::after {
    transform: rotate(15deg);
    z-index: -1;
    content: "";
    background: rgb(132,125,136,0.5);
    height: 80px;
    top: -15px;
    position: absolute;
    width: 80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: float 8s infinite ease-in-out;
    right: 40px;
}.ty_sidebarp .learning_tracky:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ty_sidebarp h5 {
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}.ty_sidebarp h5::after {
    background: linear-gradient(90deg, rgb(174,169,175), rgb(132,125,136));
    position: absolute;
    height: 3px;
    width: 80px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    bottom: 0;
}.ty_sidebarp .learning_tracky:hover h5::after {
    width: 120px;
}.ty_sidebarp p {
    line-height: 1.8;
    position: relative;
    transition: color 0.3s ease;
    color: #000000;
    z-index: 2;
    font-size: 14px;
    margin-bottom: 0;
}.ty_sidebarp a {
    text-decoration: none;
    padding: 5px 0;
    display: block;
    position: relative;
    overflow: hidden;
}.ty_sidebarp a::before {
    transform: scaleX(0);
    height: 1px;
    content: "";
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(174,169,175,0.5), transparent);
    transform-origin: left;
    left: 0;
}.ty_sidebarp a:hover::before {
    transform: scaleX(1);
}.ty_sidebarp a:hover p {
    color: rgb(174,169,175);
}

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

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

@media (min-width: 768px) {.ty_sidebarp {
    padding: 140px 0 100px;
}.ty_sidebarp .learning_tracky {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 60px;
}.ty_sidebarp h5 {
    font-size: calc(19px * 1.2);
    margin-bottom: 40px;
    padding-bottom: 25px;
}.ty_sidebarp p {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}.ty_sidebarp .learning_tracky::after {
    right: 60px;
    width: 100px;
    height: 100px;
}
}

@media (min-width: 992px) {.ty_sidebarp {
    padding: 160px 0 120px;
}.ty_sidebarp .learning_tracky {
    padding: 100px 80px;
    transform: perspective(1200px) rotateY(-3deg);
    max-width: 1000px;
    margin: 0 auto;
}.ty_sidebarp .learning_tracky::before {
    width: 8px;
}.ty_sidebarp h5 {
    font-size: calc(19px * 1.3);
    max-width: 80%;
}.ty_sidebarp p {
    max-width: 90%;
}.ty_sidebarp .learning_tracky::after {
    top: -20px;
    right: 80px;
    height: 120px;
    width: 120px;
}
}

@media (max-width: 767px) {.ty_sidebarp {
    padding: 80px 0 60px;
}.ty_sidebarp .learning_tracky {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.ty_sidebarp h5 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.ty_sidebarp p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.ty_sidebarp .learning_tracky::before {
    width: 3px;
}.ty_sidebarp .learning_tracky::after {
    top: -10px;
    width: 60px;
    right: 20px;
    height: 60px;
}
}

@media (max-width: 480px) {.ty_sidebarp {
    padding: 60px 0 40px;
}.ty_sidebarp .learning_tracky {
    padding: 30px 20px;
    transform: none;
}.ty_sidebarp h5 {
    font-size: calc(19px * 0.85);
    margin-bottom: 20px;
    padding-bottom: 15px;
}.ty_sidebarp .learning_tracky::after {
    display: none;
}}footer {
    position: relative;
}footer::before {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(174,169,175) 150%);
    opacity: 0.92;
    right: 0;
    bottom: 0;
    content: '';
}.learn_navX {
    color: #ffffff;
    padding: 70px 0;
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
}.learn_navX .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}.learn_navX .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    overflow: hidden;
    border-radius: 12px 0 12px 0;
    position: relative;
    transition: all 0.3s ease;
}.learn_navX .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.learn_navX .company_holder::before {
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(174,169,175);
    width: 100%;
    content: '';
}.learn_navX .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 36px;
    margin-bottom: 25px;
    display: inline-block;
}.learn_navX .company_holder h3::after {
    left: 0;
    bottom: -8px;
    position: absolute;
    height: 3px;
    background: rgb(132,125,136);
    width: 60px;
    content: '';
}.learn_navX .challenge_ctad {
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
}.learn_navX .enroll_infoC {
    position: relative;
}.learn_navX .head_trainQ {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}.learn_navX .main_headerw {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.learn_navX .main_headerw h5 {
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
    border-left: 3px solid rgb(174,169,175);
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
}.learn_navX .main_headerw .head_trainQ {
    gap: 12px;
    display: flex;
    flex-direction: column;
}.learn_navX .main_headerw .head_trainQ a {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 8px 15px;
    color: #ffffff;
    display: inline-block;
    z-index: 1;
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}.learn_navX .main_headerw .head_trainQ a::before {
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    background: rgb(174,169,175,0.5);
    content: '';
}.learn_navX .main_headerw .head_trainQ a:hover {
    transform: translateX(5px);
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.learn_navX .main_headerw .head_trainQ a:hover::before {
    width: 100%;
}.collab_netz {
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    position: relative;
    margin-top: 50px;
}.collab_netz .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.collab_netz .equity_infob {
    letter-spacing: 0.5px;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: 40px 40px;
    left: 0;
    content: '';
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
}

@media (max-width: 992px) {.learn_navX .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.learn_navX {
    padding: 50px 0;
}.learn_navX .main_headerw {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.learn_navX {
    padding: 40px 0;
}.learn_navX .company_holder h3 {
    font-size: calc(36px * 0.8);
}.learn_navX .main_headerw h5 {
    font-size: calc(24px * 0.9);
}.learn_navX .main_headerw .head_trainQ a,
    .learn_navX .footer_agreement {
    font-size: calc(16px * 0.95);
}}

.collab_netz::before {
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    top: 0;
}.cookieNotificationPanelG {
    border-top: 2px solid rgb(174,169,175);
    position: fixed;
    background: rgb(204,202,190);
    bottom: 0;
    width: 100%;
    z-index: 90;
}.edu_acceptu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}.cookieNotificationPanelG h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieNotificationPanelG p {
    font-size: 18px;
}.cookies_termsW {
    margin-right: 10px;
    flex-shrink: 0;
}.cookies_termsW svg, .cookies_termsW svg path, .cookies_termsW img {
    height: 100px;
    width: 100px;
    fill: rgb(174,169,175);
}.cookie_lockB {
    text-align: center;
    flex-shrink: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 35px;
    min-width: 120px;
    text-decoration: none;
    border-bottom: 2px solid rgb(174,169,175);
    margin-left: 10px;
    color: rgb(174,169,175);
    white-space: nowrap;
}.cookieNotificationPanelG p a {
    color: rgb(174,169,175);
    text-decoration: none;
}#cookieNoticeAlerty {
    display: none;
}#cookieNoticeAlerty:checked ~ .cookieNotificationPanelG {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieNotificationPanelG {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookies_termsW {
    display: none;
}.edu_acceptu {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieNotificationPanelG h5 {
    text-align: center;
}.cookieNotificationPanelG p {
    text-align: center;
}.digital_consentk {
    margin-bottom: 20px;
}body .wrapper-viewportH .cookie_lockB {
    margin-left: 0;
}}
.wrapper-viewportH .edu_acceptu {
    justify-content: flex-end;
}.wrapper-viewportH .cookie_lockB {
    color: #ffffff;
    margin-left: 30px;
    background: rgb(174,169,175);
    font-size: 20px;
    padding: 10px;
}.wrapper-viewportH .digital_consentk {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-viewportH .cookie_lockB {
    margin-bottom: 10px;
    margin-left: 0;
}}.contact_sectionu {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,202,190) 0%, rgb(174,169,175,0.5) 100%);
}.contact_sectionu::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(132,125,136,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(174,169,175,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    z-index: 0;
    content: '';
    height: 100%;
    width: 100%;
    animation: pulse 15s infinite alternate;
}.contact_sectionu::after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    top: 0;
    background-size: 200px 200px;
    content: '';
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(174,169,175,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(174,169,175,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(174,169,175,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(174,169,175,0.5) 75%);
    z-index: 1;
}.contact_sectionu .pic_boxE {
    filter: grayscale(40%) contrast(120%);
    z-index: 2;
    opacity: 0.2;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
}.contact_sectionu .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
}.contact_sectionu h3 {
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 40px;
    color: #000000;
    font-family: Arial, sans-serif;
}.contact_sectionu h3::after {
    position: absolute;
    border-radius: 10px;
    bottom: -10px;
    width: 80px;
    left: 50%;
    background: rgb(174,169,175);
    transform: translateX(-50%);
    height: 4px;
    content: '';
}.contact_sectionu .inquiry_linksC {
    display: flex;
    flex-wrap: wrap;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}.contact_sectionu .inquiry_linksC::before {
    content: '';
    left: -5px;
    z-index: -1;
    bottom: -5px;
    right: -5px;
    border-radius: calc(18px + 5px);
    top: -5px;
    animation: border-glow 5s infinite linear;
    background: linear-gradient(45deg, rgb(132,125,136), rgb(174,169,175), rgb(132,125,136));
    position: absolute;
}.contact_sectionu .message_boxP {
    position: relative;
    padding: 40px;
    overflow: hidden;
    flex: 1 1 60%;
}.contact_sectionu .message_boxP::before {
    content: '';
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    left: 0;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    top: 0;
    z-index: 0;
    width: 100%;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    opacity: 0.3;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    position: absolute;
    height: 100%;
}.contact_sectionu .message_boxP #contact {
    z-index: 1;
    position: relative;
}.contact_sectionu .message_boxP h3 {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: left;
}.contact_sectionu .message_boxP h3::after {
    width: 60px;
    left: 0;
    transform: none;
}.contact_sectionu .message_boxP input[type="text"],
.contact_sectionu .message_boxP textarea {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    font-size: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}.contact_sectionu .message_boxP input[type="text"]:focus,
.contact_sectionu .message_boxP textarea:focus {
    border-color: rgb(174,169,175);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgb(174,169,175,0.5);
    outline: none;
}.contact_sectionu .message_boxP textarea {
    resize: vertical;
    height: 120px;
}.contact_sectionu .message_boxP .request_reachK {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_sectionu .message_boxP .request_reachK input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_sectionu .message_boxP .request_reachK label {
    font-size: calc(15px - 2px);
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}.contact_sectionu .message_boxP .request_reachK label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 2px;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    height: 22px;
    position: absolute;
    width: 22px;
    border-radius: 10px;
    left: 0;
    content: '';
}.contact_sectionu .message_boxP .request_reachK input[type="checkbox"]:checked + label::before {
    border-color: rgb(174,169,175);
    background-color: rgb(174,169,175);
}.contact_sectionu .message_boxP .request_reachK input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    left: 7px;
    height: 4px;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    content: '';
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
}.contact_sectionu .message_boxP .request_reachK a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(174,169,175);
    font-weight: 600;
}.contact_sectionu .message_boxP .request_reachK a:hover {
    color: rgb(132,125,136);
    text-decoration: underline;
}.contact_sectionu .message_boxP .reach_messageg {
    border-radius: 18px;
    background: linear-gradient(135deg, rgb(174,169,175) 0%, rgb(132,125,136) 100%);
    font-size: 14px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    padding: 15px 30px;
    display: inline-block;
    border: none;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
}.contact_sectionu .message_boxP .reach_messageg::before {
    position: absolute;
    height: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    top: 0;
    width: 100%;
    left: -100%;
}.contact_sectionu .message_boxP .reach_messageg:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact_sectionu .message_boxP .reach_messageg:hover::before {
    left: 100%;
}.contact_sectionu .query_boxi {
    padding: 40px;
    background: linear-gradient(135deg, rgb(132,125,136) 0%, rgb(174,169,175) 100%);
    position: relative;
    overflow: hidden;
    flex: 1 1 40%;
}.contact_sectionu .query_boxi::before {
    left: 0;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    top: 0;
    content: '';
    opacity: 0.6;
    width: 100%;
}.contact_sectionu .query_boxi h4 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}.contact_sectionu .query_boxi h4::after {
    background: #ffffff;
    left: 0;
    content: '';
    bottom: -10px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    width: 60px;
}.contact_sectionu .query_boxi .query_cardW {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact_sectionu .query_boxi .query_cardW li {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
    z-index: 1;
    position: relative;
}.contact_sectionu .query_boxi .query_cardW li svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.contact_sectionu .query_boxi .query_cardW li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_sectionu .query_boxi .query_cardW li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact_sectionu .query_boxi .query_cardW li span {
    line-height: 1.5;
    font-size: 15px;
    color: #ffffff;
}.contact_sectionu .query_boxi .query_cardW li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_sectionu .query_boxi .query_cardW li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.contact_sectionu {
    padding: 60px 0;
}.contact_sectionu .container {
    padding: 0 15px;
}.contact_sectionu .inquiry_linksC {
    flex-direction: column;
}.contact_sectionu .message_boxP,
    .contact_sectionu .query_boxi {
    flex: 1 1 100%;
}.contact_sectionu .message_boxP {
    padding: 30px;
}.contact_sectionu .query_boxi {
    padding: 30px;
}
}

@media (max-width: 768px) {.contact_sectionu {
    padding: 40px 0;
}.contact_sectionu h3 {
    margin-bottom: 30px;
    font-size: calc(30px - 4px);
}.contact_sectionu .message_boxP h3,
    .contact_sectionu .query_boxi h4 {
    font-size: calc(20px - 2px);
    margin-bottom: 20px;
}.contact_sectionu .message_boxP input[type="text"],
    .contact_sectionu .message_boxP textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_sectionu .message_boxP textarea {
    height: 100px;
}.contact_sectionu .message_boxP .reach_messageg {
    font-size: calc(14px - 1px);
    padding: 12px 25px;
}.contact_sectionu .query_boxi .query_cardW li {
    margin-bottom: 20px;
}.contact_sectionu .query_boxi .query_cardW li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact_sectionu {
    padding: 30px 0;
}.contact_sectionu .message_boxP,
    .contact_sectionu .query_boxi {
    padding: 20px;
}.contact_sectionu h3 {
    font-size: calc(30px - 6px);
}.contact_sectionu .message_boxP .request_reachK label {
    font-size: calc(15px - 3px);
}}.launch_nowI {
    overflow: hidden;
    padding: 6rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(174,169,175) 0%, rgb(132,125,136) 100%);
    margin: 6rem 0;
    position: relative;
    z-index: 1;
}.launch_nowI::before {
    width: 100%;
    opacity: 0.3;
    content: "";
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    left: 0;
    transform-origin: left;
    transform: skewY(-2deg);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%),
                      linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.08) 75%);
    background-size: 40px 40px;
    z-index: -1;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    position: absolute;
}.launch_nowI::after {
    position: absolute;
    right: -5%;
    transform: rotate(-30deg);
    top: -15%;
    z-index: -1;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    height: 200%;
    content: "";
    pointer-events: none;
    width: 30%;
}.launch_nowI:hover::before {
    transform: skewY(-1deg);
}.launch_nowI .container {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 2;
    gap: 3rem;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}.launch_nowI h6 {
    font-size: calc(20px * 1.25);
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    letter-spacing: 0.02em;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
    margin: 0;
}.launch_nowI:hover h6 {
    transform: translateY(-5px);
}.launch_nowI div span {
    perspective: 800px;
    display: inline-block;
    position: relative;
}.launch_nowI .reach_messageg {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #ffffff;
    transform: translateZ(0);
    backface-visibility: hidden;
    justify-content: center;
    padding: 1.2rem 2.5rem;
    text-decoration: none;
    letter-spacing: 0.05em;
    position: relative;
    color: rgb(174,169,175);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 
                0 2px 6px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    overflow: hidden;
    display: inline-flex;
    font-family: Arial, sans-serif;
    align-items: center;
    border-radius: 4px;
    font-size: 18px;
}.launch_nowI .reach_messageg::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    transition: transform 0.7s ease;
    width: 100%;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0) 30%, 
                rgba(255, 255, 255, 0.6) 50%, 
                rgba(255, 255, 255, 0) 70%);
    left: 0;
    transform: translateX(-100%);
    content: "";
    top: 0;
}.launch_nowI .reach_messageg span {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    position: relative;
}.launch_nowI .reach_messageg:hover {
    transform: translateY(-3px) scale(1.03);
    background-color: #ffffff;
    color: rgb(132,125,136);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 
                0 4px 10px rgba(0, 0, 0, 0.1);
}.launch_nowI .reach_messageg:hover::before {
    transform: translateX(100%);
}.launch_nowI .reach_messageg:hover span {
    transform: translateX(3px);
}.launch_nowI .reach_messageg:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
}.launch_nowI .reach_messageg:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4), 
                0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {.launch_nowI {
    padding: 7rem 3rem;
    background: linear-gradient(120deg, rgb(174,169,175) 0%, rgb(132,125,136) 100%);
    margin: 8rem 0;
}.launch_nowI .container {
    flex-direction: row;
    padding: 0 3rem;
    justify-content: space-between;
}.launch_nowI h6 {
    text-align: left;
    font-size: calc(20px * 1.4);
    max-width: 60%;
    margin-right: 2rem;
}.launch_nowI::before {
    background-size: 60px 60px;
}
}

@media (max-width: 1199px) {.launch_nowI {
    padding: 5rem 2rem;
}
}

@media (max-width: 991px) {.launch_nowI {
    margin: 5rem 0;
}.launch_nowI h6 {
    font-size: calc(20px * 1.15);
}.launch_nowI .reach_messageg {
    padding: 1.1rem 2.2rem;
}
}

@media (max-width: 768px) {.launch_nowI {
    margin: 4rem 0;
    padding: 4rem 1.5rem;
}.launch_nowI .container {
    gap: 2.5rem;
}.launch_nowI h6 {
    font-size: 20px;
}
}

@media (max-width: 576px) {.launch_nowI {
    padding: 3.5rem 1.25rem;
    margin: 3rem 0;
}.launch_nowI .container {
    gap: 2rem;
}.launch_nowI h6 {
    font-size: calc(20px * 0.95);
}.launch_nowI .reach_messageg {
    padding: 1rem 1.8rem;
    font-size: calc(18px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.launch_nowI,
    .launch_nowI::before,
    .launch_nowI h6,
    .launch_nowI .reach_messageg,
    .launch_nowI .reach_messageg::before,
    .launch_nowI .reach_messageg span {
    transition: none;
    transform: none;
}.launch_nowI:hover h6,
    .launch_nowI .reach_messageg:hover,
    .launch_nowI .reach_messageg:hover::before,
    .launch_nowI .reach_messageg:hover span {
    transform: none;
}}.privacy_covez {
    padding: 50px;
    border: 2px solid rgb(174,169,175);
    margin: 0 auto;
    max-width: 1000px;
    color: #000000;
    width: 85%;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background: #ffffff;
    overflow: hidden;
}.privacy_covez:before, .privacy_covez:after {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(174,169,175,0.5), rgb(132,125,136,0.5));
    content: "";
    height: 100%;
    z-index: 0;
    opacity: 0.1;
}.privacy_covez h1 {
    color: #000000;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 3px solid rgb(174,169,175);
    font-size: 38px;
}.privacy_covez h2 {
    position: relative;
    z-index: 1;
    font-size: 36px;
    color: rgb(132,125,136);
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(132,125,136,0.5);
    font-weight: 600;
    margin-bottom: 20px;
}.privacy_covez ul, .privacy_covez ol {
    z-index: 1;
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}.privacy_covez li {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
}.privacy_covez li:before {
    line-height: 1;
    content: "•";
    position: absolute;
    font-size: 1.2em;
    left: -20px;
    color: rgb(174,169,175);
}.privacy_covez div {
    position: relative;
    border-radius: 10px;
    padding: 25px;
    z-index: 1;
    line-height: 1.8;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    margin-bottom: 30px;
}.privacy_covez .container {
    position: relative;
    z-index: 1;
}.privacy_covez h3, .privacy_covez h4, .privacy_covez h5, .privacy_covez h6 {
    color: rgb(174,169,175);
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
    margin-top: 25px;
    position: relative;
    z-index: 1;
}.privacy_covez p, .privacy_covez span {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000000;
    position: relative;
    line-height: 1.6;
    z-index: 1;
}.privacy_covez a {
    border-bottom: 1px solid rgb(132,125,136);
    text-decoration: none;
    position: relative;
    z-index: 1;
    color: rgb(132,125,136);
    font-weight: 600;
}.privacy_covez a:hover {
    color: rgb(174,169,175);
    border-bottom: 1px solid rgb(174,169,175);
}.privacy_covez button {
    cursor: pointer;
    padding: 12px 24px;
    border: none;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(132,125,136);
    z-index: 1;
    font-size: 15px;
}.privacy_covez button:hover {
    background: rgb(174,169,175);
}

@media only screen and (max-width: 800px) {.privacy_covez {
    padding: 30px;
    width: 90%;
}.privacy_covez h1 {
    font-size: calc(23px - 5px);
}.privacy_covez h2 {
    font-size: calc(23px - 3px);
}.privacy_covez ul, .privacy_covez ol {
    padding-left: 10px;
}.privacy_covez li:before {
    left: -10px;
}.privacy_covez button {
    padding: 10px 20px;
}}.title_sectionF {
    display: flex;
    width: 100%;
    position: relative;
    background-color: rgb(204,202,190);
    overflow: hidden;
    justify-content: center;
    height: 100vh;
    align-items: center;
}.edu_headx {
    width: 90%;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    transform: translateZ(0);
}.title_sectionF .course_homem {
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 4rem 3rem;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 98% 100%, 0 100%);
}.title_sectionF .course_homem::before {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    backdrop-filter: blur(3px);
    background: linear-gradient(
    135deg,
    rgb(174,169,175,0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    height: 100%;
}.title_sectionF .course_homem::after {
    background: rgb(132,125,136);
    position: absolute;
    z-index: 0;
    transform: rotate(15deg);
    opacity: 0.85;
    height: 120px;
    animation: float 6s ease-in-out infinite;
    width: 120px;
    content: "";
    top: -10px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -10px;
}.title_sectionF .course_homem span {
    display: inline-block;
    position: relative;
    padding: 0.75rem 1.5rem;
    transform: skewX(-5deg) translateX(-10px);
    z-index: 2;
    background: rgb(174,169,175);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}.title_sectionF .course_homem h3 {
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    font-size: calc(19px * 0.9);
    line-height: 1.5;
    transform: skewX(5deg);
    letter-spacing: 0.5px;
}.title_sectionF .course_homem h1 {
    transform: translateX(0);
    font-size: calc(44px * 1.2);
    z-index: 2;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}.title_sectionF .course_homem h1::after {
    left: 0;
    height: 4px;
    content: "";
    transition: width 0.5s ease;
    width: 80px;
    position: absolute;
    bottom: -10px;
    background: rgb(132,125,136);
}.title_sectionF .course_homem div div {
    z-index: 2;
    transform: translateX(20px);
    max-width: 600px;
    padding: 1.5rem;
    border-left: 3px solid rgb(132,125,136);
    margin-top: 2rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    position: relative;
}.title_sectionF .course_homem div div::before {
    left: 0;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    90deg,
    rgb(174,169,175,0.5) 0%,
    transparent 100%
  );
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
}.title_sectionF .course_homem p {
    line-height: 1.6;
    font-size: calc(15px * 1.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    margin: 0;
    color: #ffffff;
}

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

@media (hover: hover) {.title_sectionF:hover .course_homem h1 {
    transform: translateX(10px);
}.title_sectionF:hover .course_homem h1::after {
    width: 120px;
}
}

@media screen and (max-width: 992px) {.title_sectionF {
    min-height: 100vh;
    height: auto;
}.title_sectionF .course_homem {
    padding: 3rem 2rem;
}.title_sectionF .course_homem h1 {
    font-size: calc(44px * 1);
}.title_sectionF .course_homem::after {
    height: 80px;
    width: 80px;
}
}

@media screen and (max-width: 768px) {.edu_headx {
    width: 95%;
}.title_sectionF .course_homem {
    padding: 2.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
}.title_sectionF .course_homem span {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
}.title_sectionF .course_homem h3 {
    font-size: calc(19px * 0.8);
}.title_sectionF .course_homem h1 {
    font-size: calc(35px * 1.1);
    margin-bottom: 1rem;
}.title_sectionF .course_homem div div {
    padding: 1rem;
    transform: translateX(10px);
    margin-top: 1.5rem;
}.title_sectionF .course_homem p {
    font-size: 15px;
}
}

@media screen and (max-width: 576px) {.title_sectionF {
    padding: 2rem 0;
}.edu_headx {
    width: 92%;
}.title_sectionF .course_homem {
    padding: 2rem 1.25rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.title_sectionF .course_homem span {
    transform: skewX(-3deg) translateX(-5px);
}.title_sectionF .course_homem h3 {
    font-size: calc(18px * 1.1);
    transform: skewX(3deg);
}.title_sectionF .course_homem h1 {
    font-size: 35px;
}.title_sectionF .course_homem div div {
    margin-top: 1.25rem;
    transform: translateX(0);
}.title_sectionF .course_homem p {
    font-size: calc(15px * 0.9);
}.title_sectionF .course_homem::after {
    height: 60px;
    top: -5px;
    right: -5px;
    width: 60px;
}}header {
    left: 0;
    width: 100%;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    top: 0;
    background: linear-gradient(120deg, 
        rgb(174,169,175) 0%, 
        rgb(174,169,175,0.5) 100%
    );
    z-index: 1000;
}header:before {
    width: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    pointer-events: none;
    top: 0;
    content: '';
    height: 100%;
}header:after {
    content: '';
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    left: 0;
    background-size: 100px 100px;
    height: 100%;
    pointer-events: none;
    top: 0;
}header .top_primaryF {
    position: relative;
}header .top_primaryF:before {
    height: 2px;
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    content: '';
    width: 100%;
}header .top_primaryF:after {
    transform: translateY(-50%);
    pointer-events: none;
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px;
    top: 50%;
    content: '';
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    filter: blur(8px);
    opacity: 0.5;
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 15px 25px;
    max-width: 1200px;
}header .container:before {
    background-position: 0 0, 0 10px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    top: 50%;
    width: 50px;
    background-size: 6px 2px, 6px 2px;
    content: '';
    transform: translateY(-50%);
    right: 20px;
    background-repeat: repeat-x;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    height: 30px;
}header .top_coreF {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .top_coreF:before {
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
    content: '';
    width: 20px;
    opacity: 0.5;
    height: 20px;
    position: absolute;
    transform: translateY(-50%) translateX(-40px);
}header .top_coreF:after {
    border-radius: 50%;
    top: 50%;
    height: 20px;
    position: absolute;
    opacity: 0.5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) translateX(40px);
    width: 20px;
    right: 0;
    content: '';
}header .main_headerw {
    align-items: center;
    display: flex;
    gap: 30px;
    position: relative;
}header .main_headerw:before {
    content: '';
    opacity: 0;
    transition: opacity 0.4s ease;
    bottom: -10px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
}header .main_headerw:hover:before {
    opacity: 0.7;
}header .head_mainwrapP {
    padding: 8px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}header .head_mainwrapP:before {
    transition: all 0.3s ease;
    content: '';
    opacity: 0;
    top: 50%;
    width: 6px;
    background: #ffffff;
    height: 6px;
    transform: translateY(-50%);
    left: -12px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    position: absolute;
    border-radius: 50%;
}header .head_mainwrapP:after {
    left: -30px;
    transform: translateY(-50%) scaleX(0);
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    height: 1px;
    width: 20px;
    transform-origin: right;
    content: '';
    transition: all 0.3s ease;
}header .head_mainwrapP:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .head_mainwrapP:hover:before {
    opacity: 1;
    left: -20px;
}header .head_mainwrapP:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .nav_mainl {
    padding: 5px;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
}header .nav_mainl:before {
    content: '';
    transition: all 0.3s ease;
    left: -10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: -10px;
    position: absolute;
    width: calc(100% + 20px);
    opacity: 0;
    height: calc(100% + 20px);
    border-radius: 10px;
}header .nav_mainl:after {
    position: absolute;
    background: #ffffff;
    top: -5px;
    content: '';
    left: -5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    width: 10px;
    border-radius: 50%;
    opacity: 0;
    height: 10px;
    transition: all 0.3s ease;
}header .nav_mainl:hover:before {
    opacity: 1;
}header .nav_mainl:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .nav_mainl svg {
    height: 40px;
    transition: all 0.3s ease;
    width: auto;
}header .nav_mainl:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .main_headerw {
    gap: 20px;
}header .nav_mainl svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .main_headerw {
    padding: 80px 30px 30px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    background: rgb(174,169,175);
    z-index: 1001;
    width: 80%;
    right: -100%;
    gap: 25px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    top: 0;
    max-width: 320px;
    height: 100vh;
    flex-direction: column;
}header .main_headerw:before {
    top: 60px;
    bottom: auto;
    left: 10%;
    width: 80%;
}header .main_headerw:after {
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 20px;
    height: 30px;
    top: 20px;
    position: absolute;
    width: 30px;
    pointer-events: none;
    border-radius: 50%;
    content: '';
}header .menu.active {
    right: 0;
}header .head_mainwrapP {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .head_mainwrapP:hover {
    transform: translateX(0);
}header .head_mainwrapP:last-child {
    border-bottom: none;
}header .nav_mainl {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .nav_mainl svg {
    height: 30px;
}}.training_benefitsl {
    position: relative;
    background: linear-gradient(135deg, rgb(204,202,190) 0%, rgb(174,169,175,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}.training_benefitsl::before {
    position: absolute;
    left: -5%;
    height: 70%;
    width: 120%;
    content: "";
    z-index: 1;
    top: -10%;
    background: rgb(132,125,136,0.5);
    transform: rotate(-10deg);
}.training_benefitsl .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
}.training_benefitsl .learning_tracky {
    transform: perspective(1000px) rotateY(-5deg);
    display: flex;
    transition: transform 0.5s ease;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}.training_benefitsl .learning_tracky:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training_benefitsl .pic_boxE {
    transform: rotate(-3deg);
    width: 45%;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    box-shadow: 20px 20px 0 rgb(132,125,136,0.5), -20px -20px 0 rgb(174,169,175,0.5);
    transition: all 0.5s ease;
    border-radius: 28px;
}.training_benefitsl .pic_boxE:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow: 15px 15px 0 rgb(132,125,136), -15px -15px 0 rgb(174,169,175);
}.training_benefitsl .text_postk {
    transition: all 0.4s ease;
    background: linear-gradient(45deg, #ffffff 0%, rgb(204,202,190) 100%);
    transform: translateX(-30px) rotate(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 28px;
    width: 50%;
}.training_benefitsl .text_postk:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    transform: translateX(-20px) rotate(0deg);
}.training_benefitsl h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 35px;
}.training_benefitsl h3::after {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(174,169,175) 0%, rgb(132,125,136) 100%);
    content: "";
    bottom: 0;
    left: 0;
}.training_benefitsl ul {
    gap: 20px;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
}.training_benefitsl li {
    transition: all 0.3s ease;
    background: linear-gradient(to right, #ffffff 0%, rgb(204,202,190) 100%);
    position: relative;
    transform-origin: left;
    padding: 10px 15px;
    border-radius: 10px;
}.training_benefitsl li:nth-child(odd) {
    transform: translateX(-10px);
}.training_benefitsl li:nth-child(even) {
    transform: translateX(10px);
}.training_benefitsl li:hover {
    transform: translateX(0) scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff 0%, rgb(174,169,175,0.5) 100%);
}.training_benefitsl li p {
    transition: color 0.3s ease;
    color: #000000;
    align-items: center;
    font-weight: 400;
    display: flex;
    font-size: 15px;
    margin: 0;
}.training_benefitsl li:hover p {
    color: #000000;
}.training_benefitsl svg {
    margin-right: 10px;
    width: 24px;
    fill: rgb(174,169,175);
    transition: transform 0.3s ease;
    height: 24px;
}.training_benefitsl li:hover svg {
    transform: scale(1.2) rotate(10deg);
    fill: rgb(132,125,136);
}

@media (max-width: 991px) {.training_benefitsl {
    padding: 60px 0;
}.training_benefitsl .learning_tracky {
    flex-direction: column;
    transform: perspective(1000px) rotateY(0deg);
}.training_benefitsl .pic_boxE {
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    width: 80%;
    margin-bottom: 30px;
}.training_benefitsl .text_postk {
    transform: translateX(0) rotate(0deg);
    width: 90%;
}.training_benefitsl li:nth-child(odd),
    .training_benefitsl li:nth-child(even) {
    transform: translateX(0);
}
}

@media (max-width: 767px) {.training_benefitsl {
    padding: 40px 0;
}.training_benefitsl::before {
    height: 50%;
}.training_benefitsl .pic_boxE {
    box-shadow: 10px 10px 0 rgb(132,125,136,0.5), -10px -10px 0 rgb(174,169,175,0.5);
    width: 100%;
}.training_benefitsl .text_postk {
    padding: 20px;
    width: 100%;
}.training_benefitsl h3 {
    font-size: calc(35px - 0.2rem);
    margin-bottom: 20px;
}.training_benefitsl ul {
    gap: 15px;
}}.course_program_infoL {
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    flex-direction: column;
    background-color: rgb(204,202,190);
}.course_program_infoL .knowledge_guideo {
    top: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
    height: 100%;
    z-index: 1;
    position: absolute;
}.course_program_infoL .ready_skillsr {
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
    display: flex;
}.course_program_infoL .knowledge_guideo:hover .ready_skillsr {
    animation-play-state: paused;
}.course_program_infoL .job_readyV {
    height: 100%;
    position: relative;
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
}.course_program_infoL .job_readyV::before {
    right: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    background: linear-gradient(
        135deg,
        rgb(174,169,175,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(132,125,136,0.5) 100%
    );
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    opacity: 0.8;
}.course_program_infoL .job_readyV:hover::before {
    opacity: 0.4;
}.course_program_infoL .job_readyV img {
    object-fit: cover;
    transition: transform 0.7s ease-out;
    height: 100%;
    width: 100%;
    transform: scale(1.05);
    filter: brightness(0.85) contrast(1.1);
}.course_program_infoL .job_readyV:hover img {
    filter: brightness(0.95) contrast(1.05);
    transform: scale(1);
}.course_program_infoL .container {
    display: flex;
    padding: 4rem 2rem;
    margin: auto;
    z-index: 2;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    align-items: center;
}.course_program_infoL .learning_tracky {
    margin-right: 5%;
    position: relative;
    width: 100%;
    max-width: 600px;
}.course_program_infoL .education_mapK {
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    backdrop-filter: blur(8px);
    transform: translateY(0);
    padding: 3rem;
    border-radius: 24px;
}.course_program_infoL .education_mapK::before {
    top: 0;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(174,169,175) 0%,
        rgb(132,125,136) 100%
    );
    content: "";
}.course_program_infoL .education_mapK::after {
    width: 50%;
    right: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(174,169,175,0.5) 100%
    );
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
}.course_program_infoL .education_mapK:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateY(-5px);
}.course_program_infoL .education_mapK h3 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.course_program_infoL .education_mapK h3::after {
    left: 0;
    content: "";
    transition: width 0.3s ease;
    background-color: rgb(174,169,175);
    width: 40%;
    height: 2px;
    position: absolute;
    bottom: -8px;
}.course_program_infoL .education_mapK:hover h3::after {
    width: 60%;
}.course_program_infoL .education_mapK p {
    margin-bottom: 2rem;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
}.course_program_infoL .education_mapK .reach_messageg {
    box-shadow: 0 4px 15px rgb(174,169,175,0.5);
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(
        45deg,
        rgb(174,169,175) 0%,
        rgb(132,125,136) 100%
    );
    font-size: 14px;
    z-index: 1;
    color: #ffffff;
    padding: 0.85rem 2rem;
    display: inline-block;
}.course_program_infoL .education_mapK .reach_messageg::before {
    height: 100%;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(132,125,136) 0%,
        rgb(174,169,175) 100%
    );
    z-index: -1;
    width: 100%;
}.course_program_infoL .education_mapK .reach_messageg:hover {
    box-shadow: 0 8px 20px rgb(174,169,175,0.5);
    transform: translateY(-2px);
}.course_program_infoL .education_mapK .reach_messageg:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.course_program_infoL::before {
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    content: "";
    position: absolute;
    left: 0;
}

@media (max-width: 992px) {.course_program_infoL .container {
    justify-content: center;
    padding: 3rem 1.5rem;
}.course_program_infoL .learning_tracky {
    margin-right: 0;
    max-width: 540px;
}.course_program_infoL .education_mapK {
    padding: 2.5rem;
}.course_program_infoL .education_mapK h3 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 768px) {.course_program_infoL .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}.course_program_infoL .education_mapK {
    padding: 2rem;
}.course_program_infoL .education_mapK h3 {
    margin-bottom: 1.2rem;
    font-size: calc(32px * 0.8);
}.course_program_infoL .education_mapK p {
    margin-bottom: 1.5rem;
}.course_program_infoL .education_mapK .reach_messageg {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.course_program_infoL .ready_skillsr {
    animation-duration: 20s;
}.course_program_infoL .container {
    padding: 3rem 1rem;
}.course_program_infoL .education_mapK {
    padding: 1.5rem;
}.course_program_infoL .education_mapK h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1rem;
}.course_program_infoL .education_mapK p {
    font-size: calc(14px * 0.9);
    margin-bottom: 1.25rem;
}.course_program_infoL .education_mapK .reach_messageg {
    font-size: calc(14px * 0.9);
    padding: 0.65rem 1.5rem;
}}

.course_program_infoL .ready_skillsr::before {
    content: "";
    height: 1px;
    animation: set-slide-count 0.1s forwards;
    width: 1px;
    position: fixed;
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.course_program_infoL .job_readyV:nth-child(1) {
    --slide-color: rgb(174,169,175);
}.course_program_infoL .job_readyV:nth-child(2) {
    --slide-color: rgb(132,125,136);
}.course_program_infoL .job_readyV:nth-child(3) {
    --slide-color: rgb(174,169,175);
}.course_program_infoL .job_readyV:nth-child(4) {
    --slide-color: rgb(132,125,136);
}.course_program_infoL .job_readyV:nth-child(5) {
    --slide-color: rgb(174,169,175);
}.course_program_infoL .job_readyV::after {
    left: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(174,169,175)) 150%
    );
    mix-blend-mode: soft-light;
    transition: opacity 0.5s ease;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.3;
}.course_program_infoL .job_readyV:hover::after {
    opacity: 0.5;
}