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

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

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

.pricing_card_list_18::before {
    z-index: 0;
    top: -10%;
    background: linear-gradient(120deg, rgb(197,189,184,0.5) 20%, rgb(173,147,134,0.5) 80%);
    position: absolute;
    height: 70%;
    right: -5%;
    transform: rotate(-15deg);
    opacity: 0.1;
    width: 40%;
    content: "";
    border-radius: 10px;
}

.pricing_card_list_18 .cost_schemes_89 {
    position: relative;
    margin-bottom: 3.5rem;
    order: 1;
    text-align: center;
}

.pricing_card_list_18 .bundle_offer_38 {
    margin: 0 auto;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    max-width: 800px;
}

.pricing_card_list_18 .learning_price_74 {
    height: 100%;
    color: #000000;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    text-decoration: none;
}

.pricing_card_list_18 .group_plans_92 {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.75rem;
    flex: 1;
    position: relative;
}

.pricing_card_list_18 .group_plans_92 .plan_fees_37::after {
    height: 2px;
    left: 0;
    background: rgb(197,189,184,0.5);
    bottom: -0.75rem;
    content: "";
    width: 40px;
    position: absolute;
}

.pricing_card_list_18 .img_grid_36::after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    top: 0;
    width: 100%;
}

.trackingSettingsPopup_39 {
    bottom: 0;
    width: 100%;
    z-index: 90;
    background: rgb(236,235,234);
    position: fixed;
    border-top: 2px solid rgb(197,189,184);
}

.cookie_none_24 {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.track_accept_92 {
    margin-left: 10px;
    color: rgb(197,189,184);
    white-space: nowrap;
    text-align: center;
    font-size: 24px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(197,189,184);
    min-width: 120px;
    text-decoration: none;
    cursor: pointer;
    line-height: 35px;
}

.course_instructor_19 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(236,235,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}

.course_instructor_19 .student_quotes_02 {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    background-color: rgba(0, 0, 0, 0.5);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    grid-template-columns: minmax(250px, 35%) 1fr;
    transition: transform 0.3s ease;
    grid-gap: 1.5rem;
    backdrop-filter: blur(8px);
    border-radius: 30px;
}

.course_instructor_19 .emp_items_97 {
    transform: translateZ(15px);
    position: relative;
    font-size: 12px;
    border-left: 4px solid rgb(197,189,184);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    line-height: 1.6;
    border-radius: 10px;
    padding: 1.5rem;
    color: #ffffff;
    grid-area: quote;
}

.tyHub_10::after {
    height: 140%;
    bottom: -10%;
    animation: floatBg 15s infinite alternate-reverse ease-in-out;
    content: "";
    background: linear-gradient(215deg, rgb(173,147,134) 0%, rgba(rgb(173,147,134,0.5), 0.3) 100%);
    position: absolute;
    z-index: -1;
    transform: rotate(12deg) translateZ(0);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 85%);
    width: 40%;
    right: -5%;
}

.tyHub_10 .pro_classes_25 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    animation: slideRight 0.8s 0.3s cubic-bezier(0.17, 0.67, 0.26, 0.97) both;
    transform: translateX(0);
}

.tyHub_10 .pro_classes_25 > div:first-child::after {
    content: "";
    position: absolute;
    bottom: -0.8rem;
    animation: expandWidth 1.2s 0.8s cubic-bezier(0.17, 0.67, 0.26, 0.97) forwards;
    height: 3px;
    left: 0;
    width: 80px;
    background: rgb(197,189,184);
}

.tyHub_10 .pro_classes_25 > div:first-child::after {
    width: 60px;
}

.tyHub_10 a::before {
    left: -20px;
    background: linear-gradient(135deg, rgb(197,189,184) 0%, rgb(173,147,134) 100%);
    width: 40px;
    height: 40px;
    transition: all 0.4s ease;
    content: "";
    border-radius: 10px;
    top: -15px;
    position: absolute;
    opacity: 0.1;
    transform: rotate(-15deg);
}

