* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.header-bar-W {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.grant-info-J {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1182px;
}.grid-container-S {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-offering-W {
    background-color: rgb(226,233,234);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.course-offering-W::before {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(45deg, rgb(199,194,159,0.5) 0%, transparent 50%, rgb(179,118,179,0.5) 100%);
    content: "";
    width: 100%;
}.course-offering-W::after {
    height: 400px;
    animation: rotate 20s linear infinite;
    content: "";
    border-radius: 50%;
    width: 400px;
    z-index: 1;
    background: radial-gradient(circle, rgb(179,118,179,0.5) 0%, transparent 80%);
    right: -100px;
    top: -100px;
    position: absolute;
}.course-offering-W .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.course-offering-W .tech-training-s {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 40px;
}.course-offering-W .tag-content-b {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    display: grid;
}.course-offering-W .tag-content-b h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    padding-left: 20px;
    font-size: 36px;
    margin-bottom: 20px;
    border-left: 4px solid rgb(199,194,159);
    grid-column: 1 / -1;
}.course-offering-W .description {
    line-height: 1.8;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    font-size: 14px;
    backdrop-filter: blur(10px);
}.course-offering-W .description:first-of-type {
    overflow: hidden;
    position: relative;
}.course-offering-W .description:first-of-type::before {
    position: absolute;
    border-radius: 50%;
    height: 40px;
    background-color: rgb(199,194,159,0.5);
    z-index: -1;
    content: "";
    width: 40px;
    top: -10px;
    left: -10px;
}.course-offering-W .description:last-of-type {
    position: relative;
    overflow: hidden;
}.course-offering-W .description:last-of-type::before {
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    background-color: rgb(179,118,179,0.5);
    content: "";
    width: 40px;
    bottom: -10px;
    height: 40px;
}.course-offering-W .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course-offering-W .video-thumbnail-a {
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    border-radius: 28px;
    margin: 40px 0;
}.course-offering-W .video-thumbnail-a::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    right: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    top: 0;
    content: "";
}.course-offering-W .video-thumbnail-a::after {
    content: "";
    opacity: 0.7;
    height: 10px;
    filter: blur(10px);
    top: -20px;
    background: rgb(199,194,159);
    left: 50%;
    width: 90%;
    position: absolute;
    animation: glow 4s infinite alternate;
    transform: translateX(-50%);
    border-radius: 50%;
}.course-offering-W .video-thumbnail-a:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.course-offering-W {
    padding: 80px 0;
}.course-offering-W .video-thumbnail-a {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.course-offering-W {
    padding: 60px 0;
}.course-offering-W .tag-content-b {
    gap: 20px;
    grid-template-columns: 1fr;
}.course-offering-W .description {
    padding: 25px;
}.course-offering-W .video-thumbnail-a {
    margin: 25px 0;
    height: 300px;
}.course-offering-W h2 {
    font-size: calc(36px * 0.9);
}
}

@media screen and (max-width: 480px) {.course-offering-W {
    padding: 40px 0;
}.course-offering-W .tech-training-s {
    gap: 30px;
}.course-offering-W .tag-content-b h2 {
    font-size: calc(36px * 0.8);
    padding-left: 15px;
}.course-offering-W .description {
    font-size: calc(14px * 0.95);
    padding: 20px;
}.course-offering-W .video-thumbnail-a {
    height: 250px;
    transform: perspective(1000px) rotateX(0deg);
    margin: 20px 0;
}}.connect-with-us-H {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.connect-with-us-H::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
    height: 100%;
    backdrop-filter: blur(8px);
    z-index: 1;
    left: 0;
}.connect-with-us-H::after {
    top: 0;
    background: linear-gradient(135deg, rgb(199,194,159,0.5) 0%, transparent 50%, rgb(179,118,179,0.5) 100%);
    position: absolute;
    content: '';
    animation: gradientShift 15s ease infinite;
    height: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.connect-with-us-H .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}.connect-with-us-H .query-info-X {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 26px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: flex;
}.connect-with-us-H .query-info-X::before {
    position: absolute;
    background: radial-gradient(circle, rgb(199,194,159,0.5) 0%, transparent 30%);
    height: 200%;
    top: -50%;
    pointer-events: none;
    width: 200%;
    content: '';
    opacity: 0.1;
    left: -50%;
    animation: rotate 30s linear infinite;
}@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.connect-with-us-H .reach-query-G {
    padding: 50px;
    flex: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(199,194,159,0.5) 0%, rgb(179,118,179,0.5) 100%);
}.connect-with-us-H .reach-query-G::after {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    width: 100px;
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1));
}.connect-with-us-H .reach-query-G h3 {
    position: relative;
    padding-bottom: 15px;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
}.connect-with-us-H .reach-query-G h3::after {
    border-radius: 10px;
    width: 80px;
    background: #ffffff;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}.connect-with-us-H .reach-query-G div {
    margin-bottom: 25px;
    position: relative;
    transform: translateX(0);
    transition: transform 0.3s ease;
    display: flex;
    padding-left: 15px;
    align-items: center;
}.connect-with-us-H .reach-query-G div:hover {
    transform: translateX(10px);
}.connect-with-us-H .reach-query-G div::before {
    content: '';
    width: 5px;
    top: 50%;
    position: absolute;
    height: 0;
    border-radius: 10px;
    transition: height 0.3s ease, top 0.3s ease;
    background: #ffffff;
    left: 0;
}.connect-with-us-H .reach-query-G div:hover::before {
    height: 80%;
    top: 10%;
}.connect-with-us-H .reach-query-G svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    fill: #ffffff;
}.connect-with-us-H .reach-query-G svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.connect-with-us-H .reach-query-G div:hover svg path {
    fill: rgb(179,118,179);
}.connect-with-us-H .reach-query-G span {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}.connect-with-us-H .reach-query-G span a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.connect-with-us-H .reach-query-G span a:hover {
    color: rgb(179,118,179);
}.connect-with-us-H .query-query-G {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    padding: 50px;
    position: relative;
    flex: 1.2;
}.connect-with-us-H .query-query-G::before {
    top: -100px;
    height: 200px;
    width: 200px;
    right: -100px;
    background: radial-gradient(circle, rgb(179,118,179,0.5) 0%, transparent 70%);
    content: '';
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite alternate;
    position: absolute;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

.connect-with-us-H .query-query-G h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
    color: #ffffff;
}.connect-with-us-H .query-query-G h3::after {
    width: 50px;
    content: '';
    left: 50%;
    height: 2px;
    background: rgb(179,118,179);
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    border-radius: 10px;
}.connect-with-us-H .query-query-G form {
    flex-direction: column;
    display: flex;
}.connect-with-us-H .query-query-G input[type="text"],
.connect-with-us-H .query-query-G input[type="email"] {
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 15px;
    padding: 15px 20px;
    border-radius: 26px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}.connect-with-us-H .query-query-G input[type="text"]:focus,
