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

.main_guideUz5QI {
    flex: 1 0 auto;
}

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


.our_storyQeZiF {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.our_storyQeZiF::before {
    top: 0;
    background: linear-gradient(135deg, rgb(128,153,151,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}

.our_storyQeZiF .note_framer43oJ {
    animation: slideUp 0.8s ease-out forwards;
    border-left: 4px solid rgb(97,122,117);
    position: relative;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 40px;
}

.our_storyQeZiF p b {
    position: relative;
    padding-right: 15px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: calc(20px * 1.1);
}

.our_storyQeZiF p b::after {
    background-color: rgb(97,122,117);
    position: absolute;
    content: "";
    transform: translateY(-50%);
    width: 8px;
    top: 50%;
    border-radius: 50%;
    height: 8px;
    right: 0;
}

.cookie_overlay_windowp2TFS {
    bottom: 0;
    background: rgb(97,122,117);
    position: fixed;
    z-index: 90;
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(128,153,151,0.5);
    width: 100%;
    border-top: 2px solid rgb(128,153,151);
}

.cookie_disclaimerP2KDg svg, .cookie_disclaimerP2KDg svg path {
    transition: transform 0.3s ease;
    height: 60px;
    fill: rgb(128,153,151);
    width: 60px;
}

.cookie_user3Sfz5 h5 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(128,153,151);
    color: rgb(128,153,151);
}

.cookie_overlay_windowp2TFS p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(128,153,151);
}

#cookiePromptAlertMTHpS {
    display: none;
}


.title_sectionuD2HL {
    background: linear-gradient(135deg, rgb(159,186,186) 30%, rgb(97,122,117,0.5) 150%);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

.title_sectionuD2HL .fast_trackv4s2e {
    position: relative;
    height: 100%;
    margin: 0 auto;
    gap: 2rem;
    padding: 2rem;
    display: grid;
    max-width: 1400px;
    z-index: 2;
    grid-template-columns: 1fr;
}

.title_sectionuD2HL h1::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: -10px;
    left: 0;
    transform: scaleX(0);
    background: rgb(97,122,117);
    width: 80px;
    transform-origin: left;
    animation: line-expand 1s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}

.title_sectionuD2HL .learn_herogsPdL svg {
    transform-origin: center;
    width: 80px;
    animation: svg-pulse 5s ease-in-out infinite alternate;
    height: 80px;
    margin-bottom: 1rem;
}

.title_sectionuD2HL .learn_herogsPdL svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.title_sectionuD2HL ul li {
    margin: 0;
}

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

.title_sectionuD2HL .connect_gridLTHBg:hover::before {
    left: 100%;
}

.title_sectionuD2HL .pic_frame_wrapB5yto::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
}

.appPanelsfNgi {
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgb(97,122,117,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}

.appPanelsfNgi .container {
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1200px;
    transform: translateZ(0);
    z-index: 2;
}

.appPanelsfNgi h2 {
    animation: slide-up 0.8s ease-out forwards;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateY(30px);
    border-left: 5px solid rgb(128,153,151);
    max-width: 90%;
    font-size: 33px;
    padding-left: 1.5rem;
    opacity: 0;
    margin-bottom: 3rem;
    color: #000000;
    line-height: 1.3;
    text-align: left;
}

.appPanelsfNgi li::before {
    top: 0;
    animation: grow-line 1.2s ease-out forwards 0.8s;
    background: rgb(128,153,151,0.5);
    transform-origin: top;
    width: 3px;
    height: 100%;
    transform: scaleY(0);
    position: absolute;
    content: "";
    opacity: 0;
    left: -1.5rem;
}

.pricing_wrapperT6ZId {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgb(97,122,117,0.5) 100%);
    position: relative;
}

.pricing_wrapperT6ZId .plan_feeeRSTq {
    gap: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
}

.pricing_wrapperT6ZId .lesson_ratesJYON7:hover {
    transform: translateY(-5px);
}

.pricing_wrapperT6ZId .lesson_ratesJYON7 h2 {
    line-height: 1.3;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 35px;
}

.pricing_wrapperT6ZId .rate_cardYRwOD {
    margin-top: 1.5rem;
    font-size: 15px;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
    max-width: 100%;
}

.pricing_wrapperT6ZId .price_gridTFXCy:hover {
    transform: translateY(-8px);
}