.title_greeting_07 > div {
    gap: 3rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
    width: 100%;
    flex-direction: column;
    display: flex;
}

.title_greeting_07 > div > div:first-child {
    animation: slideUpFade 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    padding-left: 2rem;
    margin-bottom: 1rem;
    position: relative;
    transform: translateY(20px);
}

.title_greeting_07 .course_front_28 {
    transform: translateY(30px);
    background: rgba(rgb(255, 255, 255, 0.5), 0.07);
    backdrop-filter: blur(12px);
    padding: 2.5rem;
    gap: 2rem;
    animation: slideUpFade 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(173,147,134);
    opacity: 0;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    display: grid;
}

.title_greeting_07 .course_front_28 > div:last-child span {
    display: block;
    padding-left: 1.5rem;
    position: relative;
}

.title_greeting_07 .course_front_28 p {
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: clamp(1rem, 2vw, 17px);
}

.program_outcomes_31::before {
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background-image: radial-gradient(circle at 10% 10%, rgb(197,189,184,0.5) 0%, transparent 60%),
                      radial-gradient(circle at 90% 90%, rgb(173,147,134,0.5) 0%, transparent 60%);
    z-index: 0;
    top: 0;
    opacity: 0.08;
    height: 100%;
}

.program_outcomes_31 .pro_classes_25 {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}

.program_outcomes_31 .caption_holder_36 {
    padding: 40px;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    z-index: 2;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.program_outcomes_31 li {
    transition: transform 0.3s ease;
    position: relative;
}

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

.program_outcomes_31 li p {
    font-size: 13px;
    align-items: flex-start;
    margin: 0;
    position: relative;
    color: #000000;
    gap: 15px;
    font-weight: 400;
    line-height: 1.6;
    display: flex;
}

.confidential_armory_04 {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,147,134,0.5) 0%, rgb(236,235,234) 100%);
    position: relative;
}

.confidential_armory_04 .container {
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 3.5rem;
    position: relative;
    transform: perspective(1000px) rotateX(0.5deg);
}

.confidential_armory_04 h2 {
    color: rgb(173,147,134);
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-top: 3rem;
    font-size: 34px;
    position: relative;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
    padding-bottom: 12px;
}

.confidential_armory_04 h3::before {
    top: 0;
    left: 0;
    background: rgb(173,147,134,0.5);
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
}

.confidential_armory_04 p {
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    position: relative;
    max-width: 95%;
    line-height: 1.8;
}

.confidential_armory_04 li {
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 12px;
}

.confidential_armory_04 span {
    padding-left: 1rem;
    font-family: Arial, sans-serif;
    line-height: 1.75;
    border-left: 1px dashed rgb(173,147,134,0.5);
    display: block;
    margin-bottom: 1.5rem;
    font-size: 12px;
    color: #000000;
}

.contact_information_64 .query_section_21 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    border-radius: 16px;
    position: relative;
}

.contact_information_64 .reach_support_87 h3::after {
    background-color: rgb(173,147,134);
    height: 3px;
    width: 50%;
    position: absolute;
    left: 0;
    bottom: -8px;
    content: '';
}

.contact_information_64 .reach_support_87 input[type="text"]:focus,
.contact_information_64 .reach_support_87 input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(173,147,134,0.5);
    outline: none;
}

.contact_information_64 .reach_support_87 .support_query_18 input[type="checkbox"]:checked {
    background-color: rgb(173,147,134);
}

.contact_information_64 .reach_support_87 .support_query_18 label {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}

.contact_information_64 .reach_support_87 .support_query_18 label a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: rgb(197,189,184);
}

