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

.segment-wrapper {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

.mod_tools {
    flex: 0 0 auto;
}

.mod_tools {
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 2;
    padding: 80px 0 40px;
    position: relative;
}

.course_program_description .learn_skills {
    width: 45%;
    overflow: hidden;
    top: 50%;
    z-index: 1;
    border-top-left-radius: 150px;
    position: absolute;
    right: 0;
    height: 70vh;
    border-bottom-left-radius: 150px;
    transform: translateY(-50%);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.08);
}

.course_program_description .learn_skills {
    border-bottom-right-radius: 50px;
    margin-bottom: 2rem;
    top: auto;
    border-bottom-left-radius: 50px;
    position: relative;
    right: auto;
    width: 100%;
    border-radius: 0;
    height: 40vh;
    transform: none;
}

.course_program_description .learn_skills:hover .career_learn {
    animation-play-state: paused;
}

.course_program_description .study_map:hover img {
    transform: scale(1.05);
}

.course_program_description .container {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    z-index: 2;
}

.course_program_description .container {
    width: 100%;
    justify-content: center;
}

.course_program_description .training_track::before {
    top: 1.5rem;
    left: 1.5rem;
    content: "";
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    pointer-events: none;
    opacity: 0.3;
    border-radius: 10px;
    border: 1px solid rgb(162,178,200,0.5);
    position: absolute;
}

.course_program_description .training_track::before {
    left: 0.75rem;
    top: 0.75rem;
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
}

.course_program_description .training_track .support_form:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.course_program_description .training_track .support_form:hover::before {
    transform: translateX(100%);
}

.welcome_board {
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    background-color: rgb(218,222,229);
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 80px 20px;
}

.welcome_board .course_base::after {
    transform: translateZ(-10px);
    filter: blur(10px);
    position: absolute;
    height: 20px;
    opacity: 0.5;
    background: linear-gradient(to bottom, rgb(162,178,200,0.5), transparent);
    bottom: -20px;
    content: "";
    width: 100%;
    left: 0;
}

.welcome_board .learn_hero:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.welcome_board .learn_hero > div {
    transform-style: preserve-3d;
    position: relative;
    padding: 60px 40px;
    z-index: 2;
    backdrop-filter: blur(5px);
    color: #ffffff;
}

.course_demographic {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(118,140,184,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    z-index: 1;
    position: relative;
}

.course_demographic .study_hub {
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
    flex-direction: column;
    padding: 0 2rem;
}

.course_demographic h3 {
    color: #ffffff;
    display: inline-block;
    padding: 0.8rem 2rem;
    font-weight: 600;
    align-self: flex-end;
    background: rgba(rgb(162,178,200,0.5), 0.2);
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    padding: 1rem 0;
    margin-bottom: 3rem;
    border-radius: 10px 0 0 10px;
    text-align: right;
    font-size: 35px;
    position: relative;
}

.course_demographic ul {
    display: grid;
    grid-template-rows: repeat(2, auto);
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.course_demographic li::after {
    content: "";
    transition: opacity 0.3s ease;
    z-index: 1;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(162,178,200,0.5), 0.2) 50%);
    top: 0;
    width: 30px;
    position: absolute;
    right: 0;
    height: 30px;
    opacity: 0;
}

.course_demographic li:hover {
    transform: translateY(-5px);
    border-color: rgba(rgb(162,178,200,0.5), 0.3);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
}

.course_demographic li svg path {
    transition: fill 0.3s ease;
    fill: rgb(118,140,184);
}

