* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.footer_clientsnxNZf {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1201px;
    margin: auto;
}.framework-wrapTuCeW {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.header_navyCsqt {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.info_detailsIDvqo {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,203,185,0.5) 0%, rgb(184,158,132,0.5) 100%);
    padding: 80px 0;
}.info_detailsIDvqo::before {
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 1px, transparent 2px),
        radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.05) 1px, transparent 3px),
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.04) 1px, transparent 2px);
    content: '';
    left: 0;
    z-index: 1;
    position: absolute;
    animation: backgroundShift 40s linear infinite;
    background-position: 0 0, 25px 25px, 15px 15px;
    right: 0;
    bottom: 0;
    background-size: 50px 50px, 80px 80px, 60px 60px;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 25px 25px, 15px 15px;
    }
    50% {
        background-position: 25px 25px, 50px 50px, 30px 30px;
    }
    100% {
        background-position: 0 0, 25px 25px, 15px 15px;
    }
}
.info_detailsIDvqo::after {
    height: 3px;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(184,158,132), transparent);
    top: 0;
    z-index: 2;
    left: 0;
    position: absolute;
    content: '';
    animation: glowingBorder 4s ease-in-out infinite;
}@keyframes glowingBorder {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}
.info_detailsIDvqo .container {
    max-width: 1200px;
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.info_detailsIDvqo .get_connectedcWAXJ {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 40px;
    align-items: center;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
}.info_detailsIDvqo .get_connectedcWAXJ:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.info_detailsIDvqo .get_connectedcWAXJ::before {
    animation: gradientBorder 8s ease infinite;
    bottom: -5px;
    background-size: 200% 200%;
    position: absolute;
    border-radius: calc(10px + 5px);
    background: linear-gradient(45deg, rgb(207,203,185), rgb(184,158,132), rgb(207,203,185));
    opacity: 0.6;
    top: -5px;
    z-index: -1;
    right: -5px;
    left: -5px;
    content: '';
}@keyframes gradientBorder {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.info_detailsIDvqo h3 {
    color: #ffffff;
    align-items: center;
    text-align: center;
    font-family: Arial, sans-serif;
    display: flex;
    font-size: 32px;
    margin-bottom: 25px;
    justify-content: center;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
}.info_detailsIDvqo h3 svg {
    filter: drop-shadow(0 0 5px rgb(184,158,132));
    width: 30px;
    fill: #ffffff;
    margin-right: 12px;
    stroke: rgb(184,158,132);
    height: 30px;
    animation: floatIcon 3s ease-in-out infinite;
    stroke-width: 0.8;
}@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.05);
    }
}
.info_detailsIDvqo h3 svg path {
    stroke-dasharray: 100;
    stroke-width: 0.8;
    fill-opacity: 0.9;
    animation: drawPath 3s ease-in-out forwards infinite;
    stroke: rgb(184,158,132);
    stroke-dashoffset: 100;
    fill: rgb(207,203,185);
}@keyframes drawPath {
    0% {
        stroke-dashoffset: 100;
        fill-opacity: 0.2;
    }
    50% {
        stroke-dashoffset: 0;
        fill-opacity: 0.9;
    }
    100% {
        stroke-dashoffset: 100;
        fill-opacity: 0.2;
    }
}
.info_detailsIDvqo h3::after {
    content: '';
    left: 50%;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132));
    bottom: 0;
    transform: translateX(-50%);
}.info_detailsIDvqo .send_queryqwDpU {
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 800px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
}.info_detailsIDvqo .edu_helpUeRLj {
    gap: 30px;
    display: grid;
    position: relative;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}.info_detailsIDvqo .edu_helpUeRLj::before {
    border-top: 2px solid rgb(207,203,185);
    position: absolute;
    content: '';
    border-left: 2px solid rgb(207,203,185);
    opacity: 0.7;
    left: -15px;
    height: 30px;
    top: -15px;
    width: 30px;
}.info_detailsIDvqo .edu_helpUeRLj::after {
    bottom: -15px;
    position: absolute;
    height: 30px;
    right: -15px;
    opacity: 0.7;
    width: 30px;
    content: '';
    border-bottom: 2px solid rgb(184,158,132);
    border-right: 2px solid rgb(184,158,132);
}.info_detailsIDvqo .edu_helpUeRLj > span {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    padding: 20px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: row;
}.info_detailsIDvqo .edu_helpUeRLj > span:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
}.info_detailsIDvqo .edu_helpUeRLj > span::before {
    height: 100%;
    width: 3px;
    top: 0;
    background: linear-gradient(180deg, rgb(207,203,185), transparent);
    position: absolute;
    left: 0;
    content: '';
    border-radius: 10px 0 0 10px;
}.info_detailsIDvqo .edu_helpUeRLj > span p {
    color: #ffffff;
    align-items: center;
    font-weight: 400;
    margin-bottom: 5px;
    display: flex;
    font-size: 18px;
}.info_detailsIDvqo .edu_helpUeRLj svg {
    height: 22px;
    transition: all 0.3s ease;
    fill: #ffffff;
    width: 22px;
    margin: 0 10px;
}.info_detailsIDvqo .edu_helpUeRLj svg path {
    fill: #ffffff;
}.info_detailsIDvqo .edu_helpUeRLj > span > span {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(18px + 1px);
    display: block;
}.info_detailsIDvqo .edu_helpUeRLj > span a {
    position: relative;
    transition: color 0.3s ease;
    display: inline-flex;
    text-decoration: none;
    color: #ffffff;
    align-items: center;
    padding-right: 5px;
}.info_detailsIDvqo .edu_helpUeRLj > span a::after {
    transition: width 0.3s ease;
    bottom: -2px;
    content: '';
    width: 0;
    position: absolute;
    height: 1px;
    background: rgb(184,158,132);
    left: 0;
}.info_detailsIDvqo .edu_helpUeRLj > span a:hover {
    color: rgb(184,158,132);
}.info_detailsIDvqo .edu_helpUeRLj > span a:hover::after {
    width: 100%;
}.info_detailsIDvqo .edu_talkOGpRP {
    overflow: hidden;
    border-radius: 10px;
    grid-column: 1 / -1;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
}.info_detailsIDvqo .edu_talkOGpRP::before {
    content: '';
    bottom: -50px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(184,158,132,0.5) 0%, transparent 70%);
    height: 100px;
    border-radius: 50%;
    width: 100px;
    right: -50px;
    position: absolute;
}.info_detailsIDvqo .edu_talkOGpRP h4 {
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
    align-items: center;
    padding-left: 15px;
    font-size: 21px;
    font-weight: 600;
    display: flex;
}.info_detailsIDvqo .edu_talkOGpRP h4 svg {
    height: 26px;
    stroke-width: 0.5;
    stroke: rgb(184,158,132);
    animation: clockSpin 10s linear infinite;
    margin-right: 10px;
    width: 26px;
    fill: rgb(207,203,185);
}@keyframes clockSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.info_detailsIDvqo .edu_talkOGpRP h4 svg path {
    stroke-width: 0.5;
    fill-opacity: 0.9;
    fill: rgb(207,203,185);
    stroke-linecap: round;
    transition: all 0.3s ease;
    stroke: rgb(184,158,132);
    transform-origin: center center;
    stroke-linejoin: round;
}.info_detailsIDvqo .edu_talkOGpRP h4:hover svg path {
    stroke-dashoffset: 25;
    stroke-width: 0.8;
    fill: rgb(184,158,132);
    stroke-dasharray: 50;
    fill-opacity: 0.7;
}.info_detailsIDvqo .edu_talkOGpRP h4::before {
    transform: translateY(-50%);
    position: absolute;
    border-radius: 10px;
    content: '';
    width: 5px;
    height: 70%;
    background: rgb(184,158,132);
    left: 0;
    top: 50%;
}.info_detailsIDvqo .edu_talkOGpRP span {
    margin-bottom: 8px;
    align-items: center;
    font-size: 18px;
    position: relative;
    opacity: 0.9;
    display: flex;
    color: #ffffff;
    padding-left: 15px;
    transition: all 0.3s ease;
}.info_detailsIDvqo .edu_talkOGpRP span svg {
    width: 18px;
    opacity: 0.8;
    fill: rgb(207,203,185);
    transition: all 0.3s ease;
    stroke: rgb(184,158,132);
    stroke-width: 0.3;
    height: 18px;
    margin-right: 10px;
}.info_detailsIDvqo .edu_talkOGpRP span:hover {
    opacity: 1;
    transform: translateX(5px);
}.info_detailsIDvqo .edu_talkOGpRP span:hover svg {
    transform: rotate(15deg);
    fill: rgb(184,158,132);
    opacity: 1;
}.info_detailsIDvqo .edu_talkOGpRP span svg path {
    fill-opacity: 0.8;
    stroke-dashoffset: 20;
    transition: all 0.4s ease;
    stroke: rgb(184,158,132);
    stroke-linecap: round;
    stroke-dasharray: 20;
    fill: rgb(207,203,185);
    stroke-linejoin: round;
}.info_detailsIDvqo .edu_talkOGpRP span:hover svg path {
    stroke: rgb(184,158,132);
    stroke-dashoffset: 0;
    fill-opacity: 1;
    fill: rgb(184,158,132);
}.info_detailsIDvqo .edu_talkOGpRP span::before {
    height: 5px;
    content: '';
    border-radius: 50%;
    top: 50%;
    background: rgb(207,203,185);
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
}
@media (max-width: 991px) {.info_detailsIDvqo {
    padding: 60px 0;
}.info_detailsIDvqo .get_connectedcWAXJ {
    padding: 30px;
}.info_detailsIDvqo h3 {
    font-size: calc(32px - 4px);
}.info_detailsIDvqo h3 svg {
    margin-right: 10px;
    height: 26px;
    width: 26px;
}.info_detailsIDvqo .edu_helpUeRLj {
    gap: 20px;
    grid-template-columns: 1fr;
}.info_detailsIDvqo .edu_helpUeRLj > span p svg {
    width: 20px;
    margin-right: 8px;
    height: 20px;
}.info_detailsIDvqo .edu_talkOGpRP h4 svg {
    width: 22px;
    height: 22px;
}.info_detailsIDvqo .edu_talkOGpRP span svg {
    width: 16px;
    height: 16px;
}
}
@media (max-width: 767px) {.info_detailsIDvqo {
    padding: 50px 0;
}.info_detailsIDvqo .get_connectedcWAXJ {
    padding: 25px;
}.info_detailsIDvqo h3 {
    font-size: calc(32px - 6px);
    margin-bottom: 20px;
}.info_detailsIDvqo h3 svg {
    height: 24px;
    margin-right: 8px;
    width: 24px;
}.info_detailsIDvqo .send_queryqwDpU {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.info_detailsIDvqo .edu_helpUeRLj > span {
    padding: 15px;
}.info_detailsIDvqo .edu_helpUeRLj > span p svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}.info_detailsIDvqo .edu_helpUeRLj > span a svg {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}.info_detailsIDvqo .edu_talkOGpRP {
    padding: 20px;
}.info_detailsIDvqo .edu_talkOGpRP h4 svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}.info_detailsIDvqo .edu_talkOGpRP span svg {
    height: 14px;
    margin-right: 8px;
    width: 14px;
}.info_detailsIDvqo .edu_helpUeRLj::before,
    .info_detailsIDvqo .edu_helpUeRLj::after {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 479px) {.info_detailsIDvqo {
    padding: 40px 0;
}.info_detailsIDvqo .get_connectedcWAXJ {
    padding: 20px;
}.info_detailsIDvqo h3 {
    font-size: calc(32px - 8px);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.info_detailsIDvqo h3 svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}.info_detailsIDvqo h3::after {
    height: 2px;
    width: 60px;
}.info_detailsIDvqo .send_queryqwDpU {
    margin-bottom: 25px;
    font-size: calc(18px - 2px);
}.info_detailsIDvqo .edu_helpUeRLj {
    gap: 15px;
}.info_detailsIDvqo .edu_helpUeRLj > span {
    padding: 12px;
}.info_detailsIDvqo .edu_helpUeRLj > span p,
    .info_detailsIDvqo .edu_helpUeRLj > span > span {
    font-size: calc(18px - 1px);
}.info_detailsIDvqo .edu_helpUeRLj > span p svg {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}.info_detailsIDvqo .edu_helpUeRLj > span a svg {
    height: 14px;
    margin-right: 5px;
    width: 14px;
}.info_detailsIDvqo .edu_talkOGpRP h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 10px;
}.info_detailsIDvqo .edu_talkOGpRP h4 svg {
    height: 18px;
    width: 18px;
    margin-right: 6px;
}.info_detailsIDvqo .edu_talkOGpRP span {
    font-size: calc(18px - 2px);
    margin-bottom: 5px;
}.info_detailsIDvqo .edu_talkOGpRP span svg {
    height: 12px;
    margin-right: 6px;
    width: 12px;
}.info_detailsIDvqo .edu_helpUeRLj::before,
    .info_detailsIDvqo .edu_helpUeRLj::after {
    display: none;
}
}
@media (hover: none) {.info_detailsIDvqo .get_connectedcWAXJ:hover,
    .info_detailsIDvqo .edu_helpUeRLj > span:hover {
    transform: none;
    box-shadow: none;
}.info_detailsIDvqo .edu_helpUeRLj > span a:hover {
    color: #ffffff;
}.info_detailsIDvqo .edu_helpUeRLj > span a:hover::after {
    width: 0;
}}.contact_usnltsh {
    position: relative;
    overflow: hidden;
    background-color: rgb(235,233,229);
    padding: 100px 0;
}.contact_usnltsh::before {
    background: linear-gradient(120deg, rgb(207,203,185,0.5) 0%, transparent 75%);
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.15;
    position: absolute;
    height: 100%;
    top: 0;
}.contact_usnltsh::after {
    bottom: 0;
    right: 0;
    width: 70%;
    content: "";
    background: linear-gradient(240deg, rgb(184,158,132,0.5) 0%, transparent 70%);
    height: 70%;
    position: absolute;
    opacity: 0.1;
}.contact_usnltsh .container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.contact_usnltsh h2 {
    margin-bottom: 15px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 34px;
    position: relative;
}.contact_usnltsh .request_listWtAwG {
    border-radius: 22px;
    margin-top: 50px;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    overflow: hidden;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}.contact_usnltsh .img_bannerBUsDm {
    overflow: hidden;
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.contact_usnltsh .img_bannerBUsDm::after {
    top: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    content: "";
}.contact_usnltsh .connect_feedbackCdOTG {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.contact_usnltsh .connect_feedbackCdOTG::before {
    background: linear-gradient(to bottom, rgb(207,203,185), rgb(184,158,132));
    position: absolute;
    border-radius: 2.5px;
    top: 40px;
    left: 0;
    content: "";
    height: calc(100% - 80px);
    width: 5px;
}.contact_usnltsh form {
    padding-left: 25px;
    width: 100%;
}.contact_usnltsh form h3 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
}.contact_usnltsh form input[type="text"] {
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    border: none;
    margin-bottom: 20px;
    color: #000000;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 16px;
    background: rgb(235,233,229);
}.contact_usnltsh form input[type="text"]:focus {
    background: rgba(rgb(207,203,185), 0.05);
    box-shadow: 0 0 0 2px rgb(207,203,185,0.5);
    outline: none;
}.contact_usnltsh form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact_usnltsh .query_inquirynGylr {
    margin: 10px 0 30px;
    display: flex;
    align-items: flex-start;
}.contact_usnltsh .query_inquirynGylr input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_usnltsh .query_inquirynGylr label {
    font-size: 14px;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    position: relative;
    line-height: 1.5;
}.contact_usnltsh .query_inquirynGylr label::before {
    content: "";
    position: absolute;
    top: 2px;
    width: 22px;
    left: 0;
    height: 22px;
    transition: all 0.2s ease;
    border-radius: 10px;
    border: 2px solid rgb(207,203,185,0.5);
}.contact_usnltsh .query_inquirynGylr input[type="checkbox"]:checked + label::before {
    background-color: rgb(207,203,185);
    border-color: rgb(207,203,185);
}.contact_usnltsh .query_inquirynGylr input[type="checkbox"]:checked + label::after {
    content: "";
    top: 9px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    left: 8px;
    height: 11px;
    width: 6px;
}.contact_usnltsh .query_inquirynGylr label a {
    color: rgb(207,203,185);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_usnltsh .query_inquirynGylr label a:hover {
    text-decoration: underline;
    color: rgb(184,158,132);
}.contact_usnltsh form .message_reachkfUhP {
    font-weight: 600;
    border: none;
    background: linear-gradient(45deg, rgb(207,203,185), rgb(184,158,132));
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding: 15px 35px;
    color: #ffffff;
    font-size: 19px;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: Arial, sans-serif;
}.contact_usnltsh form .message_reachkfUhP::before {
    content: "";
    height: 120%;
    left: -10%;
    position: absolute;
    top: -10%;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.2);
    width: 120%;
    transform: rotate(45deg) translateX(-200%);
}.contact_usnltsh form .message_reachkfUhP:hover {
    box-shadow: 0 8px 15px rgba(rgb(207,203,185), 0.3);
    transform: translateY(-2px);
}.contact_usnltsh form .message_reachkfUhP:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact_usnltsh svg {
    fill: rgb(207,203,185);
    width: 22px;
    height: 22px;
}.contact_usnltsh svg path {
    transition: fill 0.3s ease;
    fill: rgb(207,203,185);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact_usnltsh .connect_feedbackCdOTG {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact_usnltsh .img_bannerBUsDm {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_usnltsh .connect_feedbackCdOTG {
    flex: 0 0 100%;
}.contact_usnltsh .connect_feedbackCdOTG::before {
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(207,203,185), rgb(184,158,132));
    left: 40px;
    top: 0;
    height: 5px;
}.contact_usnltsh form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.contact_usnltsh {
    padding: 70px 0;
}.contact_usnltsh .img_bannerBUsDm {
    min-height: 250px;
}.contact_usnltsh .connect_feedbackCdOTG {
    padding: 40px 30px;
}.contact_usnltsh .connect_feedbackCdOTG::before {
    left: 30px;
    width: calc(100% - 60px);
}
}

@media screen and (max-width: 480px) {.contact_usnltsh {
    padding: 50px 0;
}.contact_usnltsh h2 {
    font-size: calc(34px * 0.8);
}.contact_usnltsh .img_bannerBUsDm {
    min-height: 200px;
}.contact_usnltsh .connect_feedbackCdOTG {
    padding: 30px 20px;
}.contact_usnltsh .connect_feedbackCdOTG::before {
    left: 20px;
    width: calc(100% - 40px);
}.contact_usnltsh form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact_usnltsh form input[type="text"] {
    padding: 15px 20px;
}.contact_usnltsh form .message_reachkfUhP {
    width: 100%;
    text-align: center;
}}.cookie_notice_bannerRjFMU {
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    background: rgb(184,158,132);
    border-top: 2px solid rgb(207,203,185);
    z-index: 90;
    position: fixed;
    box-shadow: 0 -10px 30px rgb(207,203,185,0.5);
    width: 100%;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.data_guardcZoAb {
    box-shadow: 0 0 20px rgb(207,203,185,0.5);
    background: linear-gradient(135deg, rgb(184,158,132) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}.cookie_dataJMbyV {
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 0 15px rgb(207,203,185);
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}.cookie_dataJMbyV svg, .cookie_dataJMbyV svg path {
    width: 60px;
    transition: transform 0.3s ease;
    fill: rgb(207,203,185);
    height: 60px;
}.cookie_dataJMbyV:hover svg {
    transform: rotate(20deg);
}.edu_consentxARoG {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.edu_consentxARoG h5 {
    font-weight: 700;
    font-size: 24px;
    color: rgb(207,203,185);
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(207,203,185);
}.edu_consentxARoG p {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(207,203,185,0.5);
}.cookie_tabQDKox {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    color: #000000;
    cursor: pointer;
    white-space: nowrap;
    background: rgb(207,203,185);
    font-size: 19px;
    padding: 12px 25px;
    box-shadow: 0 0 10px rgb(207,203,185,0.5);
    text-decoration: none;
    margin-left: 10px;
}.cookie_tabQDKox:hover {
    box-shadow: 0 0 20px rgb(184,158,132,0.5);
    background: rgb(184,158,132);
}.cookie_notice_bannerRjFMU p a {
    text-decoration: underline;
    color: rgb(207,203,185);
    transition: color 0.3s ease;
}.cookie_notice_bannerRjFMU p a:hover {
    color: rgb(184,158,132);
}#cookiePromptModalQorGp {
    display: none;
}#cookiePromptModalQorGp:checked ~ .cookie_notice_bannerRjFMU {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_notice_bannerRjFMU {
    padding: 20px;
}.data_guardcZoAb {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookie_dataJMbyV {
    display: none;
}.data_guardcZoAb {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.edu_consentxARoG {
    margin-bottom: 20px;
    text-align: center;
}.cookie_notice_bannerRjFMU h5, .cookie_notice_bannerRjFMU p {
    text-align: center;
}.cookie_tabQDKox {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    margin-left: 0;
}}
.statistical_detailsRIwuh {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(184,158,132,0.5) 0%, rgb(235,233,229) 100%);
    overflow: hidden;
}.statistical_detailsRIwuh::before {
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(207,203,185,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(207,203,185,0.5) 12px
    );
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
}.statistical_detailsRIwuh h3 {
    position: relative;
    transform: translateY(0);
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 2;
    color: #000000;
    animation: fadeSlideUp 0.8s ease-out;
    opacity: 1;
    margin-bottom: 3.5rem;
    text-align: center;
}.statistical_detailsRIwuh h3::after {
    z-index: 2;
    height: 4px;
    bottom: -0.75rem;
    background: linear-gradient(to right, rgb(207,203,185), rgb(184,158,132));
    left: 50%;
    content: "";
    position: absolute;
    width: 6rem;
    transform: translateX(-50%);
}.statistical_detailsRIwuh .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.statistical_detailsRIwuh ul {
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
}.statistical_detailsRIwuh .statistics_boostsCSYLn {
    animation-delay: calc(0.15s * var(--i, 0));
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 4px solid rgb(207,203,185);
    opacity: 0;
    padding: 2rem;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s ease-out forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
}.statistical_detailsRIwuh .statistics_boostsCSYLn:nth-child(1) {
    --i: 1;
}.statistical_detailsRIwuh .statistics_boostsCSYLn:nth-child(2) {
    --i: 2;
}.statistical_detailsRIwuh .statistics_boostsCSYLn:nth-child(3) {
    --i: 3;
}.statistical_detailsRIwuh .statistics_boostsCSYLn:nth-child(4) {
    --i: 4;
}.statistical_detailsRIwuh .statistics_boostsCSYLn:nth-child(5) {
    --i: 5;
}.statistical_detailsRIwuh .statistics_boostsCSYLn:nth-child(6) {
    --i: 6;
}.statistical_detailsRIwuh .statistics_boostsCSYLn:nth-child(7) {
    --i: 7;
}.statistical_detailsRIwuh .statistics_boostsCSYLn:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 
                0 2px 5px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px) scale(1.02);
}.statistical_detailsRIwuh .statistics_boostsCSYLn::before {
    background: linear-gradient(135deg, rgb(207,203,185,0.5) 0%, transparent 70%);
    position: absolute;
    top: 1rem;
    transition: transform 0.3s ease;
    content: "";
    right: 1rem;
    height: 2rem;
    transform: rotate(45deg);
    opacity: 0.2;
    width: 2rem;
}.statistical_detailsRIwuh .statistics_boostsCSYLn:hover::before {
    transform: rotate(135deg) scale(1.2);
}.statistical_detailsRIwuh .statistics_boostsCSYLn span {
    font-weight: 600;
    position: relative;
    font-size: calc(18px * 1.1);
    padding-bottom: 0.75rem;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 1rem;
    display: block;
}.statistical_detailsRIwuh .statistics_boostsCSYLn span::after {
    background: linear-gradient(to right, rgb(184,158,132), transparent);
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    transition: width 0.3s ease;
    width: 2.5rem;
}.statistical_detailsRIwuh .statistics_boostsCSYLn:hover span::after {
    width: 4rem;
}.statistical_detailsRIwuh .statistics_boostsCSYLn p {
    display: inline-block;
    animation: numberCountUp 1.2s ease-out forwards;
    transform: translateY(10px);
    font-weight: 700;
    animation-delay: calc(0.3s + 0.15s * var(--i, 0));
    font-size: 24px;
    position: relative;
    opacity: 0;
    margin: 0;
    color: rgb(207,203,185);
}.statistical_detailsRIwuh .statistics_boostsCSYLn p::before {
    position: absolute;
    bottom: -0.25rem;
    height: 2px;
    width: 0;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    background-color: rgb(207,203,185,0.5);
}.statistical_detailsRIwuh .statistics_boostsCSYLn:hover p::before {
    width: 100%;
}

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

@keyframes numberCountUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    60% {
        opacity: 1;
        transform: translateY(-3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.statistical_detailsRIwuh {
    padding: 4rem 1.5rem;
}.statistical_detailsRIwuh h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 3rem;
}.statistical_detailsRIwuh ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}.statistical_detailsRIwuh .statistics_boostsCSYLn {
    padding: 1.75rem;
}
}

