header,footer {
    width: 100%;
}

header {
    width: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #000000 0%, rgb(177,173,194) 100%);
    left: 0;
    backdrop-filter: blur(8px);
    z-index: 1000;
    border-bottom: 1px solid rgb(177,173,194,0.5);
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
}

.secure_vault169::after {
    content: "";
    height: 200px;
    z-index: 0;
    border-top: 1px solid var(--primary-color_opacity, rgba(0,100,255,0.1));
    width: 200px;
    transform: rotate(-15deg) translateY(30px);
    bottom: -10px;
    position: absolute;
    right: -10px;
    background: linear-gradient(225deg, var(--primary-color_opacity, rgba(0,100,255,0.05)), transparent 70%);
}

.secure_vault169 h1:hover::after {
    width: 120px;
}

.secure_vault169 h2 {
    position: relative;
    color: var(--dark-color, #212529);
    transform: translateX(-1rem);
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 1rem;
    font-size: var(--h2-font-size, 1.75rem);
    margin: 2.5rem 0 1.25rem;
}

.secure_vault169 p {
    max-width: 92%;
    color: var(--p-color, #495057);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: var(--p-font-size, 1rem);
}

.secure_vault169 strong {
    color: var(--dark-color, #212529);
    font-weight: var(--font-weight-semibold, 600);
}

.secure_vault169 li:hover::before {
    transform: rotate(135deg) scale(1.1);
}

.secure_vault169 span {
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1.7;
    color: var(--p-color, #495057);
    font-size: var(--p-font-size, 1rem);
    border-left: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    padding-left: 0.75rem;
}

.our_mission514 .container {
    z-index: 10;
    position: relative;
}

.our_mission514 h2 {
    margin-bottom: 60px;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    color: #000000;
    text-align: center;
}

.our_mission514 h2::before {
    bottom: -15px;
    width: 50px;
    content: "";
    height: 3px;
    background-color: rgb(177,173,194);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.our_mission514 .learn_guide438 {
    display: flex;
    position: relative;
    gap: 30px;
    flex-wrap: wrap;
}

.our_mission514 .study_pro487::before {
    height: 4px;
    background: linear-gradient(90deg, rgb(177,173,194), rgb(135,127,173));
    left: 0;
    top: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.4s ease;
    content: "";
    position: absolute;
    width: 100%;
}

.our_mission514 .study_pro487:hover::before {
    transform: scaleX(1);
}

.our_mission514 .study_pro487::after {
    height: 0;
    border-color: transparent transparent rgb(177,173,194,0.5) transparent;
    width: 0;
    right: 0;
    border-style: solid;
    position: absolute;
    bottom: 0;
    border-width: 0 0 40px 40px;
    content: "";
    transition: opacity 0.4s ease;
    opacity: 0;
}

.our_mission514 .study_pro487:last-child h3::before {
    background-color: rgb(135,127,173);
}

.our_mission514 .container::before {
    content: "";
    background: linear-gradient(135deg, rgb(177,173,194,0.5), rgb(135,127,173,0.5));
    width: 300px;
    opacity: 0.1;
    top: -150px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    right: -150px;
}

.our_mission514 .study_pro487:first-child::after {
    border-color: transparent transparent rgb(177,173,194,0.5) transparent;
}

.contact_box156::before {
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(177,173,194), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(135,127,173), 0.04) 50%, transparent 100%);
    left: 0;
    animation: gridMove 20s linear infinite;
    background-size: 20px 20px, 20px 20px;
    width: 100%;
    position: absolute;
    content: "";
}

.contact_box156 .reach_list970 {
    position: relative;
    gap: 30px;
    display: grid;
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
}

.contact_box156 .reach_list970::after {
    bottom: -8px;
    height: 100%;
    position: absolute;
    border-radius: 21px;
    z-index: -1;
    border: 1px solid rgba(rgb(135,127,173), 0.2);
    right: -8px;
    width: 100%;
    content: "";
}

.contact_box156 .pic_img_wrap890::after {
    right: 20px;
    z-index: 2;
    position: absolute;
    height: 60px;
    border-top: 2px solid rgba(rgb(177,173,194), 0.6);
    border-right: 2px solid rgba(rgb(177,173,194), 0.6);
    top: 20px;
    content: "";
    width: 60px;
}

.contact_box156 form {
    width: 100%;
}

.contact_box156 form h3 {
    padding-left: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    font-size: 23px;
    margin-bottom: 30px;
}

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

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

.contact_box156 .help_reach903 input[type="checkbox"]:checked + label::before {
    border-color: rgb(177,173,194);
    background: rgb(177,173,194);
}

.contact_box156 .help_reach903 label a {
    position: relative;
    color: rgb(177,173,194);
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}

.contact_box156 form .inquiry_feedback638::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(135,127,173), rgb(177,173,194));
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
}

.contact_box156 svg path {
    fill: rgb(177,173,194);
    transition: fill 0.3s ease;
}

.academic_experience064::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(177,173,194,0.5) 0,
        rgb(177,173,194,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    opacity: 0.05;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}

.academic_experience064 .review_slider475::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    transform: rotate(-45deg) scale(2);
    transition: opacity 0.6s ease;
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    opacity: 0;
}

