* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.main_site_fYwV {
    flex: 1 0 auto;
}

.pitch_comp_RLyY {
    flex: 0 0 auto;
}

.pitch_comp_RLyY {
    position: relative;
    z-index: 1;
    padding: 80px 0 40px;
    color: #ffffff;
}

.wrapper-border_qkTx {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

header .main_navbar_AyIh {
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative;
    padding: 15px;
    display: flex;
}

header .main_navbar_AyIh::after {
    height: 1px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(192,208,191),
        rgb(153,173,152),
        rgb(192,208,191),
        transparent
    );
    box-shadow: 0 0 10px rgb(153,173,152), 0 0 20px rgb(153,173,152,0.5);
    left: 5%;
    content: '';
    width: 90%;
}

header .main_navbar_AyIh .head_pagebar_RnWV:hover::before {
    opacity: 1;
}

header .main_navbar_AyIh .head_pagebar_RnWV .head_nav_BejH {
    display: block;
    transition: transform 0.3s ease;
}

header .main_navbar_AyIh .head_pagebar_RnWV .head_nav_BejH svg {
    filter: drop-shadow(0 0 5px rgb(153,173,152,0.5));
    height: 45px;
    width: auto;
}

header .main_navbar_AyIh .top_primary_wYAg::before {
    content: '';
    opacity: 0.2;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    border-radius: 10px;
    background: radial-gradient(
        ellipse at center,
        rgb(153,173,152,0.5) 0%,
        transparent 70%
    );
    width: 100%;
}

header .main_navbar_AyIh .top_primary_wYAg .nav_core_EbND:hover::after {
    left: 10%;
    width: 80%;
}

header .main_navbar_AyIh .top_primary_wYAg .nav_core_EbND a {
    padding: 10px 15px;
    font-weight: 400;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    letter-spacing: 1px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.our_team_svPS::after {
    right: -50%;
    content: "";
    top: -50%;
    animation: orbitGlow 15s infinite alternate ease-in-out;
    width: 100%;
    background: radial-gradient(circle at center, rgb(153,173,152,0.5), transparent 70%);
    opacity: 0.5;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    height: 100%;
}

.our_team_svPS .text_column_XCGo {
    padding: 60px 50px;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(153,173,152);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.our_team_svPS .text_column_XCGo h5::after {
    animation: expandWidth 3s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1);
    position: absolute;
    height: 3px;
    bottom: -8px;
    width: 40%;
    left: 0;
    content: "";
    background: rgb(153,173,152);
}

.our_team_svPS .text_column_XCGo > div:nth-child(2) p::before {
    background: rgb(153,173,152);
    border-radius: 3px;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    content: "";
    height: 60%;
    top: 50%;
    position: absolute;
}

.our_team_svPS .text_column_XCGo ol li::before {
    box-shadow: 0 0 15px rgb(153,173,152);
    height: 10px;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 10px;
    background: rgb(153,173,152);
    top: 0;
    animation: pulseGlow 3s infinite alternate;
    left: -5px;
}

.contact_section_HZRS::before {
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-size: 60px 60px;
    position: absolute;
    top: 0;
    z-index: 0;
}

.contact_section_HZRS h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    bottom: -15px;
    background: rgb(192,208,191);
    content: "";
    position: absolute;
    height: 3px;
}

.contact_section_HZRS .feedback_widget_OkAI::before {
    height: 5px;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    top: 0;
    position: absolute;
}

.contact_section_HZRS .query_panel_ZUgy {
    position: relative;
    background: #ffffff;
    flex: 0 0 50%;
    padding: 60px 50px;
}

.contact_section_HZRS .query_panel_ZUgy::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    background: rgb(226,233,225);
    top: 0;
    left: 0;
}

.contact_section_HZRS h3::after {
    background: rgb(192,208,191,0.5);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
}

.contact_section_HZRS input[type="text"]:focus {
    border-color: rgb(192,208,191);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact_section_HZRS input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.contact_section_HZRS .feedback_message_rfOW input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgb(226,233,225);
}

.contact_section_HZRS .feedback_message_rfOW label {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}

.contact_section_HZRS .feedback_message_rfOW a {
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(192,208,191);
}

.contact_section_HZRS .help_panel_ntUT {
    align-self: flex-start;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    background: rgb(192,208,191);
    border: none;
    cursor: pointer;
    margin-top: 20px;
    padding: 16px 40px;
    font-size: 15px;
    box-shadow: 0 8px 20px rgb(192,208,191,0.5);
    font-weight: 600;
    position: relative;
}

.contact_section_HZRS .help_panel_ntUT:hover::before {
    left: 100%;
}

.contact_section_HZRS svg {
    width: 22px;
    fill: rgb(192,208,191);
    transition: all 0.3s ease;
    height: 22px;
}

.contact_section_HZRS svg:hover {
    transform: translateY(-2px);
    fill: rgb(153,173,152);
}

.target_audience_uPOX::before {
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(192,208,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(153,173,152,0.5) 0%, transparent 40%);
    opacity: 0.2;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 0;
}

.target_audience_uPOX h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    color: #000000;
}

.target_audience_uPOX div {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}

