﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    padding: 3px;
    width: 18px;
}::-webkit-scrollbar-track {
    background: rgb(162,156,161,0.5);
    border-radius: 11px;
}::-webkit-scrollbar-track:active {
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    box-shadow: 0px -4px 15px 4px rgba(0, 0, 0, 0.5);
    border: 2px ridge rgb(162,156,161);
    transition: background, box-shadow, border-radius 2.3s ease;
    background: rgb(119,113,122);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 4px 4px 0px 4px rgba(0, 0, 0, 0.4);
    border-color: rgb(162,156,161);
}::-webkit-scrollbar-corner {
    border-radius: 7px;
    background: rgb(191,190,180);
}html {
    scrollbar-color: rgb(191,190,180) #ffffff;
    scrollbar-width: none;
}.content-wrapper-l {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.assign-help-x {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1176px;
}.top-section-u {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program-structure-S {
    background: rgb(191,190,180);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.program-structure-S::before {
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(162,156,161,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
}.program-structure-S::after {
    background: linear-gradient(225deg, rgb(119,113,122) 0%, transparent 80%);
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: 1;
    transform: rotate(-15deg);
    width: 150px;
    height: 150px;
}.program-structure-S .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
}.program-structure-S .learn-business-R {
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
}.program-structure-S .pic-banner-O {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 300px;
}.program-structure-S .pic-banner-O::before {
    top: 0;
    background: linear-gradient(to right, rgb(162,156,161,0.5) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
}.program-structure-S .pic-banner-O::after {
    z-index: -1;
    transform: translate(10px, 10px);
    opacity: 0.5;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    bottom: -10px;
    content: "";
    position: absolute;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    border: 2px solid rgb(119,113,122);
}.program-structure-S .pic-banner-O:hover {
    transform: perspective(1000px) rotateX(0deg);
}.program-structure-S .pic-banner-O:hover::after {
    transform: translate(5px, 5px);
    opacity: 0.8;
}.program-structure-S .description-wrap-g {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 4px solid rgb(162,156,161);
}.program-structure-S .description-wrap-g::before {
    z-index: -1;
    transform: translate(20px, -20px);
    height: 100px;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(119,113,122,0.5) 0%, transparent 70%);
    width: 100px;
    content: "";
}.program-structure-S h3 {
    position: relative;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    color: rgb(162,156,161);
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    opacity: 0;
    font-size: calc(20px * 1.1);
}.program-structure-S h3::after {
    background: rgb(119,113,122);
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    bottom: -8px;
    left: 0;
    transform-origin: left;
    content: "";
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50px;
    height: 3px;
    transform: scaleX(0);
}.program-structure-S .description {
    padding-right: 10px;
    line-height: 1.6;
    overflow-y: auto;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 14px;
    max-height: 300px;
}.program-structure-S .description::-webkit-scrollbar {
    width: 4px;
}.program-structure-S .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.program-structure-S .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(162,156,161,0.5);
}.program-structure-S p.description {
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateY(20px);
}.program-structure-S span.description {
    display: none;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.program-structure-S {
    padding: 6rem 0;
}.program-structure-S .learn-business-R {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.program-structure-S .pic-banner-O {
    height: 400px;
}.program-structure-S h3 {
    font-size: calc(20px * 1.2);
}.program-structure-S .description-wrap-g {
    padding: 2.5rem;
}
}

@media (min-width: 992px) {.program-structure-S {
    padding: 8rem 0;
}.program-structure-S .learn-business-R {
    gap: 5rem;
}.program-structure-S .pic-banner-O {
    height: 500px;
}.program-structure-S h3 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.4);
}.program-structure-S h3::after {
    width: 70px;
}.program-structure-S .description {
    max-height: 350px;
}.program-structure-S .description-wrap-g {
    padding: 3rem;
}.program-structure-S .description-wrap-g::before {
    width: 150px;
    height: 150px;
}
}

@media (max-width: 767px) {.program-structure-S {
    padding: 4rem 0;
}.program-structure-S .container {
    padding: 0 1.5rem;
}.program-structure-S .pic-banner-O {
    height: 250px;
}.program-structure-S .description-wrap-g {
    padding: 1.5rem;
}.program-structure-S h3 {
    margin-bottom: 1.2rem;
    font-size: 20px;
}.program-structure-S .description {
    max-height: 250px;
}
}

@media (max-width: 480px) {.program-structure-S {
    padding: 3rem 0;
}.program-structure-S .pic-banner-O {
    height: 200px;
}.program-structure-S .description-wrap-g {
    padding: 1.2rem;
}.program-structure-S h3 {
    font-size: calc(20px * 0.9);
}.program-structure-S .description {
    max-height: 200px;
    font-size: calc(14px * 0.95);
}}.statistics-information-K {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,190,180) 0%, rgb(191,190,180) 65%, rgba(rgb(162,156,161), 0.08) 100%);
    position: relative;
    padding: 6rem 0;
}.statistics-information-K::before {
    width: 30vw;
    position: absolute;
    top: -10%;
    opacity: 0.6;
    right: -5%;
    transform: rotate(-15deg);
    height: 30vw;
    content: "";
    background: radial-gradient(circle, rgb(162,156,161,0.5) 0%, transparent 70%);
    z-index: 0;
    filter: blur(50px);
}.statistics-information-K::after {
    filter: blur(60px);
    bottom: -5%;
    left: -2%;
    z-index: 0;
    width: 25vw;
    opacity: 0.4;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(119,113,122,0.5) 0%, transparent 70%);
    height: 25vw;
}.statistics-information-K .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    z-index: 1;
}.statistics-information-K h4 {
    text-align: center;
    font-family: Arial, sans-serif;
    opacity: 0;
    transform: translateY(0);
    font-size: calc(24px * 1.2);
    color: #000000;
    font-weight: 700;
    margin-top: 4rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    position: relative;
}.statistics-information-K h4::before {
    background: rgb(162,156,161);
    position: absolute;
    width: 60px;
    content: "";
    height: 3px;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
}.statistics-information-K ul {
    margin: 0;
    gap: 2rem;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.statistics-information-K .statistics-perks-k {
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 0));
    --i: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
    animation: fadeIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border-left: 3px solid rgb(162,156,161);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.4s ease,
                background 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.02);
    transform: translateY(20px);
    padding: 2.5rem 1.5rem;
}.statistics-information-K .statistics-perks-k:nth-child(1) {
    --i: 1;
}.statistics-information-K .statistics-perks-k:nth-child(2) {
    --i: 2;
}.statistics-information-K .statistics-perks-k:nth-child(3) {
    --i: 3;
}.statistics-information-K .statistics-perks-k:nth-child(4) {
    --i: 4;
}.statistics-information-K .statistics-perks-k:nth-child(5) {
    --i: 5;
}.statistics-information-K .statistics-perks-k:nth-child(6) {
    --i: 6;
}.statistics-information-K .statistics-perks-k:nth-child(7) {
    --i: 7;
}.statistics-information-K .statistics-perks-k::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(rgb(162,156,161), 0.03));
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
    width: 100%;
}.statistics-information-K .statistics-perks-k:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.statistics-information-K .statistics-perks-k div {
    display: flex;
    flex-direction: column;
    z-index: 1;
    align-items: center;
    position: relative;
}.statistics-information-K .statistics-perks-k p {
    line-height: 1;
    margin: 0 0 0.75rem;
    display: inline-block;
    font-size: calc(35px * 1.2);
    position: relative;
    font-weight: 700;
    color: rgb(162,156,161);
}.statistics-information-K .statistics-perks-k p::after {
    height: 8px;
    transform: skewX(-12deg);
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(162,156,161,0.5) 0%, transparent 100%);
    z-index: -1;
    left: 0;
    bottom: 0;
    content: "";
}.statistics-information-K .statistics-perks-k span {
    max-width: 90%;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    transition: transform 0.3s ease;
    display: block;
    text-align: center;
}.statistics-information-K .statistics-perks-k:hover span {
    transform: scale(1.03);
}.statistics-information-K .statistics-perks-k:hover p {
    text-shadow: 0 0 1px rgba(rgb(162,156,161), 0.2);
}

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

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

