﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

svg {
    height: 30px;
    width: 30px;
}

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

.NR-nav-mainbar {
    flex: 1 0 auto;
}

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

.ce-offer-panel::after {
    z-index: 2;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(180,206,197,0.5), 0.15) 0%, transparent 50%);
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
}

.ce-offer-panel h2::after {
    height: 3px;
    left: 50%;
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    bottom: -10px;
    content: "";
}

.ce-offer-panel .iI-program-fees {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    backdrop-filter: blur(8px);
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    display: flex;
    position: relative;
}

.ce-offer-panel .Xv-promo-rates h4::after {
    position: absolute;
    bottom: -8px;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(140,178,160);
    width: 40px;
    left: 0;
    content: "";
}

.ce-offer-panel .Tr-deal-grid::before {
    transition: left 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    left: -100%;
    height: 100%;
    content: "";
    position: absolute;
}

.XP-help-center .container {
    position: relative;
    z-index: 2;
}

.XP-help-center .dE-reach-out {
    border-top: 3px solid rgb(180,206,197);
    border-radius: 16px;
    background: linear-gradient(135deg, rgb(217,230,225) 0%, rgba(255, 255, 255, 0.02) 100%);
    padding: 60px 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.XP-help-center .dE-reach-out p {
    margin-bottom: 25px;
    line-height: 1.7;
    max-width: 800px;
    color: #000000;
    font-size: 17px;
}

.XP-help-center .Vz-write-feedback {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 30px;
    margin-top: 10px;
}

.XP-help-center .GE-help-request::before {
    width: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(180,206,197,0.5) 100%);
    position: absolute;
    opacity: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    content: '';
}

.XP-help-center .GE-help-request:hover svg {
    stroke-width: 2;
    transform: scale(1.1);
}

.XP-help-center .GE-help-request svg path {
    transition: all 0.3s ease;
}

.Nk-secure-archive h1 {
    border-bottom: 2px solid rgb(180,206,197);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 46px;
    z-index: 1;
}

.Nk-secure-archive ul, .Nk-secure-archive ol {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
    padding-left: 0;
}

.Nk-secure-archive li:before {
    font-size: 20px;
    top: 0;
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
    font-weight: 700;
    left: 0;
    color: rgb(180,206,197);
}

.Nk-secure-archive p, .Nk-secure-archive span {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
    position: relative;
    z-index: 1;
}

.Nk-secure-archive a:hover {
    color: rgb(180,206,197);
    border-bottom: 1px solid rgb(180,206,197);
}

header:before {
    background-size: 200% 100%;
    opacity: 0.4;
    top: 0;
    width: 100%;
    animation: shine 8s infinite linear;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(180,206,197,0.5), transparent);
    pointer-events: none;
    height: 100%;
}

header .HK-top-mainwrap:hover:before {
    transform: scaleX(1);
}

header .cE-first-expert:after {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform-origin: right;
    background: rgb(180,206,197);
    height: 2px;
    content: '';
    left: 0;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

header .cE-first-expert:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

header .Eo-nav-pagewrap {
    align-items: center;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
}

header .Eo-nav-pagewrap:after {
    content: '';
    background: rgb(180,206,197);
    left: 50%;
    height: 1px;
    width: 0;
    transform: translateX(-50%);
    transition: width 0.4s ease;
    bottom: -8px;
    position: absolute;
}

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

.wu-gratDiv .ru-learn-zone {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    padding: 60px 40px;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
}

.wu-gratDiv h5 {
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    font-size: 19px;
}

.wu-gratDiv p {
    color: #000000;
    line-height: 1.8;
    transition: color 0.3s ease;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    font-size: 12px;
}

.wu-gratDiv a:hover p {
    color: rgb(180,206,197);
}

.wv-program-information::before {
    z-index: 1;
    right: -5%;
    content: "";
    animation: floatElement 15s infinite ease-in-out;
    height: 300px;
    top: -5%;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(180,206,197) 0%, rgb(180,206,197,0.5) 70%);
    opacity: 0.1;
    position: absolute;
    width: 300px;
}

.wv-program-information .nI-img-caption-box {
    height: 350px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
}

.wv-program-information .nI-img-caption-box:hover {
    transform: perspective(1000px) rotateY(0);
}

.wv-program-information .uc-reading-area::before {
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(180,206,197), rgb(140,178,160));
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    position: absolute;
    width: 5px;
    top: 10%;
    content: "";
    transform: scaleY(0);
    height: 80%;
    left: -20px;
}

.wv-program-information .description {
    position: relative;
    font-size: 14px;
    color: #000000;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.5s;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    opacity: 0;
}

.Ra-cookie-dialog-window h5 {
    font-weight: 700;
    font-size: 24px;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
    color: #ffffff;
}

