.container {
    width: 1161px;
    margin: auto;
    max-width: 100%;
}

.d-header-lead {
    flex: 1 0 auto;
}

.M-wrapper-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.H-service-info::before {
    top: 0;
    content: '';
    background: linear-gradient(45deg, 
        transparent 25%, 
        rgb(208,191,191,0.5) 25%, 
        rgb(208,191,191,0.5) 30%, 
        transparent 30%,
        transparent 45%, 
        rgb(173,152,152,0.5) 45%, 
        rgb(173,152,152,0.5) 50%, 
        transparent 50%);
    opacity: 0.05;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    background-size: 200px 200px;
}

.H-service-info .f-talk-team {
    z-index: 1;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    overflow: hidden;
    color: #000000;
    text-align: center;
    height: 120px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 17px;
    padding: 20px;
    flex-direction: column;
    background: rgb(233,225,225);
    position: relative;
    text-decoration: none;
}

header .a-header-wrap {
    z-index: 2;
    display: flex;
    padding-top: 1.5rem;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
}

header .v-top-lesson::before {
    bottom: -10px;
    content: "";
    width: 160%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(173,152,152,0.5) 20%,
        rgb(173,152,152) 50%,
        rgb(173,152,152,0.5) 80%,
        transparent 100%);
    height: 1px;
    position: absolute;
    left: -30%;
}

header .n-main-know::before {
    transition: left 0.5s ease;
    top: 0;
    opacity: 0.5;
    left: -100%;
    background: linear-gradient(90deg,
        transparent,
        rgb(173,152,152,0.5),
        transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}

header .n-main-know:hover::before {
    left: 100%;
}

header .n-main-know:hover::after {
    transform: translateY(-50%) scale(1);
}

.H-our-background::before {
    animation: pulse 15s infinite alternate;
    height: 100%;
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(208,191,191,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgb(173,152,152,0.5) 0%, transparent 60%);
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}

.H-our-background .z-skill-experts {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    background: #ffffff;
    border-radius: 21px;
    overflow: hidden;
}

.H-our-background .z-skill-experts p {
    line-height: 1.6;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
}

.H-our-background .p-learn-culture {
    flex-direction: column;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 21px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.H-our-background .p-learn-culture .v-corp-culture::after {
    border-radius: 50%;
    position: absolute;
    width: calc(100% + 10px);
    left: -5px;
    content: "";
    animation: rotate 20s linear infinite reverse;
    top: -5px;
    height: calc(100% + 10px);
    border: 1px solid rgb(208,191,191,0.5);
}

.I-contest-info .company_holder {
    flex: 0 0 40%;
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
    position: relative;
}

.I-contest-info .company_holder h3::after {
    bottom: 0;
    width: 80px;
    box-shadow: 0 0 10px rgb(208,191,191);
    height: 3px;
    position: absolute;
    background: rgb(208,191,191);
    content: "";
    left: 0;
}

.I-contest-info .h-nav-skill {
    flex: 1;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.I-contest-info .j-main-teach h5::before {
    content: "";
    width: 3px;
    top: 0;
    transform: skewX(5deg);
    background: rgb(208,191,191);
    left: 0;
    bottom: 0;
    position: absolute;
}

.I-contest-info .j-main-teach .h-nav-skill a:hover::before {
    left: 100%;
}

.h-footer-social {
    position: relative;
    padding: 1.5rem 0;
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}

.r-test-drive::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgb(173,152,152,0.5) 0%, transparent 60%);
}

.r-test-drive .e-pro-classes:hover {
    transform: translateY(-5px);
}

.r-test-drive .e-pro-classes:hover svg {
    transform: rotate(0deg) scale(1.1);
}

.r-test-drive svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,191);
}

.r-test-drive .c-query-query {
    font-weight: 600;
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
    color: #ffffff;
    padding: 1rem 2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    background: linear-gradient(135deg, rgb(208,191,191) 0%, rgb(173,152,152) 100%);
    display: inline-block;
    font-size: 16px;
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
}

.C-edu-track:hover {
    box-shadow: 0 0 10px rgb(173,152,152,0.5);
    background: rgb(173,152,152);
}

#q-cookies-approval-consent {
    background: rgb(208,191,191);
}

