* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    padding: 5px;
    width: 4px;
    scroll-behavior: smooth;
}::-webkit-scrollbar-track {
    box-shadow: inset 0px 2px 15px -2px rgba(0, 0, 0, 0.5);
    background: rgb(178,158,136);
    border-radius: 2.6em;
}::-webkit-scrollbar-thumb {
    transition: background 3.5s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 11.9vw;
    background: linear-gradient(165deg, #ffffff 44%, rgb(255, 255, 255, 0.5) 64%, rgb(178,158,136) 1%, rgb(178,158,136,0.5) 18%, rgb(213,193,166) 8%);
    box-shadow: -4px 1px 0px 5px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(circle at center, #ffffff 52%, rgb(255, 255, 255, 0.5) 5%, rgb(143,122,107) 93%, rgb(143,122,107,0.5) 47%, rgb(178,158,136,0.5) 96%, rgb(213,193,166) 59%);
}* {
    scrollbar-color: rgb(178,158,136,0.5) rgb(178,158,136,0.5);
}.equity_info_exp {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.nav_mainwrap_exp {
    flex: 1 0 auto;
}.layer-container_exp {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1142px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1000;
    width: 100%;
    position: fixed;
    background: rgb(213,193,166);
    left: 0;
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}header:before {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(178,158,136) 0%, 
        rgb(143,122,107) 50%, 
        rgb(178,158,136) 100%
    );
    top: 0;
    width: 100%;
    height: 5px;
    content: '';
}header:after {
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.01);
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    background-size: 20px 20px;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(213,193,166) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(213,193,166) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(213,193,166) 25%, transparent 25%),
        linear-gradient(45deg, rgb(213,193,166) 25%, transparent 25%);
}header .head_expert_exp {
    position: relative;
    overflow: hidden;
}header .head_expert_exp:before {
    width: 100%;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(178,158,136,0.5),
        transparent
    );
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
}header .container {
    padding: 15px 25px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .container:before {
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    position: absolute;
    top: 50%;
    height: 8px;
    left: 10px;
    opacity: 0.7;
    background: rgb(178,158,136);
    content: '';
}header .container:after {
    height: 8px;
    content: '';
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    width: 8px;
    background: rgb(143,122,107);
    position: absolute;
    opacity: 0.7;
}header .header_main_exp {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .header_main_exp:before {
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    left: 0;
    position: absolute;
    opacity: 0.2;
    height: 1px;
    bottom: -10px;
    content: '';
    width: 100%;
}header .head_mainbar_exp {
    align-items: center;
    gap: 30px;
    position: relative;
    display: flex;
}header .head_mainbar_exp:before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(178,158,136);
    transform-origin: center;
    position: absolute;
    left: 0;
    transform: scaleX(0.9);
    bottom: -8px;
    height: 2px;
    content: '';
    opacity: 0;
}header .head_mainbar_exp:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .top_mentor_exp {
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 8px 2px;
    color: #000000;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-weight: 600;
}header .top_mentor_exp:before {
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    height: 2px;
    left: 0;
    bottom: 0;
    transform: translateX(-101%);
    width: 100%;
    content: '';
    background: rgb(178,158,136);
    position: absolute;
}header .top_mentor_exp:after {
    position: absolute;
    width: 8px;
    height: 8px;
    opacity: 0;
    transition: all 0.3s ease;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    background: rgb(178,158,136);
}header .top_mentor_exp:hover {
    color: rgb(178,158,136);
}header .top_mentor_exp:hover:before {
    transform: translateX(0);
}header .top_mentor_exp:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .head_class_exp {
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding: 5px 12px;
    align-items: center;
}header .head_class_exp:before {
    background: linear-gradient(rgb(213,193,166), rgb(213,193,166)) padding-box,
                linear-gradient(135deg, rgb(178,158,136), rgb(143,122,107)) border-box;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    top: 0;
    border: 2px solid transparent;
    content: '';
    opacity: 0;
    left: 0;
}header .head_class_exp:after {
    left: -5px;
    background: linear-gradient(135deg, rgb(178,158,136), rgb(143,122,107));
    content: '';
    position: absolute;
    opacity: 0;
    width: 10px;
    height: 10px;
    top: -5px;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.4s ease;
}header .head_class_exp:hover:before {
    opacity: 1;
}header .head_class_exp:hover:after {
    transform: scale(1);
    opacity: 1;
}header .head_class_exp svg {
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
}header .head_class_exp: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 .head_mainbar_exp {
    gap: 20px;
}header .head_class_exp svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_mainbar_exp {
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    position: fixed;
    gap: 5px;
    z-index: 1001;
    max-width: 320px;
    top: 0;
    right: -100%;
    background: rgb(213,193,166);
    padding: 75px 30px 30px;
    height: 100vh;
    flex-direction: column;
    width: 80%;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
}header .head_mainbar_exp:before {
    left: 10%;
    height: 1px;
    top: 60px;
    width: 80%;
    bottom: auto;
}header .menu.active {
    right: 0;
}header .top_mentor_exp {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    padding: 14px 5px;
}header .top_mentor_exp:last-child {
    border-bottom: none;
}header .top_mentor_exp:after {
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
}header .top_mentor_exp:hover:after {
    opacity: 1;
    top: 50%;
    left: 5px;
}header .head_class_exp {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .head_class_exp svg {
    height: 35px;
}}.cookie_popup_advisory_exp {
    width: 100%;
    z-index: 90;
    bottom: 0;
    background: rgb(213,193,166);
    border-top: 2px solid rgb(178,158,136);
    position: fixed;
}.edu_consent_exp {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}.cookie_popup_advisory_exp h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_popup_advisory_exp p {
    font-size: 18px;
}.privacy_notify_exp {
    flex-shrink: 0;
    margin-right: 10px;
}.privacy_notify_exp svg, .privacy_notify_exp svg path, .privacy_notify_exp img {
    height: 100px;
    fill: rgb(178,158,136);
    width: 100px;
}.cookie_verify_exp {
    color: rgb(178,158,136);
    white-space: nowrap;
    min-width: 120px;
    text-decoration: none;
    line-height: 35px;
    margin-left: 10px;
    text-align: center;
    font-size: 24px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(178,158,136);
    cursor: pointer;
}.cookie_popup_advisory_exp p a {
    color: rgb(178,158,136);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_popup_advisory_exp {
    padding: 20px;
}}
#consentAlertBanner_exp {
    display: none;
}#consentAlertBanner_exp:checked ~ .cookie_popup_advisory_exp {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.privacy_notify_exp {
    display: none;
}.edu_consent_exp {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_popup_advisory_exp h5 {
    text-align: center;
}.cookie_popup_advisory_exp p {
    text-align: center;
}.cookies_tech_exp {
    margin-bottom: 20px;
}body .layer-container_exp .cookie_verify_exp {
    margin-left: 0;
}}.equity_info_exp {
    color: #ffffff;
    padding: 6rem 0 4rem;
    z-index: 1;
    position: relative;
}.equity_info_exp::before {
    top: 0;
    background: #000000;
    position: absolute;
    left: 0;
    opacity: 0.85;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
}.equity_info_exp::after {
    background-size: 30px 30px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    animation: gridAnimate 15s linear infinite;
    opacity: 0.15;
    height: 100%;
    z-index: -1;
    background-position: center;
    top: 0;
    background: 
        linear-gradient(rgba(rgb(178,158,136), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(178,158,136), 0.2) 1px, transparent 1px);
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.equity_info_exp .container {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.equity_info_exp .company_holder {
    grid-column: 1 / 5;
    position: relative;
    grid-row: 1;
}.equity_info_exp .company_holder::before {
    width: 60px;
    position: absolute;
    opacity: 0.7;
    content: "";
    left: -20px;
    height: 60px;
    border-top: 2px solid rgb(178,158,136);
    top: -20px;
    border-left: 2px solid rgb(178,158,136);
}.equity_info_exp .company_holder::after {
    border-bottom: 2px solid rgb(178,158,136);
    width: 60px;
    opacity: 0.7;
    content: "";
    bottom: -20px;
    height: 60px;
    right: -20px;
    border-right: 2px solid rgb(178,158,136);
    position: absolute;
}.equity_info_exp .company_holder h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, rgb(178,158,136));
    -webkit-text-fill-color: transparent;
    display: inline-block;
    -webkit-background-clip: text !important;
    font-size: 37px;
    position: relative;
}.equity_info_exp .company_holder h3::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    bottom: -5px;
    box-shadow: 0 0 10px rgb(178,158,136);
    width: 30%;
    background: rgb(178,158,136);
}.equity_info_exp .facebook_cta_exp {
    color: #ffffff;
    line-height: 1.6;
    margin-top: 1.5rem;
    opacity: 0.8;
    font-size: 13px;
}.equity_info_exp .fund_cta_exp {
    grid-column: 6 / 13;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
}.equity_info_exp .nav_wrap_exp {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}.equity_info_exp .head_mainbar_exp {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 1.5rem;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(4px);
}.equity_info_exp .head_mainbar_exp:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}.equity_info_exp .head_mainbar_exp::before {
    transition: height 0.3s ease;
    position: absolute;
    width: 3px;
    background: rgb(178,158,136);
    height: 0;
    top: 0;
    left: 0;
    content: "";
}.equity_info_exp .head_mainbar_exp:hover::before {
    height: 100%;
}.equity_info_exp .head_mainbar_exp h5 {
    color: rgb(143,122,107);
    font-size: 21px;
    font-weight: 600;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 1px;
}.equity_info_exp .head_mainbar_exp h5::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    box-shadow: 0 0 10px rgb(178,158,136);
    background: rgb(178,158,136);
}.equity_info_exp .head_mainbar_exp .nav_wrap_exp {
    flex-direction: column;
    gap: 0.7rem;
    display: flex;
}.equity_info_exp .head_mainbar_exp .nav_wrap_exp a {
    overflow: hidden;
    opacity: 0.7;
    font-size: 13px;
    border-radius: 10px;
    text-decoration: none;
    z-index: 1;
    color: #ffffff;
    padding: 0.4rem 1rem;
    transition: all 0.3s ease;
    position: relative;
}.equity_info_exp .head_mainbar_exp .nav_wrap_exp a::before {
    transform: translateX(-100%);
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, rgba(rgb(178,158,136,0.5), 0.1), transparent);
    width: 100%;
}.equity_info_exp .head_mainbar_exp .nav_wrap_exp a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}.equity_info_exp .head_mainbar_exp .nav_wrap_exp a:hover::before {
    transform: translateX(0);
}.footer_classes_exp {
    grid-row: 2;
    margin-top: 4rem;
    padding: 1.5rem 0;
    grid-column: 1 / 13;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}.footer_classes_exp::before {
    width: 60%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(178,158,136), transparent);
    height: 1px;
    content: "";
}.footer_classes_exp .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.footer_classes_exp .podcast_cta_exp {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.7;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 992px) {.equity_info_exp .container {
    grid-template-columns: repeat(1, 1fr);
}.equity_info_exp .company_holder {
    grid-row: 1;
    grid-column: 1;
}.equity_info_exp .fund_cta_exp {
    grid-row: 2;
    margin-top: 2rem;
    grid-column: 1;
}.footer_classes_exp {
    margin-top: 3rem;
    grid-row: 3;
}
}

