﻿.job-board-c {
    flex: 0 0 auto;
}

.job-board-c {
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 2;
    padding: 60px 0;
    color: #ffffff;
}

html,body {
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}

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


.study-process-T {
    position: relative;
    overflow: visible;
    background: linear-gradient(155deg, rgb(205,217,232) 0%, rgb(160,183,206,0.5) 100%);
    padding: 180px 0 150px;
}

.study-process-T .knowledge-growth-m {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
}

.study-process-T .text-container-s h2 {
    font-weight: 700;
    background: linear-gradient(120deg, rgb(160,183,206,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 0 10px 10px 0;
    position: relative;
    padding: 40px;
    z-index: 4;
    align-self: flex-start;
    transform: translateX(-80px) translateY(20px);
    color: #ffffff;
    margin-bottom: 0;
    font-size: 31px;
    backdrop-filter: blur(10px);
}

.study-process-T .text-container-s::before {
    width: 300px;
    border: 2px solid rgb(160,183,206,0.5);
    right: -200px;
    opacity: 0.1;
    content: '';
    transform: rotate(25deg);
    z-index: 1;
    height: 300px;
    position: absolute;
    animation: rotate-float 40s infinite linear;
    top: -130px;
}

.study-process-T .text-container-s h2::before {
    background: rgb(160,183,206);
    transform: rotate(45deg);
    width: 80px;
    top: -25px;
    left: -25px;
    content: '';
    z-index: -1;
    position: absolute;
    height: 80px;
    opacity: 0.1;
}

.study-process-T .text-container-s p::before {
    content: '';
    height: 70%;
    top: 15%;
    right: 0;
    background: rgb(110,149,178,0.5);
    opacity: 0.3;
    position: absolute;
    width: 15px;
}

.study-process-T::after {
    background: linear-gradient(90deg, transparent 0%, rgb(160,183,206) 60%, rgb(160,183,206) 100%);
    width: 35%;
    bottom: 50px;
    z-index: 1;
    position: absolute;
    height: 2px;
    content: '';
    right: 0;
    opacity: 0.3;
}

.study-process-T .knowledge-growth-m::after {
    position: absolute;
    z-index: 0;
    width: 1px;
    opacity: 0.2;
    background: linear-gradient(to bottom, transparent, rgb(160,183,206,0.5), transparent);
    content: '';
    top: -25%;
    height: 150%;
    left: 30%;
}

.tariff-block-L::before {
    background: linear-gradient(120deg, rgb(160,183,206,0.5) 20%, rgb(110,149,178,0.5) 80%);
    width: 40%;
    position: absolute;
    height: 70%;
    border-radius: 10px;
    top: -10%;
    opacity: 0.1;
    content: "";
    transform: rotate(-15deg);
    z-index: 0;
    right: -5%;
}

.tariff-block-L .container {
    position: relative;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
}

.tariff-block-L .rate-plans-h {
    display: flex;
    flex-direction: column;
}

.tariff-block-L .package-deal-f h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #000000;
    font-size: 35px;
}

.tariff-block-L .price-deals-Y {
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    max-width: 800px;
}

.tariff-block-L .cost-matrix-j {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    width: 100%;
    display: grid;
    gap: 2rem;
}

.tariff-block-L .rate-schemes-t:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.tariff-block-L .rate-schemes-t::before {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(160,183,206), rgb(110,149,178));
    position: absolute;
    transition: transform 0.3s ease;
    top: 0;
    height: 5px;
    transform: translateY(-5px);
    content: "";
}

.tariff-block-L .class-deals-d h3 {
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    display: inline-block;
    font-size: calc(18px * 1.1);
    font-weight: 700;
}

.tariff-block-L .class-deals-d .plan-matrix-q::after {
    bottom: -0.75rem;
    width: 40px;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    background: rgb(160,183,206,0.5);
}

.tariff-block-L .img-stack-D {
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 180px;
    width: 100%;
    position: relative;
}

.tariff-block-L .img-stack-D::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}

.tariff-block-L .rate-schemes-t:nth-child(even) .class-deals-d::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 1rem;
    width: 2.5rem;
    border-radius: 50%;
    height: 2.5rem;
    bottom: 1rem;
    background: rgb(110,149,178,0.5);
    opacity: 0.1;
}

