* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.inner-container_rW {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.degree_path_dL {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 4px;
}::-webkit-scrollbar-button {
    background: rgb(163,164,162);
    width: 11px;
    height: 3px;
}::-webkit-scrollbar-track {
    border: 1px dotted rgb(200,198,184);
    border-radius: 4%;
    background: rgb(121,122,121,0.5);
}::-webkit-scrollbar-thumb {
    transition: all, box-shadow 1.3s linear;
    background: rgb(200,198,184);
    box-shadow: -4px 5px 7px 1px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(293deg, #ffffff 71%, rgb(255, 255, 255, 0.5) 74%, rgb(121,122,121) 55%, rgb(163,164,162,0.5) 42%, rgb(200,198,184) 89%);
    box-shadow: -1px 0px 13px 4px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 4px 5px 4px 1px rgba(0, 0, 0, 0.4);
    transform: translateY(1px);
    background: rgb(163,164,162,0.5);
}::-webkit-scrollbar-corner {
    background: #ffffff;
    border-radius: 7px;
}html {
    scrollbar-color: #ffffff rgb(255, 255, 255, 0.5);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-thumb {
    background: rgb(163,164,162,0.5);
}}

a {
    color: inherit;
    text-decoration: none;
}.main_page_q6 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1182px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_rewards_sn {
    position: relative;
    background: linear-gradient(135deg, rgb(200,198,184) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}.course_rewards_sn::before {
    width: 45%;
    filter: blur(40px);
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    background: linear-gradient(120deg, rgb(121,122,121,0.5) 0%, rgb(163,164,162,0.5) 100%);
    opacity: 0.3;
    height: 80%;
    top: -20%;
    right: -10%;
    position: absolute;
    z-index: 1;
}.course_rewards_sn::after {
    transform: rotate(15deg) skewY(5deg);
    position: absolute;
    z-index: 1;
    left: -5%;
    width: 35%;
    filter: blur(30px);
    opacity: 0.2;
    bottom: -10%;
    height: 70%;
    background: linear-gradient(210deg, rgb(163,164,162,0.5) 0%, rgb(121,122,121,0.5) 100%);
    content: "";
}.course_rewards_sn .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1280px;
}.course_rewards_sn .quick_training_01 {
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
    gap: 60px;
    perspective: 1000px;
}.course_rewards_sn .desc_block_G5 {
    backdrop-filter: blur(10px);
    position: relative;
    transform: translateZ(10px);
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 2px rgba(0, 0, 0, 0.1);
}.course_rewards_sn .desc_block_G5::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(163,164,162), rgb(121,122,121));
    width: 4px;
    height: 100%;
}.course_rewards_sn h4 {
    transition: transform 0.5s ease-out;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-size: 23px;
    font-weight: 700;
    transform: translateX(0);
}.course_rewards_sn h4::after {
    height: 3px;
    content: "";
    transform: scaleX(1);
    bottom: -10px;
    position: absolute;
    background: rgb(121,122,121);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    width: 80px;
    left: 0;
}.course_rewards_sn .desc_block_G5:hover h4 {
    transform: translateX(5px);
}.course_rewards_sn .desc_block_G5:hover h4::after {
    transform: scaleX(1.2);
}.course_rewards_sn .desc_block_G5 > div {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.course_rewards_sn ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.course_rewards_sn li {
    margin-bottom: 20px;
    transition: transform 0.3s ease-out;
    transform: translateY(0);
}.course_rewards_sn li:last-child {
    margin-bottom: 0;
}.course_rewards_sn li:hover {
    transform: translateY(-3px);
}.course_rewards_sn li p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    display: flex;
    color: #000000;
    align-items: flex-start;
    gap: 15px;
}.course_rewards_sn li p span:first-child {
    justify-content: center;
    background: #ffffff;
    flex-shrink: 0;
    display: flex;
    height: 38px;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 38px;
}.course_rewards_sn li:hover p span:first-child {
    background: linear-gradient(135deg, #ffffff 0%, rgb(200,198,184) 100%);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    transform: scale(1.1) rotate(10deg);
}.course_rewards_sn svg {
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}.course_rewards_sn svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,164,162);
}.course_rewards_sn li:hover svg {
    transform: rotate(-10deg);
}.course_rewards_sn li:hover svg path {
    fill: rgb(121,122,121);
}.course_rewards_sn li p span:last-child {
    flex-grow: 1;
    transition: all 0.3s ease;
    font-weight: 400;
}.course_rewards_sn li:hover p span:last-child {
    transform: translateX(5px);
}.course_rewards_sn .pic_stack_sp {
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
    object-fit: cover;
    border: 8px solid #ffffff;
    height: auto;
    max-width: 500px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
}.course_rewards_sn .pic_stack_sp:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0) translateZ(20px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15),
                0 15px 25px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {.course_rewards_sn .desc_block_G5 > div {
    flex-direction: row;
    gap: 40px;
}.course_rewards_sn .desc_block_G5 > div > div {
    flex: 1;
}.course_rewards_sn .desc_block_G5 {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.course_rewards_sn {
    padding: 150px 0;
}.course_rewards_sn .quick_training_01 {
    flex-direction: row;
    justify-content: space-between;
    gap: 80px;
    align-items: center;
}.course_rewards_sn .desc_block_G5 {
    transform: perspective(1000px) translateZ(30px) rotateY(2deg);
    flex: 1;
    max-width: 60%;
}.course_rewards_sn .pic_stack_sp {
    max-width: 40%;
    transform: perspective(1000px) rotateY(-8deg) rotateX(5deg) translateZ(20px);
    flex: 1;
}.course_rewards_sn h4 {
    font-size: calc(23px * 1.1);
}.course_rewards_sn li p {
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.course_rewards_sn .quick_training_01 {
    gap: 100px;
}.course_rewards_sn .desc_block_G5 {
    padding: 60px 50px;
}.course_rewards_sn li p span:first-child {
    height: 42px;
    width: 42px;
}.course_rewards_sn svg {
    width: 24px;
    height: 24px;
}.course_rewards_sn h4::after {
    width: 100px;
}
}

@media (max-width: 767px) {.course_rewards_sn {
    padding: 80px 0;
}.course_rewards_sn .desc_block_G5 {
    padding: 30px 20px;
}.course_rewards_sn h4 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.course_rewards_sn li p {
    font-size: calc(12px * 0.95);
}.course_rewards_sn li p span:first-child {
    height: 34px;
    width: 34px;
}.course_rewards_sn svg {
    height: 20px;
    width: 20px;
}}.degree_path_dL {
    color: #ffffff;
    z-index: 1;
    padding: 80px 0 40px;
    position: relative;
}.degree_path_dL::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}footer {
    position: relative;
}.degree_path_dL .container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.degree_path_dL .company_holder {
    position: relative;
    padding-right: 40px;
}.degree_path_dL .company_holder::after {
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(121,122,121,0.5), 
        transparent);
    width: 1px;
    height: 60%;
    content: "";
    top: 20%;
    position: absolute;
    right: 0;
}.degree_path_dL .company_holder h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.9);
    font-weight: 700;
    display: inline-block;
    position: relative;
}.degree_path_dL .company_holder h3::after {
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    background: rgb(163,164,162);
    height: 3px;
    bottom: -8px;
}.degree_path_dL .challenge_cta_cY {
    max-width: 90%;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.8;
}.degree_path_dL .mentor_net_Xo {
    display: flex;
    justify-content: flex-end;
}.degree_path_dL .head_learn_2R {
    display: flex;
    gap: 60px;
}.degree_path_dL .nav_primary_DW {
    position: relative;
}.degree_path_dL .nav_primary_DW h5 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
}.degree_path_dL .nav_primary_DW h5::after {
    height: 2px;
    background: rgb(163,164,162);
    position: absolute;
    bottom: 0;
    width: 30px;
    content: "";
    border-radius: 10px;
    left: 0;
}.degree_path_dL .nav_primary_DW .head_learn_2R {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.degree_path_dL .nav_primary_DW .head_learn_2R a {
    position: relative;
    color: #ffffff;
    padding-left: 0;
    text-decoration: none;
    opacity: 0.7;
    font-size: calc(16px * 0.95);
    transition: all 0.3s ease;
}.degree_path_dL .nav_primary_DW .head_learn_2R a::before {
    opacity: 0;
    left: 0;
    position: absolute;
    height: 1px;
    top: 50%;
    transition: all 0.3s ease;
    width: 0;
    content: "";
    transform: translateY(-50%);
    background: rgb(163,164,162);
}.degree_path_dL .nav_primary_DW .head_learn_2R a:hover {
    color: rgb(163,164,162);
    padding-left: 12px;
    opacity: 1;
}.degree_path_dL .nav_primary_DW .head_learn_2R a:hover::before {
    width: 8px;
    opacity: 1;
}.syllabus_ref_km {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    backdrop-filter: blur(5px);
}.syllabus_ref_km .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.syllabus_ref_km .insta_feed_WL {
    opacity: 0.6;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.5px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(163,164,162,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(163,164,162);
    }
}

@media (max-width: 991px) {.degree_path_dL {
    padding: 60px 0 30px;
}.degree_path_dL .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.degree_path_dL .company_holder {
    max-width: 600px;
    text-align: center;
    padding-right: 0;
    margin: 0 auto;
}.degree_path_dL .company_holder::after {
    display: none;
}.degree_path_dL .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.degree_path_dL .company_holder h3::after {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
}.degree_path_dL .challenge_cta_cY {
    max-width: 100%;
    text-align: center;
}.degree_path_dL .mentor_net_Xo {
    justify-content: center;
}
}

@media (max-width: 767px) {.degree_path_dL {
    padding: 50px 0 20px;
}.degree_path_dL .head_learn_2R {
    gap: 40px;
    flex-direction: column;
    width: 100%;
}.degree_path_dL .nav_primary_DW {
    text-align: center;
}.degree_path_dL .nav_primary_DW h5 {
    text-align: center;
}.degree_path_dL .nav_primary_DW h5::after {
    transform: translateX(-50%);
    left: 50%;
}.degree_path_dL .nav_primary_DW .head_learn_2R {
    align-items: center;
}.degree_path_dL .nav_primary_DW .head_learn_2R a {
    text-align: center;
}.degree_path_dL .nav_primary_DW .head_learn_2R a::before {
    display: none;
}.degree_path_dL .nav_primary_DW .head_learn_2R a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.degree_path_dL {
    padding: 40px 0 20px;
}.degree_path_dL .company_holder h3 {
    font-size: calc(30px * 0.8);
}.degree_path_dL .challenge_cta_cY {
    font-size: calc(16px * 0.9);
}.syllabus_ref_km .insta_feed_WL {
    font-size: calc(13px * 0.9);
}}

.degree_path_dL::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.degree_path_dL::after {
    box-shadow: 0 0 40px rgb(163,164,162,0.5);
}.degree_path_dL .container::before {
    content: "";
    filter: blur(30px);
    width: 150px;
    background: radial-gradient(
        circle, 
        rgb(121,122,121,0.5), 
        transparent 70%
    );
    bottom: -75px;
    border-radius: 50%;
    position: absolute;
    height: 150px;
    left: -75px;
    animation: pulse 10s infinite alternate-reverse;
}.degree_path_dL .nav_primary_DW::before {
    left: -15px;
    position: absolute;
    content: "";
    opacity: 0.7;
    height: 5px;
    top: 10px;
    width: 5px;
    background: rgb(163,164,162);
    border-radius: 50%;
}.degree_path_dL .nav_primary_DW:hover::before {
    animation: glow 2s infinite;
}.degree_path_dL .company_holder::before {
    background: linear-gradient(90deg, 
        rgb(163,164,162,0.5), 
        transparent);
    bottom: -20px;
    position: absolute;
    height: 1px;
    content: "";
    left: 0;
    width: 100px;
}

@media (max-width: 991px) {.degree_path_dL .company_holder::before {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(163,164,162,0.5), 
            transparent);
    transform: translateX(-50%);
    left: 50%;
}}