.pricing_wrapperT6ZId .price_gridTFXCy:hover .rate_panel9exJM {
    box-shadow: 0 15px 35px rgba(rgb(128,153,151,0.5), 0.15);
}

.pricing_wrapperT6ZId .value_plan8r9KD h3 {
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(18px + 0.1rem);
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
}

.pricing_wrapperT6ZId .value_plan8r9KD p {
    flex-grow: 1;
    margin-top: 1.5rem;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 15px;
    line-height: 1.6;
    word-break: break-word;
}

.pricing_wrapperT6ZId .price_gridTFXCy:hover .pic_frame_wrapB5yto {
    transform: scale(1.05);
}

.course_overviewetnb1::before {
    content: "";
    animation: float 15s infinite ease-in-out alternate;
    z-index: 1;
    opacity: 0.6;
    right: -5%;
    background: linear-gradient(220deg, rgb(128,153,151,0.5) 0%, transparent 70%);
    height: 300px;
    filter: blur(40px);
    transform: rotate(15deg);
    width: 300px;
    position: absolute;
    top: -10%;
}

.course_overviewetnb1 h2::after {
    width: 80px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
    background: linear-gradient(90deg, rgb(128,153,151) 0%, rgb(97,122,117) 100%);
    content: "";
    transition: width 0.3s ease;
}

.course_overviewetnb1 .pic_frame_wrapB5yto::before {
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
    top: 0;
}

.course_overviewetnb1 .description {
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    margin-bottom: 25px;
    max-height: 200px;
    color: #000000;
    padding-right: 10px;
    overflow-y: auto;
}

.customer_supportN2KDQ::before {
    height: 100%;
    transform-origin: top;
    position: absolute;
    background: 
    linear-gradient(120deg, rgb(128,153,151,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(97,122,117,0.5) 0%, transparent 30%);
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    transform: rotateX(10deg);
    z-index: 0;
}

.customer_supportN2KDQ h2::after {
    position: absolute;
    width: 80px;
    transform: skewX(-20deg);
    background: rgb(128,153,151);
    left: 0;
    bottom: -10px;
    height: 6px;
    content: "";
}

.customer_supportN2KDQ .message_infoOWN6j {
    padding: 15px 25px;
    display: flex;
    transform: translateZ(0) translateX(0) translateY(0);
    font-size: 12px;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    transform-style: preserve-3d;
    box-shadow: 
    5px 5px 0 rgb(128,153,151),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #ffffff;
    align-items: center;
}

.customer_supportN2KDQ .message_infoOWN6j:hover svg path {
    fill: rgb(97,122,117);
}

.customer_supportN2KDQ p:nth-last-child(2) {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    transform: translateZ(20px) translateX(0) translateY(0);
    box-shadow: 
    3px 3px 0 rgb(128,153,151,0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    padding: 12px 20px;
    border-radius: 10px;
    background: #ffffff;
}

.customer_supportN2KDQ .message_infoOWN6j:nth-child(1) {
    transition-delay: 0.1s;
}

.customer_supportN2KDQ .message_infoOWN6j:nth-child(2) {
    transition-delay: 0.2s;
}

header::before {
    left: 0.5rem;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0.5rem;
    z-index: 0;
    content: '';
    border-radius: 10px;
    pointer-events: none;
    top: 0.5rem;
    right: 0.5rem;
}

header .top_proVv3iL::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(128,153,151), rgb(97,122,117));
    content: '';
    top: 0;
    height: 100%;
    width: 5px;
}

header .nav_infoju07m::after {
    width: 80px;
    position: absolute;
    content: '';
    background: rgb(128,153,151,0.5);
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    height: 1px;
}

header .nav_pagewrapbTJFu {
    color: #000000;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    padding: 0.7rem 1.3rem;
    transition: all 0.3s ease;
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: rgb(159,186,186);
    font-size: 14px;
}

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

.teaching_experiencezjXMv .pic_frame_wrapB5yto {
    z-index: 3;
    height: 420px;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(128,153,151,0.5);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 16px;
    position: relative;
    grid-area: photo;
    transform: perspective(1000px) rotateY(-8deg);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
}

.teaching_experiencezjXMv .name::after {
    background: rgb(128,153,151);
    transform-origin: left;
    transform: scaleX(0.6);
    transition: transform 0.5s ease;
    content: "";
    bottom: -8px;
    position: absolute;
    height: 4px;
    left: 20px;
    width: 60px;
}

