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

header,footer {
    width: 100%;
}

header {
    width: 100%;
    padding: 1.2rem 0;
    background: linear-gradient(to bottom, rgb(217,224,240), #ffffff);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 100;
    position: relative;
}

.base_meet_us::before {
    position: absolute;
    backdrop-filter: blur(2px);
    content: "";
    right: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(172,186,217,0.5) 0%,
        rgba(0, 0, 0, 0.75) 100%);
}

.base_meet_us .base_description_card:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.base_meet_us .base_description_card::before {
    width: 100%;
    animation: gradient-shift 8s ease infinite;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(172,186,217) 0%, 
        rgb(133,151,183) 50%, 
        rgb(172,186,217) 100%);
    content: "";
    background-size: 200% 100%;
    height: 8px;
    top: 0;
}

.base_meet_us .base_description_card:hover h1::after {
    width: 100%;
}

.base_meet_us ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.base_meet_us h4 {
    font-size: calc(19px * 1.1);
    margin-bottom: 1rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}

.base_mentorship_experience {
    padding: 5rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(217,224,240) 0%, rgb(133,151,183,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.base_mentorship_experience .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.base_mentorship_experience .base_feedback_stars {
    gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    display: grid;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 40px rgba(0, 0, 0, 0.06);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(172,186,217);
    overflow: hidden;
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    grid-template-columns: 1fr;
}

.base_mentorship_experience .base_feedback_stars:hover .base_img_show {
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.9),
        0 15px 25px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px) rotate(0deg);
}

.base_mentorship_experience .base_feedback_stars:hover .name::after {
    width: 60px;
}

.base_mentorship_experience .base_career_details::before {
    top: -20px;
    content: "";
    font-size: 5rem;
    line-height: 1;
    position: absolute;
    left: -10px;
    color: rgb(133,151,183,0.5);
    opacity: 0.3;
    font-family: serif;
}

.base_data_exploration h3 {
    font-size: 28px;
    position: relative;
    font-weight: 700;
    color: #000000;
    z-index: 1;
    opacity: 0;
    transform: translateY(0);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    margin-bottom: 3rem;
}

.base_data_exploration .base_fast_statistics {
    padding: 2rem 1.5rem;
    transform: translateY(30px);
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    backdrop-filter: blur(10px);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.3);
    border-radius: calc(10px * 1.2);
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1),
        inset 0 1px 1px rgba(rgb(255, 255, 255, 0.5), 0.8);
    justify-content: center;
    opacity: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.9) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.6) 100%);
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        background 0.4s ease;
}

.base_data_exploration .base_fast_statistics p {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    color: rgb(172,186,217);
    margin: 0;
    font-weight: 700;
    font-size: calc(28px * 1.2);
}

.base_data_exploration .base_fast_statistics:hover::after {
    transform: scale(3);
    opacity: 1;
}

.base_sign_up_now::before {
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
    top: 0;
}

.base_sign_up_now .container {
    position: relative;
}

.base_sign_up_now .container p {
    display: inline-block;
    padding: 30px 50px;
    background: #ffffff;
    z-index: 5;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    border-radius: 0 18px 18px 18px;
    margin: 0 0 50px 0;
    color: #000000;
}

.base_sign_up_now .base_inquiry_grid::after {
    height: 100%;
    position: absolute;
    transition: transform 0.4s ease;
    top: 0;
    z-index: -2;
    width: 100%;
    left: 0;
    transform: translateX(-101%);
    content: '';
    background: rgb(133,151,183);
}

.base_program_details {
    position: relative;
    background: linear-gradient(135deg, rgb(217,224,240) 0%, rgb(217,224,240) 60%, rgba(rgb(172,186,217,0.5), 0.1) 100%);
    overflow: hidden;
    padding: 100px 0;
}

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

.base_program_details .base_img_show {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    position: relative;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    height: 350px;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
}

.base_program_details h3 {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: calc(19px * 1.1);
    font-weight: 700;
    transform: translateZ(0);
}

.base_program_details p.description {
    display: block;
}

.base_program_details span.description {
    display: none;
}

.base_program_details .base_description_card:hover {
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

.base_support::before {
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.07;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    background: 
    radial-gradient(circle at 15% 15%, rgb(172,186,217,0.5) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgb(133,151,183,0.5) 0%, transparent 25%),
    repeating-linear-gradient(
      45deg,
      rgb(172,186,217,0.5) 0,
      rgb(172,186,217,0.5) 1px,
      transparent 1px,
      transparent 20px
    );
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
}

.base_support .base_connect_today p:last-of-type {
    color: #000000;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
    display: flex;
    font-weight: 600;
}

.base_support .base_edu_mentor {
    background-color: #ffffff;
    height: 80px;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: transparent;
    position: relative;
    font-size: 0;
    border: 2px solid rgb(217,224,240);
    width: 80px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    display: flex;
}

.base_support .base_edu_mentor svg path {
    fill: rgb(172,186,217);
    transition: fill 0.3s ease;
}

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

.base_tariff_plan:hover h2::after {
    transform: scaleX(1.2);
}

.base_tariff_plan .base_lesson_rates {
    font-size: calc(18px + 2px);
    max-width: 800px;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    line-height: 1.6;
    margin: 0 auto 60px;
    opacity: 0.9;
    text-align: center;
}

.base_tariff_plan .base_fee_choices li:hover {
    transform: translateY(-10px);
    z-index: 10;
}

.base_tariff_plan .base_rate_packages:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}

