html {
    scrollbar-width: thin;
    scrollbar-color: rgb(123,122,129,0.5) rgb(123,122,129,0.5);
}

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

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

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    background: rgb(188,187,193);
    z-index: 99;
    width: 100%;
    position: relative;
}


.modalDataProtection-Ix {
    background: rgb(123,122,129);
    width: 100%;
    border-top: 2px solid rgb(155,154,161);
    z-index: 90;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(155,154,161,0.5);
    animation: slideIn 0.5s ease-in-out;
}

.edu-accept-NO {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    padding: 10px;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(155,154,161);
    margin-right: 20px;
}

.cookie-panel-BM {
    color: #ffffff;
    flex: 1;
    min-width: 300px;
}

.cookie-panel-BM p {
    text-shadow: 0 0 5px rgb(155,154,161,0.5);
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}

.cookie-guard-mL:hover {
    background: rgb(123,122,129);
    box-shadow: 0 0 20px rgb(123,122,129,0.5);
}

.modalDataProtection-Ix p a {
    color: rgb(155,154,161);
    transition: color 0.3s ease;
    text-decoration: underline;
}

.modalDataProtection-Ix p a:hover {
    color: rgb(123,122,129);
}

#cookie-banner-box-kp {
    display: none;
}


.join-our-community-Wn {
    padding: 4rem 0;
    position: relative;
    background: rgb(123,122,129);
    overflow: hidden;
}

.join-our-community-Wn::after {
    position: absolute;
    background: rgb(155,154,161);
    z-index: 1;
    height: 60%;
    width: 30%;
    right: -5%;
    bottom: -10%;
    content: "";
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.15;
}

.join-our-community-Wn .knowledge-experts-DE {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    border-left: 4px solid rgb(155,154,161);
    padding: 3rem;
    backdrop-filter: blur(5px);
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.join-our-community-Wn h3 {
    color: #000000;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 600;
    font-size: calc(18px * 0.9);
    position: relative;
    margin-bottom: 1.5rem;
}

.join-our-community-Wn .knowledge-experts-DE:hover h3::after {
    transform: scaleX(1.5);
}

.join-our-community-Wn .input_holder {
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 2rem;
    gap: 1rem;
    display: flex;
    align-items: center;
}

.join-our-community-Wn .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(155,154,161,0.5);
    outline: none;
    border-color: rgb(155,154,161);
}

.join-our-community-Wn .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.join-our-community-Wn .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.join-our-community-Wn .input_holder .email-capture-ES::before {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: left 0.8s ease;
    z-index: -1;
    content: "";
    height: 100%;
    left: -100%;
}

.join-our-community-Wn .input_holder .email-capture-ES:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: rgb(123,122,129);
}



.join-our-community-Wn .input_holder .email-capture-ES:focus {
    animation: pulse 1.5s infinite;
    outline: none;
}

.our-team-kh {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(188,187,193) 0%, #ffffff 100%);
}

.our-team-kh .container {
    position: relative;
    z-index: 5;
}

.our-team-kh h2 {
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 700;
    padding-bottom: 20px;
}

.our-team-kh .founder-bio-NJ {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
}

.our-team-kh .teach-method-Uf {
    margin: 0 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    padding: 40px;
    flex: 1 1 calc(50% - 20px);
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 29px;
    z-index: 2;
    transition: all 0.3s ease;
}

.our-team-kh .teach-method-Uf::after {
    transition: transform 0.5s ease;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    background: rgb(188,187,193);
    transform-origin: right;
    height: 100%;
    content: "";
    transform: scaleX(0);
}

.our-team-kh .teach-method-Uf:hover h3 {
    color: rgb(155,154,161);
    transform: translateX(10px);
}

.our-team-kh .teach-method-Uf p {
    position: relative;
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    transition: all 0.3s ease;
    z-index: 2;
}

.our-team-kh .teach-method-Uf:last-child {
    border-top: 3px solid rgb(123,122,129);
}

.our-team-kh .container::after {
    right: -5%;
    bottom: -5%;
    content: "";
    border: 2px solid rgb(123,122,129,0.5);
    position: absolute;
    opacity: 0.2;
    width: 15%;
    height: 15%;
    border-radius: 10px;
    animation: rotate-element 15s linear infinite reverse;
}

.our-team-kh .founder-bio-NJ::after {
    z-index: 0;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background-size: 20px 20px;
    left: 0;
    opacity: 0.02;
}

.pricing-list-item-NY .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1320px;
}

