.cert_display {
    flex: 0 0 auto;
}

.cert_display {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 5rem 0 1rem;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(168,198,187,0.5) 100%);
}

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


.developer_experience {
    background: rgb(211,227,220);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.developer_experience .student_feedback {
    max-width: 1000px;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
    display: grid;
    gap: 50px;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 25px;
    margin: 0 auto;
}

.developer_experience .img_stack:hover::after {
    opacity: 0;
}

.developer_experience .name {
    font-size: 19px;
    bottom: 60px;
    margin: 0;
    padding-bottom: 0;
    transition: transform 0.3s ease;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
    left: 30px;
    font-family: Arial, sans-serif;
    position: absolute;
}

.developer_experience .job_content::before {
    left: 40px;
    content: "";
    width: 40px;
    top: 40px;
    opacity: 0.2;
    background: linear-gradient(to right bottom, 
        rgb(168,198,187) 0%, 
        rgb(168,198,187) 50%, 
        transparent 50%, 
        transparent 100%);
    position: absolute;
    height: 30px;
}

.overlayConsentSettings .cookie_edu {
    flex-shrink: 0;
    margin-right: 20px;
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.overlayConsentSettings .cookie_alerts p {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
}

.overlayConsentSettings .privacy_cookies:active {
    box-shadow: none;
    transform: translateY(1px);
}


#cookie_alert_modal {
    display: none;
}

.thanksPanel {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(168,198,187,0.5) 0%, rgb(211,227,220) 40%, rgb(124,169,154,0.5) 100%);
    padding: 6rem 0;
}

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

.thanksPanel h2 {
    color: #000000;
    position: relative;
    font-size: 37px;
    text-align: center;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 3rem;
    font-weight: 700;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
}

.thanksPanel .expert_network::before {
    top: -8px;
    height: 100%;
    filter: blur(12px);
    left: 50%;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(168,198,187,0.5) 0%, transparent 80%);
    content: "";
    transform: translateX(-50%);
    width: 95%;
    z-index: -1;
    opacity: 0.3;
}

.thanksPanel li::before {
    height: 32px;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    background: linear-gradient(135deg, rgb(124,169,154) 0%, rgb(168,198,187) 100%);
    width: 32px;
    top: -5px;
    box-shadow: 0 5px 15px -5px rgb(124,169,154,0.5);
    transform: scale(0);
    content: "";
    left: -40px;
}

.plan_block .class_rates {
    position: relative;
}

.plan_block h2 {
    font-size: 34px;
    transform: translateY(20px);
    opacity: 0;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 20px;
}

.plan_block .price_panel li {
    opacity: 0;
    animation: fadeInStagger 0.8s ease-out forwards;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
}

.plan_block .cost_levels {
    transition: all 0.4s ease;
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
}

.plan_block .cost_card p {
    overflow-wrap: break-word;
    line-height: 1.7;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    hyphens: auto;
    margin: 0 0 auto;
    flex-grow: 1;
    word-wrap: break-word;
}

.plan_block .learning_rates:hover .cost_levels::before {
    opacity: 0.05;
}

.plan_block .learning_rates:hover .cost_card h4 {
    transform: translateY(-5px);
}

