﻿.expwrapper-section {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

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

.expsite_head {
    flex: 1 0 auto;
}

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

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

header,footer {
    width: 100%;
}

header {
    transition: all 0.5s ease;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    z-index: 100;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: fixed;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.expprogram_structure::after {
    height: 200%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 90%);
    left: -50%;
    position: absolute;
    top: -50%;
    opacity: 0.4;
    content: "";
    animation: rotateBg 60s linear infinite;
    width: 200%;
    z-index: 1;
}

.expprogram_structure .container {
    z-index: 3;
    position: relative;
}

.expprogram_structure .explearning_track {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 500px;
}

.expprogram_structure .expfull_image::before {
    opacity: 0.85;
    content: "";
    bottom: 0;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(209,198,212,0.5) 100%
    );
    transition: opacity 0.5s ease;
    z-index: 2;
}

.expprogram_structure .explearning_track:hover .expfull_image {
    transform: scale(1.03);
}

.expprogram_structure .explearning_track:hover .expfull_image::before {
    opacity: 0.6;
}

.expprogram_structure .expmain_page {
    justify-content: center;
    top: -30px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(174,161,179,0.5);
    display: flex;
    align-items: center;
    background: #ffffff;
    height: 110px;
    right: 10%;
    width: 110px;
    z-index: 5;
    animation: floatLogo 6s ease-in-out infinite;
    perspective: 1000px;
    position: absolute;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
    transform-style: preserve-3d;
}

.expprogram_structure .expmain_page svg {
    height: 60%;
    transform-style: preserve-3d;
    fill: rgb(209,198,212);
    width: 60%;
    transform: translateZ(20px);
    transition: all 0.4s ease;
}

.expprogram_structure .expmain_page:hover svg path {
    stroke: rgb(209,198,212);
    stroke-width: 1;
}

.expprogram_structure .explearn_path h3::after {
    position: absolute;
    background: rgb(209,198,212);
    left: 25px;
    bottom: -10px;
    width: 40px;
    content: "";
    z-index: 1;
    height: 4px;
    border-radius: 10px;
}

.expprogram_structure .explearn_path p {
    backdrop-filter: blur(5px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    font-weight: 400;
    margin: 0 auto;
    padding: 25px 30px;
    font-size: 17px;
    position: relative;
    border-radius: 26px;
    max-width: 600px;
    color: #ffffff;
    text-shadow: 0 1px 3px #000000;
    line-height: 1.8;
}

.exptariff_package {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(238,234,239), #ffffff);
    overflow: hidden;
}

.exptariff_package .container {
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 2;
    padding: 0 15px;
}

.exptariff_package .exprate_panel {
    opacity: 0;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transform: translateY(20px);
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.2s;
    order: 1;
}

.exptariff_package .exprate_panel .exppay_options {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 80%;
}

.exptariff_package .expprogram_price {
    grid-template-columns: 1fr;
    gap: 2rem;
    order: 2;
    display: grid;
}

.exptariff_package .expcert_fees:nth-child(1) {
    --i: 1;
}

.exptariff_package .expcert_fees:nth-child(2) {
    --i: 2;
}

.exptariff_package .expcert_fees:nth-child(3) {
    --i: 3;
}

.exptariff_package .expcert_fees:nth-child(4) {
    --i: 4;
}

.exptariff_package .expcert_fees:hover {
    transform: translateY(-5px) scale(1.02);
}

.exptariff_package .expcert_fees:hover .expvalue_deals {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.exptariff_package .expfee_pricing {
    position: relative;
    z-index: 1;
    padding: 2.5rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.exptariff_package .expcert_fees:hover .expfee_pricing::before {
    transform: translate(0, 0);
    opacity: 0.7;
}

.exptariff_package .expcert_fees h3 {
    font-size: calc(18px + 0.2rem);
    color: #000000;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    position: relative;
    font-weight: 700;
}

.exptariff_package .exprate_list {
    color: rgb(209,198,212);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(17px + 0.8rem);
    display: inline-block;
}

.exptariff_package .expcert_fees:hover .exprate_list::before {
    width: 80px;
}

.exptariff_package .expfull_image {
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.exptariff_package .expfull_image::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    inset: 0;
    position: absolute;
}

.expleadership_profile::before {
    height: 100%;
    content: "";
    position: absolute;
    animation: ambientLight 20s ease-in-out infinite alternate;
    top: 0;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(209,198,212,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(174,161,179,0.5) 0%, transparent 25%);
    filter: blur(60px);
}

.expleadership_profile .expreviews_hub:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(174,161,179,0.5),
        inset 0 0 50px rgb(209,198,212,0.5);
    transform: rotateX(0) rotateY(0);
}

.expleadership_profile .expfull_image {
    top: -90px;
    position: absolute;
    left: 50%;
    border: 3px solid #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(209,198,212,0.5);
    transform: translateX(-50%) translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 50%;
    height: 180px;
    width: 180px;
}

.expleadership_profile .expreviews_hub span:not(.name) {
    text-align: center;
    width: 100%;
    color: rgb(174,161,179);
    transform: translateZ(15px);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    margin-top: 0.5rem;
    letter-spacing: 2px;
}

.expleadership_profile .expexperience_summary::before {
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(209,198,212,0.5) 0%, transparent 70%);
    content: "";
    height: 100%;
    mix-blend-mode: overlay;
    border-radius: 10px;
    opacity: 0.1;
    left: 0;
    width: 100%;
}

.expleadership_profile .expreviews_hub:hover .expexperience_summary {
    transform: translateZ(25px);
}

.expjoin_our_mailing_list::before {
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(45deg, rgba(255,255,255,0.03), rgba(255,255,255,0.03) 2px, transparent 2px, transparent 8px);
    height: 100%;
    top: 0;
    width: 100%;
}

.expjoin_our_mailing_list .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.expjoin_our_mailing_list .explearning_track {
    gap: 2rem;
    display: flex;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    padding: 2rem;
    justify-content: center;
    position: relative;
}

.expjoin_our_mailing_list h4 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: translateY(0);
    font-weight: 600;
    position: relative;
    color: #ffffff;
    z-index: 2;
    max-width: 800px;
    margin: 0;
    text-align: center;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    line-height: 1.4;
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
}

