.header_learn {
    flex: 1 0 auto;
}

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

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

.quantitative_data::before {
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(107,144,127,0.5) 0px,
        rgb(107,144,127,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0.05;
    content: "";
}

.quantitative_data .career_statistics {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    padding: 2rem;
    justify-content: center;
    z-index: 1;
    position: relative;
    background: #ffffff;
    transform: translateY(0);
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.quantitative_data .career_statistics p::after {
    transform: translateX(-50%) scaleX(0.5);
    bottom: -8px;
    content: "";
    transition: transform 0.4s ease, background 0.3s ease;
    width: 40px;
    position: absolute;
    left: 50%;
    height: 2px;
    background: rgb(107,144,127,0.5);
}



.quantitative_data .career_statistics:nth-child(3n+2):hover p {
    animation: pulse 2s infinite ease-in-out;
}

.program_structure .container {
    z-index: 2;
    position: relative;
}

.program_structure .text_group {
    border-radius: 12px;
    margin: -80px auto 0;
    z-index: 3;
    order: 2;
    padding: 40px;
    background: #ffffff;
    width: 80%;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.program_structure .pic_stack {
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 500px;
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 12px;
    z-index: 2;
    order: 1;
    overflow: hidden;
    position: relative;
    transform-origin: bottom;
}

.program_structure .program_plan::after {
    background: rgb(71,108,91,0.5);
    border-radius: 10px;
    bottom: 50px;
    animation: float 6s ease-in-out infinite;
    height: 40px;
    content: '';
    width: 40px;
    z-index: 1;
    right: 15%;
    position: absolute;
}

.program_assets .pro_program {
    align-items: center;
    transform: perspective(1000px) rotateY(-2deg);
    display: flex;
    gap: 60px;
    transition: transform 0.5s ease;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: #ffffff;
}

.program_assets li {
    padding-left: 15px;
    margin-bottom: 22px;
    position: relative;
    transition: transform 0.3s ease;
}

.program_assets svg path {
    transition: fill 0.3s ease;
    fill: rgb(107,144,127);
}

.join_our_community::before {
    height: 100%;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    transform: translateZ(-10px) skewY(-5deg);
    pointer-events: none;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 45%, rgb(71,108,91,0.5) 55%, transparent 65%);
}

.join_our_community .pro_program h4 {
    transform: translateZ(10px);
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #000000;
    font-size: 23px;
    margin: 0 0 30px 0;
    position: relative;
    font-weight: 600;
}

.join_our_community .input_holder input[type="email"] {
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0,0,0,0.1);
    transform-origin: left center;
    font-size: 18px;
    width: 100%;
    color: #000000;
    background: #ffffff;
    outline: none;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.join_our_community .input_holder input[type="submit"]:hover::before {
    left: 100%;
}

.service_plan::before {
    z-index: 1;
    background: linear-gradient(135deg, rgb(107,144,127,0.5) 0%, transparent 70%);
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}

.service_plan .group_rates {
    overflow-wrap: break-word;
    line-height: 1.7;
    margin-bottom: 0;
    color: #000000;
    max-width: 600px;
    word-break: break-word;
    margin: 0 auto;
    font-size: 13px;
}

.service_plan .skill_pricing:nth-child(3) {
    --index: 3;
}

.service_plan .pricing_schemes {
    height: 100%;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    display: flex;
    overflow: hidden;
}

.service_plan .indv_sub h3 {
    color: #000000;
    position: relative;
    font-size: 19px;
    overflow-wrap: break-word;
    margin-bottom: 15px;
    margin-top: 0;
    word-break: break-word;
    font-weight: 700;
}

.service_plan .skill_pricing:hover .pic_stack {
    transform: scale(1.05);
    filter: brightness(1.05);
}

#cookieNoticeMessage {
    display: none;
}

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

.privacy_switch {
    flex-shrink: 0;
    margin-right: 10px;
}


.viewport-container .cookie_popup_warning {
    box-shadow: rgb(71,108,91,0.5) 0px 0px 10px 10px;
    background: rgb(107,144,127);
}

.viewport-container .cookie_tab {
    color: #ffffff;
    text-align: left;
}

.viewport-container .cookie_popup_warning p a {
    color: rgb(71,108,91);
    text-decoration: underline;
}

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

.company_overview h1 {
    display: inline-block;
    margin-bottom: 50px;
    transition: all 0.5s ease-out;
    transform: translateY(0);
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
    opacity: 1;
    position: relative;
}

.company_overview h4::before {
    left: 0;
    width: 0;
    position: absolute;
    bottom: -5px;
    content: "";
    transition: width 0.4s ease;
    background: rgb(71,108,91);
    height: 2px;
}

.company_overview span::first-letter {
    float: left;
    font-size: 2.5em;
    font-weight: 700;
    color: rgb(107,144,127);
    line-height: 1;
    margin-right: 8px;
}

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

.course_suitability div {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.course_suitability div p::before {
    left: 75px;
    background: rgb(107,144,127);
    width: 10px;
    content: "";
    top: 16px;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    height: 2px;
}

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

.vr_labs .company_holder h3::after {
    left: 0;
    content: "";
    background: rgb(107,144,127);
    transition: width 0.4s ease-in-out;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 60px;
}

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

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

.vr_labs .top_teach::before {
    top: -20px;
    left: -20px;
}

.vr_labs .top_teach:hover h5::after {
    width: 100%;
}

.vr_labs .top_teach a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    transform-style: preserve-3d;
    padding: 0.5rem 0;
}

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

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

.vr_labs .top_teach:nth-child(1)::before {
    background: radial-gradient(circle, rgb(107,144,127,0.5) 0%, transparent 70%);
}

header::before {
    content: '';
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
}

header .head_lead svg {
    width: 140px;
    transition: all 0.3s ease;
    height: auto;
}

header .nav_begin {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 0.4rem 0.7rem;
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    font-weight: 400;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.client_opinions .container {
    z-index: 2;
    position: relative;
}

.client_opinions h2 {
    font-size: calc(38px * 1.4);
    text-align: center;
    margin-bottom: 4rem;
    color: #000000;
    position: relative;
    perspective: 1000px;
    font-weight: 700;
}

.client_opinions .testimonials:hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
    z-index: 3;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.client_opinions .testimonials:hover::before {
    opacity: 0.7;
}

.client_opinions .testimonials img {
    transform: translateY(-30px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
    object-fit: cover;
    border: 5px solid #ffffff;
    transition: all 0.4s ease;
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.client_opinions .testimonials:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}

.client_opinions .testimonials:nth-child(3n+1):hover::after {
    width: 70px;
    height: 70px;
    opacity: 0.7;
}

.confidential_cove {
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 40px;
    height: auto;
    border: 2px solid rgb(107,144,127);
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(107,144,127,0.5);
}

.confidential_cove li {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
}

.confidential_cove section {
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(107,144,127,0.5);
}

.explore_now .pro_program {
    max-width: 1000px;
    padding: 80px 0;
    position: relative;
    border: 1px solid rgb(107,144,127);
    z-index: 10;
    margin: 0 auto;
}

.explore_now .container {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.explore_now .container p {
    padding: 0;
    max-width: 700px;
    font-size: 28px;
    color: #000000;
    z-index: 5;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    margin: 0 0 50px 0;
}

.explore_now::after {
    border-radius: 50%;
    position: absolute;
    width: 300px;
    filter: blur(50px);
    opacity: 0.1;
    top: -150px;
    content: '';
    z-index: 1;
    height: 300px;
    right: -150px;
    background: linear-gradient(135deg, rgb(107,144,127,0.5) 0%, rgb(71,108,91,0.5) 100%);
}

.leadership_experience .pic_stack {
    border-radius: 0;
    width: 100%;
    height: 400px;
    position: relative;
    filter: grayscale(100%);
    transform: scale(1);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
}

.leadership_experience .name {
    transition: all 0.5s ease;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(47px * 1.2);
    color: #000000;
    font-weight: 700;
    transform: translateX(0);
}

.leadership_experience .job_block::before {
    top: -1rem;
    font-size: 4rem;
    color: rgb(107,144,127,0.5);
    left: 0;
    font-family: serif;
    content: "";
    line-height: 1;
    position: absolute;
}

.leadership_experience .testimonials:hover .career_overview div:nth-child(2) {
    transform: translateX(20px);
}

.thanksCore .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}

.thanksCore .pro_program:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}

.thanksCore h5 {
    line-height: 1.4;
    padding-left: 1rem;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    border-left: 3px solid rgb(71,108,91);
}

.thanksCore p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #000000;
}

.title_screen::before {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: 30px 30px;
    z-index: 0;
    background: linear-gradient(135deg, rgba(rgb(107,144,127,0.5), 0.03) 25%, transparent 25%),
              linear-gradient(225deg, rgba(rgb(107,144,127,0.5), 0.03) 25%, transparent 25%),
              linear-gradient(315deg, rgba(rgb(107,144,127,0.5), 0.03) 25%, transparent 25%),
              linear-gradient(45deg, rgba(rgb(107,144,127,0.5), 0.03) 25%, transparent 25%);
    left: 0;
    right: 0;
    content: "";
}

.title_screen .master_zone p {
    font-size: calc(18px * 1.2);
    max-width: 700px;
    line-height: 1.6;
    position: relative;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}

.title_screen .master_zone:hover h3 {
    transform: translateX(5px);
}



.title_screen:hover .master_zone {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.15);
}

