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

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

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

.our_team .text_info_box > div:first-child {
    position: relative;
    margin-bottom: 1rem;
}

.our_team .text_info_box > div:first-child::before {
    animation: lineGrow 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 0.8s;
    transform-origin: left;
    width: 60px;
    background: rgb(219,192,167);
    bottom: -8px;
    transform: scaleX(0);
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
}

.our_team ol li {
    transform: translateY(20px);
    font-size: 12px;
    padding-left: 0;
    opacity: 0;
    column-gap: 3rem;
    font-family: Arial, sans-serif;
    columns: 2;
    animation: fadeUp 0.8s ease-out forwards 1s;
    line-height: 1.8;
    color: #000000;
    text-align: justify;
    position: relative;
}

.privacy_hedge li {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

header .header_know {
    position: relative;
    align-items: center;
    display: flex;
    gap: 2rem;
}

header .header_lead {
    transition: all 0.3s ease;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    padding: 0.5rem 0;
    position: relative;
    text-transform: uppercase;
}

header .head_primary svg {
    width: auto;
    transition: all 0.3s ease;
    height: 40px;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

.contact_form_box h2 {
    position: relative;
    font-weight: 700;
    color: rgb(219,192,167);
    margin-bottom: 60px;
    font-size: 37px;
    text-align: center;
}

.contact_form_box .connect_support::before {
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(219,192,167), rgb(196,158,125));
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}

.contact_form_box #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}

.contact_form_box h3::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: rgb(219,192,167,0.5);
}

.contact_form_box .query_feedback {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.contact_form_box .query_feedback label {
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}

.contact_form_box .query_feedback a:hover {
    color: rgb(196,158,125);
}

.contact_form_box .message_query {
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 8px 20px rgb(219,192,167,0.5);
    padding: 16px 40px;
    cursor: pointer;
    position: relative;
    align-self: flex-start;
    border: none;
    background: rgb(219,192,167);
    font-weight: 600;
    border-radius: 10px;
    margin-top: 20px;
}

.operation_process .why_trust {
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 3rem;
    display: grid;
    transition: transform 0.5s ease;
    max-width: 1100px;
    z-index: 2;
    position: relative;
}

.operation_process h3::before,
.operation_process h3::after {
    background: linear-gradient(90deg, transparent, rgb(219,192,167), transparent);
    animation: lineGlow 3s ease-in-out infinite alternate;
    width: 60%;
    position: absolute;
    content: "";
    left: 20%;
    height: 1px;
}

.operation_process h3::before {
    top: -15px;
}

.operation_process .why_trust::before {
    z-index: 1;
    top: calc(3rem + 20px);
    position: absolute;
    left: calc(50% - 1.5px);
    height: 50px;
    width: 3px;
    background: linear-gradient(to bottom, rgb(219,192,167), rgb(196,158,125));
    content: "";
}

.data_control {
    border: 2px solid rgb(219,192,167);
    align-items: center;
    width: 90%;
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 15px;
}

.cookie_view p {
    line-height: 1.5;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
}

#cookie_banneralert {
    display: none;
}

#cookie_banneralert:checked ~ .cookieUsagePromptBar {
    visibility: hidden;
    opacity: 0;
}

.pricing_set::after {
    position: absolute;
    width: 500px;
    bottom: -15%;
    content: "";
    opacity: 0.1;
    filter: blur(100px);
    height: 500px;
    z-index: 0;
    left: -10%;
    background: linear-gradient(225deg, rgb(196,158,125,0.5), rgb(219,192,167,0.5));
}

.pricing_set .premium_grid:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}

.pricing_set .learning_rates {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.pricing_set .cert_cost:hover .annual_plan {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(219,192,167,0.5);
}

.pricing_set .cert_cost:hover .annual_plan::before {
    transform: scaleX(1);
}

.pricing_set .value_pricing h3 {
    font-size: calc(18px + 2px);
    margin-bottom: 15px;
    transform: translateY(0);
    font-weight: 600;
    word-break: break-word;
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    position: relative;
    color: #000000;
}

.pricing_set .value_pricing p {
    word-break: break-word;
    font-size: 12px;
    margin-top: 10px;
    color: #000000;
    white-space: normal;
    flex-grow: 1;
    opacity: 0.85;
    overflow-wrap: break-word;
    transition: opacity 0.3s ease;
    line-height: 1.7;
}

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

.newsletter_subscription h4 {
    transform: translateY(0);
    font-weight: 600;
    position: relative;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1.4;
    font-size: 23px;
    margin: 0 0 0.5rem;
}

.newsletter_subscription .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}

.newsletter_subscription .mail_list:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #000000;
    transform: translateY(-2px);
}

footer {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    perspective: 1000px;
}

