﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.challenge_ctak {
    flex: 0 0 auto;
}

.challenge_ctak {
    position: relative;
    background-color: rgb(108,178,160);
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 0;
}

.container-wrapE {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

header,footer {
    width: 100%;
}

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

.course_offeringf::after {
    background: radial-gradient(circle at 75% 25%, rgb(108,178,160,0.5) 0%, transparent 50%);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    position: absolute;
    animation: pulse 15s infinite alternate;
    content: '';
}

.course_offeringf .learn_pathF:hover .learn_planx {
    animation-play-state: paused;
}

.course_offeringf .study_pathp {
    transition: transform 0.5s ease;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
}

.course_offeringf .study_pathp::after {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(157,206,189,0.5),
        rgb(157,206,189,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    top: 0;
    content: '';
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    mix-blend-mode: overlay;
}

.course_offeringf .study_pathp:hover img {
    transform: scale(1.15);
}

.course_offeringf .pro_learningI {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    max-width: 600px;
    padding: 3rem;
    width: 100%;
    animation: float 6s ease-in-out infinite;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateX(0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.course_offeringf .pro_learningI {
    padding: 1.5rem;
}

.course_offeringf .learn_toolsx::after {
    content: '';
    opacity: 0.8;
    bottom: -20px;
    position: absolute;
    border-bottom: 2px solid rgb(108,178,160);
    width: 40px;
    border-right: 2px solid rgb(108,178,160);
    height: 40px;
    right: -20px;
}

.course_offeringf .learn_toolsx h3::after {
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 60%;
    content: '';
    background: linear-gradient(90deg, rgb(157,206,189) 0%, transparent 100%);
    left: 0;
}

.course_offeringf .learn_toolsx .request_reachY {
    padding: 1rem 2.5rem;
    display: inline-block;
    z-index: 1;
    background: linear-gradient(135deg, rgb(157,206,189) 0%, rgb(108,178,160) 100%);
    font-size: 17px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
}

.course_offeringf .learn_toolsx .request_reachY:hover::before {
    transition: all 0.4s ease;
    left: 100%;
}

.teaching_historyx {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,234,221) 0%, rgb(157,206,189,0.5) 100%);
    position: relative;
    border-radius: 13px;
    padding: 4rem 2rem;
}

.teaching_historyx .testimonials_trackY {
    gap: 2rem;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    z-index: 2;
    transition: transform 0.5s ease;
}

.teaching_historyx .full_width_images {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: rotate(-3deg) translateY(20px);
    height: 400px;
    border-radius: 10px;
    position: relative;
}

.teaching_historyx .testimonials_trackY:hover .full_width_images {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) translateY(0);
}

.teaching_historyx .testimonials_trackY:hover .job_progressB {
    transform: translateY(0) rotate(0deg);
}

.teaching_historyx .name {
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: rgb(157,206,189);
    font-size: 37px;
    position: relative;
    margin-bottom: 0.5rem;
}

.teaching_historyx .testimonials_trackY:hover .name::after {
    transform: scaleX(1);
}

.teaching_historyx .job_progressB > div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 1.5rem;
    transform: translateX(5px);
    font-size: 19px;
    color: rgb(108,178,160);
    transition: all 0.3s ease;
    opacity: 0.8;
}

.teaching_historyx .exp_achievementsr {
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
    font-style: italic;
    padding-left: 1.5rem;
    position: relative;
    font-size: 12px;
}

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

header .head_pagey:before {
    transition: transform 0.6s ease;
    background: linear-gradient(90deg, transparent, rgb(157,206,189), transparent);
    position: absolute;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    left: 0;
    content: '';
    transform-origin: left;
    bottom: -8px;
}

header .top_eduP:after {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    height: 2px;
    background: rgb(157,206,189);
    transform-origin: right;
    transform: scaleX(0);
    width: 100%;
    left: 0;
    content: '';
    bottom: 0;
}

header .top_eduP:hover {
    color: rgb(157,206,189);
    text-shadow: 0 0 8px rgb(157,206,189,0.5);
}

header .top_eduP:hover:before {
    opacity: 1;
}

header .nav_pageT svg {
    width: auto;
    height: 40px;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 0 4px rgb(157,206,189,0.5));
}

