.I-contest-info {
    flex: 0 0 auto;
}

.I-contest-info {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}

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


.H-service-info {
    overflow: hidden;
    background: rgb(233,225,225);
    position: relative;
    z-index: 1;
    padding: 80px 0;
}

.H-service-info .j-online-form {
    border-radius: 22px;
    background: linear-gradient(135deg, rgb(233,225,225) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-top: 3px solid rgb(208,191,191);
    position: relative;
    padding: 60px 40px;
}

.H-service-info .j-online-form p:last-of-type svg {
    position: absolute;
    height: 24px;
    width: 24px;
    fill: none;
    top: 3px;
    left: 0;
    stroke-width: 2;
    stroke: rgb(208,191,191);
}

.H-service-info .f-talk-team:hover::before {
    opacity: 0.2;
}

.H-service-info .f-talk-team svg {
    stroke-width: 1.5;
    width: 40px;
    fill: rgb(208,191,191);
    margin-bottom: 15px;
    stroke: rgb(208,191,191);
    transition: all 0.3s ease;
    height: 40px;
}

header .container {
    position: relative;
    display: flex;
    padding: 0;
    align-items: center;
    flex-direction: column;
}

header .v-top-lesson {
    position: relative;
    justify-content: center;
    text-decoration: none;
    padding: 0.5rem 2rem;
    z-index: 3;
    display: flex;
    margin-bottom: 2rem;
}

header .v-top-lesson:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(208,191,191));
}

header .j-main-teach {
    gap: 1rem;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    scrollbar-width: none;
    display: flex;
    padding: 1rem 0;
    justify-content: center;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow-x: auto;
    width: 100vw;
}

header .n-main-know:hover {
    color: rgb(173,152,152);
    border-color: rgb(173,152,152);
    box-shadow: 0 0 15px rgb(208,191,191,0.5),
                inset 0 0 10px rgb(208,191,191,0.5);
    transform: translateY(-2px);
}

.H-our-background .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}

.H-our-background h3 {
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    grid-column: 1 / -1;
    display: inline-block;
    position: relative;
}

.H-our-background h3:hover::after {
    width: 100%;
}

.H-our-background .z-skill-experts::before {
    width: 100%;
    left: 0;
    border-radius: 10px 10px 0 0;
    position: absolute;
    content: "";
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(208,191,191), rgb(173,152,152));
}

.H-our-background .z-skill-experts .B-image-circle {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 280px;
    transition: transform 0.5s ease;
    border-radius: 21px;
}

.H-our-background .p-learn-culture:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

.H-our-background .p-learn-culture p {
    border-left: 3px solid rgb(173,152,152);
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000000;
}

footer {
    position: relative;
    z-index: 1;
}

footer {
    background-size: cover !important;
    background-position: center !important;
}

.I-contest-info::before {
    content: "";
    left: 0;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    position: absolute;
    height: 15px;
    width: 100%;
    top: 0;
    background: rgb(208,191,191);
}

.I-contest-info .V-inclusion {
    transform-origin: left top;
    border-left: 3px solid rgb(208,191,191);
    transform: skewX(-5deg);
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 1.5rem;
    line-height: 1.6;
    font-size: 16px;
}

.I-contest-info .j-main-teach .h-nav-skill {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}

.I-contest-info .j-main-teach .h-nav-skill a::before {
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.5s ease;
    left: -100%;
    position: absolute;
}

.r-test-drive {
    padding: 4rem 2rem;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,225) 0%, rgb(208,191,191,0.5) 100%);
}

.r-test-drive:hover h2 {
    transform: perspective(1000px) rotateX(2deg);
}

.r-test-drive .e-pro-classes {
    align-items: center;
    gap: 2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    display: flex;
    position: relative;
    z-index: 2;
}

.r-test-drive .e-pro-classes:hover svg path {
    fill: rgb(173,152,152);
}

.r-test-drive .c-query-query:hover::before {
    left: 100%;
}

.r-test-drive .c-query-query:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.r-cookie-hide {
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    display: flex;
    padding: 20px 15px;
}

.R-track-cookies svg:hover {
    fill: rgb(173,152,152);
}

.d-cookie-modal-message h5 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
    color: rgb(208,191,191);
    font-size: 22px;
}