footer::after {
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    z-index: -1;
    animation: scanline 10s linear infinite;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}

.brainstorm .company_holder h3 {
    color: #ffffff;
    font-size: calc(37px * 0.9);
    margin-bottom: 1.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    position: relative;
    font-weight: 700;
}

.brainstorm .training_zone {
    position: relative;
}

.brainstorm .header_know {
    padding: 2rem;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.03);
}

.brainstorm .header_know:hover {
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.brainstorm .header_know h5::before {
    height: 1px;
    bottom: -8px;
    left: 0;
    width: 100%;
    position: absolute;
    background: rgb(196,158,125);
    content: "";
}

.brainstorm .header_know a::before {
    left: -20px;
    position: absolute;
    content: "→";
    transition: all 0.3s ease;
    transform: translateZ(5px);
    opacity: 0;
}

.subscr_info .forum_link {
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 30px;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.brainstorm .company_holder::after {
    content: "";
    border-top: 2px solid rgb(219,192,167);
    width: 30px;
    top: 20px;
    height: 30px;
    border-right: 2px solid rgb(219,192,167);
    position: absolute;
    transition: all 0.4s ease;
    right: 20px;
    opacity: 0.7;
}

.brainstorm .header_know:nth-child(1)::before {
    background: radial-gradient(circle, rgb(219,192,167,0.5) 0%, transparent 70%);
}

.brainstorm .head_site a:hover::after {
    width: 100%;
}

.check_it_out_now::before {
    position: absolute;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    animation: rotateQuantum 30s linear infinite;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    content: '';
}

.check_it_out_now .why_trust::after {
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(219,192,167,0.5) 0deg,
        rgb(196,158,125,0.5) 120deg,
        rgb(219,192,167,0.5) 240deg,
        rgb(196,158,125,0.5) 360deg
    );
    left: -50%;
    height: 200%;
    opacity: 0.1;
    position: absolute;
    width: 200%;
    z-index: -1;
    content: '';
    animation: rotateQuantumGradient 20s linear infinite;
    top: -50%;
}

.check_it_out_now .online_form::after {
    position: absolute;
    transition: all 0.6s ease;
    left: -100px;
    transform: rotate(35deg);
    top: -50%;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    height: 200%;
    width: 20px;
    z-index: 2;
}

.check_it_out_now .online_form:hover::after {
    left: 120%;
}

.course_candidates .why_trust {
    max-width: 900px;
    backdrop-filter: blur(12px);
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    z-index: 2;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 28px;
    position: relative;
}

.course_candidates ul li {
    align-items: center;
    text-align: center;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    border-radius: 28px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.15);
    flex-direction: column;
}

.course_candidates ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
}



.course_candidates ul li {
    --y: center;
    --x: center;
}