.title-intro-h > div {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
}

.title-intro-h .skill-guides-N {
    transform: translateX(-20px);
    position: relative;
    margin-bottom: 3rem;
    opacity: 0;
    animation: slideInLeft 0.8s ease-out forwards;
}

.title-intro-h .skill-guides-N::after {
    left: 0;
    bottom: -5px;
    content: "";
    height: 3px;
    width: 70%;
    background: linear-gradient(90deg, rgb(160,183,206), transparent);
    position: absolute;
}

.title-intro-h .page-base-i {
    animation: slideUpFade 1s ease-out 0.3s forwards;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    padding: 3rem;
    opacity: 0;
    border-left: 5px solid rgb(160,183,206);
    transform: translateY(30px);
}

.title-intro-h .page-base-i > div {
    z-index: 2;
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
    display: grid;
}

.title-intro-h .page-base-i p::before {
    background: rgb(160,183,206);
    top: 50%;
    height: 10px;
    content: "";
    left: 0;
    border-radius: 10px;
    position: absolute;
    transform: translateY(-50%);
    width: 10px;
}

.learning-impact-c {
    position: relative;
    background: linear-gradient(135deg, rgb(205,217,232) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 4rem 0;
}

.learning-impact-c .container {
    gap: 2.5rem;
    max-width: 1200px;
    grid-template-columns: 1fr;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    display: grid;
    padding: 0 1.5rem;
}

.learning-impact-c .img-stack-D {
    height: auto;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
    object-fit: cover;
}

.learning-impact-c .text-container-s::before {
    transition: height 0.5s ease;
    width: 4px;
    top: 0;
    background: rgb(160,183,206);
    position: absolute;
    height: 0;
    left: 0;
    content: "";
}

.learning-impact-c .text-container-s:hover::before {
    height: 100%;
}

.learning-impact-c h1 {
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: translateZ(0);
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-size: calc(33px * 1.1);
    margin-bottom: 1.75rem;
}

.learning-impact-c .text-container-s:hover h1::after {
    transform: scaleX(1);
}

.learning-impact-c ul {
    padding: 0;
    grid-template-columns: 1fr;
    margin: 1.5rem 0 0;
    gap: 1.2rem;
    list-style: none;
    display: grid;
}

.learning-impact-c li p {
    display: flex;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    align-items: center;
}

.learning-impact-c li:hover svg {
    transform: scale(1.1);
}

.learning-impact-c svg path {
    transition: fill 0.3s ease;
    fill: rgb(110,149,178);
}

.learning-impact-c li:nth-child(even) {
    transform: translateX(0);
}

.learning-impact-c li:nth-child(even):hover {
    transform: translateX(8px);
}

.academic-expertise-G::before {
    z-index: 0;
    background: linear-gradient(120deg, rgb(160,183,206,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}

.academic-expertise-G .learner-review-z {
    max-width: 600px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

.academic-expertise-G .img-stack-D::before {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}

.academic-expertise-G .img-stack-D::after {
    background: linear-gradient(45deg, rgb(160,183,206,0.5) 0%, transparent 40%, transparent 60%, rgb(110,149,178,0.5) 100%);
    opacity: 0.3;
    left: -100%;
    position: absolute;
    transition: all 0.8s ease;
    width: 300%;
    top: -100%;
    height: 300%;
    animation: shiftGradient 10s infinite alternate;
    mix-blend-mode: overlay;
    content: "";
}

.academic-expertise-G .name {
    color: rgb(160,183,206);
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
}

.academic-expertise-G .work-skills-i div:nth-child(2) {
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(110,149,178);
}

.academic-expertise-G .career-content-n {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    position: relative;
    padding: 0 1rem;
    color: #000000;
    line-height: 1.7;
}

.academic-expertise-G .career-content-n::after {
    bottom: -0.5rem;
    right: 0;
}

.academic-expertise-G .learner-review-z:hover .img-stack-D {
    transform: translateY(-20px);
}

.academic-expertise-G .learner-review-z:hover .work-skills-i {
    transform: translateY(20px);
}


.edu-cookies-g {
    gap: 20px;
    display: flex;
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
}

.cookieAgreementModal-L h5 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}

.cookieAgreementModal-L p {
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.cookie-user-U {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(160,183,206));
    justify-content: center;
    margin-right: 15px;
}

.data-accept-F:hover {
    box-shadow: 0 0 20px rgb(110,149,178);
}

.cookie_button.cookie-window-D:hover {
    box-shadow: 0 0 15px rgb(110,149,178);
}

.cookieAgreementModal-L p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(160,183,206);
}

.cookieAgreementModal-L p a:hover {
    color: rgb(110,149,178);
}

#consentPopupDialog-o {
    display: none;
}

#consentPopupDialog-o:checked ~ .cookieAgreementModal-L {
    visibility: hidden;
    opacity: 0;
}