@media screen and (max-width: 768px) {.equity_info_exp {
    padding: 4rem 0 3rem;
}.equity_info_exp .nav_wrap_exp {
    gap: 2rem;
    grid-template-columns: 1fr;
}.equity_info_exp .head_mainbar_exp {
    padding: 1.2rem;
}.equity_info_exp .head_mainbar_exp h5 {
    font-size: calc(21px * 0.9);
}.equity_info_exp .company_holder::before,
    .equity_info_exp .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.equity_info_exp {
    padding: 3rem 0 2rem;
}.equity_info_exp .company_holder h3 {
    font-size: calc(37px * 0.9);
}.equity_info_exp .facebook_cta_exp {
    font-size: calc(13px * 0.9);
}.equity_info_exp .head_mainbar_exp .nav_wrap_exp a {
    font-size: calc(13px * 0.9);
}.footer_classes_exp {
    padding: 1rem 0;
    margin-top: 2rem;
}}.try_immediately_exp {
    position: relative;
    background: linear-gradient(155deg, rgb(178,158,136,0.5) 50%, rgb(213,193,166) 50%);
    overflow: hidden;
    padding: 130px 0;
}.try_immediately_exp::before {
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    position: absolute;
    background-position: 0 0;
    content: '';
    opacity: 0.04;
    left: 0;
    background-size: 30px 30px;
}.try_immediately_exp .learn_corner_exp {
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    align-items: flex-start;
    max-width: 1000px;
    z-index: 10;
    position: relative;
    gap: 50px;
}.try_immediately_exp .container p {
    color: #000000;
    line-height: 1.4;
    z-index: 5;
    font-size: 38px;
    padding: 30px;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    border-radius: 20px 20px 20px 0;
    position: relative;
    flex: 1;
    font-weight: 700;
    margin: 0;
    background: #ffffff;
}.try_immediately_exp .help_block_exp {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    background: rgb(178,158,136);
    display: flex;
    position: relative;
    flex: 0 0 220px;
    text-align: center;
    height: 220px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 20px 20px 0 20px;
    transform: translateY(30px);
    transition: all 0.4s ease;
    font-size: 15px;
    padding: 20px;
    z-index: 5;
    justify-content: center;
    color: #ffffff;
    align-items: center;
}.try_immediately_exp .help_block_exp::before {
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    border-radius: 20px 20px 0 20px;
    z-index: -1;
    position: absolute;
    background: rgb(143,122,107);
}.try_immediately_exp .help_block_exp:hover {
    transform: translateY(15px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
}.try_immediately_exp .help_block_exp:hover::before {
    opacity: 1;
}.try_immediately_exp .container p::after {
    height: 40px;
    background: rgb(178,158,136);
    border-radius: 10px;
    width: 40px;
    bottom: -10px;
    z-index: -1;
    position: absolute;
    left: -10px;
    content: '';
}.try_immediately_exp::after {
    height: 200px;
    z-index: 1;
    width: 200px;
    border-radius: 50%;
    border: 30px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    content: '';
    top: -100px;
    right: -100px;
}.try_immediately_exp .learn_corner_exp::after {
    width: 150px;
    content: '';
    height: 150px;
    border: 20px solid rgba(255, 255, 255, 0.1);
    bottom: -75px;
    z-index: 1;
    border-radius: 50%;
    left: -75px;
    position: absolute;
}

@media (max-width: 991px) {.try_immediately_exp {
    padding: 110px 0;
}.try_immediately_exp .learn_corner_exp {
    gap: 40px;
}.try_immediately_exp .container p {
    font-size: calc(24px * 1.2);
    padding: 25px;
}.try_immediately_exp .help_block_exp {
    height: 180px;
    flex: 0 0 180px;
}.try_immediately_exp .container p::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 767px) {.try_immediately_exp {
    padding: 90px 0;
    background: linear-gradient(175deg, rgb(178,158,136,0.5) 60%, rgb(213,193,166) 60%);
}.try_immediately_exp .learn_corner_exp {
    flex-direction: column;
    gap: 60px;
}.try_immediately_exp .container p {
    font-size: 24px;
    width: 100%;
}.try_immediately_exp .help_block_exp {
    width: 160px;
    height: 160px;
    align-self: flex-end;
    margin-right: 20px;
}
}

@media (max-width: 480px) {.try_immediately_exp {
    padding: 70px 0;
}.try_immediately_exp .container p {
    font-size: calc(16px * 1.2);
    padding: 20px;
    border-radius: 15px 15px 15px 0;
}.try_immediately_exp .help_block_exp {
    border-radius: 15px 15px 0 15px;
    width: 140px;
    font-size: calc(15px * 0.9);
    height: 140px;
}.try_immediately_exp .container p::after {
    height: 25px;
    width: 25px;
    border-radius: 8px;
}}.contact_information_exp {
    overflow: hidden;
    background: rgb(213,193,166);
    position: relative;
    padding: 70px 0;
}.contact_information_exp::before {
    top: 0;
    z-index: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    position: absolute;
}.contact_information_exp .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.contact_information_exp h2 {
    position: relative;
    color: rgb(143,122,107);
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 40px;
    text-align: center;
}.contact_information_exp h2::after {
    content: "";
    bottom: -15px;
    background: rgb(178,158,136);
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    width: 60px;
}.contact_information_exp .message_feedback_exp {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}.contact_information_exp .img_rounded_exp {
    height: 100%;
    grid-row: 1;
    grid-column: 2;
    min-height: 500px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    transition: transform 0.6s ease;
}.contact_information_exp .feedback_help_exp {
    background: #ffffff;
    grid-row: 1;
    grid-column: 1;
    padding: 50px 40px;
}.contact_information_exp #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}.contact_information_exp h3 {
    font-size: 21px;
    color: rgb(178,158,136);
    font-weight: 600;
    margin-bottom: 15px;
}.contact_information_exp input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    font-size: 17px;
    padding: 15px 20px;
    border: 1px solid rgb(213,193,166);
    color: #000000;
    width: 100%;
}.contact_information_exp input[type="text"]:focus {
    border-color: rgb(178,158,136);
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}.contact_information_exp input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_information_exp .request_links_exp {
    gap: 10px;
    margin-top: 10px;
    align-items: flex-start;
    display: flex;
}.contact_information_exp .request_links_exp input[type="checkbox"] {
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    border-radius: 10px;
    position: relative;
    width: 24px;
    cursor: pointer;
    border: 2px solid rgb(213,193,166);
    appearance: none;
}.contact_information_exp .request_links_exp input[type="checkbox"]:checked {
    border-color: rgb(178,158,136);
    background: rgb(178,158,136);
}.contact_information_exp .request_links_exp input[type="checkbox"]:checked::after {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 16px;
    content: "✓";
    top: 50%;
    color: #ffffff;
}.contact_information_exp .request_links_exp label {
    font-size: 17px;
    color: #000000;
    line-height: 1.5;
}.contact_information_exp .request_links_exp a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(178,158,136);
    font-weight: 600;
}.contact_information_exp .request_links_exp a:hover {
    color: rgb(143,122,107);
}.contact_information_exp .help_block_exp {
    transition: all 0.3s ease;
    font-size: 18px;
    background: rgb(178,158,136);
    padding: 15px 35px;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    color: #ffffff;
    align-self: flex-start;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}.contact_information_exp .help_block_exp::before {
    transition: all 0.6s ease;
    left: -100%;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
}.contact_information_exp .help_block_exp:hover {
    background: rgb(143,122,107);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact_information_exp .help_block_exp:hover::before {
    left: 100%;
}.contact_information_exp svg {
    margin-right: 10px;
    fill: rgb(178,158,136);
    width: 22px;
    height: 22px;
    vertical-align: middle;
}.contact_information_exp svg path {
    fill: rgb(178,158,136);
}

@media (max-width: 992px) {.contact_information_exp .message_feedback_exp {
    grid-template-columns: 1fr;
}.contact_information_exp .img_rounded_exp {
    border-radius: 0;
    grid-column: 1;
    border-top-left-radius: 16px;
    grid-row: 1;
    border-top-right-radius: 16px;
    min-height: 300px;
}.contact_information_exp .feedback_help_exp {
    grid-column: 1;
    padding: 40px 30px;
    grid-row: 2;
}
}

@media (max-width: 768px) {.contact_information_exp {
    padding: 50px 0;
}.contact_information_exp h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 4px);
}.contact_information_exp .feedback_help_exp {
    padding: 30px 25px;
}.contact_information_exp .img_rounded_exp {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_information_exp {
    padding: 40px 0;
}.contact_information_exp .container {
    padding: 0 15px;
}.contact_information_exp h2::after {
    width: 40px;
}.contact_information_exp .feedback_help_exp {
    padding: 25px 20px;
}.contact_information_exp #contact {
    gap: 20px;
}.contact_information_exp .help_block_exp {
    width: 100%;
    padding: 14px 20px;
}.contact_information_exp .img_rounded_exp {
    min-height: 200px;
}}.teacher_profile_exp {
    overflow: hidden;
    position: relative;
    background: rgb(213,193,166);
    padding: 5rem 2rem;
}.teacher_profile_exp::before {
    content: "";
    width: 100%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(178,158,136,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.teacher_profile_exp::after {
    width: 70%;
    background: linear-gradient(210deg, rgb(143,122,107,0.5) 0%, transparent 70%);
    right: 0;
    height: 70%;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: 0;
}.teacher_profile_exp .success_feedback_exp {
    max-width: 600px;
    display: flex;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    flex-direction: column;
}.teacher_profile_exp .img_rounded_exp {
    margin: 0 auto;
    position: relative;
    transform: translateY(0);
    overflow: hidden;
    width: 80%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 400px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    z-index: 2;
}.teacher_profile_exp .img_rounded_exp::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
}.teacher_profile_exp .img_rounded_exp::after {
    height: 300%;
    left: -100%;
    background: linear-gradient(45deg, rgb(178,158,136,0.5) 0%, transparent 40%, transparent 60%, rgb(143,122,107,0.5) 100%);
    opacity: 0.3;
    mix-blend-mode: overlay;
    transition: all 0.8s ease;
    content: "";
    animation: shiftGradient 10s infinite alternate;
    position: absolute;
    top: -100%;
    width: 300%;
}.teacher_profile_exp .exp_flex_exp {
    transform: translateY(0);
    padding: 2.5rem 2rem 2rem;
    z-index: 3;
    border-radius: 14px;
    width: 90%;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    margin: -80px auto 0;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}.teacher_profile_exp .exp_flex_exp::before {
    border-radius: 50%;
    background: #ffffff;
    width: 70px;
    content: "";
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 5px solid rgb(213,193,166);
    position: absolute;
    z-index: 4;
    height: 70px;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}.teacher_profile_exp .name {
    font-weight: 700;
    font-size: 30px;
    color: rgb(178,158,136);
    position: relative;
    margin-bottom: 0.5rem;
    text-align: center;
}.teacher_profile_exp .exp_flex_exp div:nth-child(2) {
    color: rgb(143,122,107);
    font-weight: 600;
    font-size: 19px;
    position: relative;
    margin-bottom: 1.5rem;
    text-align: center;
}.teacher_profile_exp .exp_flex_exp div:nth-child(2)::after {
    background: rgb(178,158,136,0.5);
    content: "";
    width: 40px;
    display: block;
    margin: 1rem auto 0;
    height: 3px;
}.teacher_profile_exp .emp_summary_exp {
    color: #000000;
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    font-style: italic;
    padding: 0 1rem;
}.teacher_profile_exp .emp_summary_exp::before,
.teacher_profile_exp .emp_summary_exp::after {
    font-family: serif;
    font-size: 3rem;
    line-height: 0;
    color: rgb(178,158,136,0.5);
    position: absolute;
    content: "";
}.teacher_profile_exp .emp_summary_exp::before {
    left: 0;
    transform: rotate(180deg);
    top: 0.5rem;
}.teacher_profile_exp .emp_summary_exp::after {
    right: 0;
    bottom: -0.5rem;
}.teacher_profile_exp .success_feedback_exp:hover .img_rounded_exp {
    transform: translateY(-20px);
}.teacher_profile_exp .success_feedback_exp:hover .exp_flex_exp {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.teacher_profile_exp .img_rounded_exp {
    height: 320px;
    width: 90%;
}.teacher_profile_exp .exp_flex_exp {
    margin-top: -60px;
    width: 95%;
    padding: 2rem 1.5rem 1.5rem;
}.teacher_profile_exp .exp_flex_exp::before {
    height: 60px;
    width: 60px;
}}.education_framework_exp {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background: rgb(213,193,166);
}.education_framework_exp::before {
    background: linear-gradient(135deg, rgb(178,158,136,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.2;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
}.education_framework_exp::after {
    top: -50%;
    width: 100%;
    z-index: 0;
    content: "";
    right: -50%;
    animation: moveGradient 20s infinite alternate ease-in-out;
    position: absolute;
    background: radial-gradient(circle, rgb(143,122,107,0.5) 0%, transparent 70%);
    opacity: 0.3;
    height: 100%;
}.education_framework_exp .learn_corner_exp {
    flex-direction: column;
    gap: 2.5rem;
    z-index: 2;
    display: flex;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}.education_framework_exp h3 {
    text-align: center;
    animation: fadeInDown 0.8s ease-out forwards;
    margin: 0;
    font-size: 35px;
    position: relative;
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
    background: #ffffff;
    padding: 2rem;
    font-weight: 700;
}.education_framework_exp h3::before {
    top: 0;
    height: 100%;
    left: 0;
    border-radius: inherit;
    transform: translate(8px, 8px);
    content: "";
    z-index: -1;
    width: 100%;
    border: 2px solid rgb(178,158,136,0.5);
    pointer-events: none;
    opacity: 0.5;
    position: absolute;
}.education_framework_exp span {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    opacity: 0;
    position: relative;
    line-height: 1.8;
    color: #000000;
    padding: 2rem;
    font-size: 13px;
}.education_framework_exp span::before {
    z-index: -1;
    width: 100%;
    top: 0;
    border-radius: inherit;
    transform: translate(-8px, -8px);
    content: "";
    opacity: 0.5;
    left: 0;
    border: 2px solid rgb(143,122,107,0.5);
    position: absolute;
    pointer-events: none;
    height: 100%;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@media (max-width: 992px) {.education_framework_exp {
    padding: 5rem 1.5rem;
}.education_framework_exp h3 {
    font-size: calc(35px * 0.9);
    padding: 1.8rem;
}.education_framework_exp span {
    padding: 1.8rem;
}.education_framework_exp h3::before,
    .education_framework_exp span::before {
    transform: translate(6px, 6px);
}.education_framework_exp span::before {
    transform: translate(-6px, -6px);
}
}

@media (max-width: 768px) {.education_framework_exp {
    padding: 4rem 1rem;
}.education_framework_exp h3 {
    padding: 1.5rem;
    font-size: calc(35px * 0.8);
}.education_framework_exp span {
    padding: 1.5rem;
    font-size: calc(13px * 0.95);
}.education_framework_exp .learn_corner_exp {
    gap: 2rem;
}.education_framework_exp h3::before,
    .education_framework_exp span::before {
    transform: translate(4px, 4px);
}.education_framework_exp span::before {
    transform: translate(-4px, -4px);
}}.user_feedback_exp {
    background: linear-gradient(to bottom, rgb(213,193,166), #ffffff);
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}.user_feedback_exp::before {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: rgb(178,158,136,0.5);
    width: 35%;
    content: "";
    transform: skewX(-15deg) translateX(-10%);
    top: 0;
}.user_feedback_exp::after {
    top: 0;
    transform: skewX(15deg) translateX(10%);
    z-index: 1;
    opacity: 0.6;
    background: rgb(143,122,107,0.5);
    position: absolute;
    right: 0;
    content: "";
    height: 100%;
    width: 35%;
}.user_feedback_exp .container {
    position: relative;
    z-index: 2;
}.user_feedback_exp h2 {
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 5rem;
    font-size: 31px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}.user_feedback_exp h2::after {
    background: rgb(178,158,136);
    width: 60px;
    content: "";
    height: 5px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
}.user_feedback_exp .learner_ratings_exp {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    gap: 3rem;
    flex-direction: column;
    display: flex;
}.user_feedback_exp .learner_ratings_exp::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(178,158,136), rgb(143,122,107));
    z-index: 1;
    width: 4px;
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}.user_feedback_exp .success_feedback_exp {
    flex-direction: column;
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 17px;
    width: 85%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    position: relative;
}.user_feedback_exp .success_feedback_exp::before {
    content: "";
    z-index: 3;
    width: 20px;
    position: absolute;
    height: 20px;
    border-radius: 50%;
    top: 30px;
    background: rgb(178,158,136);
}.user_feedback_exp .success_feedback_exp::after {
    position: absolute;
    background: rgb(178,158,136,0.5);
    transition: all 0.4s ease;
    content: "";
    top: 39px;
    height: 3px;
    z-index: 2;
}.user_feedback_exp .success_feedback_exp:nth-child(odd) {
    align-self: flex-start;
    transform: translateX(-30px);
}.user_feedback_exp .success_feedback_exp:nth-child(odd)::before {
    right: -10px;
}.user_feedback_exp .success_feedback_exp:nth-child(odd)::after {
    width: 30px;
    right: -30px;
}.user_feedback_exp .success_feedback_exp:nth-child(even) {
    transform: translateX(30px);
    align-self: flex-end;
}.user_feedback_exp .success_feedback_exp:nth-child(even)::before {
    left: -10px;
}.user_feedback_exp .success_feedback_exp:nth-child(even)::after {
    left: -30px;
    width: 30px;
}.user_feedback_exp .success_feedback_exp:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: scale(1.03);
}.user_feedback_exp .success_feedback_exp:nth-child(odd):hover::after {
    width: 40px;
    right: -40px;
}.user_feedback_exp .success_feedback_exp:nth-child(even):hover::after {
    left: -40px;
    width: 40px;
}.user_feedback_exp .success_feedback_exp img {
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 3px solid #ffffff;
    align-self: flex-start;
    object-fit: cover;
}.user_feedback_exp .success_feedback_exp:nth-child(even) img {
    align-self: flex-end;
}.user_feedback_exp .success_feedback_exp:hover img {
    transform: scale(1.1);
    border-color: rgb(178,158,136,0.5);
}.user_feedback_exp .success_feedback_exp p {
    font-size: calc(16px * 1.1);
    font-weight: 600;
    margin: 1rem 0 0;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
}.user_feedback_exp .success_feedback_exp:nth-child(even) p {
    text-align: right;
}.user_feedback_exp .success_feedback_exp .description {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0.75rem;
    position: relative;
    padding-top: 0.75rem;
}.user_feedback_exp .success_feedback_exp .description::before {
    transition: all 0.3s ease;
    width: 40px;
    height: 2px;
    background: rgb(143,122,107,0.5);
    position: absolute;
    top: 0;
    content: "";
}.user_feedback_exp .success_feedback_exp:nth-child(odd) .description::before {
    left: 0;
}.user_feedback_exp .success_feedback_exp:nth-child(even) .description::before {
    right: 0;
}.user_feedback_exp .success_feedback_exp:hover .description::before {
    background: rgb(178,158,136);
    width: 60px;
}

@media (max-width: 991px) {.user_feedback_exp {
    padding: 5rem 0;
}.user_feedback_exp h2 {
    margin-bottom: 4rem;
}.user_feedback_exp .success_feedback_exp {
    width: 80%;
}
}

@media (max-width: 767px) {.user_feedback_exp {
    padding: 4rem 0;
}.user_feedback_exp::before,
    .user_feedback_exp::after {
    width: 50%;
}.user_feedback_exp h2 {
    margin-bottom: 3.5rem;
    font-size: calc(31px * 0.9);
}.user_feedback_exp .learner_ratings_exp {
    gap: 2.5rem;
}.user_feedback_exp .success_feedback_exp,
    .user_feedback_exp .success_feedback_exp:nth-child(odd),
    .user_feedback_exp .success_feedback_exp:nth-child(even) {
    transform: none;
    width: 90%;
    align-self: center;
}.user_feedback_exp .success_feedback_exp::before {
    display: none;
}.user_feedback_exp .success_feedback_exp::after {
    display: none;
}.user_feedback_exp .success_feedback_exp p,
    .user_feedback_exp .success_feedback_exp:nth-child(even) p {
    text-align: center;
}.user_feedback_exp .success_feedback_exp img,
    .user_feedback_exp .success_feedback_exp:nth-child(even) img {
    align-self: center;
}.user_feedback_exp .success_feedback_exp .description::before,
    .user_feedback_exp .success_feedback_exp:nth-child(odd) .description::before,
    .user_feedback_exp .success_feedback_exp:nth-child(even) .description::before {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 480px) {.user_feedback_exp {
    padding: 3.5rem 0;
}.user_feedback_exp h2 {
    font-size: calc(31px * 0.8);
}.user_feedback_exp .learner_ratings_exp {
    gap: 2rem;
}.user_feedback_exp .success_feedback_exp {
    padding: 1.5rem;
}.user_feedback_exp .success_feedback_exp img {
    width: 60px;
    height: 60px;
}}.landing_page_exp {
    display: flex;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
    background-color: rgb(213,193,166);
    align-items: center;
}.landing_page_exp .master_studyfast_exp {
    z-index: 2;
    padding: 2rem;
    max-width: 1200px;
    position: relative;
    width: 100%;
}.landing_page_exp .page_base_exp {
    position: relative;
    padding: 4rem 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(2deg);
    backdrop-filter: blur(8px);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.landing_page_exp .page_base_exp::before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    opacity: 0.85;
    background: linear-gradient(
    135deg,
    rgb(178,158,136,0.5) 0%,
    rgb(143,122,107,0.5) 60%,
    rgb(255, 255, 255, 0.5) 100%
  );
}.landing_page_exp .page_base_exp::after {
    width: 200%;
    z-index: -1;
    height: 200%;
    animation: pulse 8s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    background: radial-gradient(
    circle,
    rgb(255, 255, 255, 0.5) 0%,
    transparent 70%
  );
    transform: scale(0.8);
    opacity: 0.1;
    top: -50%;
    left: -50%;
}.landing_page_exp .page_base_exp:hover {
    transform: perspective(1000px) rotateY(0);
}.landing_page_exp .page_base_exp span {
    animation: slideInFromLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.2s;
    margin-bottom: 1.5rem;
    opacity: 0;
    display: block;
    position: relative;
    transform: translateX(10px);
}.landing_page_exp .page_base_exp h3 {
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.85));
    transform: translateY(20px);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 21px;
    opacity: 0;
    -webkit-background-clip: text !important;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 600;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}.landing_page_exp .page_base_exp h1 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    position: relative;
    opacity: 0;
    font-size: 46px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    letter-spacing: -0.02em;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}.landing_page_exp .page_base_exp p {
    max-width: 600px;
    opacity: 0;
    font-size: 13px;
    line-height: 1.6;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
    color: #ffffff;
    position: relative;
    margin-bottom: 2rem;
    transform: translateY(20px);
}.landing_page_exp .page_base_exp div div {
    border-left: 3px solid rgb(178,158,136);
    padding-left: 1rem;
    animation: fadeInRight 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.9s;
    position: relative;
    opacity: 0;
    transform: translateX(20px);
}

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

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

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

