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

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

.our_team::before {
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(219,192,167,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(3px);
    top: 0;
    width: 100%;
}

.our_team h5 {
    transform: translateX(-10px);
    font-size: 24px;
    font-weight: 600;
    opacity: 0;
    text-transform: uppercase;
    color: rgb(219,192,167);
    letter-spacing: 2px;
    margin: 0;
    animation: slideIn 0.6s ease-out forwards 0.5s;
}

.our_team .text_info_box > div:nth-child(2) p b::after {
    position: absolute;
    left: 0;
    content: "";
    background: rgba(var(--primary-color-rgb), 0.2);
    animation: highlightGrow 0.5s ease-out forwards 1.2s;
    transform-origin: bottom;
    height: 8px;
    width: 100%;
    transform: scaleY(0);
    z-index: -1;
    bottom: 0;
}

.privacy_hedge ul {
    color: #000000;
    margin: 20px 0;
    list-style-type: square;
}

header .container {
    position: relative;
    padding: 1rem 2rem;
}

header .header_know::before {
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgb(219,192,167,0.5) 50%, transparent 100%);
    content: "";
    border-radius: 11px;
    z-index: -1;
    opacity: 0.1;
    left: -30px;
    transform: skewX(-15deg);
    top: -15px;
}

header .head_primary {
    align-items: center;
    position: relative;
    z-index: 2;
    display: flex;
    text-decoration: none;
}

.contact_form_box::before {
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-size: 60px 60px;
    width: 100%;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
}

.contact_form_box .feedback_block {
    background: #ffffff;
    flex: 0 0 50%;
    padding: 60px 50px;
    position: relative;
}

.contact_form_box h3 {
    position: relative;
    font-size: 21px;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000000;
}

.contact_form_box input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.contact_form_box .query_feedback input[type="checkbox"]:checked {
    background: rgb(219,192,167);
    border-color: rgb(219,192,167);
}

.contact_form_box .query_feedback a {
    transition: all 0.3s ease;
    color: rgb(219,192,167);
    text-decoration: none;
    font-weight: 600;
}

.contact_form_box .message_query:hover {
    box-shadow: 0 10px 25px rgb(196,158,125,0.5);
    background: rgb(196,158,125);
    transform: translateY(-3px);
}

.contact_form_box svg path {
    fill: rgb(219,192,167);
    transition: all 0.3s ease;
}

.operation_process {
    overflow: hidden;
    background: linear-gradient(170deg, rgb(238,224,210) 60%, rgb(219,192,167,0.5) 100%);
    padding: 8rem 0;
    position: relative;
}

.operation_process h3 {
    position: relative;
    animation: circuitConnect 1.5s ease-out forwards;
    color: #000000;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    margin: 0;
    text-transform: uppercase;
    padding: 0 2rem;
    letter-spacing: 3px;
}

.operation_process h3::after {
    bottom: -15px;
}

.operation_process span::after {
    opacity: 0.6;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.5) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    bottom: 4px;
    left: 4px;
    position: absolute;
    z-index: -1;
    top: 4px;
    clip-path: polygon(
        0 5%, 
        5% 0, 
        95% 0, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0 95%
    );
    content: "";
    right: 4px;
}

