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

.core-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

.head_top {
    flex: 1 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.developer_experience::before {
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(168,198,187,0.5) 0,
        rgb(168,198,187,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.05;
    height: 100%;
}

.developer_experience .img_stack::after {
    transition: opacity 0.4s ease;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    left: 0;
    background: rgb(168,198,187);
    top: 0;
    content: "";
    height: 100%;
}

.developer_experience .img_stack:hover ~ .name,
.developer_experience .img_stack:hover ~ span:not(.name) {
    transform: translateX(5px);
}

.developer_experience .job_content {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 50px 40px;
    font-size: 18px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    line-height: 1.8;
    position: relative;
    font-weight: 400;
    margin: 0;
}

.overlayConsentSettings {
    padding: 20px 0;
    animation: fadeInUp 0.5s ease-out;
    background-color: rgb(211,227,220);
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid rgb(168,198,187);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}

.overlayConsentSettings .cookie_alerts h5 {
    font-size: 23px;
    margin-bottom: 6px;
    color: rgb(168,198,187);
}

.overlayConsentSettings .privacy_cookies:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

#cookie_alert_modal:checked ~ .overlayConsentSettings {
    opacity: 0;
    visibility: hidden;
}

.thanksPanel::before {
    animation: pulse 8s infinite alternate ease-in-out;
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.5;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    top: 0;
    width: 100%;
}

.thanksPanel h2::after {
    background: linear-gradient(90deg, rgb(168,198,187), rgb(124,169,154));
    content: "";
    width: 80px;
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
    left: 50%;
    height: 4px;
}

.thanksPanel .expert_network:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.thanksPanel ul::before {
    background: linear-gradient(to bottom, rgb(168,198,187), rgb(124,169,154));
    left: -20px;
    content: "";
    width: 4px;
    animation: growHeight 1.5s 1s forwards ease-in-out;
    top: 0;
    position: absolute;
    height: 0;
}

.thanksPanel li span {
    letter-spacing: 0.01em;
    color: #000000;
    display: block;
    animation: fadeIn 1s 1.2s forwards ease-out;
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    line-height: 1.7;
    font-size: 13px;
}

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

.plan_block .payment_plans {
    line-height: 1.6;
    font-size: 13px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    transform: translateY(20px);
    max-width: 800px;
}

.plan_block .price_panel li:nth-child(2) {
    animation-delay: 0.5s;
}

.plan_block .price_panel li:nth-child(4) {
    animation-delay: 0.9s;
}

.plan_block .cost_levels::before {
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    transition: opacity 0.6s ease;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: linear-gradient(45deg, rgb(168,198,187,0.5), rgb(124,169,154,0.5));
    height: 100%;
}

.plan_block .cost_card h4::after {
    content: "";
    background: rgb(168,198,187);
    width: 60px;
    transition: width 0.4s ease;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.plan_block .cost_breakdown {
    font-size: calc(20px * 1.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    padding: 10px 20px;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 700;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(168,198,187) 0%, rgb(124,169,154) 100%);
    display: inline-block;
    margin-top: 25px;
}

.landing_page h1 {
    margin-bottom: 2rem;
    transform: translateY(0);
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    font-size: calc(18px * 1.2);
    color: rgb(168,198,187);
    letter-spacing: 0.5px;
    z-index: 2;
}

.landing_page .expert_network {
    z-index: 2;
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 2rem;
}

.landing_page .content_holder:hover {
    transform: translateY(-5px);
}

.landing_page ol li {
    margin-bottom: 1.5rem;
}

.landing_page svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
    height: 120px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    width: 120px;
}

.landing_page svg:hover text {
    fill: rgb(168,198,187);
}

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

.landing_page .help_inquiry:hover::before {
    left: 100%;
}

.landing_page .img_stack::after {
    z-index: 1;
    background: linear-gradient(135deg, rgb(168,198,187,0.5), transparent);
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
}

.company_overview::before {
    animation: pulse 15s infinite alternate;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(168,198,187,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgb(124,169,154,0.5) 0%, transparent 60%);
    top: 0;
    content: "";
    z-index: 0;
}

.company_overview h3::after {
    border-radius: 10px;
    position: absolute;
    background: rgb(168,198,187);
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 4px;
    content: "";
    transition: width 0.5s ease;
}

.company_overview .study_guides::before {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(90deg, rgb(168,198,187), rgb(124,169,154));
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    height: 5px;
}

.company_overview .study_guides p {
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 30px;
}

.company_overview .study_guides .img_stack::after {
    animation: shine 3s infinite;
    left: -100%;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.company_overview .digital_education:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.company_overview .digital_education .learning_track::before {
    border-radius: 50%;
    width: calc(100% + 30px);
    top: -15px;
    left: -15px;
    height: calc(100% + 30px);
    border: 2px dashed rgb(124,169,154,0.5);
    position: absolute;
    content: "";
    animation: rotate 30s linear infinite;
}

.secure_bolt h1 {
    color: rgb(168,198,187);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
    margin: 20px 0;
}

.secure_bolt h3, .secure_bolt h4, .secure_bolt h5, .secure_bolt h6 {
    margin: 1rem 0;
    color: rgb(124,169,154);
}

.data_analysis {
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(120deg, #000000 0%, rgba(26, 32, 44, 1) 100%);
    position: relative;
}



.data_analysis .container {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    display: grid;
    align-items: center;
    padding: 0 20px;
}

.data_analysis .key_pros::before {
    background: rgb(168,198,187,0.5);
    top: -30px;
    right: -30px;
    height: 100px;
    position: absolute;
    opacity: 0.4;
    border-radius: 50%;
    filter: blur(70px);
    content: '';
    width: 100px;
}

.data_analysis .pro_gains::after {
    border-radius: 10px;
    content: '';
    height: 3px;
    width: 70px;
    bottom: 0;
    background: linear-gradient(to right, rgb(168,198,187), rgb(124,169,154));
    left: 0;
    position: absolute;
}

.data_analysis .statistics_pro {
    flex-direction: column;
    gap: 25px;
    display: flex;
    position: relative;
    z-index: 2;
    order: 2;
}

.data_analysis .fast_statistics:nth-child(3n) {
    border-left-color: rgb(168,198,187,0.5);
    transform: translateX(20px);
}

.data_analysis .fast_statistics:hover {
    background: linear-gradient(135deg, rgba(45, 55, 72, 0.85) 0%, rgba(30, 41, 59, 0.9) 100%);
    border-left-width: 6px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateX(0) translateY(-5px);
}

.data_analysis .fast_statistics:hover span {
    color: #ffffff;
    opacity: 1;
}

.data_analysis .fast_statistics::before {
    transition: opacity 0.4s ease;
    height: 100%;
    content: '';
    width: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    background: linear-gradient(135deg, transparent 30%, rgb(168,198,187,0.5) 100%);
    position: absolute;
}

.cert_display::before {
    right: 0;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(168,198,187,0.5) 0%, transparent 50%);
    content: '';
    bottom: 0;
}

.cert_display .get_contactus::before {
    left: 50%;
    height: 2px;
    top: -2px;
    background: linear-gradient(90deg, transparent, rgb(124,169,154), transparent);
    animation: scanLine 4s infinite linear;
    content: '';
    position: absolute;
    width: 50%;
    transform: translateX(-50%);
}

.cert_display .info_item svg {
    fill: rgb(124,169,154);
    width: 1.25rem;
    transition: fill 0.3s ease;
    height: 1.25rem;
}

.cert_display .info_item a:hover svg {
    fill: rgb(168,198,187);
}

.cert_display .page_header {
    align-items: flex-start;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.cert_display .page_header svg:hover {
    filter: drop-shadow(0 0 10px rgb(168,198,187));
}

.cert_display .header_tutor {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}

.cert_display .header_tutor h5::after {
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    left: 0;
    content: '';
    width: 40px;
    background: rgb(124,169,154);
    bottom: 0;
}

.cert_display .top_start a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(168,198,187);
}

.cert_display .subscribe_holder {
    display: flex;
    gap: 1.25rem;
    border: 1px solid rgb(124,169,154,0.5);
    border-radius: 29px;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}

.cert_display .input_holder {
    position: relative;
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}

.cert_display .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.cert_display .sub_agreement {
    position: relative;
    padding: 0.875rem 1.5rem;
    transition: all 0.3s ease;
    background: rgb(168,198,187);
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    border: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}

.cert_display .compliance::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(124,169,154,0.5), transparent);
    content: '';
    left: 0;
    top: -1px;
}

