.stats_tool_at9v8j {
    flex: 0 0 auto;
}

.stats_tool_at9v8j {
    position: relative;
    padding: 5rem 0 2rem;
    background-color: rgb(180,188,169);
    font-family: Arial, sans-serif;
    color: #000000;
}

svg {
    width: 30px;
    height: 30px;
}

a {
    color: inherit;
    text-decoration: none;
}

.core-container_oZQOKt {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.course_suitability_0SNmGx::after {
    background-size: 40px 40px;
    width: 100%;
    position: absolute;
    filter: blur(1px);
    opacity: 0.1;
    z-index: 0;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(135,148,138,0.5) 47%, rgb(135,148,138,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(95,104,96,0.5) 47%, rgb(95,104,96,0.5) 53%, transparent 53%);
    content: "";
    height: 100%;
    top: 0;
    left: 0;
}

.course_suitability_0SNmGx h3::before {
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(135,148,138),
        rgb(95,104,96),
        rgb(135,148,138)
    );
}

.course_suitability_0SNmGx ul li {
    transition: all 0.4s ease;
    position: relative;
    border-right: 1px solid rgb(95,104,96,0.5);
    background: #ffffff;
    color: #000000;
    padding: 25px 25px 25px 70px;
    border-left: 3px solid rgb(135,148,138);
    font-family: Arial, sans-serif;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid rgb(95,104,96);
    border-top: 1px solid rgb(95,104,96,0.5);
    font-size: 13px;
}

.course_suitability_0SNmGx ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(135,148,138);
}



.course_suitability_0SNmGx ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}

.user_testimonials_pTiR4c {
    position: relative;
    overflow: hidden;
    background: rgb(180,188,169);
    padding: 7rem 0;
}



.user_testimonials_pTiR4c::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    opacity: 0.1;
    width: 70%;
    content: "";
    transform: rotate(30deg);
    background: rgb(135,148,138,0.5);
    top: -50%;
    right: -20%;
    z-index: 0;
    position: absolute;
    height: 200%;
}

