﻿header,footer {
    width: 100%;
}

header {
    top: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    left: 0;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid rgb(180,206,197,0.5);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
    background: linear-gradient(135deg, #000000 0%, rgb(180,206,197) 100%);
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
}

.ce-offer-panel .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.ce-offer-panel .ni-discount-grid {
    position: relative;
}

.ce-offer-panel .QJ-cost-card {
    opacity: 0.9;
    line-height: 1.6;
    text-align: center;
    font-size: calc(13px + 2px);
    max-width: 700px;
    margin: 0 auto 40px;
    color: #ffffff;
}

.ce-offer-panel .vu-pay-plans {
    padding: 0;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    gap: 30px;
}

.ce-offer-panel .iI-program-fees:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}

.ce-offer-panel .iI-program-fees:hover::before {
    opacity: 0.15;
}

.ce-offer-panel .JC-learn-rates {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 30px;
}

.ce-offer-panel .iI-program-fees:hover .Xv-promo-rates h4 {
    transform: translateY(-5px);
}

.ce-offer-panel .iI-program-fees:hover .Xv-promo-rates h4::after {
    width: 60px;
}

.ce-offer-panel .Tr-deal-grid {
    margin-top: auto;
    padding: 10px 20px;
    border-radius: 10px;
    align-self: flex-start;
    font-weight: 700;
    overflow: hidden;
    transition: transform 0.3s ease;
    font-size: calc(23px + 4px);
    color: #ffffff;
    position: relative;
    background: linear-gradient(90deg, rgb(180,206,197,0.5), transparent);
}

.XP-help-center::before {
    position: absolute;
    opacity: 0.05;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    background-size: 200px 200px;
    background: linear-gradient(45deg, 
        transparent 25%, 
        rgb(180,206,197,0.5) 25%, 
        rgb(180,206,197,0.5) 30%, 
        transparent 30%,
        transparent 45%, 
        rgb(140,178,160,0.5) 45%, 
        rgb(140,178,160,0.5) 50%, 
        transparent 50%);
    content: '';
    top: 0;
}

.XP-help-center .dE-reach-out p:last-of-type {
    margin-bottom: 40px;
    padding-left: 35px;
    position: relative;
}

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

.Nk-secure-archive {
    width: 90%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    color: #000000;
    padding: 40px;
    font-family: Arial, sans-serif;
    max-width: 1200px;
}

.Nk-secure-archive h2 {
    margin-top: 20px;
    color: rgb(140,178,160);
    border-bottom: 1px solid rgb(140,178,160,0.5);
    font-size: 32px;
    font-weight: 600;
    z-index: 1;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    padding-bottom: 5px;
    position: relative;
}

.Nk-secure-archive div {
    line-height: 1.8;
    margin-bottom: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 20px;
    background: #ffffff;
}