.connect-with-us-H .query-query-G input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(179,118,179,0.5);
    border-color: rgb(179,118,179);
    outline: none;
}.connect-with-us-H .query-query-G input[type="text"]::placeholder,
.connect-with-us-H .query-query-G input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.connect-with-us-H .query-query-G .reach-map-O {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
}.connect-with-us-H .query-query-G .reach-map-O input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-with-us-H .query-query-G .reach-map-O label {
    position: relative;
    line-height: 1.5;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
}.connect-with-us-H .query-query-G .reach-map-O label::before {
    width: 18px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    left: 0;
    content: '';
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    height: 18px;
    top: 2px;
}.connect-with-us-H .query-query-G .reach-map-O label::after {
    opacity: 0;
    content: '';
    position: absolute;
    border-left: 2px solid #ffffff;
    height: 4px;
    width: 8px;
    top: 9px;
    transform: rotate(-45deg) scale(0);
    border-bottom: 2px solid #ffffff;
    left: 5px;
    transition: all 0.2s ease;
}.connect-with-us-H .query-query-G .reach-map-O input[type="checkbox"]:checked + label::before {
    background: rgb(179,118,179,0.5);
    border-color: rgb(179,118,179);
}.connect-with-us-H .query-query-G .reach-map-O input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}.connect-with-us-H .query-query-G .reach-map-O label a {
    transition: color 0.3s ease;
    color: rgb(179,118,179);
    text-decoration: none;
}.connect-with-us-H .query-query-G .reach-map-O label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.connect-with-us-H .query-query-G .query-inquiry-K {
    font-size: 19px;
    cursor: pointer;
    z-index: 1;
    padding: 15px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 26px;
    overflow: hidden;
    color: #ffffff;
    border: none;
    position: relative;
    background: linear-gradient(90deg, rgb(199,194,159) 0%, rgb(179,118,179) 100%);
}.connect-with-us-H .query-query-G .query-inquiry-K::before {
    left: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    transition: all 0.6s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
}.connect-with-us-H .query-query-G .query-inquiry-K:hover::before {
    left: 100%;
}.connect-with-us-H .query-query-G .query-inquiry-K:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.connect-with-us-H {
    padding: 80px 0;
}.connect-with-us-H .query-info-X {
    flex-direction: column;
}.connect-with-us-H .reach-query-G,
    .connect-with-us-H .query-query-G {
    padding: 40px;
}.connect-with-us-H .reach-query-G {
    text-align: center;
}.connect-with-us-H .reach-query-G h3::after {
    transform: translateX(-50%);
    left: 50%;
}.connect-with-us-H .reach-query-G div {
    justify-content: center;
    padding-left: 0;
}.connect-with-us-H .reach-query-G div::before {
    display: none;
}
}

@media (max-width: 768px) {.connect-with-us-H {
    padding: 60px 0;
}.connect-with-us-H .reach-query-G,
    .connect-with-us-H .query-query-G {
    padding: 30px;
}.connect-with-us-H .reach-query-G h3,
    .connect-with-us-H .query-query-G h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.connect-with-us-H .reach-query-G div {
    margin-bottom: 20px;
}.connect-with-us-H .query-query-G input[type="text"],
    .connect-with-us-H .query-query-G input[type="email"] {
    padding: 12px 15px;
}.connect-with-us-H .query-query-G .query-inquiry-K {
    padding: 12px 20px;
}
}

@media (max-width: 480px) {.connect-with-us-H {
    padding: 40px 0;
}.connect-with-us-H .container {
    padding: 0 10px;
}.connect-with-us-H .reach-query-G,
    .connect-with-us-H .query-query-G {
    padding: 20px;
}.connect-with-us-H .reach-query-G h3,
    .connect-with-us-H .query-query-G h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 25px;
}.connect-with-us-H .reach-query-G svg {
    height: 20px;
    width: 20px;
}.connect-with-us-H .query-query-G .reach-map-O label {
    font-size: calc(13px * 0.9);
}.connect-with-us-H .query-query-G .query-inquiry-K {
    width: 100%;
}}.future-students-e {
    padding: 120px 0;
    position: relative;
    background: rgb(226,233,234);
    overflow: hidden;
}.future-students-e::before {
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.3;
    top: 0;
    background: radial-gradient(circle at 30% 40%, rgb(199,194,159,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(179,118,179,0.5) 0%, transparent 35%);
    width: 100%;
    height: 100%;
}.future-students-e .virtual-guides-S {
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.future-students-e h3 {
    margin-bottom: 70px;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    left: 50%;
    font-size: 31px;
    text-align: center;
}.future-students-e h3::before {
    border: 2px solid rgb(199,194,159,0.5);
    top: -20px;
    position: absolute;
    border-radius: 50%;
    left: -30px;
    z-index: -1;
    width: 100px;
    content: "";
    height: 100px;
}.future-students-e h3::after {
    z-index: -1;
    width: 60px;
    right: -20px;
    border: 2px solid rgb(179,118,179,0.5);
    height: 60px;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: -15px;
}.future-students-e ul {
    margin: 0;
    justify-items: center;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    gap: 50px;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
}.future-students-e ul li {
    overflow: hidden;
    transition: all 0.4s ease;
    width: 220px;
    height: 220px;
    color: #000000;
    font-family: Arial, sans-serif;
    align-items: center;
    text-align: center;
    display: flex;
    border-radius: 50%;
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
    background: #ffffff;
    z-index: 2;
    font-size: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
}.future-students-e ul li::before {
    content: "";
    background: linear-gradient(135deg, rgb(199,194,159), rgb(179,118,179));
    border-radius: 50%;
    opacity: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease;
    left: 0;
}.future-students-e ul li::after {
    height: calc(100% + 20px);
    left: -10px;
    border: 2px dashed rgb(199,194,159,0.5);
    border-radius: 50%;
    z-index: -2;
    position: absolute;
    content: "";
    opacity: 0.5;
    top: -10px;
    transition: all 0.4s ease;
    width: calc(100% + 20px);
}.future-students-e ul li:hover {
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.future-students-e ul li:hover::before {
    opacity: 1;
}.future-students-e ul li:hover::after {
    border-color: rgb(179,118,179);
    transform: scale(1.1) rotate(15deg);
    opacity: 0.7;
}.future-students-e ul li svg {
    margin-top: 45px;
    transition: all 0.4s ease;
    height: 40px;
    flex-shrink: 0;
    width: 40px;
    margin-bottom: 20px;
}.future-students-e ul li:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    transform: scale(1.1);
}.future-students-e ul li svg path {
    fill: rgb(199,194,159);
    transition: fill 0.4s ease;
}.future-students-e ul li:hover svg path {
    fill: #ffffff;
}.future-students-e ul li > span {
    max-width: 100%;
    overflow: hidden;
    display: block;
    padding: 0 30px;
    max-height: 100px;
}

@media (max-width: 1200px) {.future-students-e ul {
    gap: 40px;
}.future-students-e ul li {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 992px) {.future-students-e {
    padding: 100px 0;
}.future-students-e h3 {
    margin-bottom: 60px;
    font-size: calc(31px * 0.9);
}.future-students-e ul {
    gap: 35px;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
}.future-students-e ul li {
    height: 220px;
    width: 220px;
}.future-students-e ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.future-students-e {
    padding: 80px 0;
}.future-students-e h3 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.8);
}.future-students-e ul {
    gap: 30px;
}.future-students-e ul li {
    height: 200px;
    width: 200px;
}.future-students-e ul li svg {
    height: 35px;
    width: 35px;
    margin-top: 40px;
}
}

@media (max-width: 580px) {.future-students-e {
    padding: 60px 0;
}.future-students-e .virtual-guides-S {
    padding: 0 20px;
}.future-students-e h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 40px;
}.future-students-e ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.future-students-e ul li {
    width: 220px;
    height: 220px;
}
}