.expjoin_our_mailing_list .input_holder {
    max-width: 600px;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    width: 100%;
    display: flex;
    gap: 1rem;
    z-index: 3;
}

.expjoin_our_mailing_list input[type="email"]:focus {
    background: rgba(255,255,255,0.15);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    outline: none;
    border-color: #ffffff;
}

.expjoin_our_mailing_list input[type="email"]::placeholder {
    opacity: 1;
    color: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease;
}

.expjoin_our_mailing_list input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.expjoin_our_mailing_list .expsub_deal::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    content: "";
    transition: all 0.5s ease;
    top: 0;
    height: 100%;
}

.expjoin_our_mailing_list .expsub_deal:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    background: #ffffff;
    color: rgb(209,198,212);
}

.expcontact_box {
    z-index: 1;
    display: flex;
    padding: 0;
    min-height: 650px;
    position: relative;
    align-items: center;
}

.expcontact_box .container {
    max-width: 1280px;
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.expcontact_box .exphelp_help {
    padding: 40px 20px 120px;
    background-color: transparent;
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    justify-content: center;
}

.expcontact_box .exphelp_help h3::after {
    position: absolute;
    transform: translateX(-50%);
    background-color: rgb(174,161,179);
    content: '';
    bottom: 0;
    left: 50%;
    height: 3px;
    width: 60px;
}

.expcontact_box .exphelp_help div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}

.expcontact_box .exphelp_help div svg {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}

.expcontact_box .exphelp_help div svg path {
    fill: rgb(174,161,179);
}

.expcontact_box .exphelp_help div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}

.expcontact_box .expconnect_feedback {
    z-index: 2;
    padding: 40px 30px;
    max-width: 550px;
    border-radius: 13px;
    position: relative;
    transform: translateY(50px);
    margin: 0 auto;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}

.expcontact_box .expconnect_feedback h3 {
    text-align: center;
    color: rgb(209,198,212);
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 24px;
}

.expcontact_box .expconnect_feedback input[type="text"]:focus,
.expcontact_box .expconnect_feedback input[type="email"]:focus {
    border-color: rgb(174,161,179);
    box-shadow: 0 0 0 3px rgb(174,161,179,0.5);
    outline: none;
}

.expcontact_box .expconnect_feedback input::placeholder {
    color: #000000;
    opacity: 0.6;
}

.expcontact_box .expconnect_feedback .expsupport_box {
    align-items: flex-start;
    display: flex;
    flex: 1 0 100%;
    margin-top: 5px;
}

.expcontact_box .expconnect_feedback .expsupport_box input[type="checkbox"]:checked {
    background-color: rgb(174,161,179);
    border-color: rgb(174,161,179);
}

.expcontact_box .expconnect_feedback .expsupport_box input[type="checkbox"]:checked::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '✓';
    font-size: 12px;
    position: absolute;
    color: #ffffff;
}

.expcontact_box .expconnect_feedback .expsupport_box label a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(174,161,179);
}

.expcontact_box .expconnect_feedback .expsupport_list:hover {
    box-shadow: 0 8px 25px rgb(209,198,212,0.5);
    transform: translateY(-3px);
}

.expgreeting_page {
    overflow: hidden;
    padding: 6rem 1rem;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(240,242,245,0.9) 100%);
    position: relative;
    z-index: 1;
}