.Nk-secure-archive a {
    border-bottom: 1px solid rgb(140,178,160);
    color: rgb(140,178,160);
    z-index: 1;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.Nk-secure-archive button:hover {
    background: rgb(140,178,160);
}

header .JQ-nav-section {
    width: 100%;
}

header .container {
    padding: 15px 20px;
    margin: 0 auto;
    max-width: 1200px;
}

header .sG-nav-site {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

header .HK-top-mainwrap:before {
    height: 1px;
    transition: transform 0.6s ease;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(180,206,197), transparent);
    bottom: -8px;
    content: '';
    transform-origin: left;
    transform: scaleX(0);
}

header .cE-first-expert:before {
    background: rgb(180,206,197);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    opacity: 0;
    height: 4px;
    width: 4px;
    content: '';
    left: 50%;
    top: 0;
    border-radius: 50%;
    position: absolute;
}

header .Eo-nav-pagewrap:hover svg {
    transform: scale(1.05);
}

.wu-gratDiv {
    background: linear-gradient(135deg, rgb(180,206,197,0.5) 0%, rgb(217,230,225) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

.wu-gratDiv::after {
    z-index: 0;
    width: 300px;
    content: "";
    bottom: -50px;
    filter: blur(40px);
    right: -50px;
    height: 300px;
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(225deg, rgb(180,206,197) 0%, transparent 70%);
}

.wu-gratDiv .ru-learn-zone::after {
    z-index: -1;
    height: 80px;
    content: "";
    transform: rotate(15deg);
    animation: float 8s infinite ease-in-out;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(140,178,160,0.5);
    position: absolute;
    top: -15px;
    right: 40px;
    width: 80px;
}

.wu-gratDiv .ru-learn-zone:hover h5::after {
    width: 120px;
}

.wu-gratDiv a {
    padding: 5px 0;
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none;
}

.wu-gratDiv a:hover::before {
    transform: scaleX(1);
}

.wv-program-information {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,230,225) 0%, rgb(140,178,160,0.5) 100%);
    padding: 7rem 0;
    position: relative;
}

.wv-program-information::after {
    left: -3%;
    width: 250px;
    bottom: -8%;
    transform: rotate(10deg);
    height: 250px;
    position: absolute;
    background: linear-gradient(45deg, rgb(140,178,160) 0%, rgb(140,178,160,0.5) 70%);
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    opacity: 0.1;
    animation: floatElement 18s infinite ease-in-out reverse;
    z-index: 1;
    content: "";
}

.wv-program-information .nI-img-caption-box::after {
    height: 60px;
    border-top: 4px solid rgb(180,206,197);
    position: absolute;
    z-index: 2;
    right: -15px;
    width: 60px;
    content: "";
    border-right: 4px solid rgb(180,206,197);
    opacity: 0.7;
    top: -15px;
}

.wv-program-information h3 {
    animation: fadeSlideUp 0.8s forwards 0.3s;
    padding-left: 1rem;
    font-size: calc(22px * 1.1);
    margin-bottom: 1.5rem;
    font-weight: 700;
    transform: translateY(20px);
    position: relative;
    color: rgb(180,206,197);
    opacity: 0;
}

.wv-program-information p.description {
    position: relative;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 400px;
    scrollbar-color: rgb(140,178,160) transparent;
    display: block;
    padding-right: 1rem;
}

.io-cookie-view {
    align-items: center;
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 20px 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xW-cookie-reset svg, .xW-cookie-reset svg path {
    width: 80px;
    height: 80px;
    fill: rgb(180,206,197);
    transition: transform 0.3s ease-in-out;
}

.cookie_button.kD-cookie-all {
    background: rgb(140,178,160);
}

.Ra-cookie-dialog-window p a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    color: rgb(180,206,197);
}

.Sn-wrapper-viewport .AT-cookie-guide {
    margin-left: 30px;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    background: rgb(180,206,197);
    font-weight: 400;
    border: none;
}

.BM-user-feedback::after {
    width: 40%;
    height: 40%;
    content: "";
    transform: rotate(15deg);
    pointer-events: none;
    position: absolute;
    opacity: 0.1;
    bottom: -5%;
    background: radial-gradient(circle, rgb(140,178,160) 10%, transparent 70%);
    left: -5%;
}

.BM-user-feedback .lK-review-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 2rem;
    margin: 0;
    display: grid;
}

.BM-user-feedback .RI-user-ratings {
    animation-delay: calc(0.1s * var(--i, 1));
    animation: fadeUp 0.6s ease-out forwards;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    z-index: 1;
    position: relative;
}

.BM-user-feedback .RI-user-ratings div {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}

.BM-user-feedback .RI-user-ratings:hover img {
    box-shadow: 0 0 0 4px rgb(180,206,197);
    transform: scale(1.05);
}

.BM-user-feedback .RI-user-ratings h4::after {
    width: 30px;
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(140,178,160);
    height: 2px;
    left: 0;
    content: "";
}

.BM-user-feedback a::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(140,178,160), rgb(180,206,197));
    content: "";
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0;
    z-index: -1;
    left: 0;
}

