.lang-learn-o {
    flex: 0 0 auto;
}

.lang-learn-o {
    color: #ffffff;
    position: relative;
    padding: 90px 0 50px;
    z-index: 2;
    font-family: Arial, sans-serif;
}

.mentorship-profile-0::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(199,167,167,0.5) 30px,
        rgb(199,167,167,0.5) 32px
    );
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.05;
    left: 0;
}

.mentorship-profile-0 .career-timeline-J::before {
    position: absolute;
    width: 4px;
    transition: height 0.5s ease;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(199,167,167), rgb(170,101,101));
}

.mentorship-profile-0 .client-views-O:hover .career-timeline-J > div:nth-child(2) {
    transform: translateX(15px);
}

.mentorship-profile-0 .career-progress-n::before,
.mentorship-profile-0 .career-progress-n::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    transition: all 0.4s ease;
    background: rgb(170,101,101,0.5);
}

.mentorship-profile-0 .career-progress-n::before {
    left: 0;
    top: 0;
}

.privacy-repository-4 h1,
.privacy-repository-4 h2 {
    text-transform: uppercase;
    padding-left: 40px;
    position: relative;
    letter-spacing: 2px;
    margin: 20px 0;
}

.privacy-repository-4 h1 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(199,167,167);
}

.privacy-repository-4 p::before {
    border-radius: 50%;
    top: 0;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%);
    background: rgb(199,167,167);
    height: 10px;
    width: 10px;
    content: '';
}

.privacy-repository-4 .container div::after {
    opacity: 0.5;
    height: 20px;
    background: rgb(170,101,101);
    width: 20px;
    content: '';
    right: -10px;
    bottom: -10px;
    position: absolute;
    border-radius: 50%;
}

.title-board-O > div > div:first-child {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(20px);
}

.title-board-O .main-front-u {
    position: relative;
    width: 100%;
    animation: fadeInUp 0.8s 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}

.title-board-O .learning-track-w::before {
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
}

.offer-grid-k::before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    height: 100%;
    left: 0;
    width: 100%;
}

.offer-grid-k .sub-options-e {
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
    display: grid;
}

.offer-grid-k .study-offers-4 {
    padding: 35px 30px;
    flex-direction: column;
    height: 100%;
    display: flex;
    z-index: 2;
    position: relative;
}

.offer-grid-k .study-offers-4 h4 {
    font-size: calc(23px + 2px);
    padding-bottom: 15px;
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.offer-grid-k .fee-offers-6 {
    border-radius: 3px;
    z-index: 1;
    font-size: calc(23px + 4px);
    padding: 10px 20px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(199,167,167,0.5) 0%, rgb(170,101,101,0.5) 100%);
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}