@keyframes pulse {
  0% {
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(0.8) rotate(360deg);
  }
}

@media (max-width: 992px) {.landing_page_exp .page_base_exp {
    padding: 3rem 2rem;
    transform: perspective(800px) rotateY(1deg);
}.landing_page_exp .page_base_exp h1 {
    font-size: calc(46px * 0.85);
}.landing_page_exp .page_base_exp h3 {
    font-size: calc(21px * 0.95);
}
}

@media (max-width: 768px) {.landing_page_exp {
    min-height: 80vh;
}.landing_page_exp .master_studyfast_exp {
    padding: 1.5rem;
}.landing_page_exp .page_base_exp {
    padding: 2.5rem 1.5rem;
    transform: none;
}.landing_page_exp .page_base_exp h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 1.5rem;
}.landing_page_exp .page_base_exp h3 {
    font-size: calc(21px * 0.9);
}.landing_page_exp .page_base_exp p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.landing_page_exp {
    min-height: 70vh;
}.landing_page_exp .master_studyfast_exp {
    padding: 1rem;
}.landing_page_exp .page_base_exp {
    padding: 2rem 1.2rem;
}.landing_page_exp .page_base_exp h1 {
    font-size: calc(46px * 0.6);
    margin-bottom: 1.2rem;
}.landing_page_exp .page_base_exp h3 {
    font-size: calc(21px * 0.85);
}.landing_page_exp .page_base_exp p {
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.9);
}.landing_page_exp .page_base_exp div div {
    border-left: 2px solid rgb(178,158,136);
    padding-left: 0.8rem;
}}.privacy_frame_exp {
    color: #000000;
    overflow: hidden;
    width: 100%;
    font-family: Arial, sans-serif;
    height: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 40px;
}.privacy_frame_exp h1 {
    padding-bottom: 10px;
    font-size: 48px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(178,158,136);
    border-bottom: 2px solid rgb(178,158,136,0.5);
}.privacy_frame_exp h2 {
    font-weight: 600;
    margin-top: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 34px;
    color: rgb(143,122,107);
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(143,122,107,0.5);
    padding-bottom: 5px;
}.privacy_frame_exp h3, .privacy_frame_exp h4, .privacy_frame_exp h5, .privacy_frame_exp h6 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 400;
    border-bottom: 1px solid rgb(178,158,136,0.5);
    padding-bottom: 5px;
    color: rgb(178,158,136,0.5);
}.privacy_frame_exp ul, .privacy_frame_exp ol {
    margin: 20px 0;
    padding-left: 20px;
    list-style-type: disc;
}.privacy_frame_exp ol {
    list-style-type: decimal;
}.privacy_frame_exp ul li, .privacy_frame_exp ol li {
    line-height: 1.6;
    margin-bottom: 10px;
}.privacy_frame_exp section {
    background: rgb(143,122,107,0.5);
    border: 1px solid rgb(178,158,136,0.5);
    padding: 25px;
    border-radius: 10px;
}.privacy_frame_exp p, .privacy_frame_exp span, .privacy_frame_exp div {
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy_frame_exp {
    padding: 20px;
}.privacy_frame_exp h1 {
    font-size: calc(20px - 5px);
}.privacy_frame_exp h2 {
    font-size: calc(20px - 4px);
}.privacy_frame_exp h3, .privacy_frame_exp h4, .privacy_frame_exp h5, .privacy_frame_exp h6 {
    font-size: calc(20px - 3px);
}.privacy_frame_exp ul, .privacy_frame_exp ol {
    padding-left: 15px;
}}