.get_help_info::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.03) 0px,
        rgba(0, 0, 0, 0.03) 1px,
        transparent 1px,
        transparent 25px
    );
    content: "";
    z-index: 1;
    pointer-events: none;
    top: 0;
}

.get_help_info .assist_form:hover h3 {
    transform: translateX(10px);
}

.get_help_info h3::after {
    bottom: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(107,144,127), rgb(71,108,91,0.5));
    content: "";
    left: 0;
    position: absolute;
}

.get_help_info .contact_feedback {
    display: grid;
    gap: 1.25rem;
    list-style: none;
    margin: 1.5rem 0 0;
    grid-template-columns: 1fr;
    padding: 0;
}

.contact_us::before {
    content: "";
    opacity: 0.05;
    left: 0;
    animation: gradientMove 20s linear infinite;
    background-size: 60px 60px;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(107,144,127,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(107,144,127,0.5) 50%, 
        rgb(107,144,127,0.5) 75%, 
        transparent 75%, 
        transparent);
    width: 100%;
}

.contact_us form h3 {
    font-weight: 700;
    border-bottom: 2px solid rgb(71,108,91,0.5);
    position: relative;
    color: #000000;
    font-size: 22px;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.contact_us form input#name::before {
    transform: translateY(-50%);
    border-radius: 50%;
    left: 20px;
    width: 20px;
    position: absolute;
    content: "";
    height: 20px;
    top: 50%;
    background: rgb(107,144,127);
}