.modalCookieAgreement {
    position: fixed;
    z-index: 1050;
    width: 100%;
    padding: 20px;
    background: rgb(218,222,229);
    border-top: 3px solid rgb(162,178,200);
    bottom: 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.cookie_necessary {
    flex-grow: 1;
    margin-right: 20px;
}

.data_notice {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 20px;
    text-decoration: none;
}

.data_notice {
    background-color: rgb(162,178,200);
    border: 1px solid rgb(162,178,200);
    color: #ffffff;
}

.privacy_block::after {
    width: 15rem;
    height: 15rem;
    z-index: 0;
    background: linear-gradient(45deg, rgb(162,178,200,0.5) 0%, transparent 80%);
    content: "";
    border-radius: 50%;
    right: -5rem;
    bottom: -5rem;
    filter: blur(30px);
    position: absolute;
}

.privacy_block h1::after {
    content: "";
    width: 80px;
    transform-origin: left;
    height: 4px;
    background: linear-gradient(90deg, rgb(162,178,200) 0%, rgb(118,140,184) 100%);
    position: absolute;
    bottom: 0;
    transition: transform 0.5s ease;
    left: 0;
}

.privacy_block h4 {
    position: relative;
    font-size: calc(30px * 0.7);
    font-weight: 600;
    border-left: 1px solid rgb(118,140,184,0.5);
    margin: 1.8rem 0 1rem;
    padding-left: 0.6rem;
    color: #000000;
}

.privacy_block strong:hover::after {
    transform: scaleX(1);
}

.privacy_block ul::before {
    content: "";
    top: 0;
    border-radius: 10px 0 0 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(162,178,200), rgb(118,140,184));
    left: 0;
    width: 4px;
    height: 100%;
}

.privacy_block li::before {
    top: 0.5rem;
    background: linear-gradient(135deg, rgb(118,140,184) 0%, rgb(162,178,200) 100%);
    border-radius: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    transition: transform 0.3s ease, background 0.3s ease;
    position: absolute;
    content: "";
}

.education_experience {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(to bottom, #000000 0%, rgb(218,222,229) 100%);
}

.education_experience .client_feedback {
    backdrop-filter: blur(15px);
    transform-style: preserve-3d;
    padding: 3rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 23px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(118,140,184,0.5),
        inset 0 0 30px rgb(162,178,200,0.5);
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.03);
    transform: rotateX(5deg) rotateY(-5deg);
}

.education_experience .client_feedback span:not(.name) {
    color: rgb(118,140,184);
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    transform: translateZ(15px);
    margin-top: 0.5rem;
    letter-spacing: 2px;
    width: 100%;
    font-weight: 600;
}

.education_experience .client_feedback:hover .job_skills {
    transform: translateZ(25px);
}

.about_this {
    background: linear-gradient(180deg, rgb(218,222,229) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.about_this .study_hub {
    z-index: 2;
    position: relative;
    align-items: center;
    gap: 50px;
    display: flex;
}

.about_this .learning_experts {
    border-radius: 24px;
    padding: 30px;
    transform: perspective(1000px) rotateY(5deg);
    background: #ffffff;
    flex: 0 0 350px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.about_this .thumbnail {
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 280px;
    width: 100%;
}

.about_this .academy_learnings {
    font-size: 14px;
    color: rgb(162,178,200);
    font-weight: 600;
}

.about_this .content_box_wrap::before {
    content: '';
    top: 0;
    height: 100%;
    width: 5px;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(162,178,200), rgb(118,140,184));
    border-radius: 10px 0 0 10px;
}

.about_this h2::after {
    left: 0;
    bottom: 0;
    height: 3px;
    content: '';
    width: 60px;
    position: absolute;
    background: linear-gradient(to right, rgb(162,178,200), rgb(118,140,184));
}

.thxArea::after {
    right: -10%;
    content: "";
    transform: rotate(-15deg);
    width: 80%;
    background: radial-gradient(
        circle at center,
        rgb(162,178,200,0.5) 0%,
        transparent 70%
    );
    height: 80%;
    z-index: 0;
    position: absolute;
    opacity: 0.4;
    top: -10%;
}

.thxArea h2::after {
    bottom: -1rem;
    background: linear-gradient(to right, rgb(162,178,200), rgb(118,140,184));
    left: 0;
    height: 0.3rem;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 8rem;
    content: "";
}

.thxArea .study_hub:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}

.thxArea li {
    margin-bottom: 1rem;
    position: relative;
    transform: translateZ(5px);
}

.thxArea span {
    line-height: 1.8;
    transition: padding-left 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 18px;
    display: block;
    position: relative;
    color: #000000;
    padding-left: 0;
}

.thxArea li:hover span {
    padding-left: 0.5rem;
}

header:before {
    width: 100%;
    opacity: 0.1;
    height: 100%;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 15% 15%, rgb(162,178,200,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(118,140,184,0.5) 0%, transparent 25%);
    pointer-events: none;
    content: '';
    top: 0;
}

header .container:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    mix-blend-mode: overlay;
    position: absolute;
    pointer-events: none;
}