.privacy_frame_exp a {
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    border-bottom: 1px solid rgb(178,158,136,0.5);
    text-decoration: none;
    color: rgb(178,158,136);
}.privacy_frame_exp a:hover {
    border-bottom-color: rgb(143,122,107);
    color: rgb(143,122,107);
}.course_features_exp {
    overflow: hidden;
    background-color: rgb(213,193,166);
    position: relative;
    padding: 120px 0;
}.course_features_exp::before {
    z-index: 1;
    content: "";
    top: 0;
    background-size: 60px 60px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    height: 100%;
}.course_features_exp::after {
    background: radial-gradient(circle at center, rgb(178,158,136,0.5) 0%, transparent 70%);
    z-index: 2;
    height: 100%;
    opacity: 0.15;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}.course_features_exp .program_route_exp {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}.course_features_exp .description_wrap_exp {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    z-index: 4;
    padding: 40px;
    position: relative;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.02);
    width: 100%;
    border-radius: 26px;
    backdrop-filter: blur(10px);
}.course_features_exp .description_wrap_exp::before {
    background: linear-gradient(135deg, rgb(178,158,136,0.5), transparent 70%, rgb(143,122,107,0.5)) border-box;
    position: absolute;
    border-radius: 26px;
    top: 0;
    -webkit-mask-composite: xor;
    content: "";
    opacity: 0.3;
    left: 0;
    width: 100%;
    border: 1px solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    height: 100%;
    z-index: -1;
    mask-composite: exclude;
}.course_features_exp .description_wrap_exp h2 {
    padding-bottom: 20px;
    position: relative;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}.course_features_exp .description_wrap_exp h2::after {
    height: 3px;
    bottom: 0;
    left: 50%;
    background: linear-gradient(90deg, rgb(178,158,136), rgb(143,122,107));
    content: "";
    border-radius: 10px;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
}.course_features_exp .description_wrap_exp .description {
    margin-bottom: 20px;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
    text-align: center;
}.course_features_exp .description_wrap_exp .description:last-child {
    margin-bottom: 0;
}.course_features_exp .img_rounded_exp {
    width: 100%;
    overflow: hidden;
    border-radius: 26px;
    position: relative;
    margin-top: 60px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    height: 500px;
}.course_features_exp .img_rounded_exp::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(178,158,136,0.5) 0%, transparent 50%);
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
}.course_features_exp .img_rounded_exp::after {
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    content: "";
    left: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(45deg, transparent 50%, rgb(143,122,107,0.5) 100%);
}.course_features_exp .program_route_exp::before,
.course_features_exp .program_route_exp::after {
    content: "";
    position: absolute;
    background-color: rgb(178,158,136,0.5);
    top: 50%;
    width: 200px;
    height: 1px;
    opacity: 0.5;
    z-index: 1;
}.course_features_exp .program_route_exp::before {
    transform: rotate(45deg);
    left: -100px;
}.course_features_exp .program_route_exp::after {
    right: -100px;
    transform: rotate(-45deg);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.course_features_exp .program_route_exp {
    align-items: center;
    grid-template-rows: auto auto auto;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.course_features_exp .description_wrap_exp {
    grid-row: 1;
    max-width: 100%;
    grid-column: 1 / 3;
    margin-bottom: 60px;
}.course_features_exp .description_wrap_exp .description:first-of-type {
    grid-column: 1;
    grid-row: 2;
    text-align: right;
    padding-right: 30px;
}.course_features_exp .description_wrap_exp .description:last-child {
    text-align: left;
    grid-row: 2;
    padding-left: 30px;
    grid-column: 2;
}.course_features_exp .img_rounded_exp {
    grid-row: 3;
    grid-column: 1 / 3;
    margin-top: 60px;
    max-width: 100%;
    height: 500px;
}.course_features_exp .program_route_exp {
    position: relative;
}.course_features_exp .program_route_exp::after {
    width: 1px;
    top: 0;
    height: 100%;
    left: 50%;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, rgb(178,158,136,0.5) 30%, rgb(178,158,136,0.5) 70%, transparent);
    z-index: 1;
}
}