.target_audience_uPOX div p {
    line-height: 1.6;
    background: rgb(226,233,225);
    margin: 0;
    color: #000000;
    font-size: 13px;
    border-radius: 17px;
    flex: 1 1 calc(33.333% - 20px);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    min-width: 250px;
    display: flex;
    padding: 25px;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.target_audience_uPOX div p svg {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    min-width: 40px;
    transition: all 0.3s ease;
    padding: 8px;
    background: rgb(226,233,225);
    height: 40px;
    width: 40px;
    margin-right: 20px;
}

.target_audience_uPOX div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,208,191);
}

.secure_sanctum_CFjw {
    height: auto;
    background: rgb(153,173,152,0.5);
    padding: 40px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.secure_sanctum_CFjw h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 38px;
    margin-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: rgb(153,173,152);
    border-bottom: 2px solid rgb(192,208,191);
}

.secure_sanctum_CFjw ul, .secure_sanctum_CFjw ol {
    padding: 15px 0;
    list-style: none;
    padding-left: 20px;
}

.secure_sanctum_CFjw li {
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 10px;
    color: #000000;
}

.secure_sanctum_CFjw div.container {
    margin: 0 auto;
    max-width: 1200px;
}

.contact_OFyZ {
    padding: 80px 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    overflow: hidden;
    position: relative;
}

.contact_OFyZ::after {
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    animation: backgroundShift 15s linear infinite;
    background: 
        linear-gradient(90deg, transparent 0%, rgb(192,208,191,0.5) 50%, transparent 100%) 0% 0% / 200% 100%,
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
    left: 0;
    position: absolute;
    z-index: 1;
}

.contact_OFyZ .get_support_AGyv::before {
    pointer-events: none;
    position: absolute;
    transform: rotate(30deg);
    content: "";
    height: 200%;
    width: 200%;
    left: -50%;
    top: -50%;
    animation: reflectionEffect 8s linear infinite;
    background: linear-gradient(
        to bottom right,
        transparent,
        transparent,
        transparent,
        transparent,
        rgba(255, 255, 255, 0.08),
        transparent,
        transparent,
        transparent
    );
}

.contact_OFyZ .reach_team_GdvW::after {
    background: rgb(192,208,191);
    bottom: 0;
    width: 80px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
    position: absolute;
}

.contact_OFyZ .img_float_AONs {
    height: 280px;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.contact_OFyZ .talk_answer_crNQ {
    display: grid;
    z-index: 2;
    padding: 40px 50px;
    position: relative;
    grid-template-columns: 1fr;
    gap: 20px;
}

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

.contact_OFyZ .talk_answer_crNQ p svg {
    height: 18px;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 2px rgb(192,208,191,0.5));
    transition: all 0.3s ease;
    stroke-linecap: round;
    stroke: rgb(192,208,191);
    stroke-width: 2;
    width: 18px;
    left: 0;
    position: absolute;
    top: 0.25em;
    fill: none;
}

.contact_OFyZ .talk_answer_crNQ p:nth-child(1) svg path {
    animation-delay: 0.1s;
}

.contact_OFyZ .talk_answer_crNQ p:nth-child(3) svg path {
    animation-delay: 0.5s;
}


.contact_OFyZ .talk_answer_crNQ p::before {
    display: none;
}

.contact_OFyZ .talk_answer_crNQ p span {
    display: inline-block;
    font-weight: 400;
    max-width: 100%;
    white-space: normal;
}

.contact_OFyZ .talk_answer_crNQ p a::after {
    bottom: -2px;
    height: 1px;
    background: rgb(192,208,191);
    content: "";
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
}

.contact_OFyZ .contact_now_CZpw {
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
    margin: 0 0 15px 0;
    font-size: 24px;
    color: #ffffff;
}


.contact_OFyZ .contact_now_CZpw::before {
    display: none;
}