@media (max-width: 767px) {.statistical_detailsRIwuh {
    padding: 3.5rem 1.25rem;
}.statistical_detailsRIwuh h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 2.5rem;
}.statistical_detailsRIwuh h3::after {
    width: 5rem;
}.statistical_detailsRIwuh ul {
    gap: 1.25rem;
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.statistical_detailsRIwuh .statistics_boostsCSYLn {
    padding: 1.5rem;
}.statistical_detailsRIwuh .statistics_boostsCSYLn span {
    font-size: 18px;
}.statistical_detailsRIwuh .statistics_boostsCSYLn p {
    font-size: calc(24px * 0.95);
}
}

@media (max-width: 480px) {.statistical_detailsRIwuh {
    padding: 3rem 1rem;
}.statistical_detailsRIwuh h3 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.statistical_detailsRIwuh h3::after {
    height: 3px;
    width: 4rem;
}.statistical_detailsRIwuh .statistics_boostsCSYLn {
    padding: 1.25rem;
}.statistical_detailsRIwuh .statistics_boostsCSYLn::before {
    right: 0.75rem;
    width: 1.5rem;
    top: 0.75rem;
    height: 1.5rem;
}.statistical_detailsRIwuh .statistics_boostsCSYLn span {
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    background: linear-gradient(45deg, rgb(184,158,132,0.5) 0%, rgb(207,203,185,0.5) 100%);
    content: '';
    left: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}.footer_clientsnxNZf {
    position: relative;
    color: #ffffff;
    padding: 80px 0 40px;
    z-index: 2;
    font-family: Arial, sans-serif;
}.footer_clientsnxNZf .container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}.footer_clientsnxNZf .company_holder {
    z-index: 3;
    grid-column: 1 / 5;
    position: relative;
}.footer_clientsnxNZf .company_holder h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    font-size: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-block;
}.footer_clientsnxNZf .company_holder h3::after {
    background: rgb(207,203,185);
    left: 0;
    width: 40px;
    border-radius: 10px;
    height: 4px;
    position: absolute;
    bottom: 0;
    content: '';
}.footer_clientsnxNZf .award_showaqouZ {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    margin-top: 25px;
    border-left: 4px solid rgb(207,203,185);
    font-size: 17px;
}.footer_clientsnxNZf .music_edufLqYi {
    position: relative;
    grid-column: 5 / 13;
}.footer_clientsnxNZf .head_studyUSGrm {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    display: grid;
}.footer_clientsnxNZf .header_tutorXpDyi {
    position: relative;
}.footer_clientsnxNZf .header_tutorXpDyi h5 {
    position: relative;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
}.footer_clientsnxNZf .header_tutorXpDyi h5::before {
    background: rgb(207,203,185);
    left: -15px;
    position: absolute;
    width: 8px;
    top: 50%;
    border-radius: 50%;
    content: '';
    transform: translateY(-50%);
    height: 8px;
}.footer_clientsnxNZf .header_tutorXpDyi .head_studyUSGrm {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.footer_clientsnxNZf .header_tutorXpDyi .head_studyUSGrm a {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    font-size: 17px;
    text-decoration: none;
    padding: 8px 15px;
}.footer_clientsnxNZf .header_tutorXpDyi .head_studyUSGrm a::before {
    background: rgb(207,203,185);
    top: 0;
    width: 3px;
    content: '';
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    transition: all 0.3s ease;
}.footer_clientsnxNZf .header_tutorXpDyi .head_studyUSGrm a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.footer_clientsnxNZf .header_tutorXpDyi .head_studyUSGrm a:hover::before {
    background: rgb(207,203,185,0.5);
    width: 100%;
}.footer_milestonesUGRQY {
    position: relative;
    z-index: 2;
    margin-top: 60px;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
}.footer_milestonesUGRQY::before {
    opacity: 0.2;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 15%;
    height: 1px;
    top: 0;
    right: 15%;
}.footer_milestonesUGRQY .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.footer_milestonesUGRQY .footer_workshopsHleuR {
    font-size: 15px;
    letter-spacing: 0.5px;
    opacity: 0.8;
    text-align: center;
    color: #ffffff;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    z-index: 1;
    left: 0;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

@media (max-width: 992px) {.footer_clientsnxNZf .container {
    grid-template-columns: repeat(1, 1fr);
}.footer_clientsnxNZf .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.footer_clientsnxNZf .music_edufLqYi {
    grid-column: 1 / -1;
}.footer_clientsnxNZf .head_studyUSGrm {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.footer_clientsnxNZf {
    padding: 60px 0 30px;
}.footer_clientsnxNZf .head_studyUSGrm {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.footer_clientsnxNZf .header_tutorXpDyi {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.footer_clientsnxNZf::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132), rgb(207,203,185));
    animation: gradientShift 5s infinite;
    left: 0;
    position: absolute;
    height: 5px;
    content: '';
    top: 0;
    background-size: 200% 200%;
}.footer_clientsnxNZf .company_holder::after {
    filter: blur(60px);
    content: '';
    z-index: -1;
    position: absolute;
    right: -50px;
    height: 150px;
    background: rgb(207,203,185,0.5);
    width: 150px;
    opacity: 0.4;
    border-radius: 50%;
    top: 40px;
}.footer_clientsnxNZf .company_holder::before {
    height: 100px;
    filter: blur(40px);
    bottom: 0;
    left: -30px;
    background: rgb(184,158,132,0.5);
    content: '';
    z-index: -1;
    border-radius: 50%;
    width: 100px;
    opacity: 0.3;
    position: absolute;
}.footer_clientsnxNZf .music_edufLqYi::after {
    width: 120px;
    filter: blur(50px);
    position: absolute;
    opacity: 0.2;
    right: 100px;
    content: '';
    z-index: -1;
    height: 120px;
    background: rgb(207,203,185,0.5);
    border-radius: 50%;
    top: -20px;
}.footer_clientsnxNZf .music_edufLqYi::before {
    height: 180px;
    opacity: 0.25;
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    bottom: -50px;
    width: 180px;
    left: 80px;
    background: rgb(184,158,132,0.5);
    z-index: -1;
    content: '';
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.footer_clientsnxNZf .header_tutorXpDyi {
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}.footer_clientsnxNZf .header_tutorXpDyi h5 {
    letter-spacing: 0.5px;
}.footer_clientsnxNZf .header_tutorXpDyi h5::after {
    height: 2px;
    content: '';
    background: rgb(184,158,132);
    position: absolute;
    width: 30px;
    left: 0;
    bottom: -5px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.footer_milestonesUGRQY {
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
}.teaching_historyIFEmq {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgba(245, 248, 250, 0.9) 100%);
    overflow: hidden;
}.teaching_historyIFEmq::before {
    width: 40vw;
    background: radial-gradient(circle, rgb(207,203,185,0.5) 0%, transparent 70%);
    right: -10%;
    opacity: 0.15;
    position: absolute;
    height: 40vw;
    transform: translateZ(0);
    top: -5%;
    content: "";
}.teaching_historyIFEmq::after {
    transform: translateZ(0);
    width: 30vw;
    height: 30vw;
    left: -10%;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(184,158,132,0.5) 0%, transparent 70%);
    content: "";
    bottom: -5%;
    position: absolute;
}.teaching_historyIFEmq .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.teaching_historyIFEmq .review_voicesIWRdz {
    gap: 2rem;
    transform: translateZ(0);
    padding: 2.5rem;
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(207,203,185), 0.03) inset;
    position: relative;
    backdrop-filter: blur(10px);
    display: grid;
}.teaching_historyIFEmq .review_voicesIWRdz > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}.teaching_historyIFEmq .img_bannerBUsDm {
    width: 200px;
    overflow: hidden;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    transform: rotate(-2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 200px;
    position: relative;
}.teaching_historyIFEmq .img_bannerBUsDm::after {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(207,203,185), 0.1) 100%);
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
}.teaching_historyIFEmq .img_bannerBUsDm:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}.teaching_historyIFEmq .name {
    font-size: 22px;
    display: inline-block;
    font-weight: 700;
    color: rgb(207,203,185);
    position: relative;
    margin-bottom: 0.5rem;
    font-family: Arial, sans-serif;
}.teaching_historyIFEmq .name::after {
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(184,158,132) 0%, transparent 100%);
    transition: transform 0.4s ease;
    transform-origin: left;
    width: 60%;
    left: 0;
    bottom: -8px;
    transform: scaleX(0.8);
}.teaching_historyIFEmq .review_voicesIWRdz > div:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: column;
}.teaching_historyIFEmq .review_voicesIWRdz > div:nth-child(2) > div {
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.02em;
    font-weight: 600;
    margin-top: 0.5rem;
    font-size: calc(17px - 0.1rem);
}.teaching_historyIFEmq .work_wraprwsEO {
    position: relative;
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
}.teaching_historyIFEmq .work_wraprwsEO::before {
    color: rgb(207,203,185,0.5);
    top: -2rem;
    left: -1rem;
    content: "";
    font-size: 6rem;
    font-family: serif;
    position: absolute;
    z-index: -1;
    opacity: 0.15;
}

