header,footer {
    width: 100%;
}

header {
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
    background: rgb(194,188,216,0.5);
    backdrop-filter: blur(20px);
    width: 100%;
    top: 0;
    -webkit-backdrop-filter: blur(20px);
}

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

.plan_selection_714 .study_rates_871 {
    text-align: center;
    margin-bottom: 50px;
    transition: transform 0.5s ease-out;
}

.plan_selection_714 .study_rates_871 h2::after {
    background: rgb(194,188,216);
    bottom: -10px;
    position: absolute;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
}

.plan_selection_714 .discount_price_956:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.plan_selection_714 .fee_chart_785 {
    flex: 1;
    z-index: 2;
    overflow-wrap: break-word;
    display: flex;
    word-break: break-word;
    padding: 30px;
    position: relative;
    flex-direction: column;
    white-space: normal;
}

.plan_selection_714 .fee_pricing_386 {
    margin: 15px 0;
    font-size: calc(18px + 4px);
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: rgb(194,188,216);
}

.plan_selection_714 .fee_chart_785 p {
    flex: 1;
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: break-word;
    margin-top: 15px;
    font-size: 17px;
    color: #000000;
    word-break: break-word;
}

.plan_selection_714 .discount_price_956:nth-child(odd) .plan_options_074 {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}

.plan_selection_714 .discount_price_956:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}

.course_summary_471 {
    flex-direction: column;
    overflow: hidden;
    position: relative;
    justify-content: center;
    min-height: 100vh;
    background-color: #000000;
    display: flex;
}

.course_summary_471 .training_flow_641:hover .job_classes_826 {
    animation-play-state: paused;
}

.course_summary_471 .education_map_601:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}

.course_summary_471 .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    z-index: 10;
    position: relative;
    padding: 0 1rem;
}

.course_summary_471 .learn_tools_358::before {
    animation: rotate-background 20s linear infinite;
    position: absolute;
    opacity: 0.1;
    left: -50%;
    top: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(194,188,216,0.5) 90deg,
        transparent 180deg,
        rgb(161,156,192,0.5) 270deg,
        transparent 360deg
    );
    height: 200%;
    z-index: -1;
    width: 200%;
    content: "";
}

.course_summary_471 .learn_tools_358 .request_list_145:hover {
    color: #000000;
}

.course_summary_471 .learn_tools_358 .request_list_145:hover::before {
    height: 300%;
    width: 300%;
}

.help_center_870 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    z-index: 1;
    background-color: rgb(224,220,237);
}

.help_center_870 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}

.help_center_870 .edu_asksup_359 {
    backdrop-filter: blur(10px);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 3rem;
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
}

.help_center_870 .talk_team_501::after {
    animation: headerUnderline 3s infinite;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(194,188,216), transparent);
    height: 3px;
    bottom: -10px;
    left: 0;
    content: "";
}

.help_center_870 .img_display_046::after {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.2) 0%,
        transparent 100%
    );
}

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

.help_center_870 .send_message_059 p:last-child {
    margin-bottom: 0;
}

.help_center_870 .send_message_059 p a {
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    color: rgb(194,188,216);
    display: inline-block;
}

.help_center_870 .send_message_059 svg path {
    stroke: rgb(194,188,216);
    transition: stroke 0.3s ease;
}

.help_center_870 .send_message_059 p:nth-child(2) svg path {
    stroke-dashoffset: 50;
    animation: drawSVG 1.5s 0.2s forwards;
    stroke-dasharray: 50;
}

.help_center_870 .message_info_716 {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 2.5rem;
}

.help_center_870 .edu_chat_605::after {
    right: 20%;
}

.help_center_870 .edu_asknow_495 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}

.help_center_870 .message_form_592 {
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.8rem 1rem;
    color: #000000;
    font-size: calc(16px - 2px);
    transition: all 0.3s ease;
}

.help_center_870 .message_form_592:hover svg {
    transform: rotate(15deg);
    stroke: rgb(161,156,192);
}

.about_this_620::after {
    top: -50%;
    transform: rotate(-15deg);
    height: 200%;
    right: -30%;
    content: "";
    width: 80%;
    background: radial-gradient(ellipse at center, rgb(161,156,192,0.5) 0%, transparent 70%);
    opacity: 0.15;
    animation: glow 15s infinite alternate ease-in-out;
    position: absolute;
    z-index: 2;
}