.xW-cookie-reset {
    margin-right: 20px;
    flex-shrink: 0;
}

.AT-cookie-guide {
    cursor: pointer;
    text-decoration: none;
    line-height: 35px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 14px;
    margin-left: 20px;
    background: rgb(180,206,197);
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: rgb(180,206,197,0.5) 0px 4px 10px 0px;
}

.Sn-wrapper-viewport .Pq-track-edu h5, .Sn-wrapper-viewport .Pq-track-edu p {
    color: #ffffff;
}


#LQ-cookieNoticeBoard {
    display: none;
}

.BM-user-feedback {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,206,197,0.5), rgb(140,178,160,0.5));
    padding: 6rem 0;
    position: relative;
}

.BM-user-feedback .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.BM-user-feedback h2 {
    padding-left: 1.5rem;
    color: #000000;
    transform: translateX(-1rem);
    margin-bottom: 3rem;
    position: relative;
    font-size: 29px;
    text-align: left;
    animation: slideInLeft 0.8s ease-out forwards 0.2s;
    opacity: 0;
    font-weight: 700;
}

.BM-user-feedback .RI-user-ratings:nth-child(1) {
    --i: 1;
}

.BM-user-feedback .RI-user-ratings:nth-child(3) {
    --i: 3;
}

.BM-user-feedback .RI-user-ratings:nth-child(5) {
    --i: 5;
}

.BM-user-feedback .RI-user-ratings:nth-child(7) {
    --i: 7;
}

.BM-user-feedback .RI-user-ratings::after {
    width: 0;
    bottom: 0;
    transition: width 0.4s ease;
    content: "";
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    left: 0;
}

.BM-user-feedback .RI-user-ratings:hover::after {
    width: 100%;
}

.BM-user-feedback .RI-user-ratings img {
    width: 60px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin-right: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 3px rgb(180,206,197,0.5);
    height: 60px;
    object-fit: cover;
}

.BM-user-feedback .RI-user-ratings .description {
    margin: 0;
    position: relative;
    z-index: 2;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}

.BM-user-feedback a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.BM-user-feedback a:hover::before {
    opacity: 1;
}

.FM-who-we-are {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(217,230,225) 0%, rgba(245, 245, 250, 0.98) 100%);
}

.FM-who-we-are h1 {
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    font-size: 40px;
    color: rgb(180,206,197);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
}

.FM-who-we-are .jU-smart-track {
    position: relative;
}