header .top_teach {
    align-items: center;
    gap: 30px;
    position: relative;
    display: flex;
}

header .head_master {
    padding: 8px 2px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 0 1px #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 18px;
    color: #ffffff;
}

header .head_master:hover {
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(162,178,200);
    color: #ffffff;
}

header .head_master:hover:after {
    box-shadow: 
        0 0 5px rgb(162,178,200),
        0 0 10px rgb(162,178,200);
    width: 100%;
}

header .main_lead:before {
    background: radial-gradient(circle, 
        rgb(162,178,200,0.5) 0%, 
        transparent 70%
    );
    height: 150%;
    left: 50%;
    width: 150%;
    position: absolute;
    transition: opacity 0.5s ease;
    transform: translate(-50%, -50%);
    content: '';
    top: 50%;
    opacity: 0;
}

header .main_lead:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(162,178,200));
}

.training_results {
    position: relative;
    background: linear-gradient(135deg, rgb(218,222,229) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}

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

.training_results .study_hub {
    gap: 40px;
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    align-items: center;
}

.training_results h4 {
    font-weight: 700;
    line-height: 1.4;
    font-size: 23px;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
}

.training_results h4::after {
    height: 3px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(162,178,200) 0%, rgb(118,140,184) 100%);
    width: 80px;
    left: 0;
    transition: width 0.3s ease-out;
    position: absolute;
    bottom: -10px;
    content: "";
}

.training_results li p span:first-child {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    justify-content: center;
}

.training_results li p span:last-child {
    font-size: 16px;
    line-height: 1.5;
    transform: translateY(2px);
    color: #000000;
}

.training_results li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.training_results .thumbnail {
    border-radius: 10px;
    transform: rotate(-1deg) translateZ(0);
    width: 100%;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4);
    height: auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    max-width: 600px;
}

.plan_display .training_sub {
    display: flex;
    flex-direction: column;
}

.plan_display .price_options h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 15px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    color: #000000;
    transform: translateY(0);
    -webkit-text-fill-color: transparent;
    background: linear-gradient(120deg, rgb(118,140,184), rgb(162,178,200));
    font-size: 35px;
}

.plan_display .plan_table {
    order: 2;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.plan_display .deal_grid:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}

.plan_display .deal_grid:hover::before {
    transform: scaleX(1);
}

.plan_display .price_opts {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.plan_display .cost_summary {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    padding: 30px;
    flex-direction: column;
    overflow: hidden;
}

.plan_display .deal_grid:hover .cost_summary h3 {
    transform: translateX(5px);
}

.plan_display .study_cost::before {
    left: 0;
    transform-origin: left;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(118,140,184), rgb(162,178,200));
    transform: scaleX(0.3);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    position: absolute;
    bottom: 0;
}

.plan_display .thumbnail::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    z-index: 1;
}

.contact_us h2 {
    text-align: center;
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 40px;
    position: relative;
    color: rgb(118,140,184);
}

.contact_us .feedback_feedback {
    background: #ffffff;
    display: grid;
    border-radius: 29px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.contact_us #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.contact_us input[type="text"] {
    border-radius: 10px;
    border: 1px solid rgb(218,222,229);
    padding: 15px 20px;
    font-size: 17px;
    background: #ffffff;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
}

.contact_us .request_support input[type="checkbox"]:checked {
    background: rgb(162,178,200);
    border-color: rgb(162,178,200);
}

.contact_us .request_support label {
    line-height: 1.5;
    font-size: 17px;
    color: #000000;
}

.contact_us .request_support a:hover {
    color: rgb(118,140,184);
}

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

.contact_us svg path {
    fill: rgb(162,178,200);
}

.client_testimonials {
    padding: 120px 0 80px;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(218,222,229) 0%, rgba(rgb(162,178,200,0.5), 0.05) 100%);
    overflow: hidden;
}

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

.client_testimonials h2 {
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    color: #000000;
    transform-style: preserve-3d;
    font-size: 36px;
    text-align: left;
    transform: perspective(1000px) translateZ(10px);
}