.teaching_experiencezjXMv .success_testimonialswl6rN > span:not(.name) {
    color: rgb(97,122,117);
    font-weight: 600;
    grid-area: job;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 5px;
    transform: perspective(1000px) rotateY(5deg);
}

.privacy_defensegIwfn {
    background: linear-gradient(135deg, rgb(159,186,186) 0%, rgba(255,255,255,0.96) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}

.privacy_defensegIwfn .container {
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    max-width: 1140px;
    border-left: 4px solid rgb(128,153,151);
    transform: translateZ(0);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 3rem;
}

.privacy_defensegIwfn h1:hover::after {
    width: 120px;
}

.privacy_defensegIwfn h3 {
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #000000;
    font-size: calc(35px * 0.8);
    border-left: 2px solid rgb(97,122,117,0.5);
    position: relative;
    padding-left: 1rem;
}

.privacy_defensegIwfn p:hover {
    transform: translateX(5px);
}

.privacy_defensegIwfn strong {
    font-weight: 700;
    position: relative;
    color: rgb(128,153,151);
}

.privacy_defensegIwfn p:hover strong::after {
    width: 100%;
}

.privacy_defensegIwfn li {
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    transition: transform 0.3s ease;
    list-style-type: none;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin-bottom: 1rem;
}

.privacy_defensegIwfn span:hover {
    background: linear-gradient(to right, rgba(rgb(159,186,186), 0.5), transparent);
    transform: perspective(1000px) rotateX(1deg);
}

.contact_form_sectionwuRvA::before {
    background: rgb(159,186,186);
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(128,153,151,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(97,122,117,0.5) 0%, transparent 30%);
}

.contact_form_sectionwuRvA h2::before {
    bottom: -15px;
    position: absolute;
    content: "";
    height: 2px;
    background: rgb(128,153,151);
    left: calc(50% - 50px);
    box-shadow: 
        0 0 5px rgb(128,153,151),
        0 0 10px rgb(128,153,151),
        0 0 15px rgb(128,153,151);
    width: 100px;
}

.contact_form_sectionwuRvA .support_sectionZUBwf::before {
    border: 1px solid rgb(128,153,151);
    content: "";
    opacity: 0.2;
    border-radius: 12px;
    pointer-events: none;
    inset: 0;
    position: absolute;
    z-index: 3;
}

.contact_form_sectionwuRvA .request_widgetkfmat {
    position: relative;
    padding: 60px;
    background: #ffffff;
    flex: 0 0 55%;
}

.contact_form_sectionwuRvA .request_widgetkfmat::after {
    position: absolute;
    left: -75px;
    bottom: -75px;
    height: 150px;
    filter: blur(80px);
    z-index: 0;
    content: "";
    opacity: 0.3;
    background: rgb(97,122,117,0.5);
    width: 150px;
}

.contact_form_sectionwuRvA form input[type="text"] {
    border-radius: 8px;
    font-size: 12px;
    padding: 18px 25px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    background: rgb(159,186,186);
    border: 1px solid rgb(128,153,151,0.5);
}

.contact_form_sectionwuRvA .support_querydxwKY input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_form_sectionwuRvA .support_querydxwKY input[type="checkbox"]:checked + label::before {
    border-color: rgb(128,153,151);
    box-shadow: 0 0 5px rgb(128,153,151,0.5);
    background: rgb(128,153,151);
}

.contact_form_sectionwuRvA .support_querydxwKY label a {
    position: relative;
    text-decoration: none;
    color: rgb(128,153,151);
    transition: all 0.3s ease;
    font-weight: 600;
}

.contact_form_sectionwuRvA .connect_gridLTHBg {
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    background: rgb(128,153,151);
    text-transform: uppercase;
    position: relative;
    box-shadow: 
        0 5px 15px rgb(128,153,151,0.5),
        0 0 0 1px rgb(128,153,151);
    overflow: hidden;
    padding: 18px 30px;
    letter-spacing: 1px;
    font-size: 14px;
    border: none;
}

.contact_form_sectionwuRvA svg:hover,
.contact_form_sectionwuRvA svg:hover path {
    filter: drop-shadow(0 0 3px rgb(97,122,117,0.5));
    fill: rgb(97,122,117);
    transform: translateY(-2px);
}

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

.prospective_studentsSVqjK h4 {
    padding: 30px;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    background: #ffffff;
}

.prospective_studentsSVqjK div p:last-child {
    margin-bottom: 0;
}

.prospective_studentsSVqjK div p:hover {
    background: linear-gradient(90deg, rgba(rgb(128,153,151), 0.03) 0%, transparent 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.prospective_studentsSVqjK div p:hover::before {
    width: 100%;
}

.prospective_studentsSVqjK div p::after {
    content: "";
    border-right: 2px solid rgb(128,153,151);
    right: 20px;
    border-top: 2px solid rgb(128,153,151);
    width: 6px;
    position: absolute;
    opacity: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
    height: 6px;
    top: 50%;
}

.teaching_processyb73O {
    justify-content: center;
    min-height: 75vh;
    overflow: hidden;
    display: flex;
    position: relative;
    background: rgb(159,186,186);
    align-items: center;
}

.teaching_processyb73O .container {
    width: 100%;
    z-index: 5;
    padding: 0 2rem;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    max-width: 1200px;
}

.teaching_processyb73O .fast_trackv4s2e {
    display: flex;
    gap: 5rem;
    width: 100%;
    max-width: 1300px;
    justify-content: center;
    position: relative;
    align-items: center;
}

.teaching_processyb73O h3 {
    padding: 2rem 3rem;
    font-size: 30px;
    max-width: 600px;
    color: rgb(128,153,151);
    font-weight: 700;
    text-align: center;
    flex: 0 1 48%;
    align-items: center;
    position: relative;
    border-radius: 30px;
    animation: magneticPulse 5s ease-in-out infinite;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
    display: flex;
    margin: 0 10px;
    background: #ffffff;
    justify-content: center;
}

.teaching_processyb73O h3::after {
    width: 40px;
    content: "";
    background: linear-gradient(to right, rgb(128,153,151), transparent);
    top: 50%;
    position: absolute;
    height: 2px;
    z-index: 1;
    right: -20px;
}

.teaching_processyb73O span::after {
    z-index: 1;
    background: linear-gradient(to left, rgb(97,122,117), transparent);
    top: 50%;
    width: 40px;
    height: 2px;
    content: "";
    left: -20px;
    position: absolute;
}

.statistical_dataTqJwi::after {
    content: '';
    z-index: -2;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.4;
    left: 0;
    height: 100%;
    background: radial-gradient(ellipse at bottom right, rgb(128,153,151,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at top left, rgb(97,122,117,0.5) 0%, transparent 60%);
}

.statistical_dataTqJwi .benefits_trackhNALt {
    color: #ffffff;
    padding-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
}

.statistical_dataTqJwi .class_statisticsET4Ua {
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    display: flex;
}

.statistical_dataTqJwi .mentor_statistics9WVge:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transform: translateY(-10px);
}

.statistical_dataTqJwi .mentor_statistics9WVge:hover {
    transform: translateY(-10px) rotate(0deg);
}

.statistical_dataTqJwi .mentor_statistics9WVge:hover::before {
    opacity: 0.4;
    transform: scale(1.2);
}

.statistical_dataTqJwi .mentor_statistics9WVge span {
    font-weight: 700;
    display: block;
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
    font-size: 19px;
}



.statistical_dataTqJwi .mentor_statistics9WVge::after {
    width: 30px;
    left: -15px;
    position: absolute;
    bottom: -15px;
    height: 30px;
    opacity: 0.2;
    transition: all 0.4s ease;
    border-radius: 50%;
    background: linear-gradient(to right, rgb(97,122,117,0.5), transparent);
    content: '';
}

.statistical_dataTqJwi .mentor_statistics9WVge:nth-child(4) {
    transform: rotate(2deg);
}

.learning_impactuKRmU::before {
    width: 150%;
    top: -100px;
    transform: rotate(-5deg);
    left: -25%;
    content: '';
    z-index: 1;
    position: absolute;
    height: 200px;
    background: rgb(128,153,151,0.5);
}

.learning_impactuKRmU .pic_frame_wrapB5yto {
    border-radius: 0 22px 22px 0;
    position: relative;
    z-index: 3;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    margin-left: -5%;
    width: 45%;
    margin-top: -50px;
    height: 600px;
    transition: all 0.5s ease;
}

.learning_impactuKRmU h2 {
    color: #000000;
    margin-bottom: 50px;
    font-size: 33px;
    font-weight: 700;
    position: relative;
    width: fit-content;
}

.learning_impactuKRmU .text_main_holder > div {
    align-items: flex-start;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    background: #ffffff;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}

.learning_impactuKRmU .text_main_holder svg {
    height: 45px;
    transition: transform 0.3s ease;
    width: 45px;
}

.learning_impactuKRmU .text_main_holder > div:hover svg path {
    fill: rgb(128,153,151);
}

.cheat_sheetIwAdQ::before {
    left: 0;
    pointer-events: none;
    background: radial-gradient(circle at 10% 20%, rgb(97,122,117,0.5) 0%, transparent 50%);
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
}

footer .contact_questionc5tOW:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

footer .info_item svg {
    filter: drop-shadow(0 0 3px rgb(128,153,151,0.5));
    margin-right: 12px;
    fill: rgb(128,153,151);
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
}

footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(128,153,151,0.5);
    color: rgb(128,153,151);
}

footer .header_mainbarFuyTA svg {
    transition: filter 0.3s ease;
    width: auto;
    height: 50px;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 5px rgb(128,153,151,0.5));
}

footer .head_learnbdM30:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .head_learnbdM30:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}



footer .head_learnbdM30 h5 {
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 24px;
}

footer .page_topSmwZq {
    flex-direction: column;
    gap: 10px;
    display: flex;
    margin-bottom: 25px;
}

footer .page_topSmwZq a:hover {
    padding-left: 20px;
    color: rgb(128,153,151);
}

footer .page_topSmwZq a:hover::before {
    box-shadow: 0 0 5px rgb(128,153,151), 0 0 10px rgb(128,153,151,0.5);
    transform: translateY(-50%) scale(1);
    background-color: rgb(128,153,151);
    opacity: 1;
}



footer .subscribe_holder h5 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
}