@media (min-width: 992px) {.statistics-information-K ul {
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
}.statistics-information-K .statistics-perks-k {
    padding: 2.5rem 1rem;
}.statistics-information-K h4 {
    margin-top: 5rem;
    font-size: 35px;
}.statistics-information-K h4::before {
    height: 4px;
    width: 80px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.statistics-information-K ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}.statistics-information-K .statistics-perks-k {
    padding: 2rem 1rem;
}
}

@media (min-width: 576px) and (max-width: 767px) {.statistics-information-K ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.statistics-information-K {
    padding: 4rem 0;
}
}

@media (max-width: 575px) {.statistics-information-K ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.statistics-information-K {
    padding: 3rem 0;
}.statistics-information-K .statistics-perks-k {
    padding: 1.75rem 1rem;
}.statistics-information-K .statistics-perks-k p {
    font-size: calc(35px * 1.1);
}.statistics-information-K h4 {
    font-size: calc(24px * 1.1);
    margin-top: 3rem;
}}.contact-form-box-I {
    background: linear-gradient(135deg, rgb(191,190,180) 0%, rgb(162,156,161,0.5) 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.contact-form-box-I::before {
    animation: gradientMove 20s linear infinite;
    position: absolute;
    top: 0;
    opacity: 0.05;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(162,156,161,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(162,156,161,0.5) 50%, 
        rgb(162,156,161,0.5) 75%, 
        transparent 75%, 
        transparent);
    background-size: 60px 60px;
    width: 100%;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact-form-box-I .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.contact-form-box-I h2 {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 28px;
    color: rgb(162,156,161);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    font-family: Arial, sans-serif;
}.contact-form-box-I h2::after {
    background: rgb(162,156,161);
    bottom: -15px;
    left: 50%;
    position: absolute;
    content: "";
    height: 4px;
    width: 60px;
    transform: translateX(-50%);
}.contact-form-box-I .request-card-F {
    position: relative;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    gap: 0;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 1000px;
    display: grid;
}.contact-form-box-I .pic-banner-O {
    position: relative;
    order: 2;
    height: 100%;
    min-height: 600px;
}.contact-form-box-I .message-links-B {
    position: relative;
    background: #ffffff;
    padding: 60px;
    flex-direction: column;
    display: flex;
    order: 1;
    justify-content: center;
}.contact-form-box-I .message-links-B::before {
    width: 10px;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(162,156,161), rgb(119,113,122));
    right: 0;
    top: 0;
}.contact-form-box-I form {
    position: relative;
    width: 100%;
}.contact-form-box-I form h3 {
    font-weight: 700;
    border-bottom: 2px solid rgb(119,113,122,0.5);
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 24px;
}.contact-form-box-I form input[type="text"] {
    font-size: 13px;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    padding: 16px 20px 16px 50px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    margin-bottom: 25px;
    background: rgb(191,190,180);
    width: 100%;
    border: none;
}.contact-form-box-I form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(162,156,161);
    outline: none;
    background: #ffffff;
}.contact-form-box-I form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-form-box-I form input#name {
    position: relative;
}.contact-form-box-I form input#name::before {
    background: rgb(162,156,161);
    height: 20px;
    content: "";
    transform: translateY(-50%);
    left: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
}.contact-form-box-I .help-grid-U {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact-form-box-I .help-grid-U input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-form-box-I .help-grid-U label {
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    font-size: 12px;
    padding-left: 35px;
    position: relative;
}.contact-form-box-I .help-grid-U label::before {
    content: "";
    background: rgb(191,190,180);
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 24px;
    width: 24px;
    left: 0;
    position: absolute;
    top: 0;
}.contact-form-box-I .help-grid-U input[type="checkbox"]:checked + label::before {
    background: rgb(162,156,161);
}.contact-form-box-I .help-grid-U input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 14px;
    position: absolute;
    width: 8px;
    top: 4px;
    border-bottom: 2px solid #ffffff;
    content: "";
    left: 8px;
    border-right: 2px solid #ffffff;
}.contact-form-box-I .help-grid-U label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(162,156,161);
    position: relative;
    transition: all 0.3s ease;
}.contact-form-box-I .help-grid-U label a::after {
    background: rgb(162,156,161);
    bottom: -2px;
    width: 0;
    position: absolute;
    height: 1px;
    content: "";
    left: 0;
    transition: width 0.3s ease;
}.contact-form-box-I .help-grid-U label a:hover::after {
    width: 100%;
}.contact-form-box-I form .connect-grid-p {
    font-size: 15px;
    cursor: pointer;
    background: rgb(162,156,161);
    position: relative;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    z-index: 1;
    padding: 16px 40px;
    border: none;
    text-transform: uppercase;
}.contact-form-box-I form .connect-grid-p::before {
    transition: width 0.3s ease;
    top: 0;
    height: 100%;
    content: "";
    background: rgb(119,113,122);
    position: absolute;
    z-index: -1;
    width: 0;
    left: 0;
}.contact-form-box-I form .connect-grid-p:hover::before {
    width: 100%;
}.contact-form-box-I form .connect-grid-p:hover {
    box-shadow: 0 10px 20px -10px rgb(162,156,161);
    transform: translateY(-3px);
}.contact-form-box-I svg {
    left: 20px;
    position: absolute;
    width: 20px;
    top: 50%;
    height: 20px;
    transform: translateY(-50%);
    fill: rgb(162,156,161);
}.contact-form-box-I svg path {
    transition: fill 0.3s ease;
    fill: rgb(162,156,161);
}.contact-form-box-I form #name,
.contact-form-box-I form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact-form-box-I .request-card-F {
    max-width: 800px;
}.contact-form-box-I .message-links-B {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact-form-box-I {
    padding: 80px 0 60px;
}.contact-form-box-I .request-card-F {
    grid-template-columns: 1fr;
}.contact-form-box-I .pic-banner-O {
    order: 1;
    min-height: 300px;
    clip-path: none;
}.contact-form-box-I .message-links-B {
    padding: 40px 30px;
    order: 2;
}.contact-form-box-I .message-links-B::before {
    width: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgb(162,156,161), rgb(119,113,122));
    height: 6px;
}.contact-form-box-I h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact-form-box-I {
    padding: 60px 0 40px;
}.contact-form-box-I h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.contact-form-box-I .pic-banner-O {
    min-height: 200px;
}.contact-form-box-I .message-links-B {
    padding: 30px 20px;
}.contact-form-box-I form h3 {
    margin-bottom: 30px;
    font-size: calc(24px * 0.9);
}.contact-form-box-I form .connect-grid-p {
    padding: 14px 20px;
    width: 100%;
}}.thxSpace-K {
    min-height: 60vh;
    align-items: center;
    background: linear-gradient(135deg, rgb(119,113,122,0.5), rgb(162,156,161,0.5) 70%);
    display: flex;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.thxSpace-K::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(119,113,122,0.5) 0px,
        rgb(119,113,122,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    pointer-events: none;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    opacity: 0.07;
    height: 100%;
    top: 0;
    width: 100%;
}.thxSpace-K::after {
    position: absolute;
    height: 200%;
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    width: 80%;
    background: radial-gradient(
        circle at center,
        rgb(162,156,161,0.5) 0%,
        transparent 70%
    );
    content: "";
    right: -20%;
    z-index: 0;
    top: -50%;
    opacity: 0.15;
    transform: rotate(35deg);
}.thxSpace-K .container {
    margin: 0 auto;
    width: 90%;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.thxSpace-K .learning-program-W {
    padding: 3.5rem;
    transform: rotateX(2deg) rotateY(1deg);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    border-radius: 3px;
}.thxSpace-K .learning-program-W:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.thxSpace-K .learning-program-W::before {
    transform: translateZ(-10px);
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(119,113,122,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(162,156,161,0.5) 100%
    );
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    content: "";
    top: 0;
}.thxSpace-K .learning-program-W > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
}.thxSpace-K .learning-program-W > div:first-child::after {
    position: absolute;
    height: 3px;
    left: 0;
    width: 40%;
    transform-origin: left center;
    background: linear-gradient(
        to right,
        rgb(119,113,122),
        rgb(162,156,161,0.5)
    );
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: 0;
    content: "";
}.thxSpace-K h5 {
    margin: 0;
    transform: translateY(15px);
    font-size: clamp(1.5rem, 2.5vw, 23px);
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
}.thxSpace-K p {
    font-size: clamp(1rem, 1.2vw, 13px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    font-family: Arial, sans-serif;
    margin: 0;
    transform: translateY(20px);
    line-height: 1.8;
    max-width: 95%;
    opacity: 0;
    color: #000000;
}.thxSpace-K a {
    transform: scale(1);
    color: inherit;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease;
    position: relative;
}.thxSpace-K a:hover {
    transform: scale(1.01);
}.thxSpace-K a::before {
    content: "";
    border-radius: 3px;
    top: -15px;
    position: absolute;
    left: -15px;
    pointer-events: none;
    height: calc(100% + 30px);
    border: 1px solid rgb(119,113,122,0.5);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: calc(100% + 30px);
}.thxSpace-K a:hover::before {
    transform: scale(1.02);
    opacity: 0.5;
}.thxSpace-K a::after {
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    transform-origin: right;
    bottom: -5px;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(119,113,122),
        rgb(162,156,161)
    );
    width: 100%;
    content: "";
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.thxSpace-K a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

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

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

@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}

@media (max-width: 991px) {.thxSpace-K {
    padding: 4rem 0;
}.thxSpace-K .learning-program-W {
    transform: rotateX(1deg) rotateY(0.5deg);
    padding: 2.5rem;
}.thxSpace-K h5 {
    line-height: 1.35;
}.thxSpace-K p {
    max-width: 100%;
}.thxSpace-K .learning-program-W > div:first-child::after {
    width: 60%;
}
}

@media (max-width: 767px) {.thxSpace-K {
    min-height: auto;
    padding: 3rem 0;
}.thxSpace-K .learning-program-W {
    padding: 2rem;
    transform: none;
}.thxSpace-K .learning-program-W > div:first-child {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}.thxSpace-K .learning-program-W > div:first-child::after {
    width: 80%;
}.thxSpace-K p {
    line-height: 1.6;
}.thxSpace-K::after {
    right: -50%;
    width: 100%;
    top: -30%;
}
}

@media (max-width: 480px) {.thxSpace-K {
    padding: 2.5rem 0;
}.thxSpace-K .learning-program-W {
    padding: 1.5rem;
}.thxSpace-K h5 {
    font-size: 1.3rem;
}.thxSpace-K p {
    font-size: 0.95rem;
}.thxSpace-K .learning-program-W > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}.thxSpace-K a::before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    top: -10px;
    left: -10px;
}}.company-overview-x {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}.company-overview-x::before {
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5));
}.company-overview-x::after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    opacity: 0.18;
    height: 200%;
    z-index: 2;
    top: -50%;
    background: rgb(162,156,161);
    width: 100%;
    right: -50%;
}.company-overview-x .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
}.company-overview-x .description-wrap-g {
    border-left: 4px solid rgb(162,156,161);
    padding: 50px;
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: slide-up 0.8s ease-out forwards;
    background: rgba(23, 23, 35, 0.85);
}.company-overview-x .description-wrap-g::before {
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(162,156,161);
    content: "";
    height: 4px;
    width: 30%;
}.company-overview-x .description-wrap-g::after {
    content: "";
    background: linear-gradient(90deg, rgb(162,156,161), transparent);
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 60%;
}.company-overview-x h1 {
    animation: slide-right 0.6s ease-out 0.3s forwards;
    position: relative;
    font-size: 43px;
    font-weight: 700;
    transform: translateX(-20px);
    margin-bottom: 30px;
    opacity: 0;
    display: inline-block;
}.company-overview-x h1::after {
    position: absolute;
    bottom: -10px;
    width: 80px;
    transform-origin: left;
    content: "";
    left: 0;
    animation: expand 0.6s ease-out 0.9s forwards;
    height: 3px;
    background: rgb(162,156,161);
    transform: scaleX(0);
}.company-overview-x ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.company-overview-x li {
    margin-bottom: 20px;
}.company-overview-x li:last-child {
    margin-bottom: 0;
}.company-overview-x h4 {
    color: rgb(119,113,122);
    font-size: 22px;
    margin-bottom: 15px;
    transform: translateY(15px);
    animation: slide-up 0.6s ease-out 0.6s forwards;
    font-weight: 600;
    opacity: 0;
}.company-overview-x span {
    animation: fade-in 0.8s ease-out 0.9s forwards;
    font-weight: 400;
    opacity: 0;
    max-width: 100%;
    column-gap: 40px;
    display: block;
    line-height: 1.7;
    transform: translateY(20px);
    column-count: 1;
    color: rgba(255, 255, 255, 0.9);
    font-family: Arial, sans-serif;
}

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