header .nav_pageT:after {
    transition: width 0.4s ease;
    left: 50%;
    background: rgb(157,206,189);
    position: absolute;
    width: 0;
    bottom: -8px;
    content: '';
    transform: translateX(-50%);
    height: 1px;
}

.course_suitabilityE::before {
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    width: 100%;
    content: "";
}

.course_suitabilityE .pro_learningI {
    margin: 0 auto;
    padding: 0 2rem;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 1100px;
}

.course_suitabilityE h3::after {
    left: 50%;
    width: 50px;
    position: absolute;
    bottom: -15px;
    content: "";
    background: rgb(157,206,189);
    height: 2px;
    opacity: 0.6;
    transform: translateX(-50%);
}

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

.course_suitabilityE li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-10px);
    border-color: rgba(rgb(157,206,189,0.5), 0.2);
}

.course_suitabilityE li:hover::after {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(157,206,189) 0%,
        rgb(108,178,160) 100%
    );
    width: 100%;
    height: 4px;
    bottom: 0;
}

.course_suitabilityE li svg path {
    fill: rgb(108,178,160);
    transition: fill 0.5s ease;
}

.course_suitabilityE li:hover svg path {
    fill: rgb(157,206,189);
}

.title_sectionT .full_width_images {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    filter: brightness(0.85) contrast(1.1);
    left: 0;
    height: 100%;
    transform: translateZ(-50px);
}

.title_sectionT .full_width_images::after {
    backdrop-filter: blur(4px);
    top: 0;
    background: linear-gradient(135deg, rgba(25, 35, 60, 0.85), rgba(15, 25, 45, 0.75));
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
}

.title_sectionT h1::after {
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 100px;
    height: 3px;
    animation: lineGrow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
    transform: scaleX(0);
    transform-origin: left;
    content: '';
    background: linear-gradient(to right, rgb(157,206,189), rgb(108,178,160));
}

.title_sectionT .editorial_wrapo::before {
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.1), rgba(94, 170, 168, 0));
    animation: shimmer 3s infinite;
    transform: translateX(-100%) skewX(-15deg);
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
}

.title_sectionT .editorial_wrapo p {
    opacity: 0;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 2vw, 14px);
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    position: relative;
}

.title_sectionT .edu_startC svg:hover {
    transform: rotateY(0deg) scale(1.05);
}

.title_sectionT .edu_startC svg path {
    opacity: 0.95;
    transition: fill 0.3s ease, stroke 0.3s ease;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 0.5;
    fill: rgb(94, 170, 168);
}

.title_sectionT h6 {
    justify-content: center;
    margin-top: 2rem;
    opacity: 0;
    display: flex;
    animation: fadeIn 0.8s ease-out 0.8s forwards;
    transform: translateZ(25px);
}

.title_sectionT h6 .request_reachY::before {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%) skewX(-15deg);
    transition: transform 0.5s ease;
    content: '';
}

.title_sectionT h6 .request_reachY:hover {
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4),
                0 6px 12px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgb(157,206,189), rgb(108,178,160), rgb(157,206,189));
    transform: translateY(-5px);
    background-size: 200% 100%;
}

.title_sectionT h6 .request_reachY:active {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(94, 170, 168, 0.3),
                0 3px 8px rgba(0, 0, 0, 0.2);
}

.challenge_ctak .edu_guideY {
    margin-bottom: -2rem;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-template-columns: repeat(4, 1fr);
    z-index: 3;
    padding: 3rem 1.5rem 5rem;
    position: relative;
    display: grid;
    background-color: rgb(157,206,189);
}

.challenge_ctak .info_item {
    padding: 0.5rem 1rem;
    position: relative;
    transition: transform 0.3s ease;
}

.challenge_ctak .info_item p,
.challenge_ctak .info_item a {
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    align-items: center;
    text-decoration: none;
    gap: 0.75rem;
    display: flex;
}

.challenge_ctak .text_main_holder {
    position: relative;
    display: grid;
    z-index: 2;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 0;
}

.challenge_ctak .main_teachR svg {
    height: auto;
    transition: all 0.3s ease;
    max-width: 150px;
    filter: brightness(0) invert(1);
}

.challenge_ctak .footer_accountb {
    line-height: 1.6;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
}