footer .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.9;
}

footer .input_holder input[type="email"] {
    font-size: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    border-radius: 10px;
    padding: 14px 16px;
    transition: all 0.3s ease;
}

footer .news_panel2zEJy:hover {
    background: rgb(97,122,117);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

footer .news_panel2zEJy:hover::before {
    left: 100%;
}

footer .calc_footufBcP {
    opacity: 0.7;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 13px;
    text-align: center;
}

.client_testimonialsFvJbz::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(128,153,151) 25%, 
        rgb(97,122,117) 75%, 
        transparent 100%);
    left: 0;
    z-index: 1;
    filter: blur(3px);
    position: absolute;
    height: 10px;
    opacity: 0.7;
    bottom: -5px;
    width: 100%;
    content: "";
}

.client_testimonialsFvJbz .learner_voicesN1GAw {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    perspective: 1000px;
    padding: 0;
    display: grid;
    gap: 2rem;
}

.client_testimonialsFvJbz .success_testimonialswl6rN:hover {
    transform: translateY(-10px) translateZ(10px) scale(1.02);
    box-shadow: 
        0 25px 45px -12px rgba(rgb(128,153,151,0.5), 0.15),
        0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.client_testimonialsFvJbz .success_testimonialswl6rN div {
    margin-bottom: 1.5rem;
    align-items: center;
    z-index: 2;
    position: relative;
    display: flex;
}

.client_testimonialsFvJbz .success_testimonialswl6rN:hover img {
    transform: scale(1.05);
}

.client_testimonialsFvJbz .success_testimonialswl6rN h4::after {
    background: rgb(128,153,151);
    width: 30px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    height: 2px;
    bottom: -5px;
}

.client_testimonialsFvJbz a:hover {
    box-shadow: 0 8px 25px rgba(rgb(128,153,151,0.5), 0.4);
    transform: translateY(-3px) scale(1.02);
}

.client_testimonialsFvJbz a:hover::before {
    left: 100%;
}

.our_storyQeZiF ol li::-webkit-scrollbar {
    width: 6px;
}

.our_storyQeZiF ol li::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
}