@media (min-width: 1200px) {.course_features_exp .program_route_exp {
    display: flex;
    align-items: center;
    flex-direction: column;
}.course_features_exp .description_wrap_exp {
    margin-bottom: 0;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}.course_features_exp .description_wrap_exp h2 {
    width: 100%;
}.course_features_exp .description_wrap_exp .description {
    width: calc(50% - 30px);
    text-align: left;
    padding: 0 15px;
    position: relative;
}.course_features_exp .description_wrap_exp .description:first-of-type::after {
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(178,158,136,0.5), transparent);
    right: 0;
    top: 0;
    content: "";
    width: 1px;
}.course_features_exp .img_rounded_exp {
    margin-top: 60px;
    border-radius: calc(26px * 2);
    max-width: 80%;
    height: 450px;
}.course_features_exp .program_route_exp::after {
    display: none;
}
}

@media (max-width: 991px) {.course_features_exp {
    padding: 80px 0;
}.course_features_exp .description_wrap_exp {
    padding: 30px;
}.course_features_exp .description_wrap_exp h2 {
    font-size: calc(36px * 0.9);
}.course_features_exp .img_rounded_exp {
    margin-top: 40px;
    height: 400px;
}.course_features_exp .program_route_exp::before,
    .course_features_exp .program_route_exp::after {
    width: 150px;
}
}