.degree_path_dL .nav_primary_DW .head_learn_2R a::after {
    width: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(163,164,162);
    height: 1px;
    bottom: -2px;
    content: "";
}.degree_path_dL .nav_primary_DW .head_learn_2R a:hover::after {
    width: 100%;
}.degree_path_dL .nav_primary_DW .head_learn_2R a:nth-child(odd):hover {
    transform: translateX(2px);
}.degree_path_dL .nav_primary_DW .head_learn_2R a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    background: linear-gradient(90deg, 
            transparent, 
            rgb(121,122,121,0.5), 
            transparent);
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    right: 0;
    top: 0;
}.degree_path_dL::before {
    background-blend-mode: overlay;
}}

.degree_path_dL .company_holder h3::before {
    content: "";
    width: 20px;
    top: 50%;
    height: 1px;
    position: absolute;
    left: -30px;
    opacity: 0.7;
    background: rgb(163,164,162);
}

@media (max-width: 991px) {.degree_path_dL .company_holder h3::before {
    display: none;
}}

.syllabus_ref_km {
    position: relative;
    overflow: hidden;
}.syllabus_ref_km::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(121,122,121,0.5), 
        transparent);
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    height: 1px;
    top: 0;
}.syllabus_ref_km::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(121,122,121,0.5), 
        transparent);
    bottom: 0;
    height: 1px;
    content: "";
    opacity: 0.3;
    position: absolute;
    width: 30%;
    left: 35%;
}.syllabus_ref_km .insta_feed_WL {
    transition: all 0.3s ease;
    position: relative;
}.syllabus_ref_km .insta_feed_WL:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.privacy_hideout_hU {
    background: linear-gradient(135deg, rgb(200,198,184) 0%, rgba(rgb(121,122,121,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}.privacy_hideout_hU::before {
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(163,164,162,0.5), 0.05) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(121,122,121,0.5), 0.07) 0%, transparent 60%);
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
}.privacy_hideout_hU::after {
    content: "";
    right: -5%;
    width: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 300px;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    background: linear-gradient(225deg, rgba(rgb(163,164,162,0.5), 0.03), rgba(rgb(121,122,121,0.5), 0.03));
    top: -10%;
}.privacy_hideout_hU .container {
    max-width: 1140px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.privacy_hideout_hU h1 {
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 35px;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
}.privacy_hideout_hU h1::after {
    width: 80px;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(163,164,162) 0%, rgb(121,122,121) 100%);
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.3s ease-out;
    transform-origin: left;
}.privacy_hideout_hU h2 {
    padding-left: 15px;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 40px 0 20px;
}.privacy_hideout_hU h2::before {
    position: absolute;
    left: 0;
    content: "";
    border-radius: 2px;
    background: rgb(163,164,162);
    height: 70%;
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
}.privacy_hideout_hU h3 {
    font-size: calc(30px * 0.85);
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 12px;
    margin: 35px 0 18px;
}.privacy_hideout_hU h3::before {
    width: 4px;
    transform: translateY(-50%);
    height: 65%;
    position: absolute;
    border-radius: 2px;
    left: 0;
    background: rgb(121,122,121);
    content: "";
    top: 50%;
}.privacy_hideout_hU h4 {
    padding-left: 10px;
    font-size: calc(30px * 0.75);
    color: #000000;
    position: relative;
    margin: 30px 0 15px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.privacy_hideout_hU h4::before {
    transform: translateY(-50%);
    content: "";
    left: 0;
    width: 3px;
    position: absolute;
    background: rgba(rgb(163,164,162,0.5), 0.7);
    height: 60%;
    border-radius: 2px;
    top: 50%;
}.privacy_hideout_hU p {
    margin-bottom: 20px;
    position: relative;
    max-width: 100%;
    font-size: 13px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.75;
}.privacy_hideout_hU span {
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.75;
    font-weight: 400;
}.privacy_hideout_hU ul {
    margin: 25px 0;
    position: relative;
    list-style: none;
    padding: 0;
}.privacy_hideout_hU li {
    color: #000000;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 13px;
    position: relative;
    line-height: 1.65;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
}.privacy_hideout_hU li::before {
    border: 2px solid rgb(163,164,162);
    content: "";
    width: 10px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    position: absolute;
    background: #ffffff;
    left: 0;
    height: 10px;
    transform: rotate(45deg);
    top: 8px;
}.privacy_hideout_hU li:hover::before {
    background-color: rgb(163,164,162);
}.privacy_hideout_hU strong {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    padding: 0 2px;
    position: relative;
}.privacy_hideout_hU strong::after {
    height: 2px;
    content: "";
    background: rgba(rgb(163,164,162,0.5), 0.3);
    bottom: 0;
    z-index: -1;
    transition: height 0.3s ease;
    width: 100%;
    left: 0;
    position: absolute;
}.privacy_hideout_hU strong:hover::after {
    height: 8px;
}

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

@media screen and (min-width: 992px) {.privacy_hideout_hU {
    padding: 80px 0;
}.privacy_hideout_hU h1 {
    margin-bottom: 45px;
    font-size: calc(44px * 1.1);
}.privacy_hideout_hU h1::after {
    width: 100px;
}.privacy_hideout_hU .container {
    padding: 0 30px;
}.privacy_hideout_hU li {
    padding-left: 35px;
}.privacy_hideout_hU li::before {
    width: 12px;
    height: 12px;
}
}

@media screen and (max-width: 768px) {.privacy_hideout_hU {
    padding: 50px 0;
}.privacy_hideout_hU h1 {
    font-size: calc(44px * 0.9);
    margin-bottom: 30px;
}.privacy_hideout_hU h2 {
    margin: 30px 0 15px;
    font-size: calc(30px * 0.9);
}.privacy_hideout_hU h3 {
    font-size: calc(30px * 0.75);
}.privacy_hideout_hU h4 {
    font-size: calc(30px * 0.65);
}.privacy_hideout_hU p, 
    .privacy_hideout_hU span, 
    .privacy_hideout_hU li {
    font-size: calc(13px * 0.95);
    line-height: 1.65;
}
}

@media screen and (max-width: 576px) {.privacy_hideout_hU {
    padding: 40px 0;
}.privacy_hideout_hU .container {
    padding: 0 15px;
}.privacy_hideout_hU h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.privacy_hideout_hU h1::after {
    width: 60px;
    height: 3px;
}.privacy_hideout_hU h2 {
    font-size: calc(30px * 0.8);
    margin: 25px 0 12px;
}.privacy_hideout_hU h3 {
    font-size: calc(30px * 0.7);
}.privacy_hideout_hU h4 {
    font-size: calc(30px * 0.6);
}.privacy_hideout_hU p, 
    .privacy_hideout_hU span, 
    .privacy_hideout_hU li {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
    margin-bottom: 15px;
}.privacy_hideout_hU ul {
    margin: 20px 0;
}.privacy_hideout_hU li {
    margin-bottom: 12px;
    padding-left: 25px;
}.privacy_hideout_hU li::before {
    width: 8px;
    height: 8px;
    top: 7px;
}}.cookieDisclosurePanel_WH {
    z-index: 1050;
    bottom: 0;
    width: 100%;
    border-top: 3px solid rgb(163,164,162);
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    position: fixed;
    background: #ffffff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}.cookie_tips_MR {
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}.cookie_none_CN {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_none_CN svg {
    transition: fill 0.3s ease-in-out;
    height: 50px;
    fill: rgb(163,164,162);
    width: 50px;
}.cookie_check_1X {
    flex-grow: 1;
    margin-right: 15px;
}.cookie_check_1X h5 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 23px;
    color: rgb(163,164,162);
}.cookie_check_1X p {
    margin-bottom: 0;
    color: #000000;
    font-size: 13px;
}.cookie_verify_YD {
    white-space: nowrap;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid transparent;
    line-height: 1.5;
    text-decoration: none;
    font-size: 17px;
    user-select: none;
    text-align: center;
    padding: 0.375rem 0.75rem;
    margin-left: 10px;
    vertical-align: middle;
}.cookie_button.privacy_ctrl_Da {
    color: #ffffff;
    background-color: rgb(163,164,162);
    border-color: rgb(163,164,162);
}#cookie_popup_board_IR {
    display: none;
}#cookie_popup_board_IR:checked ~ .cookieDisclosurePanel_WH {
    opacity: 0;
    visibility: hidden;
}.cookie_button.privacy_ctrl_Da:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_alerts_qK {
    border-color: rgb(121,122,121);
    color: #000000;
    background-color: rgb(121,122,121);
}.cookie_button.cookie_alerts_qK:hover {
    background-color: rgb(163,164,162);
    color: #ffffff;
    border-color: rgb(163,164,162);
}.cookieDisclosurePanel_WH p a {
    text-decoration: underline;
    color: rgb(163,164,162);
}.cookieDisclosurePanel_WH p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_check_1X h5 {
    font-size: calc(23px - 2px);
}.cookie_check_1X p {
    font-size: calc(13px - 2px);
}.cookie_verify_YD {
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.cookie_tips_MR {
    align-items: center;
    flex-direction: column;
}.cookie_none_CN {
    margin-bottom: 10px;
}.cookie_check_1X {
    text-align: center;
    margin-bottom: 15px;
}.cookie_verify_YD {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.training_structure_de {
    background: linear-gradient(135deg, #ffffff 0%, rgb(200,198,184) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.training_structure_de::before {
    opacity: 0.15;
    z-index: 1;
    background: linear-gradient(110deg, transparent 0%, rgb(121,122,121,0.5) 100%);
    height: 100%;
    transform: skewX(-15deg) translateX(10%);
    right: 0;
    width: 40%;
    top: 0;
    position: absolute;
    content: "";
}.training_structure_de::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(163,164,162) 0%, rgb(121,122,121) 50%, transparent 100%);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    z-index: 2;
}.training_structure_de .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 3;
}.training_structure_de .quick_training_01 {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}.training_structure_de .quick_training_01 > div {
    max-width: 800px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    padding: 40px 50px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    background: #ffffff;
}.training_structure_de .quick_training_01 > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 10px 20px rgba(0,0,0,0.05);
}.training_structure_de .quick_training_01 > div::before {
    content: "";
    position: absolute;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 85%);
    width: 100%;
    opacity: 0.05;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(121,122,121,0.5) 0%, transparent 100%);
}.training_structure_de h3 {
    padding-bottom: 15px;
    transform: translateX(-5px);
    font-weight: 700;
    font-size: calc(33px * 0.85);
    margin-bottom: 25px;
    position: relative;
    color: #000000;
    line-height: 1.3;
}.training_structure_de h3::after {
    transition: transform 0.5s ease;
    transform-origin: left;
    content: "";
    width: 80px;
    left: 0;
    height: 3px;
    bottom: 0;
    transform: scaleX(1);
    position: absolute;
    background: rgb(163,164,162);
}.training_structure_de .quick_training_01 > div:hover h3::after {
    transform: scaleX(1.5);
}.training_structure_de p {
    position: relative;
    max-width: 100%;
    color: #000000;
    opacity: 0.9;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.7;
}.training_structure_de p span {
    display: inline-block;
    position: relative;
    transition: transform 0.4s ease;
}.training_structure_de p span::before {
    opacity: 0.3;
    content: "";
    height: 1px;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(121,122,121);
    width: 100%;
    transform-origin: left;
    left: 0;
    position: absolute;
    bottom: -2px;
}.training_structure_de .quick_training_01 > div:hover p span::before {
    transform: scaleX(1);
}


