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

header,footer {
    width: 100%;
}

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


.windowPrivacySettings_64 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    z-index: 1050;
    width: 90%;
    font-family: Arial, sans-serif;
    left: 50%;
    overflow: hidden;
    bottom: 20px;
    position: fixed;
    max-width: 500px;
    transform: translateX(-50%);
    background: #ffffff;
}

.visitor_controls_84:hover {
    background: rgb(122,129,177);
}

.cookie_button.cookie_comply_81:hover {
    background: rgb(122,129,177,0.5);
}

.windowPrivacySettings_64 p a:hover {
    color: rgb(122,129,177);
}

#cookie_banner_box_42:checked ~ .windowPrivacySettings_64 {
    visibility: hidden;
    opacity: 0;
}

.instructor_history_61::before {
    background: rgb(122,129,177,0.5);
    filter: blur(80px);
    top: -50px;
    height: 300px;
    width: 300px;
    transform: rotate(-15deg);
    position: absolute;
    z-index: 0;
    right: -50px;
    content: "";
}

.instructor_history_61 .user_feedback_47 {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    gap: 30px;
    padding: 40px;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
}

.instructor_history_61 .user_feedback_47:hover .img_lightbox_17 {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.instructor_history_61 .user_feedback_47:hover .img_lightbox_17::after {
    opacity: 0.4;
}

.instructor_history_61 .name {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(0);
    color: rgb(165,175,204);
    font-size: calc(20px * 1.1);
    font-weight: 700;
    margin: 0 0 5px 0;
    position: relative;
}

.instructor_history_61 .user_feedback_47:hover > div:nth-child(2) > div {
    padding-left: 10px;
}

.instructor_history_61 .user_feedback_47:hover .career_card_85 {
    background-position: right center;
}

.instructor_history_61 .career_card_85::after {
    bottom: -30px;
    transform: translateX(20px) translateY(20px) scale(0.8);
    opacity: 0.5;
    content: "";
    right: -10px;
}

.instructor_history_61 .user_feedback_47:hover .career_card_85::before {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

.course_overview_49 {
    padding: 120px 0;
    position: relative;
    background-color: rgb(122,129,177);
    overflow: hidden;
}

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

.course_overview_49 .skill_master_28 {
    display: flex;
    gap: 60px;
    flex-direction: column;
    position: relative;
}

.course_overview_49 .text_display_69 {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    gap: 30px;
    display: grid;
}

.course_overview_49 .text_display_69 h2::after {
    width: 100px;
    background: linear-gradient(90deg, rgb(165,175,204), rgb(122,129,177));
    left: 50%;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    height: 3px;
    bottom: 0;
}

.course_overview_49 .text_display_69 .description::before {
    left: 0;
    position: absolute;
    height: 4px;
    background: rgb(165,175,204);
    content: "";
    top: 0;
    width: 100%;
}

.course_overview_49 .text_display_69 .description::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    left: 0;
    pointer-events: none;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
}

.welcome_board_09 h1.edu_home_78 {
    margin-bottom: 1.5rem;
    transform: translateY(0);
    font-size: clamp(2rem, 5vw, 41px);
    font-weight: 700;
    color: #000000;
    position: relative;
    opacity: 1;
    animation: title-entry 1s ease-out;
}

.welcome_board_09 .learn_home_47 {
    width: 100%;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: transform 0.6s ease-out;
    transform: perspective(1000px) rotateY(0deg);
}

.welcome_board_09 .learn_guide_76::before {
    transition: opacity 0.4s ease;
    width: 100%;
    background: linear-gradient(to right, rgb(165,175,204,0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
    opacity: 0.7;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
}

.help_center_12 {
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,212,229) 0%, rgba(rgb(165,175,204), 0.05) 100%);
}

.help_center_12 .contact_widget_06 {
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(#000000, 0.08), 
                0 0 0 1px rgba(rgb(165,175,204), 0.05),
                0 4px 0 rgba(rgb(165,175,204), 0.3);
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    position: relative;
    transform: translateZ(0);
    padding: 3rem;
    background: rgba(#ffffff, 0.9);
}

.help_center_12 .contact_widget_06 {
    gap: 4rem;
    grid-template-columns: 3fr 2fr;
}

.help_center_12 .contact_widget_06 {
    transform-style: preserve-3d;
}

.help_center_12 p {
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease-out;
}

.help_center_12 h5:hover svg {
    transform: translateY(-3px);
}

.help_center_12 svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

.help_center_12 .get_help_64 {
    color: #000000;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    border-left: 3px solid rgb(165,175,204);
    padding: 0.75rem 1.25rem;
    font-size: calc(15px * 1.05);
    background: rgba(rgb(165,175,204), 0.05);
    display: flex;
    align-items: center;
    transform: translateX(0);
    text-decoration: none;
}

.help_center_12 .get_help_64 {
    font-size: calc(15px * 1.1);
    padding: 1rem 1.5rem;
}

.tyWrapper_01 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(122,129,177,0.5), rgb(165,175,204,0.5));
    padding: 6rem 0;
}

.tyWrapper_01::after {
    height: 10px;
    z-index: 2;
    animation: shimmer 4s infinite ease-in-out;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(122,129,177) 25%, 
        rgb(165,175,204) 75%, 
        transparent 100%);
    left: 0;
    position: absolute;
    opacity: 0.7;
    width: 100%;
    bottom: -5px;
}

