﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
.tDTHbwrapper-canvas {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
header,footer {
    width: 100%;
}
section {
    background-color: rgb(189,201,198);
}
.footer {
    flex: 0 0 auto;
}
svg {
    width: 30px;
    height: 30px;
}
.container {
    margin: auto;
    width: 1102px;
    max-width: 100%;
}

.yfQFBmain_teach {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.FYRlHaudience_profile {
    padding-bottom: 80px;
    padding-top: 80px;
}

.FYRlHaudience_profile .FciWpknowledge_classes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.FYRlHaudience_profile ul {
    list-style: none;
}

.FYRlHaudience_profile ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.FYRlHaudience_profile ul svg, .FYRlHaudience_profile ul svg path {
    fill: rgb(155,169,165);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.FYRlHaudience_profile h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .FYRlHaudience_profile {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.tDTHbwrapper-canvas .FYRlHaudience_profile {
    padding: 60px 0;
    background: rgb(189,201,198);
    overflow: hidden;
    position: relative;
}

.tDTHbwrapper-canvas .FYRlHaudience_profile .FciWpknowledge_classes {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 70px;
    background: #ffffff;
    border-radius: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tDTHbwrapper-canvas .FYRlHaudience_profile h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 29px;
    font-weight: 700;
    color: rgb(155,169,165);
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(155,169,165);
    position: relative;
}

.tDTHbwrapper-canvas .FYRlHaudience_profile h2::before,
.tDTHbwrapper-canvas .FYRlHaudience_profile h2::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: rgb(155,169,165);
    bottom: -2px;
}

.tDTHbwrapper-canvas .FYRlHaudience_profile h2::before {
    left: 0;
}

.tDTHbwrapper-canvas .FYRlHaudience_profile h2::after {
    right: 0;
}

.tDTHbwrapper-canvas .FYRlHaudience_profile ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
}

.tDTHbwrapper-canvas .FYRlHaudience_profile ul li {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    transition: color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

.tDTHbwrapper-canvas .FYRlHaudience_profile ul svg, .tDTHbwrapper-canvas .FYRlHaudience_profile ul svg path {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    fill: rgb(155,169,165);
    transition: fill 0.3s ease;
    position: static;
}

.tDTHbwrapper-canvas .FYRlHaudience_profile ul li:hover {
    color: rgb(155,169,165);
    border-color: rgb(155,169,165);
}

@media only screen and (max-width: 800px) {
    .tDTHbwrapper-canvas .FYRlHaudience_profile {
        padding: 40px 0;
    }

    .tDTHbwrapper-canvas .FYRlHaudience_profile .FciWpknowledge_classes {
        padding: 30px 20px;
    }

    .tDTHbwrapper-canvas .FYRlHaudience_profile h2 {
        font-size: calc(29px - 4px);
        margin-bottom: 15px;
    }

    .tDTHbwrapper-canvas .FYRlHaudience_profile ul li {
        font-size: calc(14px - 2px);
        padding: 10px 0;
    }

    .tDTHbwrapper-canvas .FYRlHaudience_profile ul svg, .tDTHbwrapper-canvas .FYRlHaudience_profile ul svg path {
        margin-right: 8px;
        width: 20px;
        height: 20px;
    }
}

.tDTHbwrapper-canvas .FYRlHaudience_profile::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(155,169,165,0.5) 25%, transparent 75%);
    opacity: 0.1;
    transform: translateY(-50%);
    z-index: -1;
}

.tDTHbwrapper-canvas .FYRlHaudience_profile .FciWpknowledge_classes:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.nQeLXtySpotlight {
    background-color: rgb(189,201,198);
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    border-top: 4px solid rgb(155,169,165);
    border-bottom: 4px solid rgb(155,169,165);
}
.nQeLXtySpotlight .container {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 50px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: left;
}
.nQeLXtySpotlight .container h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 37px;
    font-weight: 600;
    color: rgb(155,169,165);
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(155,169,165);
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.nQeLXtySpotlight .container p {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-top: 20px;
}
.nQeLXtySpotlight .container hr {
    border: none;
    border-top: 1px solid #000000;
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {
    .nQeLXtySpotlight {
        padding: 30px 10px;
    }
    .nQeLXtySpotlight .container {
        padding: 30px;
    }
    .nQeLXtySpotlight .container h2 {
        font-size: calc(37px - 5px);
    }
    .nQeLXtySpotlight .container p {
        font-size: calc(14px - 2px);
    }
}
.IsZgWeducation_experience {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, rgb(155,169,165) 0%, rgb(122,136,132,0.5) 100%);
    font-family: Ubuntu, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.IsZgWeducation_experience .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.IsZgWeducation_experience .FciWpknowledge_classes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.IsZgWeducation_experience .NTROnclient_feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.IsZgWeducation_experience .NTROnclient_feedback .name {
    color: #ffffff;
    font-size: 33px;
    margin-bottom: 10px;
}
.IsZgWeducation_experience .NTROnclient_feedback span {
    color: #ffffff;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}
.IsZgWeducation_experience .NTROnclient_feedback .khTqtjob_view {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
}
.IsZgWeducation_experience .NTROnclient_feedback:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.IsZgWeducation_experience .NCPBbsnapshot {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    transition: filter 0.3s ease;
}

.IsZgWeducation_experience .NTROnclient_feedback:hover .NCPBbsnapshot {
    filter: brightness(1.2);
}

.IsZgWeducation_experience .ikzjrcareer_overview {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .IsZgWeducation_experience .NTROnclient_feedback {
        width: 100%;
    }
    .IsZgWeducation_experience .FciWpknowledge_classes {
        padding: 10px;
    }
}.WwgDAlearning_impact {
    position: relative;
    padding: 150px 0;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.5) 0%, rgb(189,201,198) 50%, rgb(122,136,132,0.5) 100%);
    overflow: hidden;
}

.WwgDAlearning_impact::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: repeating-linear-gradient(
        45deg,
        rgb(155,169,165,0.5) 0%,
        transparent 1px,
        transparent 50px
    );
    animation: gridMove 30s linear infinite;
    opacity: 0.1;
}

@keyframes gridMove {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.WwgDAlearning_impact .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.WwgDAlearning_impact .FciWpknowledge_classes {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    position: relative;
}

.WwgDAlearning_impact .NCPBbsnapshot {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    height: 120%;
    border-radius: 60px 0 0 60px;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
}

.WwgDAlearning_impact .NCPBbsnapshot::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(155,169,165,0.5) 100%
    );
    z-index: 1;
}