.academic_experience064 .pic_img_wrap890::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: 3;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
}

.academic_experience064 .name::after {
    content: "";
    position: absolute;
    width: 70px;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(177,173,194) 50%,
        transparent 100%
    );
    height: 2px;
}

.academic_experience064 .employee_section635::after {
    border-bottom: 3px solid rgb(135,127,173);
    right: -5px;
    bottom: -5px;
    border-right: 3px solid rgb(135,127,173);
}

.academic_experience064 .review_slider475:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.academic_experience064 .review_slider475:hover .pic_img_wrap890 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(177,173,194,0.5);
    transform: rotate(0deg) scale(1.05);
}

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

.get_help_info543 .get_answers921 {
    border-radius: 0;
    clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
    box-shadow: 0 0 15px rgb(177,173,194,0.5),
              inset 0 0 10px rgb(177,173,194,0.5);
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgb(177,173,194);
    padding: 40px;
    position: relative;
}

.get_help_info543 p {
    line-height: 1.7;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 25px;
    position: relative;
}

.get_help_info543 .help_desk763 {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    font-size: calc(15px * 0.95);
    color: #ffffff;
    display: flex;
    position: relative;
    clip-path: polygon(
    0 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% 100%,
    0 100%
  );
    transition: all 0.3s ease;
    padding: 12px 25px;
    border: 1px solid rgb(177,173,194);
    text-decoration: none;
    overflow: hidden;
}

.get_help_info543 p svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}



.get_help_info543 .get_answers921::after {
    right: 5px;
    border-right: 2px solid rgb(177,173,194);
    border-bottom: 2px solid rgb(177,173,194);
    bottom: 5px;
    position: absolute;
    height: 30px;
    content: "";
    width: 30px;
}


.course_overview639 {
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

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

.course_overview639 h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    transform: perspective(1000px) rotateX(0deg);
    display: inline-block;
    color: #000000;
    font-size: 37px;
    transition: transform 0.5s ease-out;
}

.course_overview639 .pic_img_wrap890 {
    flex: 0 0 45%;
    overflow: hidden;
    height: 500px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.course_overview639 .text_holder308 {
    overflow-y: auto;
    padding-right: 20px;
    transform: translateZ(10px);
    scrollbar-width: thin;
    max-height: 500px;
    scrollbar-color: rgb(135,127,173,0.5) transparent;
    flex: 0 0 50%;
}

.course_overview639 .description:last-of-type {
    border-top: 1px solid rgb(135,127,173,0.5);
    padding-top: 20px;
    margin-top: 30px;
}

.course_demographic524 .guide_bios283 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
}

