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

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

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

header,footer {
    width: 100%;
}


header {
    overflow: visible;
    background: linear-gradient(to right, rgb(153,173,152) 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    z-index: 99;
    position: relative;
}

header::before {
    opacity: 0.1;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(192,208,191,0.5) 10px,
        rgb(192,208,191,0.5) 11px
    );
    height: 100%;
    position: absolute;
}

header .main_navbar_AyIh .head_pagebar_RnWV {
    position: relative;
    margin-right: 20px;
    z-index: 2;
    padding: 5px 10px;
}

header .main_navbar_AyIh .head_pagebar_RnWV::before {
    content: '';
    position: absolute;
    opacity: 0;
    box-shadow: 0 0 15px rgb(153,173,152,0.5);
    width: 100%;
    top: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    border: 1px solid rgb(153,173,152,0.5);
    border-radius: 10px;
}

header .main_navbar_AyIh .head_pagebar_RnWV:hover .head_nav_BejH {
    transform: scale(1.05);
}

header .main_navbar_AyIh .top_primary_wYAg {
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    justify-content: flex-end;
    display: flex;
    list-style: none;
    border-radius: 10px;
    padding: 15px 20px;
}

header .main_navbar_AyIh .top_primary_wYAg .nav_core_EbND {
    position: relative;
    margin: 0;
}

header .main_navbar_AyIh .top_primary_wYAg .nav_core_EbND::after {
    left: 50%;
    width: 0;
    position: absolute;
    box-shadow: 0 0 8px rgb(192,208,191);
    height: 2px;
    content: '';
    transition: width 0.3s ease, left 0.3s ease;
    background: rgb(192,208,191);
    bottom: -5px;
}

header .main_navbar_AyIh .top_primary_wYAg .nav_core_EbND:hover a {
    color: rgb(192,208,191);
    text-shadow: 0 0 5px rgb(192,208,191,0.5);
}

.our_team_svPS {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.our_team_svPS::before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    left: 0;
    background: radial-gradient(circle at 30% 40%, rgb(192,208,191,0.5), rgba(20, 30, 80, 0.85));
    top: 0;
    z-index: 1;
}

.our_team_svPS .container {
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 5;
}

.our_team_svPS .text_column_XCGo:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_team_svPS .text_column_XCGo > div:first-child {
    position: relative;
    margin-bottom: 15px;
}

.our_team_svPS .text_column_XCGo h5 {
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1.5px;
    color: #ffffff;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 20px;
}

.our_team_svPS .text_column_XCGo > div:nth-child(2) {
    margin-bottom: 30px;
}

.our_team_svPS .text_column_XCGo > div:nth-child(2) p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: calc(20px * 1.3);
    display: inline-block;
    position: relative;
    color: #ffffff;
    transform: translateX(5px);
    padding-left: 15px;
}

.our_team_svPS .text_column_XCGo ol {
    padding: 0;
    list-style: none;
    counter-reset: item;
    margin: 0;
}

.our_team_svPS .text_column_XCGo ol li {
    color: #ffffff;
    font-size: 15px;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
    text-align: justify;
    margin-bottom: 20px;
    padding: 10px 0 10px 10px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    position: relative;
}

.contact_section_HZRS {
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(226,233,225) 50%);
    overflow: hidden;
    position: relative;
}

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

.contact_section_HZRS h2 {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    position: relative;
    color: rgb(192,208,191);
}

.contact_section_HZRS .feedback_widget_OkAI {
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
}

.contact_section_HZRS .img_float_AONs {
    flex: 0 0 50%;
    position: relative;
    transition: all 0.5s ease;
    min-height: 550px;
}

.contact_section_HZRS .img_float_AONs::after {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(192,208,191,0.5), transparent);
    content: "";
}

.contact_section_HZRS #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.contact_section_HZRS h3 {
    margin-bottom: 20px;
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    color: #000000;
    font-weight: 600;
}

.contact_section_HZRS input[type="text"] {
    transition: all 0.3s ease;
    color: #000000;
    border: 2px solid rgb(226,233,225);
    border-radius: 10px;
    background: #ffffff;
    font-size: 12px;
    padding: 18px 20px;
    width: 100%;
}

.contact_section_HZRS .feedback_message_rfOW {
    align-items: flex-start;
    margin-top: 10px;
    gap: 12px;
    display: flex;
}

.contact_section_HZRS .feedback_message_rfOW input[type="checkbox"]:checked {
    background: rgb(192,208,191);
    border-color: rgb(192,208,191);
}

.contact_section_HZRS .feedback_message_rfOW input[type="checkbox"]:checked::after {
    width: 6px;
    content: "";
    position: absolute;
    left: 8px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    height: 10px;
}

.contact_section_HZRS .feedback_message_rfOW a:hover {
    color: rgb(153,173,152);
}

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