@media (max-width: 768px) {.course_features_exp {
    padding: 60px 0;
}.course_features_exp .description_wrap_exp {
    padding: 25px 20px;
}.course_features_exp .description_wrap_exp h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.85);
    padding-bottom: 15px;
}.course_features_exp .description_wrap_exp h2::after {
    width: 50px;
    height: 2px;
}.course_features_exp .description_wrap_exp .description {
    font-size: calc(12px * 0.95);
}.course_features_exp .img_rounded_exp {
    height: 350px;
    margin-top: 30px;
}.course_features_exp .program_route_exp::before,
    .course_features_exp .program_route_exp::after {
    display: none;
}
}

@media (max-width: 576px) {.course_features_exp {
    padding: 50px 0;
}.course_features_exp .description_wrap_exp {
    padding: 20px 15px;
}.course_features_exp .description_wrap_exp h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.course_features_exp .description_wrap_exp h2::after {
    width: 40px;
}.course_features_exp .description_wrap_exp .description {
    line-height: 1.7;
    font-size: calc(12px * 0.9);
}.course_features_exp .img_rounded_exp {
    margin-top: 25px;
    height: 250px;
}}.thanksField_exp {
    background: linear-gradient(135deg, rgb(178,158,136,0.5) 0%, rgb(213,193,166) 50%, rgb(143,122,107,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.thanksField_exp::before {
    height: 100%;
    opacity: 0.7;
    animation: pulse 10s infinite alternate ease-in-out;
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(178,158,136,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(143,122,107,0.5) 0%, transparent 40%);
}.thanksField_exp::after {
    background: rgb(255, 255, 255, 0.5);
    z-index: 1;
    animation: float 15s infinite alternate ease-in-out;
    right: -50%;
    transform: rotate(35deg);
    filter: blur(80px);
    width: 100%;
    top: -50%;
    position: absolute;
    content: "";
    height: 100%;
}.thanksField_exp .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.thanksField_exp .learn_corner_exp {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transform-origin: top center;
    padding: 3.5rem;
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.85);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    backdrop-filter: blur(10px);
}.thanksField_exp .learn_corner_exp:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.thanksField_exp .learn_corner_exp > div:first-child {
    border-left: 4px solid rgb(178,158,136);
    padding-left: 1.5rem;
    position: relative;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    margin-left: -1.5rem;
}.thanksField_exp .learn_corner_exp > div:first-child::before {
    background: rgb(178,158,136);
    height: 1rem;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: -0.5rem;
    width: 1rem;
    content: "";
    position: absolute;
    top: 50%;
}.thanksField_exp h5 {
    font-size: 20px;
    position: relative;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    font-weight: 700;
    display: inline-block;
}.thanksField_exp .learn_corner_exp > div:last-child {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
}.thanksField_exp a {
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transform-origin: center;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    text-decoration: none;
    display: block;
    padding: 1.5rem 2rem;
}.thanksField_exp a::before {
    position: absolute;
    width: 4px;
    transition: width 0.3s ease;
    background: linear-gradient(to bottom, rgb(178,158,136), rgb(143,122,107));
    content: "";
    height: 100%;
    top: 0;
    left: 0;
}.thanksField_exp a:hover {
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
}.thanksField_exp a:hover::before {
    width: 8px;
}.thanksField_exp p {
    line-height: 1.7;
    z-index: 1;
    position: relative;
    transition: color 0.3s ease;
    margin: 0;
    font-size: 13px;
    color: #000000;
}.thanksField_exp a:hover p {
    color: #000000;
}

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

@keyframes float {
    0% { transform: rotate(35deg) translateY(0); }
    50% { transform: rotate(32deg) translateY(-20px); }
    100% { transform: rotate(35deg) translateY(0); }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 991px) {.thanksField_exp {
    padding: 5rem 0;
}.thanksField_exp .learn_corner_exp {
    padding: 2.5rem;
    gap: 2rem;
}.thanksField_exp h5 {
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 768px) {.thanksField_exp {
    padding: 4rem 0;
}.thanksField_exp .container {
    padding: 0 1.5rem;
}.thanksField_exp .learn_corner_exp {
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
    padding: 2rem;
}.thanksField_exp h5 {
    font-size: calc(20px * 0.9);
}.thanksField_exp a {
    padding: 1.2rem 1.5rem;
}.thanksField_exp p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.thanksField_exp {
    padding: 3rem 0;
}.thanksField_exp .container {
    padding: 0 1rem;
}.thanksField_exp .learn_corner_exp {
    transform: none;
    gap: 1.5rem;
    padding: 1.5rem;
}.thanksField_exp .learn_corner_exp > div:first-child {
    margin-left: -1rem;
    border-left-width: 3px;
    padding-left: 1rem;
}.thanksField_exp h5 {
    font-size: calc(20px * 0.85);
}.thanksField_exp a {
    padding: 1rem;
}.thanksField_exp p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}.metrics_summary_exp {
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}.metrics_summary_exp::before {
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, rgb(143,122,107,0.5) 100%);
}.metrics_summary_exp::after {
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(178,158,136,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(143,122,107,0.5) 0, rgba(0, 0, 0, 0) 100px);
    left: 0;
    content: "";
    position: absolute;
}.metrics_summary_exp .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}.metrics_summary_exp h2 {
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 43px;
    margin-bottom: 80px;
    -webkit-background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(178,158,136), #000000, rgb(143,122,107));
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
}.metrics_summary_exp h2::after {
    bottom: -20px;
    content: "";
    background: linear-gradient(90deg, rgb(178,158,136), rgb(143,122,107));
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    left: 50%;
}.metrics_summary_exp ul {
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.metrics_summary_exp .expert_statistics_exp {
    padding: 30px 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    flex-direction: column;
    aspect-ratio: 1/1;
}.metrics_summary_exp .expert_statistics_exp::before {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    content: "";
    inset: 2px;
}.metrics_summary_exp .expert_statistics_exp:hover {
    transform: translateY(-10px);
    background: rgba(rgb(178,158,136,0.5), 0.3);
    z-index: 10;
}.metrics_summary_exp .expert_statistics_exp p {
    margin: 0 0 10px;
    line-height: 1;
    font-size: 2.5rem;
    color: #000000;
    font-weight: 700;
    position: relative;
}.metrics_summary_exp .expert_statistics_exp span {
    color: rgba(0, 0, 0, 0.7);
    font-size: calc(17px * 0.85);
    max-width: 100%;
    line-height: 1.3;
    position: relative;
}.metrics_summary_exp svg {
    right: 10px;
    fill: rgb(178,158,136);
    transition: all 0.3s ease;
    opacity: 0.4;
    width: 24px;
    height: 24px;
    top: 10px;
    position: absolute;
}.metrics_summary_exp svg path {
    fill: rgb(178,158,136);
}.metrics_summary_exp .expert_statistics_exp:hover svg {
    opacity: 0.8;
    transform: rotate(15deg) scale(1.2);
}.metrics_summary_exp ul:has(.expert_statistics_exp:only-child) {
    display: flex;
    justify-content: center;
}.metrics_summary_exp ul:has(.expert_statistics_exp:only-child) .expert_statistics_exp {
    width: 250px;
    height: 250px;
    margin: 0 auto;
}.metrics_summary_exp ul:has(.expert_statistics_exp:only-child) .expert_statistics_exp p {
    font-size: 3.5rem;
}.metrics_summary_exp ul:has(.expert_statistics_exp:only-child) .expert_statistics_exp span {
    font-size: 17px;
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(2):last-child) {
    max-width: 600px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(5):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(5):last-child) .expert_statistics_exp:nth-child(5) {
    grid-column: 2;
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(6):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(7):last-child),
.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(9):last-child),
.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(10):last-child) {
    grid-template-columns: repeat(5, 1fr);
}

@media screen and (min-width: 1441px) {.metrics_summary_exp {
    padding: 150px 0;
}.metrics_summary_exp h2 {
    font-size: calc(43px * 1.2);
    margin-bottom: 100px;
}.metrics_summary_exp .expert_statistics_exp p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.metrics_summary_exp {
    padding: 100px 0;
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(7):last-child),
    .metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(8):last-child),
    .metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(9):last-child),
    .metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.metrics_summary_exp .expert_statistics_exp p {
    font-size: 2.2rem;
}
}

@media screen and (max-width: 991px) {.metrics_summary_exp {
    padding: 80px 0;
}.metrics_summary_exp h2 {
    font-size: calc(43px * 0.9);
    margin-bottom: 60px;
}.metrics_summary_exp ul {
    grid-template-columns: repeat(2, 1fr);
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(3):last-child),
    .metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(4):last-child),
    .metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(5):last-child),
    .metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(6):last-child),
    .metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(7):last-child),
    .metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(8):last-child),
    .metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(9):last-child),
    .metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(10):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(5):last-child) .expert_statistics_exp:nth-child(5) {
    grid-column: auto;
}.metrics_summary_exp .expert_statistics_exp {
    padding: 20px;
}.metrics_summary_exp .expert_statistics_exp p {
    font-size: 2rem;
}
}

