* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1183px;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.container-wrap5 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.main_lead0 {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    auto
contain
touch-action: none;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.twitter_cta7 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_section7 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(177,176,183) 0%, rgb(177,176,183) 60%, rgb(142,142,149,0.5) 100%);
    padding: 110px 0;
}.contact_section7::before {
    position: absolute;
    height: 100%;
    width: 50%;
    content: "";
    top: 0;
    right: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(142,142,149,0.5),
        rgb(142,142,149,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
}.contact_section7 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.contact_section7 h2 {
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
    color: #000000;
    font-size: 33px;
    position: relative;
    font-weight: 700;
}.contact_section7 h2::before {
    bottom: -15px;
    content: "";
    position: absolute;
    height: 4px;
    left: 50%;
    width: 60px;
    border-radius: 2px;
    background: rgb(142,142,149);
    transform: translateX(-50%);
}.contact_section7 .feedback_reach0 {
    display: grid;
    align-items: center;
    position: relative;
    gap: 40px;
    background: transparent;
    grid-template-columns: 1fr 450px;
}.contact_section7 .icon_image4 {
    height: 550px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border-radius: 21px;
}.contact_section7 .icon_image4:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_section7 .request_section5 {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 21px;
    background: #ffffff;
    padding: 50px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
}.contact_section7 .request_section5:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_section7 form {
    width: 100%;
}.contact_section7 form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: #000000;
}.contact_section7 form input[type="text"] {
    border: none;
    transition: all 0.3s ease;
    width: 100%;
    padding: 16px 20px;
    color: #000000;
    font-size: 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgb(177,176,183);
    font-family: Arial, sans-serif;
}.contact_section7 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(142,142,149);
    outline: none;
}.contact_section7 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_section7 .inquiry_box2 {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_section7 .inquiry_box2 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_section7 .inquiry_box2 label {
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}.contact_section7 .inquiry_box2 label::before {
    left: 0;
    transition: all 0.3s ease;
    top: 2px;
    content: "";
    height: 22px;
    position: absolute;
    border-radius: 4px;
    background: rgb(177,176,183);
    width: 22px;
}.contact_section7 .inquiry_box2 input[type="checkbox"]:checked + label::before {
    background: rgb(142,142,149);
}.contact_section7 .inquiry_box2 input[type="checkbox"]:checked + label::after {
    width: 6px;
    position: absolute;
    top: 6px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    content: "";
    border-right: 2px solid #ffffff;
    height: 10px;
    left: 8px;
}.contact_section7 .inquiry_box2 label a {
    text-decoration: none;
    color: rgb(142,142,149);
    transition: all 0.3s ease;
}.contact_section7 .inquiry_box2 label a:hover {
    color: rgb(109,109,117);
}.contact_section7 form .feedback_info1 {
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 16px 35px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: rgb(142,142,149);
    border-radius: 10px;
    border: none;
}.contact_section7 form .feedback_info1::after {
    top: 0;
    background: rgb(109,109,117);
    position: absolute;
    width: 0;
    height: 100%;
    content: "";
    z-index: 0;
    right: 0;
    transition: width 0.3s ease;
}.contact_section7 form .feedback_info1:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}.contact_section7 form .feedback_info1 span {
    position: relative;
    z-index: 1;
}.contact_section7 svg {
    width: 22px;
    height: 22px;
    fill: rgb(142,142,149);
}.contact_section7 svg path {
    transition: fill 0.3s ease;
    fill: rgb(142,142,149);
}