.user_testimonials_pTiR4c .client_ratings_UYAbtw {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    gap: 3rem;
    position: relative;
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I::before {
    background: linear-gradient(
        135deg,
        rgb(135,148,138,0.5),
        rgb(95,104,96,0.5)
    );
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    z-index: -1;
    transform: translateY(10px) translateX(10px);
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    transition: all 0.5s ease;
    top: 0;
    position: absolute;
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(3n) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(3n+1)::before {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:hover::after {
    transform: rotate(225deg);
    opacity: 1;
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I img {
    width: 80px;
    margin-bottom: 1.5rem;
    object-fit: cover;
    border-radius: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: all 0.5s ease;
    height: 80px;
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I:hover p::after {
    width: 50px;
}

.user_testimonials_pTiR4c .rating_spot_X2fO9I .description {
    font-weight: 400;
    transition: all 0.3s ease;
    text-align: center;
    transform: translateY(0);
    font-size: 18px;
    color: #000000;
    margin-top: 1rem;
    line-height: 1.6;
    position: relative;
}

.instructor_profile_FaoN2C {
    padding: 5rem 2rem;
    background: rgb(180,188,169);
    position: relative;
    overflow: hidden;
}

.instructor_profile_FaoN2C .rating_spot_X2fO9I {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}

.instructor_profile_FaoN2C .img_item_4onlyY:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}

.instructor_profile_FaoN2C .emp_milestones_dZGmLj {
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 2rem;
}

.instructor_profile_FaoN2C .rating_spot_X2fO9I:hover .emp_milestones_dZGmLj::before {
    height: 100%;
}

.instructor_profile_FaoN2C .name::after {
    position: absolute;
    transform: translateX(-101%);
    left: 0;
    height: 1px;
    content: "";
    background: rgb(95,104,96);
    bottom: 0;
    transition: transform 0.6s ease-out 0.2s;
    width: 100%;
}

.instructor_profile_FaoN2C .career_table_S68D2z {
    font-weight: 300;
    opacity: 0;
    padding: 0 0 0 20px;
    font-size: 13px;
    transform: translateY(20px);
    line-height: 1.8;
    transition: all 0.5s ease-out 0.6s;
    color: #000000;
    position: relative;
}

.our_team_6HoZRg {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

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

.our_team_6HoZRg .content_column_31ufD2 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(2deg);
    padding: 60px 45px;
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}

.our_team_6HoZRg .content_column_31ufD2:hover h1::after {
    transform: scaleX(1);
}

.our_team_6HoZRg li {
    margin-bottom: 25px;
}

.our_team_6HoZRg h4 {
    margin-bottom: 15px;
    transition: all 0.3s ease;
    letter-spacing: 0.05em;
    font-size: calc(21px * 1.1);
    color: rgb(135,148,138);
    opacity: 0.9;
    transform: translateY(5px);
    font-weight: 600;
}

.program_details_YIt12f {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(145deg, rgb(180,188,169) 0%, rgba(245, 245, 250, 0.95) 100%);
}

.program_details_YIt12f::after {
    top: -5%;
    position: absolute;
    border-radius: 50%;
    width: 300px;
    opacity: 0.2;
    right: -5%;
    height: 300px;
    background: linear-gradient(225deg, rgb(135,148,138) 0%, rgba(rgb(135,148,138,0.5), 0.4) 70%);
    content: "";
    filter: blur(80px);
    z-index: 0;
}

.program_details_YIt12f .job_classes_tMOv1q {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

.program_details_YIt12f .img_item_4onlyY {
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(rgb(135,148,138,0.5), 0.15);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.06),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 360px;
}

.program_details_YIt12f .description:last-child {
    margin-bottom: 0;
}

.program_details_YIt12f .description::before {
    animation: lineGrow 2.5s ease-out forwards;
    height: 0;
    position: absolute;
    width: 2px;
    background-color: rgb(135,148,138);
    content: "";
    left: -2px;
    top: 0;
}

.price_offer_vejn8Z .program_price_XJjQVv {
    position: relative;
}

.price_offer_vejn8Z h2 {
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
    transform: perspective(1000px) translateZ(30px);
    color: #ffffff;
    font-weight: 700;
    font-size: 33px;
}

.price_offer_vejn8Z .promo_plans_X3MrCl {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
    padding: 0;
    gap: 30px;
    margin: 0;
}

.price_offer_vejn8Z .learning_deals_oTE8hz {
    padding: 40px 30px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform-style: preserve-3d;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    height: 100%;
    backdrop-filter: blur(10px);
    position: relative;
}

.price_offer_vejn8Z .rate_schemes_OjvXo8 h4 {
    position: relative;
    transform: translateZ(10px);
    color: #ffffff;
    font-size: calc(22px * 1.2);
    margin: 0 0 25px;
    padding-bottom: 15px;
    font-weight: 600;
}

.price_offer_vejn8Z .price_grid_B9tNye {
    display: inline-block;
    transform: translateZ(15px);
    color: #ffffff;
    font-weight: 700;
    font-size: calc(22px * 1.5);
    transition: all 0.4s ease;
    position: relative;
    padding: 10px 5px;
}

.price_offer_vejn8Z .study_sub_ofjaVt:hover .learning_deals_oTE8hz::before {
    transform: scaleX(1);
    opacity: 1;
}

.price_offer_vejn8Z .study_sub_ofjaVt:hover .learning_deals_oTE8hz::after {
    transform: translate(20%, 20%) scale(1.2);
    opacity: 0.4;
}

.cookieNotificationBox_84ipyL {
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(135,148,138,0.5);
    border-top: 2px solid rgb(135,148,138);
    animation: slideIn 0.5s ease-in-out;
    position: fixed;
    width: 100%;
    background: rgb(95,104,96);
    z-index: 90;
}

.visitor_settings_RTIwHg svg, .visitor_settings_RTIwHg svg path {
    transition: transform 0.3s ease;
    fill: rgb(135,148,138);
    width: 60px;
    height: 60px;
}

.cookie_eductrl_UPKMhB {
    text-decoration: none;
    margin-left: 10px;
    border-radius: 10px;
    color: #000000;
    white-space: nowrap;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 25px;
    background: rgb(135,148,138);
    box-shadow: 0 0 10px rgb(135,148,138,0.5);
    font-size: 16px;
    cursor: pointer;
}

.enroll_instantly_bUPBvj::before {
    background: repeating-linear-gradient(
    45deg,
    rgb(95,104,96,0.5),
    rgb(95,104,96,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
    z-index: 1;
    top: 0;
    right: 0;
    animation: patternMove 30s linear infinite;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    transform: scale(1.05);
    opacity: 0.1;
}

.enroll_instantly_bUPBvj h6::after {
    left: 50%;
    background: #ffffff;
    opacity: 0.7;
    bottom: -12px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
}

.enroll_instantly_bUPBvj .connect_list_96L7xQ {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    align-items: center;
    position: relative;
    transform-origin: center;
    font-weight: 600;
    min-width: 220px;
    font-size: 17px;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
              0 3px 6px rgba(0, 0, 0, 0.05),
              0 0 0 2px rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    border: none;
    letter-spacing: 1.5px;
    overflow: hidden;
    text-decoration: none;
    background: #ffffff;
    color: rgb(95,104,96);
    display: inline-flex;
    padding: 14px 28px;
    border-radius: 10px;
}

.thxContent_AYu0Li::before {
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(95,104,96,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(95,104,96,0.5) 11px
    );
    height: 100%;
    width: 100%;
    animation: patternMove 30s linear infinite;
    z-index: 1;
    pointer-events: none;
    left: 0;
    transform: translateZ(-20px);
    position: absolute;
    opacity: 0.1;
    top: 0;
}

.thxContent_AYu0Li h2::after {
    height: 3px;
    bottom: -15px;
    left: 50%;
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(95,104,96), transparent);
    opacity: 0;
    width: 150px;
    transform-origin: center;
}

.thxContent_AYu0Li .history_tl_2RjGcp::after {
    border-radius: 50%;
    height: 180px;
    background: radial-gradient(circle at center, rgb(135,148,138,0.5), transparent 70%);
    width: 180px;
    animation: glowPulse 8s ease-in-out infinite alternate;
    transform: translate(40%, 40%);
    z-index: -1;
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 0.2;
}

.thxContent_AYu0Li span {
    opacity: 0;
    font-size: calc(12px * 1.05);
    font-family: Arial, sans-serif;
    color: #000000;
    animation: textFadeIn 1s ease-out forwards 0.8s;
    display: block;
    line-height: 1.7;
    transform: translateY(15px);
}

.program_outcomes_IXePJo::after {
    animation: pulseGradient 15s infinite ease-in-out;
    top: 5%;
    content: "";
    height: 90%;
    position: absolute;
    z-index: 0;
    width: 90%;
    left: 5%;
    background: radial-gradient(circle at 50% 50%, transparent 40%, rgba(rgb(135,148,138,0.5), 0.03) 70%);
}

.program_outcomes_IXePJo .history_tl_2RjGcp {
    z-index: 2;
    transform: translateY(-20px);
    backdrop-filter: blur(5px);
    position: relative;
}

.program_outcomes_IXePJo .content_column_31ufD2::before {
    transform-origin: left center;
    opacity: 0.8;
    left: 0;
    transition: transform 0.5s ease-out;
    right: 0;
    height: 5px;
    content: "";
    position: absolute;
    transform: scaleX(0.97);
    background: linear-gradient(90deg, rgb(135,148,138), rgb(95,104,96));
    top: -5px;
}

.program_outcomes_IXePJo ul {
    list-style-type: none;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0;
    gap: 1.2rem;
    margin: 1.5rem 0 0;
}

.program_outcomes_IXePJo li:hover {
    transform: translateX(5px);
}

.program_outcomes_IXePJo li:hover svg {
    transform: scale(1.15);
}

.program_outcomes_IXePJo li svg path {
    transition: fill 0.3s ease;
    fill: rgb(135,148,138);
}

header::before {
    z-index: 0;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(135,148,138), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(135,148,138), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(135,148,138), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(135,148,138), 0.03) 25%) 0 0 / 20px 20px;
    content: '';
    position: absolute;
}

header .top_section_HXw3cn img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}

header .head_page_SYj8LT::before {
    content: '';
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    top: 100%;
    transform: rotateX(90deg);
    transform-origin: top;
    left: 0;
    position: absolute;
    width: 100%;
    height: 10px;
}

header .main_primary_5k8USI a:hover {
    color: #ffffff;
    transform: translateZ(15px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

header .main_primary_5k8USI a:hover::before {
    opacity: 1;
}

header .main_primary_5k8USI a::after {
    transition: all 0.4s ease;
    opacity: 0;
    position: absolute;
    transform: translateZ(-10px);
    right: 5px;
    bottom: -5px;
    height: 5px;
    left: 5px;
    content: '';
    background: rgb(135,148,138);
}

.welcome_section_RsBUGp {
    min-height: 100vh;
    justify-content: center;
    background: linear-gradient(145deg, rgb(180,188,169) 0%, rgba(245, 247, 250, 0.95) 100%);
    align-items: center;
    overflow: hidden;
    position: relative;
    display: flex;
}

.welcome_section_RsBUGp .learn_title_UeFflS {
    box-shadow: 
    15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
    -5px -5px 20px rgba(#ffffff, 0.9),
    inset 1px 1px 0 rgba(#ffffff, 1),
    inset -1px -1px 0 rgba(rgb(135,148,138,0.5), 0.1);
    padding: 3rem 2rem;
    z-index: 2;
    position: relative;
    background: rgba(#ffffff, 0.95);
    transform: perspective(1000px) rotateX(1deg);
    width: 90%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    max-width: 1200px;
    margin: 0 auto;
}

.welcome_section_RsBUGp .mission_why_o6mNEe {
    flex-direction: column;
    gap: 2rem;
    transform: translateY(20px);
    position: relative;
    display: flex;
    opacity: 0;
    animation: fade-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
}

.welcome_section_RsBUGp .mission_why_o6mNEe > div {
    background-position: center center !important;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3rem 2.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 
    10px 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -5px -5px 15px rgba(#ffffff, 0.8),
    inset 1px 1px 2px rgba(#ffffff, 0.4);
    background-size: cover !important;
}

.stats_tool_at9v8j::before {
    opacity: 0.07;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(135,148,138,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(95,104,96,0.5) 0%, transparent 70%);
    content: '';
}

.stats_tool_at9v8j .info_request_fHPc64 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    display: flex;
    gap: 0;
    position: relative;
    justify-content: center;
}

.stats_tool_at9v8j .info_item:first-child::before {
    display: none;
}

.stats_tool_at9v8j .info_item:hover {
    transform: translateY(-5px);
}

.stats_tool_at9v8j .info_item:hover p,
.stats_tool_at9v8j .info_item:hover a {
    color: rgb(135,148,138);
}

.stats_tool_at9v8j .info_item:hover svg {
    transform: rotate(10deg);
}

.stats_tool_at9v8j .text_main_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    gap: 3rem;
}

.stats_tool_at9v8j .head_core_CvR6mI:hover svg {
    transform: scale(1.05);
}

.stats_tool_at9v8j .head_page_SYj8LT {
    gap: 2rem;
    display: flex;
    flex: 1;
    min-width: 240px;
    position: relative;
    max-width: 400px;
    flex-direction: column;
}

.stats_tool_at9v8j .head_page_SYj8LT h5 {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    margin-bottom: 1rem;
}

.stats_tool_at9v8j .head_learning_Lao9AN a:hover {
    color: rgb(135,148,138);
    padding-left: 1.5rem;
}

.stats_tool_at9v8j .head_learning_Lao9AN a:hover::before {
    width: 8px;
    height: 8px;
    background-color: rgb(135,148,138);
}

.stats_tool_at9v8j .subscribe_holder::before {
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    width: 0;
    border-color: rgb(135,148,138,0.5) transparent transparent transparent;
    content: '';
    border-width: 50px 50px 0 0;
    border-top-left-radius: 22px;
}

.stats_tool_at9v8j .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(135,148,138,0.5);
    border-color: rgb(135,148,138);
}

.stats_tool_at9v8j .sub_alerts_jSkcop {
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    border: none;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    padding: 1.125rem 1.25rem;
}

.privacy_area_obEqny {
    background-color: rgb(135,148,138);
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    padding: 2rem;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(135,148,138,0.5);
    font-family: Arial, sans-serif;
}

.privacy_area_obEqny h3, .privacy_area_obEqny h4, .privacy_area_obEqny h5, .privacy_area_obEqny h6 {
    margin: 10px 0;
}

.privacy_area_obEqny ul li {
    background-color: rgb(95,104,96,0.5);
    padding: 0.5rem;
    border-radius: 10px;
    gap: 1rem;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.privacy_area_obEqny div {
    margin-bottom: 1rem;
}

.learning_system_BRxg8i {
    background: linear-gradient(135deg, rgb(180,188,169) 0%, rgba(240,240,255,0.9) 100%);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}

.learning_system_BRxg8i .history_tl_2RjGcp {
    grid-template-columns: 1fr;
    perspective: 1000px;
    max-width: 1200px;
    padding: 0 2rem;
    gap: 2.5rem;
    display: grid;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
}

.learning_system_BRxg8i:hover h2::after {
    transform: scaleX(1.5);
}

.learning_system_BRxg8i .content_column_31ufD2 {
    background: rgba(255, 255, 255, 0.7);
    transform: translateZ(10px) translateY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(95,104,96);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.1), 
    0 1px 4px rgba(0, 0, 0, 0.05),
    20px 20px 60px -20px rgba(rgb(135,148,138,0.5), 0.1);
}

.learning_system_BRxg8i .content_column_31ufD2:hover p {
    transform: translateY(2px);
}

.contact_information_F4knEQ .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.contact_information_F4knEQ .connect_reach_GoFehu h3 {
    margin-bottom: 50px;
    position: relative;
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
}

.contact_information_F4knEQ .connect_reach_GoFehu div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.contact_information_F4knEQ .connect_reach_GoFehu a {
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.3s ease;
}

.contact_information_F4knEQ form h3 {
    font-weight: 700;
    font-size: 33px;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
}

.contact_information_F4knEQ form input[type="text"]:focus,
.contact_information_F4knEQ form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(135,148,138);
}

.contact_information_F4knEQ .help_list_7GTAdj input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    position: relative;
    background: transparent;
    margin-right: 15px;
    appearance: none;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    flex-shrink: 0;
}

.contact_information_F4knEQ .help_list_7GTAdj a:hover {
    color: rgb(95,104,96);
}

.contact_information_F4knEQ .connect_list_96L7xQ::after {
    content: '';
    transform-origin: right;
    transform: scaleX(0);
    position: absolute;
    height: 100%;
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(95,104,96);
    top: 0;
    left: 0;
    width: 100%;
}


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



@media (max-width: 768px) {.course_suitability_0SNmGx {
    padding: 60px 0;
}.course_suitability_0SNmGx ul {
    grid-template-columns: 1fr;
    gap: 20px;
}.course_suitability_0SNmGx ul li {
    padding: 20px 20px 20px 65px;
}.course_suitability_0SNmGx h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.8);
}
}



@media (max-width: 992px) {.user_testimonials_pTiR4c .client_ratings_UYAbtw {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.user_testimonials_pTiR4c {
    padding: 5rem 0;
}.user_testimonials_pTiR4c h2 {
    padding: 0;
    background: none;
    font-size: calc(32px * 0.9);
    margin-bottom: 3rem;
    clip-path: none;
    transform: none;
}.user_testimonials_pTiR4c .client_ratings_UYAbtw {
    gap: 3rem;
    grid-template-columns: 1fr;
}.user_testimonials_pTiR4c .rating_spot_X2fO9I,
    .user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(odd),
    .user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(3n),
    .user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.user_testimonials_pTiR4c .rating_spot_X2fO9I::before,
    .user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(odd)::before,
    .user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(3n)::before,
    .user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(3n+1)::before {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
    transform: translateY(5px) translateX(5px);
}.user_testimonials_pTiR4c .rating_spot_X2fO9I:hover::before {
    transform: translateY(8px) translateX(8px);
}.user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.user_testimonials_pTiR4c .rating_spot_X2fO9I,
    .user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(4n+1),
    .user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(4n+2),
    .user_testimonials_pTiR4c .rating_spot_X2fO9I:nth-child(4n+3) {
    animation: none;
}}



@media (min-width: 1200px) {.program_details_YIt12f .container {
    padding: 0 40px;
}.program_details_YIt12f .job_classes_tMOv1q {
    gap: 100px;
}.program_details_YIt12f .img_item_4onlyY {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.program_details_YIt12f .img_item_4onlyY:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(10px);
}.program_details_YIt12f .content_column_31ufD2 {
    transform: translateY(-10px);
}
}



@media (max-width: 480px) {.price_offer_vejn8Z {
    padding: 50px 0;
}.price_offer_vejn8Z .learning_deals_oTE8hz {
    padding: 25px 20px;
}.price_offer_vejn8Z .rate_schemes_OjvXo8 p {
    font-size: calc(18px * 0.95);
    max-height: 200px;
    line-height: 1.6;
}.price_offer_vejn8Z .price_grid_B9tNye {
    font-size: calc(22px * 1.2);
}
}


@media only screen and (max-width: 1200px) {.cookieNotificationBox_84ipyL {
    padding: 20px;
}.accept_cookies_AjRyJI {
    padding: 20px 2%;
}
}



@media screen and (max-width: 992px) {.enroll_instantly_bUPBvj {
    margin: 3rem 0;
    padding: 4rem 1rem;
}.enroll_instantly_bUPBvj h6 {
    font-size: 21px;
    margin-bottom: 2rem;
}.enroll_instantly_bUPBvj .connect_list_96L7xQ {
    padding: 12px 24px;
    min-width: 200px;
}
}



@media screen and (max-width: 576px) {.enroll_instantly_bUPBvj {
    margin: 2rem 0;
    padding: 3rem 0.5rem;
}.enroll_instantly_bUPBvj h6 {
    font-size: calc(21px * 0.85);
    margin-bottom: 1.5rem;
}.enroll_instantly_bUPBvj h6::after {
    width: 50px;
}.enroll_instantly_bUPBvj .connect_list_96L7xQ {
    min-width: 160px;
    padding: 10px 18px;
    font-size: calc(17px * 0.9);
}
}



@media (max-width: 992px) {.thxContent_AYu0Li {
    padding: 60px 0;
}.thxContent_AYu0Li h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.thxContent_AYu0Li .history_tl_2RjGcp {
    padding: 30px;
}
}



@media (min-width: 768px) {.program_outcomes_IXePJo {
    padding: 8rem 0;
}.program_outcomes_IXePJo .container {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.program_outcomes_IXePJo .img_item_4onlyY {
    margin-bottom: 0;
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    width: 45%;
    max-height: 600px;
}.program_outcomes_IXePJo .history_tl_2RjGcp {
    width: 55%;
    transform: translateY(0) translateX(-40px);
}.program_outcomes_IXePJo .content_column_31ufD2 {
    padding: 3rem 2.5rem;
}.program_outcomes_IXePJo ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1400px) {header .nav_wrap_G5Mc6B {
    max-width: 1320px;
    margin: 0 auto;
}header .main_primary_5k8USI {
    margin: 0 0.5rem;
}header .main_primary_5k8USI a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .nav_wrap_G5Mc6B {
    padding: 0.8rem 1.5rem;
}header .head_core_CvR6mI {
    max-width: 140px;
}header .top_section_HXw3cn img {
    max-height: 35px;
}header .head_page_SYj8LT {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .head_page_SYj8LT::-webkit-scrollbar {
    height: 3px;
}header .head_page_SYj8LT::-webkit-scrollbar-thumb {
    background: rgb(135,148,138,0.5);
    border-radius: 10px;
}header .main_primary_5k8USI {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main_primary_5k8USI a {
    font-size: calc(16px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}
}



@media (prefers-reduced-motion: reduce) {.welcome_section_RsBUGp *,
  .welcome_section_RsBUGp *::before,
  .welcome_section_RsBUGp *::after {
    animation-iteration-count: 1 !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
}}



@media (max-width: 991px) {.stats_tool_at9v8j {
    padding: 4rem 0 2rem;
}.stats_tool_at9v8j .info_item {
    padding: 1rem;
    width: 50%;
}.stats_tool_at9v8j .info_item:nth-child(3)::before {
    display: none;
}.stats_tool_at9v8j .text_main_holder {
    align-items: center;
    gap: 3rem;
    flex-direction: column;
}.stats_tool_at9v8j .head_core_CvR6mI {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}.stats_tool_at9v8j .digital_res_KAG4fh {
    padding-left: 0;
    text-align: center;
    max-width: 500px;
}.stats_tool_at9v8j .digital_res_KAG4fh::before {
    display: none;
}.stats_tool_at9v8j .head_page_SYj8LT {
    max-width: 600px;
    width: 100%;
}.stats_tool_at9v8j .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}


@media only screen and (max-width: 800px) {.privacy_area_obEqny {
    padding: 1.5rem;
    gap: 1rem;
    border-radius: 10px;
}.privacy_area_obEqny h1 {
    font-size: calc(23px * 0.9);
}.privacy_area_obEqny h2 {
    font-size: calc(23px * 0.9);
}.privacy_area_obEqny ul {
    gap: 0.5rem;
}.privacy_area_obEqny ul li {
    padding: 0.75rem;
}.privacy_area_obEqny ul li::before {
    font-size: 1rem;
}}



@media (max-width: 767px) {.learning_system_BRxg8i {
    padding: 5rem 0;
}.learning_system_BRxg8i h2 {
    font-size: calc(33px * 0.9);
}.learning_system_BRxg8i .content_column_31ufD2 {
    padding: 2rem;
}.learning_system_BRxg8i p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 768px) {.contact_information_F4knEQ .help_card_ygHFb8 {
    flex-direction: column;
}.contact_information_F4knEQ .connect_reach_GoFehu {
    width: 100%;
    clip-path: none;
    padding: 50px 30px;
}.contact_information_F4knEQ .connect_links_YBxpSi {
    width: 100%;
    padding: 50px 30px;
}.contact_information_F4knEQ .connect_reach_GoFehu h3,
    .contact_information_F4knEQ form h3 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}
}

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



@keyframes shiftLeft {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}



@keyframes shiftDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}



@keyframes loadingBar {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}



@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.1);
  }
}



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



@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}



@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}



@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  20%, 100% {
    transform: translateX(100%);
  }
}