.course-program-W::before {
    height: 100%;
    content: "";
    transform: translateX(30%) skewX(-15deg);
    top: 0;
    opacity: 0.1;
    z-index: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgb(110,149,178,0.5), transparent);
    width: 40%;
}

.course-program-W .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}

.course-program-W h2::after {
    height: 3px;
    content: "";
    transform: scaleX(0);
    width: 6rem;
    transform-origin: left;
    position: absolute;
    bottom: -0.8rem;
    background: rgb(160,183,206);
    animation: expandLine 1.2s ease-out 0.7s forwards;
    left: 0;
}

.course-program-W .img-stack-D {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(3deg);
    position: relative;
    width: 100%;
    height: 320px;
}

.course-program-W .img-stack-D::after {
    height: 100%;
    width: 20px;
    opacity: 0;
    left: 0;
    position: absolute;
    background: rgb(160,183,206);
    transition: all 0.5s ease-out;
    content: "";
    top: 0;
    transform: translateX(-20px);
}

.course-program-W .img-stack-D:hover::after {
    transform: translateX(0);
    opacity: 0.7;
}

.course-program-W .description {
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    border-left: 2px solid rgb(160,183,206,0.5);
}

.course-program-W .description:last-of-type {
    padding-top: 1.5rem;
    position: relative;
}

.course-program-W .description:last-of-type::before {
    width: 80%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(110,149,178,0.5) 0%, transparent 100%);
    left: 0;
    content: "";
    top: 0;
}

.user-testimonials-D::after {
    position: absolute;
    height: 100%;
    opacity: 0.3;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(160,183,206,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 80%, rgb(110,149,178,0.5) 0%, transparent 8%),
        radial-gradient(circle at 50% 50%, rgb(160,183,206,0.5) 0%, transparent 6%);
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
}

.user-testimonials-D h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.user-testimonials-D .knowledge-growth-m {
    position: relative;
}

.user-testimonials-D .testimonial-sharing-H {
    gap: 2.5rem;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.user-testimonials-D .learner-review-z::before {
    width: 100%;
    content: "";
    transition: opacity 0.3s ease;
    z-index: -1;
    top: 0;
    opacity: 0.1;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom right, transparent 49.5%, rgb(160,183,206,0.5) 50%, transparent 50.5%);
    height: 100%;
}

.user-testimonials-D .learner-review-z:hover::before {
    opacity: 0.2;
}

.user-testimonials-D .learner-review-z h3 {
    font-size: calc(21px * 1.1);
    position: relative;
    color: rgb(160,183,206);
    font-weight: 600;
    margin-bottom: 0.8rem;
    display: inline-block;
}

.user-testimonials-D .learner-review-z h3::after {
    height: 2px;
    position: absolute;
    bottom: -5px;
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    background: rgb(110,149,178);
}

.user-testimonials-D .learner-review-z div {
    overflow: hidden;
    border: 2px solid rgb(160,183,206,0.5);
    transform: rotate(-5deg);
    z-index: 2;
    width: 60px;
    transition: all 0.3s ease;
    height: 60px;
    position: relative;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
}

.user-testimonials-D .learner-review-z:hover img {
    transform: scale(1.1);
}

.user-testimonials-D .learner-review-z:nth-child(even) {
    animation: floatAnimation 7s ease-in-out infinite 1s;
}