.d-cookie-modal-message p a {
    transition: color 0.3s ease;
    color: rgb(208,191,191);
    text-decoration: underline;
}

.b-course-program-details {
    overflow: hidden;
    padding: 100px 0;
    background-color: rgb(233,225,225);
    position: relative;
}

.b-course-program-details .e-pro-classes {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
}

.b-course-program-details .e-pro-classes::after {
    right: -50px;
    border: 2px solid rgb(173,152,152,0.5);
    animation: rotate 40s linear infinite reverse;
    bottom: -100px;
    position: absolute;
    z-index: -1;
    height: 300px;
    border-radius: 50%;
    width: 300px;
    content: "";
}

.b-course-program-details .K-main-pro {
    margin-bottom: 30px;
    position: relative;
}

.b-course-program-details .K-main-pro svg {
    width: 60px;
    transition: filter 0.4s ease;
    height: 60px;
    max-height: 70px;
}

.b-course-program-details .K-main-pro:hover svg path {
    fill: rgb(173,152,152);
}

.b-course-program-details h3::after {
    width: 80px;
    border-radius: 10px;
    background: linear-gradient(
    to right,
    rgb(208,191,191) 0%,
    rgb(173,152,152) 100%
  );
    height: 3px;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
}

.b-course-program-details .B-image-circle:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}

.k-offer-selection::before {
    bottom: 0;
    position: absolute;
    content: "";
    right: 0;
    background: #000000;
    left: 0;
    z-index: 1;
    top: 0;
    opacity: 0.85;
}

.k-offer-selection .J-rate-schemes {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    padding: 0;
    gap: 1.5rem;
    perspective: 1000px;
    list-style: none;
}

.k-offer-selection .k-qtr-cost:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.k-offer-selection .M-program-price {
    display: flex;
    color: #ffffff;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.k-offer-selection .M-program-price h4::after {
    content: "";
    left: 0;
    width: 40px;
    background: rgb(208,191,191);
    bottom: -8px;
    position: absolute;
    height: 2px;
}

.k-offer-selection .k-qtr-cost:hover .r-package-rates::before {
    left: 100%;
}

.R-course-demographic {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(233,225,225);
}

.R-course-demographic::before {
    content: "";
    opacity: 0.3;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 40%, rgb(208,191,191,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(173,152,152,0.5) 0%, transparent 35%);
}

.R-course-demographic ul li {
    width: 220px;
    transition: all 0.4s ease;
    color: #000000;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 220px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 2;
    font-size: 13px;
}

.R-course-demographic ul li:hover svg path {
    fill: #ffffff;
}

.X-contact-section::before {
    left: 0;
    top: 0;
    position: absolute;
    background-size: 60px 60px;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
}

.X-contact-section .U-help-card {
    position: relative;
    flex: 0 0 50%;
    background: #ffffff;
    padding: 60px 50px;
}

.X-contact-section #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.X-contact-section input[type="text"] {
    width: 100%;
    transition: all 0.3s ease;
    padding: 18px 20px;
    font-size: 12px;
    background: #ffffff;
    border-radius: 10px;
    border: 2px solid rgb(233,225,225);
    color: #000000;
}

.X-contact-section .X-help-map input[type="checkbox"]:checked::after {
    content: "";
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    left: 8px;
    top: 5px;
    height: 10px;
    width: 6px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
}

.X-contact-section .c-query-query:hover::before {
    left: 100%;
}

.X-contact-section svg {
    height: 22px;
    width: 22px;
    fill: rgb(208,191,191);
    transition: all 0.3s ease;
}

.X-contact-section svg:hover {
    transform: translateY(-2px);
    fill: rgb(173,152,152);
}

.w-instructor-profile::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgb(173,152,152,0.5) 40px,
        rgb(173,152,152,0.5) 42px
    );
    content: "";
    left: 0;
    opacity: 0.1;
    top: 0;
}

.w-instructor-profile .a-success-stories:hover .B-image-circle {
    transform: translateZ(30px) translateY(-5px);
}

.w-instructor-profile .a-success-stories:hover .B-image-circle::after {
    opacity: 0.4;
    transform: translate(0, 0);
}

.w-instructor-profile .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    color: rgb(208,191,191);
    font-size: calc(24px * 1.2);
    font-weight: 700;
    position: relative;
}