.get-updates-T .help-inquiry-F {
    display: grid;
    gap: 10% 5%;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.get-updates-T .input_holder {
    display: flex;
    grid-column: 1 / -1;
    gap: 20px;
    position: relative;
    align-items: flex-start;
}

.get-updates-T input[type="email"]:focus {
    outline: none;
    border-color: rgb(199,167,167);
}

.get-updates-T .sub-codes-c::before {
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    content: "";
    background: rgb(199,167,167);
    position: absolute;
}

.contact-box-o::before {
    top: 0;
    animation: gradientMove 20s linear infinite;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(199,167,167,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(199,167,167,0.5) 50%, 
        rgb(199,167,167,0.5) 75%, 
        transparent 75%, 
        transparent);
    opacity: 0.05;
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    content: "";
}

.contact-box-o .help-block-d::before {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    width: 10px;
    background: linear-gradient(to bottom, rgb(199,167,167), rgb(170,101,101));
}

.contact-box-o form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact-box-o .reach-support-v {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.contact-box-o .reach-support-v input[type="checkbox"]:checked + label::before {
    background: rgb(199,167,167);
}

.contact-box-o .reach-support-v label a {
    transition: all 0.3s ease;
    color: rgb(199,167,167);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}

.contact-box-o form .request-request-5 {
    padding: 16px 40px;
    border: none;
    background: rgb(199,167,167);
    display: inline-block;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 50px;
    z-index: 1;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

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

.appDiv-7 .class-sessions-h::before {
    animation-delay: 0.5s;
    top: 0;
    animation: borderGrow 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    background: linear-gradient(to bottom, rgb(199,167,167), rgb(170,101,101));
    content: "";
    height: 0%;
    width: 3px;
    left: 0;
}

.appDiv-7 .class-sessions-h > div:last-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: translateZ(10px);
}

.appDiv-7 a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    text-decoration: none;
}

.appDiv-7 p {
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    border-left: 1px solid rgba(rgb(199,167,167,0.5), 0.2);
    line-height: 1.8;
    transition: border-left 0.3s ease, background 0.3s ease;
    background: rgba(245, 245, 250, 0.7);
    animation-delay: 0.3s;
    opacity: 0;
    margin: 0;
    padding: 25px 30px;
    position: relative;
    transform: translateY(20px);
    font-size: 12px;
    color: #000000;
}

.course-offering-B h2 {
    color: #000000;
    animation: slideInTitle 0.8s 0.2s forwards;
    font-size: 35px;
    position: relative;
    opacity: 0;
    margin-bottom: 50px;
    font-weight: 700;
    transform: translateX(-10px);
}

.course-offering-B .portrait-image-0::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    transition: opacity 0.5s ease;
    inset: 0;
    background: linear-gradient(45deg, rgb(170,101,101,0.5), transparent);
    opacity: 0.5;
    z-index: 2;
}

.course-offering-B .description {
    opacity: 0.95;
    color: #000000;
    line-height: 1.7;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    font-size: calc(17px - 1px);
    transform: translateY(0);
}

.locate-O .container {
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.locate-O .reach-help-O:nth-child(1) {
    display: flex;
    flex-direction: column;
    background: linear-gradient(225deg, rgb(199,167,167) 0%, #000000 100%);
    width: 35%;
    border-radius: 30px 0 0 30px;
    padding: 3rem;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.locate-O .quick-contact-T {
    font-weight: 600;
    font-size: calc(13px * 1.2);
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    color: #ffffff;
}

.locate-O .ask-support-E {
    margin-top: 2rem;
    position: relative;
}

.locate-O .support-now-4 span {
    padding-left: 1.5rem;
    color: #ffffff;
    align-items: center;
    padding: 0.5rem 0;
    font-size: calc(13px * 0.9);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
}

.locate-O .reach-help-O .portrait-image-0::before {
    background: linear-gradient(135deg, rgb(199,167,167,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    content: '';
}

.locate-O .ask-feedback-q a span {
    opacity: 0.7;
    gap: 0.5rem;
    font-size: calc(13px * 0.9);
    color: #ffffff;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}



.meet-us-4::after {
    background: radial-gradient(ellipse at 30% 20%, rgb(199,167,167,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(170,101,101,0.5) 0%, transparent 60%);
    filter: blur(50px);
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.15;
    animation: pulseBackground 15s infinite alternate;
}

.meet-us-4 .mission-block-R .portrait-image-0 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    height: 500px;
    overflow: hidden;
    border-radius: 0 17px 17px 0;
    z-index: 3;
}

.meet-us-4 .learn-training-S {
    gap: 20px;
    margin-left: auto;
    width: 115%;
    grid-template-columns: 1.4fr 1.6fr;
    position: relative;
    margin-right: -15%;
    display: grid;
}

.meet-us-4 .learn-training-S .learn-learn-V::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    z-index: 2;
    content: "";
    left: 0;
}

.meet-us-4 .learn-training-S::after {
    left: 10%;
    top: -100px;
    background: rgb(170,101,101);
}

.meet-us-4 .class-sessions-h::before,
.meet-us-4 .class-sessions-h::after {
    width: 80%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(199,167,167,0.5) 50%, transparent);
    animation: horizontalLine 15s infinite alternate;
    content: "";
    height: 1px;
}



.meet-us-4 .class-sessions-h::before {
    top: 15%;
    left: 10%;
}

.lang-learn-o .company_holder h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    font-size: 32px;
    text-align: center;
}

.lang-learn-o .skill-test-1 {
    order: 1;
    position: relative;
}

.lang-learn-o .header-guide-d:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.lang-learn-o .header-guide-d:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}

.lang-learn-o .header-guide-d h5 {
    font-size: 19px;
    font-weight: 600;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    word-wrap: break-word;
}

.lang-learn-o .header-guide-d .nav-top-A a:hover {
    transform: translateX(5px);
    color: #ffffff;
    opacity: 1;
}

.help-center-k::before {
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(170,101,101,0.5), transparent);
}

header .container {
    width: 100%;
    z-index: 1;
    max-width: 100%;
    margin: 0;
    position: relative;
    padding: 0;
}

header .head-lesson-a {
    align-items: center;
    display: flex;
    padding: 0.8rem 3%;
    flex-wrap: wrap;
    justify-content: space-between;
}

header .top-study-E:hover::after {
    transform: scaleX(1);
}

header .top-study-E:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .main-pagebar-P::after {
    transform-origin: left;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(199,167,167), rgb(170,101,101));
    content: '';
    transition: transform 0.3s ease;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
}