.tyWrapper_01 .learn_history_78:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
    transform: perspective(1000px) rotateX(0deg);
}

.tyWrapper_01 .learn_history_78 > div:first-child {
    transform: translateY(0);
    animation: fadeSlideUp 0.8s ease-out;
    opacity: 1;
    position: relative;
    margin-bottom: 2rem;
}

.tyWrapper_01 a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

.tyWrapper_01 a:hover p {
    transform: translateY(-3px);
    color: rgb(165,175,204);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.course_demographic_65 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(208,212,229);
}

.course_demographic_65 .learn_history_78 {
    border-radius: 26px;
    padding: 50px;
    background: rgb(208,212,229);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    position: relative;
}

.course_demographic_65 h4::after {
    border-radius: 2px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(165,175,204), rgb(122,129,177));
    height: 4px;
}

.course_demographic_65 div p::before {
    position: absolute;
    height: 100%;
    opacity: 0.7;
    top: 0;
    border-radius: 5px 0 0 5px;
    width: 5px;
    left: 0;
    background: linear-gradient(180deg, rgb(165,175,204), rgb(122,129,177));
    content: "";
}

.course_demographic_65 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);
}

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

.tariff_feature_93 .discount_grid_57 {
    opacity: 0;
    line-height: 1.6;
    color: #ffffff;
    padding: 0 1rem;
    font-size: calc(18px * 1.1);
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    transform: translateY(15px);
    text-align: center;
    position: relative;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.tariff_feature_93 .learning_cost_45 li:nth-child(1) {
    animation-delay: 0.2s;
}

.tariff_feature_93 .learning_cost_45 li:nth-child(3) {
    animation-delay: 0.4s;
}

.tariff_feature_93 .value_plan_69:hover {
    transform: translateY(-12px) scale(1.02);
}

.tariff_feature_93 .skill_plans_41::before {
    height: 5px;
    content: "";
    top: 0;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(165,175,204), rgb(122,129,177));
}

.tariff_feature_93 .plan_deals_28 h4::after {
    height: 2px;
    background: rgb(122,129,177);
    content: "";
    left: 0;
    width: 50px;
    position: absolute;
    bottom: 0;
}