.pricing-list-item-NY .monthly-rate-Mh {
    max-width: 600px;
    z-index: 3;
    transform: translateY(0);
    padding: 2rem;
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgba(#ffffff, 0.9);
}

.pricing-list-item-NY .monthly-rate-Mh h2::after {
    transition: transform 0.5s ease;
    background: rgb(155,154,161);
    transform-origin: left;
    left: 0;
    bottom: -10px;
    position: absolute;
    content: "";
    transform: scaleX(1);
    height: 3px;
    width: 80px;
}

.pricing-list-item-NY .bundle-offer-IV {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}

.pricing-list-item-NY .learning-cost-pT:hover {
    transform: translateY(-8px);
}

.pricing-list-item-NY .discount-tier-qN {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: box-shadow 0.4s ease;
}

.pricing-list-item-NY .cost-table-Dg h3 {
    margin-bottom: 1rem;
    line-height: 1.3;
    font-weight: 600;
    font-size: calc(24px + 0.1rem);
    color: #000000;
    position: relative;
}

.pricing-list-item-NY .payment-plan-XV::before {
    content: "";
    bottom: -10px;
    left: 0;
    height: 2px;
    background: rgb(123,122,129);
    width: 40px;
    position: absolute;
}

.pricing-list-item-NY .thumbnail-image-kz {
    transform: scale(1);
    height: 220px;
    width: 100%;
    transition: transform 0.6s ease-out;
    position: relative;
}

.pricing-list-item-NY .learning-cost-pT:hover .thumbnail-image-kz {
    transform: scale(1.05);
}

.contact-form-box-UK {
    position: relative;
    overflow: hidden;
    background: rgb(188,187,193);
    padding: 120px 0;
}

.contact-form-box-UK .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}

.contact-form-box-UK h2::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    border-radius: 10px;
    background: rgb(155,154,161);
    width: 5px;
    left: 0;
}

.contact-form-box-UK .message-request-Hs {
    gap: 60px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.contact-form-box-UK .feedback-message-UV {
    order: 1;
}

.contact-form-box-UK form {
    border-radius: 10px;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 50px;
}

.contact-form-box-UK form input[type="text"] {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 16px;
    color: #000000;
    background: rgb(188,187,193);
    width: 100%;
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    border: none;
}

.contact-form-box-UK .contact-query-Gs {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.contact-form-box-UK .contact-query-Gs label {
    cursor: pointer;
    line-height: 1.5;
    font-size: 14px;
    padding-left: 35px;
    position: relative;
    color: #000000;
}

.contact-form-box-UK .contact-query-Gs input[type="checkbox"]:checked + label::before {
    background: rgb(155,154,161);
}

.contact-form-box-UK .contact-query-Gs label a {
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(155,154,161);
}

.contact-form-box-UK .contact-query-Gs label a:hover {
    color: rgb(123,122,129);
}

.contact-form-box-UK form .reach-reach-Kb {
    color: #ffffff;
    border: none;
    font-size: 18px;
    font-family: Arial, sans-serif;
    background: #000000;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    padding: 18px 40px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.customer-support-ZT {
    overflow: hidden;
    background-color: rgb(155,154,161,0.5);
    z-index: 1;
    padding: 6rem 0;
    position: relative;
}

.customer-support-ZT::after {
    content: "";
    top: -50%;
    position: absolute;
    animation: rotateBackground 60s linear infinite;
    opacity: 0.15;
    height: 200%;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            rgb(155,154,161,0.5) 60deg,
            transparent 120deg,
            rgb(123,122,129,0.5) 180deg,
            transparent 240deg,
            rgb(155,154,161,0.5) 300deg,
            transparent 360deg
        );
    left: -50%;
    width: 200%;
    z-index: -1;
}

.customer-support-ZT .msg-page-Uo {
    font-weight: 700;
    position: relative;
    padding: 1.5rem;
    margin: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    grid-column: 1 / -1;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(155,154,161);
    font-size: 30px;
    background: linear-gradient(90deg, 
                transparent, 
                rgb(155,154,161), 
                transparent);
    letter-spacing: 3px;
}

.customer-support-ZT .thumbnail-image-kz::before {
    left: 0;
    position: absolute;
    z-index: 3;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 30px,
            rgba(0, 0, 0, 0.1) 30px,
            rgba(0, 0, 0, 0.1) 31px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 30px,
            rgba(0, 0, 0, 0.1) 30px,
            rgba(0, 0, 0, 0.1) 31px
        );
    mix-blend-mode: overlay;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
}

.customer-support-ZT .talk-now-lj p {
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 18px;
    align-items: flex-start;
    padding: 0.75rem 1rem;
    border-left: 3px solid rgb(155,154,161);
    color: #ffffff;
}

.customer-support-ZT .talk-now-lj p::before {
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(155,154,161), transparent);
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
}

.customer-support-ZT .talk-now-lj p a:hover {
    text-shadow: 0 0 5px rgb(155,154,161);
    color: #ffffff;
}