.privacy-den-h::before {
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.05;
    background: radial-gradient(circle at 15% 85%, rgb(160,183,206,0.5) 0%, transparent 25%);
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
}

.privacy-den-h .container {
    padding: 3rem;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    max-width: 1140px;
    border-left: 3px solid rgb(160,183,206);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(8px);
    z-index: 1;
    transform: perspective(1000px) rotateY(0.5deg);
    margin: 0 auto;
}

.privacy-den-h h1::after {
    background: linear-gradient(90deg, rgb(160,183,206), rgb(160,183,206,0.5));
    position: absolute;
    bottom: 0;
    height: 4px;
    transition: width 0.4s ease;
    left: 0;
    border-radius: 10px;
    width: 6rem;
    content: "";
}

.privacy-den-h h2:hover {
    color: rgb(160,183,206);
    padding-left: 1.5rem;
}

.privacy-den-h h3 {
    padding-left: 0.8rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(19px + 0.1rem);
    margin: 2.5rem 0 1rem;
    border-left: 1px solid rgb(160,183,206,0.5);
}

.privacy-den-h p {
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    font-size: 13px;
    line-height: 1.8;
}

.privacy-den-h strong::after {
    content: "";
    transition: transform 0.3s ease;
    transform: scaleX(0.8);
    left: 0;
    bottom: -2px;
    position: absolute;
    height: 1px;
    background-color: rgb(160,183,206,0.5);
    width: 100%;
    transform-origin: left;
}

.privacy-den-h li::before {
    transform: rotate(45deg);
    opacity: 0.8;
    height: 8px;
    left: 0;
    content: "";
    top: 0.7rem;
    width: 8px;
    border: 1px solid rgb(160,183,206);
    position: absolute;
    transition: all 0.3s ease;
}

.privacy-den-h span {
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    display: block;
    opacity: 0.9;
    font-style: italic;
    border-left: 1px solid rgb(110,149,178,0.5);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

.contact-panel-Y::after {
    content: "";
    background: linear-gradient(225deg, rgb(110,149,178,0.5), rgb(160,183,206,0.5));
    filter: blur(60px);
    height: 300px;
    bottom: -100px;
    left: -100px;
    width: 300px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.contact-panel-Y h2 {
    position: relative;
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    text-align: center;
}

.contact-panel-Y h2::after {
    position: absolute;
    border-radius: 50%;
    height: 30px;
    content: "";
    right: calc(50% - 100px);
    bottom: -15px;
    z-index: -1;
    width: 30px;
    background: rgb(110,149,178,0.5);
}

.contact-panel-Y .connect-links-s::before {
    pointer-events: none;
    inset: 0;
    position: absolute;
    z-index: 0;
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(160,183,206,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(110,149,178,0.5) 99%
    );
}

.contact-panel-Y .img-stack-D::after {
    left: 20px;
    right: 20px;
    content: "";
    z-index: 2;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 20px;
    pointer-events: none;
}

.contact-panel-Y form h3 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
}

.contact-panel-Y form input[type="text"]:focus {
    background: linear-gradient(rgb(205,217,232), rgb(205,217,232)) padding-box,
                linear-gradient(to right, rgb(160,183,206), rgb(110,149,178)) border-box;
    border: 1px solid transparent;
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(160,183,206), 0.1);
}

.contact-panel-Y .message-widget-C input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-panel-Y .message-widget-C label::before {
    transition: all 0.3s ease;
    border-radius: 6px;
    top: 0;
    width: 22px;
    background: rgb(205,217,232);
    left: 0;
    content: "";
    position: absolute;
    height: 22px;
}

.contact-panel-Y .message-widget-C input[type="checkbox"]:checked + label::after {
    top: 4px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    left: 8px;
    position: absolute;
    width: 6px;
    content: "";
    transform: rotate(45deg);
    height: 12px;
}

.contact-panel-Y .message-help-R::before {
    transform: scaleX(0);
    content: "";
    width: 100%;
    transform-origin: right;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(110,149,178), rgb(160,183,206));
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
    z-index: -1;
}

.contact-panel-Y .message-help-R:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact-panel-Y svg path {
    stroke: rgb(160,183,206);
    transition: all 0.3s ease;
    stroke-width: 2;
    fill: none;
}