.challenge_ctak .head_pagey::before {
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.challenge_ctak .head_pagey h5::after {
    background-color: rgb(157,206,189);
    position: absolute;
    height: 3px;
    content: '';
    bottom: -0.5rem;
    left: 0;
    width: 40px;
}

.challenge_ctak .head_sectionC:not(:last-child) {
    margin-bottom: 1rem;
}

.challenge_ctak .head_sectionC a::before {
    position: absolute;
    bottom: 0;
    width: 0;
    content: '';
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    background-color: rgb(157,206,189);
}

.challenge_ctak .head_sectionC a:hover::before {
    width: 30px;
}

.challenge_ctak .subscribe_holder::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    content: '';
    left: 0;
    height: 100%;
}

.challenge_ctak .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.challenge_ctak .input_holder input[type="email"] {
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    padding: 1rem 1.25rem;
    border-radius: 10px;
}

.challenge_ctak .instant_learningr {
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    padding: 1rem 1.25rem;
    background-color: rgb(157,206,189);
    overflow: hidden;
    border: none;
}

.challenge_ctak .instant_learningr:hover::before {
    left: 100%;
}

.challenge_ctak .chrome_extP {
    padding: 6rem 0 2rem;
    background-color: rgb(108,178,160);
    text-align: center;
    position: relative;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    margin-top: 0;
}

.privacyAgreementDialogj {
    background: rgb(203,234,221);
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgb(157,206,189);
    z-index: 90;
    position: fixed;
}

.privacyAgreementDialogj h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

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

.cookie_checkW {
    min-width: 120px;
    text-align: center;
    margin-left: 10px;
    color: rgb(157,206,189);
    line-height: 35px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 2px solid rgb(157,206,189);
    font-size: 24px;
    flex-shrink: 0;
    text-decoration: none;
}


.container-wrapE .edu_trackt {
    justify-content: flex-end;
}

.container-wrapE .tracking_policys {
    text-align: right;
}

.contact_form_sectionN {
    padding: 100px 0;
    position: relative;
}

.contact_form_sectionN::after {
    bottom: 0;
    background: rgb(157,206,189,0.5);
    left: 0;
    position: absolute;
    width: 100%;
    clip-path: polygon(0 65%, 100% 25%, 100% 100%, 0 100%);
    z-index: 1;
    height: 100%;
    content: '';
}

.contact_form_sectionN .query_feedbackU {
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    perspective: 1000px;
}

.contact_form_sectionN .inquiry_requestN h3 {
    letter-spacing: 2px;
    color: #000000;
    font-size: 29px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.contact_form_sectionN .inquiry_requestN div {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    background: #f5f7fa;
    display: flex;
    align-items: center;
    transform: translateZ(0);
    border-radius: 10px;
}

.contact_form_sectionN .inquiry_requestN svg path {
    fill: rgb(157,206,189);
}

.contact_form_sectionN .inquiry_requestN span {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.contact_form_sectionN .inquiry_requestN a::after {
    height: 1px;
    left: 0;
    background: rgb(157,206,189);
    width: 0;
    content: '';
    transition: width 0.3s ease;
    position: absolute;
    bottom: -2px;
}

.contact_form_sectionN form {
    position: relative;
}

.contact_form_sectionN form h3 {
    margin-bottom: 40px;
    font-size: 29px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(157,206,189);
}

.contact_form_sectionN form input[type="text"]:focus,
.contact_form_sectionN form input[type="email"]:focus {
    box-shadow: 0 5px 10px -5px rgb(157,206,189,0.5);
    outline: none;
    border-bottom-color: rgb(157,206,189);
}

.contact_form_sectionN form input::placeholder {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}

.contact_form_sectionN .reach_panelF input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 0;
    opacity: 0;
    height: 0;
    position: absolute;
}

.contact_form_sectionN .reach_panelF label::before {
    height: 22px;
    top: 0;
    background: transparent;
    position: absolute;
    width: 22px;
    left: 0;
    border: 2px solid rgba(255, 255, 255, 0.3);
    content: '';
    transition: all 0.3s ease;
}

.contact_form_sectionN .reach_panelF a {
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(157,206,189);
}

.contact_form_sectionN .reach_panelF a:hover {
    color: rgb(108,178,160);
}

.contact_form_sectionN .request_reachY::before {
    height: 100%;
    width: 0;
    content: '';
    position: absolute;
    top: 0;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(108,178,160);
    z-index: -1;
    left: 0;
}

.contact_form_sectionN .request_reachY:hover::before {
    width: 100%;
}

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

.receive_updatesk::before {
    z-index: 1;
    top: -10%;
    left: -10%;
    transform: rotate(-15deg);
    height: 70%;
    background: rgb(108,178,160,0.5);
    position: absolute;
    width: 120%;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    content: "";
}

.receive_updatesk h3 {
    font-family: Arial, sans-serif;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transform: skewX(-5deg);
    margin-bottom: 2rem;
    font-size: 38px;
    color: #ffffff;
    font-weight: 700;
}

.receive_updatesk input[type="email"] {
    border: none;
    background: #ffffff;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    font-size: 16px;
    flex-grow: 1;
    font-family: Arial, sans-serif;
    color: #000000;
}

.receive_updatesk .instant_learningr {
    border: none;
    font-family: Arial, sans-serif;
    cursor: pointer;
    padding: 1rem 2.5rem;
    background: linear-gradient(to right, rgb(157,206,189), rgb(108,178,160));
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 17px;
    font-weight: 600;
}

.company_overviewI::before {
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(157,206,189,0.5), rgba(0, 0, 0, 0.5) 80%);
    top: 0;
    height: 100%;
    position: absolute;
}