@media screen and (max-width: 1100px) {.contact_section7 .feedback_reach0 {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact_section7 .icon_image4 {
    height: 500px;
}.contact_section7 .request_section5 {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_section7 {
    padding: 80px 0;
}.contact_section7 .feedback_reach0 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_section7 .icon_image4 {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.contact_section7 .request_section5 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_section7 {
    padding: 60px 0;
}.contact_section7 h2 {
    margin-bottom: 40px;
}.contact_section7 .icon_image4 {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_section7 {
    padding: 50px 0;
}.contact_section7 h2 {
    font-size: calc(33px * 0.85);
}.contact_section7 .icon_image4 {
    height: 250px;
}.contact_section7 .request_section5 {
    padding: 30px 25px;
}.contact_section7 form h3 {
    font-size: calc(22px * 0.9);
}.contact_section7 form .feedback_info1 {
    width: 100%;
}}.pricing_plan7 {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.pricing_plan7::before {
    animation: float 15s ease-in-out infinite alternate;
    right: -100px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 400px;
    width: 400px;
    filter: blur(30px);
    top: -150px;
    background: linear-gradient(135deg, rgb(142,142,149,0.5), transparent);
    content: '';
    z-index: 1;
    position: absolute;
    opacity: 0.6;
}.pricing_plan7::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: '';
    width: 300px;
    z-index: 1;
    bottom: -100px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    left: -50px;
    background: linear-gradient(135deg, rgb(109,109,117,0.5), transparent);
    opacity: 0.5;
    height: 300px;
    filter: blur(25px);
    position: absolute;
}.pricing_plan7 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.pricing_plan7 .study_pricing2 {
    flex-direction: column;
    display: flex;
}.pricing_plan7 .plan_fee9 {
    opacity: 0;
    margin-bottom: 3rem;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    text-align: center;
}.pricing_plan7 .plan_fee9 h2 {
    font-size: 32px;
    margin-bottom: 1rem;
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 700;
}.pricing_plan7 .plan_fee9 h2::after {
    content: '';
    background: rgb(142,142,149);
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    left: 50%;
}.pricing_plan7 .package_price6 {
    color: #000000;
    line-height: 1.6;
    margin: 1.5rem auto 0;
    max-width: 700px;
    font-size: 15px;
}.pricing_plan7 .program_rate1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}.pricing_plan7 .cost_fee6 {
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    opacity: 0;
    position: relative;
    text-decoration: none;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
}.pricing_plan7 .cost_fee6:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_plan7 .cost_fee6:nth-child(3) {
    animation-delay: 0.6s;
}.pricing_plan7 .cost_fee6:nth-child(4) {
    animation-delay: 0.7s;
}.pricing_plan7 .cost_fee6:hover {
    transform: translateY(-10px);
}.pricing_plan7 .sub_options0 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    height: 100%;
    flex-direction: column;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    display: flex;
    border-radius: 4px;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
}.pricing_plan7 .cost_fee6:hover .sub_options0 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing_plan7 .fee_deals2 {
    padding: 2.5rem 2rem;
    flex-grow: 1;
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
}.pricing_plan7 .fee_deals2 h3 {
    transition: color 0.3s ease;
    font-size: calc(20px + 2px);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
}.pricing_plan7 .cost_fee6:hover .fee_deals2 h3 {
    color: rgb(142,142,149);
}.pricing_plan7 .learn_fees1 {
    position: relative;
    font-size: calc(20px + 4px);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
    color: rgb(142,142,149);
}.pricing_plan7 .learn_fees1::after {
    height: 2px;
    bottom: 0;
    background: rgb(142,142,149,0.5);
    transition: width 0.3s ease;
    left: 0;
    content: '';
    position: absolute;
    width: 40px;
}.pricing_plan7 .cost_fee6:hover .learn_fees1::after {
    width: 80px;
}.pricing_plan7 .fee_deals2 p {
    color: #000000;
    flex-grow: 1;
    margin-bottom: 2rem;
    hyphens: auto;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 15px;
}.pricing_plan7 .icon_image4 {
    transition: all 0.5s ease;
    height: 200px;
    position: relative;
    width: 100%;
    overflow: hidden;
}.pricing_plan7 .icon_image4::after {
    right: 0;
    top: 0;
    transition: opacity 0.4s ease;
    bottom: 0;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
    opacity: 0;
    left: 0;
}.pricing_plan7 .cost_fee6:hover .icon_image4::after {
    opacity: 1;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@media (min-width: 992px) {.pricing_plan7 .study_pricing2 {
    flex-direction: row-reverse;
}.pricing_plan7 .plan_fee9 {
    justify-content: center;
    padding-right: 3rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 35%;
}.pricing_plan7 .plan_fee9 h2 {
    text-align: left;
}.pricing_plan7 .plan_fee9 h2::after {
    transform: none;
    left: 0;
}.pricing_plan7 .package_price6 {
    margin: 1.5rem 0 0;
}.pricing_plan7 .program_rate1 {
    width: 65%;
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
}

@media (max-width: 991px) {.pricing_plan7 {
    padding: 5rem 0;
}.pricing_plan7 .plan_fee9 {
    margin-bottom: 2rem;
}.pricing_plan7 .program_rate1 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media (max-width: 767px) {.pricing_plan7 {
    padding: 4rem 0;
}.pricing_plan7 .fee_deals2 {
    padding: 2rem 1.5rem;
}.pricing_plan7 .icon_image4 {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing_plan7 {
    padding: 3rem 0;
}.pricing_plan7 .plan_fee9 h2 {
    font-size: calc(32px - 4px);
}.pricing_plan7 .program_rate1 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.pricing_plan7 .fee_deals2 {
    padding: 1.5rem 1.25rem;
}.pricing_plan7 .icon_image4 {
    height: 160px;
}
}

@media (hover: none) {.pricing_plan7 .cost_fee6:hover {
    transform: none;
}.pricing_plan7 .cost_fee6:hover .sub_options0 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_plan7 .cost_fee6:hover .icon_image4::after {
    opacity: 0;
}.pricing_plan7 .cost_fee6:hover .learn_fees1::after {
    width: 40px;
}}.gratitudeWeb4 {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(177,176,183) 0%, rgb(109,109,117,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}.gratitudeWeb4::before {
    width: 100%;
    z-index: 0;
    pointer-events: none;
    top: 0;
    opacity: 0.15;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 20% 30%, rgb(142,142,149,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(109,109,117,0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
}.gratitudeWeb4::after {
    height: 50%;
    width: 50%;
    transform: rotate(-15deg) translateZ(-10px);
    opacity: 0.05;
    right: -10%;
    top: -10%;
    position: absolute;
    background: rgb(142,142,149,0.5);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    z-index: 0;
    animation: floatElement 20s infinite alternate ease-in-out;
    filter: blur(30px);
}.gratitudeWeb4 .container {
    transform-style: preserve-3d;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.gratitudeWeb4 h2 {
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
    transform: translateZ(30px);
    font-weight: 700;
    animation: slideInFromTop 0.8s ease-out forwards;
    color: #000000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 31px;
}.gratitudeWeb4 h2::after {
    position: absolute;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
    width: 80px;
    content: "";
    transform: scaleX(0);
    background: rgb(142,142,149);
    transform-origin: left;
    height: 3px;
    left: 0;
}.gratitudeWeb4 .study_expert7 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 8px;
    animation: fadeInUp 1s 0.3s backwards;
    overflow: hidden;
    transform: translateZ(10px) rotateX(2deg);
    position: relative;
    padding: 45px;
    background: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
}.gratitudeWeb4 .study_expert7::before {
    height: 0;
    width: 6px;
    top: 0;
    left: 0;
    position: absolute;
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(142,142,149), rgb(109,109,117));
    content: "";
}.gratitudeWeb4 .study_expert7:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
}.gratitudeWeb4 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.gratitudeWeb4 li {
    display: flex;
    position: relative;
    align-items: flex-start;
}.gratitudeWeb4 li::before {
    transform: scale(0);
    content: "";
    position: absolute;
    top: 8px;
    background: rgb(142,142,149);
    width: 12px;
    animation: dotAppear 0.5s 1.2s forwards;
    border-radius: 50%;
    height: 12px;
    left: -30px;
    opacity: 0;
}.gratitudeWeb4 li span {
    color: #000000;
    position: relative;
    font-size: 16px;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    display: block;
    opacity: 0;
    line-height: 1.8;
    animation: textFadeIn 0.8s 1s forwards ease-out;
}.gratitudeWeb4 li span::first-letter {
    font-weight: 700;
    color: rgb(142,142,149);
    font-size: 1.5em;
}

@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}

@keyframes floatElement {
    0% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
    50% { transform: rotate(-10deg) translateZ(-10px) translate(20px, -10px); }
    100% { transform: rotate(-15deg) translateZ(-10px) translate(0, 0); }
}

@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(10px) rotateX(5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px) rotateX(2deg);
    }
}

@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

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

@media (max-width: 991px) {.gratitudeWeb4 {
    padding: 80px 0;
}.gratitudeWeb4 h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.9);
}.gratitudeWeb4 .study_expert7 {
    padding: 35px;
}
}

@media (max-width: 767px) {.gratitudeWeb4 {
    padding: 60px 0;
    perspective: 800px;
}.gratitudeWeb4 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
    transform: translateZ(20px);
}.gratitudeWeb4 .study_expert7 {
    transform: translateZ(5px) rotateX(1deg);
    padding: 30px 25px;
}.gratitudeWeb4 li::before {
    width: 10px;
    height: 10px;
    left: -20px;
}.gratitudeWeb4 li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.gratitudeWeb4 {
    padding: 40px 0;
}.gratitudeWeb4 h2 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.7);
}.gratitudeWeb4 .study_expert7 {
    padding: 25px 20px;
}.gratitudeWeb4 h2::after {
    height: 2px;
    width: 60px;
}.gratitudeWeb4 li span {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}.cookie_notice_overlay3 {
    background: rgb(177,176,183);
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(142,142,149);
}#cookie_popup_panel8 {
    display: none;
}#cookie_popup_panel8:checked ~ .cookie_notice_overlay3 {
    visibility: hidden;
    opacity: 0;
}.cookie_necessary7 {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.cookie_notice_overlay3 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_notice_overlay3 p {
    font-size: 18px;
}.track_toggle2 {
    margin-right: 10px;
    flex-shrink: 0;
}.track_toggle2 svg, .track_toggle2 svg path, .track_toggle2 img {
    fill: rgb(142,142,149);
    width: 100px;
    height: 100px;
}.cookie_box5 {
    margin-left: 10px;
    cursor: pointer;
    border-bottom: 2px solid rgb(142,142,149);
    flex-shrink: 0;
    text-align: center;
    white-space: nowrap;
    color: rgb(142,142,149);
    font-size: 24px;
    min-width: 120px;
    text-decoration: none;
    line-height: 35px;
}.cookie_notice_overlay3 p a {
    color: rgb(142,142,149);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_notice_overlay3 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_toggle2 {
    display: none;
}.cookie_necessary7 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_notice_overlay3 h5 {
    text-align: center;
}.cookie_notice_overlay3 p {
    text-align: center;
}.policy_opt0 {
    margin-bottom: 20px;
}body .container-wrap5 .cookie_box5 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.container-wrap5 .cookie_notice_overlay3 {
    background: rgb(142,142,149);
    box-shadow: rgb(109,109,117,0.5) 0px 0px 10px 10px;
}.container-wrap5 .cookie_necessary7 {
    justify-content: space-between;
    padding: 40px 0;
}.container-wrap5 .cookie_box5 {
    margin-left: 30px;
    border: none;
    color: rgb(142,142,149);
    font-size: 20px;
    background: #ffffff;
    padding: 10px;
}.container-wrap5 .policy_opt0 {
    color: #ffffff;
    text-align: left;
}.container-wrap5 .policy_opt0 h5 {
    font-weight: 700;
}.container-wrap5 .policy_opt0 h5, .container-wrap5 .policy_opt0 p {
    color: #ffffff;
}.container-wrap5 .cookie_notice_overlay3 p a {
    text-decoration: underline;
    color: rgb(109,109,117);
}.program_structure6 {
    background: rgb(177,176,183);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.program_structure6::before {
    background: radial-gradient(circle at 30% 30%, rgb(142,142,149,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
}.program_structure6::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    height: 100%;
    right: 0;
    background: radial-gradient(circle at 70% 80%, rgb(109,109,117,0.5) 0%, transparent 40%);
}.program_structure6 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
}.program_structure6 .study_expert7 {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    display: grid;
    border-radius: 24px;
    gap: 50px;
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 1fr;
    position: relative;
}.program_structure6 .study_expert7::before {
    background: linear-gradient(to right, rgb(142,142,149), rgb(109,109,117));
    height: 5px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
}.program_structure6 .study_route5 {
    padding: 60px 50px;
    justify-content: center;
    flex-direction: column;
    display: flex;
    position: relative;
}.program_structure6 .study_route5::before {
    position: absolute;
    width: 80px;
    animation: float 8s ease-in-out infinite;
    left: 40px;
    border: 2px solid rgb(142,142,149,0.5);
    top: 40px;
    z-index: -1;
    opacity: 0.5;
    border-radius: 10px;
    height: 80px;
    content: "";
}.program_structure6 .study_route5::after {
    bottom: 40px;
    height: 60px;
    z-index: -1;
    background: rgb(109,109,117,0.5);
    border-radius: 50%;
    opacity: 0.3;
    content: "";
    right: 40px;
    animation: pulse 6s ease-in-out infinite;
    width: 60px;
    position: absolute;
}.program_structure6 .head_core5 {
    border-radius: 10px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    background: linear-gradient(145deg, rgb(177,176,183), #ffffff);
    padding: 15px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
              -8px -8px 16px rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
}.program_structure6 .head_core5:hover {
    transform: translateY(-5px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.07), 
              -12px -12px 20px rgba(255, 255, 255, 0.9);
}.program_structure6 .head_core5 svg {
    max-height: 50px;
    max-width: 140px;
    transition: all 0.3s ease;
}.program_structure6 .head_core5 svg path {
    fill: rgb(142,142,149);
    transition: fill 0.3s ease;
}.program_structure6 .head_core5:hover svg path {
    fill: rgb(109,109,117);
}.program_structure6 h3 {
    color: #000000;
    font-size: 32px;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
}.program_structure6 h3::after {
    height: 3px;
    content: "";
    bottom: -12px;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(142,142,149), rgb(109,109,117));
    position: absolute;
    width: 70px;
}.program_structure6 p {
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 13px;
}.program_structure6 .icon_image4 {
    transition: all 0.5s ease;
    height: 100%;
    min-height: 500px;
    position: relative;
}.program_structure6 .icon_image4::before {
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(142,142,149,0.5) 0%,
    transparent 60%
  );
    z-index: 1;
    position: absolute;
    width: 100%;
}.program_structure6 .icon_image4::after {
    content: "";
    animation: pulseCircle 3s infinite;
    z-index: 2;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 30px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 20px;
    right: 30px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

@keyframes pulseCircle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 1024px) {.program_structure6 {
    padding: 90px 0;
}.program_structure6 .study_route5 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 992px) {.program_structure6 .study_expert7 {
    grid-template-columns: 1fr;
}.program_structure6 .icon_image4 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: -1;
    min-height: 400px;
}.program_structure6 .study_route5 {
    padding: 40px;
}.program_structure6 .study_route5::before,
  .program_structure6 .study_route5::after {
    display: none;
}.program_structure6 .head_core5 {
    margin-bottom: 25px;
}
}

@media screen and (max-width: 768px) {.program_structure6 {
    padding: 70px 0;
}.program_structure6 .study_route5 {
    padding: 30px;
}.program_structure6 h3 {
    font-size: calc(32px - 4px);
}.program_structure6 .icon_image4 {
    min-height: 350px;
}.program_structure6 .head_core5 {
    padding: 12px;
}.program_structure6 .head_core5 svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.program_structure6 {
    padding: 50px 0;
}.program_structure6 .container {
    padding: 0 20px;
}.program_structure6 .study_expert7 {
    border-radius: 10px;
}.program_structure6 .study_route5 {
    padding: 25px 20px;
}.program_structure6 h3 {
    font-size: calc(32px - 6px);
    margin-bottom: 20px;
}.program_structure6 p {
    font-size: calc(13px - 1px);
}.program_structure6 .head_core5 {
    padding: 10px;
    margin-bottom: 20px;
}.program_structure6 .head_core5 svg {
    max-width: 100px;
}.program_structure6 .icon_image4 {
    min-height: 280px;
}.program_structure6 .icon_image4::after {
    height: 15px;
    top: 20px;
    width: 15px;
    right: 20px;
}}.join_our_mailing_list1 {
    position: relative;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.12);
    background: linear-gradient(135deg, rgb(109,109,117,0.5), rgb(142,142,149,0.5));
    overflow: hidden;
    padding: 4rem 0;
}.join_our_mailing_list1::before {
    height: 150%;
    background: radial-gradient(ellipse at center, transparent 60%, rgb(109,109,117,0.5) 100%);
    content: "";
    opacity: 0.6;
    top: -25%;
    width: 150%;
    position: absolute;
    pointer-events: none;
    animation: pulse 12s ease-in-out infinite;
    left: -25%;
}.join_our_mailing_list1::after {
    left: 0;
    height: 100%;
    -webkit-backdrop-filter: blur(30px);
    width: 100%;
    content: "";
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.05) 20%, transparent 80%);
    top: 0;
    backdrop-filter: blur(30px);
    position: absolute;
    pointer-events: none;
}.join_our_mailing_list1 .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.join_our_mailing_list1 .study_expert7 {
    border-radius: 12px;
    transform: perspective(1000px) rotateX(2deg);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 
        20px 20px 40px -12px rgba(0, 0, 0, 0.15),
        -10px -10px 20px -8px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 3.5rem 3rem;
}.join_our_mailing_list1 .study_expert7:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        25px 25px 50px -15px rgba(0, 0, 0, 0.18),
        -12px -12px 25px -10px rgba(255, 255, 255, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}.join_our_mailing_list1 .study_expert7::before {
    width: calc(100% - 30px);
    border-radius: 8px;
    content: "";
    left: 15px;
    opacity: 0;
    transition: all 0.4s ease;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    height: calc(100% - 30px);
    transform: scale(0.98);
    pointer-events: none;
    position: absolute;
    top: 15px;
}.join_our_mailing_list1 .study_expert7:hover::before {
    opacity: 1;
    transform: scale(1);
}.join_our_mailing_list1 h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
    position: relative;
    font-size: calc(20px * 1.05);
    line-height: 1.4;
    max-width: 90%;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.join_our_mailing_list1 h3::after {
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(142,142,149), transparent);
    height: 3px;
    content: "";
    position: absolute;
    border-radius: 1.5px;
    left: 0;
}.join_our_mailing_list1 .input_holder {
    flex-direction: column;
    margin-top: 1.5rem;
    gap: 1.25rem;
    display: flex;
    position: relative;
}.join_our_mailing_list1 .input_holder div {
    flex: 1;
    position: relative;
}.join_our_mailing_list1 input[type="email"] {
    font-family: Arial, sans-serif;
    border-radius: 8px;
    width: 100%;
    color: #ffffff;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.07);
    font-size: 16px;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.1),
        inset -2px -2px 5px rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.join_our_mailing_list1 input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.join_our_mailing_list1 input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.09);
    outline: none;
    box-shadow: 
        0 5px 15px -5px rgba(0, 0, 0, 0.1),
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}.join_our_mailing_list1 input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.join_our_mailing_list1 .updates_item0 {
    overflow: hidden;
    padding: 1.2rem 2rem;
    font-size: 16px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    box-shadow: 
        0 10px 20px -8px rgb(109,109,117,0.5),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(109,109,117), rgb(142,142,149));
    align-self: flex-start;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    border: none;
}.join_our_mailing_list1 .updates_item0::before {
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent);
}.join_our_mailing_list1 .updates_item0::after {
    background: rgba(255, 255, 255, 0.2);
    height: 150%;
    content: "";
    position: absolute;
    left: -100px;
    top: -25%;
    width: 20px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotate(20deg);
}.join_our_mailing_list1 .updates_item0:hover {
    box-shadow: 
        0 15px 25px -10px rgb(109,109,117,0.5),
        0 5px 15px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.join_our_mailing_list1 .updates_item0:hover::before {
    opacity: 1;
}.join_our_mailing_list1 .updates_item0:hover::after {
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    left: 120%;
}.join_our_mailing_list1 .updates_item0:active {
    box-shadow: 
        0 5px 10px -5px rgb(109,109,117,0.5),
        0 2px 5px -2px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@media (min-width: 768px) {.join_our_mailing_list1 .input_holder {
    flex-direction: row;
    align-items: center;
}.join_our_mailing_list1 .updates_item0 {
    min-width: 180px;
    white-space: nowrap;
}.join_our_mailing_list1 h3 {
    font-size: calc(20px * 1.2);
    max-width: 80%;
}.join_our_mailing_list1 .study_expert7 {
    padding: 4rem 4.5rem;
}
}

@media (max-width: 767px) {.join_our_mailing_list1 {
    padding: 3rem 0;
}.join_our_mailing_list1 .study_expert7 {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.join_our_mailing_list1 h3 {
    font-size: 20px;
    max-width: 100%;
    margin-bottom: 1.5rem;
}.join_our_mailing_list1 .updates_item0 {
    width: 100%;
    text-align: center;
}.join_our_mailing_list1 input[type="email"] {
    padding: 1rem 1.2rem;
}
}

@media (max-width: 480px) {.join_our_mailing_list1 {
    padding: 2.5rem 0;
}.join_our_mailing_list1 .study_expert7 {
    padding: 2rem 1.5rem;
}.join_our_mailing_list1 h3 {
    font-size: calc(20px * 0.9);
}.join_our_mailing_list1 h3::after {
    width: 60px;
}.join_our_mailing_list1 .input_holder {
    gap: 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.join_our_mailing_list1::before,
    .join_our_mailing_list1 .study_expert7,
    .join_our_mailing_list1 .study_expert7:hover,
    .join_our_mailing_list1 .study_expert7::before,
    .join_our_mailing_list1 .study_expert7:hover::before,
    .join_our_mailing_list1 input[type="email"]::placeholder,
    .join_our_mailing_list1 input[type="email"]:focus::placeholder,
    .join_our_mailing_list1 .updates_item0,
    .join_our_mailing_list1 .updates_item0:hover,
    .join_our_mailing_list1 .updates_item0::after,
    .join_our_mailing_list1 .updates_item0:hover::after {
    animation: none;
    transform: none;
    transition: none;
}}.reach_us492y5 {
    z-index: 1;
    overflow: hidden;
    background: rgb(177,176,183);
    position: relative;
    padding: 80px 0;
}.reach_us492y5::before {
    background: linear-gradient(135deg, rgb(142,142,149,0.5) 0%, transparent 50%, rgb(109,109,117,0.5) 100%);
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    content: '';
    top: 0;
    opacity: 0.15;
    height: 100%;
}.reach_us492y5::after {
    position: absolute;
    content: '';
    opacity: 0.07;
    z-index: -1;
    animation: patternMove 120s linear infinite;
    background: radial-gradient(circle at 10% 20%, transparent 20%, rgb(142,142,149,0.5) 21%, transparent 22%),
                radial-gradient(circle at 90% 80%, transparent 20%, rgb(109,109,117,0.5) 21%, transparent 22%),
                radial-gradient(circle at 50% 50%, transparent 30%, rgb(142,142,149,0.5) 31%, transparent 32%);
    background-size: 60px 60px, 80px 80px, 100px 100px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 1000px 500px, -500px 1000px, 500px -500px;
    }
}

.reach_us492y5 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.reach_us492y5 .get_contactpanel4 {
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 26px;
    padding: 45px 40px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: #ffffff;
    z-index: 2;
}.reach_us492y5 .get_contactpanel4::before {
    content: '';
    background: linear-gradient(90deg, rgb(142,142,149) 0%, rgb(109,109,117) 100%);
    z-index: 3;
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}.reach_us492y5 .get_contactpanel4::after {
    z-index: -1;
    content: '';
    right: -100px;
    background: radial-gradient(circle, rgb(142,142,149,0.5) 0%, transparent 70%);
    opacity: 0.2;
    border-radius: 50%;
    height: 200px;
    position: absolute;
    width: 200px;
    bottom: -100px;
}.reach_us492y5 .get_contactpanel4:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px);
}.reach_us492y5 h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    display: inline-block;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}.reach_us492y5 h3::after {
    position: absolute;
    height: 3px;
    border-radius: 10px;
    content: '';
    background: rgb(142,142,149);
    left: 0;
    bottom: 0;
    width: 40%;
}.reach_us492y5 .send_message7 {
    max-width: 90%;
    margin-bottom: 35px;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}.reach_us492y5 .contact_assistance2 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    position: relative;
    display: grid;
}.reach_us492y5 .contact_assistance2::before {
    opacity: 0.3;
    position: absolute;
    width: 100%;
    top: -15px;
    content: '';
    left: 0;
    background: linear-gradient(90deg, rgb(142,142,149,0.5) 0%, transparent 100%);
    height: 1px;
}.reach_us492y5 .contact_assistance2 span {
    padding: 16px 20px;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
    flex-direction: column;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
}.reach_us492y5 .contact_assistance2 span::before {
    position: absolute;
    background: rgb(142,142,149);
    left: 0;
    height: 100%;
    opacity: 0.7;
    top: 0;
    content: '';
    transition: all 0.3s ease;
    width: 3px;
}.reach_us492y5 .contact_assistance2 span:hover {
    transform: translateY(-3px);
    border-color: rgba(rgb(142,142,149), 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.reach_us492y5 .contact_assistance2 span:hover::before {
    width: 5px;
}.reach_us492y5 .contact_assistance2 span p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}.reach_us492y5 .contact_assistance2 span:first-child p {
    font-weight: 600;
}.reach_us492y5 .contact_assistance2 span:nth-child(2) p {
    font-weight: 600;
}.reach_us492y5 .contact_assistance2 span > span {
    margin-top: 8px;
    align-items: center;
    padding: 0;
    flex-direction: row;
    display: flex;
    border: none;
    background: transparent;
}.reach_us492y5 .contact_assistance2 span > span::before {
    display: none;
}.reach_us492y5 .contact_assistance2 span > span:hover {
    box-shadow: none;
    transform: none;
}.reach_us492y5 .contact_assistance2 span a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(142,142,149);
    position: relative;
    text-decoration: none;
}.reach_us492y5 .contact_assistance2 span a::after {
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -2px;
    content: '';
    background: rgb(142,142,149);
    height: 1px;
}.reach_us492y5 .contact_assistance2 span a:hover {
    color: rgb(109,109,117);
}.reach_us492y5 .contact_assistance2 span a:hover::after {
    width: 100%;
    background: rgb(109,109,117);
}.reach_us492y5 .contact_assistance2 span svg {
    height: 18px;
    stroke-linecap: round;
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(142,142,149);
    width: 18px;
    fill: none;
    stroke-linejoin: round;
    margin-right: 8px;
    flex-shrink: 0;
}.reach_us492y5 .contact_assistance2 span:hover svg {
    stroke: rgb(109,109,117);
    transform: scale(1.1);
}.reach_us492y5 .contact_assistance2 span:nth-child(3) svg {
    transform-origin: center;
}.reach_us492y5 .contact_assistance2 span:nth-child(3) svg path {
    stroke-dashoffset: 0;
    animation: dashAnimation 3s linear infinite;
    stroke-dasharray: 20;
}.reach_us492y5 .contact_assistance2 span:nth-child(4) svg {
    transform-origin: center;
}.reach_us492y5 .contact_assistance2 span:nth-child(4) svg path {
    stroke-dasharray: 24;
    animation: dashAnimation 3s linear infinite;
    animation-delay: 0.5s;
    stroke-dashoffset: 0;
}.reach_us492y5 .contact_assistance2 span:nth-child(5) svg {
    stroke-width: 1.7;
    transform-origin: center;
}.reach_us492y5 .contact_assistance2 span:nth-child(5) svg path {
    transition: all 0.3s ease;
}.reach_us492y5 .contact_assistance2 span:nth-child(5):hover svg path {
    stroke-width: 2.2;
}.reach_us492y5 .contact_assistance2 span:nth-child(6) svg {
    transform-origin: center;
}.reach_us492y5 .contact_assistance2 span:nth-child(6) svg path {
    stroke-dasharray: 15;
    animation: dashAnimation 3s linear infinite;
    animation-delay: 1s;
    stroke-dashoffset: 0;
}.reach_us492y5 .contact_assistance2 span:nth-child(3) svg {
    position: relative;
}.reach_us492y5 .contact_assistance2 span:nth-child(3) svg::before {
    transition: all 0.3s ease;
    opacity: 0.1;
    position: absolute;
    background: rgb(142,142,149);
    top: 50%;
    left: 50%;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
    width: 24px;
    content: '';
}.reach_us492y5 .contact_assistance2 span:nth-child(3):hover svg::before {
    opacity: 0.2;
    width: 30px;
    background: rgb(109,109,117);
    height: 30px;
}.reach_us492y5 .contact_assistance2 span:nth-child(4) svg {
    position: relative;
}.reach_us492y5 .contact_assistance2 span:nth-child(4) svg path {
    transform-origin: center;
}.reach_us492y5 .contact_assistance2 span:nth-child(4):hover svg path {
    animation-duration: 2s;
}.reach_us492y5 .contact_assistance2 span:nth-child(6) svg path {
    transform-origin: center;
}.reach_us492y5 .contact_assistance2 span:nth-child(6):hover svg path {
    animation-duration: 2s;
}@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 20;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -20;
    }
}