footer {
    position: relative;
}

footer::before {
    right: 0;
    bottom: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(110,149,178) 100%);
    opacity: 0.95;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    position: absolute;
}

.job-board-c .company_holder h3 {
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.job-board-c .login-footer-N {
    margin-top: 20px;
    flex: 0 0 100%;
}

.job-board-c .top-mainwrap-G {
    margin-top: 30px;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}

.job-board-c .top-expert-f:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
}

.job-board-c .top-expert-f .top-mainwrap-G {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    gap: 12px;
}

.job-board-c .top-expert-f .top-mainwrap-G a {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    text-decoration: none;
}

.subscr-info-r {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    margin-top: 40px;
}

.subscr-info-r .container {
    display: flex;
    justify-content: center;
}

.subscr-info-r .discuss-cta-x {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.about-this-X {
    z-index: 1;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.about-this-X::before {
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(160,183,206,0.5) 0%, 
        rgba(255, 255, 255, 0.85) 55%, 
        rgb(110,149,178,0.5) 100%);
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    backdrop-filter: blur(5px);
    width: 100%;
    top: 0;
}

.about-this-X .text-container-s {
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px;
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 30px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
}

.about-this-X h1::after {
    background: linear-gradient(90deg, rgb(160,183,206), transparent);
    transform: scaleX(1);
    height: 4px;
    transform-origin: left;
    position: absolute;
    bottom: -10px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    left: 0;
    width: 60%;
}

.about-this-X li:nth-child(1) {
    animation-delay: 0.3s;
}

.about-this-X h4 {
    color: rgb(110,149,178);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: calc(22px * 1.2);
    padding-left: 15px;
}

.about-this-X span {
    display: block;
    column-count: 2;
    position: relative;
    line-height: 1.7;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    column-gap: 40px;
    color: #000000;
}

.gratitudeWeb-K::before {
    right: -5%;
    content: "";
    z-index: 0;
    filter: blur(80px);
    height: 70%;
    width: 40%;
    opacity: 0.2;
    pointer-events: none;
    top: -10%;
    background: linear-gradient(120deg, rgb(160,183,206,0.5), rgb(110,149,178,0.5));
    transform: rotate(-15deg);
    position: absolute;
}

.gratitudeWeb-K .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.gratitudeWeb-K h2 {
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    position: relative;
    opacity: 1;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 2.5rem;
    transform: translateY(0);
    animation: fadeInDown 0.8s ease-out forwards;
}

.gratitudeWeb-K .knowledge-growth-m {
    padding: 2.5rem;
    opacity: 0;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 4px 4px 20px rgba(255, 255, 255, 0.9),
        inset -4px -4px 10px rgba(0, 0, 0, 0.03);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    background: #ffffff;
    transform: translateY(0);
    position: relative;
    border-radius: 13px;
}

.gratitudeWeb-K ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gratitudeWeb-K li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.gratitudeWeb-K li span {
    display: block;
    opacity: 0;
    font-family: Arial, sans-serif;
    transform: translateX(0);
    font-size: 17px;
    animation: fadeInRight 0.7s ease-out 0.6s forwards;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
}

.contact-F {
    overflow: hidden;
    position: relative;
    background: rgb(205,217,232);
    padding: 80px 0;
}

.contact-F .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.contact-F .edu-query-S {
    padding: 50px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
              -12px -12px 24px rgba(255, 255, 255, 0.6);
    position: relative;
    border-radius: 27px;
    background: rgb(205,217,232);
    transition: all 0.4s ease;
}

.contact-F h2::after {
    width: 60px;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(160,183,206), transparent);
    left: 0;
    border-radius: 2px;
    bottom: 0;
    content: "";
}

.contact-F .connect-now-I {
    transition: all 0.3s ease;
    display: flex;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    align-items: center;
    background: rgb(205,217,232);
    text-decoration: none;
    color: #000000;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
              -5px -5px 10px rgba(255, 255, 255, 0.7);
    font-size: 16px;
    padding: 15px 25px;
}

.contact-F .connect-now-I svg {
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}

.contact-F .connect-now-I:hover svg path {
    fill: rgb(110,149,178);
}