.company_overviewI .editorial_wrapo > div:first-child {
    display: inline-block;
    position: relative;
}

.company_overviewI .editorial_wrapo > div:first-child::after {
    animation: lineGrow 0.6s 0.8s ease-out forwards;
    content: "";
    position: absolute;
    background: rgb(108,178,160);
    height: 3px;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    bottom: -10px;
    width: 60px;
}

.company_overviewI div p b {
    display: inline-block;
    font-weight: 700;
    z-index: 1;
    position: relative;
}

.company_overviewI ol {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    counter-reset: section;
}

.company_overviewI ol li {
    line-height: 1.8;
    font-size: 17px;
    transition: transform 0.3s ease-out;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 30px;
    transform: translateX(-10px);
    border-left: 4px solid rgb(108,178,160);
}

.company_overviewI ol li:hover::before {
    opacity: 0.3;
}

.study_processo {
    background: linear-gradient(45deg, rgb(203,234,221) 0%, rgb(157,206,189,0.5) 100%);
    display: flex;
    align-items: center;
    min-height: 80vh;
    overflow: hidden;
    padding: 7rem 2rem;
    position: relative;
}



.study_processo::after {
    opacity: 0.15;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 9px, rgb(157,206,189,0.5) 10px, transparent 10px) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 9px, rgb(108,178,160,0.5) 10px, transparent 10px) 0 0 / 100% 100px;
    bottom: 0;
    content: '';
    animation: gridMove 30s linear infinite;
    position: absolute;
}

.study_processo .editorial_wrapo:hover {
    transform: translateX(-10px);
}

.study_processo .editorial_wrapo::before {
    left: -15px;
    top: -15px;
    position: absolute;
    height: 30px;
    border-top: 4px solid rgb(157,206,189);
    width: 30px;
    content: '';
    border-radius: 10px 0 0 0;
    border-left: 4px solid rgb(157,206,189);
}

.study_processo .editorial_wrapo::before,
.study_processo .editorial_wrapo::after {
    transition: all 0.3s ease;
}

.study_processo h2 {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    color: rgb(157,206,189);
    font-size: 37px;
    font-weight: 700;
}

.study_processo .editorial_wrapo:hover h2::after {
    width: 120px;
}

.study_processo p {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
}

.study_processo .editorial_wrapo:hover::before {
    transform: translate(-5px, -5px);
}

.study_processo:hover::before,
.study_processo:hover::after {
    animation-play-state: paused;
}

.offer_deckG::before {
    background: linear-gradient(135deg, rgba(rgb(108,178,160,0.5), 0.05) 0%, rgba(rgb(157,206,189,0.5), 0.08) 100%);
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
}

.offer_deckG .monthly_planU {
    transform: translateY(20px);
    margin-bottom: 60px;
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
}

.offer_deckG .monthly_planU h2::after {
    position: absolute;
    border-radius: 2px;
    width: 80px;
    height: 4px;
    content: "";
    left: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(108,178,160), rgb(157,206,189));
}

.offer_deckG .value_plana {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    animation-delay: calc(0.15s * var(--i, 1));
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
    perspective: 1000px;
}