.contact_section_HZRS .help_panel_ntUT:hover {
    box-shadow: 0 10px 25px rgb(153,173,152,0.5);
    transform: translateY(-3px);
    background: rgb(153,173,152);
}

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

.contact_section_HZRS svg:hover path {
    fill: rgb(153,173,152);
}

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

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

.target_audience_uPOX .skill_spot_gTaR {
    background: rgb(226,233,225);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 17px;
    padding: 50px;
}

.target_audience_uPOX h4::after {
    content: "";
    bottom: -15px;
    width: 80px;
    border-radius: 2px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(192,208,191), rgb(153,173,152));
    transform: translateX(-50%);
    height: 4px;
}

.target_audience_uPOX div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.target_audience_uPOX div p::before {
    top: 0;
    height: 100%;
    left: 0;
    width: 5px;
    position: absolute;
    opacity: 0.7;
    border-radius: 5px 0 0 5px;
    background: linear-gradient(180deg, rgb(192,208,191), rgb(153,173,152));
    content: "";
}

.target_audience_uPOX div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.target_audience_uPOX div p:hover svg path {
    fill: rgb(153,173,152);
}

.secure_sanctum_CFjw h1 {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 700;
    margin-top: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 41px;
    color: rgb(192,208,191);
}

.secure_sanctum_CFjw h3, .secure_sanctum_CFjw h4, .secure_sanctum_CFjw h5, .secure_sanctum_CFjw h6 {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 21px;
    color: #000000;
}

.secure_sanctum_CFjw ul li::before {
    content: '•';
    font-size: 1.5em;
    margin-right: 10px;
    vertical-align: middle;
    color: rgb(192,208,191);
}

.secure_sanctum_CFjw p, .secure_sanctum_CFjw span, .secure_sanctum_CFjw div {
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.8;
}

.contact_OFyZ::before {
    top: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    position: absolute;
    content: "";
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(192,208,191,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(153,173,152,0.5) 0%, transparent 25%);
    left: 0;
}


.contact_OFyZ .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    max-width: 1400px;
    width: 100%;
}

.contact_OFyZ .get_support_AGyv {
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 25px;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}


.contact_OFyZ .reach_team_GdvW {
    background: linear-gradient(90deg, transparent, rgb(192,208,191,0.5), transparent);
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding: 30px 0;
    font-size: 34px;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
}

.contact_OFyZ .img_float_AONs::after {
    right: 0;
    height: 80px;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #000000);
}

.contact_OFyZ .talk_answer_crNQ p {
    margin: 0;
    padding-left: 28px;
    line-height: 1.5;
    transition: transform 0.3s ease;
    display: flex;
    color: #000000;
    position: relative;
    word-break: break-word;
    padding-bottom: 10px;
    font-size: 12px;
    align-items: baseline;
}

.contact_OFyZ .talk_answer_crNQ p:hover svg {
    filter: drop-shadow(0 0 4px rgb(192,208,191));
    transform: scale(1.2);
    stroke: #ffffff;
}

.contact_OFyZ .talk_answer_crNQ p svg path {
    stroke-dasharray: 40;
    animation: svgDraw 1.2s forwards;
    stroke-dashoffset: 40;
}

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

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

.contact_OFyZ .talk_answer_crNQ p a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    display: inline-block;
}

.contact_OFyZ .talk_answer_crNQ p a:hover {
    color: rgb(192,208,191);
}

.contact_OFyZ .talk_answer_crNQ p a:hover::after {
    width: 100%;
}