.plan_block .learning_rates:hover .cost_breakdown {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.landing_page::before {
    height: 100%;
    animation: backgroundShift 30s linear infinite;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(168,198,187,0.5) 49.5%, rgb(168,198,187,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(124,169,154,0.5) 49.5%, rgb(124,169,154,0.5) 50.5%, transparent 50.5%);
    background-size: 50px 50px;
    left: 0;
    z-index: 0;
    opacity: 0.1;
}

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

.landing_page .learn_main {
    align-items: center;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.landing_page svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.landing_page svg text {
    transition: fill 0.4s ease;
}

.landing_page .help_inquiry {
    margin: 1rem auto;
    max-width: 250px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1), 0 10px 20px rgb(168,198,187,0.5);
    font-weight: 600;
    overflow: hidden;
    display: inline-block;
    font-size: 17px;
    padding: 1rem 2rem;
    display: block;
    color: #ffffff;
    border-radius: 23px;
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
    background: linear-gradient(135deg, rgb(168,198,187), rgb(124,169,154));
    transition: all 0.4s ease;
    text-decoration: none;
    transform: translateZ(0);
}

.landing_page .img_stack:hover {
    transform: scale(1.02) translateY(-5px);
}

.company_overview::after {
    animation: slide 20s linear infinite;
    left: 0;
    width: 100%;
    content: "";
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(168,198,187,0.5) 49.5%, rgb(168,198,187,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(124,169,154,0.5) 49.5%, rgb(124,169,154,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.1;
}

.company_overview .study_guides {
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    background: #ffffff;
}

.company_overview .study_guides span::before {
    left: 0;
    width: 10px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(168,198,187);
    content: "";
    height: 10px;
    position: absolute;
    border-radius: 50%;
}

.company_overview .digital_education {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    padding: 30px;
    flex-direction: column;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 11px;
}

.company_overview .digital_education p {
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 20px;
    border-left: 3px solid rgb(124,169,154);
    line-height: 1.6;
    color: #000000;
}

.company_overview .digital_education .learning_track::after {
    width: calc(100% + 10px);
    border-radius: 50%;
    border: 1px solid rgb(168,198,187,0.5);
    top: -5px;
    left: -5px;
    height: calc(100% + 10px);
    content: "";
    position: absolute;
    animation: rotate 20s linear infinite reverse;
}

.secure_bolt ul {
    padding: 0;
    list-style-type: none;
}

.secure_bolt li:before {
    margin-left: -1em;
    width: 1em;
    display: inline-block;
    color: rgb(168,198,187);
    content: "\2022";
}

.data_analysis::after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background-image: linear-gradient(135deg, rgb(168,198,187,0.5) 25%, transparent 25%, transparent 50%, rgb(168,198,187,0.5) 50%, rgb(168,198,187,0.5) 75%, transparent 75%, transparent);
    top: 0;
    opacity: 0.05;
    content: '';
    z-index: -1;
    animation: patternMove 100s linear infinite;
    background-size: 60px 60px;
}

.data_analysis .key_pros::after {
    left: -30px;
    filter: blur(50px);
    opacity: 0.4;
    width: 80px;
    position: absolute;
    background: rgb(124,169,154,0.5);
    border-radius: 50%;
    height: 80px;
    content: '';
    bottom: -30px;
}

.data_analysis .program_statistics {
    margin: 0;
    color: #ffffff;
    line-height: 1.8;
    opacity: 0.85;
    font-size: 14px;
}

.data_analysis .fast_statistics:nth-child(2n) {
    border-left-color: rgb(124,169,154);
    transform: translateX(40px);
}

.data_analysis .fast_statistics:nth-child(4n) {
    transform: translateX(60px);
    border-left-color: rgb(124,169,154,0.5);
}

.data_analysis .fast_statistics h4 {
    min-width: 120px;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(135deg, rgb(168,198,187) 30%, rgb(124,169,154) 100%);
    position: relative;
    -webkit-background-clip: text !important;
    animation: countUp 2.5s ease-out forwards;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    color: #ffffff;
}

.data_analysis .fast_statistics:hover::before {
    opacity: 0.05;
}

.data_analysis .fast_statistics:nth-child(2n) svg {
    fill: rgb(124,169,154);
}

.data_analysis .fast_statistics svg path {
    fill: inherit;
    transition: all 0.3s ease;
}

.cert_display::after {
    left: 0;
    height: 3px;
    animation: glowLine 3s infinite alternate;
    top: 0;
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgb(168,198,187), transparent);
    content: '';
    right: 0;
}



.cert_display .info_item {
    flex: 1;
    min-width: 200px;
    transition: transform 0.3s ease;
    text-align: center;
    max-width: 300px;
}

.cert_display .info_item:hover {
    transform: translateY(-5px);
}

.cert_display .info_item p, 
.cert_display .info_item a {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    padding: 0.75rem;
    border-radius: 10px;
    justify-content: center;
    color: #ffffff;
    gap: 0.5rem;
    text-decoration: none;
    display: flex;
    border: 1px solid transparent;
    align-items: center;
    font-size: calc(16px - 2px);
    transition: all 0.3s ease;
}

.cert_display .mentor_cta {
    color: #ffffff;
    line-height: 1.5;
    max-width: 280px;
    font-size: calc(12px - 1px);
    opacity: 0.7;
}

.cert_display .header_tutor:hover h5::after {
    width: 80px;
}

.cert_display .top_start a {
    padding-left: 1rem;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.8;
}

.cert_display .top_start a:hover::before {
    height: 7px;
    background: rgb(168,198,187);
    width: 7px;
    box-shadow: 0 0 8px rgb(168,198,187);
}

.cert_display .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}