.contact_information_64 .reach_support_87 .feedback_box_30 {
    letter-spacing: 1px;
    margin-top: 15px;
    position: relative;
    font-size: 19px;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    background-color: rgb(173,147,134);
    flex: 1 0 100%;
    height: 60px;
    box-shadow: 0 4px 10px rgb(173,147,134,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.contact_information_64 .feedback_inquiry_87 h3 {
    color: #ffffff;
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
}

.contact_information_64 .feedback_inquiry_87 h3::after {
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    background-color: rgb(173,147,134);
    width: 60px;
    height: 3px;
    content: '';
}

.contact_information_64 .feedback_inquiry_87 div:last-child::before {
    display: none;
}

.contact_information_64 .feedback_inquiry_87 div svg path {
    fill: #ffffff;
}

.contact_information_64 .feedback_inquiry_87 div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    color: #ffffff;
}

header .head_base_31 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 0 20px 2px rgb(197,189,184,0.5);
    padding: 1.5rem;
    overflow: hidden;
    background: linear-gradient(to right, rgb(173,147,134) 0%, rgb(197,189,184,0.5) 100%);
    border-radius: 0;
    z-index: 99;
    left: 0;
}

header .head_base_31 .top_edu_38 {
    overflow: visible;
    position: relative;
}

header .head_base_31 .top_edu_38 .page_head_24 {
    display: block;
    position: relative;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
}

header .head_base_31 .top_edu_38 svg {
    height: auto;
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(173,147,134,0.5));
}

header .head_base_31 .nav_expert_98 {
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    position: relative;
    transform: translateZ(0);
    margin: 0 0.5rem;
}

header .head_base_31 .nav_expert_98 a::before {
    left: 0;
    content: "";
    top: 0;
    transform: scale(0.9);
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: rgb(197,189,184,0.5);
    z-index: -1;
    height: 100%;
    opacity: 0;
    border-radius: 10px;
    width: 100%;
}

.who_we_are_94::before {
    top: 0;
    position: absolute;
    opacity: 0.75;
    content: "";
    height: 100%;
    z-index: 1;
    background: #000000;
    width: 100%;
    left: 0;
}