.w-instructor-profile .Z-career-explore {
    padding-left: 1.5rem;
    font-size: 13px;
    line-height: 1.8;
    border-left: 3px solid rgb(173,152,152,0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin: 0;
}

.Z-privacy-guardhouse .container {
    border-left: 3px solid rgb(208,191,191);
    margin: 0 auto;
    transform: perspective(1000px) rotateY(1deg);
    position: relative;
    transition: transform 0.5s ease-out;
    max-width: 1200px;
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.Z-privacy-guardhouse h2::after {
    bottom: -1px;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, rgb(208,191,191), rgb(173,152,152));
    content: "";
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
}

.Z-privacy-guardhouse h4::after {
    background: linear-gradient(90deg, rgb(173,152,152), transparent);
    left: 0;
    width: 100%;
    bottom: -3px;
    position: absolute;
    content: "";
    height: 1px;
}

.Z-privacy-guardhouse li:hover {
    transform: translateX(3px);
}

.Z-privacy-guardhouse span {
    margin-bottom: 2rem;
    font-style: italic;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.7;
    opacity: 0.9;
    font-size: 18px;
    border-left: 2px solid rgb(173,152,152,0.5);
    color: #000000;
}

.l-tyDiv::after {
    z-index: 1;
    left: -10%;
    width: 70%;
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    content: "";
    bottom: -5%;
    opacity: 0.5;
    position: absolute;
    height: 60%;
    transform: rotate(10deg);
    background: radial-gradient(ellipse at center, rgb(173,152,152,0.5) 0%, transparent 70%);
}

.l-tyDiv .e-pro-classes:hover > div:first-child {
    transform: translateZ(40px);
}

.l-tyDiv .e-pro-classes > div:first-child::after {
    transform: skewX(-20deg);
    width: 70px;
    opacity: 0.2;
    background: rgb(173,152,152);
    height: 10px;
    position: absolute;
    content: "";
    bottom: -15px;
    right: 30px;
}

.l-tyDiv .e-pro-classes > div:last-child {
    transform: translateZ(15px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
}

.X-opening-page {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, #000000, #1a2a3d);
}

.X-opening-page::after {
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgba(94,170,168,0.2), transparent 60%);
    content: "";
    animation: pulsate 8s infinite alternate ease-in-out;
    z-index: 2;
    height: 100%;
}

.X-opening-page h1::after {
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 4px;
    width: 80px;
    bottom: -10px;
    background: rgb(208,191,191);
    content: "";
    animation: scaleWidth 0.8s 0.9s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(0);
}

.X-opening-page svg {
    transition: transform 0.4s ease, filter 0.4s ease;
    width: 100px;
    height: 100px;
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.3));
}

.X-opening-page svg path {
    transition: fill 0.4s ease;
    fill: rgb(94,170,168);
}

.X-opening-page svg:hover text {
    fill: rgb(114,190,188);
    animation: pulse 1.5s infinite alternate;
}

.X-opening-page .c-query-query:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(94,170,168,0.4);
}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-button {
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    transition: all, background 2s cubic-bezier(0.42, 0, 0.58, 1);
    background: rgb(208,191,191,0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(208,191,191,0.5);
}

::-webkit-scrollbar-corner {
    border-radius: 3px;
    background: rgb(208,191,191,0.5);
    border: 1px solid rgb(255, 255, 255, 0.5);
}

header .j-main-teach::-webkit-scrollbar {
    display: none;
}

.k-offer-selection .M-program-price p::-webkit-scrollbar {
    width: 4px;
}

.k-offer-selection .M-program-price p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}

.k-offer-selection .M-program-price p::-webkit-scrollbar-thumb {
    background: rgb(208,191,191);
}



@media (max-width: 576px) {.H-our-background {
    padding: 50px 0;
}.H-our-background .container {
    padding: 0 15px;
}.H-our-background h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 20px;
}.H-our-background .e-pro-classes {
    grid-gap: 30px;
}.H-our-background .z-skill-experts,
    .H-our-background .p-learn-culture {
    padding: 20px;
}.H-our-background .z-skill-experts p,
    .H-our-background .p-learn-culture p {
    margin-bottom: 20px;
}.H-our-background .z-skill-experts .B-image-circle {
    height: 180px;
}.H-our-background .p-learn-culture .v-corp-culture {
    height: 120px;
    width: 120px;
}.H-our-background .p-learn-culture .v-corp-culture::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
}}