@media screen and (max-width: 767px) {.metrics_summary_exp {
    padding: 70px 0;
}.metrics_summary_exp h2 {
    font-size: calc(43px * 0.8);
    margin-bottom: 50px;
}.metrics_summary_exp ul:has(.expert_statistics_exp:nth-child(n+1):nth-child(-n+10)) {
    max-width: 300px;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 0 auto;
}.metrics_summary_exp .expert_statistics_exp {
    min-height: 150px;
    aspect-ratio: 1/1;
}.metrics_summary_exp ul:has(.expert_statistics_exp:only-child) .expert_statistics_exp {
    height: 200px;
    width: 200px;
}
}

@media screen and (max-width: 480px) {.metrics_summary_exp {
    padding: 60px 0;
}.metrics_summary_exp h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 40px;
}.metrics_summary_exp h2::after {
    width: 40px;
    bottom: -15px;
}.metrics_summary_exp ul {
    gap: 25px;
}.metrics_summary_exp .expert_statistics_exp {
    min-height: 130px;
}.metrics_summary_exp .expert_statistics_exp p {
    font-size: 1.8rem;
}.metrics_summary_exp .expert_statistics_exp span {
    font-size: calc(17px * 0.8);
}.metrics_summary_exp ul:has(.expert_statistics_exp:only-child) .expert_statistics_exp {
    height: 180px;
    width: 180px;
}.metrics_summary_exp ul:has(.expert_statistics_exp:only-child) .expert_statistics_exp p {
    font-size: 2.8rem;
}.metrics_summary_exp svg {
    width: 20px;
    height: 20px;
}}.our_mission_exp {
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(90deg, #000000 0%, rgb(178,158,136) 100%);
}.our_mission_exp::before {
    position: absolute;
    height: 100%;
    content: "";
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%),
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 80px);
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
}.our_mission_exp::after {
    position: absolute;
    left: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255, 255, 255, 0.02) 40px, rgba(255, 255, 255, 0.02) 80px);
    content: "";
    top: 0;
    width: 100%;
    z-index: -1;
}.our_mission_exp .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1000px;
}.our_mission_exp .learn_corner_exp {
    gap: 40px;
    overflow: hidden;
    grid-template-areas: 
        "director"
        "logo"
        "text";
    background: #ffffff;
    display: grid;
    padding: 60px;
    border-radius: 0;
    text-align: center;
    grid-template-columns: 1fr;
    animation: fadeIn 1s ease-in-out;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-template-rows: auto auto auto;
}.our_mission_exp .learn_corner_exp::before {
    top: 0;
    background: rgb(178,158,136);
    left: 0;
    width: 100%;
    position: absolute;
    height: 5px;
    content: "";
}.our_mission_exp .instructor_bio_exp {
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid rgba(rgb(178,158,136), 0.1);
    transform: translateY(0);
    display: flex;
    grid-area: director;
    transition: transform 0.5s ease;
    padding-bottom: 30px;
    gap: 30px;
}.our_mission_exp .instructor_bio_exp:hover {
    transform: translateY(-5px);
}.our_mission_exp .instructor_bio_exp .img_rounded_exp {
    border-radius: 0;
    outline: 1px solid rgba(rgb(178,158,136), 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 270px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    width: 220px;
    margin: 0 auto;
    border: 4px solid #ffffff;
}.our_mission_exp .study_classes_exp {
    background: rgb(213,193,166);
    max-width: 300px;
    margin: 0 auto;
    border-left: 4px solid rgb(178,158,136);
    text-align: center;
    padding: 15px;
}.our_mission_exp .study_program_exp {
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: 700;
}.our_mission_exp .study_program_exp::after {
    content: "";
    width: 50px;
    left: 50%;
    background: rgb(178,158,136);
    position: absolute;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
}.our_mission_exp .study_track_expQn01 {
    font-size: 17px;
    margin: 0;
    font-weight: 300;
    color: #000000;
}.our_mission_exp .master_track_exp {
    padding: 20px;
    gap: 20px;
    background: rgb(213,193,166);
    display: flex;
    border-bottom: 1px solid rgba(rgb(178,158,136), 0.1);
    margin-bottom: 20px;
    grid-area: logo;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;
}.our_mission_exp .master_track_exp::before {
    background: rgb(178,158,136);
    left: 0;
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    content: "";
}.our_mission_exp .master_track_exp svg {
    transition: transform 0.4s ease;
    height: 60px;
    width: 60px;
    fill: rgb(178,158,136);
}.our_mission_exp .master_track_exp svg path {
    fill: rgb(178,158,136);
}.our_mission_exp .description_wrap_exp {
    transform: translateY(20px);
    animation: slideUp 0.8s ease-out forwards;
    border: 1px solid rgba(rgb(178,158,136), 0.1);
    opacity: 0;
    padding: 30px;
    animation-delay: 0.3s;
    grid-area: text;
    position: relative;
    margin: 0 auto;
    max-width: 700px;
}.our_mission_exp .description_wrap_exp::before {
    content: "";
    background: rgb(178,158,136);
    width: 100%;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
}.our_mission_exp h2 {
    font-size: 38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    font-weight: 700;
    position: relative;
    color: #000000;
    padding-bottom: 20px;
}.our_mission_exp h2::after {
    position: absolute;
    height: 3px;
    width: 80px;
    background: rgb(178,158,136);
    transform: translateX(-50%);
    animation: pulseWidth 3s ease-in-out infinite;
    left: 50%;
    bottom: 0;
    content: "";
}.our_mission_exp p {
    font-size: 17px;
    margin: 0;
    line-height: 1.8;
    color: #000000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@media screen and (max-width: 992px) {.our_mission_exp {
    padding: 80px 0;
}.our_mission_exp .learn_corner_exp {
    gap: 35px;
    padding: 50px 40px;
}
}

@media screen and (max-width: 767px) {.our_mission_exp {
    padding: 60px 0;
}.our_mission_exp .learn_corner_exp {
    padding: 40px 30px;
    gap: 30px;
}.our_mission_exp .instructor_bio_exp .img_rounded_exp {
    width: 180px;
    height: 220px;
}.our_mission_exp h2 {
    font-size: calc(38px * 0.85);
}
}