@media (max-width: 991px) {.training_structure_de {
    padding: 80px 0;
}.training_structure_de .quick_training_01 > div {
    padding: 30px 40px;
    transform: perspective(800px) rotateY(1deg);
}.training_structure_de h3 {
    font-size: calc(33px * 0.75);
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.training_structure_de {
    padding: 60px 0;
}.training_structure_de::before {
    width: 60%;
}.training_structure_de .quick_training_01 > div {
    padding: 25px 30px;
    transform: none;
}.training_structure_de .quick_training_01 > div:hover {
    transform: translateY(-3px);
}.training_structure_de h3 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(33px * 0.7);
}.training_structure_de p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.training_structure_de {
    padding: 50px 0;
}.training_structure_de .quick_training_01 > div {
    padding: 20px 25px;
}.training_structure_de h3 {
    padding-bottom: 10px;
    font-size: calc(33px * 0.65);
    margin-bottom: 12px;
}.training_structure_de h3::after {
    height: 2px;
    width: 60px;
}.training_structure_de p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}
}

@media (hover: hover) {.training_structure_de .quick_training_01 > div {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
}.training_structure_de p span {
    transition: transform 0.3s ease;
}.training_structure_de p span:hover {
    transform: translateY(-1px);
}}.data_insights_bw {
    position: relative;
    background: linear-gradient(135deg, rgb(200,198,184), rgba(0, 0, 0, 0.5) 95%);
    padding: 7rem 1rem;
    overflow: hidden;
}.data_insights_bw::before {
    height: 100%;
    content: "";
    z-index: 0;
    top: 0;
    width: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(163,164,162,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(121,122,121,0.5) 0%, transparent 60%);
    position: absolute;
    left: 0;
}.data_insights_bw h3 {
    font-weight: 700;
    margin-bottom: 4rem;
    position: relative;
    letter-spacing: 1px;
    transform: translateY(0);
    font-size: 30px;
    text-align: center;
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    color: rgb(163,164,162);
    opacity: 0;
}.data_insights_bw h3::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    bottom: -15px;
    left: 50%;
    width: 80px;
    height: 3px;
    transform-origin: center;
    animation: lineExpand 1s 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform: translateX(-50%) scaleX(0);
}.data_insights_bw .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.data_insights_bw ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}.data_insights_bw .statistics_advantage_JD {
    justify-content: center;
    animation: fadeSlideUp 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    background: linear-gradient(145deg, rgb(255, 255, 255, 0.5) 0%, rgba(255,255,255,0.08) 100%);
    animation-delay: calc(0.15s * var(--i, 0));
    backdrop-filter: blur(10px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    display: flex;
    position: relative;
    transform: translateY(30px);
    padding: 2rem 1.5rem;
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 3px rgba(0,0,0,0.05),
                0 0 0 1px rgba(255,255,255,0.1) inset;
    border-left: 3px solid rgb(163,164,162);
    opacity: 0;
    flex-direction: column;
}.data_insights_bw .statistics_advantage_JD::before {
    z-index: -1;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    left: 0;
    top: 0;
    transition: opacity 0.3s ease;
}.data_insights_bw .statistics_advantage_JD:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.12), 
                0 3px 10px rgba(0,0,0,0.08),
                0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-5px) scale(1.02);
}.data_insights_bw .statistics_advantage_JD:hover::before {
    opacity: 1;
}.data_insights_bw .statistics_advantage_JD span {
    position: relative;
    line-height: 1.4;
    font-weight: 600;
    transform: translateX(0);
    color: #ffffff;
    transition: transform 0.3s ease, color 0.3s ease;
    margin-bottom: 0.75rem;
    font-family: Arial, sans-serif;
    font-size: calc(14px * 0.95);
    display: block;
    opacity: 0.85;
}.data_insights_bw .statistics_advantage_JD:hover span {
    color: rgb(163,164,162);
    transform: translateX(5px);
}.data_insights_bw .statistics_advantage_JD p {
    -webkit-background-clip: text !important;
    font-size: calc(19px * 1.5);
    margin: 0;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    position: relative;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: rgb(163,164,162);
}.data_insights_bw .statistics_advantage_JD:hover p {
    transform: scale(1.1);
}.data_insights_bw .statistics_advantage_JD p::after {
    position: absolute;
    opacity: 0.8;
    right: -15px;
    font-size: calc(14px * 0.9);
    content: "+";
    top: -5px;
}.data_insights_bw .statistics_advantage_JD:nth-child(2n) {
    border-left: none;
    border-right: 3px solid rgb(121,122,121);
}.data_insights_bw .statistics_advantage_JD:nth-child(3n+1) p {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    -webkit-background-clip: text !important;
}.data_insights_bw .statistics_advantage_JD:nth-child(3n+2) p {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(121,122,121), #6a9cff);
    -webkit-background-clip: text !important;
}.data_insights_bw .statistics_advantage_JD:nth-child(3n) p {
    background: linear-gradient(90deg, #6a9cff, rgb(163,164,162));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lineExpand {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}


.data_insights_bw .statistics_advantage_JD:nth-child(1) {
    --i: 1;
}.data_insights_bw .statistics_advantage_JD:nth-child(2) {
    --i: 2;
}.data_insights_bw .statistics_advantage_JD:nth-child(3) {
    --i: 3;
}.data_insights_bw .statistics_advantage_JD:nth-child(4) {
    --i: 4;
}.data_insights_bw .statistics_advantage_JD:nth-child(5) {
    --i: 5;
}.data_insights_bw .statistics_advantage_JD:nth-child(6) {
    --i: 6;
}.data_insights_bw .statistics_advantage_JD:nth-child(7) {
    --i: 7;
}


@media (max-width: 1200px) {.data_insights_bw ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}.data_insights_bw h3 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 992px) {.data_insights_bw {
    padding: 5rem 1rem;
}.data_insights_bw ul {
    grid-template-columns: repeat(2, 1fr);
}.data_insights_bw .statistics_advantage_JD {
    padding: 1.75rem 1.25rem;
}.data_insights_bw .statistics_advantage_JD p {
    font-size: calc(19px * 1.3);
}
}

@media (max-width: 768px) {.data_insights_bw {
    padding: 4rem 1rem;
}.data_insights_bw h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 3rem;
}.data_insights_bw ul {
    gap: 1.25rem;
}
}