.offer_deckG .offer_boxu {
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform-style: preserve-3d;
    border-radius: 12px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
}

.offer_deckG .training_feesU {
    min-height: 250px;
    position: relative;
    padding: 35px 30px;
    box-sizing: border-box;
    z-index: 2;
}

.offer_deckG .value_plana:hover .training_feesU h3 {
    color: rgb(157,206,189);
    transform: translateX(5px);
}

.offer_deckG .cost_ratesF::before {
    left: 0;
    background: linear-gradient(90deg, rgb(108,178,160), transparent);
    content: "";
    border-radius: 2px;
    top: -10px;
    position: absolute;
    width: 40px;
    height: 3px;
}

.offer_deckG .training_feesU p {
    font-size: 14px;
    hyphens: auto;
    line-height: 1.6;
    transition: color 0.3s ease;
    white-space: normal;
    margin-top: 15px;
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    word-break: normal;
}

.offer_deckG .value_plana:hover .full_width_images {
    transform: scale(1.05);
}

.offer_deckG .value_plana:hover .full_width_images::after {
    opacity: 0.3;
}

.secure_nookF {
    grid-template-columns: 1fr;
    padding: 60px;
    width: 100%;
    color: rgb(255, 255, 255, 0.5);
    display: grid;
    grid-gap: 30px;
    background: linear-gradient(135deg, rgb(108,178,160) 25%, rgb(157,206,189) 75%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: auto;
}

.secure_nookF h2 {
    font-family: Arial, sans-serif;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 35px;
    padding: 10px;
    border-bottom: 2px solid #ffffff;
    font-weight: 600;
    margin-top: 0;
    background: rgb(108,178,160);
    border-radius: 10px;
    color: #ffffff;
}

.secure_nookF ul, .secure_nookF ol {
    list-style: none;
    font-size: 14px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding-left: 20px;
    padding: 10px;
    list-style-position: inside;
    margin: 15px 0;
    color: #ffffff;
}

.secure_nookF section {
    grid-gap: 20px;
    color: #000000;
    border-radius: 10px;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    display: grid;
    background: rgb(203,234,221);
}

.data_summaryj::before {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(157,206,189,0.5), 0.15), transparent 70%);
    left: 0;
    height: 100%;
}

.data_summaryj h3 {
    z-index: 2;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 35px;
}

.data_summaryj h3::after {
    position: absolute;
    content: "";
    bottom: -10px;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(157,206,189), rgb(108,178,160));
}

.data_summaryj .program_winss {
    transform: translateZ(0) rotateX(2deg);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.07), 
                0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.7));
    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);
    backdrop-filter: blur(10px);
    padding: 25px 20px;
}

.data_summaryj .program_winss:hover::before {
    transform: translateY(0);
}

.data_summaryj .program_winss span::after {
    width: 40px;
    bottom: -5px;
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    position: absolute;
    background-color: rgba(rgb(108,178,160,0.5), 0.5);
    content: "";
}

.data_summaryj .program_winss:hover span::after {
    width: 60px;
}

.data_summaryj .program_winss p::before {
    transition: transform 0.3s ease 0.1s;
    transform: scale(0);
    border-radius: 50%;
    background-color: rgb(108,178,160);
    height: 8px;
    width: 8px;
    display: inline-block;
    content: "";
    margin-right: 10px;
}

.data_summaryj .program_winss:nth-child(even) {
    animation-delay: calc(0.7s * var(--i, 1));
    animation: float 7s ease-in-out infinite;
}

.tyBoxq {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(203,234,221) 0%, rgba(245, 245, 255, 0.95) 100%);
}

.tyBoxq::after {
    bottom: -15%;
    position: absolute;
    content: '';
    opacity: 0.3;
    width: 35%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -5%;
    background: linear-gradient(240deg, rgb(108,178,160,0.5) 0%, rgb(157,206,189,0.5) 100%);
    filter: blur(50px);
    height: 40%;
    z-index: 1;
}