@media (min-width: 768px) {.teaching_historyIFEmq {
    padding: 8rem 0;
}.teaching_historyIFEmq .review_voicesIWRdz {
    padding: 3rem;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 3rem;
    grid-template-columns: auto 1fr;
}.teaching_historyIFEmq .review_voicesIWRdz > div:first-child {
    grid-row: span 2;
}.teaching_historyIFEmq .img_bannerBUsDm {
    height: 260px;
    width: 260px;
}.teaching_historyIFEmq .name {
    font-size: calc(22px + 0.2rem);
}.teaching_historyIFEmq .work_wraprwsEO {
    font-size: calc(17px + 0.05rem);
}
}

@media (min-width: 1024px) {.teaching_historyIFEmq .review_voicesIWRdz {
    padding: 4rem;
    grid-template-columns: auto 1fr;
    gap: 3rem 4rem;
}.teaching_historyIFEmq .img_bannerBUsDm {
    transform: rotate(-3deg) translateZ(0);
    width: 300px;
    height: 300px;
}.teaching_historyIFEmq .name {
    font-size: calc(22px + 0.4rem);
}.teaching_historyIFEmq .name::after {
    height: 4px;
}.teaching_historyIFEmq .work_wraprwsEO {
    font-size: calc(17px + 0.1rem);
    line-height: 1.7;
}.teaching_historyIFEmq .review_voicesIWRdz > div:nth-child(2) > div {
    font-size: 17px;
}
}

@media (min-width: 1200px) {.teaching_historyIFEmq .container {
    padding: 0 4rem;
}.teaching_historyIFEmq .review_voicesIWRdz {
    gap: 3rem 5rem;
}.teaching_historyIFEmq .review_voicesIWRdz:hover .name::after {
    transform: scaleX(1);
}
}