.FM-who-we-are .kM-quick-mastery {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.FM-who-we-are .kM-quick-mastery h4 {
    position: relative;
    font-weight: 700;
    transform: translateX(0);
    color: rgb(180,206,197);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    font-size: calc(20px + 2px);
}

.FM-who-we-are .kM-quick-mastery h4::after {
    height: 2px;
    bottom: -10px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    width: 40px;
    background-color: rgb(140,178,160);
    content: "";
}

.PA-title-board::before {
    left: 0;
    background-image: 
        linear-gradient(45deg, rgba(94,170,168,0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(94,170,168,0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(94,170,168,0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(94,170,168,0.03) 75%);
    width: 100%;
    z-index: 1;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    top: 0;
    animation: backgroundShift 60s linear infinite;
    height: 100%;
    background-size: 30px 30px;
    position: absolute;
    content: '';
}

.PA-title-board .uc-reading-area {
    gap: 2rem;
    display: flex;
    opacity: 0;
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    flex-direction: column;
    transform: translateY(30px);
}

.PA-title-board p {
    font-size: clamp(1rem, 1.5vw, 14px);
    position: relative;
    max-width: 600px;
    line-height: 1.6;
    transform: translateY(20px);
    margin: 0;
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
    opacity: 0;
    color: #ffffff;
    padding-left: 0;
}

.PA-title-board svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.PA-title-board .lf-help-list {
    display: inline-flex;
    position: relative;
    align-items: center;
    transform: translateY(0);
    justify-content: center;
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(94,170,168,0.3), 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    border: none;
    background-color: rgb(180,206,197);
    font-weight: 600;
    color: #ffffff;
}

footer .Zo-webinar-cta {
    position: relative;
    z-index: 1;
}

footer .info_item {
    display: flex;
    padding: 25px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transition: all 0.3s ease;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    flex: 1 1 250px;
}

footer .info_item:hover::after {
    width: 100%;
}

footer .info_item svg {
    margin-right: 15px;
    fill: rgb(180,206,197);
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

footer .text_main_holder {
    gap: 20px;
    margin-top: 100px;
    grid-template-columns: 1fr;
    display: grid;
}

footer .HK-top-mainwrap {
    padding: 0 25px;
    position: relative;
}

footer .HK-top-mainwrap h5::after {
    left: 0;
    position: absolute;
    background-color: rgb(180,206,197);
    width: 60px;
    content: "";
    bottom: -2px;
    height: 2px;
}

footer .KM-main-start a:hover {
    color: #ffffff;
    background-color: rgb(180,206,197);
    transform: translateY(-3px);
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}

footer .input_holder::before {
    z-index: -1;
    position: absolute;
    content: "";
    width: 50px;
    background-color: rgb(180,206,197);
    top: -10px;
    border-radius: 50%;
    opacity: 0.1;
    right: -10px;
    height: 50px;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .lp-join-now::before {
    height: 100%;
    width: 100%;
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    content: "";
}

.IQ-teaching-history {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,230,225) 0%, rgb(180,206,197,0.5) 100%);
    position: relative;
}

.IQ-teaching-history .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.IQ-teaching-history .RI-user-ratings::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(180,206,197), rgb(140,178,160));
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 4px;
    z-index: 1;
}

.IQ-teaching-history .RI-user-ratings .nI-img-caption-box::after {
    z-index: 1;
    inset: 0;
    position: absolute;
    mix-blend-mode: overlay;
    content: "";
    background: linear-gradient(to top right, rgba(rgb(180,206,197), 0.2), transparent);
}

.IQ-teaching-history .RI-user-ratings .name::after {
    height: 2px;
    transform-origin: left;
    position: absolute;
    transition: transform 0.3s ease-out;
    content: "";
    bottom: -4px;
    left: 0;
    background: rgb(140,178,160);
    transform: scaleX(0.7);
    width: 60%;
}

.IQ-teaching-history .RI-user-ratings .YO-work-block {
    background: linear-gradient(to right, rgb(217,230,225) 0%, transparent 100%);
    color: #000000;
    margin: 0;
    border-radius: 10px;
    position: relative;
    line-height: 1.7;
    padding: 1.5rem;
    font-size: 15px;
}

.QH-reach-out h2 {
    color: #000000;
    margin-bottom: 50px;
    text-align: left;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    font-size: 38px;
    border-left: 5px solid rgb(180,206,197);
}

.QH-reach-out .nI-img-caption-box {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}

.QH-reach-out .Rf-support-map {
    position: relative;
    padding: 60px;
    flex: 0 0 60%;
}

.QH-reach-out .Rf-support-map::after {
    width: 150px;
    z-index: -1;
    top: 0;
    border-radius: 0 0 0 100%;
    height: 150px;
    content: "";
    position: absolute;
    background: rgb(217,230,225);
    right: 0;
}

.QH-reach-out input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(180,206,197,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}

.QH-reach-out .Kp-query-links input[type="checkbox"] {
    transition: all 0.2s ease;
    position: relative;
    height: 22px;
    width: 22px;
    border: 2px solid rgb(217,230,225);
    border-radius: 10px;
    appearance: none;
    cursor: pointer;
}

.QH-reach-out .Kp-query-links a {
    text-decoration: none;
    color: rgb(180,206,197);
    position: relative;
    transition: all 0.3s ease;
}

.QH-reach-out .lf-help-list {
    font-size: 18px;
    border-radius: 20px;
    border: none;
    padding: 18px 40px;
    margin-top: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: rgb(180,206,197);
    font-weight: 600;
    align-self: flex-start;
    box-shadow: 0 4px 15px rgb(180,206,197,0.5);
    color: #ffffff;
}



::-webkit-scrollbar {
    width: 0.5em;
    padding: 3px;
}

::-webkit-scrollbar-track {
    margin: 1px 0;
    background: rgb(180,206,197);
}

::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(180,206,197,0.5);
    border-radius: 6.1rem;
    animation: shift_scrollbar 2.5s ease-in-out infinite;
    box-shadow: 0px 2px 13px 2px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:hover {
    border-color: rgb(255, 255, 255, 0.5);
    background: rgb(180,206,197,0.5);
}

::-webkit-scrollbar-corner {
    border: 1px dotted #ffffff;
    background: rgb(140,178,160,0.5);
}

.wv-program-information p.description::-webkit-scrollbar {
    width: 6px;
}

.wv-program-information p.description::-webkit-scrollbar-track {
    background: transparent;
}

.wv-program-information p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(140,178,160,0.5);
}

.FM-who-we-are .kM-quick-mastery div::-webkit-scrollbar {
    width: 4px;
}

.FM-who-we-are .kM-quick-mastery div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.FM-who-we-are .kM-quick-mastery div::-webkit-scrollbar-thumb {
    background: rgb(140,178,160,0.5);
    border-radius: 10px;
}



@media (max-width: 767px) {header .HK-top-mainwrap {
    width: 80%;
    background: #000000;
    position: fixed;
    top: 0;
    overflow-y: auto;
    height: 100vh;
    transition: right 0.4s ease;
    padding: 80px 30px 30px;
    z-index: 1001;
    right: -100%;
    max-width: 300px;
    flex-direction: column;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    gap: 20px;
}header .menu.active {
    right: 0;
}header .cE-first-expert {
    border-bottom: 1px solid rgb(180,206,197,0.5);
    width: 100%;
    padding: 10px 5px;
}header .HK-top-mainwrap:before {
    display: none;
}header .Eo-nav-pagewrap {
    margin-left: auto;
    margin-right: auto;
}
}



@media (max-width: 480px) {.wu-gratDiv {
    padding: 60px 0 40px;
}.wu-gratDiv .ru-learn-zone {
    padding: 30px 20px;
    transform: none;
}.wu-gratDiv h5 {
    font-size: calc(19px * 0.85);
    margin-bottom: 20px;
    padding-bottom: 15px;
}.wu-gratDiv .ru-learn-zone::after {
    display: none;
}}



@media (min-width: 992px) {.wv-program-information {
    padding: 9rem 0;
}.wv-program-information .nI-img-caption-box {
    height: 500px;
}.wv-program-information .uc-reading-area {
    padding-right: 2rem;
}.wv-program-information .uc-reading-area::before {
    left: -40px;
}.wv-program-information h3 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.7);
}.wv-program-information .description {
    font-size: calc(14px * 1.05);
}.wv-program-information p.description {
    max-height: 450px;
}
}


