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

.nav_lesson {
    flex: 1 0 auto;
}

.container {
    width: 1157px;
    max-width: 100%;
    margin: auto;
}

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

.campus_links {
    flex: 0 0 auto;
}

.campus_links {
    position: relative;
    z-index: 1;
    padding: 80px 0 40px;
    color: #ffffff;
}

.pricing_grid_item::after {
    bottom: -10%;
    left: -5%;
    transform: rotate(12deg) skewX(-10deg);
    height: 60%;
    position: absolute;
    background: linear-gradient(215deg, rgb(160,173,152,0.5), rgb(197,208,191,0.5));
    z-index: 0;
    width: 35%;
    opacity: 0.3;
    filter: blur(50px);
    content: "";
}

.pricing_grid_item .value_plan h2::after {
    bottom: -12px;
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(197,208,191), rgb(160,173,152));
    border-radius: 10px;
    left: 50%;
    content: "";
    position: absolute;
    width: 80px;
}

.pricing_grid_item .plan_table {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: #ffffff;
    flex-direction: column;
    height: 100%;
    display: flex;
    will-change: transform, box-shadow;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.pricing_grid_item .cost_breakdown {
    display: inline-block;
    position: relative;
    margin: 5px 0 20px;
    padding: 8px 15px;
    font-weight: 700;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    border-radius: 6px;
    color: rgb(197,208,191);
    font-size: calc(18px + 4px);
}

.pricing_grid_item .image_wrapper::after {
    z-index: 1;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    content: "";
}



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

.data_insights .expert_pros {
    align-items: center;
    transform: rotate(-5deg);
    grid-row: 1;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    width: 120px;
    margin: 0;
    height: 120px;
    grid-column: 1;
    background: #000000;
    box-shadow: 0 0 0 2px rgb(197,208,191), 
                0 0 0 8px #000000, 
                0 0 30px -5px rgb(197,208,191,0.5);
}

.data_insights .statistics_gain {
    padding: 20px;
    border-radius: 24px;
    margin: 20px 0 50px;
    line-height: 1.7;
    font-size: calc(18px * 1.1);
    text-align: left;
    grid-row: 2;
    grid-column: 1 / -1;
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(160,173,152);
}

.data_insights .statistics_highlights:hover {
    transform: translateX(10px);
}

.data_insights .study_gain svg {
    height: 25px;
    fill: rgb(160,173,152);
    width: 25px;
}

.data_insights .statistics_highlights span {
    order: 2;
    color: #ffffff;
    font-weight: 700;
    font-size: calc(31px * 1.5);
    margin: 0 0 5px 0;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.find_contact {
    background: rgb(197,208,191);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}



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

.find_contact .reach_out2Le {
    gap: 2rem;
    overflow: hidden;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    position: relative;
}

.find_contact .get_support::before {
    background: linear-gradient(90deg, rgb(160,173,152), rgb(197,208,191,0.5));
    position: absolute;
    width: 100%;
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
    height: 5px;
}

.find_contact .get_support h2::after {
    bottom: 0;
    left: 0;
    height: 3px;
    content: '';
    background: rgb(160,173,152);
    border-radius: 1.5px;
    width: 3rem;
    position: absolute;
}

.find_contact .info_request {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #ffffff;
    opacity: 0.8;
}

.find_contact .contact_us {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.find_contact .get_support .image_wrapper {
    position: relative;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    min-height: 300px;
    overflow: hidden;
    height: 100%;
}

.find_contact .reach_outmD82M a {
    transition: all 0.3s ease;
    position: relative;
    gap: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    padding: 1rem;
    flex-direction: column;
}

.find_contact .reach_outmD82M a span {
    align-items: center;
    opacity: 0.7;
    font-weight: 400;
    display: flex;
    font-size: calc(15px * 0.9);
    color: #ffffff;
    gap: 0.5rem;
}

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

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

.our_team h2 {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    transform: translateX(-20px);
    padding-bottom: 15px;
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    opacity: 0;
    margin-bottom: 50px;
}

.our_team .content_box::before {
    position: absolute;
    content: '';
    top: 0;
    animation: expandHeight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    height: 0;
    width: 3px;
    background: rgb(160,173,152);
    left: 0;
}

.our_team .content_box::after {
    right: 30px;
    content: '';
    transform: scaleX(0);
    bottom: -15px;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, transparent, rgb(197,208,191));
    width: 200px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    transform-origin: right;
}

.greeting_page:after {
    transform: rotate(15deg);
    animation: shiftGradient 15s ease-in-out infinite alternate;
    content: "";
    top: -50%;
    opacity: 0.15;
    background: linear-gradient(
    135deg,
    rgb(160,173,152) 0%,
    transparent 70%
  );
    position: absolute;
    height: 200%;
    right: -20%;
    width: 80%;
    z-index: 2;
}

.greeting_page .master_zone {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2.5rem;
    position: relative;
    transform: translateZ(0) translateY(20px) rotateX(5deg);
    border-radius: 10px;
    animation: floatIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.6s;
    opacity: 0;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.8)
  );
    backdrop-filter: blur(10px);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1);
}