@media (max-width: 767px) {.teaching_historyIFEmq {
    padding: 4rem 0;
}.teaching_historyIFEmq .container {
    padding: 0 1rem;
}.teaching_historyIFEmq .review_voicesIWRdz {
    padding: 2rem;
}.teaching_historyIFEmq .img_bannerBUsDm {
    height: 180px;
    width: 180px;
}}.gratCardzykTv {
    background: linear-gradient(135deg, rgb(184,158,132,0.5) 0%, rgb(235,233,229) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.gratCardzykTv::before {
    left: -20%;
    z-index: 1;
    position: absolute;
    transform: rotate(30deg);
    content: "";
    top: -50%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    opacity: 0.7;
    height: 200%;
    width: 80%;
    background: linear-gradient(45deg, rgb(207,203,185,0.5) 0%, transparent 70%);
}.gratCardzykTv::after {
    opacity: 0.3;
    content: "";
    z-index: 1;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(184,158,132,0.5) 0%, transparent 100%);
    height: 30%;
}.gratCardzykTv .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.gratCardzykTv .founders_teamwgAFS {
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    position: relative;
}.gratCardzykTv .founders_teamwgAFS:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1), 
                -16px -16px 32px rgba(255, 255, 255, 0.9), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.gratCardzykTv .founders_teamwgAFS > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.gratCardzykTv .founders_teamwgAFS > div:first-child::after {
    background: linear-gradient(90deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    height: 3px;
    transform-origin: left;
    position: absolute;
    width: 100px;
    bottom: -1rem;
    left: 0;
}.gratCardzykTv h5 {
    color: #000000;
    position: relative;
    font-size: calc(23px * 1.1);
    font-weight: 700;
    transform: translateZ(0);
    line-height: 1.4;
    margin: 0;
    letter-spacing: -0.02em;
}.gratCardzykTv h5::before {
    z-index: -1;
    border-radius: 50%;
    background: rgb(184,158,132,0.5);
    content: "";
    height: 80px;
    opacity: 0.1;
    left: -2rem;
    animation: bubbleAppear 1s ease 0.5s forwards;
    position: absolute;
    width: 80px;
    top: -1.5rem;
    transform: scale(0);
}.gratCardzykTv a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s ease;
}.gratCardzykTv a:hover {
    transform: translateX(10px);
}.gratCardzykTv a::before {
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    animation: lightSweep 6s infinite ease-in-out;
    content: "";
    width: 100%;
}.gratCardzykTv p {
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    margin: 0;
    position: relative;
    line-height: 1.8;
    z-index: 1;
}

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

@keyframes bubbleAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes gradientShift {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@media (max-width: 1200px) {.gratCardzykTv .founders_teamwgAFS {
    padding: 3rem;
}.gratCardzykTv h5 {
    font-size: 23px;
}
}

@media (max-width: 992px) {.gratCardzykTv {
    padding: 5rem 0;
}.gratCardzykTv .founders_teamwgAFS {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.gratCardzykTv h5::before {
    top: -1rem;
    height: 60px;
    left: -1.5rem;
    width: 60px;
}
}

@media (max-width: 768px) {.gratCardzykTv {
    padding: 4rem 0;
}.gratCardzykTv .founders_teamwgAFS {
    padding: 2rem;
    transform: none;
}.gratCardzykTv h5 {
    font-size: calc(23px * 0.95);
}.gratCardzykTv p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.gratCardzykTv .founders_teamwgAFS > div:first-child::after {
    width: 80px;
}
}

@media (max-width: 576px) {.gratCardzykTv {
    padding: 3rem 0;
}.gratCardzykTv .founders_teamwgAFS {
    padding: 1.5rem;
}.gratCardzykTv h5 {
    line-height: 1.3;
    font-size: calc(23px * 0.9);
}.gratCardzykTv p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.gratCardzykTv h5::before {
    display: none;
}.gratCardzykTv .founders_teamwgAFS > div:first-child {
    margin-bottom: 1.5rem;
}.gratCardzykTv .founders_teamwgAFS > div:first-child::after {
    width: 60px;
    height: 2px;
    bottom: -0.75rem;
}
}

@media (prefers-reduced-motion: reduce) {.gratCardzykTv .founders_teamwgAFS,
    .gratCardzykTv .founders_teamwgAFS:hover,
    .gratCardzykTv a:hover {
    transform: none;
    transition: none;
}.gratCardzykTv::before,
    .gratCardzykTv a::before {
    animation: none;
}.gratCardzykTv .founders_teamwgAFS > div:first-child::after {
    width: 100px;
    animation: none;
}.gratCardzykTv h5::before {
    animation: none;
    transform: scale(1);
}}.user_testimonialsfrKRA {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(235,233,229) 0%, #ffffff 100%);
}.user_testimonialsfrKRA::before {
    left: 0;
    width: 100%;
    opacity: 0.6;
    top: 0;
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(207,203,185,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(184,158,132,0.5) 0%, transparent 30%);
    content: "";
    position: absolute;
}.user_testimonialsfrKRA::after {
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(207,203,185,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(184,158,132,0.5) 1px, transparent 1px);
    opacity: 0.1;
    left: 0;
    background-size: 30px 30px;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}.user_testimonialsfrKRA .founders_teamwgAFS {
    position: relative;
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.user_testimonialsfrKRA h4 {
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    font-size: 31px;
}.user_testimonialsfrKRA h4::after {
    width: 80px;
    position: absolute;
    background: rgb(207,203,185);
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    bottom: -20px;
    content: "";
}.user_testimonialsfrKRA h4::before {
    bottom: -40px;
    transform: rotate(45deg);
    left: calc(50% - 20px);
    position: absolute;
    z-index: -1;
    content: "";
    height: 40px;
    width: 40px;
    border: 2px solid rgb(207,203,185,0.5);
}.user_testimonialsfrKRA .feedback_trackYHmBy {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    perspective: 1000px;
    transform-style: preserve-3d;
}.user_testimonialsfrKRA .review_voicesIWRdz {
    width: calc(33.33% - 40px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    transform: rotateY(15deg) rotateX(5deg) translateZ(0);
    background: #ffffff;
    margin: 0 20px 60px;
    transform-origin: center center;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 30px;
    border-radius: 30px;
    z-index: 1;
    position: relative;
}.user_testimonialsfrKRA .review_voicesIWRdz:hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
    z-index: 2;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 40px rgba(255, 255, 255, 0.9);
}.user_testimonialsfrKRA .review_voicesIWRdz:nth-child(3n+2) {
    transform: rotateY(-15deg) rotateX(5deg) translateZ(0);
}.user_testimonialsfrKRA .review_voicesIWRdz:nth-child(3n+2):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.user_testimonialsfrKRA .review_voicesIWRdz:nth-child(3n+3) {
    transform: rotateY(0) rotateX(10deg) translateZ(0);
}.user_testimonialsfrKRA .review_voicesIWRdz:nth-child(3n+3):hover {
    transform: rotateY(0) rotateX(0) translateZ(30px);
}.user_testimonialsfrKRA .review_voicesIWRdz::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    border-radius: inherit;
}.user_testimonialsfrKRA .review_voicesIWRdz::after {
    width: 40px;
    background: rgb(207,203,185,0.5);
    top: -10px;
    right: -10px;
    content: "";
    transition: all 0.4s ease;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
    height: 40px;
    position: absolute;
}.user_testimonialsfrKRA .review_voicesIWRdz:hover::after {
    transform: scale(1.2);
    opacity: 0.5;
}.user_testimonialsfrKRA .img_bannerBUsDm {
    transform: translateZ(20px);
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin: 0 auto 20px;
    border: 4px solid #ffffff;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}.user_testimonialsfrKRA .review_voicesIWRdz:hover .img_bannerBUsDm {
    transform: translateZ(40px) scale(1.1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-color: rgb(207,203,185,0.5);
}.user_testimonialsfrKRA .review_voicesIWRdz span {
    color: #000000;
    transition: all 0.4s ease;
    transform: translateZ(15px);
    font-size: calc(12px * 1.1);
    text-align: center;
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
}.user_testimonialsfrKRA .review_voicesIWRdz:hover span {
    transform: translateZ(30px);
    color: rgb(207,203,185);
}.user_testimonialsfrKRA .review_voicesIWRdz p {
    transform: translateZ(10px);
    transition: all 0.4s ease;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    text-align: center;
}.user_testimonialsfrKRA .review_voicesIWRdz:hover p {
    color: #000000;
    transform: translateZ(20px);
}.user_testimonialsfrKRA .review_voicesIWRdz:nth-child(3n+1)::after {
    background: rgb(207,203,185,0.5);
}.user_testimonialsfrKRA .review_voicesIWRdz:nth-child(3n+2)::after {
    background: rgb(184,158,132,0.5);
}.user_testimonialsfrKRA .review_voicesIWRdz:nth-child(3n+3)::after {
    background: linear-gradient(135deg, rgb(207,203,185,0.5), rgb(184,158,132,0.5));
}

@media (max-width: 1200px) {.user_testimonialsfrKRA .review_voicesIWRdz {
    width: calc(50% - 40px);
}
}

@media (max-width: 768px) {.user_testimonialsfrKRA {
    padding: 70px 0;
}.user_testimonialsfrKRA h4 {
    margin-bottom: 60px;
}.user_testimonialsfrKRA .feedback_trackYHmBy {
    perspective: none;
}.user_testimonialsfrKRA .review_voicesIWRdz,
    .user_testimonialsfrKRA .review_voicesIWRdz:nth-child(3n+2),
    .user_testimonialsfrKRA .review_voicesIWRdz:nth-child(3n+3) {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 40px;
    transform: none;
    padding: 25px;
}.user_testimonialsfrKRA .review_voicesIWRdz:hover,
    .user_testimonialsfrKRA .review_voicesIWRdz:nth-child(3n+2):hover,
    .user_testimonialsfrKRA .review_voicesIWRdz:nth-child(3n+3):hover {
    transform: translateY(-10px);
}.user_testimonialsfrKRA .review_voicesIWRdz:last-child {
    margin-bottom: 0;
}.user_testimonialsfrKRA .img_bannerBUsDm {
    width: 80px;
    height: 80px;
}.user_testimonialsfrKRA .review_voicesIWRdz:hover .img_bannerBUsDm {
    transform: scale(1.1);
}.user_testimonialsfrKRA .review_voicesIWRdz span,
    .user_testimonialsfrKRA .review_voicesIWRdz:hover span,
    .user_testimonialsfrKRA .review_voicesIWRdz p,
    .user_testimonialsfrKRA .review_voicesIWRdz:hover p {
    transform: none;
}}header {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: fixed;
    z-index: 1000;
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    top: 0;
    width: 100%;
    background: rgb(235,233,229);
}header:before {
    background: linear-gradient(90deg, 
        rgb(207,203,185) 0%, 
        rgb(184,158,132) 50%, 
        rgb(207,203,185) 100%
    );
    content: '';
    left: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
}header:after {
    bottom: 0;
    left: 0;
    opacity: 0.4;
    background: 
        linear-gradient(135deg, rgb(235,233,229) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(235,233,229) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(235,233,229) 25%, transparent 25%),
        linear-gradient(45deg, rgb(235,233,229) 25%, transparent 25%);
    pointer-events: none;
    content: '';
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.01);
    width: 100%;
}header .head_tutorvhEUL {
    position: relative;
    overflow: hidden;
}header .head_tutorvhEUL:before {
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(207,203,185,0.5),
        transparent
    );
    bottom: 0;
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
}header .container {
    margin: 0 auto;
    padding: 15px 25px;
    position: relative;
    max-width: 1200px;
}header .container:before {
    left: 10px;
    opacity: 0.7;
    content: '';
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    width: 8px;
    background: rgb(207,203,185);
    height: 8px;
}header .container:after {
    position: absolute;
    opacity: 0.7;
    background: rgb(184,158,132);
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
    height: 8px;
    width: 8px;
    content: '';
    top: 50%;
}header .nav_sitebarznNFS {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .nav_sitebarznNFS:before {
    bottom: -10px;
    height: 1px;
    content: '';
    width: 100%;
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    left: 0;
}header .header_tutorXpDyi {
    gap: 30px;
    align-items: center;
    display: flex;
    position: relative;
}header .header_tutorXpDyi:before {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform-origin: center;
    width: 100%;
    height: 2px;
    transform: scaleX(0.9);
    position: absolute;
    left: 0;
    bottom: -8px;
    content: '';
    background: rgb(207,203,185);
}header .header_tutorXpDyi:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .nav_expertKQgeW {
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 8px 2px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}header .nav_expertKQgeW:before {
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transform: translateX(-101%);
    bottom: 0;
    background: rgb(207,203,185);
    content: '';
    position: absolute;
}header .nav_expertKQgeW:after {
    transition: all 0.3s ease;
    background: rgb(207,203,185);
    position: absolute;
    left: 50%;
    width: 8px;
    opacity: 0;
    content: '';
    transform: translate(-50%, -50%) rotate(45deg);
    top: 100%;
    height: 8px;
}header .nav_expertKQgeW:hover {
    color: rgb(207,203,185);
}header .nav_expertKQgeW:hover:before {
    transform: translateX(0);
}header .nav_expertKQgeW:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .main_coreGHDYf {
    position: relative;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}header .main_coreGHDYf:before {
    background: linear-gradient(rgb(235,233,229), rgb(235,233,229)) padding-box,
                linear-gradient(135deg, rgb(207,203,185), rgb(184,158,132)) border-box;
    border-radius: 10px;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: '';
    opacity: 0;
    height: 100%;
}header .main_coreGHDYf:after {
    position: absolute;
    background: linear-gradient(135deg, rgb(207,203,185), rgb(184,158,132));
    left: -5px;
    top: -5px;
    opacity: 0;
    height: 10px;
    transition: all 0.4s ease;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    width: 10px;
}header .main_coreGHDYf:hover:before {
    opacity: 1;
}header .main_coreGHDYf:hover:after {
    transform: scale(1);
    opacity: 1;
}header .main_coreGHDYf svg {
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
}header .main_coreGHDYf:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .header_tutorXpDyi {
    gap: 20px;
}header .main_coreGHDYf svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header_tutorXpDyi {
    padding: 75px 30px 30px;
    background: rgb(235,233,229);
    position: fixed;
    z-index: 1001;
    right: -100%;
    top: 0;
    flex-direction: column;
    gap: 5px;
    max-width: 320px;
    width: 80%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    height: 100vh;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
}header .header_tutorXpDyi:before {
    left: 10%;
    bottom: auto;
    width: 80%;
    height: 1px;
    top: 60px;
}header .menu.active {
    right: 0;
}header .nav_expertKQgeW {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 5px;
}header .nav_expertKQgeW:last-child {
    border-bottom: none;
}header .nav_expertKQgeW:after {
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
    top: 50%;
}header .nav_expertKQgeW:hover:after {
    opacity: 1;
    top: 50%;
    left: 5px;
}header .main_coreGHDYf {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .main_coreGHDYf svg {
    height: 35px;
}}.training_structureXcWUQ {
    background: rgb(235,233,229);
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
}.training_structureXcWUQ::before {
    position: absolute;
    animation: floatCircle 15s infinite alternate ease-in-out;
    opacity: 0.25;
    top: -30%;
    background: rgb(207,203,185,0.5);
    z-index: 0;
    border-radius: 50%;
    left: -30%;
    content: "";
    filter: blur(120px);
    height: 100%;
    width: 100%;
}.training_structureXcWUQ::after {
    border-radius: 50%;
    opacity: 0.25;
    background: rgb(184,158,132,0.5);
    position: absolute;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    content: "";
    width: 100%;
    right: -30%;
    filter: blur(120px);
    bottom: -30%;
    z-index: 0;
    height: 100%;
}.training_structureXcWUQ .founders_teamwgAFS {
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    gap: 3rem;
    z-index: 1;
    align-items: center;
    display: grid;
}.training_structureXcWUQ h3 {
    font-weight: 700;
    padding: 0;
    margin: 0;
    animation: slideInLeft 0.8s ease-out forwards;
    font-size: 35px;
    position: relative;
    color: #000000;
}.training_structureXcWUQ h3::before {
    height: 4px;
    content: "";
    border-radius: 10px;
    width: 4rem;
    top: -1rem;
    transform-origin: left;
    position: absolute;
    animation: expandLine 1s 0.4s forwards ease-out;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132));
}.training_structureXcWUQ h3::after {
    background: rgb(207,203,185,0.5);
    animation: expandLine 1s 0.6s forwards ease-out;
    border-radius: 10px;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    bottom: -1rem;
    left: 0;
    height: 4px;
    width: 2rem;
    position: absolute;
}.training_structureXcWUQ span {
    border-left: 2px solid rgb(184,158,132,0.5);
    animation: slideInRight 0.8s ease-out forwards;
    padding: 2rem;
    line-height: 1.8;
    color: #000000;
    position: relative;
    font-size: 17px;
}.training_structureXcWUQ span::before {
    top: 0;
    position: absolute;
    width: 8px;
    border-radius: 50%;
    content: "";
    background: rgb(184,158,132);
    animation: pulse 3s infinite;
    left: -5px;
    height: 8px;
}.training_structureXcWUQ span::after {
    bottom: 0;
    height: 8px;
    background: rgb(207,203,185);
    content: "";
    width: 8px;
    position: absolute;
    border-radius: 50%;
    left: -5px;
    animation: pulse 3s 1.5s infinite;
}