.contact_OFyZ .get_support_UxcT {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.contact_OFyZ .reach_experts_VCfn {
    border-radius: 0 10px 10px 0;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(153,173,152);
    background: rgba(255, 255, 255, 0.05);
    font-size: 12px;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    color: #000000;
}

.contact_OFyZ .reach_experts_VCfn:hover svg {
    stroke: #ffffff;
    transform: rotate(45deg);
    opacity: 1;
}

.client_comments_HLgO::before {
    opacity: 0.07;
    top: -5%;
    content: "";
    right: -10%;
    pointer-events: none;
    transform: rotate(-15deg);
    position: absolute;
    background: linear-gradient(120deg, rgb(192,208,191,0.5) 20%, transparent 80%);
    width: 45%;
    height: 35%;
}

.client_comments_HLgO .container {
    z-index: 2;
    position: relative;
}

.client_comments_HLgO h2 {
    color: #000000;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 3.5rem;
    line-height: 1.2;
    text-align: left;
    transform: translateX(-0.5rem);
    max-width: 75%;
    font-size: 37px;
    position: relative;
}

.client_comments_HLgO h2:hover::after {
    transform: scaleX(1.5);
}

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

.client_comments_HLgO .user_feedback_hYkI:hover {
    transform: translateY(-10px) rotateX(2deg);
    border-left-width: 5px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.client_comments_HLgO .user_feedback_hYkI:hover::before {
    opacity: 0.2;
    transform: scale(1.2) translateY(-5px);
}

.client_comments_HLgO .user_feedback_hYkI > div {
    align-items: center;
    display: flex;
    margin-bottom: 1.25rem;
}

.client_comments_HLgO .user_feedback_hYkI:hover img {
    transform: scale(1.1) translateZ(0);
}

.client_comments_HLgO .user_feedback_hYkI h4 {
    transition: transform 0.3s ease;
    font-weight: 600;
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 1.125rem;
}

.client_comments_HLgO .user_feedback_hYkI:hover h4 {
    transform: translateX(3px);
}

.client_comments_HLgO .user_feedback_hYkI:hover h4::after {
    width: 100%;
}

.client_comments_HLgO .user_feedback_hYkI .description {
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    line-height: 1.6;
    position: relative;
    color: #000000;
    font-weight: 400;
}

.client_comments_HLgO a {
    transform: translateZ(0);
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
    border: none;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    margin-top: 3rem;
    background-color: rgb(192,208,191);
    z-index: 1;
    overflow: hidden;
    padding: 0.75rem 2rem;
    text-align: center;
}

.client_comments_HLgO a:hover::before {
    transform: translateX(100%);
}

.subscribe_to_newsletter_xQpC {
    position: relative;
    padding: 3rem;
    overflow: hidden;
    margin: 4rem 0;
    background: linear-gradient(90deg, rgb(226,233,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
}

.subscribe_to_newsletter_xQpC::after {
    transform: rotate(-5deg);
    width: 120%;
    bottom: -30%;
    left: -10%;
    z-index: 0;
    position: absolute;
    height: 50%;
    filter: blur(20px);
    content: "";
    background: linear-gradient(90deg, rgb(153,173,152,0.5) 0%, transparent 100%);
}

.subscribe_to_newsletter_xQpC .skill_spot_gTaR:hover {
    transform: rotateX(0deg);
}

.subscribe_to_newsletter_xQpC p {
    flex: 0 0 40%;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    padding-right: 2rem;
    color: #ffffff;
    transform: translateZ(20px);
    font-family: Arial, sans-serif;
}

.subscribe_to_newsletter_xQpC .skill_spot_gTaR:hover p::after {
    transform: scaleX(1);
}

.subscribe_to_newsletter_xQpC .input_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    flex: 0 0 60%;
    position: relative;
    overflow: hidden;
    display: flex;
    transform: translateZ(40px);
    border-radius: 10px;
}

.subscribe_to_newsletter_xQpC .updates_modal_afbx:focus {
    outline: none;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
}

.subscribe_to_newsletter_xQpC .new_beginnings_UqDL::after {
    left: -50%;
    opacity: 0;
    content: "";
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transform: scale(0.5);
    width: 200%;
    transition: opacity 0.4s ease;
    height: 200%;
    position: absolute;
}

.subscribe_to_newsletter_xQpC .new_beginnings_UqDL:hover::after {
    opacity: 1;
    transform: scale(1);
}

.pricing_container_KjWU {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.pricing_container_KjWU::before {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    bottom: 0;
    top: 0;
    z-index: 1;
    right: 0;
}

.pricing_container_KjWU .qtr_cost_rTyi {
    font-size: 14px;
    margin: 0 auto 50px;
    overflow-wrap: break-word;
    line-height: 1.6;
    max-width: 700px;
    opacity: 0;
    text-align: center;
    word-break: break-word;
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
}

.pricing_container_KjWU .pro_rates_vZGy li {
    opacity: 0;
    transform: translateY(30px);
    transform-style: preserve-3d;
    perspective: 1000px;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
}

.pricing_container_KjWU .pro_rates_vZGy li:nth-child(4) {
    --i: 3;
}

.pricing_container_KjWU .fee_board_jKRT:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}

.pricing_container_KjWU .study_fees_HYMl {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
}

.pricing_container_KjWU .fee_board_jKRT:hover .study_fees_HYMl::before {
    opacity: 1;
}

.pricing_container_KjWU .fee_schemes_YLck {
    z-index: 1;
    display: flex;
    height: 100%;
    position: relative;
    flex-direction: column;
}

.pricing_container_KjWU .fee_schemes_YLck h4 {
    margin-top: 0;
    font-size: calc(23px * 1.1);
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.pricing_container_KjWU .fee_board_jKRT:hover .fee_schemes_YLck h4::after {
    transform: scaleX(1);
}

.pricing_container_KjWU .fee_schemes_YLck p {
    word-break: break-word;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.75);
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    overflow-wrap: break-word;
    overflow-y: auto;
    padding-right: 5px;
    flex-grow: 1;
    scrollbar-color: rgba(rgb(192,208,191,0.5), 0.5) rgba(255, 255, 255, 0.05);
    max-height: 250px;
    scrollbar-width: thin;
}

.pricing_container_KjWU .plan_fees_lLGE::before {
    height: 1px;
    background: linear-gradient(90deg, rgb(192,208,191), transparent);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

footer {
    position: relative;
}

.pitch_comp_RLyY .container {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}

.pitch_comp_RLyY .company_holder {
    padding-right: 40px;
    position: relative;
}

.pitch_comp_RLyY .company_holder h3 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: calc(35px * 0.9);
    margin-bottom: 25px;
}

.pitch_comp_RLyY .company_holder h3::after {
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    width: 40px;
    bottom: -8px;
    background: rgb(192,208,191);
    border-radius: 10px;
}

.pitch_comp_RLyY .ranking_bar_ZlUJ {
    display: flex;
    justify-content: flex-end;
}

.pitch_comp_RLyY .top_primary_wYAg {
    position: relative;
}

.pitch_comp_RLyY .top_primary_wYAg h5::after {
    width: 30px;
    bottom: 0;
    position: absolute;
    background: rgb(192,208,191);
    border-radius: 10px;
    height: 2px;
    left: 0;
    content: "";
}

.pitch_comp_RLyY .top_primary_wYAg .top_head_RICU a {
    font-size: calc(13px * 0.95);
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.7;
    padding-left: 0;
    position: relative;
}

.pitch_comp_RLyY .top_primary_wYAg .top_head_RICU a:hover {
    opacity: 1;
    color: rgb(192,208,191);
    padding-left: 12px;
}

.podcast_cta_WkaL {
    backdrop-filter: blur(5px);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}



.podcast_cta_WkaL {
    overflow: hidden;
    position: relative;
}

.pitch_comp_RLyY::after {
    box-shadow: 0 0 40px rgb(192,208,191,0.5);
}

.pitch_comp_RLyY .container::before {
    left: -75px;
    animation: pulse 10s infinite alternate-reverse;
    width: 150px;
    bottom: -75px;
    position: absolute;
    filter: blur(30px);
    border-radius: 50%;
    content: "";
    background: radial-gradient(
        circle, 
        rgb(153,173,152,0.5), 
        transparent 70%
    );
    height: 150px;
}

.pitch_comp_RLyY .company_holder::before {
    background: linear-gradient(90deg, 
        rgb(192,208,191,0.5), 
        transparent);
    bottom: -20px;
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    width: 100px;
}

.pitch_comp_RLyY .top_primary_wYAg .top_head_RICU a:hover::after {
    width: 100%;
}

.pitch_comp_RLyY .top_primary_wYAg .top_head_RICU a:nth-child(even):hover {
    transform: translateX(2px);
}

.podcast_cta_WkaL::before {
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(153,173,152,0.5), 
        transparent);
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
}

.podcast_cta_WkaL .mentor_cta_bKXy:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}

.title_section_dnqi {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    align-items: center;
    min-height: 100vh;
}

.title_section_dnqi::after {
    content: "";
    left: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    animation: gradientShift 12s infinite alternate ease-in-out;
    background: linear-gradient(45deg, 
    rgb(192,208,191,0.5) 0%,
    transparent 40%,
    rgb(153,173,152,0.5) 100%);
    right: 0;
    top: 0;
}

.title_section_dnqi > div > div:first-child {
    position: relative;
    transform: translateZ(30px);
    margin-bottom: 4rem;
}

.title_section_dnqi .title_style_header::after {
    transform: translateZ(5px) scaleX(1);
    animation: lineExpand 4s infinite alternate ease-in-out;
    transform-origin: left center;
    height: 4px;
    left: 0;
    background: linear-gradient(to right, 
    rgb(192,208,191) 0%,
    rgb(153,173,152) 100%);
    width: 80px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    bottom: -15px;
    content: "";
}

.title_section_dnqi .master_expert_oeIn {
    gap: 2rem;
    position: relative;
    border-left: 2px solid rgb(153,173,152);
    backdrop-filter: blur(5px);
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.03) 100%);
    clip-path: polygon(
    0 0, 
    100% 0, 
    100% calc(100% - 30px), 
    calc(100% - 30px) 100%, 
    0 100%
  );
    display: flex;
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.5),
    0 1px 2px 0 rgba(255, 255, 255, 0.05) inset;
    padding: 3rem;
    transform: translateZ(20px);
    flex-direction: column;
}