.cookie_disclaimer {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_disclaimer svg {
    height: 50px;
    fill: rgb(219,192,167);
    width: 50px;
}

.cookie_view {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}

.cookie_list {
    cursor: pointer;
    border: none;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    flex-shrink: 0;
    font-size: 17px;
    color: #ffffff;
    border-radius: 10px;
    min-width: 120px;
    background: rgb(219,192,167);
}

.pricing_set .value_deals {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.pricing_set .premium_grid h2 {
    font-size: 31px;
    font-weight: 700;
    background: linear-gradient(90deg, #000000, rgb(219,192,167));
    transform: perspective(1000px) rotateX(0deg);
    color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    transition: transform 0.5s ease;
    color: #000000;
    margin-bottom: 15px;
}

.pricing_set .annual_plan::before {
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    background: linear-gradient(90deg, rgb(219,192,167), rgb(196,158,125));
    left: 0;
    height: 5px;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    top: 0;
}

.pricing_set .value_pricing .monthly_rate::after {
    background: rgb(196,158,125,0.5);
    left: 0;
    transition: width 0.4s ease;
    content: "";
    bottom: -10px;
    height: 2px;
    width: 50px;
    position: absolute;
}

.pricing_set .cert_cost:hover .photo_card {
    height: 240px;
}

.pricing_set .cert_cost:hover .photo_card::after {
    opacity: 1;
}

.pricing_set .cert_cost:nth-child(odd) .annual_plan {
    flex-direction: column-reverse;
}

.newsletter_subscription::after {
    width: 35%;
    opacity: 0.1;
    transform: rotate(15deg);
    content: "";
    position: absolute;
    z-index: 0;
    top: -10%;
    background: rgb(219,192,167);
    right: -5%;
    height: 120%;
}

.newsletter_subscription .why_trust::after {
    content: "";
    height: 6px;
    background: rgb(196,158,125);
    transform-origin: right;
    bottom: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    width: 40%;
}

.newsletter_subscription .input_holder span:hover {
    transform: translateY(-2px);
}

.newsletter_subscription .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(219,192,167,0.5);
    border-color: rgb(219,192,167);
}

.newsletter_subscription .mail_list:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}

.newsletter_subscription .mail_list::before {
    transition: transform 0.6s ease;
    top: 0;
    content: "";
    z-index: -1;
    left: -100%;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    width: 100%;
    height: 100%;
}

.brainstorm .container {
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    gap: 3rem;
}

.brainstorm .company_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(219,192,167,0.5);
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
}

.brainstorm .company_holder:hover h3::after {
    width: 100%;
}

.brainstorm .head_site {
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    gap: 2rem;
    display: grid;
}

.brainstorm .header_know::before {
    position: absolute;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    z-index: -1;
    content: "";
    height: 200%;
    transform: rotate(45deg);
    width: 200%;
    top: -50%;
    left: -50%;
    transition: all 0.6s ease;
}

.brainstorm .header_know::before {
    left: -20px;
    top: -20px;
}

.brainstorm .header_know h5::after {
    position: absolute;
    content: "";
    transition: width 0.4s ease-in-out;
    left: 0;
    background: rgb(219,192,167);
    width: 30%;
    height: 3px;
    bottom: -8px;
}

.brainstorm .header_know a:hover::before {
    opacity: 1;
    left: 0;
}

.subscr_info::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(219,192,167) 30%, 
                #ffffff 50%, 
                rgb(196,158,125) 70%, 
                transparent 100%);
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
}

.brainstorm .company_holder:hover::after {
    width: 40px;
    transform: rotate(45deg);
    height: 40px;
}

.brainstorm .company_holder:hover .equity_pledge::after {
    width: calc(100% - 1rem);
}

.brainstorm::after {
    content: "";
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.3;
    left: 0;
    z-index: -2;
    background-size: 40px 40px;
    height: 100%;
}

.check_it_out_now .why_trust {
    max-width: 1000px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 60px 40px;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
}

.check_it_out_now h3::before {
    bottom: -20px;
    content: '';
    width: 80px;
    left: 50%;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    height: 1px;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    transform: translateX(-50%);
}

.check_it_out_now .online_form::before {
    transition: opacity 0.4s ease;
    z-index: -1;
    content: '';
    top: 0;
    position: absolute;
    opacity: 0;
    left: 0;
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    height: 100%;
    width: 100%;
}

.check_it_out_now .online_form:hover::before {
    opacity: 1;
}

.course_candidates {
    overflow: hidden;
    background-color: rgb(238,224,210);
    z-index: 1;
    padding: 100px 20px;
    position: relative;
}

.course_candidates h3::after {
    width: 60px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, 
    rgb(219,192,167,0.5), 
    rgb(196,158,125), 
    rgb(219,192,167,0.5)
  );
    content: "";
    height: 3px;
    transform: translateX(-50%);
    border-radius: 10px;
}

.course_candidates ul li:hover::before {
    opacity: 1;
}