.reach_us492y5 .ask_question1 {
    position: relative;
    padding: 25px 30px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    grid-column: 1 / -1;
    background: linear-gradient(135deg, rgba(rgb(142,142,149), 0.03) 0%, rgba(rgb(109,109,117), 0.03) 100%);
    margin-top: 15px;
}.reach_us492y5 .ask_question1::before {
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgb(142,142,149,0.5) 0%, transparent 70%);
    opacity: 0.05;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    z-index: 0;
    top: 0;
}.reach_us492y5 .ask_question1 h4 {
    position: relative;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    color: #000000;
    font-size: 20px;
}.reach_us492y5 .ask_question1 h4::before {
    background-repeat: no-repeat;
    height: 20px;
    background-size: contain;
    flex-shrink: 0;
    background-position: center;
    display: inline-block;
    content: '';
    margin-right: 8px;
    width: 20px;
}.reach_us492y5 .ask_question1 h4 svg {
    height: 20px;
    margin-right: 8px;
    animation: clockRotation 12s linear infinite;
    transform-origin: center;
    stroke-linejoin: round;
    fill: none;
    stroke-width: 2;
    width: 20px;
    stroke: rgb(142,142,149);
    stroke-linecap: round;
}@keyframes clockRotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.reach_us492y5 .ask_question1 h4 svg circle {
    stroke: rgb(142,142,149);
    fill: transparent;
    stroke-opacity: 0.2;
}.reach_us492y5 .ask_question1 h4 svg path {
    stroke: rgb(142,142,149);
}.reach_us492y5 .ask_question1 span {
    color: #000000;
    margin-bottom: 6px;
    display: block;
    z-index: 1;
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
    padding: 8px 0;
}.reach_us492y5 .ask_question1 span:last-child {
    border-bottom: none;
}.reach_us492y5 .ask_question1 span::before {
    height: 6px;
    opacity: 0.5;
    display: inline-block;
    background-color: rgb(142,142,149);
    width: 6px;
    margin-right: 8px;
    content: '';
    border-radius: 50%;
}