.greeting_page .master_zone > div:last-child {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
}

.greeting_page .master_zone span {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    opacity: 0;
    animation: slideUpFade 0.7s ease forwards 1.1s;
    transform: translateY(10px);
    border-radius: 10px;
    background: linear-gradient(
    135deg,
    rgb(160,173,152,0.5),
    rgb(197,208,191,0.5)
  );
}

header .page_nav::after {
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(197,208,191,0.5), transparent);
    top: 50%;
    position: absolute;
    width: 100%;
    content: "";
}

header .page_nav .main_pro:hover::before,
header .page_nav .main_pro:hover::after {
    transform: scale(1);
}

header .page_nav .main_pro .site_header {
    transition: transform 0.3s ease;
    display: block;
}

header .page_nav .top_learning {
    padding: 20px 0 10px;
    position: relative;
    background: linear-gradient(180deg, transparent, rgb(160,173,152) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

header .page_nav .top_learning .nav_know a {
    transition: color 0.3s ease;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    padding: 10px 5px;
    display: block;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

.explore_now::before {
    z-index: -1;
    opacity: 0.4;
    position: absolute;
    animation: patternMove 30s linear infinite;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}

.explore_now h2 {
    transform: translateZ(20px);
    z-index: 2;
    position: relative;
    margin-bottom: 3rem;
    color: #ffffff;
    font-size: clamp(1.75rem, 4vw, 37px);
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

.explore_now .learn_corner:hover {
    transform: translateZ(40px) rotateX(0);
    box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.2);
}

.explore_now svg {
    flex-shrink: 0;
    height: 48px;
    width: 48px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
    transform: rotateZ(-10deg);
    transition: transform 0.5s cubic-bezier(0.3, 1.8, 0.3, 1);
}

.explore_now svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.explore_now .inquiry_card::before {
    height: 100%;
    transform: translateX(-100%);
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
}

.explore_now .inquiry_card:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px) scale(0.98);
}

footer {
    position: relative;
}

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

.campus_links .company_holder::after {
    position: absolute;
    right: 0;
    width: 1px;
    height: 60%;
    content: "";
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(160,173,152,0.5), 
        transparent);
    top: 20%;
}

.campus_links .academy_info {
    justify-content: flex-end;
    display: flex;
}

.campus_links .top_learning {
    position: relative;
}

.campus_links .top_learning .nav_info {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.campus_links .top_learning .nav_info a {
    text-decoration: none;
    font-size: calc(16px * 0.95);
    opacity: 0.7;
    color: #ffffff;
    padding-left: 0;
    position: relative;
    transition: all 0.3s ease;
}

.trial_offer {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    padding: 20px 0;
}



.trial_offer {
    position: relative;
    overflow: hidden;
}

.campus_links .container::before {
    animation: pulse 10s infinite alternate-reverse;
    border-radius: 50%;
    left: -75px;
    content: "";
    position: absolute;
    height: 150px;
    filter: blur(30px);
    background: radial-gradient(
        circle, 
        rgb(160,173,152,0.5), 
        transparent 70%
    );
    width: 150px;
    bottom: -75px;
}

.campus_links .top_learning .nav_info a:hover::after {
    width: 100%;
}

.campus_links .top_learning .nav_info a:nth-child(odd):hover {
    transform: translateX(2px);
}

.trial_offer::before {
    top: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(160,173,152,0.5), 
        transparent);
}

.education_history {
    padding: 5rem 2rem;
    background: rgb(229,233,225);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}



.education_history .client_review {
    position: relative;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    gap: 0;
    max-width: 1100px;
    display: grid;
}

.education_history .image_wrapper::after {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}

.education_history .name {
    color: rgb(197,208,191);
    font-weight: 700;
    position: relative;
    margin-bottom: 0.7rem;
    display: inline-block;
    font-size: 30px;
}

.education_history .client_review:hover .name::before {
    transform: rotate(45deg) scale(1);
}