@media (max-width: 992px) {.r-test-drive {
    padding: 3.5rem 1.5rem;
}.r-test-drive h2 {
    font-size: calc(38px * 0.9);
    max-width: 100%;
}.r-test-drive .e-pro-classes {
    gap: 1.5rem;
}.r-test-drive svg {
    width: 40px;
    height: 40px;
}.r-test-drive .c-query-query {
    padding: 0.9rem 1.8rem;
}
}


@media only screen and (max-width: 1200px) {.r-cookie-hide {
    flex-direction: column;
    align-items: center;
}.R-track-cookies {
    margin-bottom: 15px;
}.J-privacy-opt {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.C-edu-track {
    width: 100%;
    margin-left: 0;
    max-width: 200px;
    margin-bottom: 10px;
}
}



@media (max-width: 576px) {.b-course-program-details {
    padding: 40px 0;
}.b-course-program-details .o-study-track {
    padding: 20px;
}.b-course-program-details h3 {
    font-size: calc(33px * 0.8);
}.b-course-program-details p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.b-course-program-details .K-main-pro {
    margin-bottom: 15px;
}.b-course-program-details .K-main-pro svg {
    max-height: 50px;
}.b-course-program-details .B-image-circle {
    min-height: 300px;
}.b-course-program-details .o-study-track::before,
  .b-course-program-details .o-study-track::after {
    height: 30px;
    width: 30px;
}
}



@media (max-width: 1200px) {.R-course-demographic ul {
    gap: 40px;
}.R-course-demographic ul li {
    width: 200px;
    height: 200px;
}
}



@media (max-width: 768px) {.R-course-demographic {
    padding: 80px 0;
}.R-course-demographic h3 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.8);
}.R-course-demographic ul {
    gap: 30px;
}.R-course-demographic ul li {
    height: 200px;
    width: 200px;
}.R-course-demographic ul li svg {
    margin-top: 40px;
    height: 35px;
    width: 35px;
}
}



@media (max-width: 768px) {.X-contact-section {
    padding: 60px 0;
}.X-contact-section h2 {
    font-size: calc(29px - 4px);
    margin-bottom: 40px;
}.X-contact-section .U-help-card {
    padding: 40px 30px;
}.X-contact-section #contact {
    gap: 25px;
}.X-contact-section .B-image-circle {
    min-height: 300px;
}
}



@media (min-width: 992px) {.w-instructor-profile {
    padding: 8rem 2rem;
}.w-instructor-profile .a-success-stories {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px auto 1fr;
}.w-instructor-profile .a-success-stories > div:first-child {
    grid-row: span 2;
}.w-instructor-profile .a-success-stories > div:nth-child(2) {
    padding-left: 1rem;
    grid-column: 2 / span 2;
}.w-instructor-profile .a-success-stories > div:nth-child(3) {
    padding-left: 1rem;
    padding-top: 1rem;
    grid-row: 2;
    grid-column: 2 / span 2;
}.w-instructor-profile .Z-career-explore {
    padding-left: 2rem;
    font-size: calc(13px * 1.05);
}
}



@media screen and (min-width: 992px) {.l-tyDiv {
    padding: 10rem 0;
}.l-tyDiv .e-pro-classes {
    display: grid;
    padding: 5rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    max-width: 80%;
}.l-tyDiv .e-pro-classes > div:first-child {
    margin-bottom: 0;
}.l-tyDiv h5 {
    font-size: calc(23px * 1.3);
}.l-tyDiv h5::after {
    width: 0;
}.l-tyDiv .e-pro-classes:hover h5::after {
    width: 120px;
}
}



@media (max-width: 991px) {.X-opening-page .e-pro-classes {
    padding: 1.5rem;
}.X-opening-page h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 0.9);
}.X-opening-page .r-editorial-wrap {
    padding: 2rem;
    max-width: 500px;
}.X-opening-page svg {
    width: 85px;
    height: 85px;
}
}



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



@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}



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



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



@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.98);
  }
}



@keyframes fadeInScale {
    to {
        transform: scale(1);
        opacity: 1;
    }
}



@keyframes pulsate {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