.course_candidates ul li svg {
    margin-bottom: 15px;
    transition: all 0.3s ease;
    width: 45px;
    fill: rgb(196,158,125);
    height: 45px;
}

.course_candidates ul li svg path {
    fill: rgb(196,158,125);
    transition: all 0.3s ease;
}

.course_candidates ul li:hover::after {
    opacity: 1;
}

.program_information {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(238,224,210) 0%, rgb(219,192,167,0.5) 100%);
    overflow: hidden;
}

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

.program_information .learn_route {
    align-items: flex-start;
    justify-content: center;
    position: relative;
    display: flex;
    z-index: 3;
    padding: 0 50px 0 0;
    flex-direction: column;
}

.program_information .learn_route {
    padding: 0;
    order: 2;
}

.program_information .nav_know svg path {
    fill: rgb(219,192,167);
    transition: fill 0.3s ease;
}

.program_information .nav_know:hover svg path {
    fill: rgb(196,158,125);
}

.program_information h3::after {
    bottom: -5px;
    width: 30px;
    height: 3px;
    position: absolute;
    content: "";
    left: -3px;
    background-color: rgb(196,158,125);
}

.program_information .photo_card::before {
    inset: 0;
    border-left: 10px solid rgb(219,192,167,0.5);
    z-index: 2;
    content: "";
    border-radius: 50% 0 0 50%;
    position: absolute;
    border: 10px solid transparent;
}

.program_information .photo_card::before {
    border-radius: 0 0 30% 30%;
    border: 10px solid transparent;
    border-bottom: 10px solid rgb(219,192,167,0.5);
}

.title_page .course_entry {
    position: absolute;
    overflow: hidden;
    height: 80vh;
    width: 100%;
    top: 0;
    left: 0;
}

.title_page .fast_edu {
    position: relative;
    height: 100%;
    width: 20%;
    overflow: hidden;
}

.title_page .course_open {
    display: flex;
    bottom: 40px;
    z-index: 10;
    gap: 15px;
    left: 40px;
    position: absolute;
}

.title_page .course_open label::before {
    transform: scale(0);
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    transition: transform 0.3s ease;
    inset: 2px;
}

.title_page .text_info_box h1 {
    color: rgb(219,192,167);
    font-weight: 700;
    margin-bottom: 1.2rem;
    padding-left: 15px;
    border-left: 4px solid rgb(219,192,167);
    font-size: 38px;
}

.title_page input:nth-of-type(1):checked ~ .fast_knowledge {
    transform: translateX(0);
}

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

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

.title_page input:nth-of-type(1):checked ~ .course_open label:nth-child(1),
.title_page input:nth-of-type(2):checked ~ .course_open label:nth-child(2),
.title_page input:nth-of-type(3):checked ~ .course_open label:nth-child(3),
.title_page input:nth-of-type(4):checked ~ .course_open label:nth-child(4),
.title_page input:nth-of-type(5):checked ~ .course_open label:nth-child(5),
.title_page input:nth-of-type(6):checked ~ .course_open label:nth-child(6),
.title_page input:nth-of-type(7):checked ~ .course_open label:nth-child(7),
.title_page input:nth-of-type(8):checked ~ .course_open label:nth-child(8),
.title_page input:nth-of-type(9):checked ~ .course_open label:nth-child(9),
.title_page input:nth-of-type(10):checked ~ .course_open label:nth-child(10) {
    transform: scale(1.2);
    border-color: rgb(219,192,167);
    background: rgb(219,192,167);
}

.appPage h2 {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(10px);
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.3;
    position: relative;
    color: #000000;
}

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

.appPage li {
    padding: 10px 0 10px 20px;
    position: relative;
    transition: transform 0.3s ease-out;
}

.appPage span::after {
    transition: all 0.5s ease;
    bottom: -10px;
    right: 0;
    content: "";
    opacity: 0;
    height: 1px;
    transform-origin: right;
    background: linear-gradient(90deg, transparent, rgba(rgb(219,192,167,0.5), 0.3));
    position: absolute;
    width: 40%;
    transform: scaleX(0.5);
}

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