.education_history .client_review:hover .emp_highlights > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.education_history .job_expertise {
    opacity: 0;
    transition: all 0.5s ease 0.5s;
    padding-top: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.7;
    font-size: 15px;
    position: relative;
    transform: translateY(20px);
    color: #000000;
}

.course_program {
    background: linear-gradient(135deg, rgb(229,233,225) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}

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

.course_program h2 {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
    text-align: center;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    font-weight: 700;
    font-size: 36px;
}

.course_program .program_guide {
    display: grid;
    gap: 2.5rem;
    transform: translateY(0);
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    border-radius: 5px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.course_program .content_box {
    padding: 2rem 2.5rem 2.5rem;
    position: relative;
}

.course_program .description {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    position: relative;
    padding-right: 15px;
    font-size: 18px;
    overflow-y: auto;
    color: #000000;
    max-height: 340px;
}

.contact_section::before {
    background-size: 40px 40px;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(197,208,191), 0.05) 49%, rgba(rgb(197,208,191), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(160,173,152), 0.05) 49%, rgba(rgb(160,173,152), 0.05) 51%, transparent 52%);
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    z-index: 0;
}

.contact_section .message_feedback::before {
    height: 100%;
    z-index: -1;
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    top: 0;
    background-position: 0 0, 15px 15px;
    left: 0;
    width: 100%;
    opacity: 0.1;
    content: "";
    position: absolute;
}

.contact_section .query_info input[type="checkbox"]:checked {
    border-color: rgb(197,208,191);
    background: rgb(197,208,191);
}

.contact_section .query_info label {
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
}

.contact_section .query_info a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(197,208,191);
}

.contact_section .inquiry_card {
    padding: 15px 35px;
    font-weight: 600;
    overflow: hidden;
    margin-top: 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    align-self: flex-start;
    position: relative;
    background: rgb(197,208,191);
    font-size: 17px;
    transition: all 0.3s ease;
}

.contact_section svg path {
    transition: all 0.3s ease;
    fill: rgb(197,208,191);
}

.thankYouDiv {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(229,233,225) 0%, rgba(rgb(197,208,191,0.5), 0.08) 100%);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}

.thankYouDiv .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    margin: 0 auto;
}

.thankYouDiv .learn_corner:hover {
    transform: translateZ(20px) translateY(-5px);
}

.thankYouDiv .learn_corner > div:first-child {
    transform: translateZ(10px);
    position: relative;
}

.thankYouDiv .learn_corner > div:first-child::before {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(197,208,191), transparent);
    top: 50%;
    width: 2.5rem;
    content: "";
    left: -3.5rem;
    position: absolute;
    transform: translateY(-50%);
}

.thankYouDiv h5 {
    margin: 0;
    line-height: 1.4;
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 700;
    font-size: 22px;
    transform: perspective(1000px) rotateX(0deg);
    padding-left: 1.5rem;
    position: relative;
}

.thankYouDiv a:hover {
    transform: translateX(5px);
}

.cookie_warning_window {
    padding: 15px 20px;
    position: fixed;
    background: rgb(160,173,152);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-top: 3px solid rgb(197,208,191);
    bottom: 0;
    width: 100%;
    z-index: 90;
}

.privacy_gate svg {
    height: 50px;
    fill: rgb(197,208,191);
    width: 50px;
}

.cookie_warning_window p {
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
}

.cookie_warning_window p a {
    color: rgb(197,208,191);
    text-decoration: none;
    border-bottom: 2px solid rgb(197,208,191);
}


#cookie_modal_popup {
    display: none;
}

#cookie_modal_popup:checked ~ .cookie_warning_window {
    opacity: 0;
    visibility: hidden;
}

.study_process::before {
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    opacity: 0.15;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(160,173,152,0.5) 48%, rgb(160,173,152,0.5) 52%, transparent 52%),
        linear-gradient(135deg, transparent 48%, rgb(160,173,152,0.5) 48%, rgb(160,173,152,0.5) 52%, transparent 52%);
    height: 100%;
    background-size: 50px 50px;
}

.study_process h3::after {
    left: 15%;
    position: absolute;
    width: 70%;
    background: rgb(160,173,152,0.5);
    transform: rotate(1deg);
    z-index: -2;
    content: "";
    top: -8px;
    height: 16px;
    border-radius: 8px;
}

.study_process span::after {
    right: 15%;
    content: "";
    background: rgb(197,208,191,0.5);
    height: 16px;
    position: absolute;
    width: 70%;
    z-index: -2;
    transform: rotate(-1deg);
    bottom: -8px;
    border-radius: 8px;
}