@keyframes slide-right {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@media (min-width: 768px) {.company-overview-x {
    padding: 160px 0;
}.company-overview-x .description-wrap-g {
    padding: 60px;
    width: 90%;
    margin-left: 5%;
}.company-overview-x h1 {
    font-size: calc(43px * 1.2);
    margin-bottom: 40px;
}.company-overview-x h1::after {
    width: 120px;
}.company-overview-x span {
    column-count: 2;
    column-gap: 50px;
}.company-overview-x::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}
}

@media (min-width: 1200px) {.company-overview-x {
    padding: 180px 0;
}.company-overview-x .description-wrap-g {
    width: 80%;
    padding: 70px 80px;
    margin-left: 10%;
    transform: perspective(1000px) rotateY(-2deg);
}.company-overview-x h1 {
    font-size: calc(43px * 1.4);
}.company-overview-x h1::after {
    height: 4px;
    width: 150px;
}.company-overview-x span {
    column-count: 3;
    font-size: calc(16px * 1.05);
}
}

@media (hover: hover) {.company-overview-x .description-wrap-g:hover {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(0);
}.company-overview-x .description-wrap-g:hover::before {
    width: 40%;
    transition: width 0.5s ease;
}
}

@media (max-width: 767px) {.company-overview-x {
    padding: 80px 0;
}.company-overview-x .description-wrap-g {
    padding: 30px 25px;
}.company-overview-x h1 {
    margin-bottom: 25px;
    font-size: calc(43px * 0.9);
}.company-overview-x h4 {
    font-size: calc(22px * 0.9);
}.company-overview-x span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.secure-zone-b {
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
    height: auto;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.secure-zone-b::before {
    bottom: 10px;
    position: absolute;
    top: 10px;
    content: '';
    right: 10px;
    z-index: -1;
    left: 10px;
}.secure-zone-b h1 {
    margin-top: 30px;
    border-bottom: 2px solid rgb(162,156,161);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 43px;
    color: rgb(162,156,161);
    padding-bottom: 10px;
}.secure-zone-b h2 {
    margin-bottom: 15px;
    color: rgb(119,113,122);
    font-size: 28px;
    padding-left: 15px;
    border-left: 4px solid rgb(119,113,122);
    font-family: Arial, sans-serif;
    text-align: left;
    font-weight: 600;
    margin-top: 25px;
}.secure-zone-b h3, .secure-zone-b h4, .secure-zone-b h5, .secure-zone-b h6 {
    color: rgb(162,156,161);
    margin-top: 20px;
    font-weight: 400;
    font-size: 22px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}.secure-zone-b ul, .secure-zone-b ol {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.secure-zone-b li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}.secure-zone-b li::before {
    left: 0;
    line-height: 1em;
    transform: translateY(-50%);
    position: absolute;
    font-size: 1.2em;
    top: 50%;
    color: rgb(162,156,161);
    content: ">";
}.secure-zone-b section {
    border-radius: 10px;
    border: 1px solid rgb(119,113,122,0.5);
    background: #000000;
    padding: 20px;
    margin-bottom: 20px;
}.secure-zone-b p, .secure-zone-b span, .secure-zone-b div {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 16px;
    border-left: 3px solid rgb(162,156,161);
}

@media only screen and (max-width: 800px) {.secure-zone-b {
    width: 95%;
    padding: 20px;
}.secure-zone-b h1 {
    font-size: calc(22px - 6px);
    margin-top: 20px;
    margin-bottom: 15px;
}.secure-zone-b h2 {
    margin-bottom: 10px;
    font-size: calc(22px - 6px);
    margin-top: 20px;
}.secure-zone-b ul, .secure-zone-b ol {
    padding-left: 15px;
}.secure-zone-b li {
    padding-left: 20px;
}.secure-zone-b p, .secure-zone-b span, .secure-zone-b div {
    margin-bottom: 15px;
    padding-left: 10px;
}}.welcome-section-D {
    display: flex;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    align-items: center;
    position: relative;
    min-height: 100vh;
    perspective: 1000px;
}.welcome-section-D::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    bottom: 0;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.7) 35%,
    rgba(0, 0, 0, 0.5) 100%
  );
    left: 0;
    right: 0;
}.welcome-section-D::after {
    animation: pulse 8s infinite alternate ease-in-out;
    transform: translateZ(-10px);
    height: 200%;
    background: radial-gradient(
    circle at center,
    rgb(162,156,161,0.5) 0%,
    transparent 65%
  );
    left: -50%;
    opacity: 0.3;
    position: absolute;
    width: 200%;
    z-index: -1;
    content: "";
    top: -50%;
}.welcome-section-D > div {
    max-width: 1200px;
    align-items: flex-start;
    width: 90%;
    gap: 2rem;
    position: relative;
    padding: 3rem 2rem;
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
}.welcome-section-D > div::before {
    background: linear-gradient(
    90deg,
    rgb(119,113,122,0.5) 0%,
    transparent 100%
  );
    width: 40%;
    transform: translateZ(-5px) skewX(-15deg);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 10%, 85% 90%, 0 100%);
    top: 0;
}.welcome-section-D .title_style_header {
    animation: fadeSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
    font-size: clamp(2rem, 6vw, 42px);
    border-left: 5px solid rgb(162,156,161);
    color: #ffffff;
    padding-left: 1.5rem;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    transform: translateZ(30px);
    max-width: 80%;
    position: relative;
    margin: 0;
}.welcome-section-D .title_style_header::after {
    width: 30%;
    transform: scaleX(0);
    position: absolute;
    height: 3px;
    transform-origin: left;
    bottom: -15px;
    left: 0;
    animation: lineGrow 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    background: linear-gradient(
    90deg,
    rgb(162,156,161) 0%,
    rgb(119,113,122) 100%
  );
    content: "";
}.welcome-section-D .page-welcome-x {
    display: flex;
    animation: fadeSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
    max-width: 700px;
    gap: 1.5rem;
    width: 100%;
    margin-left: 3rem;
    flex-direction: column;
    position: relative;
    transform: translateZ(20px);
}.welcome-section-D .page-welcome-x::before {
    background: rgb(162,156,161);
    transform: rotate(45deg) translateZ(10px);
    height: 20px;
    top: -10px;
    content: "";
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 20px;
    left: -30px;
}.welcome-section-D .pro-training-U {
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(5deg);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    border-radius: 10px;
}.welcome-section-D .pro-training-U::after {
    height: 200%;
    opacity: 0.1;
    background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 70%
  );
    transform: translateZ(-5px);
    left: -50%;
    position: absolute;
    width: 200%;
    content: "";
    top: -50%;
    animation: shimmer 8s infinite linear;
}.welcome-section-D .pro-training-U h3 {
    font-weight: 600;
    line-height: 1.4;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    color: #ffffff;
    position: relative;
    margin: 0;
    z-index: 2;
}.welcome-section-D .page-welcome-x > div:last-child {
    margin-top: 1rem;
    margin-left: 2rem;
    position: relative;
    transform: translateZ(10px);
}.welcome-section-D .page-welcome-x > div:last-child::before {
    content: "";
    transform: translateY(-50%);
    position: absolute;
    left: -2rem;
    height: 2px;
    background: rgb(119,113,122);
    width: 1rem;
    top: 50%;
}.welcome-section-D .page-welcome-x span {
    position: relative;
    border-left: 3px solid rgb(119,113,122);
    display: inline-block;
    background: rgb(119,113,122,0.5);
    transform: skewX(-5deg);
    padding: 1rem 1.5rem;
}.welcome-section-D .page-welcome-x p {
    color: #ffffff;
    margin: 0;
    transform: skewX(5deg);
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 14px);
}

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

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

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