.our_storyQeZiF ol li::-webkit-scrollbar-thumb {
    background-color: rgb(97,122,117);
    border-radius: 3px;
}

.course_overviewetnb1 .description::-webkit-scrollbar {
    width: 4px;
}

.course_overviewetnb1 .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.course_overviewetnb1 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(97,122,117,0.5);
}


@media only screen and (max-width: 1200px) {.cookie_overlay_windowp2TFS {
    padding: 20px;
}.cookie_eduxiuw3 {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.cookie_disclaimerP2KDg {
    display: none;
}.cookie_eduxiuw3 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_user3Sfz5 {
    text-align: center;
    margin-bottom: 20px;
}.cookie_overlay_windowp2TFS h5, .cookie_overlay_windowp2TFS p {
    text-align: center;
}.cookie_boxeSUxa {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}



@media (max-width: 767px) {.title_sectionuD2HL {
    padding-top: 60px;
}.title_sectionuD2HL .fast_trackv4s2e {
    padding-top: 2rem;
    padding-bottom: 3rem;
}.title_sectionuD2HL .note_framer43oJ {
    order: 2;
}.title_sectionuD2HL .pic_frame_wrapB5yto {
    order: 1;
    margin-bottom: 1.5rem;
}
}



@media (max-width: 575px) {.appPanelsfNgi {
    padding: 2rem 0.8rem;
}.appPanelsfNgi h2 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.7);
}.appPanelsfNgi .fast_trackv4s2e {
    padding: 1.2rem;
}.appPanelsfNgi li span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}