.cookie-tips-z svg {
    height: 50px;
    width: 50px;
    fill: rgb(199,167,167);
}

.trackingNoticeModal-M p {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
}

.trackingNoticeModal-M p a:hover {
    border-bottom-color: rgb(170,101,101);
    color: rgb(170,101,101);
}

.client-opinions-4::before {
    height: 200px;
    transform: skewY(-5deg) translateY(-100px);
    opacity: 0.3;
    top: 0;
    z-index: 0;
    background: linear-gradient(to right, rgb(170,101,101,0.5), transparent, rgb(170,101,101,0.5));
    left: 0;
    position: absolute;
    content: "";
    right: 0;
}

.client-opinions-4 .success-ratings-V {
    transform-style: preserve-3d;
    align-items: center;
    max-width: 800px;
    gap: 70px;
    margin: 0 auto;
    flex-direction: column;
    perspective: 1000px;
    display: flex;
}

.client-opinions-4 .client-views-O:hover {
    transform: scale(1.03) rotateZ(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.client-opinions-4 .client-views-O img {
    transition: all 0.5s ease;
    left: 20px;
    width: 80px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 80px;
    top: -40px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #ffffff;
}

.client-opinions-4 .client-views-O:nth-child(even) .description {
    background: linear-gradient(to left, rgb(220,208,208), transparent);
}



.client-opinions-4 .client-views-O:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}


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



@media (min-width: 768px) {.title-board-O {
    padding: 150px 0;
}.title-board-O > div {
    align-items: center;
    flex-direction: row;
    gap: 40px;
}.title-board-O > div > div:first-child {
    flex: 1;
}.title-board-O .main-front-u {
    flex: 1.2;
}.title-board-O .learning-track-w {
    height: 400px;
}.title-board-O .learn-welcome-L {
    font-size: calc(46px * 1.1);
}.title-board-O p {
    font-size: calc(15px * 1.1);
}
}



@media (max-width: 1200px) {.offer-grid-k {
    padding: 100px 0;
}.offer-grid-k .sub-options-e {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 767px) {.offer-grid-k {
    padding: 60px 0;
}.offer-grid-k h2 {
    font-size: calc(36px - 4px);
}.offer-grid-k .pricing-schemes-3 {
    margin-bottom: 40px;
    font-size: calc(12px - 1px);
}.offer-grid-k .sub-options-e {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.offer-grid-k .study-offers-4 h4 {
    font-size: 23px;
}.offer-grid-k .fee-offers-6 {
    font-size: 23px;
}
}



@media screen and (max-width: 480px) {.contact-box-o {
    padding: 60px 0 40px;
}.contact-box-o h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.contact-box-o .portrait-image-0 {
    min-height: 200px;
}.contact-box-o .help-block-d {
    padding: 30px 20px;
}.contact-box-o form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 30px;
}.contact-box-o form .request-request-5 {
    width: 100%;
    padding: 14px 20px;
}}



@media (max-width: 480px) {.appDiv-7 {
    padding: 60px 0;
}.appDiv-7 .class-sessions-h {
    padding: 30px 20px;
}.appDiv-7 h5 {
    font-size: calc(22px * 0.85);
}.appDiv-7 p {
    padding: 15px 20px;
    font-size: calc(12px * 0.9);
}}



@media (max-width: 767px) {.course-offering-B {
    padding: 80px 0;
}.course-offering-B h2 {
    margin-bottom: 40px;
    font-size: calc(35px - 0.2rem);
}.course-offering-B .portrait-image-0 {
    height: 250px;
}.course-offering-B .text-post-N {
    padding: 25px 20px;
}.course-offering-B .description {
    font-size: calc(17px - 2px);
    line-height: 1.6;
}}



@media (max-width: 768px) {.locate-O {
    padding: 4rem 0;
}.locate-O .reach-help-O:nth-child(1),
    .locate-O .reach-help-O:nth-child(3) {
    padding: 2rem;
}.locate-O .ask-feedback-q {
    flex-direction: column;
}.locate-O .ask-feedback-q a {
    width: 100%;
}.locate-O .reach-help-O .portrait-image-0 {
    min-height: 250px;
}.locate-O .reach-help-O h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 1.5rem;
}
}



@media screen and (max-width: 1199px) {.meet-us-4 {
    padding: 120px 0 100px;
}.meet-us-4 h3 {
    font-size: calc(34px - 0.2rem);
}.meet-us-4 .mission-block-R,
    .meet-us-4 .learn-training-S {
    width: 110%;
}.meet-us-4 .mission-block-R {
    margin-left: -10%;
}.meet-us-4 .learn-training-S {
    margin-right: -10%;
}.meet-us-4 .mission-block-R .portrait-image-0,
    .meet-us-4 .learn-training-S .learn-learn-V {
    height: 450px;
}.meet-us-4 .mission-block-R p,
    .meet-us-4 .learn-training-S p {
    padding: 30px;
}
}



@media screen and (min-width: 1400px) {.meet-us-4 .mission-block-R {
    width: 120%;
    margin-left: -20%;
}.meet-us-4 .learn-training-S {
    margin-right: -20%;
    width: 120%;
}.meet-us-4 .mission-block-R .portrait-image-0,
    .meet-us-4 .learn-training-S .learn-learn-V {
    height: 550px;
}}



@media (max-width: 992px) {.lang-learn-o {
    padding: 70px 0 40px;
}.lang-learn-o .nav-top-A {
    gap: 40px;
}.lang-learn-o .company_holder {
    margin-top: 50px;
}
}



@media (max-width: 991px) {header .head-lesson-a {
    padding: 0.7rem 2.5%;
}header .top-study-E svg {
    width: 130px;
}header .header-guide-d {
    padding: 0.4rem;
    gap: 0.35rem;
}header .main-pagebar-P {
    font-size: calc(15px - 1px);
    padding: 0.35rem 0.6rem;
}
}


@media only screen and (max-width: 1200px) {.trackingNoticeModal-M {
    padding: 15px;
}
}



@media (max-width: 992px) {.client-opinions-4 {
    padding: 80px 0;
}.client-opinions-4 .client-views-O:nth-child(odd),
    .client-opinions-4 .client-views-O:nth-child(even) {
    transform: none;
    width: 90%;
}.client-opinions-4 .client-views-O:hover {
    transform: scale(1.02);
}
}



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



@keyframes floatText {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}



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



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



@keyframes expandVertical {
    to {
        height: 100%;
    }
}

@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}

@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}