.contact_us .connect_links input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    height: 14px;
    top: 4px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    left: 8px;
    width: 8px;
    border-bottom: 2px solid #ffffff;
}

.contact_us form .feedback_box:hover {
    box-shadow: 0 10px 20px -10px rgb(107,144,127);
    transform: translateY(-3px);
}

.contact_us svg path {
    fill: rgb(107,144,127);
    transition: fill 0.3s ease;
}



@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (min-width: 992px) {.quantitative_data ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.quantitative_data h4::after {
    width: 80px;
}.quantitative_data .career_statistics p {
    font-size: 3.5rem;
}
}



@media (max-width: 480px) {.quantitative_data ul {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.quantitative_data .career_statistics {
    height: auto;
    padding: 1.25rem;
}.quantitative_data .career_statistics:nth-child(odd) {
    transform: translateY(0);
}}



@media (max-width: 992px) {.program_structure {
    padding: 100px 0;
}.program_structure .text_group {
    padding: 30px;
    width: 80%;
}.program_structure .pic_stack {
    height: 350px;
}
}



@media (max-width: 576px) {.program_structure {
    padding: 60px 0;
}.program_structure .text_group {
    width: 100%;
    padding: 20px;
    margin-top: -30px;
}.program_structure .pic_stack {
    height: 250px;
    transform: none;
}.program_structure .text_group h2 {
    font-size: calc(30px * 0.85);
}.program_structure .text_group .description {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 768px) {.join_our_community {
    padding: 50px 0;
}.join_our_community .pro_program {
    padding: 25px;
}.join_our_community .pro_program h4 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.85);
}.join_our_community .input_holder {
    gap: 10px;
    flex-direction: column;
}.join_our_community .input_holder span {
    width: 100%;
}.join_our_community .input_holder input[type="email"],
  .join_our_community .input_holder input[type="submit"] {
    padding: 12px 15px;
}
}