.course_demographic524 h3::before {
    height: 100px;
    position: absolute;
    top: -20px;
    width: 100px;
    z-index: -1;
    border-radius: 50%;
    content: "";
    left: -30px;
    border: 2px solid rgb(177,173,194,0.5);
}

.course_demographic524 ul li {
    overflow: hidden;
    width: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    justify-content: flex-start;
    display: flex;
    padding: 0;
    height: 220px;
    border-radius: 50%;
    transition: all 0.4s ease;
    position: relative;
    text-align: center;
    flex-direction: column;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    z-index: 2;
    align-items: center;
}

.course_demographic524 ul li:hover::after {
    opacity: 0.7;
    border-color: rgb(135,127,173);
    transform: scale(1.1) rotate(15deg);
}

.course_demographic524 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(177,173,194);
}

header:before {
    content: '';
    opacity: 0.4;
    background-size: 200% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    animation: shine 8s infinite linear;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgb(177,173,194,0.5), transparent);
    top: 0;
    left: 0;
}

header .first_expert653:after {
    content: '';
    background: rgb(177,173,194);
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    left: 0;
    bottom: 0;
    transform-origin: right;
}

header .first_expert653:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}

header .header_site902 {
    position: relative;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
}

header .header_site902:after {
    background: rgb(177,173,194);
    position: absolute;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    width: 0;
    height: 1px;
    transition: width 0.4s ease;
    bottom: -8px;
}

.thanksArea913::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: linear-gradient(225deg, rgb(177,173,194) 0%, transparent 70%);
    width: 20rem;
    right: -5rem;
    height: 20rem;
    opacity: 0.15;
    transform: rotate(15deg);
    content: "";
    z-index: 0;
    bottom: -5rem;
    animation: float 15s ease-in-out infinite;
    position: absolute;
}

.thanksArea913 .guide_bios283 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    padding: 2.5rem;
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    background: #ffffff;
}

.plan_wrapper309 {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}

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

.plan_wrapper309 .group_rates315::after {
    border-radius: 50%;
    opacity: 0.15;
    bottom: -80px;
    right: -120px;
    height: 250px;
    content: "";
    background: radial-gradient(circle, rgb(135,127,173,0.5) 0%, transparent 70%);
    position: absolute;
    width: 250px;
    pointer-events: none;
}

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

.plan_wrapper309 .cost_table017:hover {
    transform: translateY(-8px) scale(1.02);
}

.plan_wrapper309 .program_rate046 {
    border: 1px solid rgba(255,255,255,0.1);
    padding: 5px;
    border-radius: 8px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    position: relative;
    height: 100%;
}

.plan_wrapper309 .cost_table017:hover .group_plans873 h4::after {
    height: 100%;
    opacity: 1;
}

.plan_wrapper309 .fee_plans460 {
    display: inline-block;
    margin-top: auto;
    color: #ffffff;
    background: linear-gradient(135deg, 
        rgb(177,173,194,0.5) 0%, 
        rgb(135,127,173,0.5) 100%);
    transition: all 0.3s ease;
    font-size: calc(23px * 1.3);
    align-self: flex-start;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-weight: 700;
    border-radius: 4px;
    padding: 5px 10px;
    position: relative;
}

.title_opener539 .guide_bios283 {
    z-index: 5;
    padding: 5% 8%;
    flex-direction: column;
    display: flex;
    backdrop-filter: blur(4px);
    position: relative;
    height: 100%;
}

.title_opener539 .text_holder308 {
    padding: 3rem;
    backdrop-filter: blur(10px);
    transform: translateY(30px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    max-width: 550px;
    position: relative;
    animation: fadeSlideUp 1.2s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    border-left: 4px solid rgb(135,127,173);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
}

.title_opener539 .page_begin230 svg:hover {
    transform: rotate(0) scale(1.05);
}

.title_opener539 .page_begin230 svg text {
    font-family: Arial, sans-serif;
    opacity: 0.95;
    font-weight: 700;
    fill: rgb(135,127,173);
    transition: fill 0.3s ease;
}

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

.title_opener539 .inquiry_feedback638:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.4);
}