@keyframes shimmer {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 992px) {.welcome-section-D > div {
    padding: 2rem 1.5rem;
    width: 95%;
    gap: 1.5rem;
}.welcome-section-D .title_style_header {
    max-width: 90%;
}.welcome-section-D .page-welcome-x {
    margin-left: 1.5rem;
}
}

@media (max-width: 768px) {.welcome-section-D > div {
    padding: 1.5rem 1rem;
    gap: 1.2rem;
}.welcome-section-D .title_style_header {
    max-width: 100%;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    padding-left: 1rem;
}.welcome-section-D .page-welcome-x {
    margin-left: 0;
}.welcome-section-D .pro-training-U {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(3deg);
}.welcome-section-D .page-welcome-x > div:last-child {
    margin-left: 1rem;
}.welcome-section-D .page-welcome-x > div:last-child::before {
    left: -1rem;
    width: 0.7rem;
}
}

@media (max-width: 576px) {.welcome-section-D > div {
    padding: 1.2rem 0.8rem;
    gap: 1rem;
}.welcome-section-D .title_style_header {
    font-size: clamp(1.5rem, 4vw, 2rem);
    border-left-width: 3px;
    padding-left: 0.8rem;
}.welcome-section-D .pro-training-U {
    transform: none;
    padding: 1.2rem;
}.welcome-section-D .page-welcome-x span {
    padding: 0.8rem 1rem;
}}.access-now-M {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(191,190,180) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 0;
}.access-now-M::before {
    left: -10%;
    height: 120%;
    width: 120%;
    content: '';
    position: absolute;
    opacity: 0.05;
    top: -10%;
    z-index: 1;
    animation: shift-background 15s linear infinite;
    background: repeating-linear-gradient(
        45deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 10%, 
        rgb(162,156,161,0.5) 20%
    );
}.access-now-M::after {
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    background: radial-gradient(
        circle at 20% 30%,
        rgb(162,156,161,0.5) 0%,
        transparent 30%
    ), 
    radial-gradient(
        circle at 80% 70%,
        rgb(119,113,122,0.5) 0%,
        transparent 30%
    );
}.access-now-M .learning-program-W {
    text-align: center;
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 10;
    padding: 60px;
    overflow: hidden;
    justify-content: center;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    background: rgb(191,190,180);
}.access-now-M .learning-program-W::before {
    width: 200%;
    opacity: 0.1;
    z-index: -1;
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        transparent 30%,
        rgb(162,156,161,0.5) 100%
    );
    position: absolute;
    height: 200%;
    animation: rotate 30s linear infinite;
    content: '';
    left: -50%;
}.access-now-M .container p {
    max-width: 800px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: calc(31px * 1.2);
    color: #000000;
    z-index: 5;
}.access-now-M .container p::after {
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, rgb(162,156,161), rgb(119,113,122));
    bottom: -15px;
    left: 50%;
    content: '';
}.access-now-M .connect-grid-p {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(162,156,161) 0%, rgb(119,113,122) 100%);
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 15px 40px;
    z-index: 5;
    position: relative;
    text-decoration: none;
}.access-now-M .connect-grid-p::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    content: '';
    z-index: -1;
    top: 0;
    left: -100%;
}.access-now-M .connect-grid-p:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.access-now-M .connect-grid-p:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