@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.training_structureXcWUQ {
    padding: 6rem 2rem;
}.training_structureXcWUQ .founders_teamwgAFS {
    gap: 2rem;
}.training_structureXcWUQ h3 {
    font-size: calc(35px * 0.9);
}.training_structureXcWUQ span {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.training_structureXcWUQ {
    padding: 5rem 1.5rem;
}.training_structureXcWUQ .founders_teamwgAFS {
    gap: 2rem;
    grid-template-columns: 1fr;
}.training_structureXcWUQ h3 {
    text-align: center;
    font-size: calc(35px * 0.8);
}.training_structureXcWUQ h3::before,
    .training_structureXcWUQ h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.training_structureXcWUQ span {
    padding: 1.5rem;
    font-size: calc(17px * 0.95);
    border-left: none;
    border-top: 2px solid rgb(184,158,132,0.5);
}.training_structureXcWUQ span::before,
    .training_structureXcWUQ span::after {
    transform: translateX(-50%);
    left: 50%;
}.training_structureXcWUQ span::before {
    top: -5px;
    left: 50%;
}.training_structureXcWUQ span::after {
    bottom: auto;
    left: calc(50% + 15px);
    top: -5px;
}@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }
}.privacy_safeguardYBZQh {
    position: relative;
    background: linear-gradient(135deg, rgb(235,233,229) 0%, rgba(rgb(184,158,132,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 60px 0;
}.privacy_safeguardYBZQh::before {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(207,203,185,0.5), 0.05) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(184,158,132,0.5), 0.07) 0%, transparent 60%);
    height: 100%;
    top: 0;
}.privacy_safeguardYBZQh::after {
    background: linear-gradient(225deg, rgba(rgb(207,203,185,0.5), 0.03), rgba(rgb(184,158,132,0.5), 0.03));
    position: absolute;
    z-index: 0;
    top: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    right: -5%;
    animation: float 15s ease-in-out infinite alternate;
    height: 300px;
    width: 300px;
}.privacy_safeguardYBZQh .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.privacy_safeguardYBZQh h1 {
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    padding-bottom: 20px;
    font-size: 42px;
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
    color: #000000;
}.privacy_safeguardYBZQh h1::after {
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    height: 4px;
    transition: width 0.3s ease-out;
    width: 80px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(207,203,185) 0%, rgb(184,158,132) 100%);
}.privacy_safeguardYBZQh h2 {
    font-family: Arial, sans-serif;
    font-size: 28px;
    position: relative;
    padding-left: 15px;
    color: #000000;
    margin: 40px 0 20px;
    font-weight: 600;
}.privacy_safeguardYBZQh h2::before {
    width: 5px;
    border-radius: 2px;
    content: "";
    background: rgb(207,203,185);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 70%;
    position: absolute;
}.privacy_safeguardYBZQh h3 {
    margin: 35px 0 18px;
    color: #000000;
    font-weight: 600;
    padding-left: 12px;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(28px * 0.85);
}.privacy_safeguardYBZQh h3::before {
    background: rgb(184,158,132);
    left: 0;
    height: 65%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 4px;
    content: "";
    border-radius: 2px;
}.privacy_safeguardYBZQh h4 {
    padding-left: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(28px * 0.75);
    font-weight: 600;
    color: #000000;
    margin: 30px 0 15px;
}.privacy_safeguardYBZQh h4::before {
    left: 0;
    content: "";
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(rgb(207,203,185,0.5), 0.7);
    border-radius: 2px;
    width: 3px;
    position: absolute;
}.privacy_safeguardYBZQh p {
    max-width: 100%;
    line-height: 1.75;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
}.privacy_safeguardYBZQh span {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.75;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    display: block;
}.privacy_safeguardYBZQh ul {
    list-style: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
}.privacy_safeguardYBZQh li {
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    padding-left: 30px;
    line-height: 1.65;
    font-size: 14px;
    font-family: Arial, sans-serif;
}.privacy_safeguardYBZQh li::before {
    transition: background-color 0.3s ease;
    position: absolute;
    border-radius: 10px;
    height: 10px;
    width: 10px;
    top: 8px;
    left: 0;
    background: #ffffff;
    border: 2px solid rgb(207,203,185);
    transform: rotate(45deg);
    content: "";
}.privacy_safeguardYBZQh li:hover::before {
    background-color: rgb(207,203,185);
}.privacy_safeguardYBZQh strong {
    padding: 0 2px;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
}.privacy_safeguardYBZQh strong::after {
    width: 100%;
    background: rgba(rgb(207,203,185,0.5), 0.3);
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
    height: 2px;
    transition: height 0.3s ease;
    bottom: 0;
}.privacy_safeguardYBZQh strong:hover::after {
    height: 8px;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}

@media screen and (min-width: 992px) {.privacy_safeguardYBZQh {
    padding: 80px 0;
}.privacy_safeguardYBZQh h1 {
    margin-bottom: 45px;
    font-size: calc(42px * 1.1);
}.privacy_safeguardYBZQh h1::after {
    width: 100px;
}.privacy_safeguardYBZQh .container {
    padding: 0 30px;
}.privacy_safeguardYBZQh li {
    padding-left: 35px;
}.privacy_safeguardYBZQh li::before {
    width: 12px;
    height: 12px;
}
}