.receive_updates417::before {
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
}

.receive_updates417 .guide_bios283:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.receive_updates417 h4::after {
    width: 80px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: -12px;
    background: linear-gradient(to right, rgb(135,127,173), transparent);
    content: "";
}

.receive_updates417 .input_holder span {
    flex: 1;
    position: relative;
}

.receive_updates417 .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    outline: none;
}

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

.user_reviews876 {
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgba(rgb(177,173,194,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.user_reviews876 h2 {
    color: #000000;
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
    margin-bottom: 3.5rem;
    font-size: 34px;
    text-align: center;
}

.user_reviews876 .container.guide_bios283 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.user_reviews876 .review_slider475 {
    flex-direction: column;
    border-radius: 3px;
    padding: 2rem;
    border: 1px solid rgba(rgb(177,173,194,0.5), 0.08);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: translateZ(0) scale(1);
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.02);
    will-change: transform, box-shadow;
    height: 100%;
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.user_reviews876 .review_slider475 div {
    border-radius: 50%;
    align-self: flex-end;
    position: relative;
    height: 60px;
    margin-top: 0.5rem;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    width: 60px;
    overflow: hidden;
}

.user_reviews876 .review_slider475:hover div img {
    transform: scale(1.1);
}

.program_assets245::before {
    right: -5%;
    height: 40%;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    width: 40%;
    z-index: 0;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(177,173,194,0.5) 0%, transparent 70%);
    top: -5%;
}

.program_assets245 .guide_bios283 {
    gap: 3rem;
    position: relative;
    flex-direction: column-reverse;
    display: flex;
}

.program_assets245 h4::after {
    left: 0;
    background: rgb(177,173,194);
    height: 3px;
    transition: width 0.4s ease;
    content: "";
    width: 4rem;
    position: absolute;
    bottom: 0;
}

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

.program_assets245 li:hover {
    transform: translateX(5px);
}

.program_assets245 li p span:first-child {
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.program_assets245 li:hover svg {
    transform: rotate(10deg) scale(1.1);
}

.program_assets245 li:hover svg path {
    fill: rgb(135,127,173);
}

footer {
    position: relative;
}

footer::before {
    background: linear-gradient(210deg, #000000 0%, rgb(177,173,194) 100%);
    right: 0;
    content: '';
    position: absolute;
    opacity: 0.92;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
}

.challenge_cta625 .company_holder {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-size: 200% 200%;
    margin-top: 70px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    animation: shiftGradient 15s ease infinite;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 29px;
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    order: 2;
}

.challenge_cta625 .nav_study175:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}

.challenge_cta625 .nav_study175:hover {
    transform: perspective(1000px) rotateY(0);
}

.challenge_cta625 .nav_study175 h5 {
    color: #ffffff;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    word-wrap: break-word;
    position: relative;
}

.challenge_cta625 .nav_study175 .nav_pagebar532 a::before {
    transition: all 0.3s ease;
    content: '';
    transform: scale(0);
    flex-shrink: 0;
    background: rgb(135,127,173);
    border-radius: 50%;
    opacity: 0;
    margin-right: 10px;
    min-width: 6px;
    height: 6px;
}

.achieve_cta106::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(135,127,173,0.5), transparent);
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
    top: 0;
}

.cookieWarningMessage542 {
    position: fixed;
    bottom: 0;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
    font-family: Arial, sans-serif;
    z-index: 1050;
    background: #ffffff;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-top: 3px solid rgb(177,173,194);
}

.track_ack489 {
    flex-shrink: 0;
    margin-right: 15px;
}

.privacy_opt305 h5 {
    margin-bottom: 5px;
    color: rgb(177,173,194);
    font-size: 22px;
    font-weight: 700;
}

#cookiePromptNotice514 {
    display: none;
}