.customer-support-ZT .talk-now-lj p a:hover::after {
    background: #ffffff;
    box-shadow: 0 0 10px rgb(155,154,161);
    transform: scaleX(1);
}

.customer-support-ZT .talk-now-lj svg {
    flex-shrink: 0;
    stroke-linecap: round;
    stroke-width: 2;
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
    margin: 0 12px;
    stroke-linejoin: round;
    stroke: rgb(155,154,161);
    filter: drop-shadow(0 0 3px rgb(155,154,161,0.5));
    fill: none;
}

.customer-support-ZT .talk-now-lj p:nth-child(1) svg path {
    animation-delay: 0.1s;
}

.customer-support-ZT .talk-now-lj p:nth-child(2) svg path {
    animation-delay: 0.2s;
}

.customer-support-ZT .talk-now-lj p:nth-child(4) svg path {
    animation-delay: 0.4s;
}

.customer-support-ZT .instant-help-xc::before {
    top: -10px;
    width: 20px;
    border: 1px solid rgb(155,154,161);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(155,154,161,0.5),
                inset 0 0 5px rgb(155,154,161,0.5);
    height: 20px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    background: #000000;
}

.customer-support-ZT .ask-questions-rn {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    position: relative;
    gap: 1rem;
}

.customer-support-ZT .talk-answer-pb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 1px solid rgb(155,154,161,0.5);
    position: relative;
    font-size: calc(18px - 2px);
    transition: all 0.3s ease;
    text-align: center;
    overflow: hidden;
    padding: 0.8rem 0.5rem;
}

.customer-support-ZT .talk-answer-pb::before {
    content: "";
    width: 300%;
    left: -100%;
    opacity: 0;
    top: -100%;
    position: absolute;
    transition: opacity 0.3s ease;
    animation: rotateSpinner 4s linear infinite;
    background: conic-gradient(
        transparent, 
        rgb(155,154,161), 
        transparent
    );
    height: 300%;
    z-index: -1;
}

.customer-support-ZT .talk-answer-pb:hover svg {
    stroke: #ffffff;
    transform: rotate(15deg);
    opacity: 1;
    filter: drop-shadow(0 0 3px rgb(155,154,161));
}

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

header .head-primary-Bu::after {
    background: linear-gradient(90deg, transparent, rgb(123,122,129));
    right: 10%;
    width: 30%;
    position: absolute;
    bottom: -10px;
    height: 5px;
    filter: blur(5px);
    content: "";
}

header .head-primary-Bu .head-mentor-tI::before {
    opacity: 0;
    position: absolute;
    content: "";
    z-index: -1;
    height: calc(100% + 10px);
    transition: opacity 0.3s ease;
    left: -5px;
    width: calc(100% + 10px);
    top: -5px;
    background: linear-gradient(135deg, rgb(155,154,161), rgb(123,122,129));
    filter: blur(15px);
}

header .head-primary-Bu .head-bar-jP {
    margin: 0;
    padding: 10px;
    border-radius: 21px;
    display: flex;
    list-style: none;
    position: relative;
}

header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ {
    position: relative;
    margin: 0 3px;
}

header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ a {
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    z-index: 1;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    padding: 8px 15px;
}

header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ a::after {
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: -1;
    height: 150%;
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    content: "";
    width: 150%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
}

header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(155,154,161), rgb(123,122,129));
}

footer {
    position: relative;
}

footer::before {
    background: linear-gradient(210deg, #000000 0%, rgb(155,154,161) 100%);
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    opacity: 0.92;
}

.lang-learn-ix .container {
    flex-direction: column;
    display: flex;
}

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

.lang-learn-ix .company_holder h3::after {
    display: block;
    border-radius: 3px;
    width: 60px;
    background: rgb(155,154,161);
    height: 3px;
    content: '';
    margin: 15px auto 0;
}

.lang-learn-ix .knowl-base-fl {
    max-width: 80%;
    margin: 0 auto;
    font-size: 14px;
    padding-top: 15px;
    text-align: center;
    position: relative;
    line-height: 1.6;
}

.lang-learn-ix .head-bar-jP {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    min-width: 250px;
    padding: 20px;
    max-width: calc(50% - 30px);
    flex: 1;
    transform: translateZ(0);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
}

.lang-learn-ix .head-bar-jP:hover {
    transform: perspective(1000px) rotateY(0);
}

.lang-learn-ix .head-bar-jP h5 {
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    word-wrap: break-word;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.lang-learn-ix .head-bar-jP .head-core-zX {
    margin: 0;
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding: 0 10px;
}

.lang-learn-ix .head-bar-jP .head-core-zX a::before {
    background: rgb(123,122,129);
    content: '';
    min-width: 6px;
    height: 6px;
    transform: scale(0);
    transition: all 0.3s ease;
    margin-right: 10px;
    opacity: 0;
    flex-shrink: 0;
    border-radius: 50%;
}

.lang-learn-ix .head-bar-jP .head-core-zX a:hover::before {
    opacity: 1;
    transform: scale(1);
}

.footer-subscribe-Ff::before {
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(123,122,129,0.5), transparent);
    height: 1px;
    top: 0;
}



.lang-learn-ix .equity-info-aW::before {
    position: absolute;
    filter: blur(100px);
    background: rgb(123,122,129);
    border-radius: 50%;
    content: '';
    left: -5%;
    animation: pulse 10s infinite ease-in-out reverse;
    z-index: -1;
    opacity: 0.1;
    bottom: -10%;
    width: 250px;
    height: 250px;
}

.title-portal-Ck {
    position: relative;
    overflow: hidden;
}

.title-portal-Ck .edu-main-xb::before {
    left: 0;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgb(155,154,161,0.5) 0%,
    rgba(25, 25, 60, 0.75) 100%
  );
    z-index: 1;
    backdrop-filter: blur(3px) saturate(1.2);
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
}