.contact-F p svg {
    height: 22px;
    vertical-align: middle;
    margin-right: 10px;
    width: 22px;
}

.contact-F p:nth-last-child(2):hover svg path {
    fill: rgb(110,149,178);
}

.contact-F .edu-query-S::before {
    position: absolute;
    opacity: 0.4;
    background: rgb(160,183,206,0.5);
    z-index: -1;
    height: 100px;
    content: "";
    border-radius: 50%;
    width: 100px;
    top: -30px;
    left: -30px;
    filter: blur(30px);
}



.contact-F .connect-now-I:nth-child(1) {
    animation: float 5s ease-in-out infinite;
}

.contact-F .connect-now-I:nth-child(2) {
    animation: float 5s ease-in-out infinite;
    animation-delay: 0.5s;
}

.contact-F .connect-now-I:nth-child(3) {
    animation: float 5s ease-in-out infinite;
    animation-delay: 1s;
}

header .header-lesson-n {
    justify-content: space-between;
    position: relative;
    padding: 25px 30px;
    align-items: center;
    display: flex;
}

header .header-lesson-n::after {
    filter: blur(5px);
    bottom: -10px;
    width: 30%;
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(110,149,178));
    position: absolute;
    height: 5px;
    content: "";
}

header .header-lesson-n .nav-main-q::before {
    width: calc(100% + 10px);
    left: -5px;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(160,183,206), rgb(110,149,178));
    height: calc(100% + 10px);
    content: "";
    top: -5px;
    opacity: 0;
    filter: blur(15px);
    z-index: -1;
}

header .header-lesson-n .nav-main-q .top-skill-M svg {
    height: 45px;
    width: auto;
}

header .header-lesson-n .top-expert-f::before {
    backdrop-filter: blur(5px);
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    width: 100%;
    left: 0;
    content: "";
    border-radius: 12px;
    opacity: 0.1;
}

header .header-lesson-n .top-expert-f .nav-pro-C a::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(135deg, rgb(160,183,206), rgb(110,149,178));
}

header .header-lesson-n .top-expert-f .nav-pro-C:hover a::before {
    opacity: 1;
}

header .header-lesson-n .top-expert-f .nav-pro-C:hover a {
    color: #ffffff;
}

header .header-lesson-n .top-expert-f .nav-pro-C:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}

header .header-lesson-n .top-expert-f .nav-pro-C:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(160,183,206), rgb(110,149,178));
}


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


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



@media screen and (max-width: 1200px) {.study-process-T .text-container-s {
    width: 65%;
}.study-process-T .text-container-s h2 {
    transform: translateX(-60px) translateY(20px);
}.study-process-T .text-container-s p {
    transform: translateX(40px);
}.study-process-T .text-container-s::before {
    width: 250px;
    height: 250px;
    right: -150px;
}.study-process-T .text-container-s::after {
    width: 200px;
    height: 200px;
    left: -100px;
}
}



@media screen and (max-width: 768px) {.study-process-T {
    padding: 120px 0 100px;
    overflow: hidden;
}.study-process-T .knowledge-growth-m {
    justify-content: center;
}.study-process-T .text-container-s {
    margin-left: 0;
    width: 90%;
}.study-process-T .text-container-s h2 {
    border-radius: 10px;
    align-self: center;
    padding: 30px;
    font-size: calc(31px * 0.9);
    transform: translateX(0) translateY(0);
    margin-bottom: 20px;
}.study-process-T .text-container-s p {
    margin-top: 0;
    align-self: center;
    padding: 30px;
    transform: translateX(0);
    border-radius: 10px;
}.study-process-T .text-container-s::before,
    .study-process-T .text-container-s::after,
    .study-process-T::after,
    .study-process-T .knowledge-growth-m::before,
    .study-process-T .knowledge-growth-m::after {
    display: none;
}
}



@media (max-width: 991px) {.tariff-block-L {
    padding: 5rem 0;
}.tariff-block-L .rate-schemes-t {
    margin-bottom: 1.5rem;
}.tariff-block-L .package-deal-f {
    padding: 0 1rem;
}
}