.contact_OFyZ .edu_talk_tJWr {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_OFyZ .contact_now_CZpw svg {
    fill: none;
    animation: clockAnimation 4s linear infinite;
    stroke-linejoin: round;
    width: 14px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 14px;
    stroke: rgb(153,173,152);
    stroke-linecap: round;
    stroke-width: 2;
    left: 0;
}

.contact_OFyZ .reach_experts_VCfn:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.contact_OFyZ .reach_experts_VCfn svg {
    stroke-linejoin: round;
    stroke-linecap: round;
    height: 12px;
    width: 12px;
    stroke-width: 2;
    stroke: rgb(153,173,152);
    margin-right: 8px;
    transition: all 0.3s ease;
    fill: none;
    opacity: 0.7;
}

.client_comments_HLgO {
    background: linear-gradient(135deg, rgb(226,233,225) 0%, rgba(245, 247, 250, 1) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.client_comments_HLgO::after {
    opacity: 0.3;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(192,208,191), transparent);
    width: 100%;
}

.client_comments_HLgO h2::after {
    background-color: rgb(192,208,191);
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    position: absolute;
    height: 3px;
    transform-origin: left center;
    width: 4rem;
    bottom: -0.75rem;
    content: "";
}

.client_comments_HLgO .user_feedback_hYkI {
    transform: translateY(0) rotateX(0);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.03);
    position: relative;
    border-left: 3px solid rgb(192,208,191);
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.client_comments_HLgO .user_feedback_hYkI::before {
    right: 1.5rem;
    content: "";
    position: absolute;
    font-size: 5rem;
    opacity: 0.12;
    top: 1rem;
    line-height: 0.6;
    transition: transform 0.3s ease, opacity 0.3s ease;
    color: rgb(192,208,191);
    font-family: serif;
}

.client_comments_HLgO .user_feedback_hYkI img {
    width: 3.5rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    object-fit: cover;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-right: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 3.5rem;
    transform: translateZ(0);
}

.client_comments_HLgO .user_feedback_hYkI h4::after {
    transition: width 0.3s ease-out;
    width: 0;
    content: "";
    background-color: rgb(192,208,191);
    height: 2px;
    left: 0;
    bottom: -0.5rem;
    position: absolute;
}

.client_comments_HLgO .user_feedback_hYkI .description::before {
    bottom: 0;
    position: absolute;
    height: 0;
    background: linear-gradient(to top, #ffffff, transparent);
    content: "";
    width: 100%;
    transition: height 0.3s ease, opacity 0.3s ease;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.client_comments_HLgO a::before {
    top: 0;
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    left: 0;
    transition: transform 0.6s ease;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
    position: absolute;
}

.subscribe_to_newsletter_xQpC::before {
    position: absolute;
    height: 100%;
    top: 0;
    animation: breathe 8s infinite alternate;
    z-index: 1;
    background: radial-gradient(circle at 30% 50%, rgb(192,208,191,0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    opacity: 0.4;
    left: 0;
}

.subscribe_to_newsletter_xQpC .skill_spot_gTaR {
    display: flex;
    z-index: 2;
    transform-style: preserve-3d;
    align-items: center;
    transition: transform 0.5s ease;
    position: relative;
    transform: rotateX(5deg);
    justify-content: space-between;
}

.subscribe_to_newsletter_xQpC p::after {
    transform-origin: left;
    left: 0;
    transition: transform 0.4s ease;
    position: absolute;
    content: "";
    background: rgb(153,173,152);
    width: 60px;
    bottom: -10px;
    height: 3px;
    transform: scaleX(0.5);
}

.subscribe_to_newsletter_xQpC .updates_modal_afbx {
    color: #000000;
    flex: 1;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    border: none;
    background: #ffffff;
    font-size: 16px;
}

.subscribe_to_newsletter_xQpC .updates_modal_afbx::placeholder {
    opacity: 0.6;
    color: #000000;
}

.subscribe_to_newsletter_xQpC .new_beginnings_UqDL {
    background: linear-gradient(45deg, rgb(192,208,191) 0%, rgb(153,173,152) 100%);
    font-family: Arial, sans-serif;
    position: relative;
    border: none;
    padding: 0 2rem;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.4s ease;
}

.subscribe_to_newsletter_xQpC .new_beginnings_UqDL:hover {
    box-shadow: 0 0 15px rgb(192,208,191,0.5);
    background: linear-gradient(45deg, rgb(153,173,152) 0%, rgb(192,208,191) 100%);
}

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

.pricing_container_KjWU .discount_plan_UEOC {
    position: relative;
}

.pricing_container_KjWU h2 {
    font-weight: 700;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    color: #ffffff;
    text-align: center;
    font-size: 31px;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    margin-bottom: 20px;
}

.pricing_container_KjWU .pro_rates_vZGy {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.pricing_container_KjWU .pro_rates_vZGy li:nth-child(1) {
    --i: 0;
}

.pricing_container_KjWU .pro_rates_vZGy li:nth-child(2) {
    --i: 1;
}

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

.pricing_container_KjWU .fee_board_jKRT {
    height: 100%;
    text-decoration: none;
    will-change: transform;
    transform-style: preserve-3d;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.pricing_container_KjWU .fee_board_jKRT:hover .study_fees_HYMl {
    border-color: rgba(rgb(192,208,191,0.5), 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(192,208,191,0.5), 0.15);
}

.pricing_container_KjWU .study_fees_HYMl::before {
    height: 200%;
    top: -50%;
    left: -50%;
    opacity: 0;
    width: 200%;
    transition: opacity 0.8s ease;
    z-index: -1;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(153,173,152,0.5), 0.1) 100%);
    position: absolute;
    content: "";
    transform: rotate(45deg);
}

.pricing_container_KjWU .fee_schemes_YLck h4::after {
    transform: scaleX(0.7);
    transform-origin: left;
    width: 50px;
    background: linear-gradient(90deg, rgb(192,208,191), rgba(rgb(192,208,191,0.5), 0.5));
    content: "";
    height: 3px;
    display: block;
    margin-top: 10px;
    transition: transform 0.4s ease;
}

.pricing_container_KjWU .plan_fees_lLGE {
    font-size: calc(23px * 1.3);
    padding: 5px 0;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, rgb(192,208,191), rgb(153,173,152));
    align-self: flex-start;
    font-weight: 700;
    -webkit-background-clip: text !important;
    color: #ffffff;
    background-clip: text !important;
    display: inline-block;
    position: relative;
}

.pitch_comp_RLyY::before {
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}



.pitch_comp_RLyY::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}

.pitch_comp_RLyY .company_holder::after {
    height: 60%;
    position: absolute;
    right: 0;
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(153,173,152,0.5), 
        transparent);
    top: 20%;
}

.pitch_comp_RLyY .project_ref_jJXG {
    max-width: 90%;
    opacity: 0.8;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #ffffff;
}

.pitch_comp_RLyY .top_head_RICU {
    display: flex;
    gap: 60px;
}

.pitch_comp_RLyY .top_primary_wYAg h5 {
    font-weight: 600;
    position: relative;
    font-size: 21px;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.pitch_comp_RLyY .top_primary_wYAg .top_head_RICU {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.pitch_comp_RLyY .top_primary_wYAg .top_head_RICU a::before {
    transform: translateY(-50%);
    width: 0;
    content: "";
    transition: all 0.3s ease;
    background: rgb(192,208,191);
    top: 50%;
    position: absolute;
    opacity: 0;
    height: 1px;
    left: 0;
}

.pitch_comp_RLyY .top_primary_wYAg .top_head_RICU a:hover::before {
    width: 8px;
    opacity: 1;
}

.podcast_cta_WkaL .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.podcast_cta_WkaL .mentor_cta_bKXy {
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    opacity: 0.6;
    letter-spacing: 0.5px;
}

.podcast_cta_WkaL .mentor_cta_bKXy {
    transition: all 0.3s ease;
    position: relative;
}

.pitch_comp_RLyY .top_primary_wYAg::before {
    position: absolute;
    background: rgb(192,208,191);
    left: -15px;
    border-radius: 50%;
    content: "";
    opacity: 0.7;
    width: 5px;
    height: 5px;
    top: 10px;
}

.pitch_comp_RLyY .top_primary_wYAg:hover::before {
    animation: glow 2s infinite;
}



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

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



.pitch_comp_RLyY .company_holder h3::before {
    left: -30px;
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    opacity: 0.7;
    background: rgb(192,208,191);
}

.podcast_cta_WkaL::after {
    opacity: 0.3;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(153,173,152,0.5), 
        transparent);
    width: 30%;
    left: 35%;
}

.title_section_dnqi::before {
    left: 0;
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
    bottom: 0;
    position: absolute;
}

.title_section_dnqi > div {
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    width: 90%;
    padding: 2rem;
}

.title_section_dnqi .title_style_header {
    line-height: 1.2;
    -webkit-background-clip: text !important;
    position: relative;
    padding: 0;
    background: linear-gradient(to right, 
    #ffffff 0%,
    rgb(153,173,152) 100%);
    font-weight: 700;
    letter-spacing: -0.02em;
    background-clip: text !important;
    animation: textShine 5s infinite alternate ease-in-out;
    font-size: clamp(2.5rem, 5vw, 44px);
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    color: transparent;
    margin: 0;
}

.title_section_dnqi .knowledge_space_gEdr {
    transform: translateZ(10px);
    position: relative;
}

.title_section_dnqi .knowledge_space_gEdr h3 {
    line-height: 1.5;
    font-weight: 600;
    font-size: clamp(1.2rem, 3vw, 23px);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin: 0;
    position: relative;
}

.title_section_dnqi .knowledge_space_gEdr::before {
    width: 8px;
    top: 0.5rem;
    transform: rotate(45deg);
    left: -2rem;
    animation: pulse 3s infinite alternate ease-in-out;
    background: rgb(153,173,152);
    height: 8px;
    position: absolute;
    content: "";
}

.title_section_dnqi .master_expert_oeIn span {
    padding-left: 2rem;
    position: relative;
    display: inline-block;
}

.title_section_dnqi .master_expert_oeIn p {
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
    font-size: clamp(1rem, 2vw, 18px);
}

.thxSection_VKpU {
    position: relative;
    background: linear-gradient(135deg, rgb(226,233,225) 0%, rgb(192,208,191,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}

.thxSection_VKpU::after {
    width: 40%;
    content: "";
    bottom: -10%;
    left: -5%;
    background: linear-gradient(220deg, rgb(192,208,191,0.5) 20%, transparent 80%);
    z-index: 1;
    height: 70%;
    animation: floatElement 15s ease-in-out infinite reverse;
    transform: rotate(15deg) skewX(-10deg);
    filter: blur(60px);
    position: absolute;
}

.thxSection_VKpU h2 {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    font-size: 31px;
    margin-bottom: 40px;
    line-height: 1.4;
    position: relative;
    transform: translateY(20px);
    font-weight: 700;
    opacity: 0;
    color: #000000;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    letter-spacing: -0.01em;
    text-align: center;
}

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

.thxSection_VKpU .skill_spot_gTaR::after {
    opacity: 0.2;
    content: "";
    height: 160px;
    top: 20px;
    right: 20px;
    width: 160px;
    background: linear-gradient(135deg, rgb(192,208,191,0.5) 0%, transparent 70%);
    position: absolute;
    transform: translateY(-10px);
    border-radius: 50%;
}

.thxSection_VKpU span {
    border-left: 3px solid rgb(192,208,191,0.5);
    text-align: left;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: calc(12px * 1.1);
    padding-left: 15px;
    font-family: Arial, sans-serif;
}

.statistical_details_FBYp::before {
    left: 0;
    background-image: radial-gradient(circle at 10% 20%, rgb(192,208,191,0.5) 5%, transparent 30%);
    top: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    width: 100%;
    opacity: 0.6;
    content: "";
}

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

.statistical_details_FBYp .key_pros_hnHp {
    animation: stat-appear 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    animation-delay: calc(var(--i, 0) * 0.15s);
}

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

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

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

.statistical_details_FBYp .key_pros_hnHp div {
    height: 100%;
    z-index: 1;
    padding: 2rem 1.5rem;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: perspective(800px) rotateX(2deg) rotateY(-2deg);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    position: relative;
}

.statistical_details_FBYp .key_pros_hnHp:hover div {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2), 0 15px 20px -15px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) translateY(-5px);
}

.statistical_details_FBYp .key_pros_hnHp:hover div::before {
    transform: scaleY(1);
}

.statistical_details_FBYp .key_pros_hnHp p {
    transition: transform 0.3s ease;
    display: inline-block;
    font-weight: 700;
    color: rgb(192,208,191);
    background-clip: text;
    background: linear-gradient(135deg, rgb(192,208,191) 20%, rgb(153,173,152) 80%);
    margin: 0 0 0.5rem;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    position: relative;
    -webkit-background-clip: text;
    font-size: 3.5rem;
}

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

.statistical_details_FBYp .key_pros_hnHp:hover span {
    color: rgb(153,173,152);
}

.statistical_details_FBYp h4 {
    display: inline-block;
    font-size: calc(18px * 1.2);
    margin: 2rem 0 0;
    text-align: right;
    position: relative;
    padding-right: 3rem;
    float: right;
    color: rgb(192,208,191);
}

.cookie_message_overlay_HpGk {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(192,208,191);
    background: rgb(226,233,225);
}

.cookie_message_overlay_HpGk p {
    font-size: 18px;
}

.tracking_policy_DyAI svg, .tracking_policy_DyAI svg path, .tracking_policy_DyAI img {
    height: 100px;
    width: 100px;
    fill: rgb(192,208,191);
}

.cookie_message_overlay_HpGk p a {
    text-decoration: none;
    color: rgb(192,208,191);
}


#privacyAlertWindow_Fhpc {
    display: none;
}

#privacyAlertWindow_Fhpc:checked ~ .cookie_message_overlay_HpGk {
    visibility: hidden;
    opacity: 0;
}

.course_highlights_vhXn::before {
    height: 65%;
    right: -10%;
    transform: rotate(-15deg);
    opacity: 0.05;
    width: 65%;
    top: -5%;
    background: linear-gradient(45deg, rgb(153,173,152,0.5), rgb(153,173,152));
    position: absolute;
    z-index: 0;
    content: "";
}

.course_highlights_vhXn .container {
    max-width: 1400px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.course_highlights_vhXn h2::after {
    background: linear-gradient(90deg, rgb(153,173,152), rgb(192,208,191));
    bottom: -0.75rem;
    height: 3px;
    position: absolute;
    transform: scaleX(1);
    transform-origin: left center;
    left: 0;
    transition: transform 0.5s ease;
    content: "";
    width: 5rem;
}

.course_highlights_vhXn .img_float_AONs {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.6s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    height: 400px;
}

.course_highlights_vhXn .img_float_AONs::after {
    transition: left 0.8s ease-out;
    top: 30%;
    transform: rotate(45deg);
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 200%;
    content: "";
    position: absolute;
}

.course_highlights_vhXn .text_column_XCGo {
    padding: 2.5rem;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background-color: #ffffff;
}

.course_highlights_vhXn .container:hover .text_column_XCGo {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.course_highlights_vhXn .description {
    position: relative;
    color: #000000;
    line-height: 1.8;
    transition: color 0.3s ease;
    margin-bottom: 1.5rem;
    font-size: 15px;
}

.course_highlights_vhXn .description strong {
    color: #000000;
    background: linear-gradient(to right, rgb(153,173,152,0.5), transparent);
    background-clip: text !important;
    -webkit-background-clip: text !important;
}

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

.education_history_EUHe .user_feedback_hYkI {
    border-radius: 12px;
    position: relative;
    max-width: 1000px;
    background: #ffffff;
    display: grid;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    gap: 50px;
    grid-template-columns: 350px 1fr;
}

.education_history_EUHe .img_float_AONs::after {
    opacity: 0.15;
    background: rgb(192,208,191);
    transition: opacity 0.4s ease;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}

.education_history_EUHe .img_float_AONs:hover::after {
    opacity: 0;
}

.education_history_EUHe .user_feedback_hYkI span:not(.name) {
    position: absolute;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-weight: 400;
    left: 30px;
    bottom: 30px;
    font-family: Arial, sans-serif;
    z-index: 2;
    font-size: 18px;
    opacity: 0.85;
    margin: 0;
}

.education_history_EUHe .exp_box_uCHT {
    font-size: 18px;
    line-height: 1.8;
    flex-direction: column;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    padding: 50px 40px;
    justify-content: center;
    position: relative;
    margin: 0;
    display: flex;
}

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


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


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



@media (max-width: 992px) {.our_team_svPS {
    padding: 80px 0;
}.our_team_svPS .text_column_XCGo {
    padding: 40px 30px;
}.our_team_svPS .text_column_XCGo > div:nth-child(2) p {
    font-size: calc(20px * 1.1);
}
}



@media (max-width: 768px) {.our_team_svPS {
    padding: 60px 0;
}.our_team_svPS .text_column_XCGo {
    transform: perspective(1000px) rotateY(0deg);
    padding: 30px 20px;
}.our_team_svPS .text_column_XCGo h5 {
    font-size: calc(20px * 0.9);
}.our_team_svPS .text_column_XCGo > div:nth-child(2) p {
    font-size: 20px;
}.our_team_svPS .text_column_XCGo ol li {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 1200px) {.contact_section_HZRS {
    background: #ffffff;
}
}



@media (max-width: 992px) {.contact_section_HZRS {
    padding: 80px 0;
}.contact_section_HZRS .feedback_widget_OkAI {
    flex-direction: column-reverse;
}.contact_section_HZRS .img_float_AONs {
    min-height: 350px;
    flex: 0 0 auto;
}.contact_section_HZRS .query_panel_ZUgy {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_section_HZRS .query_panel_ZUgy::before {
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
}
}



@media (max-width: 1100px) {.target_audience_uPOX div p {
    flex: 1 1 calc(50% - 15px);
}
}



@media (max-width: 991px) {.target_audience_uPOX {
    padding: 80px 0;
}.target_audience_uPOX .skill_spot_gTaR {
    padding: 40px 30px;
}.target_audience_uPOX h4 {
    font-size: calc(30px - 2px);
    margin-bottom: 40px;
}.target_audience_uPOX div {
    gap: 20px;
}.target_audience_uPOX div p {
    padding: 20px;
}.target_audience_uPOX div p svg {
    margin-right: 15px;
    width: 35px;
    height: 35px;
    min-width: 35px;
}
}



@media (max-width: 479px) {.target_audience_uPOX {
    padding: 40px 0;
}.target_audience_uPOX .skill_spot_gTaR {
    padding: 25px 15px;
}.target_audience_uPOX h4 {
    font-size: calc(30px - 6px);
    margin-bottom: 30px;
}.target_audience_uPOX div {
    gap: 15px;
}.target_audience_uPOX div p {
    padding: 15px;
    font-size: calc(13px - 1px);
}.target_audience_uPOX div p svg {
    padding: 5px;
    margin-right: 12px;
    min-width: 26px;
    width: 26px;
    height: 26px;
}}


@media (min-width: 768px) {.contact_OFyZ .get_support_AGyv {
    flex-wrap: wrap;
    flex-direction: row;
}.contact_OFyZ .reach_team_GdvW {
    width: 100%;
}.contact_OFyZ .img_float_AONs {
    height: auto;
    min-height: 350px;
    width: 35%;
}.contact_OFyZ .talk_answer_crNQ {
    padding: 40px;
    width: 65%;
}.contact_OFyZ .talk_answer_crNQ p svg {
    height: 20px;
    width: 20px;
}.contact_OFyZ .edu_talk_tJWr {
    padding: 0 40px 40px;
    margin-top: 30px;
    width: 100%;
}.contact_OFyZ .contact_now_CZpw svg {
    width: 16px;
    height: 16px;
}.contact_OFyZ .get_support_UxcT {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.contact_OFyZ .reach_experts_VCfn svg {
    height: 14px;
    width: 14px;
}
}


@media (max-width: 480px) {.contact_OFyZ {
    padding: 40px 0;
}.contact_OFyZ .img_float_AONs {
    height: 180px;
}.contact_OFyZ .reach_team_GdvW {
    font-size: calc(34px - 4px);
    padding: 15px 0;
}.contact_OFyZ .reach_team_GdvW::after {
    width: 60px;
}.contact_OFyZ .talk_answer_crNQ {
    padding: 20px 15px;
}.contact_OFyZ .talk_answer_crNQ p {
    padding-left: 24px;
    font-size: calc(12px - 1px);
}.contact_OFyZ .talk_answer_crNQ p svg {
    height: 14px;
    top: 0.35em;
    width: 14px;
}.contact_OFyZ .contact_now_CZpw svg {
    width: 12px;
    height: 12px;
}.contact_OFyZ .reach_experts_VCfn svg {
    margin-right: 6px;
    height: 10px;
    width: 10px;
}
}



@media (min-width: 992px) {.client_comments_HLgO {
    padding: 8rem 0;
}.client_comments_HLgO h2 {
    font-size: calc(37px * 1.1);
    max-width: 60%;
}.client_comments_HLgO .student_voices_zfVx {
    grid-template-columns: repeat(3, 1fr);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(3n+1) {
    transform: translateY(0);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(3n+2) {
    transform: translateY(20px);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(3n+3) {
    transform: translateY(40px);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(3n+1):hover {
    transform: translateY(-10px) rotateX(2deg);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(3n+2):hover {
    transform: translateY(10px) rotateX(2deg);
}.client_comments_HLgO .user_feedback_hYkI:nth-child(3n+3):hover {
    transform: translateY(30px) rotateX(2deg);
}
}



@media (max-width: 767px) {.client_comments_HLgO {
    padding: 4rem 0;
}.client_comments_HLgO h2 {
    font-size: calc(37px * 0.85);
    max-width: 100%;
    margin-bottom: 2.5rem;
}.client_comments_HLgO .student_voices_zfVx {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client_comments_HLgO .user_feedback_hYkI {
    padding: 1.5rem;
}.client_comments_HLgO .user_feedback_hYkI > div {
    margin-bottom: 1rem;
}.client_comments_HLgO .user_feedback_hYkI img {
    width: 3rem;
    height: 3rem;
}.client_comments_HLgO a {
    width: 100%;
    margin-top: 2rem;
}
}



@media (max-width: 768px) {.subscribe_to_newsletter_xQpC {
    padding: 2rem 1.5rem;
}.subscribe_to_newsletter_xQpC .skill_spot_gTaR {
    flex-direction: column;
    align-items: stretch;
    transform: none;
}.subscribe_to_newsletter_xQpC p {
    flex: none;
    transform: none;
    padding-right: 0;
    margin-bottom: 1.5rem;
}.subscribe_to_newsletter_xQpC .input_holder {
    flex-direction: column;
    flex: none;
    transform: none;
}.subscribe_to_newsletter_xQpC .updates_modal_afbx {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
}.subscribe_to_newsletter_xQpC .new_beginnings_UqDL {
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
}}



@media (max-width: 768px) {.pricing_container_KjWU {
    padding: 60px 0;
}.pricing_container_KjWU .pro_rates_vZGy {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_container_KjWU .fee_schemes_YLck p {
    font-size: calc(14px * 0.9);
    max-height: 150px;
}
}



@media (max-width: 480px) {.pricing_container_KjWU {
    padding: 50px 0;
}.pricing_container_KjWU h2 {
    font-size: calc(31px * 0.8);
}.pricing_container_KjWU .qtr_cost_rTyi {
    margin-bottom: 30px;
    font-size: calc(14px * 0.9);
}.pricing_container_KjWU .study_fees_HYMl {
    padding: 20px;
}.pricing_container_KjWU .fee_schemes_YLck h4 {
    margin-bottom: 10px;
    font-size: calc(23px * 0.95);
}.pricing_container_KjWU .plan_fees_lLGE {
    font-size: calc(23px * 1.1);
}}



@media (max-width: 767px) {.pitch_comp_RLyY {
    padding: 50px 0 20px;
}.pitch_comp_RLyY .top_head_RICU {
    gap: 40px;
    flex-direction: column;
    width: 100%;
}.pitch_comp_RLyY .top_primary_wYAg {
    text-align: center;
}.pitch_comp_RLyY .top_primary_wYAg h5 {
    text-align: center;
}.pitch_comp_RLyY .top_primary_wYAg h5::after {
    left: 50%;
    transform: translateX(-50%);
}.pitch_comp_RLyY .top_primary_wYAg .top_head_RICU {
    align-items: center;
}.pitch_comp_RLyY .top_primary_wYAg .top_head_RICU a {
    text-align: center;
}.pitch_comp_RLyY .top_primary_wYAg .top_head_RICU a::before {
    display: none;
}.pitch_comp_RLyY .top_primary_wYAg .top_head_RICU a:hover {
    padding-left: 0;
}
}



@media (min-width: 992px) {footer::after {
    top: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(153,173,152,0.5), 
            transparent);
    height: 1px;
    position: absolute;
    right: 0;
    content: "";
    left: 0;
}.pitch_comp_RLyY::before {
    background-blend-mode: overlay;
}}



@media (max-width: 768px) {.title_section_dnqi {
    padding-top: 10vh;
    align-items: flex-start;
}.title_section_dnqi > div {
    padding: 1rem;
    transform: none;
}.title_section_dnqi .master_expert_oeIn {
    padding: 1.5rem;
    gap: 1rem;
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% calc(100% - 20px), 
      calc(100% - 20px) 100%, 
      0 100%
    );
}.title_section_dnqi .knowledge_space_gEdr::before {
    left: -1.5rem;
}.title_section_dnqi > div > div:first-child {
    margin-bottom: 2rem;
}.title_section_dnqi .title_style_header::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}
}



@media (max-width: 991px) {.thxSection_VKpU {
    padding: 80px 0;
}.thxSection_VKpU h2 {
    font-size: calc(31px * 0.85);
}.thxSection_VKpU .skill_spot_gTaR {
    padding: 40px 30px;
}.thxSection_VKpU li::before {
    left: -20px;
}
}



@media (max-width: 480px) {.thxSection_VKpU {
    padding: 40px 0;
}.thxSection_VKpU h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.6);
}.thxSection_VKpU .skill_spot_gTaR {
    padding: 25px 15px;
}.thxSection_VKpU span {
    border-left: 2px solid rgb(192,208,191,0.5);
    padding-left: 10px;
}}



@media (max-width: 991px) {.statistical_details_FBYp {
    padding: 4rem 0 3rem;
}.statistical_details_FBYp ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    transform: translateX(0);
    gap: 2rem 1.5rem;
}.statistical_details_FBYp .key_pros_hnHp p {
    font-size: 2.8rem;
}.statistical_details_FBYp h4 {
    display: block;
    text-align: center;
    margin: 2rem auto 0;
    padding-bottom: 1rem;
    float: none;
    padding-right: 0;
}.statistical_details_FBYp h4::before {
    top: auto;
    right: 50%;
    bottom: 0;
    width: 3rem;
    transform: translateX(50%);
}
}


@media only screen and (max-width: 1200px) {.cookie_message_overlay_HpGk {
    padding: 20px;
}}


@media only screen and (max-width: 800px) {.tracking_policy_DyAI {
    display: none;
}.cookie_check_QZiJ {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_message_overlay_HpGk h5 {
    text-align: center;
}.cookie_message_overlay_HpGk p {
    text-align: center;
}.digital_consent_fpGk {
    margin-bottom: 20px;
}body .wrapper-border_qkTx .cookie_box_hUxf {
    margin-left: 0;
}}



@media (min-width: 992px) {.course_highlights_vhXn {
    padding: 10rem 0;
}.course_highlights_vhXn h2 {
    max-width: 60%;
    font-size: calc(31px * 1.2);
}.course_highlights_vhXn .training_guide_ltFV {
    gap: 4rem;
}.course_highlights_vhXn .img_float_AONs {
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    height: 550px;
}.course_highlights_vhXn .container:hover .img_float_AONs {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_highlights_vhXn .text_column_XCGo {
    margin-right: -2rem;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    max-height: 550px;
}.course_highlights_vhXn .description {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 767px) {.course_highlights_vhXn {
    padding: 4rem 0;
}.course_highlights_vhXn h2 {
    margin-bottom: 2rem;
    max-width: 100%;
    font-size: calc(31px * 0.9);
}.course_highlights_vhXn .img_float_AONs {
    height: 300px;
    transform: perspective(1000px) rotateY(0deg);
}.course_highlights_vhXn .text_column_XCGo {
    padding: 2rem;
}.course_highlights_vhXn .description {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 768px) {.education_history_EUHe {
    padding: 80px 0;
}.education_history_EUHe .container {
    padding: 0 20px;
}.education_history_EUHe .user_feedback_hYkI {
    grid-template-columns: 1fr;
    gap: 0;
}.education_history_EUHe .img_float_AONs {
    height: 300px;
    min-height: 300px;
}.education_history_EUHe .exp_box_uCHT {
    padding: 35px 25px;
}.education_history_EUHe .name {
    left: 25px;
    font-size: calc(22px * 0.9);
    bottom: 50px;
}.education_history_EUHe .user_feedback_hYkI span:not(.name) {
    left: 25px;
    bottom: 25px;
    font-size: calc(18px * 0.95);
}.education_history_EUHe .exp_box_uCHT::before {
    width: 24px;
    height: 20px;
    left: 25px;
    top: 25px;
}.education_history_EUHe .exp_box_uCHT::after {
    width: 24px;
    right: 25px;
    bottom: 25px;
    height: 20px;
}
}



@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.4;
    }
    100% {
        transform: rotate(360deg) scale(1.2);
        opacity: 0.6;
    }
}



@keyframes expandWidth {
    0% {
        width: 40%;
    }
    100% {
        width: 100%;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

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



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



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



@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(192,208,191,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(192,208,191);
    }
}



@keyframes lineExpand {
  0% {
    transform: translateZ(5px) scaleX(1);
  }
  100% {
    transform: translateZ(5px) scaleX(1.5);
  }
}



@keyframes pulse {
  0% {
    transform: rotate(45deg) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: rotate(45deg) scale(1.3);
    opacity: 1;
  }
}



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



@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}