@keyframes shift-background {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5%, 5%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.access-now-M {
    padding: 80px 0;
}.access-now-M .learning-program-W {
    padding: 40px 30px;
}.access-now-M .container p {
    margin-bottom: 30px;
    font-size: 31px;
}
}

@media (max-width: 767px) {.access-now-M {
    padding: 60px 0;
}.access-now-M .learning-program-W {
    padding: 30px 20px;
}.access-now-M .container p {
    margin-bottom: 25px;
    font-size: calc(19px * 1.2);
}.access-now-M .connect-grid-p {
    padding: 12px 30px;
}
}

@media (max-width: 480px) {.access-now-M {
    padding: 40px 0;
}.access-now-M .learning-program-W {
    padding: 25px 15px;
}.access-now-M .container p {
    font-size: 19px;
    margin-bottom: 20px;
}.access-now-M .connect-grid-p {
    font-size: calc(17px * 0.9);
    padding: 10px 25px;
}}.program-outcomes-z {
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(191,190,180) 100%);
    padding: 80px 0;
    overflow: hidden;
}.program-outcomes-z::before {
    height: 100%;
    background-image: 
    radial-gradient(circle at 70% 20%, rgb(162,156,161,0.5) 0%, transparent 30%),
    radial-gradient(circle at 30% 80%, rgb(119,113,122,0.5) 0%, transparent 30%);
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.3;
}.program-outcomes-z::after {
    background-image: radial-gradient(#ffffff 1px, transparent 2px);
    top: -50%;
    content: "";
    animation: rotateBackground 120s linear infinite;
    opacity: 0.1;
    left: -50%;
    position: absolute;
    height: 200%;
    width: 200%;
    background-size: 30px 30px;
}@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.program-outcomes-z .container {
    z-index: 1;
    position: relative;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
}.program-outcomes-z .learning-program-W {
    gap: 0;
    grid-template-columns: 1fr 1.3fr;
    position: relative;
    display: grid;
    background: transparent;
}.program-outcomes-z .pic-banner-O {
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.15),
    -5px -5px 20px rgba(255, 255, 255, 0.8);
    min-height: 350px;
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.program-outcomes-z .pic-banner-O:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program-outcomes-z .description-wrap-g {
    margin-left: -30px;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 40px 30px;
    z-index: 2;
    border-radius: 20px;
}.program-outcomes-z .description-wrap-g:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program-outcomes-z h3 {
    position: relative;
    color: rgb(162,156,161);
    margin-bottom: 30px;
    padding-left: 15px;
    font-weight: 700;
    font-size: 29px;
}.program-outcomes-z h3::before {
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(162,156,161), rgb(119,113,122));
    border-radius: 10px;
    width: 4px;
    position: absolute;
}.program-outcomes-z ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.program-outcomes-z li {
    transition: all 0.3s ease;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.7);
    margin-bottom: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    transform-origin: left center;
}.program-outcomes-z li:last-child {
    margin-bottom: 0;
}.program-outcomes-z li:hover {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}.program-outcomes-z li p {
    display: flex;
    margin: 0;
    font-size: 16px;
    color: #000000;
    gap: 15px;
    align-items: center;
}.program-outcomes-z svg {
    height: 22px;
    border-radius: 50%;
    flex-shrink: 0;
    padding: 9px;
    width: 22px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(162,156,161,0.5), rgb(119,113,122,0.5));
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
}.program-outcomes-z svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.program-outcomes-z li:hover svg {
    transform: rotate(-10deg);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(162,156,161), rgb(119,113,122));
}

@media (max-width: 992px) {.program-outcomes-z {
    padding: 60px 0;
}.program-outcomes-z .learning-program-W {
    grid-template-columns: 1fr;
    gap: 30px;
}.program-outcomes-z .pic-banner-O {
    transform: perspective(1000px) rotateY(0deg);
    order: 1;
    min-height: 300px;
}.program-outcomes-z .description-wrap-g {
    order: 2;
    transform: perspective(1000px) rotateY(0deg);
    margin-left: 0;
}
}