.about_this_620 h2::after {
    background: rgb(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    animation: expandWiderLine 2s forwards ease-out;
    transform-origin: left;
    width: 80%;
    height: 1px;
    bottom: -10px;
    left: 0;
}

.about_this_620 .content_box_490:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about_this_620 .content_box_490 > div {
    position: relative;
}

.about_this_620 .content_box_490 p::after {
    background: rgb(161,156,192);
    height: 2px;
    transform-origin: left;
    bottom: -8px;
    width: 70px;
    animation: expandLine 1.5s forwards ease-out 0.5s;
    left: 0;
    position: absolute;
    content: "";
}

.course_instructor_471::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(194,188,216,0.5) 30px,
        rgb(194,188,216,0.5) 32px
    );
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.05;
    width: 100%;
}

.course_instructor_471 .exp_box_837 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    margin-top: -40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    padding: 60px 40px 40px;
}

.course_instructor_471 .alumni_reviews_658:hover .name {
    color: rgb(194,188,216);
    transform: translateX(15px);
}

.course_instructor_471 .alumni_reviews_658:hover .exp_box_837 > div:nth-child(2) {
    transform: translateX(15px);
}

.course_instructor_471 .alumni_reviews_658:hover .work_block_031 {
    transform: translateY(-5px);
}

.course_instructor_471 .work_block_031::after {
    bottom: 0;
    right: 0;
}

.title_opener_702 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
    padding: 5% 3%;
    background: linear-gradient(135deg, rgb(224,220,237), #ffffff, rgb(224,220,237));
}

.title_opener_702 h1::after {
    background: linear-gradient(90deg, rgb(194,188,216), rgb(161,156,192));
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
    height: 3px;
    border-radius: 10px;
    width: 80px;
    content: "";
}

.title_opener_702 .study_programs_571 {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.title_opener_702 .content_box_490:hover {
    transform: translateY(-5px);
}

.title_opener_702 ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.title_opener_702 svg {
    width: 120px;
    height: 120px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.title_opener_702 svg:hover text {
    fill: rgb(194,188,216);
}

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

.title_opener_702 .request_list_145:hover::before {
    left: 100%;
}

.title_opener_702 .img_display_046::after {
    width: 100%;
    background: linear-gradient(135deg, rgb(194,188,216,0.5), transparent);
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
}

.launch_now_940::before,
.launch_now_940::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    left: 0;
}

.launch_now_940::before {
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
    transform: translateZ(-10px) rotateX(5deg);
}

.launch_now_940 h2::before {
    transform: translateX(-50%);
    background: rgb(161,156,192);
    bottom: -12px;
    position: absolute;
    left: 50%;
    border-radius: 1px;
    content: '';
    width: 80px;
    height: 3px;
}

.launch_now_940 .study_programs_571 {
    animation: holder-fade 0.8s ease-out 0.6s forwards;
    transform-style: preserve-3d;
    justify-content: center;
    transform: translateZ(30px);
    align-items: center;
    opacity: 0;
    display: flex;
    gap: 2rem;
}

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

.launch_now_940 .request_list_145:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

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

#consentAlertWindow_940:checked ~ .cookie_overlay_window_982 {
    visibility: hidden;
    opacity: 0;
}

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

footer {
    z-index: 1;
    perspective: 1000px;
    position: relative;
}

footer::after {
    bottom: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
    left: 0;
}

.search_foot_965 .company_holder h3::before {
    height: 30px;
    content: "";
    position: absolute;
    border-left: 3px solid #ffffff;
    top: -10px;
    width: 30px;
    left: -10px;
    border-top: 3px solid #ffffff;
}

.search_foot_965 .flag_content_735 {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}

.search_foot_965 .top_primary_356 {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}

.search_foot_965 .top_expert_481:hover {
    transform: rotateX(0deg);
}

.search_foot_965 .top_expert_481 h5::after {
    content: "";
    background: rgb(161,156,192);
    bottom: -5px;
    position: absolute;
    height: 5px;
    right: 0;
    left: 0;
}