.find_support .connect_team h2 {
    margin-bottom: 20px;
    font-size: 29px;
    font-weight: 700;
    position: relative;
    color: rgb(219,192,167);
}

.find_support .connect_team p {
    max-width: 700px;
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 30px;
}

.find_support .online_form::before {
    opacity: 0;
    top: 0;
    content: '';
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(219,192,167,0.5) 0%, rgb(196,158,125,0.5) 100%);
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
}

.find_support .online_form:hover svg {
    transform: scale(1.1);
    stroke: rgb(219,192,167);
}

.find_support .online_form:hover span {
    color: rgb(219,192,167);
}

.instructor_history::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(219,192,167,0.5) 0,
        rgb(219,192,167,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.05;
}

.instructor_history .edu_voices::before {
    transition: opacity 0.6s ease;
    inset: 0;
    position: absolute;
    transform: rotate(-45deg) scale(2);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    content: "";
    opacity: 0;
    z-index: 1;
}

.instructor_history .photo_card::after {
    animation: rotate 15s linear infinite;
    mix-blend-mode: overlay;
    opacity: 0.15;
    width: 200%;
    left: -50%;
    z-index: 1;
    position: absolute;
    top: -50%;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(219,192,167,0.5) 90deg,
            transparent 180deg,
            rgb(196,158,125,0.5) 270deg,
            transparent 360deg
        );
    content: "";
    height: 200%;
}

.instructor_history .edu_voices:hover .photo_card {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(219,192,167,0.5);
    transform: rotate(0deg) scale(1.05);
}

.data_exploration h3 {
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s ease;
    text-align: center;
    z-index: 2;
    font-size: 36px;
    color: #000000;
}

.data_exploration ul {
    display: grid;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    perspective: 1000px;
    padding: 0;
}

.data_exploration .edu_wins:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(10px) translateY(-5px);
}

.data_exploration .edu_wins:hover::before {
    transform: scaleX(1);
}

.data_exploration .edu_wins:hover::after {
    opacity: 1;
}

.data_exploration .edu_wins:hover p {
    transform: perspective(500px) translateZ(20px) scale(1.05);
}

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

header .top_plank {
    color:  #ffffff;
    background: rgb(219,192,167);
}

header .top_plank .study_peak div span {
    color: #ffffff;
}

header .top_plank .study_peak div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}


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



@media (hover: hover) {.our_team .text_info_box:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    transition: all 0.4s ease;
}}


@media only screen and (max-width: 800px) {.privacy_hedge {
    padding: 20px;
}.privacy_hedge h1 {
    font-size: 20px;
}.privacy_hedge h2 {
    font-size: 17px;
}.privacy_hedge li {
    font-size: 16px;
}}



@media (max-width: 768px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box h2 {
    margin-bottom: 40px;
    font-size: calc(37px - 4px);
}.contact_form_box .feedback_block {
    padding: 40px 30px;
}.contact_form_box #contact {
    gap: 25px;
}.contact_form_box .photo_card {
    min-height: 300px;
}
}



@media (max-width: 992px) {.operation_process {
    padding: 6rem 1.5rem;
}.operation_process h3 {
    letter-spacing: 2px;
    font-size: calc(35px * 0.9);
    padding: 0 1.5rem;
}.operation_process span {
    padding: 2.5rem;
}.operation_process .why_trust::before {
    height: 40px;
}.operation_process .why_trust::after {
    top: calc(3rem + 60px);
}
}