.title-portal-Ck .expert-track-mF > div:first-child {
    position: relative;
    margin-bottom: 2.5rem;
}

.title-portal-Ck .expert-track-mF > div:first-child::after {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(123,122,129) 0%, transparent 100%);
    content: "";
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(rgb(123,122,129), 0.3);
    bottom: -1.25rem;
    height: 4px;
    width: 80px;
}

.title-portal-Ck .title_style_header {
    animation: fadeInUp 0.8s ease-out forwards;
    text-shadow: 
    0 2px 10px rgba(0, 0, 0, 0.2),
    0 15px 30px rgba(0, 0, 0, 0.15);
    margin: 0;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 40px);
    transform: translateZ(20px);
}

.title-portal-Ck p {
    animation-fill-mode: both;
    position: relative;
    line-height: 1.6;
    margin-top: 25px;
    max-width: 90%;
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 18px);
    padding-left: 20px;
    opacity: 0.85;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
}

.program-details-cb {
    background: linear-gradient(150deg, rgb(155,154,161,0.5) 0%, rgb(188,187,193) 50%, rgb(123,122,129,0.5) 100%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}

.program-details-cb::after {
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    animation: gridMove 30s linear infinite;
}

.program-details-cb .lesson-map-Ic {
    position: relative;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2.5rem;
    z-index: 5;
    background: rgba(255, 255, 255, 0.07);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / 8;
    grid-row: 3 / 11;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    border-radius: 25px;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
}

.program-details-cb .lesson-map-Ic::after {
    transform: translateX(-50%);
    filter: blur(1px);
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 1px;
    content: "";
    width: 80%;
    background: linear-gradient(to right, rgb(155,154,161) 0%, transparent 100%);
}

.program-details-cb .head-mentor-tI::after {
    position: absolute;
    content: "";
    background: rgb(188,187,193);
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    inset: 6px;
}

.program-details-cb .head-mentor-tI svg {
    animation: floatLogo 6s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgb(155,154,161,0.5));
    z-index: 1;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
}

.program-details-cb h3::before {
    position: absolute;
    content: "";
    bottom: -8px;
    width: 60px;
    height: 3px;
    background: rgb(155,154,161);
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    left: 0;
}

.program-details-cb p {
    margin-bottom: 0;
    color: #ffffff;
    transform: perspective(1000px) rotateX(1deg);
    max-width: 100%;
    transform-origin: left bottom;
    position: relative;
    font-size: 17px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
}

.program-details-cb .thumbnail-image-kz::before {
    opacity: 0.6;
    mix-blend-mode: overlay;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(155,154,161,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(123,122,129,0.5) 0%, transparent 70%);
    content: "";
    inset: 0;
    z-index: 1;
}

.program-details-cb .knowledge-experts-DE:hover .thumbnail-image-kz {
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
}

.program-details-cb .knowledge-experts-DE:hover .lesson-map-Ic {
    transform: translateZ(20px) translateX(10px);
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}

.potential-enrollees-rT {
    position: relative;
    z-index: 1;
    background-color: rgb(188,187,193);
    padding: 5rem 0;
    overflow: hidden;
}

.potential-enrollees-rT::after {
    animation-delay: 4s;
    right: 25%;
}

.potential-enrollees-rT .knowledge-experts-DE {
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    z-index: 2;
    padding: 0 2rem;
}

.potential-enrollees-rT .knowledge-experts-DE::before,
.potential-enrollees-rT .knowledge-experts-DE::after {
    height: 1px;
    z-index: -1;
    opacity: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    animation: horizontalBeam 10s infinite ease-out;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(123,122,129) 50%, 
        transparent 90%);
}