@media (max-width: 767px) {.service_plan {
    padding: 80px 0;
}.service_plan .indv_sub {
    padding: 30px 20px;
}.service_plan .fee_choices {
    font-size: 19px;
    padding: 6px 12px;
}.service_plan .pic_stack {
    height: 180px;
}
}



@media (max-width: 768px) {.company_overview {
    padding: 70px 0;
}.company_overview .container {
    padding: 0 20px;
}.company_overview h1 {
    font-size: calc(38px - 10px);
    margin-bottom: 35px;
}.company_overview h4 {
    font-size: calc(37px - 6px);
}.company_overview span {
    padding: 20px;
    line-height: 1.6;
}.company_overview span::first-letter {
    font-size: 2em;
}.company_overview::after {
    height: 50%;
    width: 80%;
}
}



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



@media (max-width: 767px) {header::after {
    width: 3px;
}header .nav_core {
    align-items: flex-start;
    padding: 0.8rem 2%;
    gap: 0.7rem;
    flex-direction: column;
    margin-left: 3px;
}header .head_lead {
    padding: 0.4rem;
}header .head_lead svg {
    width: 120px;
}header .top_teach {
    overflow-x: auto;
    padding: 0.4rem;
    width: 98%;
    justify-content: flex-start;
}header .top_teach::-webkit-scrollbar {
    height: 2px;
}header .top_teach::-webkit-scrollbar-thumb {
    background: rgb(107,144,127);
    border-radius: 10px;
}header .nav_begin {
    font-size: calc(18px - 1px);
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
}
}



@media (max-width: 991px) {.explore_now {
    padding: 120px 0;
}.explore_now .pro_program {
    padding: 60px 0;
}.explore_now .container p {
    font-size: calc(21px * 1.2);
    margin-bottom: 40px;
}
}



@media (max-width: 480px) {.explore_now {
    padding: 80px 0;
}.explore_now .pro_program {
    padding: 40px 0;
}.explore_now .pro_program::before {
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
}.explore_now .pro_program::after {
    top: -20px;
    width: calc(100% + 40px);
    left: -20px;
    height: calc(100% + 40px);
}.explore_now .container p {
    font-size: calc(13px * 1.2);
    margin-bottom: 30px;
}.explore_now .feedback_box {
    padding: 12px 30px;
    font-size: calc(14px * 0.9);
}.explore_now .container p::before {
    width: 30px;
    bottom: -20px;
}}



@media (max-width: 991px) {.title_screen {
    padding: 4rem 2rem;
}.title_screen .edu_head {
    font-size: calc(42px * 0.85);
}.title_screen .master_zone {
    padding: 2.5rem;
}.title_screen .master_zone p {
    font-size: calc(18px * 1.1);
}.title_screen .master_zone h3 {
    font-size: calc(20px * 0.9);
}
}



@media (min-width: 768px) {.get_help_info .assist_form {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
}.get_help_info h3 {
    grid-column: 1 / -1;
}.get_help_info .contact_feedback {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-column: 1 / -1;
}.get_help_info::after {
    right: -5%;
    top: -30%;
    width: 40%;
}
}



@media screen and (max-width: 768px) {.contact_us {
    padding: 80px 0 60px;
}.contact_us .help_section {
    grid-template-columns: 1fr;
}.contact_us .pic_stack {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.contact_us .message_help {
    padding: 40px 30px;
    order: 2;
}.contact_us .message_help::before {
    top: 0;
    right: 0;
    background: linear-gradient(to right, rgb(107,144,127), rgb(71,108,91));
    width: 100%;
    height: 6px;
}.contact_us h2 {
    margin-bottom: 40px;
}
}



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

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



@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