@media only screen and (max-width: 1200px) {.Ra-cookie-dialog-window {
    padding: 20px;
}
}



@media (max-width: 768px) {.BM-user-feedback h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
    padding-left: 0;
}.BM-user-feedback h2::before {
    top: auto;
    transform: translateX(-50%) scaleX(0);
    width: 60px;
    animation: scaleHorizontal 0.6s ease-out forwards 1s;
    left: 50%;
    height: 4px;
    transform-origin: center;
    bottom: -1rem;
}.BM-user-feedback .lK-review-grid {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.BM-user-feedback .RI-user-ratings {
    padding: 1.5rem;
}.BM-user-feedback a {
    margin: 2rem auto 0;
    text-align: center;
    max-width: 200px;
    display: block;
}
}



@media (max-width: 767px) {.FM-who-we-are {
    padding: 70px 0;
}.FM-who-we-are h1 {
    font-size: calc(40px - 2px);
    margin-bottom: 40px;
}.FM-who-we-are .kM-quick-mastery {
    padding: 30px;
}.FM-who-we-are .kM-quick-mastery div {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}
}



@media (min-width: 992px) {.PA-title-board .ru-learn-zone {
    padding: 5rem;
    gap: 4rem;
}.PA-title-board .nI-img-caption-box {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 15% 0, 25% 8%, 85% 8%, 95% 0, 100% 0);
}.PA-title-board h1::after {
    width: 100px;
}.PA-title-board svg {
    height: 180px;
    width: 180px;
}.PA-title-board .uc-reading-area {
    padding-right: 2rem;
}
}



@media (max-width: 991px) {footer .wM-submit-feedback {
    top: 0;
    position: relative;
    margin-bottom: 80px;
}footer .kh-code-labs {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}



@media (min-width: 768px) {.IQ-teaching-history .RI-user-ratings {
    grid-template-columns: 250px 1fr;
    grid-template-areas: 
      "photo info"
      "quote quote";
    gap: 3rem;
    padding: 4rem;
}.IQ-teaching-history .RI-user-ratings > div:first-child {
    justify-content: flex-start;
    grid-area: photo;
}.IQ-teaching-history .RI-user-ratings > div:nth-child(2) {
    padding-left: 0;
    grid-area: info;
    border-left: none;
    align-self: center;
}.IQ-teaching-history .RI-user-ratings > div:nth-child(3) {
    grid-area: quote;
}.IQ-teaching-history .RI-user-ratings .YO-work-block {
    padding: 2rem;
    background: linear-gradient(135deg, rgb(217,230,225) 0%, transparent 100%);
}
}



@media (max-width: 992px) {.QH-reach-out .Rk-request-box {
    flex-direction: column;
}.QH-reach-out .nI-img-caption-box {
    min-height: 300px;
    flex: 0 0 auto;
    order: 1;
}.QH-reach-out .Rf-support-map {
    order: 2;
    padding: 50px 40px;
    flex: 0 0 auto;
}.QH-reach-out h2 {
    margin-bottom: 40px;
}
}

@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }



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



@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}



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



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



@keyframes scaleDown {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



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



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



@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 115px, 115px 85px, 85px 100px;
    }
}