.program_information::after {
    background-position: -1px -1px;
    position: absolute;
    background-image: 
    linear-gradient(90deg, rgb(219,192,167,0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgb(219,192,167,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    left: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
    width: 100%;
    top: 0;
    content: "";
}

.program_information .nav_know::before {
    top: -15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    height: calc(100% + 30px);
    border-radius: 10px;
    width: calc(100% + 30px);
    background-color: #ffffff;
    left: -15px;
    content: "";
    transform: translateZ(-10px);
    z-index: -1;
}

.program_information .photo_card {
    height: 550px;
    border-radius: 50% 0 0 50%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}

.program_information .photo_card {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    order: 1;
    min-height: 350px;
    border-radius: 0 0 30% 30%;
}

.title_page {
    overflow: hidden;
    width: 100%;
    background: rgb(238,224,210);
    position: relative;
}

.title_page::after {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(219,192,167,0.5) 0%,
        transparent 60%
    );
    width: 100%;
    z-index: 1;
    content: "";
}

.title_page .fast_edu img {
    transform: translateZ(0) scale(1.1);
    will-change: transform;
    transition: transform 2s ease;
    filter: brightness(0.8) contrast(1.1);
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.title_page .course_open label:hover::before {
    transform: scale(0.6);
}

.title_page .text_info_box .container {
    padding: 3rem;
    background: linear-gradient(
        -135deg,
        rgb(219,192,167) 0%,
        rgb(196,158,125) 100%
    );
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    position: relative;
}

.title_page input:nth-of-type(2):checked ~ .fast_knowledge {
    transform: translateX(-20%);
}

.title_page input:nth-of-type(5):checked ~ .fast_knowledge {
    transform: translateX(-80%);
}

.title_page input:nth-of-type(9):checked ~ .fast_knowledge {
    transform: translateX(-160%);
}

.title_page input:nth-of-type(1):checked ~ .fast_knowledge .fast_edu:nth-child(1) img,
.title_page input:nth-of-type(2):checked ~ .fast_knowledge .fast_edu:nth-child(2) img,
.title_page input:nth-of-type(3):checked ~ .fast_knowledge .fast_edu:nth-child(3) img,
.title_page input:nth-of-type(4):checked ~ .fast_knowledge .fast_edu:nth-child(4) img,
.title_page input:nth-of-type(5):checked ~ .fast_knowledge .fast_edu:nth-child(5) img,
.title_page input:nth-of-type(6):checked ~ .fast_knowledge .fast_edu:nth-child(6) img,
.title_page input:nth-of-type(7):checked ~ .fast_knowledge .fast_edu:nth-child(7) img,
.title_page input:nth-of-type(8):checked ~ .fast_knowledge .fast_edu:nth-child(8) img,
.title_page input:nth-of-type(9):checked ~ .fast_knowledge .fast_edu:nth-child(9) img,
.title_page input:nth-of-type(10):checked ~ .fast_knowledge .fast_edu:nth-child(10) img {
    transform: translateZ(0) scale(1);
}

.appPage:hover h2::after {
    transform: scaleX(1);
}

.appPage .why_trust::before {
    animation: gradientShift 6s ease infinite;
    position: absolute;
    height: 5px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(219,192,167), rgb(196,158,125), rgb(219,192,167));
    width: 100%;
    content: "";
    background-size: 200% 100%;
}

.appPage span {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    transform: translateY(0);
    display: block;
    position: relative;
    font-size: 15px;
}

.find_support {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(238,224,210);
}

.find_support .connect_team {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 50px;
    position: relative;
    background: linear-gradient(135deg, rgb(238,224,210) 0%, transparent 100%);
    overflow: hidden;
}

.find_support .online_form {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 110px;
    overflow: hidden;
    text-decoration: none;
    border-radius: 10px;
    width: 110px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    justify-content: center;
}

.instructor_history::after {
    background: 
        radial-gradient(circle at 20% 30%, rgb(219,192,167,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(196,158,125,0.5) 0%, transparent 50%);
    height: 100%;
    opacity: 0.4;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    filter: blur(60px);
    content: "";
}



.instructor_history .photo_card {
    overflow: hidden;
    height: 180px;
    z-index: 2;
    transition: all 0.5s ease;
    width: 180px;
    margin-bottom: 35px;
    transform: rotate(-3deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(219,192,167,0.5);
    border-radius: 10px;
    position: relative;
}

.instructor_history .edu_voices span:not(.name) {
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    letter-spacing: 2px;
}

.instructor_history .career_exp::before,
.instructor_history .career_exp::after {
    opacity: 0.1;
    height: 40px;
    position: absolute;
    content: "";
    background: rgb(219,192,167,0.5);
    width: 40px;
}

.instructor_history .career_exp::before {
    border-left: 3px solid rgb(219,192,167);
    border-top: 3px solid rgb(219,192,167);
    top: -5px;
    left: -5px;
}

.data_exploration::after {
    opacity: 0.15;
    content: "";
    width: 300px;
    bottom: -50px;
    filter: blur(80px);
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    height: 300px;
    background: linear-gradient(to right, rgb(196,158,125,0.5), transparent);
    right: -50px;
}

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

.data_exploration .edu_wins::before {
    content: "";
    background: linear-gradient(90deg, rgb(219,192,167) 0%, rgb(196,158,125) 100%);
    transform-origin: left;
    width: 100%;
    top: 0;
    transition: transform 0.4s ease;
    left: 0;
    transform: scaleX(0.7);
    height: 5px;
    position: absolute;
}

.data_exploration .edu_wins span {
    font-size: calc(15px * 1.05);
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    z-index: 2;
    transition: transform 0.3s ease;
    display: block;
    color: #000000;
}

.data_exploration .edu_wins:nth-child(even):hover {
    transform: translateZ(10px) translateY(-5px) rotate(0deg);
}

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



@media (max-width: 768px) {.our_team {
    padding: 60px 0;
}.our_team .text_info_box {
    padding: 2rem;
}.our_team h5 {
    font-size: calc(24px * 0.85);
}.our_team .text_info_box > div:nth-child(2) p {
    font-size: 24px;
}.our_team .text_info_box > div:first-child::before {
    width: 40px;
}
}



@media (max-width: 767px) {header {
    position: relative;
}header .header_start {
    gap: 1rem;
    flex-direction: column-reverse;
    padding: 1rem 0;
}header .head_primary {
    margin-bottom: 0.5rem;
}header .header_know {
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    justify-content: flex-start;
    padding: 0.5rem 0;
    overflow-x: auto;
    width: 100%;
}header .header_know::before {
    display: none;
}header .header_lead {
    padding: 0.5rem 1rem;
    border-radius: 10px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.05);
}header .header_lead::before {
    display: none;
}}


@media only screen and (max-width: 1200px) {.data_control {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_disclaimer {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie_list {
    width: 100%;
    max-width: 250px;
    margin: 10px 0;
}}



@media (max-width: 991px) {.pricing_set {
    padding: 80px 0;
}.pricing_set .premium_grid {
    transform: translateX(0);
    text-align: center;
}.pricing_set .premium_grid .fee_struct {
    margin: 0 auto;
}
}



@media (min-width: 992px) {.newsletter_subscription .why_trust {
    gap: 4rem;
    padding: 4rem;
}.newsletter_subscription h4 {
    font-size: calc(23px * 1.2);
}.newsletter_subscription .input_holder input[type="email"] {
    padding: 1.1rem 1.5rem;
}.newsletter_subscription .mail_list {
    padding: 1.1rem 2rem;
}.newsletter_subscription .why_trust:hover h4 {
    transform: translateY(-3px);
}
}



@media (max-width: 992px) {.brainstorm {
    padding: 4rem 0 2rem;
}.brainstorm .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.brainstorm .company_holder,
    .brainstorm .training_zone {
    width: 100%;
}.brainstorm .head_site {
    grid-template-columns: repeat(2, 1fr);
}
}



@media screen and (max-width: 768px) {.check_it_out_now {
    padding: 80px 0;
}.check_it_out_now .why_trust {
    padding: 40px 25px;
}.check_it_out_now h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 2px;
}.check_it_out_now h3::before {
    width: 60px;
    bottom: -15px;
}.check_it_out_now .online_form {
    letter-spacing: 1.5px;
    font-size: calc(20px * 0.9);
    padding: 14px 35px;
}
}



@media (hover: hover) {.course_candidates ul li:hover {
    --x: calc(1100%);
    --y: calc(100%);
}
}



@media screen and (min-width: 1200px) {.course_candidates ul {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}}



@media screen and (max-width: 768px) {.program_information {
    padding: 60px 0;
}.program_information .why_trust {
    gap: 50px;
}.program_information .photo_card {
    min-height: 300px;
}.program_information .why_trust::before {
    height: 50px;
    width: 50px;
    top: calc(300px - 30px);
}.program_information .why_trust::after {
    top: calc(300px - 15px);
    height: 25px;
    width: 25px;
}.program_information h3 {
    padding-left: 15px;
    font-size: calc(38px - 4px);
}.program_information p {
    padding-left: 15px;
}.program_information .nav_know {
    margin-bottom: 25px;
}.program_information .nav_know svg {
    max-width: 120px;
}
}



@media (max-width: 575px) {.title_page .why_trust {
    flex-direction: column;
    display: flex;
    height: 90vh;
}.title_page .course_entry {
    height: 50%;
    position: relative;
}.title_page .text_info_box {
    position: relative;
    height: 50%;
    width: 100%;
    padding: 0.5rem;
    max-width: 100%;
}.title_page .text_info_box .container {
    height: 100%;
    flex-direction: column;
    clip-path: none;
    padding: 1.5rem;
    display: flex;
}.title_page .text_info_box .container::before {
    clip-path: none;
}.title_page .text_info_box h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 0.6rem;
}.title_page .text_info_box h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 1rem;
}.title_page .text_info_box p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.title_page .course_open {
    transform: translateX(-50%);
    gap: 8px;
    flex-direction: row;
    bottom: 15px;
    left: 50%;
}.title_page .course_open label {
    height: 8px;
    width: 8px;
}
}



@media screen and (max-width: 480px) {.find_support {
    padding: 50px 0;
}.find_support .connect_team {
    padding: 25px 20px;
}.find_support .connect_team h2 {
    font-size: calc(29px * 0.85);
}.find_support .online_form {
    height: 80px;
    width: 80px;
}.find_support .online_form svg {
    height: 28px;
    width: 28px;
    margin-bottom: 6px;
}.find_support .online_form span {
    font-size: calc(15px * 0.8);
}}



@media (max-width: 768px) {.data_exploration {
    padding: 70px 0 50px;
}.data_exploration h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.85);
}.data_exploration ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.data_exploration .edu_wins span {
    font-size: 15px;
}.data_exploration .edu_wins p {
    font-size: calc(43px * 1);
}
}



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



@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes glowMove {
    0% {
        transform: translateX(-5%) translateY(-5%);
    }
    100% {
        transform: translateX(5%) translateY(5%);
    }
}



@keyframes pulseNode {
    0%, 100% {
        transform: scale(1);
        box-shadow: 
            0 0 15px rgb(219,192,167,0.5),
            0 0 30px rgb(219,192,167,0.5);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 
            0 0 20px rgb(219,192,167),
            0 0 40px rgb(219,192,167,0.5);
    }
}



@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}



@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}



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

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