.title_section_dnqi .master_expert_oeIn > div:nth-child(2) {
    position: relative;
    transform: translateZ(5px);
    margin-top: 0.5rem;
}

.title_section_dnqi .master_expert_oeIn span::before {
    position: absolute;
    animation: lineWidth 3s infinite alternate ease-in-out;
    transform-origin: left center;
    height: 1px;
    left: 0;
    background: rgb(192,208,191);
    content: "";
    top: 50%;
    width: 20px;
    transform: scaleX(1);
}

.thxSection_VKpU::before {
    background: linear-gradient(220deg, rgb(153,173,152,0.5) 20%, transparent 80%);
    animation: floatElement 15s ease-in-out infinite;
    position: absolute;
    transform: rotate(-15deg) skewX(10deg);
    height: 70%;
    width: 40%;
    content: "";
    right: -5%;
    filter: blur(60px);
    z-index: 1;
    top: -10%;
}

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

.thxSection_VKpU h2::after {
    bottom: -15px;
    height: 3px;
    background: rgb(192,208,191);
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    width: 80px;
    left: 50%;
    content: "";
}

.thxSection_VKpU .skill_spot_gTaR {
    animation: slideUp 0.8s forwards 0.5s ease-out;
    background: #ffffff;
    border-radius: 24px;
    transform: translateY(30px);
    padding: 50px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    opacity: 0;
}

.thxSection_VKpU ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.thxSection_VKpU li {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    position: relative;
}