.WwgDAlearning_impact .OAfUXtext_overlay {
    position: relative;
    padding: 60px;
    background: #ffffff;
    border-radius: 0 22px 22px 0;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(155,169,165);
}

.WwgDAlearning_impact .OAfUXtext_overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.9) 100%
    );
    z-index: -1;
    border-radius: 0 22px 22px 0;
}

.WwgDAlearning_impact .OAfUXtext_overlay h2 {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.WwgDAlearning_impact .OAfUXtext_overlay h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: rgb(155,169,165);
    border-radius: 10px;
}

.WwgDAlearning_impact .OAfUXtext_overlay ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 25px;
}

.WwgDAlearning_impact .OAfUXtext_overlay ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    padding: 15px 20px;
    background: linear-gradient(
        to right,
        rgba(rgb(189,201,198), 0.3),
        transparent
    );
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.WwgDAlearning_impact .OAfUXtext_overlay ul li:hover {
    transform: translateX(10px);
}

.WwgDAlearning_impact .OAfUXtext_overlay ul li svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    fill: rgb(155,169,165);
    filter: drop-shadow(2px 2px 4px rgb(155,169,165,0.5));
}

@media (max-width: 1200px) {
    .WwgDAlearning_impact .FciWpknowledge_classes {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .WwgDAlearning_impact .NCPBbsnapshot {
        position: relative;
        width: 100%;
        height: 500px;
        right: 0;
        top: 0;
        transform: none;
        border-radius: 22px;
        clip-path: none;
    }

    .WwgDAlearning_impact .OAfUXtext_overlay {
        border-radius: 22px;
        border-left: none;
        border-top: 4px solid rgb(155,169,165);
    }
}

@media (max-width: 768px) {
    .WwgDAlearning_impact {
        padding: 80px 0;
    }

    .WwgDAlearning_impact .container {
        padding: 0 20px;
    }

    .WwgDAlearning_impact .NCPBbsnapshot {
        height: 400px;
    }

    .WwgDAlearning_impact .OAfUXtext_overlay {
        padding: 40px 30px;
    }

    .WwgDAlearning_impact .OAfUXtext_overlay h2 {
        font-size: calc(38px * 0.85);
        margin-bottom: 30px;
    }

    .WwgDAlearning_impact .OAfUXtext_overlay ul {
        gap: 15px;
    }

    .WwgDAlearning_impact .OAfUXtext_overlay ul li {
        font-size: calc(12px * 0.95);
        padding: 12px 15px;
    }
}

@media (max-width: 480px) {
    .WwgDAlearning_impact {
        padding: 60px 0;
    }

    .WwgDAlearning_impact .NCPBbsnapshot {
        height: 300px;
    }

    .WwgDAlearning_impact .OAfUXtext_overlay {
        padding: 30px 20px;
    }

    .WwgDAlearning_impact .OAfUXtext_overlay h2 {
        font-size: calc(38px * 0.75);
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .WwgDAlearning_impact .OAfUXtext_overlay ul li {
        font-size: calc(12px * 0.9);
        padding: 10px;
        gap: 15px;
    }
}.OmiHoprivacy_vaulting {
    font-family: Ubuntu, sans-serif;
    background-color: rgb(189,201,198);
    padding: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #000000;
}
.OmiHoprivacy_vaulting h1 {
    font-size: 45px;
    font-weight: 700;
    color: rgb(155,169,165);
    margin-bottom: 20px;
}
.OmiHoprivacy_vaulting h2 {
    font-size: 31px;
    font-weight: 600;
    color: rgb(122,136,132);
    margin-bottom: 15px;
}
.OmiHoprivacy_vaulting h3, .OmiHoprivacy_vaulting h4, .OmiHoprivacy_vaulting h5, .OmiHoprivacy_vaulting h6 {
    margin: 1rem 0;
}
.OmiHoprivacy_vaulting ul {
    list-style-type: none;
    padding: 0;
}
.OmiHoprivacy_vaulting li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6;
}
.OmiHoprivacy_vaulting p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.OmiHoprivacy_vaulting div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .OmiHoprivacy_vaulting {
        padding: 30px;
    }
    .OmiHoprivacy_vaulting h1 {
        font-size: calc(23px * 0.8);
    }
    .OmiHoprivacy_vaulting h2 {
        font-size: calc(23px * 0.9);
    }
}.PiHxIjoin_list {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.PiHxIjoin_list .FciWpknowledge_classes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.PiHxIjoin_list input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(122,136,132,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.PiHxIjoin_list h2 {
    margin-bottom: 20px;
    text-align: center;
}

.PiHxIjoin_list .gjIWDquery_block {
    background: rgb(122,136,132);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.PiHxIjoin_list .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .PiHxIjoin_list .FciWpknowledge_classes {
        flex-direction: column;
    }

    .PiHxIjoin_list {
        padding: 30px 20px;
    }

    .PiHxIjoin_list input {
        min-width: unset;
    }

    .PiHxIjoin_list .gjIWDquery_block {
        flex-shrink: unset;
    }

    .PiHxIjoin_list .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .PiHxIjoin_list input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .tDTHbwrapper-canvas .PiHxIjoin_list .FciWpknowledge_classes h2 {
        font-size: 20px;
    }
}

.tDTHbwrapper-canvas .PiHxIjoin_list {
    padding: 80px 20px;
    background: linear-gradient(135deg, rgb(155,169,165), rgb(122,136,132));
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.tDTHbwrapper-canvas .PiHxIjoin_list::before,
.tDTHbwrapper-canvas .PiHxIjoin_list::after {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 70%);
    transform: rotate(-45deg);
    z-index: 0;
}

.tDTHbwrapper-canvas .PiHxIjoin_list::after {
    top: auto;
    bottom: -50px;
    left: auto;
    right: -50px;
    transform: rotate(45deg);
}

.tDTHbwrapper-canvas .PiHxIjoin_list .container {
    position: relative;
    z-index: 1;
}

.tDTHbwrapper-canvas .PiHxIjoin_list .FciWpknowledge_classes {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}

.tDTHbwrapper-canvas .PiHxIjoin_list h2 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(155,169,165);
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.tDTHbwrapper-canvas .PiHxIjoin_list .input_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tDTHbwrapper-canvas .PiHxIjoin_list input[type="email"] {
    padding: 15px 20px;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
    border: 2px solid rgb(155,169,165,0.5);
    border-radius: 10px;
    margin-right: 10px;
    flex: 1;
    transition: all 0.3s ease;
}

.tDTHbwrapper-canvas .PiHxIjoin_list input[type="email"]:focus {
    border-color: rgb(122,136,132);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    outline: none;
}

.tDTHbwrapper-canvas .PiHxIjoin_list .gjIWDquery_block {
    background: rgb(122,136,132);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 17px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.tDTHbwrapper-canvas .PiHxIjoin_list .gjIWDquery_block:hover {
    background: rgb(122,136,132,0.5);
}

@media only screen and (max-width: 800px) {
    .tDTHbwrapper-canvas .PiHxIjoin_list {
        padding: 40px 15px;
    }

    .tDTHbwrapper-canvas .PiHxIjoin_list .FciWpknowledge_classes {
        padding: 30px 20px;
    }

    .tDTHbwrapper-canvas .PiHxIjoin_list h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .tDTHbwrapper-canvas .PiHxIjoin_list .input_holder {
        flex-direction: column;
    }

    .tDTHbwrapper-canvas .PiHxIjoin_list input[type="email"] {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .tDTHbwrapper-canvas .PiHxIjoin_list .gjIWDquery_block {
        width: 100%;
        padding: 15px;
    }
}.MLqDPcontact_box {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(135deg, rgb(155,169,165) 0%, rgb(122,136,132,0.5) 100%);
    font-family: Ubuntu, sans-serif;
}

.MLqDPcontact_box h3 {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.MLqDPcontact_box h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(122,136,132);
    margin: 8px auto 0;
    border-radius: 10px;
}

.MLqDPcontact_box .hqYVfhelp_help {
    background: #ffffff;
    border-radius: 27px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 600px;
    margin: auto;
}

.MLqDPcontact_box .tcEYlconnect_list {
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.6;
}

.MLqDPcontact_box form input {
    color: #000000;
    background: #ffffff;
    border: 2px solid rgb(122,136,132,0.5);
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
    transition: border-color 0.3s ease;
}

.MLqDPcontact_box form input:focus {
    border-color: rgb(122,136,132);
    outline: none;
}

.MLqDPcontact_box form .gjIWDquery_block {
    background: rgb(155,169,165);
    color: #ffffff;
    border-radius: 27px;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    border: none;
}

.MLqDPcontact_box form .gjIWDquery_block:hover {
    background: rgb(122,136,132);
}

.MLqDPcontact_box .kSfOmhelp_form {
    display: flex;
    gap: 20px;
}

.MLqDPcontact_box .ZgYSwreach_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 17px;
}

.MLqDPcontact_box .ZgYSwreach_info input[type="checkbox"] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.MLqDPcontact_box .ZgYSwreach_info label {
    display: flex;
    align-items: center;
}

.MLqDPcontact_box .ZgYSwreach_info a {
    margin-left: 5px;
    color: rgb(155,169,165);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.MLqDPcontact_box .ZgYSwreach_info a:hover {
    color: rgb(122,136,132);
}

@media only screen and (max-width: 600px) {
    .MLqDPcontact_box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .MLqDPcontact_box .hqYVfhelp_help {
        padding: 20px;
    }

    .MLqDPcontact_box .kSfOmhelp_form {
        flex-direction: column;
    }

    .MLqDPcontact_box h3 {
        font-size: 48px;
    }
}
.TdIuXadvantages_benefits .bfecWtraining_boost h2 {
    color: rgb(122,136,132);
}

.TdIuXadvantages_benefits .RHeDspro_upgrade svg, .TdIuXadvantages_benefits .RHeDspro_upgrade svg path {
    fill: rgb(155,169,165);
}

.TdIuXadvantages_benefits .RHeDspro_upgrade p {
    color: #000000;
}

.TdIuXadvantages_benefits .RHeDspro_upgrade b {
    color: rgb(155,169,165);
}

.TdIuXadvantages_benefits {
    padding-top: 80px;
    padding-bottom: 80px;
}

.TdIuXadvantages_benefits .VIUMAtraining_wins {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.TdIuXadvantages_benefits .bfecWtraining_boost {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.TdIuXadvantages_benefits .bfecWtraining_boost h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 37px;
    font-weight: 600;
}

.TdIuXadvantages_benefits .bfecWtraining_boost h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.TdIuXadvantages_benefits .MvcVQstudy_edge {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.TdIuXadvantages_benefits .RHeDspro_upgrade {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.TdIuXadvantages_benefits .RHeDspro_upgrade svg, .TdIuXadvantages_benefits .RHeDspro_upgrade img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .tDTHbwrapper-canvas .TdIuXadvantages_benefits .VIUMAtraining_wins {
        justify-content: center;
    }
    .tDTHbwrapper-canvas .TdIuXadvantages_benefits .VIUMAtraining_wins .RHeDspro_upgrade {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .TdIuXadvantages_benefits .bfecWtraining_boost h2 {
        font-size: 30px;
    }

    .TdIuXadvantages_benefits .VIUMAtraining_wins {
        flex-direction: column;
    }

    .TdIuXadvantages_benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tDTHbwrapper-canvas .TdIuXadvantages_benefits .VIUMAtraining_wins .RHeDspro_upgrade {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.tDTHbwrapper-canvas .TdIuXadvantages_benefits {
    background: #ffffff;
    color: #000000;
    padding: 60px 0;
    font-family: Ubuntu, sans-serif;
    border-top: 5px solid rgb(155,169,165);
    border-bottom: 5px solid rgb(122,136,132);
}

.tDTHbwrapper-canvas .TdIuXadvantages_benefits .bfecWtraining_boost {
    display: flex;
    gap: 1%;
    background: rgb(155,169,165,0.5);
    padding: 40px;
    border-radius: 20px;
}

.tDTHbwrapper-canvas .TdIuXadvantages_benefits .bfecWtraining_boost h2 {
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    color: rgb(155,169,165);
    border-bottom: 3px solid rgb(155,169,165);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tDTHbwrapper-canvas .TdIuXadvantages_benefits .MvcVQstudy_edge {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px;
    color: #000000;
}

.tDTHbwrapper-canvas .TdIuXadvantages_benefits .VIUMAtraining_wins {
    gap: 1%;
}

.tDTHbwrapper-canvas .TdIuXadvantages_benefits .RHeDspro_upgrade {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: #ffffff;
    border: 1px solid rgb(155,169,165);
    border-radius: 20px;
}

.tDTHbwrapper-canvas .TdIuXadvantages_benefits .RHeDspro_upgrade .GpoAQtraining_reasons {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(155,169,165,0.5);
    border-radius: 50%;
}

.tDTHbwrapper-canvas .TdIuXadvantages_benefits .RHeDspro_upgrade .GpoAQtraining_reasons img,
.tDTHbwrapper-canvas .TdIuXadvantages_benefits .RHeDspro_upgrade .GpoAQtraining_reasons svg {
    width: 40px;
    height: 40px;
    fill: rgb(155,169,165);
}

.tDTHbwrapper-canvas .TdIuXadvantages_benefits .RHeDspro_upgrade h4 {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    color: #000000;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .tDTHbwrapper-canvas .TdIuXadvantages_benefits .VIUMAtraining_wins {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media only screen and (max-width: 800px) {
    .tDTHbwrapper-canvas .TdIuXadvantages_benefits .bfecWtraining_boost {
        padding: 20px;
    }

    .tDTHbwrapper-canvas .TdIuXadvantages_benefits .VIUMAtraining_wins {
        grid-template-columns: 1fr;
    }

    .tDTHbwrapper-canvas .TdIuXadvantages_benefits .bfecWtraining_boost h2 {
        font-size: 24px;
    }
}footer {
    background: rgb(122,136,132);
    color: #ffffff;
}

footer .mRJxNlinkedin_ref {
    background: rgb(155,169,165);
}

footer .FNMGSheader_navbar svg, footer .FNMGSheader_navbar svg path {
    fill: rgb(155,169,165);
}

footer h5 {
    color: rgb(155,169,165);
}

footer .wjdCKheader_nav a {
    color: #ffffff;
}

footer .auBwEpitch_comp {
    color: #ffffff;
}

footer .auBwEpitch_comp a {
    color: #ffffff;
    text-decoration: underline;
}

footer .OkPrirequest_query div svg, footer .OkPrirequest_query div svg path {
    fill: #ffffff;
}

footer .OkPrirequest_query div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .mRJxNlinkedin_ref {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .mIAEFjob_board {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .FNMGSheader_navbar svg, footer .FNMGSheader_navbar img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 21px;
    margin-bottom: 16px;

}

footer .OkPrirequest_query {
    display: flex;
    flex-direction: column;
}

footer .OkPrirequest_query div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .OkPrirequest_query div img, footer .OkPrirequest_query div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .JXdYGsite_info {
    display: flex;
    flex-direction: column;
}

footer .wjdCKheader_nav a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .mRJxNlinkedin_ref {
    font-size: 14px;
}

@media only screen and (max-width: 1200px) {
    footer .mIAEFjob_board {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .wjdCKheader_nav, footer .JXdYGsite_info, footer .mIAEFjob_board {
        flex-direction: column;
    }

    footer .OkPrirequest_query {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.tDTHbwrapper-canvas footer .footer {
    padding: 0;
}

.tDTHbwrapper-canvas footer .mIAEFjob_board {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}

.tDTHbwrapper-canvas footer .JXdYGsite_info {
    flex-direction: column;
}

.tDTHbwrapper-canvas footer .wjdCKheader_nav a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: #ffffff;
}

.tDTHbwrapper-canvas footer .mRJxNlinkedin_ref {
    background: rgb(155,169,165,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.tDTHbwrapper-canvas footer .auBwEpitch_comp {
    text-align: center;
}

.tDTHbwrapper-canvas footer .FNMGSheader_navbar {
    width: calc(50% + 45px);
}

@media only screen and (max-width: 1200px) {
    .tDTHbwrapper-canvas footer .FNMGSheader_navbar {
        width: auto;
    }
}

@media only screen and (max-width: 800px) {
    .tDTHbwrapper-canvas footer .JXdYGsite_info {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .tDTHbwrapper-canvas footer .wjdCKheader_nav a {
        padding-left: 0;
        margin-bottom: 5px;
        font-size: 18px
    }

    .tDTHbwrapper-canvas footer .mIAEFjob_board {
        padding: 20px 10px;
    }

    .tDTHbwrapper-canvas footer .auBwEpitch_comp {
        text-align: center;
    }

    .tDTHbwrapper-canvas footer .auBwEpitch_comp a {
        display: block;
        margin-top: 5px;
    }
}
.jrpVLhomepage .gSVDistudy_tech {
    background-size: cover;
    background-position: center !important;
}

.jrpVLhomepage .ALXhNstudy_space h1 {
    color: rgb(122,136,132);
}

.jrpVLhomepage .ALXhNstudy_space h3 {
    color: rgb(122,136,132);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.jrpVLhomepage .ALXhNstudy_space p {
    color: #000000;
    text-align: right;
}

.jrpVLhomepage {
    width: 100%;
}

.jrpVLhomepage .gSVDistudy_tech {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.jrpVLhomepage .ALXhNstudy_space {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.jrpVLhomepage .ALXhNstudy_space h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.jrpVLhomepage .ALXhNstudy_space p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .jrpVLhomepage .gSVDistudy_tech {
        min-height: 320px;
        height: auto;
    }

    .jrpVLhomepage .ALXhNstudy_space {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .jrpVLhomepage .ALXhNstudy_space h1 {
        font-size: 18px;
    }

    .jrpVLhomepage .ALXhNstudy_space h3 {
        font-size: 16px;
    }

    .jrpVLhomepage .ALXhNstudy_space p {
        font-size: 14px;
    }
}

.tDTHbwrapper-canvas .jrpVLhomepage {
    position: relative;
}

.tDTHbwrapper-canvas .jrpVLhomepage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.7;
    z-index: 0;
}

.tDTHbwrapper-canvas .jrpVLhomepage .ALXhNstudy_space {
    position: relative;
    clip-path: none;
    margin: auto;
    height: auto;
    background: none;
    display: flex;
    padding: 30px;
    display: flex;
    flex-direction: column;
    min-height: 336px;
    justify-content: center;
    max-width: 1200px;
}

.tDTHbwrapper-canvas .jrpVLhomepage .ALXhNstudy_space::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #ffffff;
    opacity: 0.7;
    z-index: 1;
}

.tDTHbwrapper-canvas .jrpVLhomepage .gSVDistudy_tech {
    display: flex;

}

.tDTHbwrapper-canvas .jrpVLhomepage .ALXhNstudy_space h1 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}

.tDTHbwrapper-canvas .jrpVLhomepage .ALXhNstudy_space h3 {
    color: #000000;
    text-align: center;
    z-index: 2;
    width: 100%;
}

.tDTHbwrapper-canvas .jrpVLhomepage .ALXhNstudy_space p {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .tDTHbwrapper-canvas .jrpVLhomepage .gSVDistudy_tech {
        padding: 20px;
    }

    .tDTHbwrapper-canvas .jrpVLhomepage .ALXhNstudy_space h1 {
        font-size: 30px;
    }

    .tDTHbwrapper-canvas .jrpVLhomepage .ALXhNstudy_space {
        padding: 30px 10px;
    }
}.Rcyqmfind_us {
    color: #000000;
    background: linear-gradient(to bottom right, rgb(189,201,198), #ffffff);
    padding: 74px 0;
    font-family: Ubuntu, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(155,169,165);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.Rcyqmfind_us .KsIbfsubmit_feedback svg {
    width: 22px;
    height: 22px;
    fill: rgb(155,169,165);
    margin-right: 12px;
    transition: fill 0.3s ease;
}
.Rcyqmfind_us .FciWpknowledge_classes .KsIbfsubmit_feedback div.DKMZFinfo_request {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.Rcyqmfind_us .FciWpknowledge_classes .KsIbfsubmit_feedback > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.Rcyqmfind_us .FciWpknowledge_classes .KsIbfsubmit_feedback > div > div {
    margin: 5px 0;
}
.Rcyqmfind_us .KsIbfsubmit_feedback svg:hover {
    fill: rgb(122,136,132);
    animation: spin 1s linear infinite;
}
.Rcyqmfind_us .FciWpknowledge_classes .info_holder>div span {
    margin-left: 8px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.Rcyqmfind_us .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    padding: 40px;
    border-radius: 12px;
    background: radial-gradient(circle at center, #ffffff, rgb(189,201,198));
    position: relative;
    border: 1px solid rgb(155,169,165);
    box-shadow: 0 0 20px rgb(155,169,165,0.5);
}
.Rcyqmfind_us .SCPDbmessage_info {
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
.Rcyqmfind_us .FciWpknowledge_classes {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.Rcyqmfind_us .SCPDbmessage_info h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px rgb(155,169,165,0.5);
}
.Rcyqmfind_us .SCPDbmessage_info .PjcJgmessage_form {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    background: linear-gradient(to right, rgb(155,169,165), rgb(122,136,132));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Rcyqmfind_us .SCPDbmessage_info .NCPBbsnapshot {
    width: 100%;
    height: 30vh;
    min-height: 200px;
    max-height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid rgb(155,169,165,0.5);
    box-shadow: 0 0 20px rgb(155,169,165,0.5);
}
.Rcyqmfind_us .SCPDbmessage_info .NCPBbsnapshot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(155,169,165,0.5), rgb(122,136,132,0.5));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}
.Rcyqmfind_us .SCPDbmessage_info .NCPBbsnapshot:hover::before {
    opacity: 0.5;
}
.Rcyqmfind_us .KsIbfsubmit_feedback {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(155,169,165,0.5);
    border: 1px dashed rgb(155,169,165,0.5);
}
.Rcyqmfind_us .info_holder>div {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 10px;
    border-bottom: 1px solid rgb(155,169,165,0.5);
    transition: background-color 0.3s ease;
    position: relative;
}
.Rcyqmfind_us .info_holder>div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: rgb(155,169,165);
    border-radius: 50%;
}
.Rcyqmfind_us .info_holder>div:hover {
    background-color: rgb(189,201,198);
}
.Rcyqmfind_us .lvjYDmsg_page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}
.Rcyqmfind_us .contact_politics>div {
    flex: 1 0 300px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid rgb(155,169,165,0.5);
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(155,169,165,0.5);
}
.Rcyqmfind_us .contact_politics>div:hover {
    box-shadow: 0 0 20px rgb(155,169,165,0.5);
}
.Rcyqmfind_us .contact_politics>div h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
    text-shadow: 1px 1px rgb(155,169,165,0.5);
}
.Rcyqmfind_us .contact_politics>div p {
    font-size: 15px;
    line-height: 1.6;
    background: linear-gradient(to right, rgb(155,169,165), rgb(122,136,132));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1100px) {
    .Rcyqmfind_us {
        padding: 20px 0;
        border-radius: 0;
    }
    .Rcyqmfind_us .container {
        width: 100%;
        padding: 20px;
        border-radius: 0;
        border: none;
    }
    .Rcyqmfind_us .SCPDbmessage_info {
        padding: 10px;
    }
    .Rcyqmfind_us .SCPDbmessage_info .NCPBbsnapshot {
        margin-bottom: 30px;
    }
    .Rcyqmfind_us .KsIbfsubmit_feedback {
        max-width: 100%;
    }
    .Rcyqmfind_us .lvjYDmsg_page {
        flex-direction: column;
    }
    .Rcyqmfind_us .contact_politics>div {
        flex: 1 0 100%;
    }
}
.yMqCpcourse_summary {
    position: relative;
    overflow: hidden;
    background-color: rgb(189,201,198);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.yMqCpcourse_summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(155,169,165,0.5) 100%);
    z-index: 2;
    pointer-events: none;
}

.yMqCpcourse_summary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(122,136,132,0.5) 0%, transparent 50%);
    z-index: 3;
    pointer-events: none;
    animation: pulse 15s infinite alternate;
}

.yMqCpcourse_summary .cWmGQcareer_challenge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.yMqCpcourse_summary .VKYIOprogram_guide {
    display: flex;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.yMqCpcourse_summary .cWmGQcareer_challenge:hover .VKYIOprogram_guide {
    animation-play-state: paused;
}

.yMqCpcourse_summary .mdcxKtraining_map {
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.yMqCpcourse_summary .mdcxKtraining_map::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    opacity: 0.7;
    z-index: 2;
}

.yMqCpcourse_summary .mdcxKtraining_map::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(155,169,165,0.5),
        rgb(155,169,165,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    opacity: 0.05;
    z-index: 1;
    mix-blend-mode: overlay;
}

.yMqCpcourse_summary .mdcxKtraining_map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 8s ease;
    filter: saturate(1.2) contrast(1.1);
}

.yMqCpcourse_summary .mdcxKtraining_map:hover img {
    transform: scale(1.15);
}

.yMqCpcourse_summary .container {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 2rem 0;
}

.yMqCpcourse_summary .FciWpknowledge_classes {
    width: 100%;
    max-width: 600px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 3rem;
    transform: translateX(0);
    animation: float 6s ease-in-out infinite;
}

.yMqCpcourse_summary .KyeuFstudy_map {
    position: relative;
}

.yMqCpcourse_summary .KyeuFstudy_map::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    border-top: 2px solid rgb(155,169,165);
    border-left: 2px solid rgb(155,169,165);
    opacity: 0.8;
}

.yMqCpcourse_summary .KyeuFstudy_map::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid rgb(122,136,132);
    border-right: 2px solid rgb(122,136,132);
    opacity: 0.8;
}

.yMqCpcourse_summary .KyeuFstudy_map h3 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
}

.yMqCpcourse_summary .KyeuFstudy_map h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, rgb(155,169,165) 0%, transparent 100%);
}

.yMqCpcourse_summary .KyeuFstudy_map p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    opacity: 0.8;
}

.yMqCpcourse_summary .KyeuFstudy_map .gjIWDquery_block {
    display: inline-block;
    background: linear-gradient(135deg, rgb(155,169,165) 0%, rgb(122,136,132) 100%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.yMqCpcourse_summary .KyeuFstudy_map .gjIWDquery_block::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.4s ease;
    z-index: -1;
}

.yMqCpcourse_summary .KyeuFstudy_map .gjIWDquery_block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.yMqCpcourse_summary .KyeuFstudy_map .gjIWDquery_block:hover::before {
    left: 100%;
    transition: all 0.4s ease;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@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);
    }
}

@media screen and (max-width: 1200px) {
    .yMqCpcourse_summary .container {
        justify-content: center;
    }
    
    .yMqCpcourse_summary .FciWpknowledge_classes {
        max-width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .yMqCpcourse_summary {
        min-height: auto;
        padding: 6rem 0;
    }
    
    .yMqCpcourse_summary .cWmGQcareer_challenge {
        height: 100%;
        position: fixed;
    }
    
    .yMqCpcourse_summary .FciWpknowledge_classes {
        max-width: 90%;
        padding: 2rem;
    }
    
    .yMqCpcourse_summary .KyeuFstudy_map h3 {
        font-size: calc(33px * 0.8);
    }
    
    .yMqCpcourse_summary .KyeuFstudy_map p {
        font-size: calc(13px * 0.9);
    }
    
    .yMqCpcourse_summary .KyeuFstudy_map .gjIWDquery_block {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .yMqCpcourse_summary {
        padding: 4rem 0;
    }
    
    .yMqCpcourse_summary .FciWpknowledge_classes {
        padding: 1.5rem;
    }
    
    .yMqCpcourse_summary .KyeuFstudy_map h3 {
        font-size: calc(33px * 0.7);
    }
    
    .yMqCpcourse_summary .KyeuFstudy_map::before,
    .yMqCpcourse_summary .KyeuFstudy_map::after {
        width: 30px;
        height: 30px;
    }
    
    @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);
        }
    }
}

.yMqCpcourse_summary .VKYIOprogram_guide {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {
    .yMqCpcourse_summary .VKYIOprogram_guide {
        animation-timeline: scroll();
        animation-range: 0 100vh;
    }
}.AhawWour_story {
    position: relative;
    background: linear-gradient(145deg, rgb(155,169,165) 0%, rgb(122,136,132) 100%);
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
}

.AhawWour_story::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 60px);
    z-index: -1;
}

.AhawWour_story::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    z-index: -1;
    opacity: 0.6;
    animation: shiftGlow 20s ease-in-out infinite alternate;
}

.AhawWour_story .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.AhawWour_story .FciWpknowledge_classes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "director logo"
        "text text";
    gap: 40px;
    background: rgb(189,201,198);
    border-radius: 26px;
    padding: 60px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    animation: fadeIn 1s ease-in-out;
}

.AhawWour_story .FciWpknowledge_classes::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(155,169,165), rgb(122,136,132));
}

.AhawWour_story .flNIKlearn_track {
    grid-area: director;
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 30px;
    transform: translateY(0);
    transition: transform 0.6s ease;
}

.AhawWour_story .flNIKlearn_track:hover {
    transform: translateY(-5px);
}

.AhawWour_story .flNIKlearn_track .NCPBbsnapshot {
    width: 180px;
    height: 220px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    transition: all 0.4s ease;
}

.AhawWour_story .flNIKlearn_track .NCPBbsnapshot:hover {
    transform: scale(1.05);
    border-color: rgb(155,169,165);
}

.AhawWour_story .Ttxvlsmart_guide {
    flex: 1;
}

.AhawWour_story .duxMlfast_track {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
    position: relative;
    padding-bottom: 10px;
}

.AhawWour_story .duxMlfast_track::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgb(155,169,165);
    transition: width 0.3s ease;
}