@media (max-width: 480px) {.future-students-e ul li {
    width: 200px;
    height: 200px;
}.future-students-e ul li svg {
    margin-top: 35px;
    width: 30px;
    margin-bottom: 15px;
    height: 30px;
}.future-students-e ul li > span {
    padding: 0 20px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(199,194,159,0.5) 0%, rgb(179,118,179,0.5) 100%);
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    opacity: 0.92;
    bottom: 0;
}footer {
    background-position: center !important;
    background-size: cover !important;
}.grant-info-J {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}.grant-info-J::before {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    background: rgb(199,194,159);
    height: 15px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}.grant-info-J .container {
    flex-wrap: wrap;
    gap: 0;
    display: flex;
    position: relative;
}.grant-info-J .company_holder {
    flex: 0 0 40%;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 3rem 2rem 0;
}.grant-info-J .company_holder::after {
    content: "";
    right: 1.5rem;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, transparent);
}.grant-info-J .company_holder h3 {
    padding-bottom: 1rem;
    position: relative;
    transform: skewX(-10deg);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 1px;
}.grant-info-J .company_holder h3::after {
    width: 80px;
    position: absolute;
    left: 0;
    height: 3px;
    background: rgb(199,194,159);
    content: "";
    box-shadow: 0 0 10px rgb(199,194,159);
    bottom: 0;
}.grant-info-J .tiktok-edu-t {
    transform-origin: left top;
    border-left: 3px solid rgb(199,194,159);
    font-size: 14px;
    transform: skewX(-5deg);
    color: #ffffff;
    line-height: 1.6;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
}.grant-info-J .law-res-Z {
    flex: 0 0 60%;
    flex-wrap: wrap;
    gap: 0;
    display: flex;
}.grant-info-J .nav-class-q {
    flex: 1;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}.grant-info-J .nav-expert-w {
    flex: 0 0 50%;
    position: relative;
    padding: 0 1rem 2rem 1rem;
}.grant-info-J .nav-expert-w h5 {
    font-weight: 600;
    margin: 0 0 1.5rem;
    padding-left: 1rem;
    transform: skewX(-5deg);
    position: relative;
    font-size: 18px;
    color: #ffffff;
}.grant-info-J .nav-expert-w h5::before {
    width: 3px;
    background: rgb(199,194,159);
    bottom: 0;
    transform: skewX(5deg);
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}.grant-info-J .nav-expert-w .nav-class-q {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.grant-info-J .nav-expert-w .nav-class-q a {
    transform: skewX(-5deg);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    position: relative;
    font-size: 14px;
    display: block;
    padding: 0.7rem 1rem;
    overflow: hidden;
    text-decoration: none;
}.grant-info-J .nav-expert-w .nav-class-q a::before {
    left: -100%;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
}.grant-info-J .nav-expert-w .nav-class-q a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
    color: #ffffff;
}.grant-info-J .nav-expert-w .nav-class-q a:hover::before {
    left: 100%;
}.online-tools-Z {
    margin-top: 2rem;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.online-tools-Z .container {
    gap: 1rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.online-tools-Z .discuss-cta-A {
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 14px;
    transform: skewX(-5deg);
}

@media (max-width: 1200px) {.grant-info-J .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.grant-info-J .law-res-Z {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.grant-info-J {
    padding: 4rem 0 2rem;
}.grant-info-J .container {
    flex-direction: column;
}.grant-info-J .company_holder {
    margin-bottom: 3rem;
    flex: 0 0 100%;
    padding-right: 0;
}.grant-info-J .company_holder::after {
    display: none;
}.grant-info-J .law-res-Z {
    flex: 0 0 100%;
}.grant-info-J .nav-expert-w {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.grant-info-J {
    padding: 3.5rem 0 1.5rem;
}.grant-info-J::before {
    height: 10px;
}.grant-info-J .company_holder h3 {
    font-size: calc(31px - 2px);
}.grant-info-J .tiktok-edu-t {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.grant-info-J .nav-expert-w h5, 
    .grant-info-J .nav-expert-w .nav-class-q a {
    transform: skewX(-3deg);
}.grant-info-J .nav-expert-w .nav-class-q a:hover {
    transform: skewX(-3deg) translateX(5px);
}.online-tools-Z {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.online-tools-Z .discuss-cta-A {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.grant-info-J {
    padding: 3rem 0 1rem;
}.grant-info-J::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.grant-info-J .nav-expert-w {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.grant-info-J .company_holder {
    margin-bottom: 2rem;
}.grant-info-J .nav-expert-w .nav-class-q a {
    padding: 0.6rem 0.8rem;
}.grant-info-J .nav-expert-w .nav-class-q a:hover {
    padding-left: 1.2rem;
}.online-tools-Z {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.grant-info-J .company_holder h3 {
    transform: skewX(-5deg);
}.grant-info-J .company_holder h3::after {
    width: 60px;
}.grant-info-J .tiktok-edu-t {
    transform: none;
}.grant-info-J .nav-expert-w h5 {
    transform: none;
}.grant-info-J .nav-expert-w h5::before {
    transform: none;
}.grant-info-J .nav-expert-w .nav-class-q a,
    .grant-info-J .nav-expert-w .nav-class-q a:hover,
    .online-tools-Z .discuss-cta-A {
    transform: none;
}}.pricing-matrix-x {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}.pricing-matrix-x::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
}.pricing-matrix-x .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.pricing-matrix-x .cost-matrix-b {
    transform-style: preserve-3d;
    perspective: 1000px;
}.pricing-matrix-x h2 {
    text-align: center;
    font-size: 35px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    transform: translateZ(20px);
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}.pricing-matrix-x .fee-pricing-J {
    line-height: 1.6;
    position: relative;
    transform: translateZ(15px);
    font-size: calc(18px * 1.1);
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    text-align: center;
    margin: 0 auto 50px;
}.pricing-matrix-x .package-pricing-U {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    list-style: none;
    display: grid;
}.pricing-matrix-x .package-pricing-U li {
    perspective: 800px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
}.pricing-matrix-x .basic-rates-b {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    position: relative;
    transform: translateZ(0);
    text-decoration: none;
    display: block;
}.pricing-matrix-x .lesson-fees-I {
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px 30px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    border-radius: 4px;
}.pricing-matrix-x .lesson-fees-I::before {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(199,194,159) 0%, 
        rgb(179,118,179) 100%);
    height: 4px;
    opacity: 0.8;
    content: "";
    top: 0;
    transform: scaleX(0.8);
    transition: all 0.4s ease;
    width: 100%;
    left: 0;
}.pricing-matrix-x .lesson-fees-I::after {
    height: 120px;
    transition: all 0.5s ease;
    background: radial-gradient(
        circle, 
        rgb(199,194,159,0.5) 0%, 
        transparent 70%
    );
    right: -60px;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
    content: "";
    width: 120px;
    bottom: -60px;
}.pricing-matrix-x .learning-rates-C {
    position: relative;
    z-index: 2;
}.pricing-matrix-x .learning-rates-C h4 {
    padding-bottom: 15px;
    position: relative;
    font-size: calc(24px * 1.2);
    font-weight: 600;
    margin: 0 0 20px;
    color: #ffffff;
}.pricing-matrix-x .learning-rates-C h4::after {
    height: 2px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    background-color: rgb(179,118,179);
    bottom: 0;
}.pricing-matrix-x .learning-rates-C p {
    color: rgb(255, 255, 255, 0.5);
    font-size: 18px;
    scrollbar-color: rgb(179,118,179) transparent;
    padding-right: 10px;
    line-height: 1.6;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    margin-bottom: 30px;
}.pricing-matrix-x .learning-rates-C p::-webkit-scrollbar {
    width: 4px;
}.pricing-matrix-x .learning-rates-C p::-webkit-scrollbar-track {
    background: transparent;
}.pricing-matrix-x .learning-rates-C p::-webkit-scrollbar-thumb {
    background-color: rgb(179,118,179,0.5);
    border-radius: 20px;
}.pricing-matrix-x .plan-fees-a {
    color: #ffffff;
    padding: 10px 0;
    font-weight: 700;
    font-size: calc(24px * 1.4);
    position: relative;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    margin-top: 10px;
    display: block;
}.pricing-matrix-x .plan-fees-a::before {
    left: 0;
    content: "";
    width: 60px;
    position: absolute;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(179,118,179) 0%, 
        transparent 100%);
}.pricing-matrix-x .basic-rates-b:hover .lesson-fees-I {
    transform: translateY(-8px) translateZ(20px);
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
}.pricing-matrix-x .basic-rates-b:hover .lesson-fees-I::before {
    transform: scaleX(1);
    opacity: 1;
}.pricing-matrix-x .basic-rates-b:hover .lesson-fees-I::after {
    opacity: 0.7;
    transform: scale(1.2);
}.pricing-matrix-x .basic-rates-b:hover .learning-rates-C h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing-matrix-x .package-pricing-U li {
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
}.pricing-matrix-x .package-pricing-U li:nth-child(1) {
    animation-delay: 0.1s;
}.pricing-matrix-x .package-pricing-U li:nth-child(2) {
    animation-delay: 0.2s;
}.pricing-matrix-x .package-pricing-U li:nth-child(3) {
    animation-delay: 0.3s;
}.pricing-matrix-x .package-pricing-U li:nth-child(4) {
    animation-delay: 0.4s;
}


@media (max-width: 1200px) {.pricing-matrix-x {
    padding: 100px 0 80px;
}.pricing-matrix-x .package-pricing-U {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing-matrix-x h2 {
    font-size: calc(35px * 0.9);
}.pricing-matrix-x .fee-pricing-J {
    margin-bottom: 40px;
}.pricing-matrix-x .lesson-fees-I {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.pricing-matrix-x {
    padding: 80px 0 60px;
}.pricing-matrix-x h2 {
    font-size: calc(35px * 0.8);
}.pricing-matrix-x .fee-pricing-J {
    font-size: 18px;
    margin-bottom: 30px;
}.pricing-matrix-x .package-pricing-U {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing-matrix-x .learning-rates-C p {
    font-size: calc(18px * 0.95);
    max-height: 180px;
}
}

@media (max-width: 576px) {.pricing-matrix-x {
    padding: 60px 0 40px;
}.pricing-matrix-x .container {
    padding: 0 15px;
}.pricing-matrix-x h2 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.7);
}.pricing-matrix-x .fee-pricing-J {
    margin-bottom: 25px;
    font-size: calc(18px * 0.95);
}.pricing-matrix-x .package-pricing-U {
    grid-template-columns: 1fr;
    gap: 25px;
}.pricing-matrix-x .lesson-fees-I {
    padding: 30px 20px;
}.pricing-matrix-x .learning-rates-C h4 {
    font-size: 24px;
}.pricing-matrix-x .plan-fees-a {
    font-size: calc(24px * 1.2);
}}.instructor-history-Y {
    border-radius: 27px;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,233,234) 0%, rgb(199,194,159,0.5) 100%);
    position: relative;
}.instructor-history-Y::before {
    transform: rotate(-15deg);
    top: -10%;
    z-index: 1;
    content: "";
    width: 70%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    height: 120%;
    animation: pulse 8s infinite alternate;
    left: -10%;
    background: rgb(179,118,179,0.5);
    position: absolute;
}.instructor-history-Y .success-ratings-H {
    grid-template-columns: 1fr 1.2fr;
    transform: perspective(1000px) rotateY(5deg);
    display: grid;
    gap: 2rem;
    transition: transform 0.5s ease;
    z-index: 2;
    position: relative;
}.instructor-history-Y .success-ratings-H:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.instructor-history-Y .video-thumbnail-a {
    transform: rotate(-3deg) translateY(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 400px;
}.instructor-history-Y .video-thumbnail-a::after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(199,194,159,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
    content: "";
}.instructor-history-Y .success-ratings-H:hover .video-thumbnail-a {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) translateY(0);
}.instructor-history-Y .work-projects-j {
    border-radius: 27px;
    transition: transform 0.5s ease;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    transform: translateY(30px) rotate(2deg);
    background: #ffffff;
    position: relative;
}.instructor-history-Y .success-ratings-H:hover .work-projects-j {
    transform: translateY(0) rotate(0deg);
}.instructor-history-Y .name {
    font-size: 30px;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    color: rgb(199,194,159);
    font-weight: 700;
    position: relative;
}.instructor-history-Y .name::after {
    transform-origin: left;
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(179,118,179) 0%, rgb(199,194,159) 100%);
    bottom: -8px;
    width: 60px;
    transition: transform 0.3s ease;
    transform: scaleX(0.6);
}.instructor-history-Y .success-ratings-H:hover .name::after {
    transform: scaleX(1);
}.instructor-history-Y .work-projects-j > div:nth-child(2) {
    opacity: 0.8;
    font-size: 22px;
    color: rgb(179,118,179);
    transform: translateX(5px);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    font-weight: 600;
}.instructor-history-Y .success-ratings-H:hover .work-projects-j > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.instructor-history-Y .job-container-P {
    line-height: 1.6;
    font-style: italic;
    padding-left: 1.5rem;
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    position: relative;
}.instructor-history-Y .job-container-P::before {
    background: linear-gradient(to bottom, rgb(199,194,159), rgb(179,118,179));
    width: 3px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.instructor-history-Y .success-ratings-H {
    grid-template-columns: 1fr;
}.instructor-history-Y .video-thumbnail-a {
    height: 300px;
}}.our-mission-t {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: rgb(226,233,234);
}.our-mission-t::before {
    background: linear-gradient(90deg, rgb(199,194,159), rgb(179,118,179));
    top: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}.our-mission-t .container {
    z-index: 2;
    position: relative;
}.our-mission-t h2 {
    font-size: 28px;
    display: inline-block;
    color: #000000;
    margin-bottom: 50px;
    left: 50%;
    padding: 0 15px;
    background: #ffffff;
    text-align: center;
    position: relative;
    transform: translateX(-50%);
    font-weight: 700;
}.our-mission-t h2::after {
    width: 40px;
    height: 2px;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    background: rgb(199,194,159);
}.our-mission-t .who-mentors-a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
}.our-mission-t .who-mentors-a::before {
    position: absolute;
    height: 50px;
    top: 50%;
    border-radius: 50%;
    content: "";
    border: 3px solid rgb(199,194,159);
    background: #ffffff;
    width: 50px;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -50%);
}.our-mission-t .who-mentors-a::after {
    content: "";
    width: 1px;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    background: rgb(199,194,159,0.5);
    transform: translateX(-50%);
}.our-mission-t .learn-guide-g {
    border-radius: 18px;
    background: #ffffff;
    padding: 35px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.our-mission-t .learn-guide-g:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.our-mission-t .learn-guide-g:first-child {
    border-bottom: 3px solid rgb(199,194,159);
}.our-mission-t .learn-guide-g:last-child {
    border-bottom: 3px solid rgb(179,118,179);
}.our-mission-t .learn-guide-g h3 {
    color: rgb(199,194,159);
    margin-bottom: 20px;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
}.our-mission-t .learn-guide-g h3::after {
    left: 0;
    width: 60px;
    background: rgb(179,118,179);
    bottom: 0;
    height: 2px;
    content: "";
    position: absolute;
}.our-mission-t .learn-guide-g p {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}.our-mission-t .learn-guide-g:first-child::before {
    top: 20px;
    content: "01";
    right: 20px;
    color: rgb(199,194,159,0.5);
    position: absolute;
    opacity: 0.2;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
}.our-mission-t .learn-guide-g:last-child::before {
    position: absolute;
    font-size: 70px;
    content: "02";
    font-weight: 700;
    color: rgb(179,118,179,0.5);
    top: 20px;
    opacity: 0.2;
    line-height: 1;
    right: 20px;
}.our-mission-t .container::before {
    top: -100px;
    height: 200px;
    left: -100px;
    border-radius: 50%;
    border: 30px solid rgb(199,194,159,0.5);
    content: "";
    position: absolute;
    width: 200px;
    z-index: -1;
    opacity: 0.1;
}.our-mission-t .container::after {
    border: 30px solid rgb(179,118,179,0.5);
    z-index: -1;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 150px;
    right: -70px;
    bottom: -70px;
    width: 150px;
}

@media screen and (max-width: 991px) {.our-mission-t {
    padding: 70px 0;
}.our-mission-t h2 {
    margin-bottom: 40px;
}.our-mission-t .who-mentors-a {
    gap: 25px;
    grid-template-columns: 1fr;
}.our-mission-t .who-mentors-a::before,
    .our-mission-t .who-mentors-a::after {
    display: none;
}.our-mission-t .learn-guide-g {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.our-mission-t {
    padding: 60px 0;
}.our-mission-t h2 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.9);
}.our-mission-t .learn-guide-g {
    padding: 25px;
}.our-mission-t .learn-guide-g h3 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.our-mission-t .learn-guide-g p {
    font-size: calc(16px * 0.95);
}.our-mission-t .learn-guide-g:first-child::before,
    .our-mission-t .learn-guide-g:last-child::before {
    right: 15px;
    top: 15px;
    font-size: 60px;
}
}

@media screen and (max-width: 575px) {.our-mission-t {
    padding: 50px 0;
}.our-mission-t h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.our-mission-t .learn-guide-g {
    padding: 20px;
}.our-mission-t .learn-guide-g h3 {
    margin-bottom: 12px;
    font-size: calc(18px * 0.85);
    padding-bottom: 10px;
}.our-mission-t .learn-guide-g p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.our-mission-t .learn-guide-g:first-child::before,
    .our-mission-t .learn-guide-g:last-child::before {
    font-size: 50px;
    right: 10px;
    top: 10px;
}.our-mission-t .container::before,
    .our-mission-t .container::after {
    width: 100px;
    border-width: 20px;
    height: 100px;
}}header .header-train-J {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    background: linear-gradient(120deg, rgb(226,233,234) 0%, rgb(199,194,159,0.5) 100%);
    overflow: hidden;
    position: relative;
    z-index: 100;
}header .header-train-J::before {
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(179,118,179,0.5) 10px,
        rgb(179,118,179,0.5) 11px
    );
    content: "";
    height: 100%;
    animation: slidePattern 25s linear infinite;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}header .header-train-J::after {
    content: "";
    height: 100px;
    opacity: 0.1;
    width: 150%;
    top: -50px;
    z-index: -2;
    left: -25%;
    transform: rotate(-2deg);
    position: absolute;
    background: rgb(199,194,159);
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .header-main-v {
    display: grid;
    gap: 2rem;
    align-items: center;
    grid-template-columns: auto 1fr;
}header .nav-base-n {
    z-index: 2;
    position: relative;
}header .top-primary-d {
    border-radius: 10px;
    display: block;
    position: relative;
    transform: rotate(-3deg);
    padding: 15px;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 0 rgb(199,194,159,0.5);
}header .top-primary-d::before {
    top: -5px;
    right: -5px;
    content: "";
    border: 2px dashed rgb(199,194,159,0.5);
    bottom: -5px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    left: -5px;
    border-radius: 10px;
}header .top-primary-d:hover {
    box-shadow: 8px 8px 0 rgb(199,194,159);
    transform: rotate(0deg) translateY(-5px);
}header .top-primary-d:hover::before {
    left: -8px;
    top: -8px;
    bottom: -8px;
    opacity: 1;
    right: -8px;
}header .top-primary-d svg {
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    height: 45px;
    width: auto;
}header .nav-expert-w {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    display: flex;
}header .nav-expert-w::before {
    bottom: 0;
    border-radius: 0 11px 11px 0;
    transition: width 0.3s ease;
    z-index: -1;
    width: 85%;
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.15;
    background: linear-gradient(90deg, transparent, rgb(179,118,179,0.5) 100%);
}header .nav-expert-w:hover::before {
    width: 100%;
}header .top-pagewrap-D {
    margin: 5px 3px;
    position: relative;
}header .top-pagewrap-D:nth-child(odd) {
    transform: translateY(-3px);
}header .top-pagewrap-D:nth-child(even) {
    transform: translateY(3px);
}header .top-pagewrap-D a {
    font-family: Arial, sans-serif;
    display: block;
    overflow: hidden;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    border-radius: 0 10px 0 10px;
    font-size: 18px;
    font-weight: 600;
    background: #ffffff;
    padding: 8px 16px;
    border-left: 3px solid transparent;
}header .top-pagewrap-D a::before {
    top: 0;
    height: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: top;
    background: rgb(199,194,159);
    right: 0;
    content: "";
    transform: scaleY(0);
    width: 5px;
}header .top-pagewrap-D a::after {
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(199,194,159) 0%, rgb(179,118,179) 100%);
    bottom: 0;
    width: 100%;
    transform-origin: left;
    transition: transform 0.3s ease 0.1s;
    height: 2px;
    content: "";
    left: 0;
}header .top-pagewrap-D a:hover {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    transform: translateX(5px);
    color: rgb(199,194,159);
    border-left-color: rgb(199,194,159);
}header .top-pagewrap-D a:hover::before {
    transform: scaleY(1);
}header .top-pagewrap-D a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .header-main-v {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}header .nav-base-n {
    justify-self: center;
}header .nav-expert-w {
    justify-content: center;
}header .nav-expert-w::before {
    background: rgb(179,118,179,0.5);
    opacity: 0.1;
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .nav-expert-w {
    width: 100%;
    flex-direction: column;
}header .top-pagewrap-D {
    margin: 3px 0;
    transform: none !important;
    width: 100%;
}header .top-pagewrap-D a {
    text-align: center;
    border-radius: 10px;
    border-bottom: 3px solid transparent;
    border-left: none;
}header .top-pagewrap-D a:hover {
    transform: translateY(-3px);
    border-left-color: transparent;
    border-bottom-color: rgb(199,194,159);
}header .top-pagewrap-D a::before {
    height: 5px;
    transform: scaleX(0);
    right: auto;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
}header .top-pagewrap-D a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .top-primary-d {
    transform: none;
    padding: 10px;
}header .top-primary-d svg {
    height: 40px;
}header .top-primary-d:hover {
    transform: translateY(-3px);
}}.title-opener-X {
    min-height: 100vh;
    justify-content: center;
    padding: 2rem;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(226,233,234) 0%, rgb(199,194,159,0.5) 100%);
    display: flex;
    overflow: hidden;
}.title-opener-X::before {
    background-position: 0 0, 0 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    opacity: 0.07;
    position: absolute;
    background-size: 100% 100%, 60px 60px;
    background: 
    radial-gradient(circle at 10% 20%, transparent 0%, rgb(179,118,179,0.5) 70%),
    linear-gradient(45deg, transparent 48%, rgb(199,194,159,0.5) 49%, rgb(199,194,159,0.5) 51%, transparent 52%) rgb(226,233,234);
    left: 0;
    content: "";
}.title-opener-X::after {
    content: "";
    z-index: 0;
    opacity: 0.08;
    height: 70%;
    right: -5%;
    top: -10%;
    transform: rotate(-12deg) skewX(-15deg);
    position: absolute;
    background: rgb(179,118,179);
    width: 45%;
}.title-opener-X .edu-title-V {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 1200px;
    width: 100%;
    z-index: 5;
    transform: translateY(-2%);
}.title-opener-X .edu-title-V > div:first-child {
    animation: slideInLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: 0.3s;
    position: relative;
    opacity: 0;
    transform: translateX(-5%);
}.title-opener-X .edu-title-V > div:last-child {
    animation: slideInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(5%);
    position: relative;
    animation-delay: 0.6s;
    opacity: 0;
}.title-opener-X h3 {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 6px 15px -5px rgba(0, 0, 0, 0.1);
    color: #000000;
    max-width: 90%;
    font-size: calc(20px * 1.1);
    border-left: 4px solid rgb(199,194,159);
    background: linear-gradient(to right, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: perspective(1000px) rotateY(-2deg);
    font-weight: 600;
    padding-left: 1.5rem;
    line-height: 1.5;
}.title-opener-X .expert-team-T {
    padding: 2rem;
    z-index: 10;
    position: relative;
}.title-opener-X .expert-team-T::before {
    animation-delay: 1s;
    top: -1px;
    transform-origin: left;
    content: "";
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    z-index: 2;
    height: 6px;
    transform: scaleX(0.97);
    background: linear-gradient(90deg, rgb(199,194,159) 0%, rgb(179,118,179) 100%);
    left: -1px;
    right: -1px;
    position: absolute;
}.title-opener-X h1 {
    font-size: 38px;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    transition: transform 0.5s ease;
    font-weight: 700;
}.title-opener-X h1::after {
    height: 3px;
    content: "";
    width: 80px;
    bottom: -0.5rem;
    left: 0;
    transform: scaleX(0);
    animation: expandWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    background: rgb(199,194,159);
    transform-origin: left;
    animation-delay: 0.8s;
}.title-opener-X .expert-team-T div {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin-top: 1.5rem;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    padding: 2.5rem;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.title-opener-X .expert-team-T div::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(199,194,159,0.5) 0%, transparent 100%);
    mix-blend-mode: multiply;
    content: "";
    top: 0;
    opacity: 0.7;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}.title-opener-X .expert-team-T div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0);
}.title-opener-X .expert-team-T div p {
    z-index: 2;
    font-size: calc(15px * 1.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    max-width: 90%;
    color: #ffffff;
    line-height: 1.6;
    font-weight: 600;
    margin: 0;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(5%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@media screen and (min-width: 768px) {.title-opener-X {
    padding: 3rem;
}.title-opener-X .edu-title-V {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.title-opener-X h1 {
    font-size: calc(38px * 1.2);
}.title-opener-X h3 {
    max-width: 85%;
    font-size: calc(20px * 1.2);
}.title-opener-X .expert-team-T div p {
    font-size: calc(15px * 1.3);
}
}

@media screen and (min-width: 992px) {.title-opener-X {
    padding: 0;
}.title-opener-X .edu-title-V {
    grid-template-columns: 45% 55%;
    gap: 0;
}.title-opener-X .edu-title-V > div:first-child {
    display: flex;
    padding-right: 2rem;
    align-items: center;
}.title-opener-X h3 {
    transform: perspective(1000px) rotateY(-3deg);
    padding: 2rem;
}.title-opener-X .expert-team-T {
    padding: 3rem 2rem;
}.title-opener-X h1 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 1.3);
}.title-opener-X .expert-team-T div {
    margin-top: 2rem;
    padding: 3rem;
    transform: perspective(1000px) rotateY(3deg);
}.title-opener-X .expert-team-T div p {
    max-width: 80%;
}
}

@media screen and (min-width: 1200px) {.title-opener-X .edu-title-V {
    max-width: 1400px;
}.title-opener-X h1 {
    font-size: calc(38px * 1.4);
}.title-opener-X h3 {
    font-size: calc(20px * 1.3);
    max-width: 90%;
}.title-opener-X .expert-team-T div {
    padding: 4rem 3rem;
}.title-opener-X .expert-team-T div:hover ~ h1 {
    transform: perspective(1000px) rotateX(2deg);
}
}

@media (hover: hover) {.title-opener-X .expert-team-T div {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.title-opener-X .expert-team-T div:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}
}

@media (max-width: 767px) {.title-opener-X {
    padding: 2rem 1rem;
}.title-opener-X h3 {
    font-size: 20px;
    padding: 1rem 1rem 1rem 1.2rem;
    max-width: 100%;
}.title-opener-X h1 {
    font-size: calc(38px * 0.9);
}.title-opener-X .expert-team-T {
    padding: 1rem 0.5rem;
}.title-opener-X .expert-team-T div {
    padding: 2rem 1.5rem;
    transform: perspective(1000px) rotateY(0);
}.title-opener-X .expert-team-T div p {
    font-size: 15px;
    max-width: 100%;
}}.teaching-process-l {
    min-height: 70vh;
    background: rgb(226,233,234);
    position: relative;
    isolation: isolate;
    overflow: hidden;
}.teaching-process-l::before {
    animation: rotateBg 25s linear infinite;
    position: absolute;
    left: -50%;
    content: "";
    background: 
        radial-gradient(circle at 30% 30%, rgb(199,194,159,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(179,118,179,0.5) 0%, transparent 50%);
    z-index: 0;
    top: -50%;
    width: 200%;
    height: 200%;
}.teaching-process-l::after {
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    left: 0;
    top: 0;
    content: "";
}.teaching-process-l .container {
    position: relative;
    z-index: 2;
    padding: 5rem 2rem;
    margin: 0 auto;
    max-width: 1000px;
}.teaching-process-l .virtual-guides-S {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 4rem 2rem;
}.teaching-process-l .virtual-guides-S::before {
    width: 120%;
    opacity: 0.7;
    filter: blur(15px);
    background: linear-gradient(90deg, transparent, rgb(199,194,159,0.5), transparent);
    left: -10%;
    z-index: -1;
    height: 30px;
    position: absolute;
    top: 0;
    content: "";
    animation: waveEffect 8s ease-in-out infinite;
}.teaching-process-l .virtual-guides-S::after {
    left: -10%;
    background: linear-gradient(90deg, transparent, rgb(179,118,179,0.5), transparent);
    width: 120%;
    filter: blur(15px);
    bottom: 0;
    position: absolute;
    animation: waveEffect 8s ease-in-out infinite reverse;
    opacity: 0.7;
    content: "";
    height: 30px;
    z-index: -1;
}.teaching-process-l h3 {
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 2rem;
    position: relative;
    transform-style: preserve-3d;
    font-weight: 700;
    perspective: 500px;
    overflow: hidden;
    font-size: 36px;
    color: rgb(199,194,159);
    text-align: center;
}.teaching-process-l h3::before {
    content: "";
    transform: translateX(-100%);
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmerEffect 5s infinite;
    position: absolute;
    left: 0;
    top: 0;
}.teaching-process-l h3::after {
    width: 100%;
    opacity: 0;
    height: 100%;
    left: 0;
    animation: glowPulse 4s ease-in-out infinite;
    position: absolute;
    color: transparent;
    text-shadow: 0 0 15px rgb(199,194,159), 0 0 10px rgb(199,194,159);
    content: attr(data-text);
    z-index: -1;
    transform: translateZ(20px);
    top: 0;
}.teaching-process-l span {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    border-radius: 15px;
    position: relative;
    line-height: 1.8;
    z-index: 2;
    max-width: 800px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    display: block;
    animation: floatText 6s ease-in-out infinite;
    color: #000000;
    text-align: center;
}.teaching-process-l span::before {
    animation: holographicShine 10s linear infinite;
    transform: rotate(45deg);
    content: "";
    top: -50%;
    width: 200%;
    position: absolute;
    height: 200%;
    left: -50%;
    z-index: -1;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}.teaching-process-l span::after {
    opacity: 0.5;
    animation: shadowPulse 6s ease-in-out infinite;
    height: 10px;
    bottom: -10px;
    position: absolute;
    z-index: -1;
    content: "";
    width: 80%;
    border-radius: 50%;
    filter: blur(10px);
    background: rgb(179,118,179,0.5);
    left: 10%;
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes waveEffect {
    0%, 100% {
        transform: translateX(-30%) scaleX(1.2);
    }
    50% {
        transform: translateX(30%) scaleX(0.8);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes holographicShine {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}

@keyframes shadowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.8);
    }
    50% {
        opacity: 0.6;
        transform: scaleX(1.2);
    }
}

@media (max-width: 992px) {.teaching-process-l {
    min-height: 60vh;
}.teaching-process-l .container {
    padding: 4rem 1.5rem;
}.teaching-process-l .virtual-guides-S {
    padding: 3rem 1.5rem;
}.teaching-process-l h3 {
    font-size: calc(36px * 0.9);
    padding-bottom: 1.5rem;
}.teaching-process-l span {
    font-size: calc(14px * 0.95);
    padding: 1.8rem;
}
}

@media (max-width: 768px) {.teaching-process-l {
    min-height: 50vh;
}.teaching-process-l .container {
    padding: 3rem 1.2rem;
}.teaching-process-l .virtual-guides-S {
    gap: 1.5rem;
    padding: 2.5rem 1.2rem;
}.teaching-process-l h3 {
    padding-bottom: 1.2rem;
    font-size: calc(36px * 0.8);
}.teaching-process-l span {
    padding: 1.5rem;
    font-size: calc(14px * 0.9);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.teaching-process-l {
    min-height: 40vh;
}.teaching-process-l .container {
    padding: 2.5rem 1rem;
}.teaching-process-l .virtual-guides-S {
    gap: 1.2rem;
    padding: 2rem 1rem;
}.teaching-process-l h3 {
    font-size: calc(36px * 0.7);
    padding-bottom: 1rem;
}.teaching-process-l span {
    padding: 1.2rem;
    font-size: calc(14px * 0.85);
    line-height: 1.6;
}.teaching-process-l .virtual-guides-S::before,
    .teaching-process-l .virtual-guides-S::after {
    height: 20px;
}}.thanksZone-Z {
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(226,233,234) 0%, rgb(199,194,159,0.5) 100%);
    position: relative;
}.thanksZone-Z::before {
    height: 100%;
    opacity: 0.1;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(179,118,179,0.5) 49.5%, rgb(179,118,179,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(179,118,179,0.5) 49.5%, rgb(179,118,179,0.5) 50.5%, transparent 50.5%);
    background-size: 60px 60px;
    width: 100%;
    top: 0;
}.thanksZone-Z::after {
    position: absolute;
    height: 70%;
    opacity: 0.03;
    width: 50%;
    content: "";
    background: rgb(199,194,159);
    right: -10%;
    z-index: 0;
    transform: rotate(-15deg) skewX(-15deg);
    top: 20%;
}.thanksZone-Z .container {
    transform-style: preserve-3d;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    perspective: 1000px;
    margin: 0 auto;
}.thanksZone-Z h2 {
    text-align: left;
    font-size: 31px;
    transform: translateZ(30px);
    font-weight: 700;
    margin-bottom: 40px;
    opacity: 0;
    position: relative;
    color: #000000;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}.thanksZone-Z h2::after {
    height: 4px;
    transform: scaleX(0);
    content: "";
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    bottom: -15px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(199,194,159), rgb(179,118,179));
    width: 80px;
    left: 0;
}.thanksZone-Z .virtual-guides-S {
    border-radius: 10px;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    padding: 50px 40px;
    opacity: 0;
    background: #ffffff;
    overflow: hidden;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    position: relative;
}.thanksZone-Z .virtual-guides-S::before {
    width: 100%;
    opacity: 0.07;
    z-index: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(199,194,159,0.5) 0%, transparent 80%);
    content: "";
    position: absolute;
    top: 0;
}.thanksZone-Z .virtual-guides-S::after {
    background: radial-gradient(circle, rgb(199,194,159,0.5) 0%, transparent 70%);
    transition: opacity 1.5s ease, transform 1.5s ease;
    z-index: 0;
    opacity: 0;
    transform: scale(0.8);
    width: 300%;
    position: absolute;
    content: "";
    left: -100%;
    height: 300%;
    pointer-events: none;
    top: -100%;
}.thanksZone-Z .virtual-guides-S:hover::after {
    opacity: 0.05;
    transform: scale(1);
}.thanksZone-Z ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    list-style: none;
}.thanksZone-Z li {
    position: relative;
    z-index: 2;
    padding-left: 30px;
}.thanksZone-Z li::before {
    left: 0;
    top: 12px;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(199,194,159) 0%, rgb(179,118,179) 100%);
    border-radius: 50%;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 10px;
    transform: scale(0);
    height: 10px;
}.thanksZone-Z li span {
    font-family: Arial, sans-serif;
    font-size: 12px;
    display: block;
    line-height: 1.8;
    transform: translateY(20px);
    color: #000000;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
}.thanksZone-Z .virtual-guides-S:hover {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
}


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


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

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