@media screen and (max-width: 768px) {.privacy_safeguardYBZQh {
    padding: 50px 0;
}.privacy_safeguardYBZQh h1 {
    margin-bottom: 30px;
    font-size: calc(42px * 0.9);
}.privacy_safeguardYBZQh h2 {
    margin: 30px 0 15px;
    font-size: calc(28px * 0.9);
}.privacy_safeguardYBZQh h3 {
    font-size: calc(28px * 0.75);
}.privacy_safeguardYBZQh h4 {
    font-size: calc(28px * 0.65);
}.privacy_safeguardYBZQh p, 
    .privacy_safeguardYBZQh span, 
    .privacy_safeguardYBZQh li {
    line-height: 1.65;
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 576px) {.privacy_safeguardYBZQh {
    padding: 40px 0;
}.privacy_safeguardYBZQh .container {
    padding: 0 15px;
}.privacy_safeguardYBZQh h1 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(42px * 0.8);
}.privacy_safeguardYBZQh h1::after {
    height: 3px;
    width: 60px;
}.privacy_safeguardYBZQh h2 {
    font-size: calc(28px * 0.8);
    margin: 25px 0 12px;
}.privacy_safeguardYBZQh h3 {
    font-size: calc(28px * 0.7);
}.privacy_safeguardYBZQh h4 {
    font-size: calc(28px * 0.6);
}.privacy_safeguardYBZQh p, 
    .privacy_safeguardYBZQh span, 
    .privacy_safeguardYBZQh li {
    margin-bottom: 15px;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.privacy_safeguardYBZQh ul {
    margin: 20px 0;
}.privacy_safeguardYBZQh li {
    padding-left: 25px;
    margin-bottom: 12px;
}.privacy_safeguardYBZQh li::before {
    width: 8px;
    height: 8px;
    top: 7px;
}}.payment_plankBWTM {
    background-color: var(--pricing-bg);
    position: relative;
    padding: 120px 0 80px;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-accent: rgb(207,203,185);
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --card-bg: #ffffff;
    --card-border: linear-gradient(135deg, rgb(207,203,185), rgb(184,158,132));
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --pricing-bg: #f5f7fa;
    overflow: hidden;
}.payment_plankBWTM::before {
    z-index: 1;
    transform: rotate(-15deg);
    top: -10%;
    background: linear-gradient(135deg, rgb(207,203,185,0.5), rgb(184,158,132,0.5));
    width: 35%;
    right: -5%;
    content: "";
    position: absolute;
    filter: blur(60px);
    opacity: 0.5;
    height: 50%;
}.payment_plankBWTM::after {
    background: linear-gradient(225deg, rgb(184,158,132,0.5), rgb(207,203,185,0.5));
    z-index: 1;
    transform: rotate(15deg);
    opacity: 0.4;
    position: absolute;
    width: 30%;
    height: 40%;
    bottom: -10%;
    left: -5%;
    content: "";
    filter: blur(50px);
}.payment_plankBWTM .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
}.payment_plankBWTM .lesson_feesQKIGc {
    flex-direction: column;
    display: flex;
}.payment_plankBWTM .learning_costaIBVl {
    margin-left: auto;
    margin-bottom: 60px;
    margin-right: auto;
    max-width: 800px;
    text-align: center;
    order: -1;
}.payment_plankBWTM .learning_costaIBVl h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    font-size: 35px;
    display: inline-block;
}.payment_plankBWTM .learning_costaIBVl h2::after {
    left: 50%;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(to right, rgb(207,203,185), rgb(184,158,132));
    content: "";
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
}.payment_plankBWTM .skill_plansZGchO {
    white-space: normal;
    word-wrap: break-word;
    max-width: 700px;
    margin: 0 auto;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    font-size: calc(18px + 2px);
}.payment_plankBWTM .member_feesJtUAz {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
}.payment_plankBWTM .cost_matrixJsydn {
    display: block;
    transform: translateY(0);
    color: inherit;
    text-decoration: none;
    height: 100%;
    transition: transform var(--card-transition);
}.payment_plankBWTM .cost_matrixJsydn:hover {
    transform: translateY(-10px);
}.payment_plankBWTM .cost_dealsrUYKn {
    height: 100%;
    border-radius: 28px;
    flex-direction: column;
    background-color: var(--card-bg);
    display: flex;
    position: relative;
    box-shadow: var(--card-shadow);
    overflow: hidden;
    transition: box-shadow var(--card-transition);
}.payment_plankBWTM .cost_matrixJsydn:hover .cost_dealsrUYKn {
    box-shadow: var(--card-hover-shadow);
}.payment_plankBWTM .cost_dealsrUYKn::before {
    background: var(--card-border);
    left: 0;
    top: 0;
    content: "";
    transform-origin: left;
    width: 100%;
    transform: scaleX(0);
    height: 5px;
    transition: transform 0.5s ease;
    position: absolute;
}.payment_plankBWTM .cost_matrixJsydn:hover .cost_dealsrUYKn::before {
    transform: scaleX(1);
}.payment_plankBWTM .indv_subUCbAN {
    position: relative;
    flex-grow: 1;
    padding: 35px 30px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}.payment_plankBWTM .indv_subUCbAN h3 {
    transition: color 0.3s ease;
    display: inline-block;
    font-size: calc(18px + 2px);
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}.payment_plankBWTM .cost_matrixJsydn:hover .indv_subUCbAN h3 {
    color: var(--card-accent);
}.payment_plankBWTM .pricing_offersNrPyE {
    position: relative;
    display: inline-block;
    color: var(--card-accent);
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(18px + 6px);
}.payment_plankBWTM .pricing_offersNrPyE::after {
    background-color: var(--card-accent);
    content: "";
    width: 40px;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    bottom: -10px;
    position: absolute;
}.payment_plankBWTM .cost_matrixJsydn:hover .pricing_offersNrPyE::after {
    width: 60px;
}.payment_plankBWTM .indv_subUCbAN p {
    font-size: 18px;
    color: #000000;
    overflow-wrap: break-word;
    hyphens: auto;
    word-wrap: break-word;
    line-height: 1.6;
    margin-top: 15px;
    flex-grow: 1;
    white-space: normal;
}.payment_plankBWTM .img_bannerBUsDm {
    overflow: hidden;
    transition: transform 0.6s ease;
    height: 200px;
    position: relative;
    width: 100%;
}.payment_plankBWTM .img_bannerBUsDm::after {
    left: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    content: "";
    top: 0;
    opacity: 0;
}.payment_plankBWTM .cost_matrixJsydn:hover .img_bannerBUsDm::after {
    opacity: 1;
}.payment_plankBWTM .cost_matrixJsydn:hover .img_bannerBUsDm {
    transform: scale(1.05);
}

@media (min-width: 992px) {.payment_plankBWTM .lesson_feesQKIGc {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.payment_plankBWTM .learning_costaIBVl {
    text-align: left;
    width: 30%;
    order: 0;
    margin: 0;
}.payment_plankBWTM .learning_costaIBVl h2 {
    display: block;
    text-align: left;
}.payment_plankBWTM .learning_costaIBVl h2::after {
    transform: none;
    left: 0;
}.payment_plankBWTM .skill_plansZGchO {
    margin: 0;
    text-align: left;
}.payment_plankBWTM .member_feesJtUAz {
    width: 70%;
}
}

@media (max-width: 991px) {.payment_plankBWTM {
    padding: 80px 0 60px;
}.payment_plankBWTM .member_feesJtUAz {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.payment_plankBWTM {
    padding: 60px 0 40px;
}.payment_plankBWTM .learning_costaIBVl {
    margin-bottom: 40px;
}.payment_plankBWTM .member_feesJtUAz {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.payment_plankBWTM .indv_subUCbAN {
    padding: 25px 20px;
}.payment_plankBWTM .indv_subUCbAN h3 {
    font-size: 18px;
}.payment_plankBWTM .pricing_offersNrPyE {
    font-size: calc(18px + 2px);
}.payment_plankBWTM .indv_subUCbAN p {
    font-size: calc(18px - 1px);
}.payment_plankBWTM .img_bannerBUsDm {
    height: 180px;
}
}

@media (max-width: 480px) {.payment_plankBWTM {
    padding: 50px 0 30px;
}.payment_plankBWTM .learning_costaIBVl h2 {
    font-size: calc(35px - 4px);
}.payment_plankBWTM .skill_plansZGchO {
    font-size: 18px;
}.payment_plankBWTM .indv_subUCbAN {
    padding: 20px 15px;
}.payment_plankBWTM .img_bannerBUsDm {
    height: 160px;
}}.course_candidatescnMoZ {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
}.course_candidatescnMoZ::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(207,203,185,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(184,158,132,0.5) 0%, transparent 40%);
    z-index: 1;
    content: '';
    top: 0;
    width: 100%;
    opacity: 0.15;
    left: 0;
    height: 100%;
}.course_candidatescnMoZ::after {
    width: 100%;
    background-size: 60px 60px;
    opacity: 0.05;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(207,203,185,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(184,158,132,0.5) 49%, transparent 51%);
    top: 0;
    content: '';
    height: 100%;
    z-index: 2;
}.course_candidatescnMoZ .founders_teamwgAFS {
    z-index: 10;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}.course_candidatescnMoZ h3 {
    font-size: 32px;
    display: inline-block;
    position: relative;
    padding: 0 20px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 70px;
}.course_candidatescnMoZ h3::before,
.course_candidatescnMoZ h3::after {
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132));
    transform: translateY(-50%);
    width: 40px;
    content: '';
    top: 50%;
    position: absolute;
    height: 2px;
}.course_candidatescnMoZ h3::before {
    left: -60px;
}.course_candidatescnMoZ h3::after {
    right: -60px;
}.course_candidatescnMoZ ul {
    list-style: none;
    gap: 40px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}.course_candidatescnMoZ ul li {
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    width: calc(33.333% - 27px);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 11px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    text-align: left;
    min-width: 280px;
    gap: 20px;
}.course_candidatescnMoZ ul li::before {
    position: absolute;
    opacity: 0;
    left: 0;
    height: 5px;
    top: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132));
    width: 100%;
    content: '';
}.course_candidatescnMoZ ul li::after {
    width: 100px;
    border-radius: 50%;
    transition: all 0.6s ease;
    opacity: 0.1;
    bottom: -50px;
    height: 100px;
    background: rgb(207,203,185,0.5);
    position: absolute;
    left: -50px;
    z-index: -1;
    content: '';
}.course_candidatescnMoZ ul li:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}.course_candidatescnMoZ ul li:hover::before {
    opacity: 1;
}.course_candidatescnMoZ ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}.course_candidatescnMoZ ul li svg {
    height: 50px;
    width: 50px;
    transition: all 0.5s ease;
    flex-shrink: 0;
    position: relative;
}.course_candidatescnMoZ ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.course_candidatescnMoZ ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(207,203,185);
}.course_candidatescnMoZ ul li:hover svg path {
    fill: rgb(184,158,132);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_candidatescnMoZ ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}.course_candidatescnMoZ ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_candidatescnMoZ ul li:nth-child(2) {
    animation-delay: 0.25s;
}.course_candidatescnMoZ ul li:nth-child(3) {
    animation-delay: 0.4s;
}.course_candidatescnMoZ ul li:nth-child(4) {
    animation-delay: 0.55s;
}.course_candidatescnMoZ ul li:nth-child(5) {
    animation-delay: 0.7s;
}.course_candidatescnMoZ ul li:nth-child(6) {
    animation-delay: 0.85s;
}.course_candidatescnMoZ ul li:nth-child(3n+1) {
    animation-delay: 0.1s, 2s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
}.course_candidatescnMoZ ul li:nth-child(3n+2) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
    animation-delay: 0.25s, 3s;
}.course_candidatescnMoZ ul li:nth-child(3n+3) {
    animation-delay: 0.4s, 4s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
}