.thxSection_VKpU li::before {
    border-radius: 50%;
    content: "";
    top: 8px;
    left: -30px;
    height: 12px;
    position: absolute;
    background: rgb(192,208,191);
    animation: pulse 2s infinite;
    width: 12px;
}

.statistical_details_FBYp {
    position: relative;
    padding: 6rem 0 4rem;
    background: linear-gradient(135deg, rgb(226,233,225) 40%, rgb(153,173,152,0.5) 100%);
    overflow: hidden;
}

.statistical_details_FBYp::after {
    top: -30%;
    transform: rotate(-15deg) skew(20deg);
    content: "";
    height: 70%;
    right: -20%;
    position: absolute;
    background: linear-gradient(225deg, rgb(153,173,152,0.5) 0%, transparent 70%);
    width: 70%;
    z-index: 0;
}

.statistical_details_FBYp ul {
    list-style: none;
    margin: 0 0 3rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2.5rem 1.5rem;
    display: grid;
    padding: 0;
    transform: translateX(-1rem);
}

.statistical_details_FBYp .key_pros_hnHp:nth-child(1) {
    --i: 1;
}

.statistical_details_FBYp .key_pros_hnHp:nth-child(3) {
    --i: 3;
}

.statistical_details_FBYp .key_pros_hnHp:nth-child(5) {
    --i: 5;
}

.statistical_details_FBYp .key_pros_hnHp:nth-child(7) {
    --i: 7;
}

.statistical_details_FBYp .key_pros_hnHp div::before {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    width: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgb(192,208,191), rgb(153,173,152));
    top: 0;
    transform-origin: top;
    height: 100%;
    transform: scaleY(0);
    position: absolute;
    content: "";
}

.statistical_details_FBYp .key_pros_hnHp div::after {
    left: 0;
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(192,208,191), rgb(153,173,152));
}

.statistical_details_FBYp .key_pros_hnHp:hover div::after {
    transform: scaleX(1);
}

.statistical_details_FBYp .key_pros_hnHp:hover p {
    transform: scale(1.05);
}

.statistical_details_FBYp .key_pros_hnHp p::after {
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(192,208,191,0.5), transparent);
    height: 4px;
    width: 100%;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    transform: scaleX(0);
    bottom: 0.5rem;
}

.statistical_details_FBYp .key_pros_hnHp span {
    transition: color 0.3s ease;
    font-size: 15px;
    display: block;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    opacity: 0.9;
}

.statistical_details_FBYp h4::before {
    content: "";
    height: 2px;
    background: rgb(192,208,191);
    position: absolute;
    right: 0;
    width: 2rem;
    top: 50%;
    transform: translateY(-50%);
}

.cookie_check_QZiJ {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.cookie_message_overlay_HpGk h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.tracking_policy_DyAI {
    margin-right: 10px;
    flex-shrink: 0;
}

.cookie_box_hUxf {
    border-bottom: 2px solid rgb(192,208,191);
    margin-left: 10px;
    line-height: 35px;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 24px;
    min-width: 120px;
    white-space: nowrap;
    cursor: pointer;
    color: rgb(192,208,191);
    text-align: center;
}

.course_highlights_vhXn {
    overflow: hidden;
    position: relative;
    background-color: rgb(226,233,225);
    padding: 6rem 0;
}

.course_highlights_vhXn::after {
    z-index: 0;
    position: absolute;
    bottom: -5%;
    transform: rotate(15deg);
    height: 55%;
    content: "";
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(192,208,191,0.5), rgb(192,208,191));
    left: -10%;
    width: 55%;
}

.course_highlights_vhXn h2 {
    margin-bottom: 3rem;
    line-height: 1.3;
    font-weight: 700;
    max-width: 85%;
    color: #000000;
    position: relative;
    font-size: 31px;
}

.course_highlights_vhXn .container:hover h2::after {
    transform: scaleX(1.5);
}

.course_highlights_vhXn .training_guide_ltFV {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

.course_highlights_vhXn .img_float_AONs::before {
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(153,173,152,0.5), transparent);
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity 0.6s ease;
}