.tariff_feature_93 .value_plan_69:hover .pro_fees_28 {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

header .top_plank {
    background: rgb(165,175,204);
    color:  #ffffff;
}

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

header .top_plank .nav_strip_60 {
    line-height: 21px;
    font-size: 13px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    display: flex;
}

.webinar_cta_97 .container {
    flex-wrap: wrap;
    display: flex;
}

.webinar_cta_97 .company_holder h3 {
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
}

.webinar_cta_97 .head_tutor_09 {
    gap: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.webinar_cta_97 .head_skill_92:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.webinar_cta_97 .head_skill_92 .head_tutor_09 a {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 8px 12px;
    color: #ffffff;
}

.partner_logo_50::before {
    content: '';
    position: absolute;
    left: 20%;
    right: 20%;
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    top: 0;
}

header .head_top_14::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(165,175,204,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(122,129,177,0.5) 0%, transparent 30%);
    opacity: 0.2;
    z-index: -1;
    top: 0;
    left: 0;
}

header .top_info_51 {
    position: relative;
    z-index: 2;
}

header .header_navbar_72 {
    z-index: 2;
    position: relative;
    display: block;
}

header .header_navbar_72:hover::before,
header .header_navbar_72:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}

header .header_navbar_72:hover svg {
    transform: rotate(-5deg);
}

header .head_skill_92 {
    background: linear-gradient(to right, transparent, #ffffff);
    list-style: none;
    position: relative;
    justify-content: flex-end;
    border-radius: 0 15px 15px 0;
    padding: 10px 20px;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

header .top_learning_81:hover::before {
    left: -15px;
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

header .top_learning_81 a {
    color: #000000;
    position: relative;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 10px;
    transform-style: preserve-3d;
    background: transparent;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 18px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.contact_form_section_46::before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(165,175,204,0.5), rgb(122,129,177,0.5));
    z-index: 1;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    top: -150px;
    right: -150px;
    filter: blur(70px);
}

.contact_form_section_46 h2::before {
    z-index: -1;
    width: 50px;
    content: "";
    height: 50px;
    left: calc(50% - 120px);
    position: absolute;
    background: rgb(165,175,204,0.5);
    top: -25px;
    border-radius: 50%;
}

.contact_form_section_46 .message_request_96::before {
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(165,175,204,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(122,129,177,0.5) 99%
    );
    z-index: 0;
    pointer-events: none;
    inset: 0;
    position: absolute;
}

.contact_form_section_46 form {
    z-index: 3;
    position: relative;
}

.contact_form_section_46 form input[type="text"] {
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    color: #000000;
    margin-bottom: 25px;
    padding: 18px 25px;
    background: rgb(208,212,229);
    font-size: 12px;
    border-radius: 12px;
}

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

.contact_form_section_46 .help_reach_86 input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(165,175,204), rgb(122,129,177));
}

.contact_form_section_46 .help_reach_86 label a {
    color: rgb(165,175,204);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}

.contact_form_section_46 .feedback_help_45::before {
    content: "";
    transform-origin: right;
    z-index: -1;
    background: linear-gradient(135deg, rgb(122,129,177), rgb(165,175,204));
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
    height: 100%;
}

.contact_form_section_46 svg path {
    stroke: rgb(165,175,204);
    fill: none;
    stroke-width: 2;
    transition: all 0.3s ease;
}

.educational_yield_83 .container {
    gap: 2.5rem;
    margin: 0 auto;
    grid-template-columns: 1fr;
    padding: 0 1.5rem;
    display: grid;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.educational_yield_83 .img_lightbox_17:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.educational_yield_83 .text_display_69 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
    position: relative;
    padding: 1.5rem;
    transform: translateX(0) translateY(0);
}

.educational_yield_83 .text_display_69:hover h1::after {
    transform: scaleX(1);
}

.educational_yield_83 ul {
    display: grid;
    list-style: none;
    margin: 1.5rem 0 0;
    gap: 1.2rem;
    grid-template-columns: 1fr;
    padding: 0;
}