@media screen and (max-width: 480px) {.our_mission_exp {
    padding: 40px 0;
}.our_mission_exp .learn_corner_exp {
    padding: 30px 20px;
    gap: 25px;
}.our_mission_exp .instructor_bio_exp .img_rounded_exp {
    width: 150px;
    height: 180px;
}.our_mission_exp .study_program_exp {
    font-size: calc(24px * 0.9);
}.our_mission_exp .study_track_expQn01 {
    font-size: calc(17px * 0.9);
}.our_mission_exp .master_track_exp svg {
    width: 50px;
    height: 50px;
}.our_mission_exp h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.our_mission_exp p {
    font-size: calc(17px * 0.9);
}}.sign_up_for_updates_exp {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(213,193,166) 0%, rgb(178,158,136,0.5) 100%);
    padding: 6rem 2rem;
}.sign_up_for_updates_exp::before {
    height: 100%;
    opacity: 0.4;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(143,122,107,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(178,158,136,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
}.sign_up_for_updates_exp .learn_corner_exp {
    justify-content: center;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    position: relative;
}.sign_up_for_updates_exp .connect_support_exp {
    display: flex;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    flex-direction: column;
    background: #ffffff;
    padding: 3rem 2rem;
    position: relative;
    max-width: 350px;
    align-items: center;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.5),
        0 10px 10px -5px rgba(0, 0, 0, 0.5);
    width: 100%;
}.sign_up_for_updates_exp .connect_support_exp::before {
    left: 10px;
    content: "";
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: -1;
    border: 1px dashed rgb(143,122,107,0.5);
    bottom: 10px;
}.sign_up_for_updates_exp h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #000000;
    margin-bottom: 2.5rem;
    width: 100%;
}.sign_up_for_updates_exp h3::after {
    transition: transform 0.3s ease;
    position: absolute;
    width: 40px;
    bottom: -0.8rem;
    background: rgb(178,158,136);
    transform: translateX(-50%) scaleX(0.5);
    left: 50%;
    height: 3px;
    content: "";
}.sign_up_for_updates_exp .connect_support_exp:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}.sign_up_for_updates_exp .input_holder {
    flex-direction: column;
    width: 100%;
    display: flex;
    gap: 1.5rem;
}.sign_up_for_updates_exp input[type="email"] {
    padding: 1rem;
    font-size: 15px;
    background: #ffffff;
    border-bottom: 2px solid rgb(143,122,107,0.5);
    border: none;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.sign_up_for_updates_exp input[type="email"]:focus {
    box-shadow: 0 5px 10px -5px rgb(178,158,136,0.5);
    border-bottom-color: rgb(178,158,136);
    outline: none;
}.sign_up_for_updates_exp input[type="submit"] {
    width: 100%;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    transform: translateY(0);
    font-weight: 600;
    overflow: hidden;
    font-size: 17px;
    margin-top: 1rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 1rem;
    background: rgb(178,158,136);
}.sign_up_for_updates_exp input[type="submit"]::before {
    content: "";
    top: 0;
    transform: translateY(100%);
    height: 100%;
    left: 0;
    background: rgb(143,122,107);
    transition: transform 0.3s ease;
    position: absolute;
    z-index: -1;
    width: 100%;
}.sign_up_for_updates_exp input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}.sign_up_for_updates_exp input[type="submit"]:hover::before {
    transform: translateY(0);
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.sign_up_for_updates_exp .connect_support_exp {
    animation: floatUp 6s ease-in-out infinite;
}

@media (max-width: 768px) {.sign_up_for_updates_exp {
    padding: 4rem 1.5rem;
}.sign_up_for_updates_exp .connect_support_exp {
    max-width: 100%;
    padding: 2.5rem 1.5rem;
    animation: none;
}
}

@media (max-width: 480px) {.sign_up_for_updates_exp {
    padding: 3rem 1rem;
}.sign_up_for_updates_exp .connect_support_exp {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
    padding: 2rem 1.5rem;
}.sign_up_for_updates_exp h3 {
    font-size: calc(22px * 0.9);
}.sign_up_for_updates_exp input[type="email"],
    .sign_up_for_updates_exp input[type="submit"] {
    padding: 0.8rem;
}.sign_up_for_updates_exp input[type="submit"] {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}}.help_desk_info_exp {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,193,166) 0%, rgb(178,158,136,0.5) 100%);
    padding: 80px 0;
}.help_desk_info_exp::before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    animation: pulse 15s infinite alternate;
    top: 0;
    background: radial-gradient(circle at 10% 20%, transparent 0%, rgb(143,122,107,0.5) 40%, transparent 60%);
    opacity: 0.6;
    height: 100%;
}.help_desk_info_exp::after {
    width: 100%;
    animation: gradientShift 20s infinite alternate;
    opacity: 0.3;
    top: 0;
    position: absolute;
    z-index: 0;
    content: '';
    background: 
        linear-gradient(90deg, transparent 0%, rgb(178,158,136,0.5) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgb(143,122,107,0.5) 50%, transparent 100%);
    left: 0;
    height: 100%;
}.help_desk_info_exp .container {
    position: relative;
    z-index: 1;
}.help_desk_info_exp .edu_chat_exp {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    display: grid;
}.help_desk_info_exp .reach_block_exp {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
}.help_desk_info_exp .reach_block_exp::before {
    width: 100%;
    height: 5px;
    transition: transform 0.3s ease;
    left: 0;
    transform: translateY(-100%);
    position: absolute;
    background: linear-gradient(90deg, rgb(178,158,136) 0%, rgb(143,122,107) 100%);
    content: '';
    top: 0;
}.help_desk_info_exp .reach_block_exp:hover::before {
    transform: translateY(0);
}.help_desk_info_exp .reach_block_exp::after {
    transform: translate(50%, 50%);
    bottom: 0;
    z-index: -1;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    width: 100px;
    background: linear-gradient(135deg, transparent 50%, rgb(178,158,136,0.5) 100%);
    right: 0;
    content: '';
}.help_desk_info_exp .reach_block_exp h2 {
    color: rgb(178,158,136);
    margin-bottom: 25px;
    font-size: 30px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.help_desk_info_exp .reach_block_exp h2::after {
    bottom: -10px;
    left: 0;
    width: 50px;
    content: '';
    background: linear-gradient(90deg, rgb(178,158,136) 0%, transparent 100%);
    height: 3px;
    position: absolute;
}.help_desk_info_exp .connect_experts_exp {
    font-size: calc(16px * 1.2);
    margin-bottom: 20px;
    color: rgb(143,122,107);
    font-weight: 600;
}.help_desk_info_exp .help_form_exp {
    margin-bottom: 25px;
    line-height: 1.6;
    color: #000000;
}.help_desk_info_exp .reach_block_exp p {
    color: #000000;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1.5;
    display: flex;
}.help_desk_info_exp .reach_block_exp p span {
    font-weight: 600;
    margin-left: 5px;
}.help_desk_info_exp .write_experts_exp {
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(178,158,136);
    position: relative;
}.help_desk_info_exp .write_experts_exp h3 {
    margin-bottom: 15px;
    color: rgb(178,158,136);
    font-weight: 600;
    font-size: 19px;
}.help_desk_info_exp .write_page_exp {
    flex-wrap: wrap;
    gap: 10px;
    display: flex;
}.help_desk_info_exp .write_page_exp span {
    transition: all 0.3s ease;
    padding: 8px 15px;
    font-size: calc(16px * 0.9);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #000000;
}.help_desk_info_exp .write_page_exp span:hover {
    background: rgb(178,158,136,0.5);
    transform: translateY(-3px);
}.help_desk_info_exp .contact_tile.reach_experts_exp {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.help_desk_info_exp .reach_experts_exp a {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}.help_desk_info_exp .reach_experts_exp a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}.help_desk_info_exp .reach_experts_exp a::before {
    position: absolute;
    width: 30px;
    top: 5px;
    border-radius: 50%;
    left: 0;
    transition: all 0.3s ease;
    height: 30px;
    background: rgb(178,158,136,0.5);
    content: '';
}.help_desk_info_exp .reach_experts_exp a:hover::before {
    background: rgb(178,158,136);
    transform: scale(1.2);
}.help_desk_info_exp .reach_experts_exp a span {
    margin-bottom: 5px;
    color: rgb(143,122,107);
    font-size: calc(16px * 0.9);
    font-weight: 600;
}.help_desk_info_exp .reach_experts_exp a p {
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}.help_desk_info_exp .reach_experts_exp a:hover p {
    transform: translateX(5px);
    color: rgb(178,158,136);
}.help_desk_info_exp .reach_block_exp .img_rounded_exp {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 14px;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.help_desk_info_exp .reach_block_exp .img_rounded_exp::after {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 70%,
        rgb(178,158,136,0.5) 100%
    );
}.help_desk_info_exp .reach_block_exp .img_rounded_exp::before {
    z-index: 1;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    opacity: 0;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    transition: opacity 0.5s ease;
}.help_desk_info_exp .reach_block_exp .img_rounded_exp:hover::before {
    opacity: 1;
}.help_desk_info_exp .reach_experts_exp svg {
    top: 10px;
    z-index: 2;
    position: absolute;
    width: 20px;
    left: 5px;
    height: 20px;
    transition: all 0.3s ease;
}.help_desk_info_exp .reach_block_exp > p svg {
    transition: all 0.3s ease;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    top: -2px;
    width: 20px;
    position: relative;
}.help_desk_info_exp svg path {
    fill: #ffffff;
    transition: all 0.3s ease;
}.help_desk_info_exp .reach_experts_exp a:hover svg {
    transform: rotate(5deg) scale(1.1);
}.help_desk_info_exp .reach_experts_exp a:hover svg path {
    fill: #ffffff;
}

@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@media (max-width: 1200px) {.help_desk_info_exp {
    padding: 60px 0;
}.help_desk_info_exp .edu_chat_exp {
    grid-template-columns: 1fr 1fr;
}.help_desk_info_exp .reach_block_exp:first-child {
    grid-column: 1 / 3;
}.help_desk_info_exp .reach_block_exp {
    padding: 30px;
}
}

@media (max-width: 768px) {.help_desk_info_exp {
    padding: 50px 0;
}.help_desk_info_exp .edu_chat_exp {
    grid-template-columns: 1fr;
}.help_desk_info_exp .reach_block_exp:first-child {
    grid-column: auto;
}.help_desk_info_exp .reach_block_exp .img_rounded_exp {
    height: 300px;
}.help_desk_info_exp .write_page_exp {
    flex-direction: column;
}.help_desk_info_exp .write_page_exp span {
    width: 100%;
}
}

@media (max-width: 576px) {.help_desk_info_exp {
    padding: 40px 0;
}.help_desk_info_exp .reach_block_exp {
    padding: 25px 20px;
}.help_desk_info_exp .reach_block_exp h2 {
    font-size: calc(30px * 0.8);
}.help_desk_info_exp .reach_block_exp .img_rounded_exp {
    height: 250px;
}.help_desk_info_exp .reach_experts_exp a {
    padding-left: 35px;
}.help_desk_info_exp .reach_experts_exp a::before {
    width: 25px;
    height: 25px;
}.help_desk_info_exp svg {
    width: 16px;
    left: 5px;
    height: 16px;
    top: 12px;
}
}