@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

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


@media screen and (max-width: 1200px) {.thanksZone-Z {
    padding: 100px 0 80px;
}.thanksZone-Z h2 {
    font-size: calc(31px - 2px);
}
}

@media screen and (max-width: 992px) {.thanksZone-Z {
    padding: 80px 0 60px;
}.thanksZone-Z h2 {
    font-size: calc(31px - 4px);
}.thanksZone-Z .virtual-guides-S {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.thanksZone-Z {
    padding: 60px 0 50px;
}.thanksZone-Z h2 {
    margin-bottom: 30px;
    font-size: calc(31px - 6px);
}.thanksZone-Z .virtual-guides-S {
    padding: 30px 25px;
    transform: translateZ(0) perspective(1000px) rotateX(0);
}.thanksZone-Z h2::after {
    height: 3px;
    width: 60px;
}.thanksZone-Z li {
    padding-left: 25px;
}.thanksZone-Z li::before {
    width: 8px;
    height: 8px;
}
}

@media screen and (max-width: 576px) {.thanksZone-Z {
    padding: 50px 0 40px;
}.thanksZone-Z h2 {
    margin-bottom: 25px;
    font-size: calc(31px - 8px);
}.thanksZone-Z .virtual-guides-S {
    padding: 25px 20px;
}.thanksZone-Z li {
    padding-left: 22px;
}.thanksZone-Z li span {
    line-height: 1.6;
    font-size: calc(12px - 1px);
}.thanksZone-Z li::before {
    width: 7px;
    top: 10px;
    height: 7px;
}
}

@media (hover: none) {.thanksZone-Z .virtual-guides-S:hover {
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
}.thanksZone-Z .virtual-guides-S:hover::after {
    opacity: 0;
}}.secure-bolt-I {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(226,233,234) 0%, #ffffff 100%);
    overflow: hidden;
}.secure-bolt-I::before {
    width: 25vw;
    content: "";
    top: -10%;
    filter: blur(80px);
    background: rgb(199,194,159,0.5);
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg);
    right: -5%;
    opacity: 0.15;
    height: 25vw;
}.secure-bolt-I::after {
    bottom: -10%;
    z-index: 0;
    filter: blur(80px);
    position: absolute;
    opacity: 0.15;
    transform: rotate(15deg);
    background: rgb(179,118,179,0.5);
    width: 25vw;
    content: "";
    height: 25vw;
    left: -5%;
}.secure-bolt-I .container {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    border-left: 3px solid rgb(199,194,159);
    transform: perspective(1000px) rotateY(1deg);
    padding: 3rem;
    max-width: 1200px;
    transition: transform 0.5s ease-out;
}.secure-bolt-I .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.secure-bolt-I h1 {
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 43px;
    transform: translateX(-8px);
    color: #000000;
    position: relative;
}.secure-bolt-I h1::before {
    background: linear-gradient(to bottom, rgb(199,194,159), rgb(179,118,179));
    transform: translateY(-50%);
    width: 6px;
    top: 50%;
    content: "";
    position: absolute;
    height: 50%;
    left: -20px;
}.secure-bolt-I h2 {
    margin: 3rem 0 1.5rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
    color: #000000;
    position: relative;
    font-size: 33px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.secure-bolt-I h2::after {
    transition: width 0.3s ease;
    height: 3px;
    background: linear-gradient(90deg, rgb(199,194,159), rgb(179,118,179));
    content: "";
    left: 0;
    width: 50px;
    bottom: -1px;
    position: absolute;
}.secure-bolt-I h2:hover::after {
    width: 100px;
}.secure-bolt-I h3 {
    font-size: calc(33px * 0.85);
    font-weight: 600;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
    position: relative;
    padding-left: 15px;
}.secure-bolt-I h3::before {
    height: 100%;
    left: 0;
    background: rgb(179,118,179);
    position: absolute;
    top: 0;
    opacity: 0.7;
    content: "";
    width: 3px;
}.secure-bolt-I h4 {
    display: inline-block;
    font-size: calc(33px * 0.7);
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1rem;
    position: relative;
}.secure-bolt-I h4::after {
    bottom: -3px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(179,118,179), transparent);
    height: 1px;
}.secure-bolt-I p {
    margin-bottom: 1.5rem;
    font-size: 18px;
    max-width: 90ch;
    color: #000000;
    line-height: 1.8;
}.secure-bolt-I ul {
    position: relative;
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.5rem;
}.secure-bolt-I ul::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(199,194,159,0.5), transparent);
    content: "";
    width: 1px;
    left: 0;
    top: 0;
    position: absolute;
}.secure-bolt-I li {
    margin-bottom: 1rem;
    padding-left: 1rem;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    position: relative;
    transition: transform 0.2s ease;
}.secure-bolt-I li::before {
    height: 8px;
    background: rgb(199,194,159);
    top: 0.7rem;
    left: -1.5rem;
    content: "";
    position: absolute;
    opacity: 0.7;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    width: 8px;
}.secure-bolt-I li:hover {
    transform: translateX(3px);
}.secure-bolt-I li:hover::before {
    transform: rotate(135deg);
    background: rgb(179,118,179);
}.secure-bolt-I span {
    margin-bottom: 2rem;
    color: #000000;
    opacity: 0.9;
    font-size: 18px;
    font-style: italic;
    display: block;
    line-height: 1.7;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 2px solid rgb(179,118,179,0.5);
}.secure-bolt-I strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.secure-bolt-I strong::after {
    opacity: 0.3;
    left: 0;
    height: 2px;
    bottom: -2px;
    background: rgb(199,194,159,0.5);
    width: 100%;
    position: absolute;
    content: "";
}