.AhawWour_story .duxMlfast_track:hover::after {
    width: 60px;
}

.AhawWour_story .WvQPtknowledge_hub {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
}

.AhawWour_story .LRbGmproof_stats {
    grid-area: logo;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-left: 1px solid rgba(rgb(155,169,165), 0.2);
}

.AhawWour_story .LRbGmproof_stats svg {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    fill: rgb(155,169,165);
    transition: transform 0.4s ease;
}

.AhawWour_story .LRbGmproof_stats:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.AhawWour_story .LRbGmproof_stats svg path {
    fill: rgb(155,169,165);
    transition: fill 0.3s ease;
}

.AhawWour_story .LRbGmproof_stats:hover svg path {
    fill: rgb(122,136,132);
}

.AhawWour_story .OAfUXtext_overlay {
    grid-area: text;
    padding-top: 30px;
    border-top: 1px solid rgba(rgb(155,169,165), 0.2);
    animation: slideUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
    animation-delay: 0.3s;
}

.AhawWour_story h2 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    margin: 0 0 25px 0;
    position: relative;
}

.AhawWour_story h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(155,169,165);
    animation: pulseWidth 3s ease-in-out infinite;
}

.AhawWour_story p {
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@keyframes shiftGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 992px) {
    .AhawWour_story {
        padding: 80px 0;
    }
    
    .AhawWour_story .FciWpknowledge_classes {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "director"
            "logo"
            "text";
        gap: 30px;
        padding: 40px 30px;
    }
    
    .AhawWour_story .flNIKlearn_track {
        padding-right: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(rgb(155,169,165), 0.2);
    }
    
    .AhawWour_story .LRbGmproof_stats {
        padding-left: 0;
        border-left: none;
        border-bottom: 1px solid rgba(rgb(155,169,165), 0.2);
        padding-bottom: 30px;
    }
    
    .AhawWour_story .OAfUXtext_overlay {
        border-top: none;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .AhawWour_story {
        padding: 60px 0;
    }
    
    .AhawWour_story .FciWpknowledge_classes {
        padding: 30px 20px;
        gap: 25px;
    }
    
    .AhawWour_story .flNIKlearn_track {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    
    .AhawWour_story .duxMlfast_track::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .AhawWour_story .duxMlfast_track:hover::after {
        width: 60px;
    }
    
    .AhawWour_story .LRbGmproof_stats {
        justify-content: center;
    }
    
    .AhawWour_story .OAfUXtext_overlay {
        text-align: center;
    }
    
    .AhawWour_story h2::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 480px) {
    .AhawWour_story {
        padding: 40px 0;
    }
    
    .AhawWour_story .FciWpknowledge_classes {
        padding: 25px 15px;
        gap: 20px;
    }
    
    .AhawWour_story .flNIKlearn_track .NCPBbsnapshot {
        width: 150px;
        height: 180px;
    }
    
    .AhawWour_story .duxMlfast_track {
        font-size: calc(22px * 0.9);
    }
    
    .AhawWour_story .WvQPtknowledge_hub {
        font-size: calc(17px * 0.9);
    }
    
    .AhawWour_story .LRbGmproof_stats svg {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .AhawWour_story h2 {
        font-size: calc(37px * 0.8);
        margin-bottom: 20px;
    }
    
    .AhawWour_story p {
        font-size: calc(17px * 0.9);
    }
}header {
    background: rgb(155,169,165,0.5);
    padding-top: 35px;
}
.iUDbAheader_pro .zXxKtnav_skill .FNMGSheader_navbar svg, header .zXxKtnav_skill .FNMGSheader_navbar img {
    width: 60px;
    height: 60px;
    fill: #ffffff;
    flex-shrink: 0;
    margin-right: 22px;
    margin-left: 12px;
}
.iUDbAheader_pro .CYUbPtop_mentor svg text {
    fill: #ffffff;
}
.iUDbAheader_pro .zXxKtnav_skill {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.iUDbAheader_pro .DCMbehead_master {
    padding-left: 22px;
    border-left: 2px solid #ffffff;
    width: calc(100% - 94px);
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.iUDbAheader_pro .PJcYXfirst_pagebar {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}
.iUDbAheader_pro .PJcYXfirst_pagebar a {
    padding: 10px 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.iUDbAheader_pro .PJcYXfirst_pagebar a:hover {
    color: rgb(155,169,165);
}
@media only screen and (max-width: 1200px) {
    .iUDbAheader_pro .zXxKtnav_skill {
        padding: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .iUDbAheader_pro .zXxKtnav_skill {
        padding: 0;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .iUDbAheader_pro .DCMbehead_master {
        text-align: center;
        width: 100%;
        border-left: none;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 20px;
        padding-left: 0;
        height: auto;
        margin-top: 20px;
    }
    .iUDbAheader_pro .PJcYXfirst_pagebar {
        flex-direction: column;
    }
}.XYarzcustomer_comments {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(135deg, rgb(155,169,165) 0%, rgb(122,136,132) 100%);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}

.XYarzcustomer_comments::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
}

.XYarzcustomer_comments h2 {
    color: #ffffff;
    font-size: 47px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 2px;
    z-index: 2;
    position: relative;
}

.XYarzcustomer_comments .FciWpknowledge_classes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.XYarzcustomer_comments .gbiVqclient_experiences {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.XYarzcustomer_comments .NTROnclient_feedback {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin: 20px;
    max-width: 300px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    z-index: 2;
    position: relative;
}

.XYarzcustomer_comments .NTROnclient_feedback:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);
}

.XYarzcustomer_comments .NCPBbsnapshot {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    background: rgb(122,136,132,0.5);
    transition: transform 0.3s ease-in-out;
}

.XYarzcustomer_comments .NCPBbsnapshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.XYarzcustomer_comments .NCPBbsnapshot:hover {
    transform: scale(1.1);
}

.XYarzcustomer_comments .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.XYarzcustomer_comments .text span {
    color: rgb(155,169,165);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.XYarzcustomer_comments .text p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {
    .XYarzcustomer_comments {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .XYarzcustomer_comments .FciWpknowledge_classes h2 {
        font-size: 34px;
    }

    .XYarzcustomer_comments .gbiVqclient_experiences {
        flex-direction: column;
        align-items: center;
    }

    .XYarzcustomer_comments .NTROnclient_feedback {
        width: 90%;
        margin-bottom: 20px;
    }

    .XYarzcustomer_comments .NCPBbsnapshot {
        width: 80px;
        height: 80px;
    }

    .XYarzcustomer_comments .text span {
        font-size: 20px;
    }

    .XYarzcustomer_comments .text p {
        font-size: 15px;
    }
}

.tDTHbwrapper-canvas .XYarzcustomer_comments .NTROnclient_feedback {
    width: calc(25% - 40px);
    max-width: 100%;
    margin: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 2;
    position: relative;
}

.tDTHbwrapper-canvas .XYarzcustomer_comments .NTROnclient_feedback:hover {
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.7);
    transform: translateY(-10px);
}

.tDTHbwrapper-canvas .XYarzcustomer_comments .NCPBbsnapshot {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: rgb(122,136,132,0.5);
    transition: transform 0.3s ease-in-out;
}

.tDTHbwrapper-canvas .XYarzcustomer_comments .NCPBbsnapshot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.tDTHbwrapper-canvas .XYarzcustomer_comments .NCPBbsnapshot:hover {
    transform: scale(1.1);
}

.tDTHbwrapper-canvas .XYarzcustomer_comments .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tDTHbwrapper-canvas .XYarzcustomer_comments .text p {
    margin-bottom: 10px;
    font-size: 15px;
}

.tDTHbwrapper-canvas .XYarzcustomer_comments .text span {
    font-weight: 700;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .tDTHbwrapper-canvas .XYarzcustomer_comments .NTROnclient_feedback {
        width: 90%;
        margin: 20px auto;
        padding: 30px;
        flex-direction: column;
    }

    .tDTHbwrapper-canvas .XYarzcustomer_comments .NCPBbsnapshot {
        width: 120px;
        height: 120px;
    }

    .tDTHbwrapper-canvas .XYarzcustomer_comments .text p {
        font-size: 15px;
    }

    .tDTHbwrapper-canvas .XYarzcustomer_comments .text span {
        font-size: 18px;
    }
}
.FQgBMtraining_structure {
    position: relative;
    background: linear-gradient(220deg, 
        #000000 0%,
        rgb(155,169,165) 100%);
    padding: 180px 0;
    overflow: hidden;
}

.FQgBMtraining_structure::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: 
        repeating-linear-gradient(90deg,
            transparent 0%,
            transparent 48%,
            rgb(155,169,165,0.5) 50%,
            transparent 52%,
            transparent 100%
        );
    opacity: 0.03;
    animation: matrixBg 20s linear infinite;
}

.FQgBMtraining_structure::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(155,169,165,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgb(122,136,132,0.5) 0%, transparent 50%),
        repeating-linear-gradient(45deg,
            transparent 0px,
            transparent 10px,
            rgb(155,169,165,0.5) 10px,
            rgb(155,169,165,0.5) 11px
        );
    opacity: 0.05;
}

@keyframes matrixBg {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(50%); }
}

.FQgBMtraining_structure .cYHzPstudy_outcome {
    position: relative;
    z-index: 2;
}

.FQgBMtraining_structure .container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    gap: 60px;
}

.FQgBMtraining_structure .container::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 120%;
    background: linear-gradient(to bottom,
        transparent,
        rgb(155,169,165),
        rgb(122,136,132),
        transparent
    );
    left: 50%;
    top: -10%;
    opacity: 0.5;
    box-shadow: 0 0 15px rgb(155,169,165,0.5);
    animation: glowLine 2s infinite alternate;
}

.FQgBMtraining_structure .NCPBbsnapshot {
    position: relative;
    height: 700px;
    clip-path: polygon(0 30px, 30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    border: 1px solid rgb(155,169,165,0.5);
    box-shadow: 0 0 20px rgb(155,169,165,0.5),
                inset 0 0 20px rgb(155,169,165,0.5);
}

.FQgBMtraining_structure .NCPBbsnapshot::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg,
        rgb(155,169,165,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(122,136,132,0.5) 100%
    );
    opacity: 0.3;
    z-index: 2;
    mix-blend-mode: overlay;
}

@keyframes scanEffect {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.FQgBMtraining_structure .FciWpknowledge_classes {
    padding: 60px;
    position: relative;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(155,169,165,0.5);
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    box-shadow: 0 0 20px rgb(155,169,165,0.5);
}

.FQgBMtraining_structure .FciWpknowledge_classes::before {
    content: '';
    position: absolute;
    inset: 1px;
    background: linear-gradient(135deg,
        transparent 0%,
        rgb(155,169,165,0.5) 100%);
    opacity: 0.1;
    z-index: -1;
}

.FQgBMtraining_structure .FciWpknowledge_classes h3 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(155,169,165,0.5);
}

.FQgBMtraining_structure .FciWpknowledge_classes h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom,
        rgb(155,169,165),
        rgb(122,136,132));
    box-shadow: 0 0 10px rgb(155,169,165);
    animation: glowLine 2s infinite alternate;
}