.tyBoxq h2 {
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    position: relative;
    transform: translateY(0);
    opacity: 0;
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.tyBoxq .pro_learningI {
    padding: 3rem;
    opacity: 0;
    border-radius: 1rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(30px);
    overflow: hidden;
    position: relative;
}

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

.tyBoxq li::before {
    content: '';
    transform: scale(0);
    border-radius: 50%;
    top: 0.5rem;
    left: 0;
    background-color: rgb(157,206,189);
    height: 0.5rem;
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 0.5rem;
    position: absolute;
}


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



@media screen and (max-width: 1200px) {.course_offeringf .container {
    justify-content: center;
}.course_offeringf .pro_learningI {
    max-width: 80%;
}
}



@media (max-width: 768px) {.teaching_historyx .testimonials_trackY {
    grid-template-columns: 1fr;
}.teaching_historyx .full_width_images {
    height: 300px;
}}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .head_pagey {
    gap: 15px;
}header .top_eduP {
    font-size: calc(12px - 1px);
}header .nav_pageT svg {
    height: 35px;
}
}



@media (max-width: 767px) {header .head_pagey {
    z-index: 1001;
    transition: right 0.4s ease;
    height: 100vh;
    overflow-y: auto;
    width: 80%;
    flex-direction: column;
    gap: 20px;
    top: 0;
    max-width: 300px;
    background: #000000;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    padding: 80px 30px 30px;
    position: fixed;
    right: -100%;
}header .menu.active {
    right: 0;
}header .top_eduP {
    border-bottom: 1px solid rgb(157,206,189,0.5);
    width: 100%;
    padding: 10px 5px;
}header .head_pagey:before {
    display: none;
}header .nav_pageT {
    margin-left: auto;
    margin-right: auto;
}
}



@media (max-width: 480px) {.course_suitabilityE {
    padding: 3rem 0;
}.course_suitabilityE .pro_learningI {
    padding: 0 1rem;
}.course_suitabilityE h3 {
    margin-bottom: 2.5rem;
    font-size: calc(46px * 0.7);
}.course_suitabilityE li {
    padding: 1.25rem;
}.course_suitabilityE li svg {
    margin-bottom: 1rem;
    height: 40px;
    width: 40px;
}}



@media screen and (max-width: 576px) {.title_sectionT .pro_learningI {
    padding: 1.2rem;
}.title_sectionT h1 {
    font-size: clamp(1.5rem, 6vw, 2rem);
}.title_sectionT .editorial_wrapo {
    padding: 1.5rem;
}.title_sectionT .edu_startC svg {
    width: 80px;
    height: 80px;
}.title_sectionT h6 .request_reachY {
    padding: 0.7rem 1.5rem;
    font-size: calc(14px - 2px);
}
}



@media (max-width: 1200px) {.challenge_ctak .edu_guideY {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.challenge_ctak .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.challenge_ctak .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 768px) {.challenge_ctak .edu_guideY {
    clip-path: none;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
}.challenge_ctak .head_sectionC {
    grid-template-columns: 1fr;
}.challenge_ctak .head_pagey h5,
    .challenge_ctak .subscribe_holder h5 {
    text-align: center;
    display: block;
}.challenge_ctak .head_pagey h5::after {
    transform: translateX(-50%);
    left: 50%;
}.challenge_ctak .subscribe_holder p {
    text-align: center;
}
}


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


@media only screen and (max-width: 800px) {.secure_cookiesN {
    display: none;
}.edu_trackt {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.privacyAgreementDialogj h5 {
    text-align: center;
}.privacyAgreementDialogj p {
    text-align: center;
}.tracking_policys {
    margin-bottom: 20px;
}body .container-wrapE .cookie_checkW {
    margin-left: 0;
}}



@media (max-width: 768px) {.contact_form_sectionN {
    padding: 80px 0;
}.contact_form_sectionN .query_feedbackU {
    flex-direction: column;
}.contact_form_sectionN .inquiry_requestN,
    .contact_form_sectionN .feedback_boxC {
    border-radius: 0;
    padding: 40px 30px;
    width: 100%;
}.contact_form_sectionN .inquiry_requestN {
    border-radius: 13px 13px 0 0;
}.contact_form_sectionN .feedback_boxC {
    border-radius: 0 0 13px 13px;
}.contact_form_sectionN .inquiry_requestN h3,
    .contact_form_sectionN form h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}
}



@media (max-width: 768px) {.receive_updatesk {
    padding: 3rem 1rem;
}.receive_updatesk .query_feedbackU {
    max-width: 100%;
    transform: translateX(0);
}.receive_updatesk h3 {
    text-align: left;
    font-size: calc(18px + 0.2rem);
}.receive_updatesk .input_holder {
    max-width: 100%;
    transform: perspective(0) rotateY(0);
    flex-direction: column;
}.receive_updatesk input[type="email"] {
    border-radius: 10px 10px 0 0;
    padding: 1rem;
    width: 100%;
}.receive_updatesk .instant_learningr {
    border-radius: 0 0 10px 10px;
    width: 100%;
    padding: 1rem;
}}



@media screen and (min-width: 992px) {.company_overviewI {
    padding: 180px 0;
}.company_overviewI::after {
    transform: rotate(15deg);
    position: absolute;
    opacity: 0.6;
    top: -50px;
    content: "";
    right: -50px;
    width: 300px;
    height: 300px;
    z-index: 1;
    border-radius: 10px;
    border: 2px solid rgb(108,178,160,0.5);
}.company_overviewI .editorial_wrapo {
    gap: 60px;
    grid-template-columns: 1fr 3fr;
}.company_overviewI ol li {
    font-size: calc(17px * 1.05);
    padding: 50px;
    column-gap: 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    column-count: 3;
}
}



@media (max-width: 992px) {.study_processo {
    padding: 5rem 1.5rem;
}.study_processo .editorial_wrapo {
    width: 70%;
    padding: 3rem;
}.study_processo h2 {
    font-size: calc(37px * 0.9);
}
}



@media (max-width: 576px) {.study_processo {
    padding: 3rem 1rem;
    min-height: auto;
}.study_processo .editorial_wrapo {
    padding: 2rem;
}.study_processo h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1rem;
}.study_processo h2::after {
    width: 60px;
    height: 3px;
}.study_processo .editorial_wrapo:hover h2::after {
    width: 90px;
}.study_processo p {
    font-size: calc(16px * 0.9);
}.study_processo .editorial_wrapo::before,
    .study_processo .editorial_wrapo::after {
    height: 20px;
    width: 20px;
}}