.course_highlights_vhXn .container:hover .img_float_AONs {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.course_highlights_vhXn .container:hover .img_float_AONs::before {
    opacity: 0.5;
}

.course_highlights_vhXn .container:hover .img_float_AONs::after {
    left: 100%;
}

.course_highlights_vhXn .text_column_XCGo::before {
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transform: scaleY(0.3);
    background: linear-gradient(to bottom, rgb(153,173,152), rgb(192,208,191));
    transform-origin: center;
    width: 4px;
    position: absolute;
}

.course_highlights_vhXn .container:hover .text_column_XCGo::before {
    transform: scaleY(1);
}

.course_highlights_vhXn .description:last-child {
    margin-bottom: 0;
}

.course_highlights_vhXn .description::first-letter {
    font-weight: 600;
    color: rgb(153,173,152);
    font-size: 1.3em;
}

.education_history_EUHe {
    background: rgb(226,233,225);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

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

.education_history_EUHe .img_float_AONs {
    border-radius: 0;
    overflow: hidden;
    min-height: 400px;
    height: 100%;
    width: 100%;
    position: relative;
}

.education_history_EUHe .img_float_AONs::before {
    left: 0;
    height: 50%;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
}

.education_history_EUHe .name {
    color: #ffffff;
    z-index: 2;
    left: 30px;
    margin: 0;
    position: absolute;
    font-weight: 700;
    padding-bottom: 0;
    bottom: 60px;
    font-size: 22px;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
}

.education_history_EUHe .img_float_AONs:hover ~ .name,
.education_history_EUHe .img_float_AONs:hover ~ span:not(.name) {
    transform: translateX(5px);
}

.education_history_EUHe .exp_box_uCHT::before {
    left: 40px;
    opacity: 0.2;
    width: 40px;
    position: absolute;
    top: 40px;
    content: "";
    background: linear-gradient(to right bottom, 
        rgb(192,208,191) 0%, 
        rgb(192,208,191) 50%, 
        transparent 50%, 
        transparent 100%);
    height: 30px;
}

.pricing_container_KjWU .fee_schemes_YLck p::-webkit-scrollbar {
    width: 4px;
}

.pricing_container_KjWU .fee_schemes_YLck p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

.pricing_container_KjWU .fee_schemes_YLck p::-webkit-scrollbar-thumb {
    background: rgba(rgb(192,208,191,0.5), 0.5);
    border-radius: 10px;
}



@media (max-width: 992px) {header .main_navbar_AyIh {
    flex-direction: column;
}header .main_navbar_AyIh .head_pagebar_RnWV {
    align-self: center;
    margin: 0 0 15px 0;
}header .main_navbar_AyIh .top_primary_wYAg {
    width: 100%;
    justify-content: center;
}header .main_navbar_AyIh .top_primary_wYAg .nav_core_EbND a {
    font-size: calc(12px - 1px);
    padding: 10px 15px;
}}



@media (max-width: 576px) {.our_team_svPS {
    padding: 40px 0;
}.our_team_svPS .container {
    padding: 0 15px;
}.our_team_svPS .text_column_XCGo {
    padding: 25px 15px;
}.our_team_svPS .text_column_XCGo h5 {
    font-size: calc(20px * 0.85);
}.our_team_svPS .text_column_XCGo > div:nth-child(2) p {
    font-size: calc(20px * 0.9);
}.our_team_svPS .text_column_XCGo ol li {
    font-size: calc(15px * 0.9);
    padding: 5px 0 5px 10px;
    line-height: 1.6;
}}



@media (max-width: 768px) {.contact_section_HZRS {
    padding: 60px 0;
}.contact_section_HZRS h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 4px);
}.contact_section_HZRS .query_panel_ZUgy {
    padding: 40px 30px;
}.contact_section_HZRS #contact {
    gap: 25px;
}.contact_section_HZRS .img_float_AONs {
    min-height: 300px;
}
}



@media (max-width: 576px) {.contact_section_HZRS {
    padding: 50px 0;
}.contact_section_HZRS .container {
    padding: 0 15px;
}.contact_section_HZRS h2 {
    font-size: calc(28px - 6px);
    margin-bottom: 30px;
}.contact_section_HZRS .query_panel_ZUgy {
    padding: 35px 25px;
}.contact_section_HZRS #contact {
    gap: 20px;
}.contact_section_HZRS input[type="text"] {
    padding: 15px;
}.contact_section_HZRS .help_panel_ntUT {
    padding: 15px 25px;
    width: 100%;
}.contact_section_HZRS .img_float_AONs {
    min-height: 250px;
}}



@media (max-width: 767px) {.target_audience_uPOX {
    padding: 60px 0;
}.target_audience_uPOX .skill_spot_gTaR {
    padding: 30px 20px;
}.target_audience_uPOX h4 {
    font-size: calc(30px - 4px);
    margin-bottom: 35px;
}.target_audience_uPOX div p {
    flex: 1 1 100%;
    padding: 18px;
}.target_audience_uPOX div p svg {
    height: 30px;
    padding: 6px;
    min-width: 30px;
    width: 30px;
    margin-right: 15px;
}
}



@media only screen and (max-width: 800px) {.secure_sanctum_CFjw {
    padding: 20px 10px;
    border-radius: 10px;
}.secure_sanctum_CFjw h1 {
    font-size: calc(21px - 10px);
}.secure_sanctum_CFjw h2 {
    font-size: calc(21px - 5px);
}.secure_sanctum_CFjw h3, .secure_sanctum_CFjw h4, .secure_sanctum_CFjw h5, .secure_sanctum_CFjw h6 {
    font-size: calc(21px - 5px);
}}


@media (max-width: 767px) {.contact_OFyZ {
    padding: 60px 0;
}.contact_OFyZ .img_float_AONs {
    height: 220px;
}.contact_OFyZ .reach_team_GdvW {
    font-size: calc(34px - 2px);
    padding: 20px 0;
}.contact_OFyZ .talk_answer_crNQ {
    gap: 15px;
    padding: 30px 25px;
}.contact_OFyZ .talk_answer_crNQ p svg {
    height: 16px;
    width: 16px;
    top: 0.3em;
}.contact_OFyZ .edu_talk_tJWr {
    margin-top: 10px;
    padding: 20px 25px 30px;
}.contact_OFyZ .get_support_UxcT {
    grid-template-columns: 1fr;
}
}