@media (max-width: 992px) {.reach_us492y5 {
    padding: 60px 0;
}.reach_us492y5 .get_contactpanel4 {
    padding: 35px 30px;
}.reach_us492y5 h3 {
    font-size: calc(30px * 0.9);
}.reach_us492y5 .send_message7 {
    max-width: 100%;
}.reach_us492y5 .contact_assistance2 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.reach_us492y5 .contact_assistance2 span svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 768px) {.reach_us492y5 {
    padding: 50px 0;
}.reach_us492y5 .get_contactpanel4 {
    padding: 30px 25px;
}.reach_us492y5 h3 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(30px * 0.8);
}.reach_us492y5 .send_message7 {
    font-size: calc(15px * 0.95);
    margin-bottom: 25px;
}.reach_us492y5 .contact_assistance2 {
    grid-template-columns: 1fr;
    gap: 15px;
}.reach_us492y5 .contact_assistance2 span {
    padding: 12px 16px;
}.reach_us492y5 .ask_question1 {
    padding: 20px 25px;
}.reach_us492y5 .ask_question1 h4 {
    font-size: calc(20px * 0.9);
}.reach_us492y5 .ask_question1 h4::before {
    height: 18px;
    width: 18px;
}.reach_us492y5 .ask_question1 h4 svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 576px) {.reach_us492y5 {
    padding: 40px 0;
}.reach_us492y5 .get_contactpanel4 {
    padding: 25px 20px;
}.reach_us492y5 h3 {
    font-size: calc(30px * 0.7);
    padding-bottom: 10px;
}.reach_us492y5 .contact_assistance2 span {
    padding: 10px 14px;
}.reach_us492y5 .contact_assistance2 span p,
    .reach_us492y5 .contact_assistance2 span a {
    font-size: calc(15px * 0.9);
}.reach_us492y5 .contact_assistance2 span svg {
    height: 14px;
    width: 14px;
    margin-right: 6px;
}.reach_us492y5 .ask_question1 {
    padding: 18px 20px;
}.reach_us492y5 .ask_question1 span {
    padding: 6px 0;
    font-size: calc(15px * 0.9);
}.reach_us492y5 .ask_question1 h4::before {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}.reach_us492y5 .ask_question1 h4 svg {
    width: 16px;
    height: 16px;
}}.teaching_history9 {
    background: linear-gradient(125deg, #000000 0%, rgb(177,176,183) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.teaching_history9::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    animation: pulse 20s infinite alternate;
    background: 
    radial-gradient(circle at 20% 30%, rgb(142,142,149,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(109,109,117,0.5) 0%, transparent 30%);
}.teaching_history9 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    perspective: 1200px;
    margin: 0 auto;
    position: relative;
}.teaching_history9 .testimonials_pro7 {
    grid-template-rows: auto auto auto;
    gap: 10px 30px;
    grid-template-columns: 1.2fr 0.8fr;
    transform-style: preserve-3d;
    display: grid;
    transform: rotateY(-10deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
}.teaching_history9 .testimonials_pro7:hover {
    transform: rotateY(0deg) translateZ(10px);
}.teaching_history9 .exp_container0 {
    font-weight: 300;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(142,142,149,0.5);
    position: relative;
    border-radius: 24px;
    font-size: 12px;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 50px 40px;
    transform: translateZ(20px);
    z-index: 1;
    color: #ffffff;
    grid-area: quote;
    margin: 0;
    backdrop-filter: blur(10px);
    line-height: 1.7;
}.teaching_history9 .exp_container0::before {
    content: "";
    color: rgb(142,142,149);
    line-height: 1;
    position: absolute;
    left: 20px;
    font-size: calc(40px * 2);
    top: 15px;
}.teaching_history9 .icon_image4 {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(40px);
    grid-area: photo;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(142,142,149,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    border-radius: 10px;
    height: 280px;
}.teaching_history9 .testimonials_pro7:hover .icon_image4 {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(142,142,149,0.5);
}.teaching_history9 .name {
    margin: 0;
    background: rgb(142,142,149);
    border-radius: 10px;
    transition: transform 0.3s ease;
    z-index: 2;
    font-size: 21px;
    grid-area: name;
    padding: 15px 20px;
    font-weight: 700;
    transform: translateZ(30px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.teaching_history9 .testimonials_pro7:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.teaching_history9 .testimonials_pro7 > span:not(.name) {
    transition: transform 0.3s ease;
    font-weight: 600;
    padding: 10px 15px;
    color: rgb(109,109,117);
    background: #ffffff;
    z-index: 2;
    border-radius: 10px;
    grid-area: job;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    transform: translateZ(25px);
}.teaching_history9 .testimonials_pro7:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.teaching_history9 {
    padding: 80px 0;
}.teaching_history9 .testimonials_pro7 {
    grid-template-rows: auto auto auto auto;
    transform: none;
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-areas:
      "icon_image4"
      "name"
      "career_table6"
      "exp_container0";
}.teaching_history9 .exp_container0,
  .teaching_history9 .icon_image4,
  .teaching_history9 .name,
  .teaching_history9 .testimonials_pro7 > span:not(.name) {
    transform: none;
}.teaching_history9 .testimonials_pro7:hover .exp_container0,
  .teaching_history9 .testimonials_pro7:hover .icon_image4,
  .teaching_history9 .testimonials_pro7:hover .name,
  .teaching_history9 .testimonials_pro7:hover > span:not(.name) {
    transform: none;
}.teaching_history9 .icon_image4 {
    width: 90%;
    height: 240px;
    margin: 0 auto;
}.teaching_history9 .exp_container0 {
    padding: 30px;
}.teaching_history9 .name,
  .teaching_history9 .testimonials_pro7 > span:not(.name) {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
}

@media (max-width: 576px) {.teaching_history9 {
    padding: 60px 0;
}.teaching_history9 .icon_image4 {
    width: 100%;
    height: 200px;
}.teaching_history9 .exp_container0 {
    font-size: calc(12px * 0.95);
    padding: 25px 20px;
}.teaching_history9 .name {
    font-size: calc(21px * 0.9);
}.teaching_history9 .testimonials_pro7 > span:not(.name) {
    font-size: calc(12px * 0.9);
}}.secure_refuge1 {
    padding: 5rem 2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    background: linear-gradient(145deg, rgb(177,176,183) 0%, rgba(245, 248, 250, 0.95) 100%);
}.secure_refuge1::before {
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 30% 100%, 70% 0);
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(142,142,149,0.5), 0.05) 100%);
    width: 30%;
    position: absolute;
}.secure_refuge1::after {
    width: 100%;
    content: "";
    height: 60%;
    background: linear-gradient(180deg, transparent 40%, rgba(rgb(109,109,117,0.5), 0.03) 100%);
    left: 0;
    position: absolute;
    z-index: 0;
    bottom: 0;
}.secure_refuge1 .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.secure_refuge1 h1 {
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 44px;
    transform: translateX(-8px);
    position: relative;
    padding-bottom: 1.5rem;
}.secure_refuge1 h1::before {
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(142,142,149) 0%, rgb(109,109,117) 100%);
    height: 4px;
    bottom: 0;
    width: 120px;
    left: 0;
    animation: scaleIn 0.8s ease-out forwards;
    content: "";
}.secure_refuge1 h2 {
    padding-left: 1.5rem;
    position: relative;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    color: #000000;
    font-size: 38px;
}.secure_refuge1 h2::before {
    background: rgb(142,142,149);
    height: 70%;
    content: "";
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    position: absolute;
    top: 50%;
}.secure_refuge1 h3 {
    font-size: calc(38px * 0.85);
    position: relative;
    font-weight: 600;
    padding-left: 1.25rem;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
}.secure_refuge1 h3::before {
    left: 0;
    position: absolute;
    background: rgb(109,109,117);
    content: "";
    transform: translateY(-50%);
    height: 60%;
    top: 50%;
    width: 6px;
}.secure_refuge1 h4 {
    font-weight: 600;
    position: relative;
    font-size: calc(38px * 0.7);
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    color: #000000;
}.secure_refuge1 h4::before {
    width: 4px;
    opacity: 0.7;
    left: 0;
    transform: translateY(-50%);
    background: rgb(109,109,117);
    top: 50%;
    height: 50%;
    position: absolute;
    content: "";
}.secure_refuge1 p {
    font-size: 16px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    max-width: 95%;
}.secure_refuge1 ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 1.5rem;
    list-style: none;
}.secure_refuge1 li {
    padding-left: 1.75rem;
    position: relative;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.7;
}.secure_refuge1 li::before {
    left: 0;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    top: 0.6rem;
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 10px;
    border: 2px solid rgb(142,142,149);
}.secure_refuge1 li:hover::before {
    transform: rotate(135deg);
    background-color: rgba(rgb(142,142,149,0.5), 0.1);
}.secure_refuge1 strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}.secure_refuge1 span {
    color: #000000;
    font-size: 16px;
    display: block;
    border-left: 2px solid rgba(rgb(109,109,117,0.5), 0.3);
    padding-left: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

@keyframes scaleIn {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@media (min-width: 768px) {.secure_refuge1 {
    padding: 7rem 3rem;
}.secure_refuge1 .container {
    padding: 0 30px;
}.secure_refuge1 h1 {
    transform: translateX(-15px);
    margin-bottom: 3rem;
    font-size: calc(44px * 1.2);
}.secure_refuge1 h1::before {
    height: 5px;
    width: 180px;
}.secure_refuge1 h2 {
    margin: 4rem 0 2rem;
    padding-left: 2rem;
}.secure_refuge1 h2::before {
    width: 10px;
}.secure_refuge1 p {
    max-width: 85%;
}.secure_refuge1 ul {
    margin-left: 2rem;
}.secure_refuge1 span {
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.secure_refuge1 {
    padding: 8rem 4rem;
}.secure_refuge1::before {
    width: 40%;
}.secure_refuge1 h1 {
    transform: translateX(-25px);
}.secure_refuge1 h1::before {
    width: 220px;
}.secure_refuge1 p {
    max-width: 75%;
}.secure_refuge1 li::before {
    height: 12px;
    width: 12px;
}.secure_refuge1 span {
    border-left: 3px solid rgba(rgb(109,109,117,0.5), 0.3);
    padding-left: 2rem;
}
}

@media (max-width: 767px) {.secure_refuge1 {
    padding: 4rem 1.5rem;
}.secure_refuge1::before {
    width: 50%;
}.secure_refuge1 h1 {
    padding-bottom: 1rem;
    font-size: calc(44px * 0.9);
}.secure_refuge1 h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(38px * 0.9);
}.secure_refuge1 h3 {
    font-size: calc(38px * 0.75);
}.secure_refuge1 h4 {
    font-size: calc(38px * 0.65);
}.secure_refuge1 p, .secure_refuge1 span, .secure_refuge1 li {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.secure_refuge1 {
    padding: 3rem 1rem;
}.secure_refuge1 h1 {
    font-size: calc(44px * 0.8);
}.secure_refuge1 h2 {
    font-size: calc(38px * 0.8);
    padding-left: 1.25rem;
}.secure_refuge1 h3 {
    padding-left: 1rem;
    font-size: calc(38px * 0.7);
}.secure_refuge1 h4 {
    padding-left: 0.75rem;
    font-size: calc(38px * 0.6);
}.secure_refuge1 p, .secure_refuge1 span, .secure_refuge1 li {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.secure_refuge1 li {
    padding-left: 1.5rem;
}.secure_refuge1 span {
    padding-left: 0.75rem;
}}header {
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 100;
    padding: 1rem 0;
    background: rgb(177,176,183);
    width: 100%;
}header::before {
    background: linear-gradient(to right, 
        rgb(142,142,149,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(109,109,117,0.5) 100%);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.4;
    content: '';
    width: 100%;
    z-index: 0;
}header .container {
    padding: 0 2%;
    max-width: 100%;
    z-index: 1;
    position: relative;
    margin: 0;
    width: 100%;
}header .site_main4 {
    display: grid;
    gap: 1rem;
    align-items: center;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    grid-template-columns: 1fr 3fr 1fr;
}header .header_mentor4 {
    text-decoration: none;
    position: relative;
    justify-content: center;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    grid-area: logo;
}header .header_mentor4::after {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    width: 50%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(142,142,149), 
        rgb(109,109,117), 
        rgb(142,142,149), 
        transparent);
    left: 50%;
    height: 2px;
}header .header_mentor4 svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}header .header_mentor4:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .head_sitewrap7 {
    background: rgba(255, 255, 255, 0.5);
    padding: 0.6rem;
    display: flex;
    gap: 0.5rem;
    grid-area: menu;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    justify-content: center;
    align-items: center;
    border-radius: 23px;
}header .nav_pagebar1 {
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    background: #ffffff;
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    text-align: center;
    border-radius: 10px;
    padding: 0.4rem 0.8rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}header .nav_pagebar1:hover {
    box-shadow: 0 3px 8px rgb(142,142,149,0.5);
    transform: translateY(-2px);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(142,142,149), rgb(109,109,117));
}

@media (max-width: 991px) {header .header_mentor4 svg {
    width: 140px;
}header .head_sitewrap7 {
    gap: 0.4rem;
    padding: 0.5rem;
}header .nav_pagebar1 {
    font-size: calc(19px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .site_main4 {
    grid-template-areas:
            "logo"
            "head_sitewrap7";
    grid-template-columns: 1fr;
}header .header_mentor4 {
    padding: 0.4rem;
}header .header_mentor4 svg {
    width: 130px;
}header .head_sitewrap7 {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .nav_pagebar1 {
    font-size: calc(19px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .header_mentor4 svg {
    width: 120px;
}header .head_sitewrap7 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.4rem;
    overflow-x: auto;
}header .head_sitewrap7::-webkit-scrollbar {
    height: 2px;
}header .head_sitewrap7::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(142,142,149);
}header .nav_pagebar1 {
    white-space: nowrap;
    flex-shrink: 0;
}}.welcome_page4 {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    background: rgb(177,176,183);
}.welcome_page4::before {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(217deg, rgb(142,142,149,0.5), transparent 70%),
        linear-gradient(127deg, rgb(109,109,117,0.5), transparent 70%),
        linear-gradient(336deg, rgba(0, 0, 0, 0.5), transparent 70%);
    height: 100%;
    position: absolute;
    content: "";
}.welcome_page4::after {
    background: radial-gradient(rgb(142,142,149,0.5) 2px, transparent 4px);
    animation: backgroundMove 50s linear infinite;
    background-size: 30px 30px;
    position: absolute;
    opacity: 0.2;
    top: -50%;
    height: 200%;
    z-index: 2;
    content: "";
    width: 200%;
    left: -50%;
}.welcome_page4 .study_expert7 {
    height: 100vh;
    z-index: 3;
    position: relative;
    width: 100%;
}.welcome_page4 .course_main3 {
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.welcome_page4 .course_main3 input {
    display: none;
}.welcome_page4 .learning_open1 {
    display: flex;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    height: 100%;
}.welcome_page4 .learn_intro3 {
    flex: 0 0 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}.welcome_page4 .learn_intro3::before {
    mix-blend-mode: multiply;
    z-index: 2;
    inset: 0;
    position: absolute;
    background: linear-gradient(0deg, rgb(177,176,183) 0%, transparent 35%, transparent 65%, rgb(177,176,183) 100%);
    content: "";
}.welcome_page4 .learn_intro3 img {
    width: 100%;
    filter: saturate(0.8) brightness(0.9);
    transform: scale(1.1);
    object-fit: cover;
    transition: transform 6s cubic-bezier(0.215, 0.610, 0.355, 1), filter 1s ease;
    height: 100%;
}.welcome_page4 .learning_main7 {
    bottom: 40px;
    position: absolute;
    z-index: 10;
    display: flex;
    left: 10%;
    width: 80%;
    justify-content: center;
    gap: 20px;
}.welcome_page4 .learning_main7 label {
    opacity: 0.2;
    position: relative;
    height: 6px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    overflow: hidden;
}.welcome_page4 .learning_main7 label::before {
    top: 0;
    left: -100%;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(142,142,149);
    transition: transform 0.5s ease;
}.welcome_page4 .learning_main7 label:hover {
    opacity: 0.6;
}.welcome_page4 .learning_main7 label:hover::before {
    transform: translateX(100%);
}.welcome_page4 .text_info_box0 {
    z-index: 5;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    width: 100%;
    justify-content: center;
}.welcome_page4 .text_info_box0 .container {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 40px;
    position: relative;
    max-width: 700px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
    border-radius: 27px;
}.welcome_page4 .text_info_box0 .container::before {
    width: 300%;
    z-index: -1;
    left: -100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(142,142,149,0.5) 0,
            rgb(142,142,149,0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    opacity: 0.1;
    content: "";
    height: 300%;
    animation: backgroundShift 120s linear infinite;
    position: absolute;
    top: -100%;
}.welcome_page4 .text_info_box0 .container::after {
    inset: 0;
    mask-composite: exclude;
    border-radius: 27px;
    background: linear-gradient(90deg, rgb(142,142,149), rgb(109,109,117)) border-box;
    z-index: -1;
    position: absolute;
    content: "";
    mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    border: 2px solid transparent;
}.welcome_page4 .text_info_box0 h1 {
    position: relative;
    font-size: 47px;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
}.welcome_page4 .text_info_box0 h1::before {
    height: 40px;
    content: "";
    left: -20px;
    top: -10px;
    z-index: -1;
    width: 40px;
    border-top: 2px solid rgb(142,142,149);
    position: absolute;
    border-left: 2px solid rgb(142,142,149);
    opacity: 0.7;
}.welcome_page4 .text_info_box0 h1::after {
    position: absolute;
    content: "";
    animation: lineExpand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    width: 0;
    background: linear-gradient(90deg, rgb(142,142,149), rgb(109,109,117));
    bottom: -5px;
    left: 0;
    height: 2px;
}.welcome_page4 .text_info_box0 h3 {
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    font-size: 21px;
    color: #ffffff;
    padding-left: 15px;
}.welcome_page4 .text_info_box0 h3::before {
    position: absolute;
    background: rgb(109,109,117);
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 3px;
}.welcome_page4 .text_info_box0 p {
    background: rgb(109,109,117);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: #ffffff;
    line-height: 1.8;
    padding: 20px;
    position: relative;
    backdrop-filter: blur(4px);
    font-size: 16px;
    border-left: 2px solid rgb(142,142,149);
    font-weight: 400;
}.welcome_page4 input[type="radio"]:nth-of-type(1):checked ~ .learning_open1 {
    transform: translateX(0%);
}.welcome_page4 input[type="radio"]:nth-of-type(2):checked ~ .learning_open1 {
    transform: translateX(-100%);
}.welcome_page4 input[type="radio"]:nth-of-type(3):checked ~ .learning_open1 {
    transform: translateX(-200%);
}.welcome_page4 input[type="radio"]:nth-of-type(4):checked ~ .learning_open1 {
    transform: translateX(-300%);
}.welcome_page4 input[type="radio"]:nth-of-type(5):checked ~ .learning_open1 {
    transform: translateX(-400%);
}.welcome_page4 input[type="radio"]:nth-of-type(6):checked ~ .learning_open1 {
    transform: translateX(-500%);
}.welcome_page4 input[type="radio"]:nth-of-type(7):checked ~ .learning_open1 {
    transform: translateX(-600%);
}.welcome_page4 input[type="radio"]:nth-of-type(8):checked ~ .learning_open1 {
    transform: translateX(-700%);
}.welcome_page4 input[type="radio"]:nth-of-type(9):checked ~ .learning_open1 {
    transform: translateX(-800%);
}.welcome_page4 input[type="radio"]:nth-of-type(10):checked ~ .learning_open1 {
    transform: translateX(-900%);
}.welcome_page4 input[type="radio"]:nth-of-type(1):checked ~ .learning_main7 label:nth-of-type(1),
.welcome_page4 input[type="radio"]:nth-of-type(2):checked ~ .learning_main7 label:nth-of-type(2),
.welcome_page4 input[type="radio"]:nth-of-type(3):checked ~ .learning_main7 label:nth-of-type(3),
.welcome_page4 input[type="radio"]:nth-of-type(4):checked ~ .learning_main7 label:nth-of-type(4),
.welcome_page4 input[type="radio"]:nth-of-type(5):checked ~ .learning_main7 label:nth-of-type(5),
.welcome_page4 input[type="radio"]:nth-of-type(6):checked ~ .learning_main7 label:nth-of-type(6),
.welcome_page4 input[type="radio"]:nth-of-type(7):checked ~ .learning_main7 label:nth-of-type(7),
.welcome_page4 input[type="radio"]:nth-of-type(8):checked ~ .learning_main7 label:nth-of-type(8),
.welcome_page4 input[type="radio"]:nth-of-type(9):checked ~ .learning_main7 label:nth-of-type(9),
.welcome_page4 input[type="radio"]:nth-of-type(10):checked ~ .learning_main7 label:nth-of-type(10) {
    width: 70px;
    opacity: 1;
    box-shadow: 0 0 15px rgb(142,142,149,0.5);
    background: linear-gradient(90deg, rgb(142,142,149), rgb(109,109,117));
}.welcome_page4 input[type="radio"]:nth-of-type(1):checked ~ .learning_open1 .learn_intro3:nth-of-type(1) img,
.welcome_page4 input[type="radio"]:nth-of-type(2):checked ~ .learning_open1 .learn_intro3:nth-of-type(2) img,
.welcome_page4 input[type="radio"]:nth-of-type(3):checked ~ .learning_open1 .learn_intro3:nth-of-type(3) img,
.welcome_page4 input[type="radio"]:nth-of-type(4):checked ~ .learning_open1 .learn_intro3:nth-of-type(4) img,
.welcome_page4 input[type="radio"]:nth-of-type(5):checked ~ .learning_open1 .learn_intro3:nth-of-type(5) img,
.welcome_page4 input[type="radio"]:nth-of-type(6):checked ~ .learning_open1 .learn_intro3:nth-of-type(6) img,
.welcome_page4 input[type="radio"]:nth-of-type(7):checked ~ .learning_open1 .learn_intro3:nth-of-type(7) img,
.welcome_page4 input[type="radio"]:nth-of-type(8):checked ~ .learning_open1 .learn_intro3:nth-of-type(8) img,
.welcome_page4 input[type="radio"]:nth-of-type(9):checked ~ .learning_open1 .learn_intro3:nth-of-type(9) img,
.welcome_page4 input[type="radio"]:nth-of-type(10):checked ~ .learning_open1 .learn_intro3:nth-of-type(10) img {
    transform: scale(1.2);
    filter: saturate(1.2) brightness(1.1);
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes backgroundMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

@keyframes backgroundShift {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.welcome_page4 .text_info_box0 .container {
    max-width: 80%;
}.welcome_page4 .learning_main7 {
    left: 5%;
    width: 90%;
}
}

@media screen and (max-width: 768px) {.welcome_page4 .text_info_box0 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
}.welcome_page4 .text_info_box0 .container {
    padding: 30px;
    max-width: 90%;
}.welcome_page4 .learning_main7 {
    bottom: 30px;
}.welcome_page4 .learning_main7 label {
    width: 40px;
    height: 5px;
}.welcome_page4 input[type="radio"]:checked ~ .learning_main7 label {
    width: 60px;
}
}

@media screen and (max-width: 480px) {.welcome_page4 .text_info_box0 {
    padding-top: 60px;
}.welcome_page4 .text_info_box0 .container {
    padding: 20px;
}.welcome_page4 .text_info_box0 h1 {
    margin-bottom: 15px;
    font-size: calc(47px * 0.8);
}.welcome_page4 .text_info_box0 h1::before {
    top: -5px;
    left: -15px;
    width: 30px;
    height: 30px;
}.welcome_page4 .text_info_box0 h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.welcome_page4 .text_info_box0 p {
    font-size: calc(16px * 0.9);
    padding: 15px;
}.welcome_page4 .learning_main7 {
    gap: 10px;
}.welcome_page4 .learning_main7 label {
    width: 30px;
    height: 4px;
}.welcome_page4 input[type="radio"]:checked ~ .learning_main7 label {
    width: 45px;
}}.our_story8 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}.our_story8::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.75) 100%);
    left: 0;
    top: 0;
    content: '';
    bottom: 0;
    z-index: 1;
    right: 0;
    position: absolute;
}.our_story8 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.our_story8 .text_info_box0 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 40px;
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(135deg, 
        rgba(rgb(142,142,149), 0.1) 0%,
        rgba(rgb(109,109,117), 0.15) 100%);
    border-left: 4px solid rgb(142,142,149);
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
}.our_story8 .text_info_box0:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_story8 .text_info_box0::before {
    opacity: 0.8;
    content: '';
    height: 70px;
    border-top: 2px solid rgb(109,109,117);
    top: -10px;
    position: absolute;
    right: -10px;
    border-right: 2px solid rgb(109,109,117);
    width: 70px;
}.our_story8 .text_info_box0::after {
    height: 70px;
    bottom: -10px;
    left: -10px;
    width: 70px;
    border-bottom: 2px solid rgb(109,109,117);
    opacity: 0.8;
    content: '';
    position: absolute;
    border-left: 2px solid rgb(109,109,117);
}.our_story8 h5 {
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 18px;
    margin: 0 0 20px;
    position: relative;
}.our_story8 h5::after {
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    background: linear-gradient(90deg, rgb(142,142,149), transparent);
    width: 60%;
    height: 2px;
}.our_story8 p {
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(16px * 1.1);
    font-weight: 400;
}.our_story8 p b {
    display: block;
    padding-left: 15px;
    transform: translateX(-15px);
    animation: slideIn 0.8s forwards 0.3s;
    margin-bottom: 10px;
    color: rgb(109,109,117);
    font-weight: 700;
    position: relative;
    font-size: calc(16px * 1.4);
    opacity: 0;
}.our_story8 p b::before {
    transform: translateY(-50%);
    height: 8px;
    top: 50%;
    background-color: rgb(142,142,149);
    width: 8px;
    position: absolute;
    left: 0;
    content: '';
}.our_story8 ol {
    padding: 0;
    counter-reset: item;
    margin: 0;
    list-style: none;
}.our_story8 ol li {
    hyphens: auto;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    animation: fadeIn 1s forwards;
    padding: 0 0 0 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    column-count: 1;
    column-gap: 40px;
}.our_story8 ol li::first-letter {
    font-weight: 700;
    color: rgb(142,142,149);
    font-size: 1.4em;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.our_story8 {
    padding: 150px 0;
}.our_story8 .text_info_box0 {
    padding: 60px;
    max-width: 90%;
    margin: 0 auto;
}.our_story8 ol li {
    column-count: 2;
    padding: 0 0 0 25px;
}
}

@media (min-width: 992px) {.our_story8 .text_info_box0 {
    max-width: 80%;
}.our_story8 h5 {
    font-size: calc(18px * 1.2);
}.our_story8 p b {
    font-size: calc(16px * 1.6);
}.our_story8 ol li {
    column-count: 3;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.our_story8 {
    padding: 80px 0;
}.our_story8 .text_info_box0 {
    transform: perspective(1000px) rotateY(0);
    padding: 30px 20px;
}.our_story8 h5 {
    font-size: calc(18px * 0.9);
}.our_story8 p b {
    font-size: calc(16px * 1.2);
}.our_story8 .text_info_box0::before,
    .our_story8 .text_info_box0::after {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 480px) {.our_story8 {
    padding: 60px 0;
}.our_story8 .text_info_box0 {
    padding: 25px 15px;
}.our_story8 ol li {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}
}

@media (hover: hover) {.our_story8 .text_info_box0:hover::before,
    .our_story8 .text_info_box0:hover::after {
    width: 90px;
    height: 90px;
    transition: all 0.4s ease-out;
}
}

@media (prefers-reduced-motion: reduce) {.our_story8 .text_info_box0,
    .our_story8 p b,
    .our_story8 ol li {
    animation: none;
    transform: none;
    transition: none;
}}.check_it_out_now8 {
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    z-index: 1;
    background: linear-gradient(135deg, rgb(142,142,149) 0%, rgb(109,109,117) 100%);
    perspective: 1000px;
    overflow: hidden;
    padding: 5rem 2rem;
}.check_it_out_now8::before {
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0.05) 15px,
        transparent 15px,
        transparent 30px
    );
    width: 100%;
    height: 100%;
    transform: translateZ(-10px);
}.check_it_out_now8::after {
    position: absolute;
    content: "";
    top: -50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: -50%;
    transform: rotate(-15deg);
    background: radial-gradient(
        circle at center,
        rgba(255,255,255,0.15) 0%,
        transparent 70%
    );
}.check_it_out_now8 .container {
    max-width: 1200px;
    position: relative;
    animation: containerReveal 0.8s ease-out forwards;
    margin: 0 auto;
    transform-style: preserve-3d;
}.check_it_out_now8 h6 {
    position: relative;
    max-width: 90%;
    margin-left: auto;
    margin-bottom: 2.5rem;
    font-size: calc(21px * 1.2);
    transition: transform 0.4s ease-out;
    font-weight: 600;
    text-align: center;
    margin-right: auto;
    line-height: 1.5;
    transform: translateZ(20px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #ffffff;
}.check_it_out_now8 .container div {
    display: flex;
    justify-content: center;
    transform: translateZ(30px);
    animation: buttonContainer 0.5s ease-out 0.4s both;
    margin-top: 1.5rem;
    align-items: center;
}.check_it_out_now8 .container div span {
    display: inline-block;
    transition: transform 0.3s var(--timing-cubic);
    position: relative;
}.check_it_out_now8 .container div span::before {
    position: absolute;
    width: calc(100% + 20px);
    border-radius: 18px;
    top: -10px;
    left: -10px;
    border: 2px solid rgba(255,255,255,0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: calc(100% + 20px);
    content: "";
    transform: scale(0.9);
    opacity: 0;
    z-index: -1;
}.check_it_out_now8 .container div span:hover::before {
    opacity: 1;
    transform: scale(1);
}.check_it_out_now8 .feedback_info1 {
    justify-content: center;
    background: #ffffff;
    color: rgb(142,142,149);
    z-index: 1;
    font-weight: 700;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.07);
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    overflow: hidden;
    padding: 0.9rem 2.5rem;
    font-size: 19px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.check_it_out_now8 .feedback_info1::before {
    background: linear-gradient(to right, rgb(109,109,117) 0%, rgb(142,142,149) 100%);
    top: 0;
    content: "";
    transition: opacity 0.4s ease;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    opacity: 0;
}.check_it_out_now8 .feedback_info1:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.08);
    transform: translateY(-5px);
    color: #ffffff;
}.check_it_out_now8 .feedback_info1:hover::before {
    opacity: 1;
}.check_it_out_now8 .feedback_info1:active {
    box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}.check_it_out_now8 .feedback_info1 span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.check_it_out_now8 .feedback_info1:hover span {
    transform: scale(1.05);
}

@keyframes containerReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@keyframes buttonContainer {
    0% {
        opacity: 0;
        transform: translateZ(30px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateZ(30px) scale(1);
    }
}

@media (min-width: 768px) {.check_it_out_now8 {
    padding: 7rem 3rem;
    background: linear-gradient(120deg, rgb(142,142,149) 0%, rgb(109,109,117) 70%, rgb(142,142,149,0.5) 100%);
}.check_it_out_now8::before {
    background-size: 40px 40px;
}.check_it_out_now8 h6 {
    margin-bottom: 3rem;
    font-size: calc(21px * 1.4);
    max-width: 80%;
}.check_it_out_now8 .container {
    align-items: center;
    flex-direction: column;
    display: flex;
}.check_it_out_now8 .feedback_info1 {
    padding: 1rem 3rem;
}
}

@media (min-width: 992px) {.check_it_out_now8 {
    padding: 8rem 4rem;
}.check_it_out_now8::after {
    height: 150%;
    width: 150%;
}.check_it_out_now8 h6 {
    font-size: calc(21px * 1.5);
    margin-bottom: 3.5rem;
    max-width: 70%;
}.check_it_out_now8 .container div {
    margin-top: 2rem;
}.check_it_out_now8 .feedback_info1 {
    padding: 1.1rem 3.5rem;
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 767px) {.check_it_out_now8 {
    padding: 4rem 1.5rem;
}.check_it_out_now8 h6 {
    font-size: 21px;
    margin-bottom: 2rem;
}.check_it_out_now8 .feedback_info1 {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 480px) {.check_it_out_now8 {
    padding: 3.5rem 1rem;
}.check_it_out_now8 h6 {
    line-height: 1.6;
    font-size: calc(21px * 0.9);
}.check_it_out_now8 .feedback_info1 {
    padding: 0.7rem 1.8rem;
    font-size: calc(19px * 0.9);
}}footer {
    position: relative;
}footer::before {
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.92;
    right: 0;
    left: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(142,142,149) 100%);
    z-index: 1;
    content: '';
}.twitter_cta7 {
    color: #ffffff;
    position: relative;
    padding: 90px 0 50px;
    font-family: Arial, sans-serif;
    z-index: 2;
}.twitter_cta7::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    width: 100%;
    opacity: 0.1;
    content: '';
    height: 1px;
    left: 0;
}.twitter_cta7 .container {
    display: flex;
    flex-direction: column;
}.twitter_cta7 .company_holder {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    order: 2;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    border-radius: 11px;
    margin-top: 70px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    animation: shiftGradient 15s ease infinite;
    background-size: 200% 200%;
}.twitter_cta7 .company_holder h3 {
    text-transform: uppercase;
    font-size: 34px;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}.twitter_cta7 .company_holder h3::after {
    height: 3px;
    width: 60px;
    margin: 15px auto 0;
    display: block;
    background: rgb(142,142,149);
    content: '';
    border-radius: 3px;
}.twitter_cta7 .verify_cta0 {
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    max-width: 80%;
    line-height: 1.6;
    padding-top: 15px;
}.twitter_cta7 .a11y_tools2 {
    position: relative;
    order: 1;
}.twitter_cta7 .top_nav3 {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
    width: 100%;
}.twitter_cta7 .head_sitewrap7 {
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    max-width: calc(50% - 30px);
    border-radius: 10px;
    transform: translateZ(0);
    overflow: hidden;
    min-width: 250px;
    flex: 1;
    padding: 20px;
    transition: transform 0.3s ease;
}.twitter_cta7 .head_sitewrap7:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.twitter_cta7 .head_sitewrap7:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.twitter_cta7 .head_sitewrap7:hover {
    transform: perspective(1000px) rotateY(0);
}.twitter_cta7 .head_sitewrap7::before {
    z-index: -1;
    inset: 0;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    content: '';
}.twitter_cta7 .head_sitewrap7 h5 {
    margin-bottom: 30px;
    color: #ffffff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 21px;
    word-wrap: break-word;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
}.twitter_cta7 .head_sitewrap7 h5::before {
    height: 1px;
    content: '';
    left: 0;
    width: 50px;
    background: rgb(109,109,117);
    position: absolute;
    bottom: -1px;
}.twitter_cta7 .head_sitewrap7 .top_nav3 {
    margin: 0;
    padding: 0 10px;
    display: flex;
    gap: 12px;
    flex-direction: column;
}.twitter_cta7 .head_sitewrap7 .top_nav3 a {
    align-items: center;
    display: flex;
    font-size: 18px;
    color: #ffffff;
    white-space: normal;
    transition: all 0.3s ease;
    word-break: break-word;
    opacity: 0.8;
    text-decoration: none;
}.twitter_cta7 .head_sitewrap7 .top_nav3 a::before {
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    min-width: 6px;
    content: '';
    background: rgb(109,109,117);
    transform: scale(0);
    margin-right: 10px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}.twitter_cta7 .head_sitewrap7 .top_nav3 a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: #ffffff;
}.twitter_cta7 .head_sitewrap7 .top_nav3 a:hover::before {
    opacity: 1;
    transform: scale(1);
}.netiquette4 {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    z-index: 2;
    padding: 25px 0;
}.netiquette4::before {
    top: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(109,109,117,0.5), transparent);
}.netiquette4 .container {
    text-align: center;
}.netiquette4 .gift_card7 {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.7;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.twitter_cta7 .a11y_tools2::before {
    width: 250px;
    border-radius: 50%;
    background: rgb(109,109,117);
    opacity: 0.1;
    bottom: -10%;
    content: '';
    position: absolute;
    height: 250px;
    left: -5%;
    z-index: -1;
    animation: pulse 10s infinite ease-in-out reverse;
    filter: blur(100px);
}footer::after {
    z-index: 1;
    top: 0;
    bottom: 0;
    content: '';
    pointer-events: none;
    right: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
}

@media (max-width: 992px) {.twitter_cta7 {
    padding: 70px 0 40px;
}.twitter_cta7 .top_nav3 {
    gap: 40px;
}.twitter_cta7 .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.twitter_cta7 {
    padding: 50px 0 30px;
}.twitter_cta7 .top_nav3 {
    gap: 30px;
    flex-direction: column;
}.twitter_cta7 .head_sitewrap7 {
    max-width: 100%;
    min-width: 100%;
}.twitter_cta7 .company_holder {
    padding: 20px;
}.twitter_cta7 .verify_cta0 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.twitter_cta7 {
    padding: 40px 0 20px;
}.twitter_cta7 .company_holder h3 {
    font-size: calc(34px * 0.8);
}.twitter_cta7 .head_sitewrap7 h5 {
    font-size: calc(21px * 0.9);
}
}