#cookiePromptNotice514:checked ~ .cookieWarningMessage542 {
    opacity: 0;
    visibility: hidden;
}

.cookie_button.track_prefs980 {
    border-color: rgb(135,127,173);
    color: #000000;
    background-color: rgb(135,127,173);
}

.cookieWarningMessage542 p a {
    color: rgb(177,173,194);
    text-decoration: underline;
}

.cookieWarningMessage542 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


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



@media (min-width: 992px) {.secure_vault169 .container {
    padding: 0 5rem;
}.secure_vault169 h1 {
    transform: translateX(-1rem);
}.secure_vault169 h1::after {
    width: 100px;
}.secure_vault169 h1:hover::after {
    width: 150px;
}.secure_vault169 p {
    max-width: 85%;
}.secure_vault169 p, 
    .secure_vault169 span {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}
}



@media (max-width: 767px) {.secure_vault169 {
    padding: 3rem 0;
}.secure_vault169 .container {
    padding: 0 1.5rem;
}.secure_vault169 h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    margin-bottom: 1.5rem;
}.secure_vault169 h2 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.9);
    margin: 2rem 0 1rem;
}.secure_vault169 h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.75);
}.secure_vault169 h4 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.65);
}.secure_vault169 ul {
    padding-left: 0.5rem;
}.secure_vault169 li {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}.secure_vault169 p, 
    .secure_vault169 span {
    margin-bottom: 1.25rem;
}}



@media screen and (max-width: 767px) {.contact_box156 {
    padding: 70px 0;
}.contact_box156 h2 {
    font-size: calc(37px * 0.9);
}.contact_box156 .pic_img_wrap890 {
    min-height: 350px;
}.contact_box156 .pic_img_wrap890::after,
    .contact_box156 .connect_inquiry453::before {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 991px) {.academic_experience064 {
    padding: 80px 0;
}.academic_experience064 .review_slider475 {
    padding: 50px 30px;
}.academic_experience064 .pic_img_wrap890 {
    margin-bottom: 30px;
    height: 160px;
    width: 160px;
}.academic_experience064 .employee_section635 {
    max-width: 90%;
    padding: 20px 25px;
}
}



@media (max-width: 575px) {.academic_experience064 {
    padding: 50px 0;
}.academic_experience064 .review_slider475 {
    padding: 35px 20px;
}.academic_experience064 .pic_img_wrap890 {
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
}.academic_experience064 .name {
    font-size: calc(31px * 0.8);
}.academic_experience064 .review_slider475 span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
    letter-spacing: 1px;
}.academic_experience064 .employee_section635 {
    max-width: 100%;
    font-size: calc(14px * 0.9);
    padding: 15px;
}}



@media (max-width: 768px) {.course_overview639 {
    padding: 60px 0;
}.course_overview639 h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
}.course_overview639 .pic_img_wrap890 {
    height: 280px;
}.course_overview639 .text_holder308 {
    max-height: 350px;
}.course_overview639 .description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 1200px) {.course_demographic524 ul {
    gap: 40px;
}.course_demographic524 ul li {
    height: 200px;
    width: 200px;
}
}



@media (max-width: 768px) {.course_demographic524 {
    padding: 80px 0;
}.course_demographic524 h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.8);
}.course_demographic524 ul {
    gap: 30px;
}.course_demographic524 ul li {
    height: 200px;
    width: 200px;
}.course_demographic524 ul li svg {
    margin-top: 40px;
    width: 35px;
    height: 35px;
}
}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .nav_study175 {
    gap: 15px;
}header .first_expert653 {
    font-size: calc(16px - 1px);
}header .header_site902 svg {
    height: 35px;
}
}