.d-cookie-modal-message p a:hover {
    color: rgb(173,152,152);
}

.b-course-program-details::before {
    z-index: 1;
    opacity: 0.1;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(208,191,191,0.5) 0,
    rgb(208,191,191,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}

.b-course-program-details .o-study-track {
    flex-direction: column;
    display: flex;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    justify-content: center;
    padding: 40px;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
    border-left: 3px solid rgb(208,191,191);
    transform: translateZ(0);
    position: relative;
    backdrop-filter: blur(10px);
}

.b-course-program-details .K-main-pro svg path {
    fill: rgb(208,191,191);
    transition: fill 0.3s ease;
}

.b-course-program-details .B-image-circle {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-height: 500px;
    overflow: hidden;
    border-radius: 14px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
}

.k-offer-selection {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.k-offer-selection .t-fee-options {
    text-align: center;
}

.k-offer-selection h2::after {
    width: 80px;
    left: 50%;
    position: absolute;
    bottom: -10px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(208,191,191), rgb(173,152,152));
}

.k-offer-selection .k-qtr-cost::before {
    content: "";
    transform: scaleX(0);
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(208,191,191), rgb(173,152,152));
    width: 100%;
    position: absolute;
    transform-origin: left;
}

.k-offer-selection .M-program-price p {
    opacity: 0.85;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow-y: auto;
    font-size: 17px;
    scrollbar-color: rgb(208,191,191) rgba(255,255,255,0.1);
    line-height: 1.6;
    white-space: normal;
    scrollbar-width: thin;
    text-align: left;
    margin-bottom: 2rem;
    color: #ffffff;
    max-height: 200px;
}

.R-course-demographic .e-pro-classes {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}

.R-course-demographic h3::after {
    border-radius: 50%;
    width: 60px;
    position: absolute;
    border: 2px solid rgb(173,152,152,0.5);
    z-index: -1;
    right: -20px;
    height: 60px;
    content: "";
    bottom: -15px;
}

.R-course-demographic ul li::after {
    left: -10px;
    transition: all 0.4s ease;
    border: 2px dashed rgb(208,191,191,0.5);
    opacity: 0.5;
    content: "";
    top: -10px;
    width: calc(100% + 20px);
    position: absolute;
    height: calc(100% + 20px);
    z-index: -2;
    border-radius: 50%;
}

.R-course-demographic ul li svg {
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
    flex-shrink: 0;
    margin-bottom: 20px;
    margin-top: 45px;
}

.X-contact-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(233,225,225) 50%);
}

.X-contact-section h2::after {
    width: 60px;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    background: rgb(208,191,191);
    left: 50%;
    content: "";
    position: absolute;
}

.X-contact-section .B-image-circle {
    min-height: 550px;
    transition: all 0.5s ease;
    position: relative;
    flex: 0 0 50%;
}

.X-contact-section .U-help-card::before {
    position: absolute;
    background: rgb(233,225,225);
    width: 10px;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}

.X-contact-section input[type="text"]:focus {
    border-color: rgb(208,191,191);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}

.X-contact-section .X-help-map input[type="checkbox"]:checked {
    background: rgb(208,191,191);
    border-color: rgb(208,191,191);
}

.X-contact-section .X-help-map a {
    color: rgb(208,191,191);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.X-contact-section .c-query-query:hover {
    background: rgb(173,152,152);
    box-shadow: 0 10px 25px rgb(173,152,152,0.5);
    transform: translateY(-3px);
}

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

.w-instructor-profile {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,225), rgb(173,152,152,0.5) 120%);
    position: relative;
    padding: 6rem 2rem;
}