.base_tariff_plan .base_rate_packages:hover::before {
    opacity: 0.2;
}

.base_tariff_plan .base_pricing_card {
    padding: 40px 30px;
    position: relative;
    z-index: 2;
}

.base_tariff_plan .base_learn_sub h4 {
    font-size: calc(23px + 2px);
    padding-bottom: 15px;
    color: #ffffff;
    margin-top: 0;
    font-weight: 600;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    position: relative;
}

.base_tariff_plan .base_rate_packages:hover .base_learn_sub p {
    color: #ffffff;
}

.base_tariff_plan .base_payment_option::before {
    width: 100%;
    height: 1px;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(133,151,183) 0%, transparent 100%);
}

.base_cookie_explained {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: auto;
    padding: 0 20px;
    justify-content: space-between;
    max-width: 1200px;
}

.base_cookie_overlay_dialog h5 {
    text-transform: uppercase;
    color: rgb(172,186,217);
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 21px;
}

.cookie_button.base_manage_tracking {
    background: rgb(172,186,217);
}

.base_cookie_user:hover {
    border: 2px solid #ffffff;
}


.base_wrapper-viewport .base_cookie_overlay_dialog {
    border: none;
    background: rgb(133,151,183);
    padding: 30px 0;
}

.base_wrapper-viewport .base_cookie_check h5, .base_wrapper-viewport .base_cookie_check p {
    color: #ffffff;
}

footer::before {
    left: 0;
    z-index: -1;
    opacity: 0.92;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(172,186,217,0.5) 0%, rgb(133,151,183,0.5) 100%);
}

.base_stats_tool .company_holder::after {
    width: 1px;
    right: 1.5rem;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, #ffffff, transparent);
    opacity: 0.3;
    height: 100%;
}

.base_stats_tool .base_enroll_info {
    border-left: 3px solid rgb(172,186,217);
    transform-origin: left top;
    line-height: 1.6;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    transform: skewX(-5deg);
    color: #ffffff;
    font-size: 15px;
}

.base_stats_tool .base_header_main h5::before {
    bottom: 0;
    transform: skewX(5deg);
    top: 0;
    content: "";
    background: rgb(172,186,217);
    width: 3px;
    left: 0;
    position: absolute;
}

.base_stats_tool .base_header_main .base_nav_class a:hover {
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
    padding-left: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
}

.base_stats_tool .base_header_main .base_nav_class a:hover::before {
    left: 100%;
}

.base_leaderboard .base_converter {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    transform: skewX(-5deg);
    width: 100%;
}

.base_title_section::after {
    z-index: 0;
    transform: rotate(45deg);
    filter: blur(70px);
    background: rgb(255, 255, 255, 0.5);
    height: 100%;
    top: -50%;
    position: absolute;
    right: -50%;
    width: 100%;
    content: "";
}

.base_title_section .base_page_home > div:first-child {
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-left: 4px solid rgb(172,186,217);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: translateX(-5%);
}

.base_title_section .base_story_tl:hover {
    transform: translateY(-10px);
}

.base_title_section .base_story_tl > div {
    height: 100%;
    flex-direction: column;
    display: flex;
    padding: 3rem 2rem;
    justify-content: space-between;
    position: relative;
    min-height: 400px;
}

.base_title_section .base_story_tl:hover h3 {
    transform: translateX(0);
}

.base_title_section .base_story_tl > div > div {
    z-index: 2;
    margin-top: auto;
    position: relative;
}

.base_title_section .title_style_header {
    font-size: clamp(1.8rem, 4vw, 43px);
    letter-spacing: 0.03em;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    padding: 1rem 0;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
    line-height: 1.2;
}

.base_contact_section::before {
    animation: gridMove 20s linear infinite;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(172,186,217), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(133,151,183), 0.04) 50%, transparent 100%);
    background-size: 20px 20px, 20px 20px;
    top: 0;
    left: 0;
}

.base_contact_section h2::after {
    background: linear-gradient(90deg, rgb(172,186,217), rgb(133,151,183));
    content: "";
    width: 80px;
    position: absolute;
    height: 3px;
    bottom: -15px;
    border-radius: 1.5px;
    left: 50%;
    transform: translateX(-50%);
}