.search_foot_965 .top_expert_481 .top_primary_356 a {
    display: block;
    transform: translateZ(10px);
    border-radius: 10px;
    color: #ffffff;
    font-size: 17px;
    padding: 0.7rem 1rem;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.chrome_ext_529 {
    background: rgb(161,156,192,0.5);
    margin-top: 3rem;
    padding: 2rem 0;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.chrome_ext_529 .terms_legal_230 {
    font-size: 13px;
    color: #ffffff;
    transform: translateZ(5px);
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.confidential_armory_856:after {
    right: -50px;
    background: rgb(161,156,192,0.5);
    width: 200px;
    content: "";
    height: 200px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    bottom: -50px;
}

.confidential_armory_856 h2 {
    font-weight: 600;
    margin-bottom: 25px;
    color: rgb(161,156,192);
    position: relative;
    z-index: 2;
    margin-top: 35px;
    font-size: 32px;
}

.confidential_armory_856 li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
}

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

.confidential_armory_856 p, .confidential_armory_856 span {
    line-height: 1.8;
    color: #000000;
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    z-index: 2;
}

.confidential_armory_856 a:hover {
    border-bottom: 1px solid rgb(194,188,216);
    color: rgb(194,188,216);
}

.confidential_armory_856 button:hover {
    background: rgb(194,188,216);
    border-color: rgb(161,156,192);
}

header:after {
    height: 3px;
    bottom: 0;
    content: '';
    filter: blur(1px);
    background: linear-gradient(
        90deg,
        rgb(161,156,192) 0%,
        rgb(194,188,216) 50%,
        rgb(161,156,192) 100%
    );
    position: absolute;
    opacity: 0.8;
    width: 100%;
    left: 0;
}

header .container:before {
    content: '';
    position: absolute;
    opacity: 0.5;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 0;
}

header .top_expert_481:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}

header .site_top_387:before {
    left: 0;
    content: '';
    transform: scaleX(0);
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
    width: 100%;
    bottom: 0;
    position: absolute;
}

header .site_top_387:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}

header .head_expert_204:before {
    width: calc(100% + 20px);
    top: -10px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: -1;
    content: '';
    background: radial-gradient(
        circle,
        rgb(194,188,216,0.5) 0%,
        transparent 70%
    );
    height: calc(100% + 20px);
    left: -10px;
}

header .head_expert_204:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(194,188,216));
}

.gratMessage_532 {
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 0;
}

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

.gratMessage_532 .study_programs_571 {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    backdrop-filter: blur(5px);
}

.gratMessage_532 .study_programs_571:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.gratMessage_532 a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.gratMessage_532 a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.gratMessage_532 a:hover {
    transform: translateY(-2px);
}

.gratMessage_532 a:hover p {
    color: rgb(194,188,216);
}

.data_summary_912::before {
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.2;
    background: 
        radial-gradient(circle at 20% 30%, rgb(161,156,192,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 70%, rgb(194,188,216,0.5) 0%, transparent 40%);
    left: 0;
}

.data_summary_912 .container {
    position: relative;
    z-index: 1;
}

.data_summary_912 .statistics_extras_028:nth-child(1) {
    --i: 1;
}

.data_summary_912 .statistics_extras_028:nth-child(2) {
    --i: 2;
}

.data_summary_912 .statistics_extras_028:nth-child(3) {
    --i: 3;
}

.data_summary_912 .statistics_extras_028:nth-child(5) {
    --i: 5;
}

.data_summary_912 .statistics_extras_028:nth-child(7) {
    --i: 7;
}

.data_summary_912 .statistics_extras_028:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px) scale(1.02);
}

.data_summary_912 .statistics_extras_028:hover::before {
    transform: scaleY(1);
}

.data_summary_912 .statistics_extras_028:hover span {
    color: rgb(194,188,216);
}

.data_summary_912 .statistics_extras_028:hover p {
    color: rgb(161,156,192);
    transform: scale(1.15);
}

.data_summary_912 .statistics_extras_028 p::after {
    height: 2px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    background: rgb(161,156,192);
    width: 40px;
}

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

.contact_form_section_321 h2::before {
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 2px;
    background: rgb(194,188,216);
    left: 50%;
    content: "";
    width: 60px;
    height: 4px;
}

.contact_form_section_321 .img_display_046:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact_form_section_321 .inquiry_section_964:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact_form_section_321 form input[type="text"] {
    transition: all 0.3s ease;
    padding: 16px 20px;
    color: #000000;
    background: rgb(224,220,237);
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: 100%;
    font-size: 17px;
    border: none;
}

.contact_form_section_321 .request_query_768 label {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
}