.contact_form_box .img_stack {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 50%;
    opacity: 0.7;
    z-index: 1;
}

.contact_form_box .img_stack::before {
    content: '';
    right: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
}

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

.contact_form_box .help_help {
    flex: 3;
    position: relative;
    padding: 50px;
}

.contact_form_box form h3 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
    text-shadow: 0 0 5px rgb(168,198,187);
}

.contact_form_box input[type="text"]:focus,
.contact_form_box textarea:focus {
    border-color: rgb(168,198,187);
    outline: none;
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(168,198,187,0.5);
}

.contact_form_box textarea {
    resize: none;
    height: 140px;
}

.contact_form_box .reach_grid {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.contact_form_box .reach_grid input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 8px rgb(168,198,187);
    background: rgb(168,198,187);
}

.contact_form_box .reach_grid a {
    text-shadow: 0 0 3px rgb(168,198,187);
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(168,198,187);
}

.contact_form_box .help_inquiry {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    background: rgb(168,198,187);
    cursor: pointer;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    padding: 15px 35px;
    box-shadow: 0 0 15px rgb(168,198,187,0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 20px;
}

.contact_form_box .feedback_block h4 {
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(168,198,187);
    text-transform: uppercase;
}

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

.contact_form_box .feedback_card svg path {
    transition: fill 0.3s ease;
    fill: rgb(168,198,187);
    filter: drop-shadow(0 0 3px rgb(168,198,187));
}

.contact_form_box .feedback_card a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.prospective_students::before {
    width: 100%;
    top: 0;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(124,169,154,0.5) 0%, 
            transparent 50%
        );
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
}