@media (max-width: 992px) {.course_candidatescnMoZ {
    padding: 90px 0;
}.course_candidatescnMoZ h3 {
    margin-bottom: 60px;
}.course_candidatescnMoZ h3::before,
    .course_candidatescnMoZ h3::after {
    width: 30px;
}.course_candidatescnMoZ h3::before {
    left: -40px;
}.course_candidatescnMoZ h3::after {
    right: -40px;
}.course_candidatescnMoZ ul {
    gap: 30px;
}.course_candidatescnMoZ ul li {
    width: calc(50% - 15px);
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.course_candidatescnMoZ ul li {
    width: 100%;
    max-width: 400px;
}.course_candidatescnMoZ ul li:nth-child(3n+1),
    .course_candidatescnMoZ ul li:nth-child(3n+2),
    .course_candidatescnMoZ ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.course_candidatescnMoZ {
    padding: 70px 0;
}.course_candidatescnMoZ h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 50px;
}.course_candidatescnMoZ h3::before,
    .course_candidatescnMoZ h3::after {
    display: none;
}.course_candidatescnMoZ ul {
    gap: 25px;
}.course_candidatescnMoZ ul li {
    padding: 30px 20px;
}.course_candidatescnMoZ ul li svg {
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.course_candidatescnMoZ ul li {
    opacity: 1;
    animation: none;
}.course_candidatescnMoZ ul li:hover {
    transform: none;
}.course_candidatescnMoZ ul li:hover svg {
    transform: none;
}}.our_teamCEvPL {
    background-color: rgb(235,233,229);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our_teamCEvPL::before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(0deg, rgb(235,233,229) 20%, transparent 80%),
        linear-gradient(90deg, rgb(235,233,229) 10%, transparent 90%);
    z-index: 1;
    top: 0;
}.our_teamCEvPL::after {
    width: 100%;
    left: 0;
    opacity: 0.8;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(207,203,185,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(184,158,132,0.5) 0%, transparent 40%);
    height: 100%;
    filter: blur(50px);
    content: "";
    position: absolute;
    z-index: 1;
}.our_teamCEvPL .container {
    max-width: 1100px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.our_teamCEvPL h2 {
    margin-bottom: 80px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
    font-size: 40px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}.our_teamCEvPL h2::after {
    content: "";
    bottom: -20px;
    width: 60px;
    background: linear-gradient(90deg, rgb(207,203,185), rgb(184,158,132));
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    border-radius: 10px;
    position: absolute;
}.our_teamCEvPL .learn_zonesbYPI {
    width: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 40px;
}.our_teamCEvPL .learn_zonesbYPI::before {
    left: 50%;
    height: 100%;
    background: linear-gradient(to bottom, 
        transparent 0%,
        rgb(207,203,185,0.5) 10%, 
        rgb(207,203,185) 50%,
        rgb(184,158,132) 50%,
        rgb(184,158,132,0.5) 90%,
        transparent 100%);
    top: 0;
    content: "";
    width: 2px;
    position: absolute;
    z-index: 1;
}.our_teamCEvPL .expert_zonevyGZC {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 40px;
    border-radius: 19px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    width: 55%;
}.our_teamCEvPL .expert_zonevyGZC:nth-child(1) {
    transform: translateX(-40px);
    border-left: 4px solid rgb(207,203,185);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    align-self: flex-start;
}.our_teamCEvPL .expert_zonevyGZC:nth-child(2) {
    transform: translateX(40px);
    align-self: flex-end;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-right: 4px solid rgb(184,158,132);
}.our_teamCEvPL .expert_zonevyGZC::before {
    top: 50%;
    width: 20px;
    background: rgb(207,203,185);
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: 3;
    height: 20px;
}.our_teamCEvPL .expert_zonevyGZC:nth-child(1)::before {
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(207,203,185,0.5);
    right: -55px;
}.our_teamCEvPL .expert_zonevyGZC:nth-child(2)::before {
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(184,158,132,0.5);
    left: -55px;
    background: rgb(184,158,132);
}.our_teamCEvPL .expert_zonevyGZC::after {
    position: absolute;
    top: 50%;
    height: 2px;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 35px;
}.our_teamCEvPL .expert_zonevyGZC:nth-child(1)::after {
    right: -35px;
}.our_teamCEvPL .expert_zonevyGZC:nth-child(2)::after {
    left: -35px;
}.our_teamCEvPL .expert_zonevyGZC:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 4;
    transform: scale(1.03) translateY(-5px);
}.our_teamCEvPL .expert_zonevyGZC:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}.our_teamCEvPL .expert_zonevyGZC:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}.our_teamCEvPL .expert_zonevyGZC h3 {
    letter-spacing: 1px;
    position: relative;
    font-size: 24px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #000000;
}.our_teamCEvPL .expert_zonevyGZC h3::after {
    content: "";
    height: 2px;
    width: 40%;
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(207,203,185), transparent);
    bottom: 0;
}.our_teamCEvPL .expert_zonevyGZC:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(184,158,132), transparent);
}.our_teamCEvPL .expert_zonevyGZC:hover h3::after {
    width: 70%;
}.our_teamCEvPL .expert_zonevyGZC p {
    z-index: 2;
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    position: relative;
}.our_teamCEvPL .container::before,
.our_teamCEvPL .container::after {
    animation: floatAnim 15s linear infinite alternate;
    width: 250px;
    opacity: 0.2;
    height: 250px;
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    position: absolute;
    content: "";
    filter: blur(60px);
    z-index: 0;
    background: linear-gradient(45deg, rgb(207,203,185,0.5), transparent);
}.our_teamCEvPL .container::before {
    top: 10%;
    left: -150px;
}.our_teamCEvPL .container::after {
    bottom: 10%;
    background: linear-gradient(45deg, rgb(184,158,132,0.5), transparent);
    animation-delay: -5s;
    right: -150px;
}@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        border-radius: 60% 40% 40% 60% / 30% 70% 30% 70%;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
}