.cert_display .subscribe_holder p {
    font-size: calc(16px - 1px);
    opacity: 0.9;
    line-height: 1.6;
    color: #ffffff;
}

.cert_display .input_holder input[type="email"] {
    flex: 1;
    border-radius: 10px;
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid rgb(124,169,154,0.5);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
}

.cert_display .sub_agreement:hover {
    box-shadow: 0 0 15px rgb(124,169,154,0.5);
    background: rgb(124,169,154);
    transform: translateY(-2px);
}

.cert_display .sub_agreement:hover::before {
    left: 100%;
}

.cert_display .pitch_comp {
    color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
}

.contact_form_box {
    overflow: hidden;
    background: #000000;
    position: relative;
    padding: 100px 0;
}

.contact_form_box::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.1;
    background-size: 20px 20px;
    content: '';
    left: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(168,198,187,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(124,169,154,0.5) 95.5%, transparent 96%);
}

.contact_form_box h3 {
    text-shadow: 
        0 0 5px rgb(168,198,187),
        0 0 10px rgb(168,198,187),
        0 0 15px rgb(168,198,187);
    text-align: center;
    letter-spacing: 3px;
    font-size: 31px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    font-weight: 700;
}

.contact_form_box input[type="text"],
.contact_form_box textarea {
    border-radius: 10px;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(rgb(168,198,187,0.5), 0.3);
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.contact_form_box .reach_grid label {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding-left: 35px;
    line-height: 1.5;
}

.contact_form_box .reach_grid input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 7px;
    border-width: 0 2px 2px 0;
    position: absolute;
    height: 12px;
    border: solid #ffffff;
    top: 5px;
    width: 6px;
    content: '';
}

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

.contact_form_box .feedback_block::before {
    left: 0;
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    background: linear-gradient(135deg, rgb(168,198,187,0.5) 0%, transparent 100%);
}

.contact_form_box .feedback_card {
    margin: 0;
    list-style: none;
    padding: 0;
}

.contact_form_box .feedback_card li {
    margin-bottom: 25px;
    align-items: flex-start;
    transition: transform 0.3s ease;
    display: flex;
}

.contact_form_box .feedback_card li:hover svg path {
    filter: drop-shadow(0 0 5px rgb(124,169,154));
    fill: rgb(124,169,154);
}

.contact_form_box .feedback_card a:hover {
    text-shadow: 0 0 5px rgb(168,198,187,0.5);
    color: rgb(168,198,187);
}

.prospective_students::after {
    position: absolute;
    z-index: 0;
    content: "";
    bottom: 0;
    background: 
        linear-gradient(
            to top,
            rgb(211,227,220) 0%,
            transparent 100%
        );
    width: 100%;
    height: 200px;
    left: 0;
}

.prospective_students h4::before {
    content: "";
    top: 15px;
    position: absolute;
    bottom: 15px;
    background: linear-gradient(180deg, rgb(168,198,187), rgb(124,169,154));
    border-radius: 3px;
    width: 6px;
    left: 0;
}

.prospective_students div p:last-child {
    margin-bottom: 0;
}

.prospective_students div p:hover {
    transform: translateX(10px);
}