.expgreeting_page::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(94,170,168,0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(94,170,168,0.08) 0%, transparent 60%);
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}

.expgreeting_page h1::after {
    position: absolute;
    content: "";
    bottom: -10px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(209,198,212), transparent);
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
}

.expgreeting_page .explearning_track {
    margin: 0 auto;
    z-index: 2;
    flex-direction: column;
    display: flex;
    position: relative;
    max-width: 1400px;
    gap: 2rem;
}

.expgreeting_page ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.expgreeting_page li {
    margin-bottom: 2rem;
}

.expgreeting_page li:last-child {
    margin-bottom: 0;
}

.expgreeting_page .expcourse_hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.expgreeting_page svg {
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100px;
    width: 100px;
    margin-bottom: 1.5rem;
}

.expgreeting_page svg text {
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.expgreeting_page .expsupport_list {
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    font-weight: 600;
    z-index: 1;
    font-size: 19px;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2), 0 6px 6px rgba(94,170,168,0.1);
    display: inline-block;
    background: linear-gradient(135deg, rgb(209,198,212) 0%, rgb(174,161,179) 100%);
    position: relative;
    padding: 1rem 2rem;
    transition: all 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
}

.expgreeting_page .expsupport_list:hover::before {
    left: 100%;
}

.expgreeting_page .expfull_image::after {
    background: linear-gradient(0deg, rgba(94,170,168,0.3) 0%, transparent 50%);
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
}

.expprivacy_gate {
    background: #ffffff;
    max-width: 1100px;
    font-family: Arial, sans-serif;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
    position: relative;
    color: #000000;
}

.expprivacy_gate::after {
    height: 300px;
    bottom: -100px;
    left: -100px;
    width: 300px;
}

.expprivacy_gate h2 {
    margin-top: 30px;
    color: rgb(174,161,179);
    margin-bottom: 20px;
    font-size: 33px;
    border-left: 8px double rgb(174,161,179);
    position: relative;
    font-weight: 600;
    padding-left: 20px;
}

.expprivacy_gate ul {
    padding-left: 20px;
    list-style: none;
    margin: 20px 0;
    border: 1px solid rgb(174,161,179,0.5);
    border-radius: 10px;
    background: rgb(174,161,179,0.5);
}

.expprivacy_gate ul li::before {
    top: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    color: rgb(209,198,212);
    font-size: 1.5em;
    content: '•';
}

.expprivacy_gate h3, .expprivacy_gate h4, .expprivacy_gate h5, .expprivacy_gate h6 {
    border-left: 5px solid rgb(209,198,212);
    color: rgb(209,198,212);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 22px;
    padding-left: 15px;
    position: relative;
}

.expcookiePolicyContainer {
    display: flex;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    align-items: center;
    padding: 1rem 0;
    position: fixed;
    z-index: 90;
    bottom: 0;
    border-top: 3px solid rgb(209,198,212);
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    background: rgb(238,234,239);
}

.expcookies_consent {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    flex-shrink: 0;
}

.expcookies_consent svg {
    height: 50px;
    width: 50px;
    fill: rgb(209,198,212);
}

.expdata_guard h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: rgb(209,198,212);
}

.cookie_button.expcookies_tracking {
    background: rgb(209,198,212);
}

.cookie_button.expcookies_terms {
    background: #000000;
    margin-left: 0.5rem;
}

.expedu_cookie:hover {
    transform: translateY(-3px);
    background: #000000;
}

.cookie_button.expcookies_terms:hover {
    background: rgb(209,198,212);
}

.expcookiePolicyContainer p a:hover {
    color: #000000;
}

.expfaq_block::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.15;
    z-index: 1;
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(209,198,212,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(174,161,179,0.5) 0%, transparent 30%);
}

.expfaq_block .container {
    position: relative;
    z-index: 3;
}

.expfaq_block .expcert_block {
    flex-direction: column;
    display: flex;
    position: relative;
}