@media (hover: hover) {.appPanelsfNgi .fast_trackv4s2e {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}



@media (min-width: 1200px) {.pricing_wrapperT6ZId .discount_gridqj76I {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_wrapperT6ZId .value_plan8r9KD {
    padding: 2.5rem;
}.pricing_wrapperT6ZId .lesson_ratesJYON7 h2 {
    font-size: calc(35px + 0.2rem);
}.pricing_wrapperT6ZId .pic_frame_wrapB5yto {
    height: 250px;
}
}



@media (min-width: 992px) {.course_overviewetnb1 {
    padding: 150px 0;
}.course_overviewetnb1 h2 {
    margin-bottom: 70px;
    font-size: calc(31px * 1.1);
}.course_overviewetnb1 .program_mapzoqpO {
    max-width: 90%;
    margin: 0 auto;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg);
}.course_overviewetnb1 .program_mapzoqpO:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg);
}.course_overviewetnb1 .pic_frame_wrapB5yto {
    flex: 0 0 40%;
}.course_overviewetnb1 .note_framer43oJ {
    padding: 50px 60px;
    flex: 0 0 60%;
}.course_overviewetnb1 .description {
    font-size: calc(15px * 1.05);
    max-height: 280px;
    line-height: 1.8;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .top_proVv3iL {
    padding: 1.2rem;
}header .nav_infoju07m {
    padding: 0 0 0.8rem 0;
}header .nav_infoju07m svg {
    width: 150px;
}header .head_learnbdM30 {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .nav_pagewrapbTJFu {
    padding: 0.6rem 1.1rem;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .top_proVv3iL {
    padding: 0.8rem 0.8rem 1rem;
}header .nav_infoju07m {
    padding: 0 0 0.6rem 0;
}header .nav_infoju07m svg {
    width: 120px;
}header .head_learnbdM30 {
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 0.6rem;
    flex-wrap: nowrap;
    padding-bottom: 0.3rem;
}header .head_learnbdM30::-webkit-scrollbar {
    height: 3px;
}header .head_learnbdM30::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(128,153,151);
}header .nav_pagewrapbTJFu {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 3px;
}}



@media (max-width: 576px) {.teaching_experiencezjXMv {
    padding: 60px 0;
}.teaching_experiencezjXMv .pic_frame_wrapB5yto {
    max-width: 250px;
    height: 250px;
}.teaching_experiencezjXMv .name {
    font-size: 20px;
}.teaching_experiencezjXMv .experience_pathLJKV1 {
    font-size: calc(18px * 0.95);
    padding: 25px 20px;
}}



@media (max-width: 991px) {.privacy_defensegIwfn {
    padding: 4rem 1.5rem;
}.privacy_defensegIwfn .container {
    padding: 2.5rem 2rem;
}.privacy_defensegIwfn h1 {
    font-size: calc(47px * 0.9);
}.privacy_defensegIwfn h2 {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 480px) {.privacy_defensegIwfn {
    padding: 2rem 0.75rem;
}.privacy_defensegIwfn .container {
    padding: 1.5rem 1rem;
}.privacy_defensegIwfn h1 {
    font-size: calc(47px * 0.7);
}.privacy_defensegIwfn h2 {
    padding-left: 0.75rem;
    font-size: calc(35px * 0.7);
}.privacy_defensegIwfn h3, .privacy_defensegIwfn h4 {
    padding-left: 0.5rem;
}.privacy_defensegIwfn p, .privacy_defensegIwfn span, .privacy_defensegIwfn li {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.privacy_defensegIwfn li {
    padding-left: 1rem;
}.privacy_defensegIwfn li::before {
    width: 6px;
    height: 6px;
}}



@media (max-width: 991px) {.prospective_studentsSVqjK {
    padding: 100px 0;
}.prospective_studentsSVqjK h4 {
    padding: 25px;
    font-size: calc(32px - 2px);
}.prospective_studentsSVqjK div {
    padding: 30px;
}.prospective_studentsSVqjK div p {
    margin-bottom: 15px;
    padding: 18px 18px 18px 55px;
}.prospective_studentsSVqjK div p svg {
    width: 22px;
    height: 22px;
    left: 18px;
}
}



@media (max-width: 767px) {.prospective_studentsSVqjK {
    padding: 80px 0;
}.prospective_studentsSVqjK h4 {
    padding: 20px;
    font-size: calc(32px - 4px);
}.prospective_studentsSVqjK div {
    padding: 25px 20px;
}.prospective_studentsSVqjK div p {
    margin-left: 0;
    margin-bottom: 12px;
    width: 100%;
    padding: 15px 15px 15px 50px;
    margin-right: 0;
    flex: 1 1 100%;
}.prospective_studentsSVqjK div p svg {
    left: 15px;
    height: 20px;
    width: 20px;
}
}



@media (max-width: 768px) {.teaching_processyb73O {
    min-height: auto;
    padding: 3rem 0;
}.teaching_processyb73O .container {
    padding: 0 1.2rem;
}.teaching_processyb73O .fast_trackv4s2e {
    gap: 2.5rem;
}.teaching_processyb73O h3 {
    padding: 1.5rem 2rem;
    font-size: calc(30px * 0.8);
}.teaching_processyb73O span {
    padding: 1.5rem 2rem;
    font-size: calc(13px * 0.9);
}.teaching_processyb73O h3::before,
    .teaching_processyb73O span::before {
    inset: -3px;
}
}



@media screen and (max-width: 768px) {.statistical_dataTqJwi {
    padding: 80px 0 100px;
}.statistical_dataTqJwi .knowledge_upgradezDNAu svg {
    height: 80px;
    width: 80px;
}.statistical_dataTqJwi .benefits_trackhNALt {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: calc(37px * 0.9);
}.statistical_dataTqJwi .pro_statisticsoSIri {
    font-size: calc(13px * 0.95);
}.statistical_dataTqJwi .mentor_statistics9WVge {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
}
}



@media (max-width: 576px) {.learning_impactuKRmU {
    padding: 80px 0;
}.learning_impactuKRmU .pic_frame_wrapB5yto {
    height: 300px;
}.learning_impactuKRmU h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.learning_impactuKRmU .text_main_holder > div {
    padding: 20px;
}.learning_impactuKRmU .text_main_holder svg {
    height: 35px;
    width: 35px;
}}



@media (max-width: 767px) {footer .cheat_sheetIwAdQ {
    padding: 60px 0 30px;
}footer .contact_questionc5tOW {
    gap: 15px;
    padding: 20px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .head_learnbdM30, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .head_learnbdM30 h5 {
    font-size: calc(24px - 2px);
}footer .subscribe_holder p, footer .page_topSmwZq a {
    font-size: calc(16px - 2px);
}footer .footer_subscribeuXoUm {
    margin-top: 30px;
}
}



@media (max-width: 768px) {.client_testimonialsFvJbz {
    padding: 4rem 0;
}.client_testimonialsFvJbz h2 {
    margin-bottom: 2rem;
    transform: perspective(800px) rotateX(1deg);
    font-size: calc(34px * 0.85);
}.client_testimonialsFvJbz .learner_voicesN1GAw {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.25rem;
}.client_testimonialsFvJbz .success_testimonialswl6rN {
    padding: 1.5rem;
}
}



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



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

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



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



@keyframes photo-entry {
    from {
        transform: translateY(40px) rotate(-2deg);
        opacity: 0;
    }
    to {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}



@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}



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



@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
        background-position: 100% 100%;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