.program_outcomes {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(229,233,225) 100%);
}



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

.program_outcomes .learn_corner::before {
    top: 0;
    background: linear-gradient(90deg, 
    rgb(197,208,191), 
    rgb(160,173,152), 
    rgb(197,208,191));
    content: "";
    background-size: 200% 100%;
    position: absolute;
    left: 0;
    height: 8px;
    width: 100%;
    opacity: 0.7;
    animation: gradientShift 8s linear infinite;
}

.program_outcomes h3 {
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
    font-size: 28px;
    color: rgb(197,208,191);
}

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

.program_outcomes li:last-child {
    margin-bottom: 0;
}

.program_outcomes li::before {
    transition: all 0.3s ease;
    content: "";
    background: linear-gradient(to bottom, rgb(197,208,191,0.5), rgb(160,173,152,0.5));
    width: 3px;
    top: 0;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    opacity: 0.5;
    left: 0;
}

.program_outcomes svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.program_outcomes li:hover svg {
    transform: rotate(10deg);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(197,208,191), rgb(160,173,152));
}

.privacy_sanctum h2 {
    font-size: 34px;
    font-weight: 600;
}

.privacy_sanctum h3 {
    font-weight: 600;
    font-size: 1.5em;
}

.privacy_sanctum h4 {
    font-size: 1.25em;
    font-weight: 400;
}

.privacy_sanctum h6 {
    font-weight: 300;
    font-size: 22px;
}

.privacy_sanctum ul li, .privacy_sanctum ol li {
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.privacy_sanctum a:hover {
    color: rgb(160,173,152);
}

.privacy_sanctum code {
    border-radius: 10px;
    font-family: monospace;
    padding: 2px 6px;
    background-color: rgb(160,173,152,0.5);
}

.course_program .description::-webkit-scrollbar {
    width: 4px;
}

.course_program .description::-webkit-scrollbar-track {
    background: rgb(229,233,225);
    border-radius: 10px;
}

.course_program .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(197,208,191,0.5);
}

.course_program .description::-webkit-scrollbar-thumb:hover {
    background: rgb(197,208,191);
}



@media (max-width: 767px) {.pricing_grid_item {
    padding: 80px 0;
}.pricing_grid_item .value_plan {
    margin-bottom: 20px;
}.pricing_grid_item .plan_table {
    max-width: 100%;
}.pricing_grid_item .learn_fees {
    padding: 30px 25px;
}.pricing_grid_item .learn_fees h3 {
    font-size: calc(18px + 1px);
}.pricing_grid_item .cost_breakdown {
    font-size: 18px;
    margin: 0 0 15px;
}.pricing_grid_item .image_wrapper {
    height: 200px;
}
}



@media screen and (max-width: 576px) {.data_insights {
    padding: 60px 0;
}.data_insights .extra_statistics {
    gap: 20px;
}.data_insights .expert_pros {
    height: 70px;
    width: 70px;
}.data_insights .expert_pros svg {
    height: 35px;
    width: 35px;
}.data_insights .statistics_points {
    font-size: calc(47px * 0.7);
}.data_insights .statistics_gain {
    margin: 10px 0 30px;
    font-size: calc(18px * 0.9);
}.data_insights .statistics_highlights {
    align-items: center;
    flex: 0 0 100%;
    margin-bottom: 20px;
    text-align: center;
}.data_insights .statistics_highlights span::after {
    transform: translateX(-50%);
    left: 50%;
}}



@media (max-width: 480px) {.find_contact {
    padding: 2rem 0;
}.find_contact .get_support {
    padding: 1.25rem;
}.find_contact .get_support h2 {
    font-size: calc(36px * 0.8);
}.find_contact .get_support .image_wrapper {
    min-height: 180px;
}.find_contact .get_help {
    gap: 0.5rem;
}.find_contact .get_help span {
    padding: 0.4rem 0.75rem;
    font-size: calc(15px * 0.8);
}.find_contact .reach_outmD82M a {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}.find_contact .reach_outmD82M a span {
    font-size: calc(15px * 0.8);
}.find_contact .reach_outmD82M a p {
    font-size: calc(15px * 0.9);
}}



@media (prefers-reduced-motion: reduce) {.our_team h2,
    .our_team h2::after,
    .our_team .content_box,
    .our_team .content_box::before,
    .our_team .content_box p,
    .our_team .content_box div div,
    .our_team::after {
    animation: none;
    opacity: 1;
    transform: none;
}.our_team h2::after,
    .our_team .content_box::before {
    transform: none;
    height: 100%;
    width: 100%;
}}



