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

.vr_labs {
    flex: 0 0 auto;
}

.vr_labs {
    padding: 5rem 0 3rem;
    z-index: 1;
    position: relative;
}


.quantitative_data {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(141,179,162) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.quantitative_data h4 {
    text-align: center;
    transform: translateY(0);
    margin-bottom: 0;
    margin-top: 3rem;
    opacity: 1;
    font-size: 22px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-weight: 700;
}

.quantitative_data .career_statistics:hover::before {
    opacity: 0.05;
}

.quantitative_data .career_statistics div {
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
}

.quantitative_data .career_statistics:hover p {
    transform: perspective(400px) rotateX(10deg);
    color: rgb(71,108,91);
}

.quantitative_data .career_statistics span {
    display: block;
    font-size: 18px;
    max-width: 180px;
    margin-top: 0.5rem;
    font-weight: var(--font-weight-medium);
    line-height: 1.4;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #000000;
}

.program_structure {
    padding: 140px 0;
    background: rgb(141,179,162);
    overflow: hidden;
    position: relative;
}

.program_structure .program_plan {
    position: relative;
    flex-direction: column;
    display: flex;
}

.program_structure .text_group h2::after {
    width: 80px;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, rgb(107,144,127), rgb(71,108,91));
    content: '';
    left: 50%;
}

.program_structure .pic_stack::before {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 70%);
    bottom: 0;
    content: '';
}

.program_assets {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(141,179,162) 0%, rgb(107,144,127,0.5) 100%);
}

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

.program_assets .pic_stack {
    transform: translateY(-20px);
    transition: all 0.3s ease;
    width: 40%;
    border-radius: 15px;
    box-shadow: 10px 10px 0 rgb(107,144,127,0.5);
    object-fit: cover;
}

.program_assets h3::after {
    content: "";
    bottom: -10px;
    width: 80px;
    left: 0;
    height: 3px;
    position: absolute;
    background: rgb(71,108,91);
    border-radius: 10px;
}

.program_assets li:hover svg path {
    fill: rgb(71,108,91);
}

.join_our_community::after {
    z-index: 0;
    height: 50px;
    content: '';
    width: 150%;
    top: 20%;
    position: absolute;
    left: -25%;
    background: rgb(255, 255, 255, 0.5);
    transform: rotate(-2deg);
    opacity: 0.05;
}

.join_our_community .pro_program::before {
    background: linear-gradient(to bottom, rgb(107,144,127), rgb(71,108,91));
    top: 0;
    width: 6px;
    border-bottom-left-radius: 4px;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    border-top-left-radius: 4px;
}

.join_our_community .input_holder span:first-child {
    flex: 2;
}

.join_our_community .input_holder input[type="submit"] {
    background: linear-gradient(135deg, rgb(107,144,127), rgb(71,108,91));
    cursor: pointer;
    border: none;
    font-size: 18px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
}

.service_plan .fee_offers {
    transform: translateY(-10px);
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
}

.service_plan .value_deals {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
    width: 100%;
}

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

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

.service_plan .pricing_schemes::before {
    background: linear-gradient(90deg, rgb(107,144,127), rgb(71,108,91));
    left: 0;
    position: absolute;
    height: 5px;
    top: 0;
    width: 100%;
    content: "";
}

.service_plan .indv_sub h3::after {
    height: 2px;
    width: 40px;
    content: "";
    background-color: rgb(107,144,127);
    transition: width 0.3s ease;
    bottom: -8px;
    position: absolute;
    left: 0;
}

.service_plan .pic_stack {
    width: 100%;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}

#cookieNoticeMessage:checked ~ .cookie_popup_warning {
    opacity: 0;
    visibility: hidden;
}

.cookie_popup_warning h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

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

.company_overview::before {
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
}

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

.company_overview h4 {
    display: inline-block;
    font-size: calc(37px - 2px);
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0 0 15px 0;
    color: rgb(71,108,91);
    transition: transform 0.4s ease;
    transform: translateX(0);
}

.course_suitability {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(141,179,162) 0%, rgb(107,144,127,0.5) 100%);
    position: relative;
    overflow: hidden;
}

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

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

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

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

footer {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    perspective: 1000px;
}

.vr_labs::before {
    left: 0;
    animation: glowPulse 3s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    height: 2px;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(71,108,91) 50%, 
                transparent 100%);
}