.client_testimonials .client_feedback {
    position: relative;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    transform: perspective(1000px) translateZ(0);
    overflow: hidden;
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.client_testimonials .client_feedback div {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.client_testimonials .client_feedback:hover img {
    transform: scale(1.1);
}

.client_testimonials .client_feedback h4 {
    position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-left: 15px;
}

.client_testimonials .client_feedback:hover .description {
    transform: translateX(8px);
}

.client_testimonials a {
    box-shadow: 0 8px 20px rgba(rgb(162,178,200,0.5), 0.3);
    background: linear-gradient(45deg, rgb(162,178,200), rgb(118,140,184));
    color: #ffffff;
    margin-top: 40px;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    padding: 12px 30px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transform: translateZ(0);
    font-size: 17px;
}

.find_us .get_contactblock {
    position: relative;
    padding: 0;
    flex-direction: column;
    display: flex;
}

.find_us .get_contactblock p {
    margin-bottom: 40px;
    line-height: 1.8;
    max-width: 90%;
    color: #000000;
    font-size: 18px;
}

.find_us .inquire_now {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.find_us .quick_request:hover {
    color: #ffffff;
    transform: translateY(-5px);
}

.find_us .quick_request:hover::before {
    opacity: 1;
}

.find_us .quick_request svg {
    fill: none;
    height: 28px;
    stroke: currentColor;
    transition: all 0.3s ease;
    stroke-width: 2;
    width: 28px;
}

.find_us .quick_request svg path {
    transition: all 0.3s ease;
}

footer::before {
    right: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(118,140,184,0.5) 0%, rgb(162,178,200,0.5) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    content: '';
}

.mod_tools .company_holder h3::after {
    content: '';
    border-radius: 10px;
    background: rgb(162,178,200);
    bottom: 0;
    position: absolute;
    width: 40px;
    left: 0;
    height: 4px;
}

.mod_tools .top_bar {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.mod_tools .top_teach h5 {
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.mod_tools .top_teach h5 {
    letter-spacing: 0.5px;
}

.mod_tools .top_teach .top_bar a {
    position: relative;
    font-size: 18px;
    padding: 8px 15px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

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

.class_guide .grade_help {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.8;
}



.mod_tools::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(162,178,200), rgb(118,140,184), rgb(162,178,200));
    width: 100%;
    content: '';
    background-size: 200% 200%;
    left: 0;
    animation: gradientShift 5s infinite;
    top: 0;
    height: 5px;
}

.mod_tools .reward_sys::after {
    height: 120px;
    right: 100px;
    filter: blur(50px);
    z-index: -1;
    width: 120px;
    background: rgb(162,178,200,0.5);
    position: absolute;
    top: -20px;
    border-radius: 50%;
    content: '';
    opacity: 0.2;
}


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



@media (min-width: 768px) and (max-width: 991px) {.course_program_description {
    padding: 3rem 2rem;
}.course_program_description .learn_skills {
    height: 60vh;
    border-top-left-radius: 100px;
    width: 40%;
    border-bottom-left-radius: 100px;
}.course_program_description .study_hub {
    padding-right: 5%;
    width: 65%;
}.course_program_description .training_track {
    padding: 2.5rem;
}.course_program_description .training_track::before {
    height: calc(100% - 2rem);
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
}.course_program_description .training_track h3 {
    font-size: calc(33px * 0.9);
}

}



@media (max-width: 991px) {.course_demographic {
    padding: 4rem 0;
}.course_demographic h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
    padding: 0.7rem 1.5rem;
}.course_demographic ul {
    gap: 1.2rem;
}
}



@media (max-width: 480px) {.course_demographic {
    padding: 3rem 0;
}.course_demographic .study_hub {
    padding: 0 1rem;
}.course_demographic h3 {
    padding: 0.5rem 1.2rem;
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.course_demographic li {
    padding: 1.2rem;
}.course_demographic li svg {
    margin-right: 0.8rem;
    height: 28px;
    width: 28px;
}}


@media (max-width: 800px) {.secure_cookies {
    flex-direction: column;
    align-items: center;
}.manage_tracking {
    margin-bottom: 15px;
}.cookie_necessary {
    margin-bottom: 20px;
    text-align: center;
}.data_notice {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}



@media (max-width: 576px) {.privacy_block {
    padding: 1.5rem 0.8rem;
}.privacy_block .container {
    padding: 1rem;
}.privacy_block h1 {
    font-size: calc(46px * 0.7);
}.privacy_block h2 {
    padding-left: 0.8rem;
    font-size: calc(30px * 0.7);
}.privacy_block h3 {
    font-size: calc(30px * 0.6);
}.privacy_block h4 {
    font-size: calc(30px * 0.5);
}.privacy_block ul {
    padding: 1rem;
}.privacy_block li {
    padding-left: 1.5rem;
}.privacy_block p, 
    .privacy_block li, 
    .privacy_block span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.privacy_block span {
    padding: 0.8rem 1rem;
}}



@media (max-width: 768px) {.about_this {
    padding: 60px 0;
}.about_this .thumbnail {
    height: 240px;
}.about_this .learning_experts {
    padding: 25px;
}.about_this .content_box_wrap {
    padding: 30px;
}.about_this h2 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 991px) {.thxArea {
    padding: 5rem 0;
}.thxArea .study_hub {
    padding: 2.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.thxArea h2 {
    max-width: 100%;
    transform: translateZ(20px);
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 575px) {.thxArea {
    padding: 3rem 0;
}.thxArea .container {
    padding: 0 1rem;
}.thxArea .study_hub {
    padding: 1.5rem;
    border-left-width: 3px;
}.thxArea h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.thxArea h2::after {
    bottom: -0.7rem;
    width: 5rem;
    height: 0.2rem;
}.thxArea span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.thxArea li::before {
    height: 0.7rem;
    width: 0.7rem;
    left: -1.5rem;
}}



@media (min-width: 768px) {.training_results .content_box_wrap > div {
    flex-direction: row;
    gap: 30px;
    display: flex;
}.training_results .content_box_wrap > div > ul {
    flex: 1;
}
}



@media (min-width: 1200px) {.training_results .study_hub {
    gap: 80px;
}.training_results .content_box_wrap {
    padding: 60px;
}.training_results h4 {
    font-size: calc(23px * 1.2);
    margin-bottom: 40px;
}.training_results li p {
    padding: 18px 25px;
}
}



@media (max-width: 767px) {.training_results {
    padding: 80px 0;
}.training_results .content_box_wrap {
    padding: 30px 25px;
}.training_results h4 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.training_results li p {
    padding: 12px 15px;
}.training_results .thumbnail {
    max-width: 90%;
}
}



@media (min-width: 768px) {.plan_display .plan_table {
    grid-template-columns: repeat(2, 1fr);
}.plan_display .cost_summary {
    padding: 35px;
}.plan_display .thumbnail {
    height: 220px;
}
}



@media (min-width: 992px) {.plan_display .training_sub {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.plan_display .price_options {
    text-align: left;
    margin-bottom: 0;
    order: 2;
    flex: 0 0 30%;
}.plan_display .plan_table {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}.plan_display .edu_rates::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.plan_display .price_options:hover .edu_rates::after {
    transform: translateX(0) scaleX(1);
}
}



@media (max-width: 576px) {.contact_us {
    padding: 40px 0;
}.contact_us .container {
    padding: 0 15px;
}.contact_us h2::after {
    width: 40px;
}.contact_us .help_info {
    padding: 25px 20px;
}.contact_us #contact {
    gap: 20px;
}.contact_us .support_form {
    padding: 14px 20px;
    width: 100%;
}.contact_us .thumbnail {
    min-height: 200px;
}}



@media (max-width: 480px) {.client_testimonials {
    padding: 50px 0 30px;
}.client_testimonials h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.7);
}.client_testimonials .client_feedback {
    padding: 20px;
}.client_testimonials .client_feedback div {
    margin-bottom: 15px;
}.client_testimonials .client_feedback img {
    height: 50px;
    width: 50px;
}.client_testimonials a {
    width: 100%;
    padding: 10px 20px;
}}



@media screen and (max-width: 480px) {.find_us {
    padding: 50px 0;
}.find_us .get_contactblock h2 {
    font-size: calc(29px * 0.85);
}.find_us .get_contactblock p {
    font-size: calc(18px * 0.95);
}.find_us .quick_request {
    width: 65px;
    height: 65px;
}.find_us .quick_request svg {
    width: 24px;
    height: 24px;
}}



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



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



@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}



@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(162,178,200), rgb(118,140,184), rgb(162,178,200)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(162,178,200), rgb(118,140,184), rgb(162,178,200)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(162,178,200), rgb(118,140,184), rgb(162,178,200)) 1;
    }
}

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