.expfaq_block .expcontact_list::before {
    border-radius: 13px;
    z-index: -1;
    background: linear-gradient(135deg, transparent 20%, rgb(209,198,212,0.5) 140%);
    top: 0;
    left: 0;
    opacity: 0.08;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

.expfaq_block .info_item {
    min-width: 200px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: 300px;
    position: relative;
    flex: 1;
}

.expfaq_block .info_item p,
.expfaq_block .info_item a {
    gap: 0.875rem;
    color: #000000;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    font-size: 17px;
    border-radius: 10px;
    padding: 0.5rem;
    display: flex;
}

.expfaq_block .info_item svg {
    transition: transform 0.3s ease;
    height: 22px;
    fill: rgb(209,198,212);
    width: 22px;
}

.expfaq_block .expmain_page {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.expfaq_block .expmain_page svg {
    max-width: 180px;
    height: auto;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
}

.expfaq_block .expnav_class {
    position: relative;
    display: flex;
    flex-direction: column;
}

.expfaq_block .expnav_class::after {
    top: 0;
    content: '';
    bottom: 0;
    position: absolute;
    right: -2rem;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(174,161,179,0.5) 30%, rgb(174,161,179,0.5) 70%, transparent);
}

.expfaq_block .expnav_class h5::after {
    left: 0;
    bottom: 0;
    height: 2px;
    width: 60px;
    background: linear-gradient(to right, rgb(209,198,212), transparent);
    position: absolute;
    content: '';
}

.expfaq_block .exphead_edu:first-child {
    margin-bottom: 2rem;
}

.expfaq_block .exphead_edu a::before {
    left: 0;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
    height: 1px;
    content: '';
    width: 0;
    background-color: rgb(209,198,212);
}

.expfaq_block .exphead_edu a:hover::before {
    width: 20px;
}

.expfaq_block .subscribe_holder {
    flex-direction: column;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    border-radius: 13px;
    display: flex;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    gap: 1.5rem;
    padding: 2rem;
}

.expfaq_block .subscribe_holder::after {
    height: 150px;
    width: 150px;
    z-index: -1;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgb(209,198,212,0.5) 0%, transparent 70%);
    animation: pulseGlow 6s infinite alternate;
    opacity: 0.3;
    position: absolute;
    content: '';
}

.expfaq_block .subscribe_holder p {
    margin-bottom: 0.5rem;
    opacity: 0.9;
    line-height: 1.6;
    font-size: 17px;
}

.expfaq_block .input_holder {
    margin-top: 0.5rem;
    position: relative;
    gap: 1rem;
    flex-direction: column;
    display: flex;
}



.expfaq_block .input_holder input[type="email"] {
    font-size: 17px;
    padding: 1.125rem 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.expfaq_block .input_holder input[type="email"]:focus {
    border-color: rgb(209,198,212,0.5);
    outline: none;
    box-shadow: 0 0 0 3px rgb(209,198,212,0.5);
    background-color: rgba(255, 255, 255, 0.15);
}

.expfaq_block .expsub_deal::before {
    z-index: -1;
    position: absolute;
    transition: left 0.7s ease;
    width: 100%;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: '';
}

.expfaq_block .expsub_deal::after {
    height: 100%;
    background: rgb(174,161,179);
    position: absolute;
    width: 100%;
    content: '';
    transition: opacity 0.3s ease;
    top: 0;
    opacity: 0;
    left: 0;
    z-index: -2;
}

.expfaq_block .expcitation::before {
    height: 1px;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(174,161,179,0.5), transparent);
    left: 20%;
    width: 60%;
    position: absolute;
    content: '';
}

.expstatistics_information::before {
    pointer-events: none;
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    height: 200%;
    left: -10%;
    z-index: 0;
    top: -50%;
    background: radial-gradient(circle at top right, rgb(174,161,179,0.5) 5%, transparent 60%);
    width: 120%;
}

.expstatistics_information h4::after {
    width: 80px;
    bottom: -12px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(209,198,212), rgb(174,161,179));
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.expstatistics_information .expclass_gains {
    padding: 2rem 1.5rem;
    animation: statEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(5px);
    animation-delay: calc(0.15s * var(--i, 0));
    opacity: 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.03);
    border-left: 3px solid rgb(209,198,212);
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease,
                border-left-color 0.3s ease;
}

.expstatistics_information .expclass_gains:hover {
    border-left-color: rgb(174,161,179);
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.expstatistics_information .expclass_gains:hover::before {
    opacity: 0.6;
}

.expstatistics_information .expclass_gains p {
    transform: translateX(-5px);
    animation: countUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    font-weight: 700;
    font-size: 3.5rem;
    opacity: 0;
    background-clip: text;
    background: linear-gradient(90deg, rgb(209,198,212), rgb(174,161,179));
    margin: 0 0 0.5rem;
    -webkit-background-clip: text;
    color: rgb(209,198,212);
    animation-delay: calc(0.3s + 0.15s * var(--i, 0));
    color: transparent;
    line-height: 1;
}

.expstatistics_information .expclass_gains:hover span::after {
    width: 100%;
}

.expour_background {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
    background: rgb(174,161,179,0.5);
    position: relative;
}

.expour_background::before {
    height: 100%;
    top: 0;
    background: 
        linear-gradient(217deg, rgb(209,198,212,0.5), transparent 70%),
        linear-gradient(127deg, rgb(174,161,179,0.5), transparent 70%);
    left: 0;
    opacity: 0.2;
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
}



.expour_background h3::before {
    content: "";
    height: 3px;
    position: absolute;
    left: -30px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(209,198,212);
    width: 20px;
}



.expour_background .expclass_space span {
    font-weight: 600;
    color: rgb(209,198,212);
    margin-bottom: 10px;
    position: relative;
    font-size: 24px;
    display: block;
    grid-column: 1 / 3;
}

.expour_background .expclass_space p {
    padding-right: 20px;
    opacity: 0.9;
    line-height: 1.8;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
}

.expour_background .expclass_space .expfull_image:hover {
    transform: scale(1.05);
}

.expour_background .expclass_space .expfull_image::before {
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(209,198,212,0.5), transparent);
    content: "";
}