.prospective_students div p svg {
    width: 32px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    left: 20px;
    transition: all 0.3s ease;
    z-index: 2;
    height: 32px;
    padding: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.prospective_students div p::after {
    top: -10px;
    height: calc(100% + 20px);
    border-radius: 11px;
    position: absolute;
    transform: scale(0.95);
    opacity: 0;
    width: calc(100% - 60px);
    content: "";
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    left: 60px;
    transition: all 0.3s ease;
    z-index: -1;
    background: #ffffff;
}

.course_program::after {
    content: "";
    animation: pulse 8s infinite alternate;
    top: 0;
    width: 100%;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(168,198,187,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    z-index: 2;
    left: 0;
}

.course_program .content_holder {
    position: relative;
    display: flex;
    padding: 35px;
    gap: 30px;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.03);
    animation: floatPanel 8s ease-in-out infinite;
    width: 100%;
    transform: translateZ(0);
    border-radius: 20px;
}

.course_program .content_holder .description:first-of-type {
    border-left-color: rgb(168,198,187);
}

.course_program .content_holder .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(124,169,154);
}

.course_program .content_holder .description::before {
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    z-index: -1;
}

header::before {
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    height: 100%;
    top: 0;
    z-index: 0;
}

header .nav_wrap::after {
    left: 20%;
    background: linear-gradient(to right, transparent, rgb(168,198,187,0.5), rgb(124,169,154,0.5), rgb(168,198,187,0.5), transparent);
    height: 1px;
    width: 60%;
    content: '';
    position: absolute;
    bottom: 0;
}

header .head_section::before {
    width: 100%;
    transition: height 0.3s ease;
    height: 0;
    bottom: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to top, rgb(168,198,187,0.5), transparent);
    z-index: -1;
    left: 0;
}


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



@media (max-width: 768px) {.developer_experience {
    padding: 80px 0;
}.developer_experience .container {
    padding: 0 20px;
}.developer_experience .student_feedback {
    grid-template-columns: 1fr;
    gap: 0;
}.developer_experience .img_stack {
    height: 300px;
    min-height: 300px;
}.developer_experience .job_content {
    padding: 35px 25px;
}.developer_experience .name {
    font-size: calc(19px * 0.9);
    left: 25px;
    bottom: 50px;
}.developer_experience .student_feedback span:not(.name) {
    left: 25px;
    font-size: calc(18px * 0.95);
    bottom: 25px;
}.developer_experience .job_content::before {
    width: 24px;
    top: 25px;
    height: 20px;
    left: 25px;
}.developer_experience .job_content::after {
    width: 24px;
    height: 20px;
    bottom: 25px;
    right: 25px;
}
}



@media (max-width: 576px) {.thanksPanel {
    padding: 3rem 0;
}.thanksPanel h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
}.thanksPanel .expert_network {
    padding: 1.5rem;
    transform: none;
}.thanksPanel ul::before {
    left: -12px;
}.thanksPanel li::before {
    top: -2px;
    width: 20px;
    height: 20px;
    left: -25px;
}.thanksPanel li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}