.contact_form_section_321 .request_query_768 label a {
    color: rgb(194,188,216);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_form_section_321 form .request_list_145 {
    font-family: Arial, sans-serif;
    background: rgb(194,188,216);
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    font-size: 17px;
    border: none;
    border-radius: 10px;
    padding: 16px 35px;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.study_process_395 {
    padding: 120px 0;
    position: relative;
    background-color: rgb(224,220,237);
    overflow: hidden;
}

.study_process_395 .content_box_490 {
    border-radius: 12px;
    overflow: hidden;
    margin-left: 15%;
    border-left: 3px solid rgb(194,188,216);
    width: 55%;
    position: relative;
    padding: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.study_process_395 .content_box_490 h2 {
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 38px;
    display: inline-block;
    margin-bottom: 35px;
    text-transform: uppercase;
}



.study_process_395 .content_box_490 h2 {
    position: relative;
}

.study_process_395 .content_box_490 h2::before {
    left: 0;
    width: 100%;
    content: '';
    filter: blur(8px);
    opacity: 0.7;
    position: absolute;
    height: 100%;
    z-index: -1;
    animation: glitch 5s infinite;
    top: 0;
    color: rgb(194,188,216);
}

.study_process_395 .content_box_490 h2::before {
    animation: glitch 5s infinite;
    height: calc(100% + 10px);
    position: absolute;
    content: '';
    opacity: 0.1;
    left: -5px;
    width: calc(100% + 10px);
    top: -5px;
    background-color: rgb(194,188,216);
    z-index: -1;
    filter: blur(10px);
}

.study_process_395 .study_programs_571::after {
    height: 15px;
    background-color: rgb(161,156,192);
    animation: particle2 20s infinite alternate-reverse;
    bottom: 60px;
    width: 15px;
    box-shadow: 0 0 30px rgb(161,156,192);
    right: 5%;
}

.study_process_395 .content_box_490 p::before {
    width: 100%;
    left: 0;
    opacity: 0.3;
    animation: scan 4s linear infinite;
    top: 0;
    position: absolute;
    content: '';
    background-color: rgb(194,188,216,0.5);
    z-index: 1;
    height: 2px;
}


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



@media (min-width: 768px) {.plan_selection_714 .monthly_plan_486 {
    grid-template-columns: repeat(2, 1fr);
}.plan_selection_714 .study_rates_871 {
    margin-bottom: 60px;
}.plan_selection_714 .fee_chart_785 h3 {
    font-size: 18px;
}.plan_selection_714 .fee_pricing_386 {
    font-size: calc(18px + 2px);
}.plan_selection_714 .fee_chart_785 p {
    font-size: calc(17px - 1px);
}
}



@media (max-width: 1200px) {.course_summary_471 .learn_tools_358 {
    padding: 2.5rem;
    max-width: 500px;
}
}



@media (max-width: 768px) {.course_summary_471 {
    min-height: 100vh;
}.course_summary_471 .job_classes_826 {
    animation-duration: 30s;
}.course_summary_471 .learn_tools_358 {
    padding: 2rem;
    max-width: 90%;
}.course_summary_471 .learn_tools_358 h3 {
    font-size: calc(31px * 0.85);
}.course_summary_471 .education_map_601::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}



@media (max-width: 767px) {.help_center_870 {
    padding: 3rem 0;
}.help_center_870 .edu_asksup_359 {
    padding: 2rem;
}.help_center_870 .send_message_059 {
    padding: 1.5rem;
}.help_center_870 .talk_team_501 {
    font-size: calc(29px - 4px);
}.help_center_870 .edu_chat_605 {
    font-size: calc(19px - 2px);
}.help_center_870 .edu_asknow_495 {
    gap: 0.8rem;
    grid-template-columns: 1fr;
}.help_center_870 .send_message_059 svg {
    width: 16px;
    height: 16px;
}}



@media (max-width: 767px) {.about_this_620 {
    padding: 90px 0 60px;
}.about_this_620 .container {
    padding: 0 15px;
}.about_this_620 h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.about_this_620 .content_box_490 {
    transform: perspective(800px) rotateY(-1deg);
    padding: 25px 20px;
}.about_this_620 .content_box_490 p {
    font-size: 24px;
}.about_this_620 .content_box_490 div div {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 767px) {.course_instructor_471 {
    padding: 60px 20px;
}.course_instructor_471 .exp_box_837 {
    padding: 60px 25px 35px;
}.course_instructor_471 .name {
    font-size: calc(28px - 4px);
}.course_instructor_471 .exp_box_837 > div:nth-child(2) {
    font-size: calc(14px - 1px);
}.course_instructor_471 .work_block_031 {
    font-size: calc(14px - 1px);
}}



@media screen and (min-width: 1200px) {.title_opener_702 .study_programs_571 {
    gap: 7rem;
}.title_opener_702 .content_box_490 {
    padding: 4rem;
}.title_opener_702 .img_display_046 {
    height: 550px;
}.title_opener_702 h1 {
    margin-bottom: 4rem;
}.title_opener_702 h1::after {
    width: 120px;
}
}



@media (prefers-reduced-motion: reduce) {.title_opener_702::before,
    .title_opener_702 .request_list_145::before,
    .title_opener_702 .img_display_046,
    .title_opener_702 svg,
    .title_opener_702 h1,
    .title_opener_702 .content_box_490 {
    transition: none;
    animation: none;
}}



@media (prefers-reduced-motion: reduce) {.launch_now_940 .container,
  .launch_now_940 h2,
  .launch_now_940 .study_programs_571,
  .launch_now_940 svg {
    opacity: 1;
    animation: none;
    transform: none;
}.launch_now_940 .request_list_145::before {
    display: none;
}}


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



@media (max-width: 1200px) {.search_foot_965 .container {
    gap: 3rem;
}.search_foot_965 .company_holder {
    flex: 1 1 350px;
}.search_foot_965 .flag_content_735 {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.search_foot_965 .top_primary_356 {
    gap: 2rem;
}
}



@media (max-width: 768px) {.search_foot_965 {
    padding: 3.5rem 0 1.5rem;
}.search_foot_965 .top_primary_356 {
    gap: 1.5rem;
}.search_foot_965 .company_holder h3 {
    font-size: calc(31px - 2px);
}.search_foot_965 .company_holder h3::before,
    .search_foot_965 .company_holder h3::after {
    width: 20px;
    height: 20px;
}.chrome_ext_529 {
    margin-top: 2rem;
}.chrome_ext_529::before {
    top: -15px;
    height: 15px;
}
}



@media only screen and (max-width: 800px) {.confidential_armory_856 {
    padding: 30px;
    width: 95%;
}.confidential_armory_856 h1 {
    font-size: calc(23px - 10px);
}.confidential_armory_856 h2 {
    font-size: calc(23px - 5px);
}.confidential_armory_856 ul, .confidential_armory_856 ol {
    padding-left: 20px;
}.confidential_armory_856 li:before {
    left: -15px;
}.confidential_armory_856 button {
    padding: 10px 20px;
}}



@media (max-width: 767px) {.gratMessage_532 {
    padding: 2.5rem 0;
}.gratMessage_532 .study_programs_571 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratMessage_532 h5 {
    font-size: calc(22px - 4px);
    padding-left: 20px;
}.gratMessage_532 h5::before {
    left: -15px;
    height: 22px;
    width: 22px;
    font-size: 12px;
}.gratMessage_532 p {
    font-size: calc(13px - 1px);
}
}



@media (max-width: 991px) {.data_summary_912 {
    padding: 4rem 1rem;
}.data_summary_912 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.data_summary_912 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}.data_summary_912 .statistics_extras_028 {
    padding: 1.75rem 1.25rem;
}.data_summary_912 .statistics_extras_028 p {
    font-size: calc(32px * 1.1);
}
}



@media screen and (max-width: 1100px) {.contact_form_section_321 .support_widget_836 {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact_form_section_321 .img_display_046 {
    height: 500px;
}.contact_form_section_321 .inquiry_section_964 {
    padding: 40px;
}
}



@media screen and (max-width: 576px) {.contact_form_section_321 {
    padding: 50px 0;
}.contact_form_section_321 h2 {
    font-size: calc(35px * 0.85);
}.contact_form_section_321 .img_display_046 {
    height: 250px;
}.contact_form_section_321 .inquiry_section_964 {
    padding: 30px 25px;
}.contact_form_section_321 form h3 {
    font-size: calc(20px * 0.9);
}.contact_form_section_321 form .request_list_145 {
    width: 100%;
}}



@media screen and (max-width: 480px) {.study_process_395 {
    padding: 40px 0;
}.study_process_395 .content_box_490 {
    padding: 25px 15px;
    border-radius: calc(12px * 0.8);
}.study_process_395 .content_box_490 h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.8);
}.study_process_395 .content_box_490 h2::after {
    width: 30px;
}.study_process_395 .content_box_490 p {
    font-size: calc(17px * 0.9);
}.study_process_395::after {
    height: 1px;
}}



@keyframes shineEffect {
    0% {
        top: -150%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}



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



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



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



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



@keyframes holder-fade {
  0% {
    opacity: 0;
    transform: translateZ(10px);
  }
  100% {
    opacity: 1;
    transform: translateZ(30px);
  }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}



@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@keyframes spin {
    0% {
        transform: translate(50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, -50%) rotate(360deg);
    }
}



@keyframes particle2 {
    0% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
    33% {
        transform: translate(-40px, 20px);
        opacity: 0.9;
    }
    66% {
        transform: translate(-20px, -40px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.9;
    }
}