.FM-who-we-are::before {
    top: 0;
    opacity: 0.08;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    background-size: 250px 250px;
    left: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(140,178,160,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(140,178,160,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgb(140,178,160,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 30% 80%, rgb(140,178,160,0.5) 0.5%, transparent 5%);
}

.FM-who-we-are .kM-quick-mastery::before {
    width: 100%;
    height: 4px;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(180,206,197), rgb(140,178,160));
    top: 0;
    transform-origin: left;
}

.FM-who-we-are .kM-quick-mastery:hover h4 {
    transform: translateX(10px);
}

.FM-who-we-are .kM-quick-mastery div {
    font-family: Arial, sans-serif;
    overflow-y: auto;
    padding-right: 10px;
    max-height: 200px;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    position: relative;
    color: #000000;
    z-index: 1;
}

.PA-title-board .nI-img-caption-box {
    z-index: 2;
    top: 0;
    animation: subtleZoom 20s ease-in-out infinite alternate;
    transform: scale(1.05);
    position: absolute;
    left: 0;
    opacity: 0.4;
    height: 100%;
    width: 100%;
}

.PA-title-board .ru-learn-zone {
    animation: floatIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    z-index: 5;
    padding: 3rem;
    position: relative;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    transform: translateY(0);
    max-width: 1200px;
    gap: 2rem;
}

.PA-title-board h1::after {
    transform-origin: left;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
    height: 3px;
    left: 0;
    background: rgb(140,178,160);
    bottom: -12px;
    transform: scaleX(0);
    content: '';
    width: 60px;
    position: absolute;
}

.PA-title-board .PW-edu-intro {
    display: flex;
    margin: 2rem 0;
    align-items: center;
    position: relative;
    justify-content: center;
}

.PA-title-board svg:hover {
    transform: translateY(-5px) scale(1.05);
}

.PA-title-board svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}

.PA-title-board h6 {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
    margin: 1rem 0 0;
}

.PA-title-board .lf-help-list:hover {
    box-shadow: 0 7px 25px rgba(94,170,168,0.4), 0 3px 8px rgba(0,0,0,0.15);
    background-color: rgb(140,178,160);
    transform: translateY(-3px);
}

.PA-title-board .lf-help-list:hover::before {
    left: 100%;
}

footer .kh-code-labs::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 20px;
    background: linear-gradient(90deg, rgb(180,206,197) 25%, rgb(140,178,160) 25%, rgb(140,178,160) 50%, rgb(180,206,197) 50%, rgb(180,206,197) 75%, rgb(140,178,160) 75%);
    width: 100%;
}

footer .info_item:last-child {
    border-right: none;
}

footer .info_item::after {
    background-color: rgb(180,206,197);
    position: absolute;
    width: 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    transition: width 0.3s ease;
}

footer .info_item a:hover {
    color: rgb(180,206,197);
}

footer .aP-header-mentor {
    position: relative;
    padding: 0 25px;
}

footer .vK-webinar-arch {
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 13px;
}

footer .KM-main-start {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
}