@media (max-width: 991px) {.secure-bolt-I {
    padding: 4rem 1.5rem;
}.secure-bolt-I .container {
    transform: perspective(800px) rotateY(0.5deg);
    padding: 2.5rem 2rem;
}.secure-bolt-I h1 {
    font-size: calc(43px * 0.9);
}.secure-bolt-I h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 767px) {.secure-bolt-I {
    padding: 3rem 1rem;
}.secure-bolt-I .container {
    border-left-width: 2px;
    transform: perspective(600px) rotateY(0.3deg);
    padding: 2rem 1.5rem;
}.secure-bolt-I h1 {
    transform: translateX(-5px);
    font-size: calc(43px * 0.8);
}.secure-bolt-I h1::before {
    left: -15px;
    width: 4px;
}.secure-bolt-I h2 {
    font-size: calc(33px * 0.8);
    margin: 2.5rem 0 1.25rem;
}.secure-bolt-I h3 {
    font-size: calc(33px * 0.7);
}.secure-bolt-I h4 {
    font-size: calc(33px * 0.6);
}.secure-bolt-I p, 
    .secure-bolt-I li,
    .secure-bolt-I span {
    font-size: calc(18px * 0.95);
}.secure-bolt-I ul {
    padding-left: 1rem;
}.secure-bolt-I li::before {
    width: 6px;
    left: -1rem;
    height: 6px;
}
}