.who_we_are_94 .caption_holder_36 {
    padding: 40px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    border-left: 4px solid rgb(197,189,184);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.who_we_are_94 .caption_holder_36:hover h5 {
    transform: translateX(5px);
}

.who_we_are_94 p b {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: calc(16px * 1.4);
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    color: rgb(173,147,134);
}

.who_we_are_94 ol li {
    letter-spacing: 0.3px;
    column-gap: 40px;
    opacity: 0.9;
    padding-left: 5px;
    font-size: 16px;
    text-align: justify;
    column-count: 1;
    font-weight: 400;
    position: relative;
    color: #ffffff;
    line-height: 1.8;
}

.access_help_69 .company_holder {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 30px;
    grid-column: span 4;
    position: relative;
}

.access_help_69 .press_room_81 {
    line-height: 1.6;
    color: #ffffff;
    font-size: 14px;
    opacity: 0.8;
}

.access_help_69 .nav_tutor_87 {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 10px;
}

.access_help_69 .nav_tutor_87 .main_primary_59 {
    display: grid;
    grid-gap: 15px;
}

.access_help_69 .nav_tutor_87 .main_primary_59 a {
    display: block;
    font-size: 14px;
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
    padding-left: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}

.science_ref_10 {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    position: relative;
    z-index: 5;
    margin-top: 40px;
}

.access_help_69 .container::before {
    opacity: 0.05;
    left: 0;
    background: 
    linear-gradient(to right, rgb(197,189,184,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(197,189,184,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    z-index: -1;
}

.access_help_69 .nav_tutor_87:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}

.access_help_69 .nav_tutor_87:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}

.science_ref_10 .webinar_cta_20::after {
    position: absolute;
    opacity: 0.5;
    content: "";
    background: rgb(197,189,184);
    right: -40px;
    height: 1px;
    width: 30px;
    transform: translateY(-50%);
    top: 50%;
}

.course_overview_59 .career_lab_93::before {
    pointer-events: none;
    height: 100%;
    left: 0;
    content: "";
    z-index: 2;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(236,235,234) 0%, transparent 40%);
    top: 0;
}

.course_overview_59 .career_lab_93::before {
    background: linear-gradient(0deg, rgb(236,235,234) 0%, transparent 80%);
}

.course_overview_59 .job_training_95 {
    min-height: 33.33vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.course_overview_59 .job_training_95 {
    width: 50%;
    min-height: auto;
}

.course_overview_59 .pro_classes_25 {
    backdrop-filter: blur(10px);
    border-radius: 26px;
    width: 100%;
    margin-right: auto;
    max-width: 600px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.85);
}

.course_overview_59 .pro_classes_25 {
    margin: 0 auto;
    max-width: 100%;
}

.course_overview_59 .skill_path_70 h3 {
    margin: 0 0 1.5rem 0;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    color: rgb(197,189,184);
    font-size: 37px;
}

.course_overview_59 .skill_path_70 h3 {
    font-size: calc(37px * 1.1);
}

.course_overview_59 .skill_path_70 .feedback_box_30:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.course_overview_59 .skill_path_70 .feedback_box_30:hover::before {
    transform: translateX(100%);
}

.newsletter_85 {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(236,235,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    perspective: 1000px;
    padding: 4rem 1.5rem;
}

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

.newsletter_85 .pro_classes_25 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 2px rgba(0, 0, 0, 0.1);
    gap: 2rem;
    transform: rotateX(2deg) rotateY(-1deg);
    padding: 2.5rem;
    display: flex;
}

.newsletter_85 .input_holder {
    flex-direction: column;
    gap: 1rem;
    position: relative;
    display: flex;
    width: 100%;
}

.newsletter_85 .input_holder div {
    width: 100%;
    position: relative;
}

.newsletter_85 input[type="email"]:focus {
    border-color: rgb(197,189,184);
    box-shadow: 0 0 0 3px rgb(197,189,184,0.5);
}

.newsletter_85 .sub_backdrop_68 {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(197,189,184) 0%, rgb(173,147,134) 100%);
    position: relative;
    align-self: flex-start;
    transform: translateZ(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    padding: 0.85rem 1.75rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    border: none;
    font-size: 19px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}



@media (max-width: 767px) {.pricing_card_list_18 {
    padding: 4rem 0;
}.pricing_card_list_18 .cost_schemes_89 h2 {
    font-size: calc(34px * 0.9);
}.pricing_card_list_18 .group_plans_92 h3 {
    font-size: 23px;
}.pricing_card_list_18 .group_plans_92 .plan_fees_37 {
    font-size: calc(23px * 1.15);
}.pricing_card_list_18 .img_grid_36 {
    height: 160px;
}
}



@media (hover: none) {.pricing_card_list_18 .learning_price_74:hover {
    transform: none;
}.pricing_card_list_18 .learning_price_74:hover .img_grid_36 {
    transform: none;
}}


@media only screen and (max-width: 800px) {.privacy_switch_38 {
    display: none;
}.cookie_none_24 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.trackingSettingsPopup_39 h5 {
    text-align: center;
}.trackingSettingsPopup_39 p {
    text-align: center;
}.user_tracker_17 {
    margin-bottom: 20px;
}body .wrapper-canvas_73 .track_accept_92 {
    margin-left: 0;
}}



@media (max-width: 991px) {.tyHub_10 {
    padding: 4rem 0;
}.tyHub_10 .pro_classes_25 {
    padding: 3rem;
}.tyHub_10 h5 {
    font-size: calc(22px * 0.9);
}
}



@media (min-width: 768px) {.title_greeting_07 {
    justify-content: center;
    padding: 5rem 3rem;
}.title_greeting_07 > div {
    gap: 4rem;
}.title_greeting_07 .course_front_28 {
    border-left: 6px solid rgb(173,147,134);
    padding: 3rem;
    grid-template-columns: 2fr 1fr;
}.title_greeting_07 .title_style_header {
    max-width: 80%;
}.title_greeting_07 .academy_track_61 h3::after {
    width: 120px;
}.title_greeting_07 > div > div:first-child::before {
    width: 8px;
}
}



@media (min-width: 768px) {.program_outcomes_31 .pro_classes_25 {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.program_outcomes_31 ul {
    grid-template-columns: repeat(2, 1fr);
}.program_outcomes_31 h5 {
    font-size: calc(20px * 1.1);
}
}



@media (max-width: 480px) {.program_outcomes_31 {
    padding: 60px 0 40px;
}.program_outcomes_31 h5 {
    font-size: calc(20px * 0.85);
    margin-bottom: 35px;
}.program_outcomes_31 .caption_holder_36 {
    padding: 25px 20px;
}.program_outcomes_31 li p {
    gap: 10px;
}.program_outcomes_31 li p svg {
    transform: scale(0.85);
    margin-top: 2px;
}.program_outcomes_31 li:hover p svg {
    transform: scale(0.9);
}}



@media (max-width: 767px) {.confidential_armory_04 {
    padding: 3rem 1rem;
}.confidential_armory_04 .container {
    padding: 2rem 1.5rem;
    transform: none;
}.confidential_armory_04 h1 {
    padding-left: 15px;
    font-size: calc(48px * 0.8);
}.confidential_armory_04 h1::before {
    width: 4px;
}.confidential_armory_04 h2 {
    font-size: calc(34px * 0.8);
}.confidential_armory_04 h3 {
    font-size: calc(34px * 0.7);
}.confidential_armory_04 h4 {
    font-size: calc(34px * 0.6);
}.confidential_armory_04 p, 
    .confidential_armory_04 li,
    .confidential_armory_04 span {
    font-size: calc(12px * 0.95);
    max-width: 100%;
}.confidential_armory_04 ul {
    padding: 1rem 1rem 1rem 2rem;
    margin: 1.5rem 0;
}
}



@media screen and (max-width: 767px) {.contact_information_64 {
    padding: 60px 0;
}.contact_information_64 .reach_support_87,
    .contact_information_64 .feedback_inquiry_87 {
    padding: 40px 25px;
}.contact_information_64 .reach_support_87 h3,
    .contact_information_64 .feedback_inquiry_87 h3 {
    font-size: calc(23px + 2px);
}.contact_information_64 .reach_support_87 input[type="text"],
    .contact_information_64 .reach_support_87 input[type="email"],
    .contact_information_64 .reach_support_87 .feedback_box_30 {
    height: 55px;
}
}



@media (min-width: 768px) {.who_we_are_94 {
    padding: 150px 0 130px;
}.who_we_are_94 .caption_holder_36 {
    padding: 60px;
}.who_we_are_94 ol li {
    column-gap: 50px;
    column-count: 2;
}.who_we_are_94::after {
    height: 400px;
    width: 400px;
}
}



@media (max-width: 991px) {.access_help_69 .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.access_help_69 .company_holder {
    grid-column: span 12;
}.access_help_69 .cert_block_86 {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}



@media (max-width: 575px) {.access_help_69 {
    padding: 30px 0 20px;
}.access_help_69 .company_holder,
  .access_help_69 .nav_tutor_87 {
    padding: 20px;
}.access_help_69 .company_holder h3 {
    font-size: calc(37px - 4px);
}.science_ref_10 {
    padding: 20px 0;
}}



@media (min-width: 768px) {.newsletter_85 {
    padding: 5rem 2rem;
}.newsletter_85 .pro_classes_25 {
    padding: 3rem;
    gap: 2.5rem;
}.newsletter_85 h3 {
    max-width: 80%;
    font-size: 31px;
}.newsletter_85 .input_holder {
    flex-direction: row;
    align-items: stretch;
}.newsletter_85 .input_holder div {
    flex: 1;
}.newsletter_85 .sub_backdrop_68 {
    white-space: nowrap;
    margin-left: 0.5rem;
}
}



@media (max-width: 480px) {.newsletter_85 {
    padding: 3rem 1rem;
}.newsletter_85 .pro_classes_25 {
    gap: 1.5rem;
    padding: 1.5rem;
}.newsletter_85 h3 {
    font-size: 19px;
}
}



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



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


    
    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 60px;
        }
    }



@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}



@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