footer .KM-main-start a {
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    margin: 5px 8px 5px 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .input_holder {
    position: relative;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

footer .input_holder input[type="email"] {
    color: rgb(140,178,160);
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    border-radius: 10px;
    padding: 15px;
    border: none;
    transition: all 0.3s ease;
}

footer .lp-join-now {
    transition: all 0.3s ease;
    position: relative;
    background-color: rgb(180,206,197);
    font-size: 19px;
    color: #ffffff;
    border: none;
    padding: 15px;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
}

footer .KO-referral-prog {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.IQ-teaching-history::after {
    content: "";
    width: 100%;
    background: radial-gradient(circle, rgb(140,178,160,0.5) 0%, transparent 70%);
    top: -50%;
    right: -50%;
    opacity: 0.15;
    height: 100%;
    z-index: 0;
    position: absolute;
}

.IQ-teaching-history .RI-user-ratings {
    padding: 3rem 2rem;
    position: relative;
    display: grid;
    gap: 2rem;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    isolation: isolate;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05);
}

.IQ-teaching-history .RI-user-ratings .nI-img-caption-box:hover {
    transform: translateY(-15px) rotate(0deg) scale(1.05);
}

.IQ-teaching-history .RI-user-ratings > div:nth-child(2) {
    padding-left: 1rem;
    border-left: 1px solid rgb(180,206,197,0.5);
    order: 2;
}

.IQ-teaching-history .RI-user-ratings .name:hover::after {
    transform: scaleX(1);
}

.IQ-teaching-history .RI-user-ratings > div:nth-child(2) > div {
    letter-spacing: 0.5px;
    color: rgb(140,178,160);
    font-weight: 600;
    font-size: 15px;
    margin-top: 0.5rem;
}

.QH-reach-out {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: #ffffff;
}

.QH-reach-out::before {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-size: 20px 20px;
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
}

.QH-reach-out #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}

.QH-reach-out h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}

.QH-reach-out input[type="text"] {
    width: 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border: none;
    padding: 18px 20px;
    border-radius: 10px;
    background: rgb(217,230,225);
    color: #000000;
    transition: all 0.3s ease;
    font-size: 13px;
}

.QH-reach-out .Kp-query-links input[type="checkbox"]:checked::after {
    width: 6px;
    transform: rotate(45deg);
    left: 7px;
    height: 11px;
    content: "";
    position: absolute;
    top: 3px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.QH-reach-out .Kp-query-links a::after {
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(180,206,197);
    content: "";
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
}

.QH-reach-out svg {
    fill: rgb(180,206,197);
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
}

.QH-reach-out svg:hover {
    fill: rgb(140,178,160);
}


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



@media (max-width: 992px) {.ce-offer-panel h2 {
    font-size: calc(28px - 4px);
}.ce-offer-panel .QJ-cost-card {
    margin-bottom: 30px;
    font-size: 13px;
}.ce-offer-panel .JC-learn-rates {
    padding: 25px;
}
}



@media (max-width: 576px) {.ce-offer-panel {
    padding: 50px 0;
}.ce-offer-panel h2 {
    font-size: calc(28px - 6px);
}.ce-offer-panel .QJ-cost-card {
    font-size: calc(13px - 1px);
}.ce-offer-panel .JC-learn-rates {
    padding: 20px;
}.ce-offer-panel .Xv-promo-rates p {
    font-size: calc(13px - 1px);
}}



@media screen and (max-width: 767px) {.XP-help-center {
    padding: 50px 0;
}.XP-help-center .dE-reach-out {
    padding: 35px 25px;
}.XP-help-center .dE-reach-out h2 {
    font-size: calc(38px * 0.9);
}.XP-help-center .Vz-write-feedback {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.XP-help-center .GE-help-request {
    height: 110px;
}
}



@media only screen and (max-width: 800px) {.Nk-secure-archive {
    padding: 20px;
    width: 95%;
}.Nk-secure-archive h1 {
    font-size: calc(22px - 5px);
}.Nk-secure-archive h2 {
    font-size: calc(22px - 3px);
}.Nk-secure-archive ul, .Nk-secure-archive ol {
    padding-left: 10px;
}.Nk-secure-archive li {
    padding-left: 20px;
}.Nk-secure-archive button {
    padding: 10px 20px;
}}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .Eo-nav-pagewrap svg {
    height: 30px;
}}



@media (min-width: 992px) {.wu-gratDiv {
    padding: 160px 0 120px;
}.wu-gratDiv .ru-learn-zone {
    max-width: 1000px;
    transform: perspective(1200px) rotateY(-3deg);
    padding: 100px 80px;
    margin: 0 auto;
}.wu-gratDiv .ru-learn-zone::before {
    width: 8px;
}.wu-gratDiv h5 {
    font-size: calc(19px * 1.3);
    max-width: 80%;
}.wu-gratDiv p {
    max-width: 90%;
}.wu-gratDiv .ru-learn-zone::after {
    width: 120px;
    right: 80px;
    top: -20px;
    height: 120px;
}
}



@media (min-width: 768px) {.wv-program-information .Yp-knowledge-track {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.wv-program-information .nI-img-caption-box {
    height: 450px;
}.wv-program-information h3 {
    padding-left: 1.5rem;
    font-size: calc(22px * 1.2);
}.wv-program-information h3::before {
    height: 0.6rem;
    width: 0.6rem;
}.wv-program-information .uc-reading-area::before {
    left: -30px;
}
}



@media (max-width: 767px) {.wv-program-information {
    padding: 5rem 0;
}.wv-program-information .nI-img-caption-box {
    margin-bottom: 1rem;
    height: 280px;
}.wv-program-information h3 {
    font-size: calc(22px * 1);
    margin-bottom: 1rem;
}.wv-program-information .uc-reading-area::before {
    left: -15px;
}.wv-program-information p.description {
    max-height: 350px;
}}


@media only screen and (max-width: 800px) {.xW-cookie-reset {
    display: none;
}.io-cookie-view {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.Ra-cookie-dialog-window h5 {
    text-align: center;
}.Ra-cookie-dialog-window p {
    text-align: center;
}.Pq-track-edu {
    margin-bottom: 20px;
    text-align: center;
}.AT-cookie-guide {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 300px;
}}



@media (min-width: 768px) {.FM-who-we-are .jU-smart-track ul {
    grid-template-columns: repeat(2, 1fr);
}.FM-who-we-are h1 {
    margin-bottom: 70px;
    font-size: calc(40px + 4px);
}.FM-who-we-are .kM-quick-mastery div {
    max-height: 300px;
}
}



@media (min-width: 992px) {.FM-who-we-are {
    padding: 120px 0;
}.FM-who-we-are .kM-quick-mastery {
    padding: 50px;
}.FM-who-we-are h1 {
    font-size: calc(40px + 8px);
}.FM-who-we-are .kM-quick-mastery div {
    max-height: 350px;
    font-size: calc(17px + 1px);
}.FM-who-we-are .container {
    padding: 0 40px;
}
}



@media (min-width: 1200px) {.PA-title-board .ru-learn-zone {
    padding: 6rem;
}.PA-title-board .lf-help-list {
    padding: 1.25rem 2.5rem;
}
}



@media (max-width: 767px) {.PA-title-board {
    min-height: 80vh;
}.PA-title-board .ru-learn-zone {
    padding: 2rem;
}.PA-title-board h1 {
    font-size: 1.75rem;
}.PA-title-board p {
    font-size: 1rem;
}.PA-title-board svg {
    height: 100px;
    width: 100px;
}.PA-title-board .lf-help-list {
    padding: 0.875rem 1.75rem;
    font-size: 0.9rem;
}}



@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .HK-top-mainwrap, footer .subscribe_holder, footer .aP-header-mentor {
    padding: 20px;
}footer .hx-support-cta {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.IQ-teaching-history .RI-user-ratings {
    padding: 5rem;
    grid-template-areas: 
      "photo info"
      "photo quote";
    grid-template-columns: 300px 1fr;
    gap: 3rem 4rem;
}.IQ-teaching-history .RI-user-ratings > div:first-child {
    align-self: start;
}.IQ-teaching-history .RI-user-ratings .nI-img-caption-box {
    height: 280px;
    width: 280px;
}.IQ-teaching-history .RI-user-ratings .name {
    font-size: calc(24px * 1.3);
}.IQ-teaching-history .RI-user-ratings > div:nth-child(2) > div {
    font-size: calc(15px * 1.1);
}.IQ-teaching-history .RI-user-ratings .YO-work-block {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.QH-reach-out {
    padding: 60px 0;
}.QH-reach-out h2 {
    margin-bottom: 30px;
    font-size: calc(38px - 4px);
}.QH-reach-out .Rf-support-map {
    padding: 40px 30px;
}.QH-reach-out #contact {
    gap: 25px;
}.QH-reach-out .nI-img-caption-box {
    min-height: 250px;
}
}



@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



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



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



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



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



@keyframes popIn {
    0% {
        transform: translateY(20px) scale(0.9);
        opacity: 0;
    }
    70% {
        transform: translateY(-5px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