.prospective_students h4 {
    line-height: 1.2;
    font-size: 46px;
    max-width: 700px;
    padding-left: 25px;
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 80px;
}

.prospective_students div p {
    color: #000000;
    position: relative;
    padding-left: 85px;
    align-items: flex-start;
    line-height: 1.6;
    margin: 0 0 35px 0;
    transition: all 0.3s ease;
    font-size: 12px;
    display: flex;
}

.prospective_students div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(168,198,187);
}

.prospective_students div p:hover svg path {
    fill: rgb(124,169,154);
}

.prospective_students div p:hover::before {
    width: 20px;
    opacity: 1;
}

.prospective_students div p:hover::after {
    transform: scale(1);
    opacity: 1;
}

.course_program {
    padding: 120px 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    background: rgb(211,227,220);
    position: relative;
    overflow: hidden;
}

.course_program .content_holder h2 {
    border-left: 2px solid rgb(124,169,154);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, rgb(168,198,187) 0%, rgb(124,169,154) 100%);
    font-size: 30px;
    background-clip: text !important;
    max-width: fit-content;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    padding: 15px 20px;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(168,198,187,0.5);
    color: #ffffff;
    border-bottom: 2px solid rgb(168,198,187);
    position: relative;
    border-radius: 10px;
    border-radius: 8px 0 8px 0;
    letter-spacing: 1.5px;
    -webkit-background-clip: text !important;
    transform: translateY(-10px);
}

.course_program .content_holder .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.course_program .img_stack:hover {
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(168,198,187,0.5);
}

header .container {
    width: 100%;
    margin: 0;
    z-index: 1;
    max-width: 100%;
    position: relative;
    padding: 0 2%;
}

header .nav_guide {
    display: flex;
    background: #ffffff;
    position: relative;
    padding: 1.5rem 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
    border-radius: 22px;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
}

header .nav_wrap {
    text-decoration: none;
    display: flex;
    padding: 0 0 1rem 0;
    position: relative;
    justify-content: center;
}

header .nav_wrap:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}