@media (max-width: 1199px) {.offer_deckG {
    padding: 80px 0;
}.offer_deckG .monthly_planU {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 800px;
}.offer_deckG .monthly_planU h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (hover: none) {.offer_deckG .value_plana:hover .offer_boxu {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.offer_deckG .value_plana:hover .training_feesU h3 {
    transform: none;
}.offer_deckG .value_plana:hover .cost_ratesF {
    transform: none;
}.offer_deckG .value_plana:hover .full_width_images {
    transform: none;
}}



@media (max-width: 991px) {.data_summaryj {
    padding: 60px 0;
}.data_summaryj h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.data_summaryj ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.data_summaryj .program_winss {
    padding: 20px 15px;
}.data_summaryj .program_winss p {
    font-size: calc(24px * 1.1);
}
}



@media (max-width: 480px) {.data_summaryj {
    padding: 40px 0;
}.data_summaryj h3 {
    font-size: calc(35px * 0.75);
}.data_summaryj ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.data_summaryj .program_winss {
    padding: 18px 15px;
}.data_summaryj .program_winss p {
    font-size: calc(24px * 0.95);
}.data_summaryj .program_winss:nth-child(n) {
    animation: none;
}.data_summaryj::after {
    display: none;
}}



@media (max-width: 576px) {.tyBoxq {
    padding: 3.5rem 0;
}.tyBoxq .container {
    transform: none;
    padding: 0 1rem;
}.tyBoxq h2 {
    margin-bottom: 1.8rem;
    font-size: calc(31px * 0.7);
}.tyBoxq h2::after {
    width: 6rem;
    height: 3px;
}.tyBoxq .pro_learningI {
    padding: 1.8rem 1.2rem;
}.tyBoxq li {
    padding-left: 1.2rem;
}.tyBoxq li::before {
    top: 0.4rem;
    height: 0.4rem;
    width: 0.4rem;
}.tyBoxq li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}



@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}



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

@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }



@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}



@keyframes slideInTitle {
    from {
        opacity: 0;
        transform: translateZ(40px) translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateZ(40px) translateX(0);
    }
}



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



@keyframes glowText {
    from {
        filter: drop-shadow(0 0 3px rgba(94, 170, 168, 0.3));
    }
    to {
        filter: drop-shadow(0 0 8px rgba(94, 170, 168, 0.6));
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(157,206,189,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}



@keyframes lineGrow {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}



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



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



@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15px, -15px);
    }
}