@media (max-width: 480px) {.secure-bolt-I {
    padding: 2rem 0.75rem;
}.secure-bolt-I .container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: none;
    padding: 1.5rem 1.25rem;
}.secure-bolt-I h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 1.5rem;
}.secure-bolt-I h2 {
    font-size: calc(33px * 0.7);
    margin: 2rem 0 1rem;
}.secure-bolt-I h3 {
    font-size: calc(33px * 0.6);
    margin: 1.75rem 0 1rem;
}.secure-bolt-I h4 {
    font-size: calc(33px * 0.5);
}.secure-bolt-I p, 
    .secure-bolt-I li,
    .secure-bolt-I span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.secure-bolt-I li {
    margin-bottom: 0.75rem;
}.secure-bolt-I ul {
    margin: 1rem 0 2rem;
}}.consentInformationPopup-v {
    bottom: 0;
    border-top: 2px solid rgb(199,194,159);
    background: rgb(226,233,234);
    position: fixed;
    z-index: 90;
    width: 100%;
}.privacy-ctrl-h {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.consentInformationPopup-v h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.consentInformationPopup-v p {
    font-size: 18px;
}.consent-learn-n {
    flex-shrink: 0;
    margin-right: 10px;
}.consent-learn-n svg, .consent-learn-n svg path, .consent-learn-n img {
    width: 100px;
    height: 100px;
    fill: rgb(199,194,159);
}.cookies-consent-Q {
    cursor: pointer;
    color: rgb(199,194,159);
    margin-left: 10px;
    font-size: 24px;
    white-space: nowrap;
    min-width: 120px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(199,194,159);
    line-height: 35px;
    text-align: center;
    text-decoration: none;
}.consentInformationPopup-v p a {
    text-decoration: none;
    color: rgb(199,194,159);
}#popupCookieConsent-k {
    display: none;
}#popupCookieConsent-k:checked ~ .consentInformationPopup-v {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.consentInformationPopup-v {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent-learn-n {
    display: none;
}.privacy-ctrl-h {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.consentInformationPopup-v h5 {
    text-align: center;
}.consentInformationPopup-v p {
    text-align: center;
}.track-accept-K {
    margin-bottom: 20px;
}body .grid-container-S .cookies-consent-Q {
    margin-left: 0;
}}
.grid-container-S .privacy-ctrl-h {
    justify-content: flex-end;
}.grid-container-S .cookies-consent-Q {
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
    background: rgb(199,194,159);
    font-size: 20px;
}.grid-container-S .track-accept-K {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.grid-container-S .cookies-consent-Q {
    margin-bottom: 10px;
    margin-left: 0;
}}.training-results-o {
    position: relative;
    overflow: hidden;
    background: rgb(226,233,234);
    padding: 10rem 0;
}.training-results-o::before {
    opacity: 0.4;
    background: 
        radial-gradient(circle at 10% 20%, rgb(199,194,159,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(179,118,179,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
    z-index: 1;
}.training-results-o .virtual-guides-S {
    position: relative;
    z-index: 5;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
}.training-results-o h2 {
    font-size: calc(31px * 1.5);
    margin-bottom: 2.5rem;
    width: 60%;
    color: #000000;
    position: relative;
    margin-left: 2rem;
    line-height: 1.2;
    font-weight: 700;
}.training-results-o h2::after {
    bottom: -15px;
    left: 0;
    border-radius: 10px;
    width: 120px;
    background: rgb(199,194,159);
    height: 6px;
    position: absolute;
    content: '';
}.training-results-o .video-thumbnail-a {
    z-index: 2;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.15);
    height: 80%;
    right: 0;
    width: 45%;
    top: 10%;
    position: absolute;
    border-radius: 24px 0 0 24px;
}.training-results-o .video-thumbnail-a::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(199,194,159,0.5) 0%, transparent 100%);
    height: 100%;
    content: '';
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
}.training-results-o .tag-content-b {
    z-index: 3;
    position: relative;
    padding-left: 2rem;
    width: 65%;
}.training-results-o .text_main_holder {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
}.training-results-o .text_main_holder > div {
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    padding: 2rem 2.5rem;
    position: relative;
    border-radius: 24px;
}.training-results-o .text_main_holder > div::before {
    border-radius: 24px;
    background: linear-gradient(90deg, rgb(199,194,159) 0%, transparent 100%);
    transition: width 0.4s ease;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    opacity: 0.1;
    z-index: 1;
    content: '';
    left: 0;
}.training-results-o .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.training-results-o .text_main_holder > div:hover::before {
    width: 100%;
}.training-results-o .text_main_holder svg {
    width: 3rem;
    position: relative;
    transition: transform 0.3s ease;
    height: 3rem;
    flex-shrink: 0;
    margin-right: 1.5rem;
    z-index: 2;
}.training-results-o .text_main_holder > div:hover svg {
    transform: rotate(10deg) scale(1.1);
}.training-results-o .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,194,159);
}.training-results-o .text_main_holder > div:hover svg path {
    fill: rgb(179,118,179);
}.training-results-o .text_main_holder p {
    font-size: 16px;
    margin: 0;
    z-index: 2;
    line-height: 1.6;
    color: #000000;
    position: relative;
}