.potential-enrollees-rT .knowledge-experts-DE::before {
    top: 30%;
    animation-delay: 2s;
}

.potential-enrollees-rT ul {
    gap: 1.2rem;
    list-style: none;
    margin: 0;
    flex-direction: column;
    display: flex;
    padding: 0;
}

.potential-enrollees-rT ul li {
    padding: 1.3rem 1.5rem;
    font-weight: 400;
    position: relative;
    align-items: center;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    font-size: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.potential-enrollees-rT ul li::after {
    opacity: 0;
    top: 0;
    z-index: -1;
    transition: transform 0.5s ease;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(155,154,161,0.5) 20%, 
        transparent 80%);
    transform: translateX(-100%);
}

.potential-enrollees-rT ul li svg {
    transition: all 0.4s ease;
    height: 28px;
    flex-shrink: 0;
    position: relative;
    margin-right: 1.5rem;
    width: 28px;
    z-index: 1;
}

.potential-enrollees-rT ul li:hover svg path {
    animation: flashIcon 1s ease;
    fill: rgb(123,122,129);
}

.potential-enrollees-rT::before :nth-child(2) {
    animation-delay: 3s;
}

.potential-enrollees-rT ul::before {
    border: 1px solid rgb(155,154,161,0.5);
    content: '';
    width: 50px;
    top: 20px;
    opacity: 0.2;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    right: 20px;
}

.client-feedback-zF {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(188,187,193), rgb(123,122,129,0.5) 90%);
    padding: 5rem 0;
}

.client-feedback-zF::after {
    content: "";
    right: -5%;
    filter: blur(30px);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: rotate(-15deg);
    position: absolute;
    bottom: -10%;
    width: 25rem;
    opacity: 0.4;
    z-index: 0;
    background: linear-gradient(135deg, rgb(155,154,161,0.5), transparent 80%);
    height: 25rem;
}

.client-feedback-zF h2::after {
    bottom: -15px;
    content: "";
    transform-origin: left center;
    animation: expandLine 1.2s ease-out forwards;
    background: linear-gradient(90deg, rgb(155,154,161), rgb(123,122,129));
    left: 0;
    width: 120px;
    height: 4px;
    position: absolute;
}

.client-feedback-zF .student-feedback-KF::before {
    color: rgb(123,122,129,0.5);
    content: "";
    opacity: 0.3;
    font-size: 8rem;
    z-index: -1;
    position: absolute;
    top: -20px;
    right: 20px;
    line-height: 1;
    font-weight: 700;
}

.client-feedback-zF .student-feedback-KF:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.client-feedback-zF .student-feedback-KF h3 {
    font-size: calc(20px * 1.1);
    color: rgb(155,154,161);
    position: relative;
    display: inline-block;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.client-feedback-zF .student-feedback-KF:hover h3::after {
    width: 100%;
}

.client-feedback-zF .student-feedback-KF div {
    overflow: hidden;
    transform: rotate(-3deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 60px;
    width: 60px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border: 3px solid #ffffff;
    position: relative;
}

.client-feedback-zF .student-feedback-KF:hover div::before {
    opacity: 0.3;
}

.client-feedback-zF .student-feedback-KF img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scale(1);
}

.teaching-experience-lg {
    position: relative;
    background-color: rgb(188,187,193);
    overflow: hidden;
    padding: 6rem 0;
}

.teaching-experience-lg::after {
    transform: rotate(10deg) skewX(-10deg);
    left: -5%;
    width: 35%;
    content: "";
    position: absolute;
    background: linear-gradient(225deg, rgb(123,122,129,0.5), rgb(155,154,161,0.5));
    opacity: 0.1;
    height: 60%;
    z-index: 1;
    filter: blur(20px);
    bottom: -10%;
}

.teaching-experience-lg .student-feedback-KF {
    padding: 3rem;
    gap: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    position: relative;
    display: grid;
}

.teaching-experience-lg .student-feedback-KF .thumbnail-image-kz::before {
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(123,122,129,0.5) 100%
    );
    top: 0;
}

.teaching-experience-lg .student-feedback-KF:hover .thumbnail-image-kz {
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
    transform: translateZ(30px) scale(1.02);
}

.teaching-experience-lg .student-feedback-KF > div:nth-child(2) {
    position: relative;
    text-align: center;
}

.teaching-experience-lg .student-feedback-KF .name::after {
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(123,122,129), rgb(155,154,161));
    width: 35%;
    left: 50%;
    position: absolute;
    height: 3px;
    border-radius: 10px;
    bottom: -5px;
}

.teaching-experience-lg .student-feedback-KF > div:nth-child(3) {
    position: relative;
}