@media (max-width: 768px) {.program-outcomes-z {
    padding: 50px 0;
}.program-outcomes-z .pic-banner-O {
    min-height: 250px;
}.program-outcomes-z h3 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 576px) {.program-outcomes-z {
    padding: 40px 0;
}.program-outcomes-z .pic-banner-O {
    min-height: 200px;
}.program-outcomes-z .description-wrap-g {
    padding: 30px 20px;
}.program-outcomes-z h3 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.85);
}.program-outcomes-z li {
    margin-bottom: 12px;
    padding: 12px;
}.program-outcomes-z li p {
    font-size: calc(16px * 0.9);
    gap: 10px;
}.program-outcomes-z svg {
    height: 18px;
    padding: 7px;
    width: 18px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    opacity: 0.9;
    top: 0;
    background: linear-gradient(to right, rgb(119,113,122), rgb(162,156,161));
    position: absolute;
    z-index: -2;
    content: "";
    right: 0;
    left: 0;
}footer::after {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.assign-help-x {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}.assign-help-x::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 10px;
    background: linear-gradient(90deg, rgb(162,156,161), rgb(119,113,122), rgb(162,156,161));
    width: 100%;
}.assign-help-x .container {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    display: grid;
}.assign-help-x .company_holder {
    position: relative;
    grid-column: span 5;
    padding: 0;
}.assign-help-x .company_holder h3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-size: 34px;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
}.assign-help-x .company_holder h3::after {
    left: 0;
    content: "";
    bottom: -2px;
    height: 2px;
    width: 80px;
    background: #ffffff;
    position: absolute;
}.assign-help-x .verify-cta-V {
    font-size: 12px;
    color: #ffffff;
    margin-top: 1.5rem;
    line-height: 1.7;
    position: relative;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 0 1.5rem;
}.assign-help-x .credit-info-M {
    grid-column: span 7;
}.assign-help-x .top-pro-X {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.assign-help-x .top-expert-o {
    position: relative;
}.assign-help-x .top-expert-o h5 {
    color: #ffffff;
    margin: 0 0 1.5rem;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 0.8rem;
}.assign-help-x .top-expert-o h5::after {
    background: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
}.assign-help-x .top-expert-o .top-pro-X {
    gap: 1rem;
    display: grid;
}.assign-help-x .top-expert-o .top-pro-X a {
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    font-size: 12px;
    display: flex;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}.assign-help-x .top-expert-o .top-pro-X a::after {
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateX(-5px);
    content: "\2192";
    margin-left: 0.5rem;
}.assign-help-x .top-expert-o .top-pro-X a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.assign-help-x .top-expert-o .top-pro-X a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.debate-club-i {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    position: relative;
    margin-top: 4rem;
}.debate-club-i .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.debate-club-i .footer-milestones-f {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    position: relative;
    opacity: 0.9;
    padding: 0 1rem;
}.assign-help-x::after {
    width: 50px;
    right: 2rem;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    position: absolute;
    content: "";
    top: 2rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}.assign-help-x .company_holder::before {
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    position: absolute;
    top: 0;
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
}.assign-help-x .company_holder::after {
    height: 50px;
    left: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    content: "";
}.assign-help-x .credit-info-M::after {
    right: 0;
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 50px;
    bottom: 0;
    height: 50px;
}

@media (max-width: 1200px) {.assign-help-x .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.assign-help-x {
    padding: 4rem 0 2rem;
}.assign-help-x .container {
    grid-template-columns: 1fr;
}.assign-help-x .company_holder,
    .assign-help-x .credit-info-M {
    grid-column: span 12;
}.assign-help-x .company_holder {
    margin-bottom: 2rem;
}.assign-help-x::after,
    .assign-help-x .company_holder::before,
    .assign-help-x .company_holder::after,
    .assign-help-x .credit-info-M::after {
    display: none;
}
}

@media (max-width: 768px) {.assign-help-x {
    padding: 3rem 0 1.5rem;
}.assign-help-x .top-pro-X {
    gap: 1.5rem;
}.assign-help-x .company_holder h3 {
    font-size: calc(34px - 2px);
}.debate-club-i {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.assign-help-x {
    padding: 2.5rem 0 1rem;
}.assign-help-x .top-pro-X {
    grid-template-columns: 1fr;
    gap: 2rem;
}.assign-help-x .verify-cta-V {
    padding-left: 1rem;
}.debate-club-i {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.assign-help-x .company_holder h3::after,
    .assign-help-x .top-expert-o h5::after {
    width: 30px;
}.assign-help-x .top-expert-o .top-pro-X a:hover {
    padding-left: 0.3rem;
}}.training-specialist-l {
    background: linear-gradient(135deg, rgb(191,190,180) 0%, rgb(162,156,161,0.5) 100%);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
}.training-specialist-l::before {
    content: "";
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    animation: rotateBackground 15s linear infinite;
    background: conic-gradient(from 225deg at 50% 50%, rgb(119,113,122,0.5) 0%, transparent 25%, rgb(162,156,161,0.5) 50%, transparent 75%, rgb(119,113,122,0.5) 100%);
    left: 0;
}.training-specialist-l .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}.training-specialist-l .opinion-showcase-G {
    gap: 1.5rem;
    padding: 3rem;
    grid-template-columns: 300px 1fr;
    border-radius: 25px;
    display: grid;
    transform: rotateY(-5deg);
    grid-template-areas:
        "photo quote"
        "info quote";
    backdrop-filter: blur(10px);
    grid-template-rows: auto auto;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(119,113,122,0.5),
                0 10px 0 -5px rgb(162,156,161,0.5);
    position: relative;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
}.training-specialist-l .opinion-showcase-G:hover {
    transform: rotateY(0);
}.training-specialist-l .pic-banner-O {
    height: 220px;
    transform: translateZ(30px);
    width: 220px;
    grid-area: photo;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(162,156,161,0.5);
    transition: all 0.4s ease;
    border-radius: 50%;
    border: 5px solid #ffffff;
}.training-specialist-l .opinion-showcase-G:hover .pic-banner-O {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(162,156,161);
}.training-specialist-l .name {
    margin-top: 1rem;
    transform: translateZ(20px);
    font-size: 33px;
    margin-bottom: 0.5rem;
    grid-area: info;
    color: #000000;
    display: block;
    font-weight: 700;
}.training-specialist-l .opinion-showcase-G span:not(.name) {
    font-weight: 600;
    transform: translateZ(15px);
    grid-area: info;
    color: rgb(162,156,161);
    display: block;
    font-size: 14px;
    margin-top: 3.5rem;
}.training-specialist-l .exp-card-J {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    color: #000000;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    border-left: 4px solid rgb(119,113,122);
    border-radius: 0 25px 25px 0;
    padding: 1.5rem 2rem;
    font-size: calc(14px * 1.1);
    transform: translateZ(10px);
    font-weight: 400;
    line-height: 1.6;
    grid-area: quote;
    position: relative;
}.training-specialist-l .exp-card-J::before {
    width: 100%;
    mix-blend-mode: overlay;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.2;
    background: linear-gradient(45deg, transparent 40%, rgb(119,113,122,0.5) 40%, rgb(119,113,122,0.5) 60%, transparent 60%);
    left: 0;
    background-size: 200% 200%;
    animation: shimmer 3s infinite linear;
    position: absolute;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.training-specialist-l .opinion-showcase-G {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
            "pic-banner-O"
            "inquiry-form-H"
            "exp-card-J";
    padding: 2rem;
}.training-specialist-l .pic-banner-O {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}.training-specialist-l .name,
    .training-specialist-l .opinion-showcase-G span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.training-specialist-l .opinion-showcase-G span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.training-specialist-l {
    padding: 4rem 0;
}.training-specialist-l .opinion-showcase-G {
    transform: none;
    padding: 1.5rem;
}.training-specialist-l .pic-banner-O {
    width: 140px;
    height: 140px;
}.training-specialist-l .exp-card-J {
    font-size: 14px;
    padding: 1rem;
}}.locate-O {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,190,180) 0%, rgb(162,156,161,0.5) 100%);
    padding: 6rem 1.5rem;
    font-family: Arial, sans-serif;
}.locate-O::before {
    animation: floating 15s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.6;
    filter: blur(40px);
    top: -10%;
    height: 80%;
    z-index: 0;
    transform: rotate(-15deg) skewX(5deg);
    right: -5%;
    content: "";
    width: 40%;
    background: linear-gradient(45deg, rgb(162,156,161,0.5) 0%, rgb(119,113,122,0.5) 100%);
}.locate-O::after {
    opacity: 0.4;
    bottom: -5%;
    transform: rotate(10deg) skewY(-5deg);
    position: absolute;
    background: linear-gradient(-45deg, rgb(119,113,122) 0%, rgb(162,156,161,0.5) 100%);
    filter: blur(30px);
    width: 25%;
    content: "";
    animation: floating 12s ease-in-out infinite alternate-reverse;
    left: -2%;
    z-index: 0;
    height: 60%;
}.locate-O h1 {
    font-size: 43px;
    text-align: center;
    color: #000000;
    position: relative;
    transform: perspective(500px) translateZ(0);
    z-index: 2;
    margin-bottom: 3rem;
    font-weight: 700;
    transition: transform 0.5s ease;
}.locate-O h1::after {
    width: 80px;
    bottom: -0.8rem;
    position: absolute;
    height: 4px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(162,156,161) 0%, rgb(119,113,122) 100%);
    transition: width 0.3s ease;
    transform: translateX(-50%);
}.locate-O h1:hover {
    transform: perspective(500px) translateZ(10px);
}.locate-O h1:hover::after {
    width: 120px;
}.locate-O .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.locate-O .talk-team-H {
    gap: 2rem;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2.5rem;
    transform: translateY(0);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    display: grid;
}.locate-O .talk-team-H:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.locate-O .talk-team-H > div {
    background: linear-gradient(120deg, rgba(255,255,255,0.8) 0%, rgba(245,245,250,0.9) 100%);
    padding: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.locate-O .talk-team-H > div::before {
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(162,156,161), rgb(119,113,122));
    position: absolute;
    width: 5px;
    height: 100%;
    transition: width 0.3s ease;
    left: 0;
}.locate-O .talk-team-H > div:hover::before {
    width: 8px;
}.locate-O .talk-team-H > div > div {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    position: relative;
    z-index: 2;
}.locate-O h6 {
    display: flex;
    margin-bottom: 0.5rem;
    color: #000000;
    gap: 0.5rem;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    align-items: center;
}.locate-O .talk-team-H span {
    margin-left: 2rem;
    display: block;
    color: #000000;
    font-size: 14px;
    transition: color 0.3s ease;
}.locate-O .get-in-touch-m {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.locate-O .reach-team-u {
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    gap: 0.5rem;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    align-items: center;
    display: flex;
}.locate-O .reach-team-u::after {
    content: "";
    background: linear-gradient(90deg, rgb(162,156,161) 0%, rgb(119,113,122) 100%);
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    width: 0;
    bottom: -2px;
    left: 0;
}.locate-O .reach-team-u:hover {
    color: rgb(162,156,161);
    transform: translateX(5px);
}.locate-O .reach-team-u:hover::after {
    width: 100%;
}.locate-O svg {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}.locate-O svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.locate-O .reach-team-u:hover svg {
    transform: scale(1.15);
}.locate-O .reach-team-u:hover svg path {
    fill: rgb(162,156,161);
}

@keyframes floating {
    0% {
        transform: rotate(-15deg) skewX(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skewX(3deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-18deg) skewX(7deg) translate(-10px, 10px);
    }
}

@media (min-width: 768px) {.locate-O {
    padding: 8rem 2rem;
}.locate-O .talk-team-H {
    grid-template-columns: repeat(2, 1fr);
}.locate-O h1 {
    margin-bottom: 4rem;
    font-size: calc(43px * 1.1);
}
}

@media (min-width: 992px) {.locate-O {
    padding: 10rem 2rem;
}.locate-O .talk-team-H {
    grid-template-columns: 2fr 1fr 1fr;
}.locate-O .talk-team-H > div:first-child {
    grid-row: 1 / span 2;
    grid-column: 1;
}.locate-O h1 {
    font-size: calc(43px * 1.2);
}.locate-O .get-in-touch-m {
    gap: 1.5rem;
}
}

@media (hover: hover) {.locate-O .talk-team-H > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
}

@media (max-width: 767px) {.locate-O h1 {
    font-size: calc(43px * 0.9);
}.locate-O .talk-team-H {
    padding: 1.5rem;
}.locate-O .talk-team-H > div {
    padding: 1.25rem;
}}.dialogCookieSettings-d {
    position: fixed;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    z-index: 1050;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    background: #ffffff;
    width: 100%;
    border-top: 3px solid rgb(162,156,161);
}.cookie-guard-h {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.web-tracking-y {
    flex-shrink: 0;
    margin-right: 15px;
}.web-tracking-y svg {
    fill: rgb(162,156,161);
    width: 50px;
    height: 50px;
    transition: fill 0.3s ease-in-out;
}.cookie-compl-T {
    flex-grow: 1;
    margin-right: 15px;
}.cookie-compl-T h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: rgb(162,156,161);
    font-weight: 700;
}.cookie-compl-T p {
    margin-bottom: 0;
    color: #000000;
    font-size: 12px;
}.privacy-switch-H {
    text-align: center;
    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;
    white-space: nowrap;
    border-radius: 10px;
    vertical-align: middle;
    font-size: 15px;
    border: 1px solid transparent;
    margin-left: 10px;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    text-decoration: none;
}.cookie_button.cookie-show-i {
    color: #ffffff;
    background-color: rgb(162,156,161);
    border-color: rgb(162,156,161);
}#cookie-message-box-x {
    display: none;
}#cookie-message-box-x:checked ~ .dialogCookieSettings-d {
    visibility: hidden;
    opacity: 0;
}.cookie_button.cookie-show-i:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_button.manage-tracking-r {
    background-color: rgb(119,113,122);
    color: #000000;
    border-color: rgb(119,113,122);
}.cookie_button.manage-tracking-r:hover {
    color: #ffffff;
    background-color: rgb(162,156,161);
    border-color: rgb(162,156,161);
}.dialogCookieSettings-d p a {
    text-decoration: underline;
    color: rgb(162,156,161);
}.dialogCookieSettings-d p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie-compl-T h5 {
    font-size: calc(20px - 2px);
}.cookie-compl-T p {
    font-size: calc(12px - 2px);
}.privacy-switch-H {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.cookie-guard-h {
    align-items: center;
    flex-direction: column;
}.web-tracking-y {
    margin-bottom: 10px;
}.cookie-compl-T {
    text-align: center;
    margin-bottom: 15px;
}.privacy-switch-H {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.pricing-list-item-o {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(191,190,180);
}.pricing-list-item-o::before {
    content: "";
    z-index: 0;
    left: -5%;
    top: -10%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    transform: rotate(-3deg);
    height: 120%;
    position: absolute;
    width: 110%;
}.pricing-list-item-o .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.pricing-list-item-o .annual-fee-n {
    flex-direction: column;
    display: flex;
}.pricing-list-item-o .monthly-plan-x {
    order: 1;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}.pricing-list-item-o .monthly-plan-x h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-text-fill-color: transparent;
    transform: translateY(0);
    background: linear-gradient(120deg, rgb(119,113,122), rgb(162,156,161));
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
}.pricing-list-item-o .monthly-plan-x:hover h2 {
    transform: translateY(-5px);
}.pricing-list-item-o .skill-plans-F {
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    font-size: 15px;
    max-width: 700px;
    position: relative;
}.pricing-list-item-o .skill-plans-F::after {
    transition: transform 0.5s ease;
    width: 100px;
    background: linear-gradient(90deg, rgb(119,113,122), rgb(162,156,161));
    content: "";
    left: 50%;
    position: absolute;
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%) scaleX(0.7);
}.pricing-list-item-o .monthly-plan-x:hover .skill-plans-F::after {
    transform: translateX(-50%) scaleX(1);
}.pricing-list-item-o .pro-rates-P {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    width: 100%;
    order: 2;
}.pricing-list-item-o .access-cost-w {
    overflow: hidden;
    z-index: 1;
    display: block;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}.pricing-list-item-o .access-cost-w::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(119,113,122), rgb(162,156,161));
    transform: scaleX(0.85);
    transform-origin: left;
    height: 5px;
    width: 100%;
    top: 0;
    z-index: 2;
    position: absolute;
    left: 0;
    content: "";
}.pricing-list-item-o .access-cost-w:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.pricing-list-item-o .access-cost-w:hover::before {
    transform: scaleX(1);
}.pricing-list-item-o .lesson-fees-F {
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing-list-item-o .fee-structure-R {
    display: flex;
    overflow: hidden;
    z-index: 1;
    flex-grow: 1;
    padding: 30px;
    flex-direction: column;
    position: relative;
}.pricing-list-item-o .fee-structure-R::before {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
}.pricing-list-item-o .fee-structure-R h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    transition: transform 0.4s ease;
    font-size: calc(18px + 2px);
    margin-bottom: 15px;
}.pricing-list-item-o .access-cost-w:hover .fee-structure-R h3 {
    transform: translateX(5px);
}.pricing-list-item-o .price-schemes-A {
    position: relative;
    display: inline-block;
    font-size: calc(18px + 8px);
    margin-bottom: 20px;
    padding: 5px 10px;
    font-weight: 700;
    transition: transform 0.4s ease, color 0.4s ease;
    color: rgb(162,156,161);
}.pricing-list-item-o .price-schemes-A::before {
    transform-origin: left;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.3);
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(119,113,122), rgb(162,156,161));
    content: "";
    position: absolute;
    width: 100%;
}.pricing-list-item-o .access-cost-w:hover .price-schemes-A {
    transform: translateY(-5px);
    color: rgb(119,113,122);
}.pricing-list-item-o .access-cost-w:hover .price-schemes-A::before {
    transform: scaleX(1);
}.pricing-list-item-o .fee-structure-R p {
    font-size: 15px;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    margin-bottom: 0;
    line-height: 1.6;
    max-width: 100%;
}.pricing-list-item-o .pic-banner-O {
    position: relative;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    height: 200px;
}.pricing-list-item-o .pic-banner-O::after {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    left: 0;
    z-index: 1;
}.pricing-list-item-o .access-cost-w:hover .pic-banner-O {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing-list-item-o .pro-rates-P {
    grid-template-columns: repeat(2, 1fr);
}.pricing-list-item-o .fee-structure-R {
    padding: 35px;
}.pricing-list-item-o .pic-banner-O {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing-list-item-o .annual-fee-n {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.pricing-list-item-o .monthly-plan-x {
    text-align: left;
    order: 2;
    margin-bottom: 0;
    flex: 0 0 30%;
}.pricing-list-item-o .pro-rates-P {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}.pricing-list-item-o .skill-plans-F::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.pricing-list-item-o .monthly-plan-x:hover .skill-plans-F::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.pricing-list-item-o {
    padding: 150px 0;
}.pricing-list-item-o .pro-rates-P {
    gap: 40px;
}.pricing-list-item-o .access-cost-w {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing-list-item-o .access-cost-w:hover {
    transform: translateY(-15px) scale(1.02);
}.pricing-list-item-o .access-cost-w:nth-child(even) {
    transform: translateY(15px);
}.pricing-list-item-o .access-cost-w:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.pricing-list-item-o .pic-banner-O {
    height: 250px;
}}header {
    position: relative;
    background: rgb(191,190,180);
    overflow: visible;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 0;
    padding: 0;
}header::before {
    content: '';
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(162,156,161), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(162,156,161), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(162,156,161), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(162,156,161), 0.03) 25%) 0 0 / 20px 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}header::after {
    bottom: 0;
    transform-origin: center;
    left: 0;
    transition: transform 0.5s ease;
    content: '';
    width: 100%;
    transform: scaleX(0.7);
    position: absolute;
    height: 5px;
    background: linear-gradient(to right, 
        rgb(162,156,161), 
        rgb(119,113,122), 
        rgb(162,156,161)
    );
}header:hover::after {
    transform: scaleX(1);
}header .first-section-G {
    z-index: 5;
    padding: 1.3rem 2.5rem;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .top-mainbar-m {
    perspective: 800px;
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
}header .top-know-K {
    transform-style: preserve-3d;
    position: relative;
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .top-know-K:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .top-know-K::before {
    background: rgb(162,156,161);
    left: 0;
    width: 100%;
    transform: translateZ(-10px);
    position: absolute;
    height: 100%;
    filter: blur(10px);
    content: '';
    opacity: 0.1;
    top: 0;
}header .top-know-K img {
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    max-height: 40px;
}header .top-expert-o {
    display: flex;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 0;
    list-style: none;
    margin: 0;
}header .top-expert-o::before {
    transform-origin: top;
    content: '';
    width: 100%;
    height: 10px;
    transform: rotateX(90deg);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    left: 0;
    position: absolute;
    top: 100%;
}header .first-teach-m {
    margin: 0 0.3rem;
    transform-style: preserve-3d;
    position: relative;
}header .first-teach-m a {
    padding: 0.7rem 1.2rem;
    transform-style: preserve-3d;
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    color: #000000;
    transform: translateZ(0);
    background: #ffffff;
    position: relative;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}header .first-teach-m a::before {
    left: 0;
    position: absolute;
    transform: translateZ(-5px);
    height: 100%;
    opacity: 0;
    background: linear-gradient(135deg, 
        rgb(162,156,161,0.5) 0%, 
        rgb(119,113,122,0.5) 100%
    );
    border-radius: 10px;
    transition: opacity 0.4s ease;
    content: '';
    width: 100%;
    top: 0;
}header .first-teach-m a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}header .first-teach-m a:hover::before {
    opacity: 1;
}header .first-teach-m a::after {
    transform: translateZ(-10px);
    transition: all 0.4s ease;
    bottom: -5px;
    height: 5px;
    content: '';
    right: 5px;
    left: 5px;
    background: rgb(162,156,161);
    opacity: 0;
    position: absolute;
}header .first-teach-m a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .first-section-G::before {
    width: 30%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(162,156,161), 
        transparent
    );
    height: 1px;
    position: absolute;
    top: 0;
    content: '';
    left: 35%;
}.top-section-u {
    background: #ffffff;
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .first-section-G {
    margin: 0 auto;
    max-width: 1320px;
}header .first-teach-m {
    margin: 0 0.5rem;
}header .first-teach-m a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .first-section-G {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top-mainbar-m {
    margin-bottom: 0;
    margin-right: 0;
}header .top-expert-o {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .first-teach-m a {
    padding: 0.6rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first-section-G {
    padding: 0.8rem 1.5rem;
}header .top-mainbar-m {
    max-width: 140px;
}header .top-know-K img {
    max-height: 35px;
}header .top-expert-o {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .top-expert-o::-webkit-scrollbar {
    height: 3px;
}header .top-expert-o::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(162,156,161,0.5);
}header .first-teach-m {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .first-teach-m a {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}

@media (max-width: 479px) {header .first-section-G {
    padding: 0.7rem 1.2rem;
}header .top-mainbar-m {
    max-width: 120px;
}header .first-teach-m a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .top-know-K:hover {
    transform: translateY(-3px);
}header .first-teach-m a:hover {
    transform: translateY(-3px);
}
}