.base_contact_section .base_img_show {
    height: 100%;
    min-height: 550px;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.base_contact_section .base_reach_panel {
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.base_contact_section form h3::before {
    left: 0;
    position: absolute;
    background: rgb(172,186,217);
    top: 0;
    height: 100%;
    border-radius: 10px;
    width: 3px;
    content: "";
}

.base_contact_section form input[type="text"]:focus {
    border-color: rgb(172,186,217);
    box-shadow: 0 0 15px rgba(rgb(172,186,217), 0.2);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}

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

.base_contact_section .base_request_box input[type="checkbox"]:checked + label::before {
    background: rgb(172,186,217);
    border-color: rgb(172,186,217);
}

.base_contact_section .base_request_box label a {
    transition: all 0.3s ease;
    color: rgb(172,186,217);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}

.base_contact_section form .base_inquiry_grid::before {
    z-index: -1;
    content: "";
    transition: all 0.4s ease;
    height: 100%;
    background: linear-gradient(45deg, rgb(133,151,183), rgb(172,186,217));
    width: 100%;
    top: 0;
    position: absolute;
    left: -100%;
}

.base_contact_section svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,186,217);
}

header .container {
    position: relative;
    z-index: 1;
    padding: 0 3%;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

header .base_main_mainwrap::before {
    width: 200%;
    transition: opacity 0.3s ease;
    opacity: 0;
    top: -50%;
    position: absolute;
    height: 200%;
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    content: '';
}

header .base_main_mainwrap:hover::before {
    opacity: 1;
}

header .base_main_mainwrap:hover svg {
    transform: scale(1.03);
}

header .base_header_train {
    font-weight: 600;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    color: #000000;
    padding: 0.6rem 1.2rem;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 15px;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
}

.base_tyArea::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    position: absolute;
    left: -5%;
    filter: blur(8px);
    width: 20rem;
    content: "";
    z-index: 1;
    transform: rotate(15deg);
    height: 20rem;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(133,151,183) 0%, transparent 70%);
    opacity: 0.09;
}

.base_tyArea .base_academy_learnings > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}

.base_tyArea .base_academy_learnings > div:first-child::after {
    transition: width 0.4s ease-out;
    bottom: -0.75rem;
    content: "";
    background: linear-gradient(to right, rgb(172,186,217), rgb(133,151,183));
    left: 0;
    transform-origin: left center;
    position: absolute;
    height: 3px;
    width: 4rem;
}

.base_tyArea a::before {
    z-index: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to top left, rgb(172,186,217,0.5) 0%, transparent 100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
    position: absolute;
    transform: translateY(100%);
    bottom: 0;
    width: 100%;
    right: 0;
}

.base_privacy_redoubt h2 {
    margin-bottom: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    color: rgb(133,151,183);
    font-size: 32px;
}

.base_privacy_redoubt li::before {
    content: "•";
    color: rgb(172,186,217);
    line-height: 1.2;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
}

header .top_plank .base_nav_control div span {
    color: #ffffff;
}

header .top_plank .base_nav_control div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}


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



@media (max-width: 992px) {.base_meet_us {
    padding: 80px 0;
}.base_meet_us .base_description_card {
    padding: 2.5rem;
    transform: none;
}.base_meet_us h1 {
    font-size: calc(38px * 0.9);
}.base_meet_us span {
    column-count: 2;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 380px) {.base_meet_us {
    padding: 40px 0;
}.base_meet_us .base_description_card {
    padding: 1.25rem;
}.base_meet_us h1 {
    margin-bottom: 1.25rem;
    font-size: calc(38px * 0.6);
}.base_meet_us span {
    font-size: calc(14px * 0.8);
    line-height: 1.5;
}}



@media (min-width: 992px) {.base_mentorship_experience {
    padding: 7rem 0;
}.base_mentorship_experience .base_feedback_stars {
    grid-template-areas: "photo info quote";
    padding: 3.5rem;
    grid-template-columns: auto 1fr 2fr;
    grid-template-rows: 1fr;
    gap: 0 3rem;
}.base_mentorship_experience .base_feedback_stars > div:nth-child(1) {
    grid-area: photo;
}.base_mentorship_experience .base_feedback_stars > div:nth-child(2) {
    grid-area: info;
    align-self: center;
}.base_mentorship_experience .base_feedback_stars > div:nth-child(3) {
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    grid-area: quote;
    padding-left: 3rem;
}.base_mentorship_experience .base_img_show {
    width: 180px;
    height: 180px;
}.base_mentorship_experience .base_career_details {
    padding-left: 0;
}.base_mentorship_experience .base_career_details::before {
    left: -30px;
}
}



@media screen and (min-width: 768px) and (max-width: 991px) {.base_data_exploration {
    padding: 6rem 2rem;
}.base_data_exploration ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem;
}
}