.teaching-experience-lg .student-feedback-KF .career-timeline-jg {
    line-height: 1.7;
    margin: 0;
    font-size: 16px;
    border-left: 3px solid rgb(155,154,161,0.5);
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    color: #000000;
}

.gratPage-fh {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(123,122,129,0.5), rgb(155,154,161,0.5) 70%);
    align-items: center;
    min-height: 60vh;
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    display: flex;
}

.gratPage-fh::after {
    top: -50%;
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    z-index: 0;
    width: 80%;
    background: radial-gradient(
        circle at center,
        rgb(155,154,161,0.5) 0%,
        transparent 70%
    );
    right: -20%;
    content: "";
    position: absolute;
    transform: rotate(35deg);
    opacity: 0.15;
    height: 200%;
}

.gratPage-fh .knowledge-experts-DE:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.gratPage-fh .knowledge-experts-DE::before {
    pointer-events: none;
    opacity: 0.05;
    width: 100%;
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(123,122,129,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(155,154,161,0.5) 100%
    );
    transform: translateZ(-10px);
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
}

.gratPage-fh .knowledge-experts-DE > div:first-child::after {
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
    transform-origin: left center;
    bottom: 0;
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(
        to right,
        rgb(123,122,129),
        rgb(155,154,161,0.5)
    );
    width: 40%;
}

.gratPage-fh a {
    transform: scale(1);
    text-decoration: none;
    display: inline-block;
    color: inherit;
    transition: transform 0.3s ease;
    position: relative;
}

.gratPage-fh a:hover {
    transform: scale(1.01);
}

.gratPage-fh a:hover::before {
    transform: scale(1.02);
    opacity: 0.5;
}

.gratPage-fh a::after {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    content: "";
    transform-origin: right;
    width: 100%;
    position: absolute;
    bottom: -5px;
    height: 1px;
    background: linear-gradient(
        to right,
        rgb(123,122,129),
        rgb(155,154,161)
    );
    transform: scaleX(0);
}

.privacy-repository-ru h1, .privacy-repository-ru h2 {
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    color: rgb(155,154,161);
    letter-spacing: 0.05em;
}

.privacy-repository-ru h1 {
    border-left: 4px solid rgb(155,154,161);
    font-size: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-weight: 700;
    padding-left: 0.5rem;
}

.privacy-repository-ru h3, .privacy-repository-ru h4, .privacy-repository-ru h5, .privacy-repository-ru h6 {
    margin: 10px 0;
}

.privacy-repository-ru ul li {
    align-items: center;
    display: flex;
    background-color: rgb(123,122,129,0.5);
    padding: 0.5rem;
    font-weight: 400;
    gap: 1rem;
    font-size: 16px;
    border-radius: 10px;
}

.privacy-repository-ru div {
    margin-bottom: 1rem;
}

.privacy-repository-ru section {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}}