.FQgBMtraining_structure .FciWpknowledge_classes span {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
    display: block;
    position: relative;
    padding: 20px;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0) 100%);
    border-left: 1px solid rgb(155,169,165,0.5);
    text-shadow: 0 0 5px rgb(155,169,165,0.5);
}

.FQgBMtraining_structure .FciWpknowledge_classes span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
        rgb(155,169,165),
        transparent);
    box-shadow: 0 0 10px rgb(155,169,165,0.5);
}

@keyframes glowLine {
    0% { 
        box-shadow: 0 0 10px rgb(155,169,165);
        opacity: 0.5;
    }
    100% { 
        box-shadow: 0 0 20px rgb(155,169,165);
        opacity: 1;
    }
}

.FQgBMtraining_structure .NCPBbsnapshot:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02) translateZ(50px);
    box-shadow: 0 0 30px rgb(155,169,165,0.5),
                inset 0 0 30px rgb(155,169,165,0.5);
}

@media (max-width: 1200px) {
    .FQgBMtraining_structure {
        padding: 140px 0;
    }

    .FQgBMtraining_structure .container {
        gap: 40px;
    }

    .FQgBMtraining_structure .NCPBbsnapshot {
        height: 600px;
    }
}

@media (max-width: 1024px) {
    .FQgBMtraining_structure {
        padding: 100px 0;
    }

    .FQgBMtraining_structure .container {
        grid-template-columns: 1fr;
    }

    .FQgBMtraining_structure .container::before {
        display: none;
    }

    .FQgBMtraining_structure .NCPBbsnapshot {
        height: 500px;
        transform: none;
    }

    .FQgBMtraining_structure .NCPBbsnapshot:hover {
        transform: scale(1.02);
    }

    .FQgBMtraining_structure .FciWpknowledge_classes {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .FQgBMtraining_structure {
        padding: 80px 0;
    }

    .FQgBMtraining_structure .NCPBbsnapshot {
        height: 400px;
    }

    .FQgBMtraining_structure .FciWpknowledge_classes {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .FQgBMtraining_structure {
        padding: 60px 0;
    }

    .FQgBMtraining_structure .NCPBbsnapshot {
        height: 300px;
    }

    .FQgBMtraining_structure .FciWpknowledge_classes {
        padding: 25px;
    }
}