.vr_labs .company_holder h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 1.75rem;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0.75rem;
    letter-spacing: 1px;
}

.vr_labs .trial_offer {
    position: relative;
    max-width: 100%;
    font-size: 14px;
    padding-left: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}

.vr_labs .top_teach:hover::before {
    left: -100%;
    top: -100%;
}

.vr_labs .top_teach::after {
    border-color: transparent rgb(107,144,127) transparent transparent;
    right: 0;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    width: 0;
    border-style: solid;
    content: "";
    position: absolute;
    top: 0;
    transform: translateZ(5px);
    height: 0;
    border-width: 0 25px 25px 0;
}

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

.vr_labs .top_teach a:hover::before {
    left: 0;
    opacity: 1;
}

.linkedin_ref::before {
    height: 1px;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(107,144,127) 30%, 
                #ffffff 50%, 
                rgb(71,108,91) 70%, 
                transparent 100%);
}

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

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

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

header .nav_core {
    padding: 0.9rem 3%;
    justify-content: space-between;
    margin-left: 5px;
    align-items: center;
    display: flex;
}

header .top_teach {
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    position: relative;
    border-radius: 10px;
}

header .nav_begin:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    transform: translateY(-2px);
}

header .nav_begin:hover::before {
    opacity: 1;
}

.client_opinions::before {
    height: 1px;
    content: "";
    top: 50%;
    position: absolute;
    box-shadow: 0 0 20px 5px rgb(107,144,127,0.5);
    z-index: 1;
    width: 80%;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(107,144,127), transparent);
}

.client_opinions .user_testimonials {
    scroll-snap-type: x mandatory;
    padding: 3rem 0;
    flex-wrap: nowrap;
    gap: 3rem;
    display: flex;
    scrollbar-width: thin;
    overflow-x: auto;
    transform-style: preserve-3d;
    scrollbar-color: rgb(107,144,127) rgb(141,179,162);
}

.client_opinions .testimonials:hover img {
    transform: translateY(-40px) scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.client_opinions .testimonials p {
    font-size: 20px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    color: #000000;
    transform: translateY(-10px);
}

.client_opinions .testimonials:nth-child(3n+1)::after {
    height: 50px;
    bottom: -20px;
    right: -20px;
    transition: all 0.3s ease;
    border-radius: 50%;
    content: "";
    width: 50px;
    filter: blur(15px);
    position: absolute;
    opacity: 0.5;
    background: rgb(71,108,91,0.5);
}

.confidential_cove h2 {
    font-size: 34px;
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(71,108,91);
    font-weight: 600;
    color: rgb(71,108,91);
    text-shadow: 0 0 10px rgb(71,108,91,0.5);
    margin-bottom: 15px;
}

.confidential_cove li::before {
    top: 0;
    left: -15px;
    content: "▸";
    color: rgb(107,144,127);
    position: absolute;
}

.explore_now::before {
    position: absolute;
    background-size: 60px 60px;
    z-index: 1;
    background-position: 0 0, 30px 30px;
    opacity: 0.05;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    background: linear-gradient(45deg, rgb(107,144,127,0.5) 25%, transparent 25%, transparent 75%, rgb(107,144,127,0.5) 75%, rgb(107,144,127,0.5));
}

.explore_now .feedback_box::before {
    width: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    background: rgb(107,144,127);
    top: 0;
    content: '';
    transition: width 0.4s ease;
    position: absolute;
}

.leadership_experience {
    background: rgb(141,179,162);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}

.leadership_experience .testimonials {
    max-width: 1100px;
    grid-template-columns: 1fr 2fr;
    position: relative;
    gap: 4rem;
    z-index: 1;
    display: grid;
    margin: 0 auto;
}

.leadership_experience .pic_stack::after {
    mix-blend-mode: overlay;
    transition: all 0.7s ease;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(107,144,127,0.5) 0%, transparent 50%);
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.5;
}

.leadership_experience .career_overview div:nth-child(2) {
    color: rgb(71,108,91);
    letter-spacing: 2px;
    margin-bottom: 3rem;
    transition: all 0.5s ease 0.1s;
    transform: translateX(0);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
}

.leadership_experience .testimonials:hover .pic_stack::after {
    opacity: 0.3;
}

.leadership_experience .testimonials:hover .name::after {
    transform: scaleX(1);
}

.thanksCore::before {
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
    z-index: -1;
    position: absolute;
}