@media screen and (min-width: 768px) {.landing_page {
    padding: 6% 5%;
}.landing_page h1 {
    font-size: calc(28px * 0.85);
    margin-bottom: 3rem;
}.landing_page .expert_network {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.landing_page .content_holder {
    padding: 3rem;
}.landing_page svg {
    height: 150px;
    width: 150px;
}.landing_page .img_stack {
    height: 450px;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    flex: 1;
}.landing_page .learn_main p {
    font-size: calc(12px * 1.2);
    line-height: 1.7;
}.landing_page .help_inquiry {
    padding: 1.2rem 2.5rem;
    font-size: calc(17px * 1.1);
}
}



@media (max-width: 992px) {.company_overview {
    padding: 90px 0;
}.company_overview .expert_network {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.company_overview .study_guides,
    .company_overview .digital_education {
    margin: 0 auto;
    max-width: 600px;
}.company_overview .study_guides .img_stack {
    height: 240px;
}.company_overview .digital_education .learning_track {
    width: 160px;
    height: 160px;
}
}


@media only screen and (max-width: 800px) {.secure_bolt {
    padding: 30px;
}.secure_bolt h1 {
    font-size: calc(19px * 0.9);
}.secure_bolt h2 {
    font-size: calc(19px * 0.9);
}.secure_bolt li {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 1200px) {.data_analysis .container {
    gap: 30px;
}.data_analysis .key_pros {
    padding: 40px;
}.data_analysis .fast_statistics {
    padding: 25px;
}.data_analysis .fast_statistics h4 {
    font-size: 36px;
    min-width: 100px;
}.data_analysis .fast_statistics:nth-child(2n) {
    transform: translateX(30px);
}.data_analysis .fast_statistics:nth-child(3n) {
    transform: translateX(15px);
}.data_analysis .fast_statistics:nth-child(4n) {
    transform: translateX(45px);
}
}



@media (max-width: 480px) {.data_analysis {
    padding: 50px 0;
}.data_analysis .key_pros {
    padding: 25px 20px;
}.data_analysis .pro_gains {
    padding-bottom: 12px;
    font-size: calc(34px * 0.8);
    margin-bottom: 15px;
}.data_analysis .program_statistics {
    font-size: calc(14px * 0.9);
    line-height: 1.7;
}.data_analysis .fast_statistics {
    padding: 15px;
    align-items: flex-start;
    flex-direction: column;
}.data_analysis .fast_statistics:nth-child(odd),
    .data_analysis .fast_statistics:nth-child(even) {
    transform: translateX(0);
}.data_analysis .fast_statistics h4 {
    font-size: 28px;
    margin-bottom: 5px;
}.data_analysis .fast_statistics span {
    margin-left: 0;
    border-left: none;
    margin-top: 10px;
    font-size: calc(14px * 0.9);
    padding-left: 0;
}.data_analysis .fast_statistics svg {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}}



@media (max-width: 992px) {.contact_form_box .img_stack {
    opacity: 0.3;
    width: 100%;
    height: 40%;
}.contact_form_box .reach_list {
    flex-direction: column;
    max-width: 700px;
}.contact_form_box .help_help,
    .contact_form_box .feedback_block {
    width: 100%;
    padding: 40px;
}
}



@media (max-width: 576px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.contact_form_box .help_help,
    .contact_form_box .feedback_block {
    padding: 25px 20px;
}.contact_form_box input[type="text"],
    .contact_form_box textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_form_box .help_inquiry {
    padding: 12px;
    width: 100%;
}}



@media (max-width: 479px) {.prospective_students {
    padding: 60px 0;
}.prospective_students .expert_network {
    padding: 0 10px;
}.prospective_students h4 {
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: calc(46px - 18px);
}.prospective_students div p {
    margin-bottom: 20px;
    padding-left: 55px;
    font-size: calc(12px - 1px);
}.prospective_students div::before {
    left: 23px;
}.prospective_students div p svg {
    height: 20px;
    padding: 6px;
    width: 20px;
    left: 13px;
}.prospective_students div p::before {
    top: 10px;
    left: 45px;
}.prospective_students div p::after {
    width: calc(100% - 40px);
    left: 40px;
}}



@media screen and (max-width: 767px) {.course_program {
    padding: 60px 0;
}.course_program .job_success {
    gap: 30px;
}.course_program .content_holder {
    gap: 20px;
    padding: 25px;
}.course_program .content_holder h2 {
    padding: 10px 15px;
    font-size: calc(30px * 0.8);
    margin-bottom: 15px;
}.course_program .content_holder .description {
    font-size: calc(13px * 0.95);
    margin-bottom: 15px;
    line-height: 1.7;
    padding: 12px;
}.course_program .img_stack {
    min-height: 350px;
}.course_program .job_success::before {
    display: none;
}
}



@media (max-width: 767px) {header .nav_guide {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .nav_wrap {
    padding: 0 0 0.7rem 0;
}header .nav_wrap svg {
    width: 140px;
}header .header_tutor {
    padding: 0.7rem 1rem 0;
    max-width: 95%;
    gap: 0.5rem;
}header .head_section {
    padding: 0.5rem 1rem;
    font-size: calc(15px - 1px);
}
}



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}



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



@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(168,198,187,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(168,198,187,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(168,198,187);
    }
}



@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}



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