.w-instructor-profile .a-success-stories {
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.w-instructor-profile .a-success-stories > div:nth-child(2) {
    position: relative;
    transform: translateY(0);
    text-align: center;
    transition: transform 0.4s ease;
}

.w-instructor-profile .a-success-stories:hover .name::after {
    width: 70%;
}

.w-instructor-profile .Z-career-explore::before {
    content: "";
    position: absolute;
    color: rgb(173,152,152,0.5);
    font-size: 5rem;
    top: -20px;
    left: -10px;
    font-family: serif;
    opacity: 0.3;
}

.Z-privacy-guardhouse::after {
    opacity: 0.15;
    transform: rotate(15deg);
    width: 25vw;
    bottom: -10%;
    position: absolute;
    height: 25vw;
    background: rgb(173,152,152,0.5);
    filter: blur(80px);
    content: "";
    left: -5%;
    z-index: 0;
}

.Z-privacy-guardhouse h2 {
    font-weight: 600;
    position: relative;
    font-size: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    padding-bottom: 0.75rem;
    margin: 3rem 0 1.5rem;
}

.Z-privacy-guardhouse h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(28px * 0.7);
    display: inline-block;
    position: relative;
    margin: 2rem 0 1rem;
}

.Z-privacy-guardhouse ul::before {
    background: linear-gradient(to bottom, rgb(208,191,191,0.5), transparent);
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.Z-privacy-guardhouse li:hover::before {
    transform: rotate(135deg);
    background: rgb(173,152,152);
}

.Z-privacy-guardhouse strong::after {
    width: 100%;
    left: 0;
    background: rgb(208,191,191,0.5);
    height: 2px;
    position: absolute;
    content: "";
    bottom: -2px;
    opacity: 0.3;
}

.l-tyDiv .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.l-tyDiv .e-pro-classes:hover {
    transform: rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.l-tyDiv .e-pro-classes > div:first-child::before {
    width: 60px;
    position: absolute;
    height: 60px;
    left: -20px;
    top: -10px;
    opacity: 0.1;
    background: rgb(208,191,191);
    transform: rotate(25deg);
    content: "";
    z-index: -1;
    border-radius: 10px;
}

.l-tyDiv .e-pro-classes:hover h5::after {
    width: 80px;
}

.l-tyDiv a {
    position: relative;
    display: block;
    transition: transform 0.5s ease;
    text-decoration: none;
    overflow: hidden;
}

.l-tyDiv p {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    transition: transform 0.4s ease, color 0.3s ease;
    transform: translateY(0);
    margin: 0;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.X-opening-page .B-image-circle::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    backdrop-filter: blur(2px);
    left: 0;
    z-index: 1;
    top: 0;
}

.X-opening-page h1 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    color: #ffffff;
    position: relative;
    font-size: 45px;
    transform: translateX(-20px);
    animation: fadeInRight 0.8s 0.3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    font-weight: 700;
    margin-bottom: 2rem;
}

.X-opening-page .r-editorial-wrap p {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 2rem;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: calc(14px * 1.1);
    opacity: 0;
}

.X-opening-page h6 {
    margin-top: 2rem;
    animation: fadeInUp 0.8s 1.2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(20px);
    opacity: 0;
}

.X-opening-page .c-query-query:hover::before {
    left: 100%;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 767px) {.H-service-info {
    padding: 50px 0;
}.H-service-info .j-online-form {
    padding: 35px 25px;
}.H-service-info .j-online-form h2 {
    font-size: calc(31px * 0.9);
}.H-service-info .y-learn-faq {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.H-service-info .f-talk-team {
    height: 110px;
}
}



@media (max-width: 767px) {header .a-header-wrap {
    padding-top: 1rem;
}header .v-top-lesson {
    margin-bottom: 1rem;
}header .v-top-lesson svg {
    height: 36px;
}header .j-main-teach {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .n-main-know {
    font-size: calc(15px - 2px);
    padding: 0.4rem 1.2rem;
    margin: 0 0.2rem;
}header .n-main-know:first-child {
    margin-left: 1rem;
}header .n-main-know:last-child {
    margin-right: 1rem;
}header .n-main-know::after {
    height: 6px;
    width: 6px;
    right: 8px;
}}



@media (max-width: 992px) {.I-contest-info {
    padding: 4rem 0 2rem;
}.I-contest-info .container {
    flex-direction: column;
}.I-contest-info .company_holder {
    margin-bottom: 3rem;
    padding-right: 0;
    flex: 0 0 100%;
}.I-contest-info .company_holder::after {
    display: none;
}.I-contest-info .z-digital-res {
    flex: 0 0 100%;
}.I-contest-info .j-main-teach {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 420px) {.I-contest-info .company_holder h3 {
    transform: skewX(-5deg);
}.I-contest-info .company_holder h3::after {
    width: 60px;
}.I-contest-info .V-inclusion {
    transform: none;
}.I-contest-info .j-main-teach h5 {
    transform: none;
}.I-contest-info .j-main-teach h5::before {
    transform: none;
}.I-contest-info .j-main-teach .h-nav-skill a,
    .I-contest-info .j-main-teach .h-nav-skill a:hover,
    .h-footer-social .s-eng-center {
    transform: none;
}}


@media only screen and (max-width: 800px) {.r-cookie-hide {
    padding: 15px;
}.R-track-cookies {
    display: none;
}.d-cookie-modal-message h5 {
    font-size: 18px;
}.d-cookie-modal-message p {
    font-size: 14px;
}}



@media (max-width: 767px) {.b-course-program-details {
    padding: 50px 0;
}.b-course-program-details .o-study-track {
    padding: 25px;
}.b-course-program-details h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: calc(33px * 0.9);
}.b-course-program-details .K-main-pro {
    margin-bottom: 20px;
}.b-course-program-details .K-main-pro svg {
    max-height: 60px;
}.b-course-program-details .B-image-circle {
    min-height: 350px;
}.b-course-program-details .o-study-track::before,
  .b-course-program-details .o-study-track::after {
    width: 40px;
    height: 40px;
}
}



@media (hover: none) {.k-offer-selection .k-qtr-cost:hover {
    transform: none;
}}



@media (max-width: 992px) {.R-course-demographic {
    padding: 100px 0;
}.R-course-demographic h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 60px;
}.R-course-demographic ul {
    gap: 35px;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(2, 1fr);
}.R-course-demographic ul li {
    height: 220px;
    width: 220px;
}.R-course-demographic ul li svg {
    margin-top: 45px;
}
}



@media (max-width: 1200px) {.X-contact-section {
    background: #ffffff;
}
}



@media (min-width: 768px) {.w-instructor-profile .a-success-stories {
    grid-template-columns: 260px 1fr;
    padding: 4rem;
    gap: 3rem;
}.w-instructor-profile .a-success-stories > div:nth-child(2) {
    grid-column: 2;
    align-self: center;
    text-align: left;
}.w-instructor-profile .name::after {
    transform: translateX(0);
    left: 0;
}.w-instructor-profile .a-success-stories > div:nth-child(3) {
    grid-column: span 2;
}
}



@media (max-width: 767px) {.w-instructor-profile {
    padding: 4rem 1.5rem;
}.w-instructor-profile .a-success-stories {
    padding: 2rem;
}.w-instructor-profile .a-success-stories .B-image-circle {
    width: 220px;
    height: 220px;
    margin: 0 auto;
}.w-instructor-profile .name {
    font-size: 24px;
}.w-instructor-profile .Z-career-explore {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}



@media screen and (min-width: 768px) {.l-tyDiv {
    padding: 8rem 0;
}.l-tyDiv .e-pro-classes {
    padding: 4rem;
    max-width: 90%;
    margin: 0 auto;
}.l-tyDiv h5 {
    font-size: calc(23px * 1.2);
    line-height: 1.3;
}.l-tyDiv p {
    font-size: calc(13px * 1.1);
    line-height: 1.7;
}.l-tyDiv .e-pro-classes > div:first-child {
    margin-bottom: 2.5rem;
}
}



@media screen and (max-width: 767px) {.l-tyDiv {
    padding: 4rem 0;
}.l-tyDiv .e-pro-classes {
    padding: 2rem;
    transform: rotateX(2deg);
}.l-tyDiv h5 {
    font-size: 23px;
}.l-tyDiv p {
    line-height: 1.6;
    font-size: 13px;
}.l-tyDiv .e-pro-classes > div:first-child {
    margin-bottom: 1.5rem;
}.l-tyDiv .e-pro-classes:hover > div:first-child {
    transform: translateZ(20px);
}.l-tyDiv .e-pro-classes:hover > div:last-child {
    transform: translateZ(10px);
}}



@keyframes floatCircle {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
    100% {
        transform: translateY(0) rotate(360deg);
    }
}



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



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



@keyframes floatGradient {
    0% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(-15deg);
    }
}



@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