.educational_yield_83 li p {
    font-size: 12px;
    align-items: center;
    display: flex;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

.educational_yield_83 li:hover svg path {
    fill: rgb(165,175,204);
}

.educational_yield_83 li:nth-child(odd):hover {
    transform: translateX(8px);
}

.course_methodology_64::before {
    content: '';
    animation: float 15s ease-in-out infinite;
    position: absolute;
    right: -10%;
    top: -10%;
    height: 60%;
    background: linear-gradient(225deg, rgb(122,129,177) 0%, rgb(165,175,204,0.5) 70%);
    width: 60%;
    filter: blur(60px);
    border-radius: 50%;
}



.course_methodology_64::before,
.course_methodology_64::after {
    animation-play-state: running;
}

.course_methodology_64 .text_display_69:hover {
    transform: translateX(-10px);
}

.course_methodology_64 .text_display_69::after {
    border-radius: 0 0 0 10px;
    position: absolute;
    border-left: 4px solid rgb(122,129,177);
    width: 30px;
    height: 30px;
    border-bottom: 4px solid rgb(122,129,177);
    left: -15px;
    content: '';
    bottom: -15px;
}

.course_methodology_64 h2::after {
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(165,175,204), rgb(122,129,177));
    position: absolute;
    border-radius: 10px;
    height: 4px;
    bottom: 0;
    transition: width 0.3s ease;
    width: 80px;
}

.course_methodology_64:hover::before,
.course_methodology_64:hover::after {
    animation-play-state: paused;
}

.statistics_information_67::after {
    background: radial-gradient(ellipse at center, rgb(165,175,204,0.5) 0%, transparent 70%);
    opacity: 0.1;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    height: 100%;
    content: "";
}

.statistics_information_67 .statistics_gain_73 svg {
    height: 100%;
    width: 100%;
    fill: #ffffff;
}

.statistics_information_67 .statistics_gain_73 svg path {
    fill: #ffffff;
}

.statistics_information_67 .statistics_pluses_83 {
    position: relative;
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 31px;
}

.statistics_information_67 .statistics_boosters_49 {
    -ms-overflow-style: none;
    position: relative;
    scrollbar-width: none;
    margin: 0 -10px;
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
}

.statistics_information_67 .study_edge_45::before {
    opacity: 0;
    content: "";
    background: linear-gradient(90deg, rgb(165,175,204) 0%, rgb(122,129,177) 100%);
    position: absolute;
    height: 3px;
    left: 0;
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
}

.statistics_information_67 .study_edge_45:hover .study_statistics_76::after {
    border-color: rgba(rgb(165,175,204), 0.3);
    height: 52px;
    width: 52px;
}

.statistics_information_67 .study_statistics_76 svg {
    height: 100%;
    width: 100%;
    fill: rgb(122,129,177);
    transition: all 0.3s ease;
}

.statistics_information_67 .study_edge_45 span {
    animation: numberFadeUp 0.5s forwards 0.2s;
    font-weight: 700;
    opacity: 0;
    display: block;
    color: #ffffff;
    position: relative;
    transform: translateY(10px);
    margin-bottom: 8px;
    font-size: calc(21px + 4px);
}

.statistics_information_67 .study_edge_45:nth-child(2) {
    animation: fadeInSlide 0.4s ease forwards 0.1s;
}

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



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

.our_story_07 h2 {
    position: relative;
    margin-bottom: 60px;
    letter-spacing: 2px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 20px rgb(165,175,204,0.5);
    font-size: 47px;
    font-weight: 700;
}