.thanksCore .pro_program > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.thanksCore a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transform-origin: left center;
    transition: all 0.4s ease;
}

.thanksCore a:hover::before {
    opacity: 0.1;
}

.thanksCore .pro_program > div:last-child {
    position: relative;
    padding-top: 2rem;
}

.title_screen {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2rem 1rem;
    min-height: 100vh;
    overflow: hidden;
    background-color: rgb(141,179,162);
}

.title_screen .edu_head {
    text-shadow: 2px 2px 0 rgba(rgb(107,144,127,0.5), 0.1);
    position: relative;
    line-height: 1.2;
    margin: 0;
    z-index: 2;
    font-weight: 700;
    color: #000000;
    font-size: 42px;
}

.title_screen .master_zone::before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(rgba(0, 0, 0, 0.5), 0.8), rgba(rgba(0, 0, 0, 0.5), 0.6));
    right: 0;
    content: "";
    bottom: 0;
}

.title_screen .master_zone h3 {
    line-height: 1.5;
    font-weight: 400;
    padding-left: 1rem;
    margin: 0;
    max-width: 800px;
    font-size: 20px;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(71,108,91);
    color: #ffffff;
}

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

.get_help_info .assist_form:hover {
    transform: translateY(-5px);
}

.get_help_info .assist_form::before {
    width: 6px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(107,144,127), rgb(71,108,91));
}

.get_help_info p {
    font-size: 15px;
    margin: 0 0 1.5rem;
    line-height: 1.7;
    color: #000000;
}

.get_help_info svg:hover {
    transform: scale(1.15);
}

.get_help_info a:hover svg path {
    fill: rgb(71,108,91);
}

.get_help_info .get_in_touch:hover {
    border-left: 3px solid rgb(107,144,127);
    background-color: rgba(242, 246, 255, 1);
    transform: translateX(5px);
}



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

.contact_us h2::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    width: 60px;
    height: 4px;
    background: rgb(107,144,127);
    left: 50%;
}

.contact_us .message_help {
    padding: 60px;
    background: #ffffff;
    flex-direction: column;
    display: flex;
    justify-content: center;
    position: relative;
    order: 1;
}

.contact_us form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(107,144,127);
    outline: none;
    background: #ffffff;
}

.contact_us form input#name {
    position: relative;
}

.contact_us .connect_links input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_us .connect_links input[type="checkbox"]:checked + label::before {
    background: rgb(107,144,127);
}

.contact_us .connect_links label a {
    color: rgb(107,144,127);
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    text-decoration: none;
}

.contact_us form .feedback_box {
    position: relative;
    background: rgb(107,144,127);
    z-index: 1;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 16px 40px;
    overflow: hidden;
    border: none;
    color: #ffffff;
    border-radius: 50px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}



@media (max-width: 767px) {.quantitative_data {
    padding: 4rem 0;
}.quantitative_data ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.quantitative_data .career_statistics {
    padding: 1.5rem;
}.quantitative_data .career_statistics p {
    font-size: 2.5rem;
}.quantitative_data h4 {
    margin-top: 2rem;
    font-size: 19px;
}.quantitative_data h4::after {
    width: 50px;
    margin-top: 0.75rem;
}
}



@media (max-width: 1200px) {.program_structure .text_group {
    width: 70%;
}
}



@media (max-width: 768px) {.program_structure {
    padding: 80px 0;
}.program_structure .text_group {
    width: 90%;
    padding: 25px;
    margin-top: -50px;
}.program_structure .pic_stack {
    width: 100%;
    height: 300px;
    transform: perspective(1000px) rotateX(3deg);
}.program_structure .program_plan::before,
    .program_structure .program_plan::after {
    display: none;
}
}



@media (max-width: 576px) {.program_assets {
    padding: 40px 0;
}.program_assets .pro_program {
    padding: 25px;
    gap: 30px;
}.program_assets .pic_stack {
    width: 100%;
    box-shadow: 5px 5px 0 rgb(107,144,127,0.5);
}.program_assets h3 {
    font-size: 18px;
    margin-bottom: 25px;
}.program_assets h3::after {
    width: 60px;
}.program_assets li {
    margin-bottom: 15px;
}.program_assets svg {
    height: 20px;
    width: 20px;
}}