@media (max-width: 576px) {.data_insights_bw {
    padding: 3.5rem 1rem;
}.data_insights_bw ul {
    grid-template-columns: 1fr;
}.data_insights_bw .statistics_advantage_JD {
    padding: 1.5rem 1.25rem;
}.data_insights_bw h3::after {
    width: 60px;
}}.welcome_section_Qt {
    background: linear-gradient(135deg, #000000 0%, rgb(163,164,162) 75%, rgb(121,122,121) 100%);
    align-items: center;
    padding: 2rem;
    display: flex;
    position: relative;
    min-height: 100vh;
    justify-content: center;
    overflow: hidden;
}.welcome_section_Qt::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
}.welcome_section_Qt::after {
    content: "";
    animation: rotate 120s linear infinite;
    background: radial-gradient(circle at center, rgb(163,164,162,0.5) 0%, transparent 60%);
    z-index: 0;
    left: -50%;
    top: -50%;
    height: 200%;
    position: absolute;
    width: 200%;
    opacity: 0.4;
}.welcome_section_Qt .edu_skill_I5 {
    z-index: 2;
    transform: translateY(0);
    animation: fadeIn 1.2s ease-out forwards;
    position: relative;
    width: 100%;
    max-width: 1200px;
}.welcome_section_Qt .edu_skill_I5 > div {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.welcome_section_Qt .edu_skill_I5 > div > div:first-child {
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
    border-left: 4px solid rgb(121,122,121);
    position: relative;
    backdrop-filter: blur(12px);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.welcome_section_Qt h3 {
    font-weight: 600;
    font-size: calc(19px * 1.1);
    animation: slideUp 0.8s ease-out 0.2s both;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    margin: 0;
    letter-spacing: 0.02em;
    color: #ffffff;
}.welcome_section_Qt .path_impact_VG {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
    height: 380px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(-2deg);
    position: relative;
}.welcome_section_Qt .path_impact_VG::before {
    background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.6) 60%,
    rgba(0, 0, 0, 0.8) 100%
  );
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}.welcome_section_Qt .path_impact_VG > div {
    display: flex;
    padding: 2.5rem;
    height: 100%;
    position: relative;
    z-index: 2;
    justify-content: flex-end;
    flex-direction: column;
}.welcome_section_Qt .path_impact_VG p {
    max-width: 90%;
    font-size: calc(13px * 1.2);
    font-weight: 400;
    padding-left: 1rem;
    letter-spacing: 0.01em;
    line-height: 1.6;
    border-left: 3px solid rgb(121,122,121);
    color: #ffffff;
    margin-bottom: 1rem;
    animation: slideRight 0.7s ease-out 0.5s both;
}.welcome_section_Qt .title_style_header {
    padding-bottom: 0.5rem;
    margin: 0.5rem 0 0;
    letter-spacing: 0.03em;
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    max-width: 95%;
    line-height: 1.1;
    animation: slideUp 0.8s ease-out 0.7s both;
    position: relative;
}.welcome_section_Qt .title_style_header::after {
    width: 80px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    animation: expandWidth 1.2s ease-out 1s forwards;
    background: linear-gradient(90deg, rgb(121,122,121), transparent);
    height: 4px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {.welcome_section_Qt .edu_skill_I5 > div {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 3rem;
}.welcome_section_Qt h3 {
    font-size: 19px;
}.welcome_section_Qt .path_impact_VG {
    height: 420px;
}.welcome_section_Qt .title_style_header {
    font-size: calc(45px * 1.1);
}
}

@media (min-width: 992px) {.welcome_section_Qt {
    padding: 3rem;
}.welcome_section_Qt .edu_skill_I5 > div {
    grid-template-columns: 0.35fr 0.65fr;
    gap: 4rem;
}.welcome_section_Qt .edu_skill_I5 > div > div:first-child {
    padding: 2.5rem;
}.welcome_section_Qt h3 {
    font-size: calc(19px * 1.1);
}.welcome_section_Qt .path_impact_VG {
    height: 450px;
}.welcome_section_Qt .path_impact_VG > div {
    padding: 3rem;
}.welcome_section_Qt .path_impact_VG p {
    max-width: 80%;
    font-size: calc(13px * 1.3);
}.welcome_section_Qt .title_style_header {
    font-size: calc(45px * 1.2);
    max-width: 90%;
}.welcome_section_Qt .title_style_header::after {
    width: 100px;
}
  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 100px;
    }
  }
}

@media (max-width: 767px) {.welcome_section_Qt {
    padding: 1.5rem;
}.welcome_section_Qt .edu_skill_I5 > div {
    gap: 2rem;
}.welcome_section_Qt .edu_skill_I5 > div > div:first-child {
    padding: 1.5rem;
}.welcome_section_Qt h3 {
    font-size: calc(19px * 0.9);
}.welcome_section_Qt .path_impact_VG {
    height: 320px;
}.welcome_section_Qt .path_impact_VG > div {
    padding: 1.5rem;
}.welcome_section_Qt .path_impact_VG p {
    max-width: 100%;
    font-size: 13px;
}.welcome_section_Qt .title_style_header {
    max-width: 100%;
    font-size: calc(45px * 0.9);
}}.prospective_members_61 {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.prospective_members_61::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(163,164,162,0.5) 0,
        rgb(163,164,162,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    opacity: 0.03;
}.prospective_members_61 .quick_training_01 {
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    z-index: 10;
    max-width: 1100px;
    text-align: center;
}.prospective_members_61 h3 {
    font-size: 29px;
    padding: 0 30px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
}.prospective_members_61 h3::before,
.prospective_members_61 h3::after {
    position: absolute;
    width: 15px;
    background-color: rgb(163,164,162,0.5);
    top: 50%;
    height: 15px;
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
}.prospective_members_61 h3::before {
    left: 0;
}.prospective_members_61 h3::after {
    right: 0;
}.prospective_members_61 ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    list-style: none;
    gap: 25px;
    flex-wrap: wrap;
}.prospective_members_61 ul li {
    align-items: center;
    gap: 20px;
    position: relative;
    width: calc(33.333% - 17px);
    padding: 35px 25px;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 12px;
    z-index: 1;
    text-align: left;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    min-width: 280px;
    background-color: #ffffff;
}.prospective_members_61 ul li::before {
    height: 100%;
    top: 0;
    opacity: 0;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(200,198,184) 100%);
    left: 0;
    position: absolute;
    border-radius: 12px;
    z-index: -1;
    width: 100%;
    content: '';
    transition: opacity 0.4s ease;
}.prospective_members_61 ul li:hover {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-7px) scale(1.03);
}.prospective_members_61 ul li:hover::before {
    opacity: 1;
}.prospective_members_61 ul li svg {
    position: relative;
    height: 45px;
    flex-shrink: 0;
    transition: all 0.4s ease;
    width: 45px;
}.prospective_members_61 ul li:hover svg {
    transform: scale(1.1);
}.prospective_members_61 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(163,164,162);
}.prospective_members_61 ul li:hover svg path {
    fill: rgb(121,122,121);
}.prospective_members_61 ul li::after {
    bottom: 15px;
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0.5;
    height: 10px;
    content: '';
    width: 10px;
    right: 15px;
    border-radius: 50%;
    background-color: rgb(163,164,162,0.5);
}.prospective_members_61 ul li:hover::after {
    background-color: rgb(121,122,121,0.5);
    transform: scale(1.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_members_61 ul li {
    opacity: 0;
    animation: slideUp 0.5s ease forwards;
}.prospective_members_61 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_members_61 ul li:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_members_61 ul li:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_members_61 ul li:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_members_61 ul li:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_members_61 ul li:nth-child(6) {
    animation-delay: 0.6s;
}.prospective_members_61 ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(163,164,162,0.5), 0.1);
}.prospective_members_61 ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(121,122,121,0.5), 0.1);
}