.our_teamCEvPL::before {
    width: 100%;
    background-size: 100px 100px;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(207,203,185,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(207,203,185,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(207,203,185,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(207,203,185,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(207,203,185,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(207,203,185,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(207,203,185,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(207,203,185,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(184,158,132,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(184,158,132,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(184,158,132,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(184,158,132,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(184,158,132,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(184,158,132,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(184,158,132,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(184,158,132,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(184,158,132,0.5) 10px, transparent 12px);
    background-position: center;
    z-index: 1;
    content: "";
}

@media screen and (max-width: 1200px) {.our_teamCEvPL .expert_zonevyGZC:nth-child(1) {
    transform: translateX(-20px);
}.our_teamCEvPL .expert_zonevyGZC:nth-child(2) {
    transform: translateX(20px);
}.our_teamCEvPL .expert_zonevyGZC:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-20px);
}.our_teamCEvPL .expert_zonevyGZC:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(20px);
}
}

@media screen and (max-width: 991px) {.our_teamCEvPL {
    padding: 100px 0;
}.our_teamCEvPL h2 {
    margin-bottom: 60px;
}.our_teamCEvPL .expert_zonevyGZC {
    width: 50%;
    padding: 30px;
}.our_teamCEvPL .expert_zonevyGZC:nth-child(1) {
    transform: translateX(-15px);
}.our_teamCEvPL .expert_zonevyGZC:nth-child(2) {
    transform: translateX(15px);
}.our_teamCEvPL .expert_zonevyGZC:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-15px);
}.our_teamCEvPL .expert_zonevyGZC:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(15px);
}
}

@media screen and (max-width: 768px) {.our_teamCEvPL {
    padding: 80px 0;
}.our_teamCEvPL h2 {
    font-size: calc(30px + 0.1rem);
    margin-bottom: 50px;
}.our_teamCEvPL .learn_zonesbYPI::before {
    left: 30px;
}.our_teamCEvPL .expert_zonevyGZC {
    width: 85%;
    padding: 25px;
    max-width: 500px;
    margin-left: auto;
}.our_teamCEvPL .expert_zonevyGZC:nth-child(1),
    .our_teamCEvPL .expert_zonevyGZC:nth-child(2) {
    transform: translateX(0);
    align-self: flex-end;
    margin-left: 60px;
    border-left: 4px solid rgb(207,203,185);
    border-right: none;
}.our_teamCEvPL .expert_zonevyGZC:nth-child(2) {
    border-left: 4px solid rgb(184,158,132);
}.our_teamCEvPL .expert_zonevyGZC:nth-child(1):hover,
    .our_teamCEvPL .expert_zonevyGZC:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px);
}.our_teamCEvPL .expert_zonevyGZC::before {
    left: -45px;
    right: auto;
}.our_teamCEvPL .expert_zonevyGZC::after {
    right: auto;
    left: -25px;
}
}

@media screen and (max-width: 576px) {.our_teamCEvPL {
    padding: 60px 0;
}.our_teamCEvPL h2 {
    margin-bottom: 40px;
    font-size: 30px;
}.our_teamCEvPL .learn_zonesbYPI {
    gap: 30px;
}.our_teamCEvPL .learn_zonesbYPI::before {
    left: 20px;
}.our_teamCEvPL .expert_zonevyGZC {
    width: 85%;
    padding: 20px;
    margin-left: 40px;
}.our_teamCEvPL .expert_zonevyGZC::before {
    height: 15px;
    left: -35px;
    width: 15px;
}.our_teamCEvPL .expert_zonevyGZC::after {
    width: 15px;
    left: -15px;
}.our_teamCEvPL .expert_zonevyGZC h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(18px + 0.1rem);
}.our_teamCEvPL .expert_zonevyGZC p {
    font-size: calc(14px - 0.05rem);
}}.learning_profitsQqTCD {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(235,233,229) 0%, rgb(207,203,185,0.5) 100%);
}.learning_profitsQqTCD::before {
    animation: rotateBackground 30s infinite linear;
    top: -50%;
    left: -50%;
    background: radial-gradient(
        ellipse at center,
        rgb(184,158,132,0.5) 0%,
        transparent 70%
    );
    width: 200%;
    z-index: 0;
    height: 200%;
    position: absolute;
    opacity: 0.4;
    content: "";
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.learning_profitsQqTCD::after {
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    opacity: 0.2;
    width: 100%;
    content: "";
    background: 
        linear-gradient(135deg, transparent 0%, rgb(184,158,132,0.5) 100%),
        linear-gradient(45deg, rgb(207,203,185,0.5) 0%, transparent 60%);
}.learning_profitsQqTCD .container {
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.learning_profitsQqTCD .founders_teamwgAFS {
    display: grid;
    gap: 50px;
    position: relative;
    position: relative;
    grid-template-columns: 1.2fr 1fr;
    border-radius: 20px;
}.learning_profitsQqTCD .founders_teamwgAFS::before {
    animation: borderGlow 8s infinite alternate;
    background: linear-gradient(
        -45deg,
        rgb(207,203,185) 0%,
        transparent 40%,
        transparent 60%,
        rgb(184,158,132) 100%
    );
    z-index: -1;
    inset: -2px;
    opacity: 0.6;
    content: "";
    border-radius: 22px;
    position: absolute;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
        filter: blur(3px);
    }
    100% {
        opacity: 0.6;
        filter: blur(1px);
    }
}

.learning_profitsQqTCD .founders_teamwgAFS::after {
    inset: 0;
    position: absolute;
    z-index: -1;
    backdrop-filter: blur(15px);
    content: "";
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(245, 245, 250, 0.9) 100%
    );
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
    border-radius: 20px;
}.learning_profitsQqTCD .text_box_wrapperjPtyx {
    padding: 40px;
    justify-content: center;
    order: 1;
    display: flex;
    flex-direction: column;
}.learning_profitsQqTCD .img_bannerBUsDm {
    border-radius: 0 20px 20px 0;
    height: 100%;
    transform: scale(1.05) translateX(-5%);
    position: relative;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    order: 2;
    z-index: 1;
    object-fit: cover;
    box-shadow: 
        20px 0 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.08);
}.learning_profitsQqTCD .img_bannerBUsDm:hover {
    transform: scale(1.08) translateX(-3%);
}.learning_profitsQqTCD h3 {
    position: relative;
    font-size: 31px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
}.learning_profitsQqTCD h3::before {
    left: -40px;
    background: rgb(207,203,185);
    top: 50%;
    width: 30px;
    height: 2px;
    transform: translateY(-50%);
    position: absolute;
    content: "";
}.learning_profitsQqTCD h3::after {
    position: absolute;
    width: 80px;
    bottom: -10px;
    left: 0;
    background: linear-gradient(
        to right, 
        rgb(184,158,132) 0%, 
        rgb(207,203,185) 50%,
        transparent 100%
    );
    height: 3px;
    content: "";
    border-radius: 10px;
}.learning_profitsQqTCD ul {
    padding: 0;
    flex-direction: column;
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
}.learning_profitsQqTCD li {
    border-radius: 12px;
    padding: 18px;
    position: relative;
    overflow: hidden;
    background: rgb(235,233,229);
    transition: all 0.4s ease;
}.learning_profitsQqTCD li::before {
    content: "";
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(207,203,185) 0%,
        rgb(184,158,132) 100%
    );
    position: absolute;
    transition: all 0.4s ease;
    width: 4px;
    height: 100%;
    top: 0;
    opacity: 0.7;
}.learning_profitsQqTCD li::after {
    z-index: -1;
    transition: all 0.4s ease;
    content: "";
    opacity: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(207,203,185,0.5) 0%,
        transparent 30%
    );
}.learning_profitsQqTCD li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(
        to right,
        rgb(235,233,229) 0%,
        #ffffff 100%
    );
    transform: translateX(5px);
}.learning_profitsQqTCD li:hover::before {
    width: 6px;
}.learning_profitsQqTCD li:hover::after {
    opacity: 0.3;
}.learning_profitsQqTCD li p {
    align-items: center;
    z-index: 2;
    position: relative;
    font-size: 14px;
    margin: 0;
    color: #000000;
    display: flex;
    gap: 15px;
}.learning_profitsQqTCD svg {
    border-radius: 50%;
    transition: all 0.5s ease;
    position: relative;
    height: 24px;
    background: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    width: 24px;
    padding: 4px;
}.learning_profitsQqTCD svg path {
    fill: rgb(207,203,185);
    transition: all 0.5s ease;
}.learning_profitsQqTCD li:hover svg {
    transform: scale(1.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}.learning_profitsQqTCD li:hover svg path {
    fill: rgb(184,158,132);
}

@media (max-width: 992px) {.learning_profitsQqTCD {
    padding: 80px 0;
}.learning_profitsQqTCD .founders_teamwgAFS {
    gap: 30px;
}.learning_profitsQqTCD .text_box_wrapperjPtyx {
    padding: 30px;
}
}

@media (max-width: 768px) {.learning_profitsQqTCD .founders_teamwgAFS {
    grid-template-columns: 1fr;
    gap: 40px;
}.learning_profitsQqTCD .img_bannerBUsDm {
    max-height: 350px;
    border-radius: 20px 20px 0 0;
    width: 100%;
    transform: scale(1);
    order: 1;
}.learning_profitsQqTCD .text_box_wrapperjPtyx {
    order: 2;
    padding: 30px;
}.learning_profitsQqTCD h3::before {
    left: -30px;
    width: 20px;
}
}

@media (max-width: 576px) {.learning_profitsQqTCD {
    padding: 60px 0;
}.learning_profitsQqTCD .founders_teamwgAFS {
    gap: 30px;
}.learning_profitsQqTCD .img_bannerBUsDm {
    max-height: 250px;
}.learning_profitsQqTCD .text_box_wrapperjPtyx {
    padding: 25px 20px;
}.learning_profitsQqTCD h3 {
    margin-bottom: 25px;
    font-size: 18px;
}.learning_profitsQqTCD h3::before {
    display: none;
}.learning_profitsQqTCD li {
    padding: 15px;
}.learning_profitsQqTCD li p {
    font-size: 14px;
    gap: 12px;
}.learning_profitsQqTCD svg {
    height: 22px;
    padding: 3px;
    width: 22px;
}}.title_greetingpMCyZ {
    padding: 2rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
    justify-content: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 100vh;
}.title_greetingpMCyZ::before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(207,203,185,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(184,158,132,0.5), 0.08) 0%, transparent 50%);
    left: 0;
    top: 0;
}.title_greetingpMCyZ::after {
    background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 10px, rgba(rgb(207,203,185,0.5), 0.01) 10px, rgba(rgb(207,203,185,0.5), 0.01) 20px);
    pointer-events: none;
    left: 0;
    z-index: 2;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}.title_greetingpMCyZ .fast_eduxObQD {
    width: 100%;
    max-width: 1200px;
    display: grid;
    transform: translateZ(0);
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 3;
}.title_greetingpMCyZ .fast_eduxObQD > div:first-child {
    padding: 2rem;
    position: relative;
    transform: translateY(0);
    box-shadow: 
    12px 12px 24px rgba(rgba(0, 0, 0, 0.5), 0.08),
    -12px -12px 24px rgba(#ffffff, 0.8),
    inset 1px 1px 2px rgba(#ffffff, 0.5),
    inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform;
    background: rgba(255, 255, 255, 0.85);
}.title_greetingpMCyZ .fast_eduxObQD > div:first-child:hover {
    transform: translateY(-8px);
}.title_greetingpMCyZ .fast_eduxObQD > div:first-child h3 {
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: rgb(207,203,185);
    text-align: left;
    font-size: calc(22px * 1.1);
    z-index: 5;
    line-height: 1.5;
    margin: 0;
}.title_greetingpMCyZ .fast_eduxObQD > div:first-child::before {
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(207,203,185), rgb(184,158,132));
    width: 4px;
    top: 0;
    z-index: 4;
    position: absolute;
    content: "";
}.title_greetingpMCyZ .study_tracksUFsng {
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    padding: 3rem;
    box-shadow: 
    16px 16px 32px rgba(rgba(0, 0, 0, 0.5), 0.06),
    -16px -16px 32px rgba(#ffffff, 0.8),
    inset 2px 2px 4px rgba(#ffffff, 0.5),
    inset -2px -2px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
    backdrop-filter: blur(5px);
}.title_greetingpMCyZ .study_tracksUFsng:hover {
    transform: perspective(1000px) rotateX(2deg);
}.title_greetingpMCyZ .study_tracksUFsng h1 {
    font-weight: 700;
    margin-bottom: 2rem;
    z-index: 5;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
    color: rgb(207,203,185);
    letter-spacing: -0.5px;
    font-size: 45px;
}.title_greetingpMCyZ .study_tracksUFsng h1::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(207,203,185), transparent);
    transition: transform 0.5s ease-out;
    transform-origin: left center;
    height: 4px;
    width: 80px;
    transform: scaleX(1);
    left: 0;
    bottom: -15px;
}.title_greetingpMCyZ .study_tracksUFsng:hover h1::after {
    transform: scaleX(1.5);
}.title_greetingpMCyZ .study_tracksUFsng div {
    position: relative;
    min-height: 200px;
    will-change: transform;
    transition: transform 0.4s ease-out;
    box-shadow: 
    8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
    -8px -8px 16px rgba(#ffffff, 0.9),
    inset 1px 1px 2px rgba(#ffffff, 0.3),
    inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
}.title_greetingpMCyZ .study_tracksUFsng div::before {
    top: 0;
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, 
    rgba(rgb(207,203,185,0.5), 0.4),
    rgba(rgb(207,203,185,0.5), 0.1));
    height: 100%;
    opacity: 0.85;
    z-index: 1;
}.title_greetingpMCyZ .study_tracksUFsng div:hover::before {
    opacity: 0.7;
}.title_greetingpMCyZ .study_tracksUFsng p {
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.2);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2rem;
    margin: 0;
    width: 100%;
    left: 0;
    font-weight: 400;
    background: linear-gradient(to top, rgba(rgba(0, 0, 0, 0.5), 0.7), transparent);
    bottom: 0;
    color: #ffffff;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    z-index: 2;
    font-size: calc(15px * 1.1);
    transform: translateY(0);
    position: absolute;
}.title_greetingpMCyZ .study_tracksUFsng div:hover p {
    transform: translateY(-5px);
}

@media (min-width: 768px) {.title_greetingpMCyZ {
    padding: 4rem;
}.title_greetingpMCyZ .fast_eduxObQD {
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
}.title_greetingpMCyZ .fast_eduxObQD > div:first-child {
    align-self: center;
    padding: 3rem;
}.title_greetingpMCyZ .fast_eduxObQD > div:first-child h3 {
    font-size: 22px;
}.title_greetingpMCyZ .study_tracksUFsng {
    padding: 4rem;
}.title_greetingpMCyZ .study_tracksUFsng div {
    min-height: 300px;
}
}

@media (min-width: 992px) {.title_greetingpMCyZ .fast_eduxObQD > div:first-child {
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(0);
}.title_greetingpMCyZ .fast_eduxObQD > div:first-child:hover {
    transform: translateX(10px);
}.title_greetingpMCyZ .study_tracksUFsng h1 {
    font-size: calc(45px * 1.2);
}.title_greetingpMCyZ .study_tracksUFsng div {
    min-height: 350px;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}.title_greetingpMCyZ .study_tracksUFsng div:hover {
    transform: perspective(1000px) rotateY(-2deg);
}.title_greetingpMCyZ .study_tracksUFsng p {
    font-size: calc(15px * 1.2);
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.title_greetingpMCyZ {
    padding: 1.5rem;
}.title_greetingpMCyZ .fast_eduxObQD > div:first-child {
    padding: 1.5rem;
}.title_greetingpMCyZ .fast_eduxObQD > div:first-child h3 {
    font-size: calc(17px * 1.2);
}.title_greetingpMCyZ .study_tracksUFsng {
    padding: 2rem;
}.title_greetingpMCyZ .study_tracksUFsng h1 {
    margin-bottom: 1.5rem;
    font-size: calc(36px);
}.title_greetingpMCyZ .study_tracksUFsng div {
    min-height: 180px;
}.title_greetingpMCyZ .study_tracksUFsng p {
    font-size: 15px;
    padding: 1.5rem;
}
}

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

@media (prefers-reduced-motion: no-preference) {.title_greetingpMCyZ .fast_eduxObQD {
    animation: float 6s ease-in-out infinite;
}.title_greetingpMCyZ .fast_eduxObQD > div:first-child {
    animation: float 8s ease-in-out infinite;
}.title_greetingpMCyZ .study_tracksUFsng h1 {
    transition: text-shadow 0.3s ease;
}.title_greetingpMCyZ .study_tracksUFsng:hover h1 {
    text-shadow: 2px 2px 4px rgba(rgb(207,203,185,0.5), 0.2);
}
}

@supports (backdrop-filter: blur(10px)) {.title_greetingpMCyZ .study_tracksUFsng {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}.title_greetingpMCyZ .fast_eduxObQD > div:first-child {
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.75);
}}.program_detailsUWNZu {
    overflow: hidden;
    padding: 100px 0;
    background-color: #000000;
    position: relative;
}.program_detailsUWNZu::before {
    background: 
        radial-gradient(circle at 30% 20%, rgb(207,203,185,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(184,158,132,0.5) 0%, transparent 40%);
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}.program_detailsUWNZu::after {
    top: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
}.program_detailsUWNZu .container {
    position: relative;
    z-index: 2;
}.program_detailsUWNZu .new_skillsquvkG {
    grid-template-rows: auto 1fr;
    gap: 30px;
    display: grid;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    min-height: 500px;
    grid-template-columns: 1fr 1fr;
}.program_detailsUWNZu .text_box_wrapperjPtyx {
    display: contents;
}.program_detailsUWNZu .text_box_wrapperjPtyx h2 {
    margin: 0;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    grid-area: title;
    font-weight: 700;
    backdrop-filter: blur(5px);
    border-radius: 14px;
    align-self: center;
    border-left: 3px solid rgb(207,203,185);
    padding: 30px;
    font-size: 28px;
    animation: slide-in 0.8s forwards 0.2s;
    opacity: 0;
    transform: translateX(-30px);
}.program_detailsUWNZu .text_box_wrapperjPtyx .description:nth-of-type(1) {
    transform: translateY(30px);
    grid-area: desc1;
    animation: fade-up 0.8s forwards 0.4s;
    opacity: 0;
}.program_detailsUWNZu .text_box_wrapperjPtyx .description:nth-of-type(2) {
    grid-area: desc2;
    transform: translateY(30px);
    animation: fade-up 0.8s forwards 0.6s;
    opacity: 0;
}.program_detailsUWNZu .text_box_wrapperjPtyx .description {
    font-size: 15px;
    padding: 25px;
    margin: 0;
    backdrop-filter: blur(5px);
    border-radius: 14px;
    color: #000000;
    border-top: 3px solid rgb(184,158,132);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    line-height: 1.8;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
}.program_detailsUWNZu .text_box_wrapperjPtyx .description::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    content: "";
}.program_detailsUWNZu .img_bannerBUsDm {
    grid-area: image;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-radius: 14px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}.program_detailsUWNZu .img_bannerBUsDm::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}

@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (max-width: 991px) {.program_detailsUWNZu {
    padding: 80px 0;
}.program_detailsUWNZu .new_skillsquvkG {
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
    min-height: auto;
}.program_detailsUWNZu .img_bannerBUsDm {
    height: 400px;
}
}

@media (max-width: 767px) {.program_detailsUWNZu {
    padding: 60px 0;
}.program_detailsUWNZu .new_skillsquvkG {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
}.program_detailsUWNZu .img_bannerBUsDm {
    height: 350px;
}.program_detailsUWNZu .text_box_wrapperjPtyx h2 {
    font-size: calc(28px * 0.9);
    padding: 20px;
}.program_detailsUWNZu .text_box_wrapperjPtyx .description {
    padding: 20px;
}

}

@media (max-width: 480px) {.program_detailsUWNZu {
    padding: 40px 0;
}.program_detailsUWNZu .img_bannerBUsDm {
    height: 250px;
}.program_detailsUWNZu .text_box_wrapperjPtyx h2 {
    font-size: calc(28px * 0.8);
    padding: 15px;
}.program_detailsUWNZu .text_box_wrapperjPtyx .description {
    font-size: calc(15px * 0.95);
    padding: 15px;
}.program_detailsUWNZu .tech-element {
    display: none;
}
}