@media (min-width: 1200px) {.service_plan .value_deals {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.service_plan .indv_sub h3 {
    font-size: calc(19px * 1.1);
}.service_plan .fee_choices {
    font-size: calc(19px * 1.3);
}.service_plan .pic_stack {
    height: 240px;
}
}


@media only screen and (max-width: 1200px) {.cookie_popup_warning {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.privacy_switch {
    display: none;
}.cookie_preference {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_popup_warning h5 {
    text-align: center;
}.cookie_popup_warning p {
    text-align: center;
}.cookie_tab {
    margin-bottom: 20px;
}body .viewport-container .digital_cookies {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 767px) {.course_suitability {
    padding: 80px 0;
}.course_suitability .pro_program {
    padding: 0 20px;
}.course_suitability h4 {
    padding-left: 20px;
    margin-bottom: 50px;
    font-size: calc(38px - 12px);
}.course_suitability h4::before {
    width: 4px;
}.course_suitability div p {
    padding-left: 65px;
    margin-bottom: 25px;
}.course_suitability div::before {
    left: 28px;
}.course_suitability div p svg {
    height: 24px;
    width: 24px;
    left: 16px;
}.course_suitability div p::before {
    left: 55px;
    top: 14px;
}.course_suitability div p::after {
    left: 45px;
    width: calc(100% - 45px);
}
}



@media (max-width: 991px) {header .nav_core {
    padding: 0.8rem 2.5%;
}header .head_lead svg {
    width: 130px;
}header .top_teach {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .nav_begin {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}



@media (max-width: 768px) {.client_opinions {
    padding: 5rem 1rem;
}.client_opinions::before {
    display: none;
}.client_opinions h2 {
    margin-bottom: 2.5rem;
    font-size: 38px;
}.client_opinions .user_testimonials {
    padding: 2rem 0;
    gap: 2rem;
}.client_opinions .testimonials {
    flex: 0 0 240px;
    transform: rotateY(5deg) translateZ(0) !important;
    padding: 1.5rem;
}.client_opinions .testimonials:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.client_opinions .testimonials img {
    width: 90px;
    height: 90px;
    transform: translateY(-25px);
}.client_opinions .testimonials:hover img {
    transform: translateY(-30px) scale(1.05);
}.client_opinions .testimonials p {
    font-size: calc(16px * 1.1);
}.client_opinions .testimonials .description {
    font-size: calc(16px * 0.9);
}
}



@media (max-width: 992px) {.thanksCore {
    padding: 4rem 0;
}.thanksCore .pro_program {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.thanksCore .pro_program > div:first-child::before {
    height: 50px;
    left: -2.5rem;
    width: 1rem;
}.thanksCore h5 {
    font-size: calc(22px - 0.1rem);
}
}



@media (max-width: 576px) {.thanksCore {
    padding: 2.5rem 0;
}.thanksCore .container {
    padding: 0 1.5rem;
}.thanksCore .pro_program {
    padding: 1.5rem;
}.thanksCore .pro_program > div:first-child {
    margin-bottom: 1.5rem;
}.thanksCore .pro_program > div:first-child::before {
    width: 0.5rem;
    left: -1.5rem;
    height: 30px;
}.thanksCore h5 {
    padding-left: 0.5rem;
    font-size: calc(22px - 0.3rem);
}.thanksCore p {
    font-size: calc(15px - 0.1rem);
    line-height: 1.6;
}.thanksCore .pro_program > div:last-child {
    padding-top: 1.5rem;
}}



@media (min-width: 992px) {.get_help_info {
    padding: 7rem 0;
}.get_help_info .assist_form {
    padding: 5rem;
    grid-template-columns: 2fr 1fr;
    column-gap: 4rem;
}.get_help_info .contact_feedback {
    grid-template-columns: 1fr;
    grid-column: auto;
}.get_help_info h3 {
    font-size: calc(30px * 1.2);
    grid-column: 1 / -1;
}.get_help_info .assist_form::before {
    width: 8px;
}.get_help_info .get_in_touch {
    padding: 1rem 1.5rem;
}
}



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



@keyframes float {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(30px, 30px) rotate(180deg); }
    100% { transform: translate(-30px, 15px) rotate(360deg); }
}



@keyframes floatBlob {
    0% {
        transform: rotate(0deg) translate(0, 0);
    }
    50% {
        transform: rotate(5deg) translate(20px, 20px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 20px);
    }
}



@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