.our_story_07 .principles_list_23 {
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.our_story_07 .pro_program_73:nth-child(1) {
    transform: translateX(-40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.our_story_07 .pro_program_73:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.our_story_07 .pro_program_73:nth-child(2):hover {
    transform: translateY(-10px) translateX(40px);
}

.our_story_07 .pro_program_73 h3::before {
    position: absolute;
    top: 8px;
    width: 6px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(165,175,204);
    content: "";
    height: 6px;
    left: -15px;
    background: rgb(165,175,204);
}

.our_story_07 .pro_program_73:hover h3::after {
    width: 80px;
}

.our_story_07 .pro_program_73 p {
    letter-spacing: 0.5px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    font-size: 13px;
}

.secure_cache_34::before {
    content: "";
    z-index: 0;
    top: 0;
    opacity: 0.07;
    pointer-events: none;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(165,175,204,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(122,129,177,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.secure_cache_34 .container::before {
    top: 0;
    left: 0;
    background: var(--heading-gradient);
    z-index: 2;
    width: 100%;
    content: "";
    height: 5px;
    position: absolute;
}

.secure_cache_34 h1 {
    line-height: 1.2;
    position: relative;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: calc(var(--content-spacing) * 0.8);
    color: #000000;
    letter-spacing: -0.02em;
}

.secure_cache_34 h2::before {
    transition: transform 0.3s ease;
    width: 5px;
    top: 0.25em;
    content: "";
    transform: scaleY(1);
    transform-origin: bottom;
    position: absolute;
    background: rgb(122,129,177);
    height: 75%;
    left: 0;
}

.secure_cache_34 p {
    margin-bottom: calc(var(--content-spacing) * 0.7);
    max-width: 80ch;
    line-height: 1.7;
    color: #000000;
    font-size: 17px;
}

.secure_cache_34 span::before {
    content: "";
    height: calc(100% - 0.6em);
    position: absolute;
    left: 0;
    background-color: rgb(122,129,177,0.5);
    width: 3px;
    top: 0.3em;
}

.statistics_information_67 .statistics_boosters_49::-webkit-scrollbar {
    display: none;
}


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



@media (min-width: 768px) {.instructor_history_61 .user_feedback_47 {
    grid-template-columns: 220px 1fr;
    gap: 25px 40px;
    grid-template-rows: auto 1fr;
}.instructor_history_61 .user_feedback_47 > div:first-child {
    grid-row: 1 / 3;
    justify-content: center;
    display: flex;
    align-items: center;
}.instructor_history_61 .user_feedback_47 > div:nth-child(2) {
    align-self: end;
}.instructor_history_61 .user_feedback_47 > div:nth-child(3) {
    grid-column: 2 / 3;
}.instructor_history_61 .img_lightbox_17 {
    width: 200px;
    height: 200px;
}
}



@media (min-width: 992px) {.course_overview_49 .skill_master_28 {
    gap: 80px;
}.course_overview_49 .img_lightbox_17 {
    height: 500px;
}
}



@media (min-width: 768px) {.welcome_board_09 > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.welcome_board_09 .learn_home_47 {
    height: 100%;
}.welcome_board_09 .learn_guide_76 {
    min-height: 400px;
    height: 100%;
}
}



@media (max-width: 480px) {.welcome_board_09 {
    padding: 3rem 1rem;
}.welcome_board_09 h1.edu_home_78::after {
    width: 3rem;
}.welcome_board_09 .learn_guide_76 {
    min-height: 250px;
}.welcome_board_09 .learn_guide_76 span {
    padding: 1rem;
}
}



@media (max-width: 767px) {.help_center_12 {
    padding: 4rem 0;
}.help_center_12 .contact_widget_06 {
    padding: 2rem;
}.help_center_12 h3 {
    font-size: calc(29px * 1.1);
}.help_center_12 .get_help_64 {
    padding: 0.75rem 1rem;
}
}



@media (max-width: 767px) {.tyWrapper_01 {
    padding: 4rem 0;
}.tyWrapper_01 .learn_history_78 {
    transform: none;
    padding: 2.5rem 2rem;
}.tyWrapper_01 .learn_history_78::before {
    height: 150px;
    width: 150px;
}.tyWrapper_01 h5 {
    font-size: calc(19px * 0.9);
}.tyWrapper_01 h5::after {
    width: 50%;
}.tyWrapper_01 p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



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



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



@media (max-width: 991px) {.tariff_feature_93 {
    padding: 3.5rem 0;
}.tariff_feature_93 h2 {
    font-size: calc(37px * 0.9);
}.tariff_feature_93 .discount_grid_57 {
    margin-bottom: 2.5rem;
    font-size: 18px;
}
}


@media (min-width: 768px) {.webinar_cta_97 .head_tutor_09 {
    justify-content: space-between;
}.webinar_cta_97 .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.webinar_cta_97 .gdpr_block_01 {
    flex: 0 0 65%;
}.webinar_cta_97 .container {
    align-items: flex-start;
    justify-content: space-between;
}.webinar_cta_97 .comm_guide_94 {
    max-width: 100%;
    text-align: left;
    margin: 0;
}
}



@media (max-width: 991px) {header .head_prime_35 {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2rem;
}header .head_skill_92 {
    justify-content: center;
    background: #ffffff;
    border-radius: 15px;
    clip-path: none;
    width: 100%;
}
}



@media (max-width: 1024px) {.contact_form_section_46 {
    padding: 70px 0;
}.contact_form_section_46 .connect_request_12 {
    padding: 45px;
}.contact_form_section_46 .img_lightbox_17 {
    min-height: 450px;
}
}



@media (max-width: 480px) {.contact_form_section_46 {
    padding: 50px 0;
}.contact_form_section_46 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}.contact_form_section_46 .img_lightbox_17 {
    min-height: 220px;
}.contact_form_section_46 .connect_request_12 {
    padding: 30px 20px;
}.contact_form_section_46 form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 20px;
}.contact_form_section_46 form input[type="text"] {
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: calc(12px * 0.95);
}.contact_form_section_46 .feedback_help_45 {
    padding: 16px;
}.contact_form_section_46 .help_reach_86 label {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 767px) {.educational_yield_83 {
    padding: 3rem 0;
}.educational_yield_83 .container {
    gap: 2rem;
}.educational_yield_83 h1 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.5rem;
}.educational_yield_83 li {
    margin-bottom: 1rem;
}.educational_yield_83 .img_lightbox_17 {
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
    max-height: 300px;
}.educational_yield_83 ul {
    gap: 1rem;
}
}


@media screen and (max-width: 991px) {.statistics_information_67 {
    padding: 100px 0;
}.statistics_information_67 .fast_statistics_02 {
    padding: 30px;
}.statistics_information_67 .statistics_gain_73 {
    padding: 12px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
}.statistics_information_67 .statistics_pluses_83 {
    font-size: calc(31px - 2px);
}.statistics_information_67 .statistics_value_31 {
    font-size: calc(12px - 1px);
}.statistics_information_67 .study_edge_45 {
    min-width: calc(33.33% - 20px);
    padding: 15px 12px;
}.statistics_information_67 .study_statistics_76 {
    margin-bottom: 12px;
    width: 36px;
    height: 36px;
}.statistics_information_67 .study_statistics_76::after {
    width: 42px;
    height: 42px;
}.statistics_information_67 .study_edge_45 span {
    font-size: calc(21px + 2px);
}
}



@media screen and (max-width: 991px) {.our_story_07 {
    padding: 100px 0;
}.our_story_07 h2 {
    margin-bottom: 50px;
}.our_story_07 .pro_program_73 {
    padding: 40px;
}.our_story_07 .pro_program_73:nth-child(1) {
    transform: translateX(-30px);
}.our_story_07 .pro_program_73:nth-child(2) {
    transform: translateX(30px);
}.our_story_07 .pro_program_73:nth-child(1):hover {
    transform: translateY(-10px) translateX(-30px);
}.our_story_07 .pro_program_73:nth-child(2):hover {
    transform: translateY(-10px) translateX(30px);
}
}



@media screen and (max-width: 576px) {.our_story_07 {
    padding: 60px 0;
}.our_story_07 h2 {
    font-size: 33px;
}.our_story_07 .principles_list_23 {
    gap: 30px;
}.our_story_07 .pro_program_73 {
    padding: 25px;
}.our_story_07 .pro_program_73 h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(20px + 0.1rem);
}.our_story_07 .pro_program_73 p {
    font-size: calc(13px - 0.05rem);
}}



@media (hover: hover) {.secure_cache_34 h2:hover::before {
    transform: scaleY(1.2);
}.secure_cache_34 .container:hover h1::after {
    transform: scaleX(1.1);
}.secure_cache_34 li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.3s ease;
}
}



@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}



@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }



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



@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}



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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(5%, 5%) scale(1.05);
    }
    50% {
        transform: translate(2%, -5%) scale(0.95);
    }
    75% {
        transform: translate(-5%, 2%) scale(1.02);
    }
}



@keyframes ambient-shift {
    0% {
        opacity: 0.02;
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    50% {
        opacity: 0.04;
        transform: rotate(-12deg) skewX(12deg) translate(2%, 5%);
    }
    100% {
        opacity: 0.03;
        transform: rotate(-18deg) skewX(18deg) translate(-2%, -3%);
    }
}