@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 only screen and (max-width: 1200px) {.modalDataProtection-Ix {
    padding: 20px;
}.online-cookies-iD {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.edu-accept-NO {
    display: none;
}.online-cookies-iD {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-panel-BM {
    text-align: center;
    margin-bottom: 20px;
}.modalDataProtection-Ix h5, .modalDataProtection-Ix p {
    text-align: center;
}.cookie-guard-mL {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}}



@media (max-width: 768px) {.join-our-community-Wn {
    padding: 3rem 0;
}.join-our-community-Wn .knowledge-experts-DE {
    padding: 2rem;
}.join-our-community-Wn h3 {
    font-size: calc(18px * 0.85);
}.join-our-community-Wn .input_holder {
    flex-direction: column;
    gap: 1rem;
}.join-our-community-Wn .input_holder div {
    flex: 1 1 100%;
    width: 100%;
}.join-our-community-Wn .input_holder .email-capture-ES {
    width: 100%;
}.join-our-community-Wn::after {
    width: 50%;
    height: 40%;
}
}



@media screen and (max-width: 992px) {.our-team-kh {
    padding: 80px 0;
}.our-team-kh .founder-bio-NJ {
    margin-top: 40px;
    flex-direction: column;
}.our-team-kh .teach-method-Uf {
    margin: 10px 0;
    flex: 1 1 100%;
}.our-team-kh .founder-bio-NJ::before {
    display: none;
}.our-team-kh .container::before,
    .our-team-kh .container::after {
    display: none;
}
}



@media screen and (max-width: 576px) {.our-team-kh {
    padding: 50px 0;
}.our-team-kh h2 {
    padding-bottom: 12px;
    font-size: calc(34px * 0.8);
    margin-bottom: 15px;
}.our-team-kh h2::after {
    width: 50px;
    height: 2px;
}.our-team-kh .founder-bio-NJ {
    margin-top: 30px;
}.our-team-kh .teach-method-Uf {
    padding: 25px;
}.our-team-kh .teach-method-Uf h3 {
    font-size: calc(24px * 0.85);
    margin-bottom: 12px;
}.our-team-kh .teach-method-Uf p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.our-team-kh .teach-method-Uf:hover h3,
    .our-team-kh .teach-method-Uf:hover p {
    transform: translateX(5px);
}}



@media (max-width: 767px) {.pricing-list-item-NY {
    padding: 4rem 0;
}.pricing-list-item-NY .cost-table-Dg {
    padding: 1.5rem;
    min-height: 240px;
}.pricing-list-item-NY .thumbnail-image-kz {
    height: 180px;
}.pricing-list-item-NY .monthly-rate-Mh {
    padding: 1.5rem;
}.pricing-list-item-NY .monthly-rate-Mh h2 {
    font-size: calc(28px - 0.2rem);
}.pricing-list-item-NY .pricing-levels-kr {
    font-size: calc(12px - 0.1rem);
}}



@media screen and (max-width: 767px) {.contact-form-box-UK {
    padding: 70px 0;
}.contact-form-box-UK h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.contact-form-box-UK .thumbnail-image-kz {
    min-height: 300px;
    width: 100%;
    box-shadow: -10px 10px 0 rgb(155,154,161,0.5);
}.contact-form-box-UK form {
    padding: 40px 30px;
}
}



@media (min-width: 768px) {.customer-support-ZT .get-support-OT {
    grid-template-columns: 300px 1fr;
}.customer-support-ZT .msg-page-Uo {
    grid-column: 1 / -1;
}.customer-support-ZT .thumbnail-image-kz {
    grid-column: 1 / 2;
    height: 100%;
}.customer-support-ZT .talk-now-lj {
    grid-column: 2 / -1;
}.customer-support-ZT .talk-now-lj svg {
    height: 22px;
    width: 22px;
    margin-right: 15px;
}.customer-support-ZT .ask-questions-rn {
    grid-template-columns: repeat(3, 1fr);
}.customer-support-ZT .get-contactwidget-nS svg {
    width: 20px;
    height: 20px;
}
}



@media (max-width: 767px) {.customer-support-ZT {
    padding: 4rem 0;
}.customer-support-ZT .thumbnail-image-kz {
    height: 220px;
}.customer-support-ZT .msg-page-Uo {
    font-size: calc(30px - 4px);
    padding: 1rem;
}.customer-support-ZT .talk-now-lj {
    padding: 1.5rem;
}.customer-support-ZT .talk-now-lj svg {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}.customer-support-ZT .get-contactwidget-nS {
    font-size: calc(23px - 2px);
}.customer-support-ZT .ask-questions-rn {
    gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
}.customer-support-ZT .talk-answer-pb svg {
    height: 12px;
    width: 12px;
}}



@media (max-width: 767px) {header .head-primary-Bu {
    padding: 15px 10px;
}header .head-primary-Bu .head-mentor-tI .main-edu-AH svg {
    height: 40px;
}header .head-primary-Bu .head-bar-jP {
    padding: 5px;
}header .head-primary-Bu .head-bar-jP .head-mainwrap-MQ a {
    padding: 5px 10px;
    font-size: calc(14px - 2px);
}}



@media (max-width: 576px) {.lang-learn-ix {
    padding: 40px 0 20px;
}.lang-learn-ix .company_holder h3 {
    font-size: calc(35px * 0.8);
}.lang-learn-ix .head-bar-jP h5 {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 991px) {.title-portal-Ck .expert-track-mF {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.title-portal-Ck .title_style_header {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}.title-portal-Ck p {
    max-width: 100%;
}
}



@media (max-width: 480px) {.title-portal-Ck .edu-main-xb {
    padding-top: 25%;
}.title-portal-Ck .expert-track-mF {
    padding: 1.5rem 1.25rem;
}.title-portal-Ck .title_style_header {
    font-size: 2rem;
}.title-portal-Ck h3 {
    font-size: 1.125rem;
}.title-portal-Ck p {
    font-size: 0.95rem;
}}



@media (max-width: 1200px) {.program-details-cb .knowledge-experts-DE {
    min-height: 500px;
}.program-details-cb .lesson-map-Ic {
    grid-column: 1 / 8;
    padding: 2.2rem;
}.program-details-cb h3 {
    font-size: calc(29px * 0.9);
}.program-details-cb .head-mentor-tI {
    width: 100px;
    height: 100px;
}.program-details-cb .head-mentor-tI svg {
    width: 55px;
    height: 55px;
}
}



@media (max-width: 768px) {.program-details-cb {
    padding: 4rem 0;
}.program-details-cb .thumbnail-image-kz {
    height: 300px;
}.program-details-cb .lesson-map-Ic {
    padding: 2rem;
    margin-top: -60px;
}.program-details-cb .head-mentor-tI {
    margin-bottom: 1.3rem;
    height: 90px;
    width: 90px;
}.program-details-cb .head-mentor-tI svg {
    width: 50px;
    height: 50px;
}.program-details-cb h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.3rem;
}.program-details-cb p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 576px) {.program-details-cb {
    padding: 3rem 0;
}.program-details-cb .thumbnail-image-kz {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.program-details-cb .lesson-map-Ic {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.program-details-cb .head-mentor-tI {
    margin-bottom: 1.2rem;
    height: 80px;
    width: 80px;
}.program-details-cb .head-mentor-tI svg {
    width: 45px;
    height: 45px;
}.program-details-cb h3 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.7);
}.program-details-cb h3::before {
    height: 2px;
    width: 50px;
}.program-details-cb p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 576px) {.potential-enrollees-rT {
    padding: 3rem 0;
}.potential-enrollees-rT .knowledge-experts-DE {
    padding: 0 1.5rem;
}.potential-enrollees-rT h3 {
    margin-bottom: 2.5rem;
    font-size: calc(33px * 0.8);
}.potential-enrollees-rT ul {
    gap: 0.8rem;
}.potential-enrollees-rT ul li {
    padding: 1rem;
}.potential-enrollees-rT ul li svg {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}}



@media (max-width: 767px) {.client-feedback-zF {
    padding: 3rem 0;
}.client-feedback-zF::after {
    width: 15rem;
    height: 15rem;
}.client-feedback-zF h2 {
    font-size: calc(29px * 0.85);
    margin-bottom: 2.5rem;
}.client-feedback-zF .review-opinions-np {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client-feedback-zF .student-feedback-KF {
    padding: 1.5rem;
}
}



@media (min-width: 768px) {.teaching-experience-lg .student-feedback-KF {
    gap: 2rem 3.5rem;
    padding: 3.5rem;
    grid-template-columns: 280px 1fr;
    grid-template-areas: 
            "photo info"
            "photo quote";
    grid-template-rows: auto 1fr;
}.teaching-experience-lg .student-feedback-KF > div:first-child {
    margin: 0;
    grid-area: photo;
}.teaching-experience-lg .student-feedback-KF > div:nth-child(2) {
    text-align: left;
    grid-area: info;
    align-self: flex-end;
}.teaching-experience-lg .student-feedback-KF > div:nth-child(3) {
    align-self: flex-start;
    grid-area: quote;
}.teaching-experience-lg .student-feedback-KF .name::after {
    width: 50px;
    left: 0;
    transform: none;
}.teaching-experience-lg .student-feedback-KF .thumbnail-image-kz {
    border-radius: 8px;
}
}



@media (max-width: 991px) {.gratPage-fh {
    padding: 4rem 0;
}.gratPage-fh .knowledge-experts-DE {
    transform: rotateX(1deg) rotateY(0.5deg);
    padding: 2.5rem;
}.gratPage-fh h5 {
    line-height: 1.35;
}.gratPage-fh p {
    max-width: 100%;
}.gratPage-fh .knowledge-experts-DE > div:first-child::after {
    width: 60%;
}
}



@media (max-width: 767px) {.gratPage-fh {
    min-height: auto;
    padding: 3rem 0;
}.gratPage-fh .knowledge-experts-DE {
    padding: 2rem;
    transform: none;
}.gratPage-fh .knowledge-experts-DE > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}.gratPage-fh .knowledge-experts-DE > div:first-child::after {
    width: 80%;
}.gratPage-fh p {
    line-height: 1.6;
}.gratPage-fh::after {
    top: -30%;
    right: -50%;
    width: 100%;
}
}


@media only screen and (max-width: 800px) {.privacy-repository-ru {
    padding: 1.5rem;
    border-radius: 10px;
    gap: 1rem;
}.privacy-repository-ru h1 {
    font-size: calc(24px * 0.9);
}.privacy-repository-ru h2 {
    font-size: calc(24px * 0.9);
}.privacy-repository-ru ul {
    gap: 0.5rem;
}.privacy-repository-ru ul li {
    padding: 0.75rem;
}.privacy-repository-ru ul li::before {
    font-size: 1rem;
}
}



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



@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}



@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}



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



@keyframes float {
  0%, 100% {
    transform: perspective(1000px) rotateX(2deg) translateY(0);
  }
  50% {
    transform: perspective(1000px) rotateX(2deg) translateY(-15px);
  }
}



@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}



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



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



@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}



@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}



@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}



@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}



@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 120px;
        opacity: 1;
    }
}



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