@media (min-width: 1200px) {.pricing_set .learning_rates {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_set .premium_grid h2 {
    font-size: calc(31px + 5px);
}
}



@media (max-width: 767px) {.pricing_set {
    padding: 60px 0;
}.pricing_set .learning_rates {
    grid-template-columns: 1fr;
}.pricing_set .value_pricing {
    padding: 25px 20px;
}.pricing_set .cert_cost .photo_card {
    height: 180px;
}.pricing_set .premium_grid h2 {
    font-size: calc(31px - 2px);
}
}



@media (max-width: 767px) {.newsletter_subscription {
    padding: 3rem 0;
}.newsletter_subscription .why_trust {
    padding: 2rem;
}.newsletter_subscription h4 {
    margin-bottom: 1.5rem;
    font-size: 15px;
}.newsletter_subscription .input_holder span {
    margin-bottom: 0.5rem;
}.newsletter_subscription .input_holder input[type="email"],
    .newsletter_subscription .mail_list {
    padding: 0.9rem 1rem;
}
}



@media (max-width: 576px) {.brainstorm {
    padding: 3rem 0 1rem;
}.brainstorm .company_holder {
    padding: 1.25rem;
}.brainstorm .company_holder h3 {
    font-size: calc(37px * 0.8);
}.brainstorm .header_know h5 {
    font-size: calc(22px * 0.9);
}.brainstorm .header_know a,
    .brainstorm .equity_pledge {
    font-size: calc(14px * 0.9);
}.subscr_info .forum_link {
    padding: 0.4rem 1rem;
    font-size: calc(16px * 0.9);
}}



@media screen and (max-width: 992px) {.course_candidates {
    padding: 70px 15px;
}.course_candidates .why_trust {
    padding: 40px 30px;
}.course_candidates h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.course_candidates ul {
    gap: 20px;
}
}



@media screen and (min-width: 1600px) {.program_information .why_trust {
    grid-template-columns: 1fr 1.5fr;
}.program_information .photo_card {
    border-radius: 45% 0 0 45%;
}
}



@media screen and (max-width: 576px) {.program_information {
    padding: 50px 0;
}.program_information .photo_card {
    min-height: 250px;
    border-radius: 0 0 25% 25%;
}.program_information .photo_card::before {
    border-radius: 0 0 25% 25%;
}.program_information .photo_card::after {
    border-radius: 0 0 25% 25%;
}.program_information .why_trust::before {
    width: 40px;
    top: calc(250px - 25px);
    height: 40px;
}.program_information .why_trust::after {
    height: 20px;
    width: 20px;
    top: calc(250px - 12px);
}.program_information h3 {
    font-size: calc(38px - 6px);
    margin-bottom: 20px;
}.program_information p {
    font-size: calc(14px - 1px);
}.program_information .nav_know {
    margin-bottom: 20px;
}.program_information .nav_know::before {
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
}}



@media (max-height: 700px) and (min-width: 576px) {.title_page .why_trust {
    height: 85vh;
}.title_page .course_entry {
    height: 85vh;
}.title_page .text_info_box {
    padding-bottom: 80px;
}
}



@media (min-width: 768px) {.appPage {
    padding: 150px 0;
}.appPage .container {
    padding: 0 60px;
}.appPage h2 {
    margin-bottom: 50px;
    max-width: 90%;
    font-size: calc(34px * 1.1);
}.appPage .why_trust {
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px;
}.appPage .why_trust:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.appPage li {
    padding: 10px 0 10px 30px;
}.appPage li::before {
    height: 10px;
    width: 10px;
}.appPage span {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}
}



@media (max-width: 767px) {.instructor_history {
    padding: 60px 0;
}.instructor_history .edu_voices {
    padding: 40px 25px;
}.instructor_history .photo_card {
    margin-bottom: 25px;
    height: 140px;
    width: 140px;
}.instructor_history .name {
    font-size: calc(37px * 0.9);
}.instructor_history .edu_voices span:not(.name) {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
}.instructor_history .career_exp {
    font-size: calc(13px * 0.95);
    padding: 18px 20px;
}
}



@media (max-width: 576px) {.data_exploration {
    padding: 60px 0 40px;
}.data_exploration h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 35px;
}.data_exploration ul {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}.data_exploration .edu_wins {
    padding: 20px 10px;
}.data_exploration .edu_wins span {
    font-size: calc(15px * 0.9);
    margin-bottom: 10px;
}.data_exploration .edu_wins p {
    font-size: calc(43px * 0.9);
}
}



@keyframes highlightGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}



@keyframes moduleInitialize {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}



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



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


  
  @keyframes pulse {
    0%, 100% {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
    50% {
      transform: translateX(-50%) scale(1.2);
      opacity: 0.8;
    }
  }

@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