@media (max-width: 992px) {.thanksArea913 {
    padding: 5rem 1.25rem;
}.thanksArea913 h2 {
    font-size: calc(37px - 0.25rem);
    max-width: 100%;
}.thanksArea913 .guide_bios283 {
    padding: 2rem;
}
}



@media (max-width: 576px) {.thanksArea913 {
    padding: 3rem 1rem;
}.thanksArea913 h2 {
    font-size: calc(37px - 0.75rem);
}.thanksArea913 .guide_bios283 {
    padding: 1.5rem;
}.thanksArea913 h2::after {
    width: 4rem;
}.thanksArea913 li::before {
    width: 1.25rem;
    top: 0.3rem;
    height: 1.25rem;
}.thanksArea913 li::after {
    top: 0.25rem;
    font-size: 0.9rem;
    left: 0.35rem;
}.thanksArea913 span {
    font-size: calc(15px - 0.1rem);
}}



@media (max-width: 768px) {.plan_wrapper309 {
    padding: 70px 0;
}.plan_wrapper309 .fee_board425 {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.plan_wrapper309 h2 {
    font-size: calc(36px * 0.9);
}.plan_wrapper309 .rate_packages910 {
    font-size: 15px;
    max-width: 100%;
    margin-bottom: 40px;
}
}



@media screen and (max-width: 1200px) {.title_opener539 h1 {
    font-size: calc(48px * 1.1);
    max-width: 70%;
}.title_opener539 .text_holder308 {
    max-width: 500px;
    padding: 2.5rem;
}
}



@media screen and (max-width: 768px) {.title_opener539 .guide_bios283 {
    align-items: center;
    padding: 8% 5%;
    text-align: center;
}.title_opener539 h1 {
    max-width: 100%;
    font-size: calc(48px * 0.9);
    text-align: center;
}.title_opener539 .text_holder308 {
    border-left: none;
    border-top: 4px solid rgb(135,127,173);
    max-width: 100%;
    padding: 1.8rem;
}.title_opener539 p {
    text-align: center;
    font-size: calc(14px * 0.95);
}.title_opener539 h6 {
    text-align: center;
}
}



@media (min-width: 768px) {.receive_updates417 .guide_bios283 {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
    align-items: center;
}.receive_updates417 .input_holder {
    flex-direction: row;
}.receive_updates417 h4 {
    font-size: 20px;
}.receive_updates417 .input_holder input[type="email"] {
    border-radius: 10px 0 0 10px;
}.receive_updates417 .input_holder .start_classes340 {
    border-radius: 0 10px 10px 0;
}
}



@media (max-width: 991px) {.user_reviews876 {
    padding: 4rem 0;
}.user_reviews876 h2 {
    font-size: calc(34px - 0.2rem);
    margin-bottom: 2.5rem;
}.user_reviews876 .user_reviews457 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (min-width: 768px) {.program_assets245 {
    padding: 8rem 0;
}.program_assets245 .guide_bios283 {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.program_assets245 .text_holder308 {
    padding: 3rem;
    flex: 6;
}.program_assets245 .text_holder308 > div {
    flex-direction: row;
}.program_assets245 .pic_img_wrap890 {
    flex: 5;
    max-height: 500px;
}.program_assets245 h4 {
    font-size: 29px;
}
}



@media (max-width: 480px) {.program_assets245 {
    padding: 3rem 0;
}.program_assets245 .text_holder308 {
    padding: 1.5rem;
}.program_assets245 h4 {
    font-size: 16px;
    margin-bottom: 1.25rem;
}.program_assets245 li p {
    gap: 0.75rem;
}.program_assets245 svg {
    width: 18px;
    height: 18px;
}}


@media (max-width: 1200px) {.privacy_opt305 h5 {
    font-size: calc(22px - 2px);
}.privacy_opt305 p {
    font-size: calc(14px - 2px);
}.cookie_screen031 {
    font-size: calc(18px - 2px);
}
}

@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

@keyframes scanlines {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}



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



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



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

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