.expour_background .exponline_mastery p {
    color: #ffffff;
    line-height: 1.8;
    padding-left: 20px;
    grid-column: 2 / 3;
    font-size: 18px;
    opacity: 0.9;
    margin: 0;
}

.expour_background .exponline_mastery .expexpert_learning:hover {
    transform: scale(1.05);
}

.expour_background .exponline_mastery .expexpert_learning::before {
    opacity: 0.3;
    content: "";
    left: 0;
    background: linear-gradient(to left, rgb(174,161,179,0.5), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.expour_background .explearning_track::after {
    background: linear-gradient(to left, rgb(174,161,179), transparent);
    right: 0;
    width: 40%;
    bottom: -20px;
    content: "";
    position: absolute;
    height: 1px;
}

.expour_background .container::after {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -150px;
    bottom: -150px;
    border: 1px solid rgb(174,161,179,0.5);
    border-radius: 50%;
    animation: rotate 40s linear infinite reverse;
    z-index: -1;
    content: "";
}

.expteaching_process {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(209,198,212,0.5), rgb(174,161,179,0.5), rgb(238,234,239));
}

.expteaching_process::after {
    top: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0.3;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(209,198,212,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 60%, rgb(174,161,179,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
}

.expteaching_process h2 {
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 3rem;
    transform: translateZ(20px);
    text-align: left;
    position: relative;
    color: #000000;
    display: inline-block;
}

.expteaching_process .explearning_track:hover h2::after {
    transform: scaleX(1);
}

.expteaching_process .expword_wrapper {
    transform: translateZ(10px);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border-left: 4px solid rgb(209,198,212);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.15),
        0 3px 10px -5px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.expteaching_process .expword_wrapper:hover {
    box-shadow: 
        0 15px 35px -20px rgba(0, 0, 0, 0.2),
        0 5px 15px -10px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}

.expcourse_candidates {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(238,234,239) 0%, #ffffff 100%);
}

.expcourse_candidates::after {
    width: 50%;
    background: rgb(174,161,179,0.5);
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    opacity: 0.1;
    height: 100%;
    z-index: 1;
}

.expcourse_candidates .explearning_track {
    position: relative;
}

.expcourse_candidates h4::after {
    position: absolute;
    bottom: -10px;
    width: 60%;
    content: "";
    background: linear-gradient(90deg, rgb(174,161,179), transparent);
    height: 1px;
    left: 0;
}

.expcourse_candidates div > div {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 60px;
}

.expcourse_candidates p {
    background: #ffffff;
    font-size: 14px;
    align-items: center;
    border-radius: 10px;
    display: flex;
    z-index: 2;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    color: #000000;
    margin-left: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    padding: 20px 25px;
}

.expcourse_candidates p::after {
    border-radius: 50%;
    z-index: 3;
    transform: translateY(-50%);
    top: 50%;
    left: -42px;
    width: 16px;
    background: #ffffff;
    content: "";
    border: 3px solid rgb(209,198,212);
    transition: all 0.3s ease;
    position: absolute;
    height: 16px;
}

.expcourse_candidates p:nth-child(even)::after {
    border-color: rgb(174,161,179);
}

.expcourse_candidates p svg {
    transition: all 0.3s ease;
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
}

.expcourse_candidates p:nth-child(even) svg path {
    fill: rgb(174,161,179);
}

.expcourse_candidates p:nth-child(1) {
    transform: translateX(0);
}

.expcourse_candidates p:nth-child(3) {
    transform: translateX(60px);
}

.expcourse_candidates p:nth-child(5) {
    transform: translateX(120px);
}

.expcourse_candidates p:nth-child(1):hover {
    transform: translateX(10px);
}

.expcourse_candidates p:nth-child(3):hover {
    transform: translateX(70px);
}

.expcourse_candidates p:nth-child(5):hover {
    transform: translateX(130px);
}



.expcourse_candidates .explearning_track > div p {
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}

.expcourse_candidates .explearning_track > div p:nth-child(2) {
    animation-delay: 0.2s;
    animation-name: none;
    transform: translateX(30px);
    opacity: 1;
}

.expcourse_candidates .explearning_track > div p:nth-child(4) {
    animation-delay: 0.4s;
    opacity: 1;
    transform: translateX(90px);
    animation-name: none;
}

.expcourse_candidates .explearning_track > div p:nth-child(6) {
    animation-delay: 0.6s;
    animation-name: none;
    transform: translateX(150px);
    opacity: 1;
}

.expcourse_candidates .explearning_track > div p:nth-child(8) {
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
    transform: translateX(90px);
}

.expcourse_candidates .explearning_track > div p:nth-child(10) {
    animation-delay: 0.6s;
    transform: translateX(30px);
    animation-name: none;
    opacity: 1;
}

header .container {
    position: relative;
    padding: 1rem 2rem;
}

header .expsite_core {
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 2;
    align-items: center;
}

header .expnav_class {
    gap: 2rem;
    display: flex;
    align-items: center;
    position: relative;
}

header .exptop_main {
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.5px;
}

header .exptop_main:hover {
    transform: translateY(-2px);
    color: rgb(209,198,212);
}

header .exptop_main:hover::before {
    width: 100%;
}

header .exptop_navbar {
    text-decoration: none;
    display: flex;
    z-index: 2;
    align-items: center;
    position: relative;
}

header .exptop_navbar:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(209,198,212,0.5));
}

.expthanks_page::before {
    position: absolute;
    opacity: 0.05;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(209,198,212,0.5) 0,
        rgb(209,198,212,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
}

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

.expthanks_page h2::after {
    background: rgb(174,161,179);
    animation-delay: 1s;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    animation: expandLine 1s forwards ease-out;
    content: "";
    bottom: -15px;
    width: 80px;
    height: 3px;
    transform-origin: left;
}

.expthanks_page .explearning_track {
    padding: 2.5rem;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    animation-delay: 0.5s;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    opacity: 0;
    position: relative;
    animation: fadeUpIn 1s forwards ease-out;
    transform: translateY(20px);
}

.expthanks_page li span {
    animation-delay: 0.8s;
    line-height: 1.7;
    position: relative;
    transform: translateY(10px);
    display: block;
    color: #000000;
    animation: fadeUpIn 0.8s forwards ease-out;
    opacity: 0;
    font-family: Arial, sans-serif;
    font-size: calc(12px * 1.05);
    margin-bottom: 1rem;
}


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


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



@media screen and (max-width: 992px) {.expprogram_structure {
    padding: 80px 0;
}.expprogram_structure .explearning_track {
    min-height: 450px;
}.expprogram_structure .explearn_path {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 85%;
}.expprogram_structure .expmain_page {
    height: 90px;
    top: -25px;
    width: 90px;
}.expprogram_structure .explearn_path h3 {
    font-size: calc(29px * 0.9);
    padding: 12px 20px;
}.expprogram_structure .explearn_path p {
    font-size: calc(17px * 0.95);
    padding: 20px 25px;
}
}



@media screen and (max-width: 576px) {.expprogram_structure {
    padding: 40px 0;
}.expprogram_structure .expfull_image {
    margin-bottom: -30px;
    height: 250px;
}.expprogram_structure .expmain_page {
    top: -25px;
    left: 15px;
    height: 70px;
    width: 70px;
}.expprogram_structure .explearn_path h3 {
    padding: 10px 15px;
    margin-top: 15px;
    font-size: calc(29px * 0.7);
}.expprogram_structure .explearn_path p {
    padding: 15px 20px;
    font-size: calc(17px * 0.9);
    margin-top: 20px;
}.expprogram_structure .explearn_path h3::after {
    bottom: -8px;
    left: 15px;
    height: 3px;
    width: 30px;
}}



@media (min-width: 992px) {.exptariff_package .expmonthly_plan {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.exptariff_package .exprate_panel {
    height: 100%;
    text-align: left;
    order: 2;
    display: flex;
    padding: 4rem 3rem;
    justify-content: center;
    flex-direction: column;
}.exptariff_package .exprate_panel h2::after {
    width: 100px;
    background: linear-gradient(90deg, rgb(209,198,212), transparent);
    transform: none;
    left: 0;
}.exptariff_package .exprate_panel .exppay_options {
    margin: 0;
    max-width: 100%;
}.exptariff_package .expprogram_price {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}



@media (max-width: 991px) {.expleadership_profile {
    padding: 7rem 0 5rem;
}.expleadership_profile .expreviews_hub {
    padding: 2.5rem 2rem;
}.expleadership_profile .expfull_image {
    top: -75px;
    height: 150px;
    width: 150px;
}.expleadership_profile .name {
    margin-top: 80px;
}.expleadership_profile .expexperience_summary {
    padding: 1.5rem;
}
}



@media (min-width: 768px) {.expjoin_our_mailing_list {
    padding: 5rem 2rem;
}.expjoin_our_mailing_list .explearning_track {
    justify-content: space-between;
    gap: 3rem;
    flex-direction: row;
}.expjoin_our_mailing_list .explearning_track > div {
    text-align: left;
    flex: 1 1 50%;
}.expjoin_our_mailing_list h4 {
    text-align: left;
}.expjoin_our_mailing_list h4::after {
    left: 0;
    transform: none;
}.expjoin_our_mailing_list .input_holder {
    justify-content: flex-end;
    flex: 1 1 50%;
}
}



@media (max-width: 480px) {.expjoin_our_mailing_list {
    padding: 3rem 1rem;
}.expjoin_our_mailing_list h4 {
    font-size: 1.2rem;
}.expjoin_our_mailing_list .input_holder span {
    flex: 1 1 100%;
}.expjoin_our_mailing_list input[type="email"],
    .expjoin_our_mailing_list .expsub_deal {
    padding: 0.875rem 1.25rem;
}}



@media screen and (min-width: 1200px) {.expcontact_box .exphelp_help {
    padding-left: 200px;
    width: 70%;
}.expcontact_box .expconnect_feedback {
    width: 40%;
    max-width: 480px;
}
}



@media screen and (min-width: 768px) and (max-width: 991px) {.expcontact_box {
    padding: 80px 0 120px;
}.expcontact_box .exphelp_help {
    justify-content: space-between;
    padding: 0 20px 120px;
}.expcontact_box .exphelp_help div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
}



@media screen and (max-width: 767px) {.expcontact_box {
    padding: 60px 0 120px;
}.expcontact_box .exphelp_help {
    padding: 0 20px 120px;
}.expcontact_box .exphelp_help h3 {
    font-size: calc(24px + 2px);
}.expcontact_box .exphelp_help div {
    margin-bottom: 0;
    max-width: 280px;
    min-height: 120px;
    flex: 0 0 100%;
}.expcontact_box .exphelp_help div svg {
    height: 30px;
    width: 30px;
}.expcontact_box .expconnect_feedback {
    padding: 30px 25px;
}
}



@media (min-width: 768px) {.expgreeting_page {
    padding: 8rem 2rem;
}.expgreeting_page .explearning_track {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.expgreeting_page .expword_wrapper {
    padding: 2rem;
    flex: 1;
}.expgreeting_page .expfull_image {
    height: 450px;
    flex: 1;
}.expgreeting_page svg {
    height: 120px;
    width: 120px;
}.expgreeting_page .expcourse_hero {
    align-items: flex-start;
    text-align: left;
}
}



@media (max-width: 767px) {.expgreeting_page .expsupport_list {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    width: 100%;
}}



@media only screen and (max-width: 800px) {.expprivacy_gate {
    padding: 30px;
}.expprivacy_gate h1 {
    font-size: calc(22px - 4px);
}.expprivacy_gate h2 {
    font-size: calc(22px - 3px);
}.expprivacy_gate h3, .expprivacy_gate h4, .expprivacy_gate h5, .expprivacy_gate h6 {
    font-size: calc(22px - 2px);
}.expprivacy_gate p, .expprivacy_gate span, .expprivacy_gate div, .expprivacy_gate ul li {
    font-size: calc(17px - 2px);
}}



@media (max-width: 991px) {.expfaq_block {
    padding: 5rem 0 2rem;
}.expfaq_block .expcontact_list {
    justify-content: center;
    flex-wrap: wrap;
}.expfaq_block .info_item {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    max-width: none;
}.expfaq_block .info_item:not(:last-child)::after {
    display: none;
}.expfaq_block .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.expfaq_block .expnav_class::before, 
    .expfaq_block .expnav_class::after {
    display: none;
}.expfaq_block .expmain_page {
    text-align: center;
    align-items: center;
}.expfaq_block .expnav_class h5, 
    .expfaq_block .subscribe_holder h5 {
    text-align: center;
}.expfaq_block .expnav_class h5::after, 
    .expfaq_block .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.expfaq_block .exphead_edu {
    grid-template-columns: repeat(3, 1fr);
}.expfaq_block .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}



@media (max-width: 1200px) {.expstatistics_information {
    padding: 4rem 0;
}.expstatistics_information ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.expstatistics_information .expclass_gains p {
    font-size: 3rem;
}
}



@media (max-width: 768px) {.expstatistics_information {
    padding: 3.5rem 0;
}.expstatistics_information ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.expstatistics_information .expclass_gains {
    padding: 1.5rem 1rem;
}.expstatistics_information .expclass_gains p {
    font-size: 2.5rem;
}.expstatistics_information .expclass_gains span {
    font-size: calc(16px * 0.95);
}.expstatistics_information h4 {
    font-size: calc(34px * 0.8);
    margin-top: 2.5rem;
}.expstatistics_information h4::after {
    width: 60px;
}
}



@media screen and (max-width: 992px) {.expour_background {
    padding: 80px 0;
}.expour_background h3 {
    font-size: calc(45px * 1.1);
}.expour_background .explearning_track {
    gap: 70px;
}.expour_background .expclass_space,
    .expour_background .exponline_mastery {
    gap: 30px;
    grid-template-columns: 1fr;
}.expour_background .expclass_space p {
    grid-column: 1 / 2;
    padding-right: 0;
}.expour_background .exponline_mastery p {
    grid-row: 2 / 3;
    padding-left: 0;
    grid-column: 1 / 2;
}.expour_background .exponline_mastery .expexpert_learning {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.expour_background .expclass_space .expfull_image,
    .expour_background .exponline_mastery .expexpert_learning {
    min-height: 250px;
}
}



@media screen and (max-width: 576px) {.expour_background {
    padding: 50px 0;
}.expour_background h3 {
    font-size: calc(45px * 0.8);
}.expour_background h3::before {
    left: -20px;
    width: 15px;
}.expour_background .explearning_track {
    gap: 40px;
}.expour_background .expclass_space,
    .expour_background .exponline_mastery {
    padding-left: 15px;
    gap: 20px;
    padding-right: 15px;
}.expour_background .expclass_space .expfull_image,
    .expour_background .exponline_mastery .expexpert_learning {
    min-height: 180px;
}.expour_background .container::before,
    .expour_background .container::after {
    display: none;
}}



@media (min-width: 992px) {.expteaching_process {
    padding: 10rem 0;
}.expteaching_process .explearning_track {
    grid-template-columns: 1fr;
    gap: 3rem;
}.expteaching_process h2 {
    margin-bottom: 1rem;
    font-size: calc(29px * 1.4);
}.expteaching_process h2::after {
    bottom: -15px;
    height: 4px;
}.expteaching_process .expword_wrapper {
    padding: 3.5rem 4rem;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 92%);
}.expteaching_process p {
    transform: translateX(0);
    max-width: 80%;
    font-size: calc(12px * 1.1);
}.expteaching_process .expword_wrapper:hover p {
    transform: translateX(10px);
}
}




@media (max-width: 991px) {.expcourse_candidates {
    padding: 80px 0;
}.expcourse_candidates h4 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.expcourse_candidates div > div {
    margin-left: 40px;
}.expcourse_candidates p {
    padding: 18px 20px;
    margin-bottom: 25px;
}.expcourse_candidates p:nth-child(1) {
    transform: translateX(0);
}.expcourse_candidates p:nth-child(2) {
    transform: translateX(20px);
}.expcourse_candidates p:nth-child(3) {
    transform: translateX(40px);
}.expcourse_candidates p:nth-child(4) {
    transform: translateX(60px);
}.expcourse_candidates p:nth-child(5) {
    transform: translateX(80px);
}.expcourse_candidates p:nth-child(6) {
    transform: translateX(100px);
}.expcourse_candidates p:nth-child(7) {
    transform: translateX(120px);
}.expcourse_candidates p:nth-child(8) {
    transform: translateX(140px);
}.expcourse_candidates p:nth-child(9) {
    transform: translateX(160px);
}.expcourse_candidates p:nth-child(10) {
    transform: translateX(180px);
}.expcourse_candidates p:nth-child(1):hover {
    transform: translateX(5px);
}.expcourse_candidates p:nth-child(2):hover {
    transform: translateX(25px);
}.expcourse_candidates p:nth-child(3):hover {
    transform: translateX(45px);
}.expcourse_candidates p:nth-child(4):hover {
    transform: translateX(65px);
}.expcourse_candidates p:nth-child(5):hover {
    transform: translateX(85px);
}.expcourse_candidates p:nth-child(6):hover {
    transform: translateX(105px);
}.expcourse_candidates p:nth-child(7):hover {
    transform: translateX(125px);
}.expcourse_candidates p:nth-child(8):hover {
    transform: translateX(145px);
}.expcourse_candidates p:nth-child(9):hover {
    transform: translateX(165px);
}.expcourse_candidates p:nth-child(10):hover {
    transform: translateX(185px);
}
}



@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .expnav_class {
    gap: 1.5rem;
}header .exptop_main {
    font-size: calc(13px - 1px);
}
}



@media (max-width: 992px) {.expthanks_page {
    padding: 3rem 0;
}.expthanks_page h2 {
    max-width: 100%;
    font-size: calc(34px * 0.9);
}.expthanks_page .explearning_track {
    padding: 2rem;
}
}



@media (max-width: 768px) {.expthanks_page h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.expthanks_page .explearning_track {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.expthanks_page li span {
    font-size: 12px;
}.expthanks_page::after {
    width: 200px;
    top: -5%;
    height: 200px;
    right: -10%;
}
}



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}



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



@keyframes floatLogo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(10px) rotate(5deg);
    }
}



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

@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}



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

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



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



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

@keyframes fadeInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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



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



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