@media (max-width: 767px) {.tariff-block-L {
    padding: 4rem 0;
}.tariff-block-L .package-deal-f h2 {
    font-size: calc(35px * 0.9);
}.tariff-block-L .class-deals-d h3 {
    font-size: 18px;
}.tariff-block-L .class-deals-d .plan-matrix-q {
    font-size: calc(18px * 1.15);
}.tariff-block-L .img-stack-D {
    height: 160px;
}
}



@media (hover: none) {.tariff-block-L .rate-schemes-t:hover {
    transform: none;
}.tariff-block-L .rate-schemes-t:hover .img-stack-D {
    transform: none;
}}



@media (min-width: 1024px) {.title-intro-h {
    padding: 8rem 3rem;
}.title-intro-h .skill-guides-N {
    margin-bottom: 4rem;
}.title-intro-h .page-hero-o {
    font-size: calc(40px * 1.4);
}.title-intro-h .page-base-i {
    background-position: center center !important;
    padding: 5rem;
}.title-intro-h .page-base-i > div {
    gap: 4rem;
}.title-intro-h .page-base-i p {
    font-size: calc(15px * 1.5);
}.title-intro-h .page-base-i h3 {
    font-size: calc(20px * 1.2);
}
}



@media (hover: hover) {.title-intro-h .page-base-i {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}.title-intro-h .page-base-i:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
}



@media (min-width: 768px) {.learning-impact-c {
    padding: 6rem 0;
}.learning-impact-c .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.learning-impact-c h1 {
    font-size: 44px;
    margin-bottom: 2rem;
}.learning-impact-c ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem 2rem;
}.learning-impact-c .text-container-s {
    padding: 2.5rem;
    transform: translateX(-20px);
}.learning-impact-c .text-container-s:hover {
    transform: translateX(0);
}.learning-impact-c .img-stack-D {
    height: 100%;
    max-height: 500px;
}
}



@media (max-width: 480px) {.learning-impact-c h1 {
    font-size: 33px;
}.learning-impact-c .text-container-s {
    padding: 1.25rem;
}.learning-impact-c li p {
    font-size: calc(13px * 0.95);
}.learning-impact-c .img-stack-D {
    max-height: 250px;
}}