@media (max-width: 991px) {.base_sign_up_now {
    padding: 90px 0;
}.base_sign_up_now .container p {
    margin-bottom: 40px;
    font-size: calc(20px * 1.2);
    padding: 25px 40px;
}.base_sign_up_now .base_inquiry_grid {
    padding: 18px 35px;
}
}



@media (max-width: 480px) {.base_sign_up_now {
    padding: 50px 0;
}.base_sign_up_now .base_academy_learnings {
    align-items: stretch;
}.base_sign_up_now .container p {
    width: 100%;
    font-size: calc(12px * 1.2);
    margin-bottom: 25px;
    padding: 15px 20px;
}.base_sign_up_now .base_inquiry_grid {
    align-self: flex-start;
    font-size: calc(17px * 0.9);
    padding: 12px 25px;
}}



@media (min-width: 1200px) {.base_program_details .base_img_show {
    height: 600px;
}.base_program_details .base_description_card {
    margin-left: -150px;
}.base_program_details h3 {
    font-size: calc(19px * 1.3);
}
}



@media (prefers-reduced-motion: reduce) {.base_program_details .base_img_show,
  .base_program_details .base_description_card,
  .base_program_details h3::after,
  .base_program_details .base_description_card::before {
    transition: none;
    transform: none;
}}



@media (max-width: 767px) {.base_support {
    padding: 3rem 0;
}.base_support .base_connect_today {
    padding: 2rem;
}.base_support .base_get_connected {
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}.base_support .base_edu_mentor {
    width: 70px;
    height: 70px;
}.base_support .base_edu_mentor::after {
    font-size: calc(15px * 0.9);
    bottom: -25px;
}.base_support .base_edu_mentor svg {
    width: 24px;
    height: 24px;
}}


@media only screen and (max-width: 1200px) {.base_cookie_explained {
    padding: 0 10px;
}
}



@media (max-width: 992px) {.base_stats_tool {
    padding: 4rem 0 2rem;
}.base_stats_tool .container {
    flex-direction: column;
}.base_stats_tool .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 3rem;
}.base_stats_tool .company_holder::after {
    display: none;
}.base_stats_tool .base_cert_display {
    flex: 0 0 100%;
}.base_stats_tool .base_header_main {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 420px) {.base_stats_tool .company_holder h3 {
    transform: skewX(-5deg);
}.base_stats_tool .company_holder h3::after {
    width: 60px;
}.base_stats_tool .base_enroll_info {
    transform: none;
}.base_stats_tool .base_header_main h5 {
    transform: none;
}.base_stats_tool .base_header_main h5::before {
    transform: none;
}.base_stats_tool .base_header_main .base_nav_class a,
    .base_stats_tool .base_header_main .base_nav_class a:hover,
    .base_leaderboard .base_converter {
    transform: none;
}}



@media (max-width: 767px) {.base_title_section {
    padding: 1.5rem;
}.base_title_section .base_page_home > div:first-child {
    padding: 1.2rem;
}.base_title_section .base_story_tl > div {
    padding: 2rem 1.5rem;
    min-height: 350px;
}.base_title_section .base_story_tl h3 {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    padding: 1rem;
}.base_title_section .title_style_header {
    padding: 0.75rem 0;
}.base_title_section .title_style_header::after {
    height: 4px;
    width: 60px;
}}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .base_main_mainwrap {
    padding: 0.5rem 1.2rem;
}header .base_main_mainwrap svg {
    width: 140px;
}header .base_header_main {
    gap: 0.5rem;
}header .base_header_train {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .base_head_page {
    gap: 1rem;
}header .base_main_mainwrap svg {
    width: 120px;
}header .base_header_main {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 0.4rem;
    padding-bottom: 10px;
}header .base_header_main::-webkit-scrollbar {
    height: 3px;
}header .base_header_main::-webkit-scrollbar-thumb {
    background: rgb(172,186,217);
    border-radius: 10px;
}header .base_header_train {
    margin-right: 2px;
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 767px) {.base_tyArea {
    padding: 3rem 0;
}.base_tyArea .base_academy_learnings {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.base_tyArea h5 {
    font-size: calc(24px * 0.9);
}.base_tyArea p {
    font-size: calc(15px * 0.95);
}.base_tyArea .base_academy_learnings > div:first-child::after {
    width: 3rem;
}.base_tyArea .base_academy_learnings:hover > div:first-child::after {
    width: 6rem;
}
}



@keyframes shimmer {
    0% {
        opacity: 0.05;
        transform: rotate(45deg) translate(-5%, -5%);
    }
    100% {
        opacity: 0.2;
        transform: rotate(45deg) translate(5%, 5%);
    }
}



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



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