@media (max-width: 992px) {.prospective_members_61 {
    padding: 70px 0;
}.prospective_members_61 h3 {
    margin-bottom: 40px;
}.prospective_members_61 ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.prospective_members_61 ul {
    gap: 20px;
}.prospective_members_61 ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.prospective_members_61 {
    padding: 50px 0;
}.prospective_members_61 h3 {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: calc(29px * 0.85);
}.prospective_members_61 h3::before,
    .prospective_members_61 h3::after {
    height: 10px;
    width: 10px;
}.prospective_members_61 ul li {
    gap: 15px;
    padding: 20px 15px;
}.prospective_members_61 ul li svg {
    width: 35px;
    height: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective_members_61 ul li {
    animation: none;
    opacity: 1;
}.prospective_members_61 ul li:hover {
    transform: none;
}.prospective_members_61 ul li:hover svg {
    transform: none;
}}header {
    z-index: 100;
    position: relative;
    padding: 1.2rem 0;
    background: rgb(200,198,184);
}header::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    content: '';
    background: linear-gradient(135deg, 
        rgb(163,164,162,0.5) 0%, 
        transparent 50%, 
        rgb(121,122,121,0.5) 100%);
    position: absolute;
}header .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}header .top_mentor_Ps {
    background: #ffffff;
    align-items: center;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    gap: 1rem;
    flex-direction: column;
    border-radius: 23px;
    padding: 1rem;
}header .top_class_fO {
    margin-bottom: 0.5rem;
    position: relative;
    padding: 0.5rem 1rem;
    text-decoration: none;
    justify-content: center;
    display: flex;
}header .top_class_fO::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(163,164,162,0.5), 
        rgb(121,122,121,0.5), 
        rgb(163,164,162,0.5), 
        transparent);
    left: 0;
    content: '';
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 1px;
}header .top_class_fO svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .top_class_fO:hover svg {
    filter: drop-shadow(0 2px 4px rgb(163,164,162,0.5));
    transform: translateY(-2px);
}header .nav_primary_DW {
    background: rgb(200,198,184);
    justify-content: center;
    gap: 0.4rem;
    display: flex;
    border-radius: 10px;
    flex-wrap: wrap;
    padding: 0.6rem;
    width: 100%;
}header .main_guide_5T {
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    z-index: 1;
}header .main_guide_5T::before {
    width: 100%;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(163,164,162), rgb(121,122,121));
    left: 0;
    z-index: -1;
}header .main_guide_5T:hover {
    color: #ffffff;
}header .main_guide_5T:hover::before {
    opacity: 1;
}header .main_guide_5T::after {
    height: 2px;
    background: linear-gradient(to right, rgb(163,164,162), rgb(121,122,121));
    position: absolute;
    transform-origin: left;
    content: '';
    bottom: 0;
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    transform: scaleX(0);
}header .main_guide_5T:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top_mentor_Ps {
    padding: 0.8rem;
    gap: 0.8rem;
}header .top_class_fO svg {
    width: 140px;
}header .nav_primary_DW {
    padding: 0.5rem;
}header .main_guide_5T {
    font-size: calc(14px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .top_mentor_Ps {
    gap: 0.7rem;
    padding: 0.7rem;
}header .top_class_fO svg {
    width: 120px;
}header .nav_primary_DW {
    padding: 0.4rem;
    gap: 0.3rem;
}header .main_guide_5T {
    font-size: calc(14px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .top_mentor_Ps {
    padding: 0.6rem;
    gap: 0.6rem;
}header .top_class_fO svg {
    width: 110px;
}header .nav_primary_DW {
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .nav_primary_DW::-webkit-scrollbar {
    height: 2px;
}header .nav_primary_DW::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(163,164,162);
}header .main_guide_5T {
    flex-shrink: 0;
    white-space: nowrap;
}}.course_instructor_OK {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(200,198,184) 0%, #000000 100%);
    min-height: 700px;
}.course_instructor_OK::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    animation: gridFlow 20s linear infinite;
    width: 100%;
    background-size: 150px 150px;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(163,164,162,0.5) 85%, rgb(163,164,162,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(121,122,121,0.5) 85%, rgb(121,122,121,0.5) 88%, transparent 88%);
    opacity: 0.1;
    height: 100%;
    z-index: 1;
}.course_instructor_OK .container {
    max-width: 1300px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.course_instructor_OK .review_testimonials_KI {
    gap: 20px 30px;
    display: grid;
    grid-template-rows: auto auto 1fr;
    min-height: 580px;
    grid-template-columns: 45% 1fr;
    position: relative;
    background: transparent;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
}.course_instructor_OK .review_testimonials_KI::before {
    height: 90%;
    background: linear-gradient(90deg, rgb(163,164,162,0.5) 0%, transparent 50%);
    position: absolute;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 18px;
    filter: blur(40px);
    opacity: 0.3;
    right: 0;
    left: 0;
    z-index: -1;
    content: "";
}.course_instructor_OK .review_testimonials_KI::after {
    position: absolute;
    content: "";
    border-radius: 18px;
    backdrop-filter: blur(15px);
    z-index: -2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
}.course_instructor_OK .pic_stack_sp {
    height: 100%;
    filter: contrast(1.1) brightness(1.05);
    grid-area: photo;
    overflow: hidden;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
    position: relative;
    border-radius: 18px 0 0 18px;
    z-index: 2;
}.course_instructor_OK .review_testimonials_KI:hover .pic_stack_sp {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.course_instructor_OK .pic_stack_sp::before {
    background: rgb(163,164,162);
    animation: pulseOpacity 3s ease-in-out infinite;
    width: 10px;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    content: "";
    opacity: 0.7;
    left: 0;
}.course_instructor_OK .name {
    z-index: 3;
    margin-top: 80px;
    transform: translateX(0);
    position: relative;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: name;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    align-self: end;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 33px;
}.course_instructor_OK .review_testimonials_KI:hover .name {
    transform: translateX(15px);
}.course_instructor_OK .name::after {
    left: 0;
    position: absolute;
    transition: width 0.5s ease;
    bottom: 0;
    height: 2px;
    width: 0;
    background: rgb(163,164,162);
    content: "";
}.course_instructor_OK .review_testimonials_KI:hover .name::after {
    width: 60%;
}.course_instructor_OK .review_testimonials_KI span:not(.name) {
    display: inline-block;
    color: rgb(121,122,121);
    position: relative;
    border-radius: 10px;
    grid-area: job;
    z-index: 3;
    backdrop-filter: blur(5px);
    padding: 0.6rem 1.2rem;
    background: rgba(0, 0, 0, 0.2);
    align-self: start;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    font-size: 20px;
    font-weight: 600;
}.course_instructor_OK .review_testimonials_KI:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.course_instructor_OK .job_achievements_R7 {
    border-left: 4px solid rgb(121,122,121);
    z-index: 2;
    line-height: 1.8;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    align-self: start;
    margin-right: 0;
    border-radius: 18px;
    color: #ffffff;
    width: 95%;
    padding: 2rem;
    font-size: 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-area: quote;
    position: relative;
}.course_instructor_OK .review_testimonials_KI:hover .job_achievements_R7 {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.course_instructor_OK .container::after {
    width: 300px;
    height: 300px;
    filter: blur(70px);
    bottom: -150px;
    z-index: -1;
    right: -150px;
    content: "";
    opacity: 0.3;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(121,122,121,0.5) 0%, transparent 70%);
    position: absolute;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.course_instructor_OK .review_testimonials_KI {
    grid-template-columns: 1fr;
    grid-template-areas:
            "pic_stack_sp"
            "name"
            "exp_achievements_xd"
            "job_achievements_R7";
    grid-template-rows: auto auto auto auto;
    gap: 20px;
}.course_instructor_OK .pic_stack_sp {
    border-radius: 18px 18px 0 0;
    height: 350px;
}.course_instructor_OK .pic_stack_sp::before {
    width: 100%;
    height: 10px;
}.course_instructor_OK .name {
    margin-top: 0;
    text-align: center;
}.course_instructor_OK .name::after {
    transform: translateX(-50%);
    left: 50%;
}.course_instructor_OK .review_testimonials_KI:hover .name {
    transform: translateY(-5px);
}.course_instructor_OK .review_testimonials_KI span:not(.name) {
    margin: 0 auto;
}.course_instructor_OK .review_testimonials_KI:hover span:not(.name) {
    transform: translateY(-5px);
}.course_instructor_OK .job_achievements_R7 {
    width: 90%;
    border-left: none;
    border-top: 4px solid rgb(121,122,121);
    margin: 0 auto;
}.course_instructor_OK .review_testimonials_KI:hover .job_achievements_R7 {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.course_instructor_OK {
    padding: 5rem 0;
}.course_instructor_OK .pic_stack_sp {
    height: 250px;
}.course_instructor_OK .name {
    font-size: 20px;
}.course_instructor_OK .review_testimonials_KI span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 18px;
}.course_instructor_OK .job_achievements_R7 {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    width: 95%;
    padding: 1.5rem;
}}.company_info_0M {
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.company_info_0M::before {
    top: 0;
    background: linear-gradient(135deg, 
        rgba(15, 23, 42, 0.85) 0%,
        rgba(30, 58, 138, 0.75) 50%,
        rgba(15, 23, 42, 0.85) 100%);
    position: absolute;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(5px) saturate(120%);
    width: 100%;
    content: "";
    left: 0;
}.company_info_0M::after {
    height: 100%;
    position: absolute;
    content: "";
    z-index: 2;
    width: 100%;
    right: -50%;
    background: radial-gradient(circle, 
        rgb(163,164,162,0.5) 0%, 
        transparent 70%);
    animation: orbitGlow 15s infinite linear;
    top: -50%;
}.company_info_0M .container {
    margin: 0 auto;
    padding: 0 30px;
    z-index: 3;
    position: relative;
    max-width: 1200px;
}.company_info_0M .desc_block_G5 {
    margin: 0 auto;
    backdrop-filter: blur(8px);
    max-width: 950px;
    border-left: 4px solid rgb(163,164,162);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 100%, 
        2% 100%
    );
    position: relative;
    padding: 45px 50px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to right, 
        rgba(30, 41, 59, 0.6), 
        rgba(30, 41, 59, 0.8));
    transform: perspective(1000px) rotateY(-2deg);
}.company_info_0M .desc_block_G5:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.company_info_0M .desc_block_G5 > div:first-child {
    position: relative;
    margin-bottom: 15px;
}.company_info_0M .desc_block_G5 > div:first-child::before {
    position: absolute;
    content: "";
    left: -35px;
    top: -25px;
    height: 60px;
    z-index: -1;
    animation: pulsate 4s infinite ease-in-out;
    border: 2px solid rgb(163,164,162,0.5);
    width: 60px;
    border-radius: 50%;
}.company_info_0M .desc_block_G5 > div:first-child::after {
    background: linear-gradient(to right, rgb(163,164,162), transparent);
    height: 2px;
    width: 100px;
    left: 0;
    content: "";
    bottom: -8px;
    position: absolute;
}.company_info_0M h5 {
    letter-spacing: 2px;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    color: rgb(163,164,162);
    display: inline-block;
}.company_info_0M h5::after {
    height: 30px;
    right: -40px;
    position: absolute;
    width: 30px;
    top: -15px;
    z-index: -1;
    border: 2px solid rgb(121,122,121,0.5);
    content: "";
    animation: orbit 10s infinite linear;
    border-radius: 50%;
}.company_info_0M p {
    font-weight: 600;
    font-size: calc(14px * 1.2);
    color: #ffffff;
    margin: 0 0 20px;
}.company_info_0M p b {
    font-weight: 700;
    -webkit-background-clip: text !important;
    color: transparent;
    background-clip: text !important;
    background: linear-gradient(120deg, #ffffff, rgb(121,122,121));
    display: inline-block;
    font-size: calc(21px * 1.1);
    position: relative;
}.company_info_0M p b::after {
    bottom: -5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(163,164,162), transparent);
    content: "";
    left: 0;
    height: 2px;
    width: 100%;
}.company_info_0M ol {
    list-style: none;
    margin: 0;
    position: relative;
    counter-reset: custom-counter;
    padding: 0;
}.company_info_0M li {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    position: relative;
    font-size: 14px;
    color: #ffffff;
}.company_info_0M li::before {
    display: none;
}.company_info_0M li::after {
    transform: scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -20px;
    position: absolute;
    top: 12px;
    opacity: 0;
    transition: all 0.3s ease;
    content: "";
    background-color: rgb(163,164,162);
}.company_info_0M .desc_block_G5:hover li::after {
    transform: scale(1);
    opacity: 1;
}

@keyframes pulsate {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 0.3; }
}

@keyframes orbit {
    from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

@keyframes orbitGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 992px) {.company_info_0M {
    padding: 80px 0;
}.company_info_0M .desc_block_G5 {
    padding: 35px 30px;
    transform: perspective(800px) rotateY(-1deg);
}.company_info_0M h5 {
    font-size: calc(19px * 0.9);
}.company_info_0M p {
    font-size: 14px;
}.company_info_0M p b {
    font-size: 21px;
}
}

@media (max-width: 768px) {.company_info_0M {
    padding: 60px 0;
}.company_info_0M .desc_block_G5 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 100%, 
            3% 100%
        );
    padding: 25px 20px;
    transform: none;
}.company_info_0M .desc_block_G5 > div:first-child::before {
    width: 40px;
    top: -15px;
    height: 40px;
    left: -10px;
}.company_info_0M h5::after {
    width: 20px;
    right: -25px;
    height: 20px;
    top: -10px;
}.company_info_0M h5 {
    letter-spacing: 1px;
}.company_info_0M li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.company_info_0M {
    padding: 50px 0;
}.company_info_0M .container {
    padding: 0 15px;
}.company_info_0M .desc_block_G5 {
    padding: 20px 15px;
    border-left-width: 3px;
}.company_info_0M h5 {
    font-size: calc(19px * 0.85);
}.company_info_0M p b {
    font-size: calc(21px * 0.9);
}.company_info_0M li {
    line-height: 1.5;
    font-size: calc(14px * 0.85);
}.company_info_0M .desc_block_G5 > div:first-child::after {
    width: 70px;
}}.plan_showcase_vT {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}.plan_showcase_vT::before {
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
}.plan_showcase_vT .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.plan_showcase_vT .learning_fee_Kr {
    position: relative;
}.plan_showcase_vT h2 {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-size: 36px;
    transform: translateZ(0);
}.plan_showcase_vT h2::after {
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    height: 4px;
    bottom: -12px;
    left: 50%;
}.plan_showcase_vT .qtr_cost_k7 {
    font-size: calc(15px + 2px);
    opacity: 0.9;
    margin: 0 auto 60px;
    color: #ffffff;
    font-weight: 300;
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
}.plan_showcase_vT .pricing_schemes_KH {
    gap: 30px;
    list-style: none;
    padding: 0;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.plan_showcase_vT .pricing_schemes_KH li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan_showcase_vT .pricing_schemes_KH li:hover {
    z-index: 2;
    transform: translateY(-15px);
}.plan_showcase_vT .value_rates_Pj {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    background-color: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: block;
    transition: all 0.4s ease;
    text-decoration: none;
    isolation: isolate;
    height: 100%;
    position: relative;
}.plan_showcase_vT .value_rates_Pj::before {
    background: linear-gradient(90deg, rgb(163,164,162), rgb(121,122,121));
    left: 0;
    transform-origin: 0 0;
    height: 4px;
    right: 0;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
}.plan_showcase_vT .value_rates_Pj:hover::before {
    transform: scaleX(1);
}.plan_showcase_vT .value_rates_Pj::after {
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
    bottom: 0;
    background: linear-gradient(to top, rgba(rgb(163,164,162,0.5), 0.05), transparent);
    position: absolute;
    height: 50%;
}.plan_showcase_vT .pro_fees_30 {
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    padding: 35px 30px;
}.plan_showcase_vT .discount_plan_Ns {
    flex-direction: column;
    display: flex;
    flex: 1;
}.plan_showcase_vT .discount_plan_Ns h4 {
    position: relative;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease;
    font-size: calc(23px + 2px);
    padding-bottom: 15px;
    color: #ffffff;
}.plan_showcase_vT .discount_plan_Ns h4::after {
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(121,122,121);
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
    width: 40px;
}.plan_showcase_vT .value_rates_Pj:hover .discount_plan_Ns h4::after {
    width: 60px;
}.plan_showcase_vT .discount_plan_Ns p {
    overflow-wrap: break-word;
    flex: 1;
    line-height: 1.6;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    hyphens: auto;
    margin: 0 0 30px;
    font-size: 15px;
}.plan_showcase_vT .bundle_rate_Qd {
    align-self: flex-start;
    border-radius: 10px;
    display: block;
    margin-top: auto;
    transition: all 0.3s ease;
    padding: 10px 20px;
    color: rgb(163,164,162);
    font-size: calc(23px + 4px);
    letter-spacing: 0.5px;
    background: rgba(rgb(163,164,162,0.5), 0.1);
    font-weight: 700;
    position: relative;
}.plan_showcase_vT .value_rates_Pj:hover .bundle_rate_Qd {
    background: rgba(rgb(163,164,162,0.5), 0.2);
    transform: scale(1.05);
}

@media (min-width: 1200px) {.plan_showcase_vT .pricing_schemes_KH {
    grid-template-columns: repeat(4, 1fr);
}.plan_showcase_vT .pro_fees_30 {
    padding: 40px 35px;
}.plan_showcase_vT h2 {
    font-size: calc(36px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.plan_showcase_vT .pricing_schemes_KH {
    grid-template-columns: repeat(3, 1fr);
}.plan_showcase_vT .pro_fees_30 {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.plan_showcase_vT .pricing_schemes_KH {
    grid-template-columns: repeat(2, 1fr);
}.plan_showcase_vT .discount_plan_Ns p {
    margin-bottom: 25px;
    font-size: calc(15px - 1px);
}.plan_showcase_vT .pro_fees_30 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.plan_showcase_vT {
    padding: 70px 0;
}.plan_showcase_vT .pricing_schemes_KH {
    grid-template-columns: 1fr;
    gap: 20px;
}.plan_showcase_vT h2 {
    font-size: calc(36px - 2px);
}.plan_showcase_vT .qtr_cost_k7 {
    font-size: 15px;
    margin-bottom: 40px;
}.plan_showcase_vT .discount_plan_Ns h4 {
    font-size: 23px;
}.plan_showcase_vT .discount_plan_Ns p {
    font-size: calc(15px - 1px);
    margin-bottom: 20px;
}.plan_showcase_vT .bundle_rate_Qd {
    font-size: calc(23px + 2px);
}.plan_showcase_vT .pro_fees_30 {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.plan_showcase_vT {
    padding: 50px 0;
}.plan_showcase_vT .pro_fees_30 {
    padding: 25px 20px;
}.plan_showcase_vT h2::after {
    width: 60px;
    height: 3px;
}.plan_showcase_vT .bundle_rate_Qd {
    padding: 8px 16px;
}}.newsletter_signup_tA {
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
    perspective: 1000px;
    background: rgb(200,198,184);
}.newsletter_signup_tA::before {
    opacity: 0.2;
    background-size: 60px 60px;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: 
        linear-gradient(30deg, transparent 49%, rgb(163,164,162,0.5) 49%, rgb(163,164,162,0.5) 51%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgb(121,122,121,0.5) 49%, rgb(121,122,121,0.5) 51%, transparent 51%);
    width: 100%;
    left: 0;
}.newsletter_signup_tA .quick_training_01 {
    justify-content: center;
    max-width: 1200px;
    position: relative;
    display: flex;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
}.newsletter_signup_tA .reach_card_D3 {
    box-shadow: 
        30px 30px 0px rgb(163,164,162,0.5),
        -30px -30px 0px rgb(121,122,121,0.5);
    transition: transform 0.5s ease;
    padding: 3.5rem 3rem;
    transform: rotateX(5deg) rotateY(-15deg) rotateZ(0deg);
    width: 70%;
    position: relative;
    background: #ffffff;
}.newsletter_signup_tA .reach_card_D3:hover {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}.newsletter_signup_tA h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    transform: translateZ(20px);
    margin-bottom: 2.5rem;
    border-left: 5px solid rgb(163,164,162);
    padding-left: 1.5rem;
}.newsletter_signup_tA .input_holder {
    flex-direction: column;
    display: flex;
    gap: 2rem;
    transform: translateZ(30px);
}.newsletter_signup_tA input[type="email"] {
    background: #ffffff;
    padding: 1.2rem 1.5rem;
    border: 2px solid rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    transform: skewY(0deg);
    font-family: Arial, sans-serif;
    color: #000000;
    transform-origin: left center;
    font-size: 16px;
}.newsletter_signup_tA input[type="email"]:focus {
    outline: none;
    transform: skewY(-2deg);
    box-shadow: 10px 10px 0px rgb(121,122,121,0.5);
    border-color: rgb(163,164,162);
}.newsletter_signup_tA input[type="submit"] {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: rgb(163,164,162);
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transform: skewY(0deg);
    align-self: flex-end;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    font-size: 14px;
    transform-origin: right center;
    cursor: pointer;
}.newsletter_signup_tA input[type="submit"]:hover {
    box-shadow: -10px 10px 0px rgb(163,164,162,0.5);
    transform: skewY(2deg);
    background: rgb(121,122,121);
}.newsletter_signup_tA .reach_card_D3::before {
    height: 100px;
    position: absolute;
    right: -50px;
    top: -50px;
    width: 100px;
    content: "";
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    background: rgb(121,122,121);
    opacity: 0.2;
}.newsletter_signup_tA .reach_card_D3::after {
    height: 100px;
    left: -50px;
    opacity: 0.2;
    content: "";
    background: rgb(163,164,162);
    position: absolute;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    width: 100px;
    bottom: -50px;
}.newsletter_signup_tA .input_holder::before {
    top: 20%;
    position: absolute;
    height: 50px;
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    right: -25px;
    width: 50px;
    opacity: 0.3;
    border: 2px solid rgb(121,122,121);
    content: "";
    animation: float 6s ease-in-out infinite;
}.newsletter_signup_tA .input_holder::after {
    position: absolute;
    content: "";
    bottom: 20%;
    height: 50px;
    width: 50px;
    border: 2px solid rgb(163,164,162);
    transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg);
    left: -25px;
    opacity: 0.3;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(0);
    }
    50% {
        transform: rotateX(45deg) rotateY(15deg) rotateZ(45deg) translateY(-20px);
    }
}

@media (max-width: 992px) {.newsletter_signup_tA .reach_card_D3 {
    transform: rotateX(3deg) rotateY(-10deg) rotateZ(0deg);
    box-shadow: 
            20px 20px 0px rgb(163,164,162,0.5),
            -20px -20px 0px rgb(121,122,121,0.5);
    width: 85%;
}
}

@media (max-width: 768px) {.newsletter_signup_tA {
    padding: 4rem 1.5rem;
}.newsletter_signup_tA .reach_card_D3 {
    padding: 2.5rem 2rem;
    transform: none;
    box-shadow: 
            10px 10px 0px rgb(163,164,162,0.5),
            -10px -10px 0px rgb(121,122,121,0.5);
    width: 100%;
}.newsletter_signup_tA h3 {
    font-size: calc(24px * 0.9);
    transform: none;
}.newsletter_signup_tA .input_holder {
    transform: none;
}.newsletter_signup_tA .reach_card_D3::before,
    .newsletter_signup_tA .reach_card_D3::after,
    .newsletter_signup_tA .input_holder::before,
    .newsletter_signup_tA .input_holder::after {
    display: none;
}
}

@media (max-width: 480px) {.newsletter_signup_tA {
    padding: 3rem 1rem;
}.newsletter_signup_tA .reach_card_D3 {
    box-shadow: 
            5px 5px 0px rgb(163,164,162,0.5),
            -5px -5px 0px rgb(121,122,121,0.5);
    padding: 2rem 1.5rem;
}.newsletter_signup_tA h3 {
    padding-left: 1rem;
    font-size: calc(24px * 0.8);
    margin-bottom: 2rem;
}.newsletter_signup_tA input[type="email"] {
    padding: 1rem;
}.newsletter_signup_tA input[type="submit"] {
    align-self: stretch;
    padding: 0.8rem 1.5rem;
}}.appNote_49 {
    background: linear-gradient(135deg, rgb(200,198,184) 0%, rgb(121,122,121,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.appNote_49::before {
    height: 100%;
    width: 100%;
    opacity: 0.7;
    content: "";
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(163,164,162,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 1;
    animation: pulse 8s infinite alternate ease-in-out;
}.appNote_49::after {
    opacity: 0.3;
    content: "";
    height: 40%;
    position: absolute;
    background: linear-gradient(225deg, rgb(121,122,121) 0%, transparent 80%);
    filter: blur(50px);
    z-index: 0;
    transform: rotate(15deg);
    bottom: -10%;
    width: 40%;
    right: -5%;
}.appNote_49 .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.appNote_49 .quick_training_01 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    display: flex;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 50px;
    position: relative;
    gap: 30px;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
}.appNote_49 .quick_training_01:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.appNote_49 .quick_training_01::before {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(163,164,162) 0%, 
        rgb(121,122,121) 50%, 
        rgb(163,164,162) 100%);
    width: 100%;
    content: "";
    height: 4px;
    animation: gradientMove 6s linear infinite;
    top: -2px;
    background-size: 200% 100%;
    left: 0;
}.appNote_49 .quick_training_01 > div:first-child {
    padding-bottom: 20px;
    position: relative;
}.appNote_49 .quick_training_01 > div:first-child::after {
    height: 3px;
    animation: lineExtend 1.5s ease-out forwards;
    content: "";
    position: absolute;
    left: 0;
    background-color: rgb(163,164,162);
    width: 80px;
    transform-origin: left;
    bottom: 0;
}.appNote_49 h5 {
    line-height: 1.4;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: relative;
    font-weight: 700;
    color: #000000;
    margin: 0;
    transform: translateY(10px);
    font-size: 22px;
}.appNote_49 .quick_training_01 > div:last-child {
    position: relative;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
}.appNote_49 a {
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
    display: block;
}.appNote_49 a:hover {
    transform: translateX(5px);
}.appNote_49 a::before {
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    position: absolute;
    top: 0;
    content: "";
    left: -20px;
    height: 0;
    background-color: rgb(121,122,121);
}.appNote_49 a:hover::before {
    height: 100%;
}.appNote_49 p {
    font-size: 14px;
    color: #000000;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

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

@keyframes lineExtend {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {.appNote_49 .quick_training_01 {
    gap: 40px;
    padding: 60px 70px;
}.appNote_49 h5 {
    font-size: calc(22px * 1.2);
}.appNote_49 p {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.appNote_49 {
    padding: 60px 0;
}.appNote_49 .quick_training_01 {
    gap: 25px;
    padding: 35px 25px;
}.appNote_49 .quick_training_01 > div:first-child::after {
    width: 60px;
}.appNote_49 h5 {
    font-size: calc(22px * 0.9);
}.appNote_49 a::before {
    left: -10px;
}
}

@media (max-width: 480px) {.appNote_49 {
    padding: 50px 0;
}.appNote_49 .quick_training_01 {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.appNote_49 h5 {
    font-size: calc(22px * 0.85);
}.appNote_49 p {
    font-size: calc(14px * 0.95);
}.appNote_49 .quick_training_01 > div:first-child {
    padding-bottom: 15px;
}}.course_offering_gl {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(200,198,184) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.course_offering_gl::before {
    z-index: 1;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(163,164,162,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(121,122,121,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(163,164,162,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(121,122,121,0.5) 4%, transparent 8%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    animation: backgroundPulse 15s infinite alternate;
    opacity: 0.6;
}.course_offering_gl::after {
    top: -50%;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(45deg, rgb(163,164,162,0.5) 0%, transparent 70%);
    left: -50%;
    transform: rotate(45deg);
    z-index: 0;
    animation: gradientRotate 20s infinite linear;
    height: 200%;
    content: "";
    width: 200%;
}.course_offering_gl .container {
    position: relative;
    z-index: 5;
}.course_offering_gl .quick_training_01 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(163,164,162,0.5);
    overflow: hidden;
    flex-wrap: wrap;
    border-radius: 23px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    display: flex;
    transition: all 0.5s ease;
    position: relative;
}.course_offering_gl .quick_training_01::before {
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(163,164,162,0.5) 0%, transparent 100%);
}.course_offering_gl .coding_class_Yd {
    flex: 1 1 55%;
    padding: 40px 50px;
    position: relative;
    z-index: 2;
}.course_offering_gl .main_base_1t {
    transition: transform 0.6s ease;
    display: inline-block;
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
    margin-bottom: 20px;
}.course_offering_gl .main_base_1t:hover {
    transform: perspective(1000px) rotateY(10deg);
}.course_offering_gl .main_base_1t svg {
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    width: 120px;
}.course_offering_gl .main_base_1t svg path {
    fill: rgb(163,164,162);
    transition: fill 0.3s ease;
}.course_offering_gl .main_base_1t:hover svg path {
    fill: rgb(121,122,121);
}.course_offering_gl .coding_class_Yd h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    font-weight: 700;
    font-size: 37px;
    transform-style: preserve-3d;
    margin-bottom: 25px;
    color: #ffffff;
}.course_offering_gl .coding_class_Yd h3::after {
    position: absolute;
    filter: blur(1px);
    bottom: -12px;
    border-radius: 10px;
    transform: translateZ(-5px);
    content: "";
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(163,164,162) 0%, rgb(121,122,121) 100%);
    width: 80px;
}.course_offering_gl .coding_class_Yd p {
    font-size: 14px;
    max-width: 100%;
    position: relative;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 30px;
}.course_offering_gl .pic_stack_sp {
    flex: 1 1 45%;
    position: relative;
    perspective: 1000px;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    min-height: 450px;
}.course_offering_gl .pic_stack_sp::before {
    height: 100%;
    mix-blend-mode: overlay;
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(163,164,162,0.5) 0%, transparent 70%);
    animation: overlayPulse 8s infinite alternate;
    content: "";
    left: 0;
    width: 100%;
}.course_offering_gl .pic_stack_sp::after {
    border: 1px solid #ffffff;
    top: 20px;
    transform: translateZ(20px);
    position: absolute;
    bottom: 20px;
    z-index: 2;
    content: "";
    opacity: 0.2;
    right: 20px;
    box-shadow: 0 0 30px rgb(163,164,162,0.5);
    left: 20px;
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (hover: hover) {.course_offering_gl .quick_training_01:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(163,164,162);
    transform: translateY(-5px);
}.course_offering_gl .pic_stack_sp:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}

@media screen and (max-width: 992px) {.course_offering_gl {
    padding: 60px 0;
}.course_offering_gl .coding_class_Yd {
    padding: 30px 40px;
}.course_offering_gl .pic_stack_sp {
    min-height: 380px;
}.course_offering_gl .main_base_1t svg {
    width: 100px;
}.course_offering_gl .coding_class_Yd h3 {
    font-size: calc(37px * 0.9);
}
}

@media screen and (max-width: 768px) {.course_offering_gl {
    padding: 50px 0;
}.course_offering_gl .quick_training_01 {
    flex-direction: column-reverse;
}.course_offering_gl .coding_class_Yd {
    padding: 30px 25px;
    flex: 1 1 100%;
}.course_offering_gl .pic_stack_sp {
    min-height: 300px;
    width: 100%;
    flex: 1 1 100%;
}.course_offering_gl .coding_class_Yd h3 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.8);
}.course_offering_gl .coding_class_Yd p {
    margin-bottom: 20px;
}.course_offering_gl .main_base_1t {
    margin-bottom: 15px;
}.course_offering_gl .main_base_1t svg {
    width: 90px;
}.course_offering_gl .coding_class_Yd h3::after {
    height: 2px;
    width: 60px;
    bottom: -10px;
}
}

@media screen and (max-width: 480px) {.course_offering_gl {
    padding: 40px 0;
}.course_offering_gl .pic_stack_sp {
    min-height: 250px;
}.course_offering_gl .coding_class_Yd {
    padding: 25px 20px;
}.course_offering_gl .coding_class_Yd h3 {
    font-size: calc(19px * 1.2);
}.course_offering_gl .main_base_1t svg {
    width: 80px;
}}.contact_panel_aW {
    padding: 80px 0;
    position: relative;
}.contact_panel_aW::before {
    background-color: rgba(0, 0, 0, 0.6);
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    content: "";
    z-index: 1;
    left: 0;
}.contact_panel_aW .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.contact_panel_aW .reach_card_D3 {
    border-radius: 0;
    display: grid;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    grid-template-columns: 45% 55%;
}.contact_panel_aW .reach_card_D3::before {
    top: -150px;
    width: 300px;
    content: "";
    z-index: 0;
    height: 300px;
    position: absolute;
    border-radius: 50%;
    left: -150px;
    background: rgb(163,164,162,0.5);
}.contact_panel_aW .reach_card_D3::after {
    content: "";
    position: absolute;
    width: 300px;
    z-index: 0;
    bottom: -150px;
    right: -150px;
    height: 300px;
    border-radius: 50%;
    background: rgb(121,122,121,0.5);
}.contact_panel_aW .feedback_form_IR {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    padding: 50px;
    position: relative;
}.contact_panel_aW .feedback_form_IR h3 {
    font-size: 29px;
    position: relative;
    color: rgb(163,164,162);
    font-weight: 700;
    margin-bottom: 40px;
}.contact_panel_aW .feedback_form_IR h3::after {
    content: "";
    background-color: rgb(121,122,121);
    height: 4px;
    width: 60px;
    bottom: -15px;
    position: absolute;
    left: 0;
}.contact_panel_aW .feedback_form_IR div {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}.contact_panel_aW .feedback_form_IR div:last-of-type {
    border-bottom: none;
}.contact_panel_aW .feedback_form_IR div svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.contact_panel_aW .feedback_form_IR div svg path {
    fill: rgb(163,164,162);
    transition: fill 0.3s ease;
}.contact_panel_aW .feedback_form_IR div:hover svg path {
    fill: rgb(121,122,121);
}.contact_panel_aW .feedback_form_IR div span {
    color: #000000;
    font-size: 17px;
}.contact_panel_aW .feedback_form_IR div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.contact_panel_aW .feedback_form_IR div span a:hover {
    color: rgb(163,164,162);
}.contact_panel_aW .help_block_6Y {
    z-index: 1;
    position: relative;
    padding: 50px;
    background-color: #ffffff;
}.contact_panel_aW .help_block_6Y h3 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 30px;
}.contact_panel_aW form {
    display: flex;
    flex-direction: column;
}.contact_panel_aW form input[type="text"],
.contact_panel_aW form input[type="email"] {
    border: none;
    background-color: rgb(200,198,184);
    height: 55px;
    border-radius: 10px;
    color: #000000;
    padding: 0 20px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-size: 17px;
}.contact_panel_aW form input[type="text"]:focus,
.contact_panel_aW form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(163,164,162,0.5);
}.contact_panel_aW form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_panel_aW .inquiry_reach_yT {
    margin-bottom: 25px;
    position: relative;
}.contact_panel_aW .inquiry_reach_yT input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
    position: absolute;
}.contact_panel_aW .inquiry_reach_yT label {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    display: block;
}.contact_panel_aW .inquiry_reach_yT label::before {
    top: 2px;
    transition: all 0.3s ease;
    width: 20px;
    content: "";
    border-radius: 10px;
    height: 20px;
    position: absolute;
    background-color: rgb(200,198,184);
    left: 0;
}.contact_panel_aW .inquiry_reach_yT input[type="checkbox"]:checked + label::before {
    background-color: rgb(163,164,162);
}.contact_panel_aW .inquiry_reach_yT input[type="checkbox"]:checked + label::after {
    height: 12px;
    width: 6px;
    left: 7px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    border: solid #ffffff;
    top: 3px;
    border-width: 0 2px 2px 0;
}.contact_panel_aW .inquiry_reach_yT label a {
    text-decoration: none;
    color: rgb(163,164,162);
    transition: all 0.3s ease;
}.contact_panel_aW .inquiry_reach_yT label a:hover {
    text-decoration: underline;
    color: rgb(121,122,121);
}.contact_panel_aW form .feedback_card_9a {
    cursor: pointer;
    background-color: rgb(163,164,162);
    transition: all 0.3s ease;
    color: #ffffff;
    align-self: flex-start;
    font-size: 16px;
    border: none;
    display: inline-block;
    border-radius: 10px;
    padding: 16px 30px;
    font-weight: 600;
}.contact_panel_aW form .feedback_card_9a:hover {
    background-color: rgb(121,122,121);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(163,164,162,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.contact_panel_aW .feedback_form_IR div {
    animation-delay: calc(var(--n) * 0.5s);
    animation: borderPulse 3s infinite;
}.contact_panel_aW .feedback_form_IR div:nth-child(2) {
    --n: 0;
}.contact_panel_aW .feedback_form_IR div:nth-child(3) {
    --n: 1;
}.contact_panel_aW .feedback_form_IR div:nth-child(4) {
    --n: 2;
}.contact_panel_aW .feedback_form_IR div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.contact_panel_aW .container {
    width: 90%;
}.contact_panel_aW .reach_card_D3 {
    grid-template-columns: 1fr;
}.contact_panel_aW .feedback_form_IR {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}

@media screen and (max-width: 576px) {.contact_panel_aW {
    padding: 60px 0;
}.contact_panel_aW .feedback_form_IR,
    .contact_panel_aW .help_block_6Y {
    padding: 30px 20px;
}.contact_panel_aW .feedback_form_IR h3 {
    font-size: calc(29px * 0.8);
}.contact_panel_aW form input[type="text"],
    .contact_panel_aW form input[type="email"] {
    height: 50px;
}.contact_panel_aW form .feedback_card_9a {
    padding: 14px 20px;
    width: 100%;
}}.launch_now_wb {
    background: linear-gradient(110deg, rgb(163,164,162) 55%, rgb(200,198,184) 45%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.launch_now_wb::before {
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}.launch_now_wb .quick_training_01 {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 0;
    justify-content: space-between;
    z-index: 10;
}.launch_now_wb .container p {
    width: 60%;
    margin: 0;
    z-index: 5;
    font-weight: 700;
    padding-right: 30px;
    line-height: 1.4;
    color: #ffffff;
    position: relative;
    font-size: 30px;
}.launch_now_wb .feedback_card_9a {
    height: 100px;
    z-index: 5;
    font-size: 20px;
    display: flex;
    justify-content: center;
    border-radius: 27px;
    transition: all 0.4s ease;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    width: 35%;
    background: rgb(163,164,162);
    transform: skewX(-10deg);
}.launch_now_wb .feedback_card_9a::before {
    transition: all 0.6s ease;
    left: -50px;
    position: absolute;
    width: 10px;
    content: '';
    transform: rotate(35deg) translateY(-50px);
    height: 150%;
    background: rgba(255, 255, 255, 0.3);
}.launch_now_wb .feedback_card_9a:hover {
    transform: skewX(-10deg) translateY(-8px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
    background: rgb(121,122,121);
}.launch_now_wb .feedback_card_9a:hover::before {
    left: 120%;
}.launch_now_wb .container::after {
    z-index: -1;
    animation: pulse 8s infinite alternate;
    border-radius: 50%;
    right: -50px;
    top: -50px;
    content: '';
    background: rgb(163,164,162,0.5);
    position: absolute;
    filter: blur(60px);
    width: 200px;
    height: 200px;
}.launch_now_wb .container::before {
    bottom: -50px;
    z-index: -1;
    height: 150px;
    width: 150px;
    animation: pulse 8s infinite alternate-reverse;
    background: rgb(121,122,121,0.5);
    left: -50px;
    filter: blur(50px);
    content: '';
    border-radius: 50%;
    position: absolute;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (max-width: 991px) {.launch_now_wb {
    background: linear-gradient(130deg, #000000 55%, rgb(200,198,184) 55%);
    padding: 90px 0;
}.launch_now_wb .container p {
    font-size: calc(22px * 1.3);
}.launch_now_wb .feedback_card_9a {
    height: 80px;
}
}

@media (max-width: 767px) {.launch_now_wb {
    background: #000000;
    padding: 70px 0;
}.launch_now_wb .quick_training_01 {
    gap: 30px;
    flex-direction: column;
}.launch_now_wb .container p {
    padding-right: 0;
    width: 100%;
    font-size: 22px;
    text-align: center;
}.launch_now_wb .feedback_card_9a {
    transform: skewX(0);
    width: 80%;
    height: 70px;
}.launch_now_wb .feedback_card_9a:hover {
    transform: skewX(0) translateY(-5px);
}
}

@media (max-width: 480px) {.launch_now_wb {
    padding: 50px 0;
}.launch_now_wb .container p {
    font-size: calc(18px * 1.2);
}.launch_now_wb .feedback_card_9a {
    font-size: calc(20px * 0.9);
    width: 100%;
    height: 60px;
}
}