@media only screen and (max-width: 1200px) {.cookieAgreementModal-L {
    padding: 15px 0;
}.edu-cookies-g {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.cookie-user-U {
    display: none;
}.edu-cookies-g {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookieAgreementModal-L h5 {
    font-size: 20px;
    margin-bottom: 5px;
}.cookie-comply-p {
    margin-bottom: 15px;
}.data-accept-F {
    margin: 10px 0;
    min-width: 100%;
}}



@media (min-width: 1024px) {.course-program-W {
    padding: 10rem 0;
}.course-program-W::before {
    width: 60%;
}.course-program-W h2 {
    max-width: 70%;
    font-size: calc(29px * 1.2);
}.course-program-W .program-track-H {
    gap: 5rem;
    grid-template-columns: 40% 1fr;
}.course-program-W .img-stack-D {
    height: 500px;
}.course-program-W .description {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}



@media screen and (max-width: 991px) {.user-testimonials-D {
    padding: 4rem 0;
}.user-testimonials-D .testimonial-sharing-H {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.user-testimonials-D h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}
}



@media screen and (max-width: 480px) {.user-testimonials-D {
    padding: 2.5rem 0;
}.user-testimonials-D h2 {
    transform: none;
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.7);
}.user-testimonials-D .learner-review-z {
    padding: 1.25rem;
}.user-testimonials-D .learner-review-z .description {
    margin-bottom: 1rem;
    font-size: calc(17px * 0.95);
}.user-testimonials-D .learner-review-z h3 {
    font-size: 21px;
}}



@media (max-width: 992px) {.privacy-den-h {
    padding: 5rem 1.5rem;
}.privacy-den-h .container {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(0.3deg);
}.privacy-den-h h1 {
    font-size: calc(39px - 0.2rem);
}.privacy-den-h h2 {
    font-size: calc(35px - 0.1rem);
}
}



@media (max-width: 576px) {.privacy-den-h {
    padding: 3rem 0.8rem;
}.privacy-den-h .container {
    border-left-width: 1px;
    padding: 1.5rem 1rem;
}.privacy-den-h h1 {
    transform: none;
    margin-bottom: 1.5rem;
    font-size: calc(39px - 0.6rem);
}.privacy-den-h h1::after {
    height: 3px;
    width: 4rem;
}.privacy-den-h h2 {
    padding-left: 0.7rem;
    font-size: calc(35px - 0.5rem);
}.privacy-den-h h3, 
    .privacy-den-h h4 {
    padding-left: 0.5rem;
}.privacy-den-h li {
    padding-left: 1.2rem;
}.privacy-den-h li:hover {
    padding-left: 1.4rem;
}.privacy-den-h p:hover,
    .privacy-den-h li:hover,
    .privacy-den-h h2:hover {
    padding-left: 0.7rem;
    transform: none;
}.privacy-den-h span {
    padding-left: 0.5rem;
}}



@media (max-width: 480px) {.contact-panel-Y {
    padding: 50px 0;
}.contact-panel-Y h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.contact-panel-Y .img-stack-D {
    min-height: 220px;
}.contact-panel-Y .request-form-A {
    padding: 30px 20px;
}.contact-panel-Y form h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.contact-panel-Y form input[type="text"] {
    font-size: calc(18px * 0.95);
    padding: 14px 16px;
    margin-bottom: 16px;
}.contact-panel-Y .message-help-R {
    padding: 16px;
}.contact-panel-Y .message-widget-C label {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 767px) {.job-board-c .top-expert-f {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
}.job-board-c .company_holder {
    padding: 20px 15px;
}.job-board-c .med-guides-V {
    padding: 15px;
    max-width: 100%;
}
}



@media (max-width: 992px) {.about-this-X {
    padding: 80px 0;
}.about-this-X .text-container-s {
    padding: 30px;
    transform: perspective(800px) rotateX(1deg);
}.about-this-X h1 {
    font-size: calc(44px * 0.9);
}.about-this-X span {
    column-count: 1;
}
}



@media (max-width: 576px) {.about-this-X {
    padding: 40px 0;
}.about-this-X .text-container-s {
    padding: 20px;
    box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.1),
            -5px -5px 15px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.5),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: none;
}.about-this-X h1 {
    margin-bottom: 15px;
    font-size: calc(44px * 0.7);
}.about-this-X h1::after {
    height: 3px;
}.about-this-X h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 10px;
}.about-this-X span {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}



@media (max-width: 767px) {.gratitudeWeb-K {
    padding: 2.5rem 1.25rem;
}.gratitudeWeb-K h2 {
    line-height: 1.4;
    font-size: calc(34px * 0.8);
    margin-bottom: 1.8rem;
}.gratitudeWeb-K h2::after {
    width: 60px;
}.gratitudeWeb-K .knowledge-growth-m {
    padding: 1.5rem;
}.gratitudeWeb-K li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 991px) {.contact-F {
    padding: 60px 0;
}.contact-F .edu-query-S {
    padding: 40px 30px;
}.contact-F .get-support-K {
    gap: 15px;
}.contact-F .connect-now-I {
    padding: 12px 20px;
}
}



@media (max-width: 992px) {header .header-lesson-n {
    flex-direction: column;
    padding: 20px 15px;
}header .header-lesson-n .nav-main-q {
    margin-bottom: 15px;
}header .header-lesson-n .top-expert-f {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .header-lesson-n .top-expert-f .nav-pro-C {
    margin: 3px;
}header .header-lesson-n .top-expert-f .nav-pro-C a {
    font-size: calc(12px - 1px);
    padding: 6px 12px;
}
}



@media (max-width: 767px) {header .header-lesson-n {
    padding: 15px 10px;
}header .header-lesson-n .nav-main-q .top-skill-M svg {
    height: 40px;
}header .header-lesson-n .top-expert-f {
    padding: 5px;
}header .header-lesson-n .top-expert-f .nav-pro-C a {
    padding: 5px 10px;
    font-size: calc(12px - 2px);
}
}



@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}



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



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



@keyframes slideInTitle {
    0% {
        transform: translateX(-2rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



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



@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(160,183,206), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(160,183,206), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(160,183,206), 0);
    }
}