@media (min-width: 993px) {header .page_nav {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .page_nav .top_learning {
    padding: 20px 10px 10px;
}
}



@media (max-width: 992px) {header .page_nav {
    padding: 15px;
    grid-template-rows: auto auto;
    gap: 10px;
}header .page_nav .main_pro {
    padding: 5px 10px;
}header .page_nav .main_pro .site_header svg {
    height: 45px;
}header .page_nav .top_learning {
    padding: 15px 0 10px;
}header .page_nav .top_learning .nav_know {
    padding: 0 10px;
}header .page_nav .top_learning .nav_know a {
    padding: 8px 3px;
    font-size: calc(12px - 1px);
}
}



@media (max-width: 991px) {.campus_links {
    padding: 60px 0 30px;
}.campus_links .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.campus_links .company_holder {
    text-align: center;
    padding-right: 0;
    margin: 0 auto;
    max-width: 600px;
}.campus_links .company_holder::after {
    display: none;
}.campus_links .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.campus_links .company_holder h3::after {
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
}.campus_links .workshop_cta {
    text-align: center;
    max-width: 100%;
}.campus_links .academy_info {
    justify-content: center;
}
}



@media (min-width: 992px) {footer::after {
    height: 1px;
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(160,173,152,0.5), 
            transparent);
    left: 0;
    content: "";
}.campus_links::before {
    background-blend-mode: overlay;
}}



@media (min-width: 992px) {.course_program {
    padding: 7rem 0;
}.course_program h2 {
    font-size: calc(36px * 1.2);
}.course_program .program_guide {
    grid-template-columns: 1fr 2fr;
}.course_program .description {
    max-height: 450px;
    font-size: calc(18px * 1.05);
    line-height: 1.85;
}
}



@media (min-width: 1200px) {.course_program .description {
    columns: 2;
    column-gap: 3rem;
}
}



@media (prefers-reduced-motion: reduce) {.course_program::before,
    .course_program::after {
    animation: none;
}.course_program .program_guide:hover {
    transform: none;
}.course_program .image_wrapper:hover {
    transform: none;
}.course_program h2:hover {
    transform: none;
}}



@media (max-width: 576px) {.contact_section {
    padding: 50px 0;
}.contact_section .container {
    padding: 0 15px;
}.contact_section h2 {
    font-size: calc(38px - 6px);
    margin-bottom: 30px;
}.contact_section .message_feedback {
    padding: 30px 20px 40px;
}.contact_section .inquiry_card {
    width: 100%;
}.contact_section .image_wrapper {
    min-height: 200px;
}}



@media (min-width: 1200px) {.thankYouDiv .learn_corner {
    gap: 5rem;
    padding: 5rem;
}.thankYouDiv h5 {
    font-size: calc(22px * 1.2);
}.thankYouDiv p {
    font-size: calc(18px * 1.1);
}
}



@media (max-width: 767px) {.thankYouDiv {
    padding: 4rem 0;
}.thankYouDiv .learn_corner {
    padding: 2.5rem;
    gap: 2rem;
}.thankYouDiv h5 {
    font-size: calc(22px * 0.95);
}.thankYouDiv .learn_corner > div:first-child::before,
    .thankYouDiv .learn_corner > div:last-child::after {
    display: none;
}}



@media (max-width: 992px) {.study_process {
    padding: 6rem 1.5rem;
}.study_process h3 {
    padding: 1.8rem;
    font-size: calc(36px * 0.9);
}.study_process span {
    padding: 1.8rem;
}.study_process h3::after {
    height: 12px;
    top: -6px;
}.study_process span::after {
    bottom: -6px;
    height: 12px;
}.study_process .learn_corner {
    gap: 2.5rem;
}
}



@media (max-width: 768px) {.program_outcomes {
    padding: 50px 0;
}.program_outcomes h3 {
    font-size: calc(28px * 0.9);
}
}


@media only screen and (max-width: 800px) {.privacy_sanctum {
    padding: 20px 10px;
}.privacy_sanctum h1 {
    font-size: calc(20px - 10%);
}.privacy_sanctum h2 {
    font-size: calc(20px - 10%);
}.privacy_sanctum p, .privacy_sanctum span, .privacy_sanctum div {
    font-size: calc(18px - 10%);
}}

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



@keyframes slideUpFade {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes fadeInText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes slideInTitle {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



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



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



@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}



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

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}



@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}



@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(-10%, 10%) scale(1.1);
    }
}