@media (min-width: 992px) {.contact_OFyZ .get_support_AGyv {
    margin: 0 auto;
    max-width: 1200px;
}.contact_OFyZ .img_float_AONs {
    transition: transform 0.5s ease;
}.contact_OFyZ .img_float_AONs:hover {
    transform: scale(1.02);
}.contact_OFyZ .talk_answer_crNQ {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.contact_OFyZ .talk_answer_crNQ p svg {
    width: 22px;
    height: 22px;
}.contact_OFyZ .edu_talk_tJWr {
    grid-column: 1 / span 2;
}.contact_OFyZ .contact_now_CZpw svg {
    width: 18px;
    height: 18px;
}}



@media (min-width: 768px) {.client_comments_HLgO .student_voices_zfVx {
    grid-template-columns: repeat(2, 1fr);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(even) {
    transform: translateY(25px);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(even):hover {
    transform: translateY(15px) rotateX(2deg);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(4n+1)::before,
  .client_comments_HLgO .user_feedback_hYkI:nth-child(4n+4)::before {
    left: 1.5rem;
    right: auto;
}
}



@media (min-width: 1200px) {.client_comments_HLgO .student_voices_zfVx {
    grid-template-columns: repeat(4, 1fr);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(4n+1) {
    transform: translateY(0);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(4n+2) {
    transform: translateY(15px);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(4n+3) {
    transform: translateY(30px);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(4n+4) {
    transform: translateY(45px);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(4n+1):hover {
    transform: translateY(-10px) rotateX(2deg);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(4n+2):hover {
    transform: translateY(5px) rotateX(2deg);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(4n+3):hover {
    transform: translateY(20px) rotateX(2deg);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(4n+4):hover {
    transform: translateY(35px) rotateX(2deg);
}
}



@media (max-width: 480px) {.client_comments_HLgO h2 {
    font-size: calc(37px * 0.75);
}.client_comments_HLgO .user_feedback_hYkI {
    padding: 1.25rem;
}.client_comments_HLgO .user_feedback_hYkI::before {
    font-size: 4rem;
}.client_comments_HLgO .user_feedback_hYkI img {
    height: 2.5rem;
    width: 2.5rem;
}.client_comments_HLgO .user_feedback_hYkI h4 {
    font-size: 1rem;
}.client_comments_HLgO .user_feedback_hYkI .description {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 1200px) {.pricing_container_KjWU {
    padding: 80px 0;
}.pricing_container_KjWU .pro_rates_vZGy {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 992px) {.pricing_container_KjWU h2 {
    font-size: calc(31px * 0.9);
}.pricing_container_KjWU .qtr_cost_rTyi {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.pricing_container_KjWU .study_fees_HYMl {
    padding: 25px;
}.pricing_container_KjWU .fee_schemes_YLck h4 {
    font-size: calc(23px * 1);
}.pricing_container_KjWU .plan_fees_lLGE {
    font-size: calc(23px * 1.2);
}
}



@media (max-width: 991px) {.pitch_comp_RLyY {
    padding: 60px 0 30px;
}.pitch_comp_RLyY .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.pitch_comp_RLyY .company_holder {
    max-width: 600px;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
}.pitch_comp_RLyY .company_holder::after {
    display: none;
}.pitch_comp_RLyY .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.pitch_comp_RLyY .company_holder h3::after {
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
}.pitch_comp_RLyY .project_ref_jJXG {
    text-align: center;
    max-width: 100%;
}.pitch_comp_RLyY .ranking_bar_ZlUJ {
    justify-content: center;
}
}



@media (max-width: 480px) {.pitch_comp_RLyY {
    padding: 40px 0 20px;
}.pitch_comp_RLyY .company_holder h3 {
    font-size: calc(35px * 0.8);
}.pitch_comp_RLyY .project_ref_jJXG {
    font-size: calc(13px * 0.9);
}.podcast_cta_WkaL .mentor_cta_bKXy {
    font-size: calc(13px * 0.9);
}}



@media (max-width: 991px) {.pitch_comp_RLyY .company_holder::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(192,208,191,0.5), 
            transparent);
    left: 50%;
}}



@media (max-width: 991px) {.pitch_comp_RLyY .company_holder h3::before {
    display: none;
}}



@media (max-width: 992px) {.title_section_dnqi > div {
    transform: perspective(800px) rotateX(1deg);
    padding: 1.5rem;
}.title_section_dnqi .master_expert_oeIn {
    padding: 2rem;
    gap: 1.5rem;
}.title_section_dnqi > div > div:first-child {
    margin-bottom: 3rem;
}
}



@media (max-width: 480px) {.title_section_dnqi {
    padding-top: 5vh;
}.title_section_dnqi > div {
    width: 95%;
    padding: 0.75rem;
}.title_section_dnqi .master_expert_oeIn {
    gap: 0.75rem;
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% calc(100% - 15px), 
      calc(100% - 15px) 100%, 
      0 100%
    );
    padding: 1.25rem;
}.title_section_dnqi .knowledge_space_gEdr::before {
    left: -1rem;
    width: 6px;
    height: 6px;
    top: 0.4rem;
}.title_section_dnqi .master_expert_oeIn span {
    padding-left: 1.5rem;
}.title_section_dnqi .master_expert_oeIn span::before {
    width: 15px;
}.title_section_dnqi .title_style_header::after {
    height: 2px;
    width: 50px;
}}



@media (max-width: 767px) {.thxSection_VKpU {
    padding: 60px 0;
}.thxSection_VKpU h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.7);
}.thxSection_VKpU h2::after {
    bottom: -10px;
    width: 60px;
}.thxSection_VKpU .skill_spot_gTaR {
    padding: 30px 20px;
}.thxSection_VKpU li::before {
    display: none;
}.thxSection_VKpU span {
    line-height: 1.6;
    font-size: 12px;
}
}



@media (max-width: 767px) {.statistical_details_FBYp {
    padding: 3rem 0 2rem;
}.statistical_details_FBYp ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
}.statistical_details_FBYp .key_pros_hnHp div {
    padding: 1.5rem 1rem;
}.statistical_details_FBYp .key_pros_hnHp p {
    font-size: 2.3rem;
}.statistical_details_FBYp .key_pros_hnHp span {
    font-size: calc(15px * 0.9);
}
}



@media (max-width: 480px) {.statistical_details_FBYp ul {
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
}.statistical_details_FBYp .key_pros_hnHp p {
    font-size: 2rem;
}.statistical_details_FBYp .key_pros_hnHp div {
    padding: 1.25rem 1rem;
    transform: perspective(800px) rotateX(0) rotateY(0);
}.statistical_details_FBYp h4 {
    font-size: 18px;
}}



@media (min-width: 768px) {.course_highlights_vhXn {
    padding: 8rem 0;
}.course_highlights_vhXn h2 {
    margin-bottom: 3.5rem;
    font-size: calc(31px * 1.1);
    max-width: 70%;
}.course_highlights_vhXn .training_guide_ltFV {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_highlights_vhXn .img_float_AONs {
    height: 500px;
}.course_highlights_vhXn .text_column_XCGo {
    max-height: 500px;
    scrollbar-width: thin;
    scrollbar-color: rgb(153,173,152,0.5) #ffffff;
    overflow-y: auto;
    padding: 3rem;
}.course_highlights_vhXn .text_column_XCGo::-webkit-scrollbar {
    width: 6px;
}.course_highlights_vhXn .text_column_XCGo::-webkit-scrollbar-track {
    background: #ffffff;
}.course_highlights_vhXn .text_column_XCGo::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(153,173,152,0.5);
}
}



@media (min-width: 1200px) {.course_highlights_vhXn h2 {
    font-size: calc(31px * 1.3);
    max-width: 50%;
}.course_highlights_vhXn .training_guide_ltFV {
    gap: 5rem;
}.course_highlights_vhXn .img_float_AONs {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
}.course_highlights_vhXn .text_column_XCGo {
    padding: 4rem;
    margin-right: -3rem;
    max-height: 600px;
}.course_highlights_vhXn .description {
    font-size: calc(15px * 1.1);
    line-height: 2;
}
}



@media (max-width: 992px) {.education_history_EUHe {
    padding: 100px 0;
}.education_history_EUHe .user_feedback_hYkI {
    grid-template-columns: 300px 1fr;
    gap: 40px;
}.education_history_EUHe .img_float_AONs {
    min-height: 350px;
}.education_history_EUHe .exp_box_uCHT {
    padding: 40px 30px;
}.education_history_EUHe .exp_box_uCHT::before {
    width: 30px;
    left: 30px;
    top: 30px;
    height: 24px;
}.education_history_EUHe .exp_box_uCHT::after {
    width: 30px;
    right: 30px;
    bottom: 30px;
    height: 24px;
}
}



@media (max-width: 480px) {.education_history_EUHe {
    padding: 60px 0;
}.education_history_EUHe .img_float_AONs {
    min-height: 250px;
    height: 250px;
}.education_history_EUHe .exp_box_uCHT {
    padding: 30px 20px;
    font-size: calc(18px * 0.9);
}.education_history_EUHe .name {
    bottom: 45px;
    left: 20px;
    font-size: calc(22px * 0.85);
}.education_history_EUHe .user_feedback_hYkI span:not(.name) {
    left: 20px;
    font-size: calc(18px * 0.9);
    bottom: 20px;
}.education_history_EUHe .exp_box_uCHT::before,
    .education_history_EUHe .exp_box_uCHT::after {
    height: 16px;
    width: 20px;
}
}



@keyframes pulseGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px rgb(153,173,152);
    }
    100% {
        transform: scale(1.5);
        box-shadow: 0 0 15px rgb(153,173,152), 0 0 30px rgb(153,173,152,0.5);
    }
}

@keyframes svgDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes clockAnimation {
    0%, 100% {
        transform: translateY(-50%) rotate(0deg);
    }
    25% {
        transform: translateY(-50%) rotate(90deg);
    }
    50% {
        transform: translateY(-50%) rotate(180deg);
    }
    75% {
        transform: translateY(-50%) rotate(270deg);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}



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



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



@keyframes gradientShift {
  0% {
    opacity: 0.7;
    background-position: 0% 50%;
  }
  100% {
    opacity: 0.9;
    background-position: 100% 50%;
  }
}



@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(192,208,191), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(192,208,191), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(192,208,191), 0);
  }
}



@keyframes stat-appear {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