@media (max-width: 1200px) {.training-results-o h2 {
    font-size: calc(31px * 1.3);
    width: 70%;
}.training-results-o .tag-content-b {
    width: 70%;
}.training-results-o .video-thumbnail-a {
    width: 40%;
}
}

@media (max-width: 992px) {.training-results-o {
    padding: 8rem 0;
}.training-results-o h2 {
    width: 80%;
    font-size: calc(31px * 1.2);
}.training-results-o .tag-content-b {
    width: 80%;
    padding-right: 2rem;
    padding-left: 2rem;
}.training-results-o .text_main_holder {
    gap: 2rem;
    grid-template-columns: 1fr;
}.training-results-o .video-thumbnail-a {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 768px) {.training-results-o {
    padding: 7rem 0 20rem;
}.training-results-o .virtual-guides-S {
    flex-direction: column;
    display: flex;
}.training-results-o h2 {
    margin-right: 2rem;
    margin-left: 2rem;
    font-size: 31px;
    width: auto;
}.training-results-o .tag-content-b {
    padding: 0 2rem;
    width: auto;
}.training-results-o .video-thumbnail-a {
    margin: 2rem auto 0;
    border-radius: 24px;
    height: 300px;
    top: auto;
    right: auto;
    width: 90%;
    position: relative;
    clip-path: none;
}.training-results-o .text_main_holder > div {
    padding: 1.8rem 2rem;
}
}

@media (max-width: 576px) {.training-results-o {
    padding: 5rem 0 18rem;
}.training-results-o h2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}.training-results-o .tag-content-b {
    padding: 0 1.5rem;
}.training-results-o .text_main_holder > div {
    padding: 1.5rem;
}.training-results-o .text_main_holder svg {
    margin-right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
}.training-results-o .video-thumbnail-a {
    height: 250px;
}
}