header .head_section {
    font-family: Arial, sans-serif;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none;
    border-radius: 10px;
    color: #000000;
    position: relative;
    background: linear-gradient(to bottom, #ffffff, rgb(211,227,220));
    padding: 0.7rem 1.3rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 15px;
}



@media (max-width: 480px) {.developer_experience {
    padding: 60px 0;
}.developer_experience .img_stack {
    height: 250px;
    min-height: 250px;
}.developer_experience .job_content {
    font-size: calc(18px * 0.9);
    padding: 30px 20px;
}.developer_experience .name {
    bottom: 45px;
    left: 20px;
    font-size: calc(19px * 0.85);
}.developer_experience .student_feedback span:not(.name) {
    left: 20px;
    bottom: 20px;
    font-size: calc(18px * 0.9);
}.developer_experience .job_content::before,
    .developer_experience .job_content::after {
    width: 20px;
    height: 16px;
}}



@media (max-width: 992px) {.thanksPanel {
    padding: 5rem 0;
}.thanksPanel h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.thanksPanel .expert_network {
    padding: 2.5rem;
}
}



@media (max-width: 1024px) {.plan_block {
    padding: 80px 0;
}.plan_block .price_panel {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.plan_block .cost_card {
    padding: 30px 25px;
    min-height: 380px;
}
}



@media (max-width: 576px) {.plan_block {
    padding: 50px 0;
}.plan_block .container {
    padding: 0 15px;
}.plan_block h2 {
    font-size: calc(34px * 0.8);
}.plan_block .payment_plans {
    font-size: calc(13px * 0.9);
    margin-bottom: 30px;
}.plan_block .price_panel {
    grid-template-columns: 1fr;
    gap: 25px;
}.plan_block .cost_card {
    min-height: auto;
}.plan_block .cost_card p {
    font-size: calc(13px * 0.9);
}.plan_block .cost_breakdown {
    margin-top: 20px;
    align-self: center;
}}



@media screen and (min-width: 1200px) {.landing_page .expert_network {
    gap: 7rem;
}.landing_page .content_holder {
    padding: 4rem;
}.landing_page .img_stack {
    height: 550px;
}.landing_page h1 {
    margin-bottom: 4rem;
}.landing_page h1::after {
    width: 120px;
}
}



@media (prefers-reduced-motion: reduce) {.landing_page::before,
    .landing_page .help_inquiry::before,
    .landing_page .img_stack,
    .landing_page svg,
    .landing_page h1,
    .landing_page .content_holder {
    animation: none;
    transition: none;
}}



@media (max-width: 768px) {.company_overview {
    padding: 70px 0;
}.company_overview h3 {
    font-size: calc(38px * 0.9);
    text-align: center;
    display: block;
}.company_overview h3::after {
    transform: translateX(-50%);
    left: 50%;
}.company_overview .study_guides,
    .company_overview .digital_education {
    padding: 25px;
}.company_overview .study_guides span {
    font-size: calc(21px * 0.9);
}.company_overview .study_guides .img_stack {
    height: 200px;
}.company_overview .digital_education .learning_track {
    height: 140px;
    width: 140px;
}
}



@media (max-width: 992px) {.data_analysis {
    padding: 80px 0;
}.data_analysis .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.data_analysis .key_pros {
    order: 2;
}.data_analysis .statistics_pro {
    order: 1;
}.data_analysis .fast_statistics:nth-child(2n),
    .data_analysis .fast_statistics:nth-child(3n),
    .data_analysis .fast_statistics:nth-child(4n) {
    transform: translateX(0);
}.data_analysis .fast_statistics:nth-child(odd) {
    transform: translateX(-20px);
}.data_analysis .fast_statistics:nth-child(even) {
    transform: translateX(20px);
}.data_analysis .fast_statistics:hover {
    transform: translateX(0) translateY(-5px);
}
}



@media (max-width: 1024px) {.cert_display {
    padding: 4rem 0 1rem;
}.cert_display .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.cert_display .subscribe_holder {
    grid-column: span 2;
}
}



@media (min-width: 769px) {.cert_display .input_holder {
    flex-direction: row;
}.cert_display .sub_agreement {
    width: auto;
}
}



@media (max-width: 480px) {.cert_display {
    padding: 2.5rem 0 1rem;
}.cert_display .info_item p, 
    .cert_display .info_item a {
    font-size: calc(16px - 3px);
}.cert_display .header_tutor h5, 
    .cert_display .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}.cert_display .top_start a, 
    .cert_display .subscribe_holder p {
    font-size: calc(16px - 2px);
}.cert_display .pitch_comp {
    font-size: calc(12px - 2px);
}}



@media (max-width: 768px) {.contact_form_box {
    padding: 80px 0;
}.contact_form_box h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.contact_form_box .help_help,
    .contact_form_box .feedback_block {
    padding: 30px;
}.contact_form_box form h3,
    .contact_form_box .feedback_block h4 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}
}



@media (max-width: 991px) {.prospective_students {
    padding: 100px 0;
}.prospective_students .expert_network {
    padding: 0 30px;
}.prospective_students h4 {
    font-size: calc(46px - 6px);
    margin-bottom: 60px;
}.prospective_students div p {
    padding-left: 75px;
    margin-bottom: 30px;
}.prospective_students div::before {
    left: 31px;
}.prospective_students div p svg {
    left: 17px;
    height: 28px;
    width: 28px;
}.prospective_students div p::before {
    left: 65px;
}.prospective_students div p::after {
    left: 50px;
    width: calc(100% - 50px);
}
}



@media screen and (max-width: 1200px) {.course_program {
    padding: 100px 0;
}.course_program .job_success {
    gap: 30px;
}.course_program .content_holder {
    padding: 30px;
}.course_program .content_holder h2 {
    font-size: calc(30px * 0.9);
    padding: 12px 18px;
}.course_program .content_holder .description {
    padding: 15px;
}
}



@media screen and (max-width: 480px) {.course_program {
    padding: 40px 0;
}.course_program .content_holder {
    padding: 20px;
    gap: 15px;
}.course_program .content_holder h2 {
    font-size: calc(30px * 0.7);
    padding: 8px 12px;
    letter-spacing: 1px;
}.course_program .content_holder .description {
    font-size: calc(13px * 0.9);
    padding: 10px;
    line-height: 1.6;
}.course_program .img_stack {
    min-height: 280px;
}}



@media (max-width: 991px) {header .nav_guide {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .nav_wrap {
    padding: 0 0 0.8rem 0;
}header .nav_wrap svg {
    width: 160px;
}header .header_tutor {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .head_section {
    padding: 0.6rem 1.1rem;
}
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}



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



@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}



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



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

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

@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}



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



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



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

