* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    scroll-snap-type: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    auto
contain
touch-action: none;
}a {
    text-decoration: none;
    color: inherit;
}.cloud_lab241 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    width: 1134px;
    max-width: 100%;
}.wrapper-viewport381 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.top_sitebar092 {
    flex: 1 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;
}}
.connect_form591 {
    padding: 120px 0;
    position: relative;
}.connect_form591::before {
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(45deg, rgb(78,104,151,0.5), rgb(135,144,166,0.5));
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
}.connect_form591 .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.connect_form591 .inquiry_help175 {
    transform: perspective(1000px) rotateX(0deg);
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    flex-direction: row;
    border-radius: 20px;
    display: flex;
}.connect_form591 .inquiry_help175:hover {
    transform: perspective(1000px) rotateX(2deg);
}.connect_form591 .inquiry_request549 {
    overflow: hidden;
    background-color: rgb(177,178,185);
    padding: 60px 40px;
    position: relative;
    width: 40%;
}.connect_form591 .inquiry_request549::before {
    border-radius: 50%;
    opacity: 0.2;
    top: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(78,104,151) 0%, transparent 70%);
    content: '';
    position: absolute;
}.connect_form591 .inquiry_request549 h3 {
    position: relative;
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 40px;
    color: #000000;
}.connect_form591 .inquiry_request549 h3::after {
    bottom: -15px;
    height: 4px;
    content: '';
    background: rgb(78,104,151);
    position: absolute;
    width: 60px;
    left: 0;
}.connect_form591 .inquiry_request549 div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transform: translateX(0);
    background: #ffffff;
    padding: 15px;
}.connect_form591 .inquiry_request549 div:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.connect_form591 .inquiry_request549 div svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.connect_form591 .inquiry_request549 div svg path {
    fill: rgb(135,144,166);
}.connect_form591 .inquiry_request549 div span {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
}.connect_form591 .inquiry_request549 div span a {
    transition: color 0.3s ease;
    color: #000000;
    text-decoration: none;
}.connect_form591 .inquiry_request549 div span a:hover {
    color: rgb(135,144,166);
}.connect_form591 .request_form130 {
    padding: 60px 40px;
    background: #ffffff;
    position: relative;
    width: 60%;
}.connect_form591 .request_form130::before {
    height: 200px;
    opacity: 0.3;
    content: '';
    width: 200px;
    background: radial-gradient(circle, rgb(135,144,166,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
    right: 0;
}.connect_form591 .request_form130 h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}.connect_form591 form {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.connect_form591 form input[type="text"],
.connect_form591 form input[type="email"] {
    font-size: 13px;
    border-radius: 10px;
    background-color: rgb(177,178,185);
    border: none;
    color: #000000;
    padding: 18px 20px;
    transition: all 0.3s ease;
}.connect_form591 form input[type="text"]:focus,
.connect_form591 form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(135,144,166);
    outline: none;
    transform: translateY(-2px);
}.connect_form591 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect_form591 .request_block541 {
    position: relative;
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
}.connect_form591 .request_block541 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form591 .request_block541 label {
    cursor: pointer;
    color: #000000;
    font-size: 15px;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}.connect_form591 .request_block541 label::before {
    transition: all 0.3s ease;
    width: 20px;
    position: absolute;
    left: 0;
    background: transparent;
    height: 20px;
    border: 2px solid rgb(135,144,166);
    content: '';
    top: 0;
    border-radius: 6px;
}.connect_form591 .request_block541 input[type="checkbox"]:checked + label::before {
    background: rgb(135,144,166);
}.connect_form591 .request_block541 input[type="checkbox"]:checked + label::after {
    content: '';
    transform: rotate(45deg);
    border: solid #ffffff;
    height: 12px;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 3px;
    left: 7px;
    position: absolute;
}.connect_form591 .request_block541 label a {
    transition: color 0.3s ease;
    color: rgb(135,144,166);
    text-decoration: none;
    font-weight: 600;
}.connect_form591 .request_block541 label a:hover {
    text-decoration: underline;
}.connect_form591 form .inquiry_grid712 {
    transition: all 0.3s ease;
    align-self: flex-start;
    font-size: 17px;
    color: #ffffff;
    padding: 18px 35px;
    border-radius: 10px;
    background: rgb(135,144,166);
    margin-top: 15px;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    border: none;
    position: relative;
}.connect_form591 form .inquiry_grid712::before {
    transition: transform 0.6s ease;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: 0;
}.connect_form591 form .inquiry_grid712:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(78,104,151);
    transform: translateY(-5px);
}.connect_form591 form .inquiry_grid712:hover::before {
    transform: translateX(100%);
}@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.connect_form591 .inquiry_request549 div:nth-child(2) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.1s;
}.connect_form591 .inquiry_request549 div:nth-child(3) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.3s;
}.connect_form591 .inquiry_request549 div:nth-child(4) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.5s;
}.connect_form591 .inquiry_request549 div:nth-child(5) {
    animation: bounce 5s infinite ease-in-out;
    animation-delay: 0.7s;
}

@media screen and (max-width: 992px) {.connect_form591 .inquiry_help175 {
    flex-direction: column;
}.connect_form591 .inquiry_request549,
    .connect_form591 .request_form130 {
    padding: 40px 30px;
    width: 100%;
}.connect_form591 .inquiry_request549 div {
    animation: none;
}
}

@media screen and (max-width: 576px) {.connect_form591 {
    padding: 60px 0;
}.connect_form591 .container {
    width: 90%;
}.connect_form591 .inquiry_request549,
    .connect_form591 .request_form130 {
    padding: 30px 20px;
}.connect_form591 .inquiry_request549 h3 {
    font-size: calc(29px * 0.8);
}.connect_form591 form input[type="text"],
    .connect_form591 form input[type="email"] {
    padding: 15px;
}.connect_form591 form .inquiry_grid712 {
    padding: 15px;
    width: 100%;
}}.privacy_enclosure124 {
    padding: 40px;
    height: auto;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.privacy_enclosure124 h1 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 41px;
    margin-top: 40px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    color: rgb(135,144,166);
    border-bottom: 2px solid rgb(135,144,166);
}.privacy_enclosure124 h2 {
    margin-bottom: 20px;
    font-size: 33px;
    padding-bottom: 8px;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    border-bottom: 1px solid #000000;
    font-weight: 600;
    letter-spacing: 1.5px;
}.privacy_enclosure124 ul, .privacy_enclosure124 ol {
    padding-left: 0;
    list-style: none;
    margin: 20px 0;
}.privacy_enclosure124 ul li, .privacy_enclosure124 ol li {
    margin-bottom: 15px;
    background: rgb(135,144,166,0.5);
    font-family: Arial, sans-serif;
    font-size: 12px;
    border-radius: 10px;
    padding: 10px;
    color: #000000;
    font-weight: 400;
    position: relative;
}.privacy_enclosure124 ul li::before, .privacy_enclosure124 ol li::before {
    content: '\2022';
    width: 1em;
    display: inline-block;
    font-weight: 700;
    color: rgb(135,144,166);
    margin-left: -1em;
}.privacy_enclosure124 p, .privacy_enclosure124 span, .privacy_enclosure124 div {
    color: #000000;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    line-height: 1.6;
}.privacy_enclosure124 p:hover, .privacy_enclosure124 span:hover, .privacy_enclosure124 div:hover {
    color: rgb(135,144,166);
}

@media only screen and (max-width: 800px) {.privacy_enclosure124 {
    padding: 20px;
}.privacy_enclosure124 h1, .privacy_enclosure124 h2 {
    font-size: 18px;
    text-align: center;
}.privacy_enclosure124 ul li, .privacy_enclosure124 ol li {
    padding: 8px;
    font-size: 12px;
}}

.privacy_enclosure124 ul li:hover, .privacy_enclosure124 ol li:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: rgb(135,144,166);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy_enclosure124 h1, .privacy_enclosure124 h2 {
    animation: fadeInUp 0.6s ease-in-out;
}.cookie_message_alert864 {
    animation: slideIn 0.5s ease-in-out;
    box-shadow: 0 -10px 30px rgb(135,144,166,0.5);
    background: rgb(78,104,151);
    bottom: 0;
    width: 100%;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(135,144,166);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.learn_agree762 {
    box-shadow: 0 0 20px rgb(135,144,166,0.5);
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    flex-wrap: wrap;
    background: linear-gradient(135deg, rgb(78,104,151) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
}.consent_box240 {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-right: 20px;
    box-shadow: 0 0 15px rgb(135,144,166);
    flex-shrink: 0;
    border-radius: 19px;
    overflow: hidden;
}.consent_box240 svg, .consent_box240 svg path {
    fill: rgb(135,144,166);
    height: 60px;
    width: 60px;
    transition: transform 0.3s ease;
}.consent_box240:hover svg {
    transform: rotate(20deg);
}.visitor_confirm893 {
    flex: 1;
    color: #ffffff;
    min-width: 300px;
}.visitor_confirm893 h5 {
    text-shadow: 0 0 10px rgb(135,144,166);
    margin-bottom: 10px;
    color: rgb(135,144,166);
    font-weight: 700;
    font-size: 20px;
}.visitor_confirm893 p {
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(135,144,166,0.5);
    font-size: 18px;
    color: #ffffff;
}.manage_cookies812 {
    background: rgb(135,144,166);
    white-space: nowrap;
    font-size: 20px;
    text-decoration: none;
    margin-left: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    box-shadow: 0 0 10px rgb(135,144,166,0.5);
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 25px;
}.manage_cookies812:hover {
    box-shadow: 0 0 20px rgb(78,104,151,0.5);
    background: rgb(78,104,151);
}.cookie_message_alert864 p a {
    text-decoration: underline;
    color: rgb(135,144,166);
    transition: color 0.3s ease;
}.cookie_message_alert864 p a:hover {
    color: rgb(78,104,151);
}#privacyBannerPopup190 {
    display: none;
}#privacyBannerPopup190:checked ~ .cookie_message_alert864 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_message_alert864 {
    padding: 20px;
}.learn_agree762 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.consent_box240 {
    display: none;
}.learn_agree762 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.visitor_confirm893 {
    text-align: center;
    margin-bottom: 20px;
}.cookie_message_alert864 h5, .cookie_message_alert864 p {
    text-align: center;
}.manage_cookies812 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
}}
.thxNote342 {
    position: relative;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgb(135,144,166,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
}.thxNote342::before {
    opacity: 0.05;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(135,144,166,0.5) 0,
        rgb(135,144,166,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.thxNote342::after {
    right: -5%;
    filter: blur(100px);
    width: 300px;
    background: rgb(78,104,151);
    animation: pulse 10s infinite alternate ease-in-out;
    top: -10%;
    opacity: 0.1;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    content: "";
    height: 300px;
}.thxNote342 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
}.thxNote342 h2 {
    font-weight: 700;
    transform: translateX(-10px);
    color: rgb(135,144,166);
    max-width: 90%;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    position: relative;
    animation: slideInTitle 0.8s forwards ease-out;
    margin-bottom: 2.5rem;
    animation-delay: 0.3s;
    opacity: 0;
    font-size: 28px;
    line-height: 1.3;
}.thxNote342 h2::after {
    width: 80px;
    animation-delay: 1s;
    bottom: -15px;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    left: 0;
    background: rgb(78,104,151);
    position: absolute;
    height: 3px;
    animation: expandLine 1s forwards ease-out;
}.thxNote342 .impact_facts406 {
    transform: translateY(20px);
    animation-delay: 0.5s;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    animation: fadeUpIn 1s forwards ease-out;
    opacity: 0;
    padding: 2.5rem;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
}.thxNote342 .impact_facts406::before {
    right: 20px;
    position: absolute;
    content: "";
    border: 1px solid rgb(135,144,166,0.5);
    bottom: 20px;
    top: 20px;
    opacity: 0.1;
    left: 20px;
    pointer-events: none;
}.thxNote342 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}.thxNote342 li {
    padding-left: 2rem;
    position: relative;
}.thxNote342 li::before {
    transform: rotate(45deg);
    animation: fadeIn 0.5s forwards ease-out;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0;
    width: 8px;
    animation-delay: 1.2s;
    height: 8px;
    background: rgb(78,104,151);
    top: 0.5rem;
}.thxNote342 li span {
    position: relative;
    line-height: 1.7;
    display: block;
    transform: translateY(10px);
    color: #000000;
    opacity: 0;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    animation-delay: 0.8s;
    font-size: calc(15px * 1.05);
    animation: fadeUpIn 0.8s forwards ease-out;
}.thxNote342 li span::after {
    bottom: -15px;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgb(135,144,166,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.2;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@media (max-width: 992px) {.thxNote342 {
    padding: 3rem 0;
}.thxNote342 h2 {
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.thxNote342 .impact_facts406 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thxNote342 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.thxNote342 .impact_facts406 {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.thxNote342 li span {
    font-size: 15px;
}.thxNote342::after {
    right: -10%;
    top: -5%;
    height: 200px;
    width: 200px;
}
}

@media (max-width: 576px) {.thxNote342 {
    padding: 2.5rem 0;
}.thxNote342 .container {
    padding: 0 1.5rem;
}.thxNote342 h2 {
    font-size: calc(28px * 0.7);
}.thxNote342 h2::after {
    height: 2px;
    width: 60px;
}.thxNote342 .impact_facts406 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.thxNote342 li {
    padding-left: 1.5rem;
}.thxNote342 li::before {
    width: 6px;
    height: 6px;
}.thxNote342 li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.instructor_history795 {
    position: relative;
    padding: 5rem 0;
    background-color: rgb(177,178,185);
    overflow: hidden;
}.instructor_history795::before {
    left: 0;
    z-index: 1;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(135,144,166,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(78,104,151,0.5) 0px, rgb(78,104,151,0.5) 1px, transparent 1px, transparent 10px);
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.12;
    content: "";
}.instructor_history795 .container {
    margin: 0 auto;
    max-width: 1140px;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0 1.5rem;
    z-index: 2;
}.instructor_history795 .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructor_history795 .review_carousel258 {
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    padding: 2.5rem;
    position: relative;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    grid-template-columns: 1fr;
    gap: 2rem;
    backdrop-filter: blur(10px);
    display: grid;
    border-left: 5px solid rgb(135,144,166);
}.instructor_history795 .review_carousel258:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
}.instructor_history795 .review_carousel258::after {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(135,144,166) 48%, rgb(135,144,166) 52%, transparent 52%);
    height: 80px;
    transition: all 0.5s ease;
    position: absolute;
    right: 25px;
    opacity: 0.1;
    transform: rotate(15deg);
    width: 80px;
    content: "";
    top: 25px;
}.instructor_history795 .review_carousel258:hover::after {
    opacity: 0.15;
    transform: rotate(30deg) scale(1.2);
}.instructor_history795 .img_horizontal198 {
    border-radius: 10% 30% 50% 70%;
    z-index: 2;
    position: relative;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    height: 120px;
    width: 120px;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
}.instructor_history795 .img_horizontal198::before {
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(to top right, rgb(135,144,166,0.5), transparent 70%);
    inset: 0;
    z-index: 1;
    content: "";
}.instructor_history795 .review_carousel258:hover .img_horizontal198 {
    border-radius: 30% 50% 70% 90%;
    transform: scale(1.05) rotate(-2deg);
}.instructor_history795 .review_carousel258:hover .img_horizontal198::before {
    opacity: 0.7;
}.instructor_history795 .name {
    display: inline-block;
    margin: 0 0 0.5rem;
    transition: transform 0.4s ease;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: calc(22px * 1.1);
}.instructor_history795 .name::after {
    transition: width 0.4s ease;
    bottom: -5px;
    position: absolute;
    background: rgb(135,144,166);
    width: 0;
    content: "";
    height: 2px;
    left: 0;
}.instructor_history795 .review_carousel258:hover .name::after {
    width: 100%;
}.instructor_history795 .review_carousel258 > div:nth-child(2) div {
    position: relative;
    font-size: calc(17px * 0.95);
    letter-spacing: 0.5px;
    color: rgb(78,104,151);
    transition: transform 0.4s ease;
    font-weight: 600;
    transform: translateX(0);
    margin-bottom: 0.8rem;
}.instructor_history795 .review_carousel258:hover > div:nth-child(2) div {
    transform: translateX(5px);
}.instructor_history795 .emp_block164 {
    margin: 0;
    border-left: 1px solid rgb(78,104,151,0.5);
    padding-left: 1.5rem;
    line-height: 1.75;
    transition: all 0.4s ease;
    font-size: 17px;
    color: #000000;
    position: relative;
}.instructor_history795 .emp_block164::before {
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    font-size: 2.5rem;
    opacity: 0.3;
    top: -0.5rem;
    left: 0.3rem;
    color: rgb(135,144,166);
}.instructor_history795 .review_carousel258:hover .emp_block164::before {
    opacity: 0.5;
    transform: translateY(-5px) rotate(-10deg);
}

@media (min-width: 768px) {.instructor_history795 {
    padding: 7rem 0;
}.instructor_history795 .review_carousel258 {
    grid-template-columns: auto 1fr;
    row-gap: 1.5rem;
    grid-template-rows: auto 1fr;
    column-gap: 2.5rem;
    padding: 3rem;
}.instructor_history795 .review_carousel258 > div:first-child {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    grid-row: 1 / 3;
}.instructor_history795 .review_carousel258 > div:nth-child(2) {
    align-self: end;
}.instructor_history795 .img_horizontal198 {
    width: 180px;
    height: 180px;
}.instructor_history795 .name {
    margin-bottom: 0.8rem;
    font-size: calc(22px * 1.3);
}.instructor_history795 .emp_block164 {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.instructor_history795 .container {
    transform: perspective(1500px) rotateY(3deg);
}.instructor_history795 .review_carousel258 {
    padding: 4rem;
    gap: 3rem;
}.instructor_history795 .img_horizontal198 {
    height: 220px;
    width: 220px;
}.instructor_history795 .emp_block164 {
    border-left: none;
    column-count: 2;
    column-gap: 2.5rem;
    padding-left: 0;
}.instructor_history795 .emp_block164::before {
    font-size: 4rem;
    left: -1rem;
}
}

@media (max-width: 767px) {.instructor_history795 {
    padding: 4rem 0;
}.instructor_history795 .container {
    transform: none;
}.instructor_history795 .review_carousel258 {
    padding: 2rem;
}.instructor_history795 .review_carousel258 > div:first-child {
    justify-content: center;
    margin-bottom: 1rem;
    display: flex;
}.instructor_history795 .review_carousel258 > div:nth-child(2) {
    text-align: center;
}.instructor_history795 .name::after {
    transform: translateX(-50%);
    left: 50%;
}.instructor_history795 .emp_block164 {
    text-align: left;
    padding-left: 1rem;
}}.company_overview409 {
    position: relative;
    padding: 90px 0;
    background: rgb(177,178,185);
    overflow: hidden;
}.company_overview409::before {
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(135,144,166), rgb(78,104,151));
    height: 5px;
    position: absolute;
    width: 100%;
}.company_overview409 .container {
    z-index: 2;
    position: relative;
}.company_overview409 h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
    display: inline-block;
    background: #ffffff;
    padding: 0 15px;
    transform: translateX(-50%);
    left: 50%;
    font-size: 34px;
    color: #000000;
    position: relative;
}.company_overview409 h2::after {
    bottom: -10px;
    background: rgb(135,144,166);
    position: absolute;
    width: 40px;
    left: 50%;
    height: 2px;
    content: "";
    transform: translateX(-50%);
}.company_overview409 .knowledge_zone209 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
    display: grid;
}.company_overview409 .knowledge_zone209::before {
    transform: translate(-50%, -50%);
    left: 50%;
    width: 50px;
    content: "";
    height: 50px;
    background: #ffffff;
    position: absolute;
    z-index: 3;
    border: 3px solid rgb(135,144,166);
    top: 50%;
    border-radius: 50%;
}.company_overview409 .knowledge_zone209::after {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    top: 0;
    background: rgb(135,144,166,0.5);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 1px;
}.company_overview409 .skill_learn790 {
    padding: 35px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 11px;
}.company_overview409 .skill_learn790:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.company_overview409 .skill_learn790:first-child {
    border-bottom: 3px solid rgb(135,144,166);
}.company_overview409 .skill_learn790:last-child {
    border-bottom: 3px solid rgb(78,104,151);
}.company_overview409 .skill_learn790 h3 {
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    font-size: 24px;
    display: inline-block;
    color: rgb(135,144,166);
}.company_overview409 .skill_learn790 h3::after {
    left: 0;
    width: 60px;
    height: 2px;
    content: "";
    bottom: 0;
    position: absolute;
    background: rgb(78,104,151);
}.company_overview409 .skill_learn790 p {
    font-size: 18px;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.7;
}.company_overview409 .skill_learn790:first-child::before {
    position: absolute;
    top: 20px;
    opacity: 0.2;
    right: 20px;
    content: "01";
    color: rgb(135,144,166,0.5);
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
}.company_overview409 .skill_learn790:last-child::before {
    position: absolute;
    font-weight: 700;
    top: 20px;
    font-size: 70px;
    right: 20px;
    color: rgb(78,104,151,0.5);
    opacity: 0.2;
    line-height: 1;
    content: "02";
}.company_overview409 .container::before {
    border-radius: 50%;
    z-index: -1;
    width: 200px;
    left: -100px;
    height: 200px;
    opacity: 0.1;
    position: absolute;
    border: 30px solid rgb(135,144,166,0.5);
    content: "";
    top: -100px;
}.company_overview409 .container::after {
    right: -70px;
    content: "";
    bottom: -70px;
    border-radius: 50%;
    border: 30px solid rgb(78,104,151,0.5);
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 991px) {.company_overview409 {
    padding: 70px 0;
}.company_overview409 h2 {
    margin-bottom: 40px;
}.company_overview409 .knowledge_zone209 {
    gap: 25px;
    grid-template-columns: 1fr;
}.company_overview409 .knowledge_zone209::before,
    .company_overview409 .knowledge_zone209::after {
    display: none;
}.company_overview409 .skill_learn790 {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.company_overview409 {
    padding: 60px 0;
}.company_overview409 h2 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.9);
}.company_overview409 .skill_learn790 {
    padding: 25px;
}.company_overview409 .skill_learn790 h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.company_overview409 .skill_learn790 p {
    font-size: calc(18px * 0.95);
}.company_overview409 .skill_learn790:first-child::before,
    .company_overview409 .skill_learn790:last-child::before {
    right: 15px;
    font-size: 60px;
    top: 15px;
}
}

@media screen and (max-width: 575px) {.company_overview409 {
    padding: 50px 0;
}.company_overview409 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.company_overview409 .skill_learn790 {
    padding: 20px;
}.company_overview409 .skill_learn790 h3 {
    font-size: calc(24px * 0.85);
    padding-bottom: 10px;
    margin-bottom: 12px;
}.company_overview409 .skill_learn790 p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.company_overview409 .skill_learn790:first-child::before,
    .company_overview409 .skill_learn790:last-child::before {
    font-size: 50px;
    right: 10px;
    top: 10px;
}.company_overview409 .container::before,
    .company_overview409 .container::after {
    height: 100px;
    border-width: 20px;
    width: 100px;
}}.course_methodology263 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgba(245, 247, 252, 0.97) 100%);
    position: relative;
    overflow: hidden;
}.course_methodology263::before {
    width: 100%;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%);
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    background-size: 20px 20px;
    pointer-events: none;
    top: 0;
    z-index: 1;
}.course_methodology263::after {
    z-index: 0;
    background: linear-gradient(145deg, rgba(var(--primary-color-rgb), 0.15) 0%, rgba(var(--secondary-color-rgb), 0.07) 100%);
    transform: rotate(-15deg) skewX(15deg);
    right: -10%;
    height: 70%;
    filter: blur(20px);
    animation: floatBackground 15s ease-in-out infinite alternate;
    position: absolute;
    width: 40%;
    content: "";
    top: -5%;
}.course_methodology263 .impact_facts406 {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    margin: 0 auto;
    z-index: 5;
    padding: 0 30px;
    max-width: 1200px;
}.course_methodology263 h2 {
    opacity: 0;
    position: relative;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    margin-bottom: 40px;
    transform: translateX(-5px);
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
}.course_methodology263 h2::before {
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(135,144,166) 0%, rgb(78,104,151) 100%);
    width: 0;
    bottom: 0;
    content: "";
    left: 0;
    animation: growLine 1.2s 0.7s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
}.course_methodology263 h2::after {
    left: 0;
    width: 40px;
    bottom: -15px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(135,144,166,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.5;
    position: absolute;
    transform: rotate(45deg) translateX(25px);
    height: 40px;
    border-radius: 10px;
}.course_methodology263 .content_card760 {
    position: relative;
    background: rgba(var(--white-color-rgb), 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 
        -15px 15px 30px rgba(var(--dark-color-rgb), 0.05),
        5px -5px 30px rgba(var(--dark-color-rgb), 0.02);
    transform: translateY(20px) translateX(5px) rotate(-1deg);
    border-left: 4px solid rgb(135,144,166);
    padding: 35px 40px;
    animation: slideInContent 1s 0.5s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    opacity: 0;
    transition: transform 0.5s ease;
    margin-left: 20px;
}.course_methodology263 .content_card760:hover {
    transform: translateY(0) translateX(0) rotate(0) scale(1.01);
    box-shadow: 
        -20px 20px 40px rgba(var(--dark-color-rgb), 0.07),
        10px -10px 40px rgba(var(--dark-color-rgb), 0.03);
}.course_methodology263 .content_card760::before {
    content: "";
    position: absolute;
    top: 20px;
    opacity: 0.2;
    height: 40px;
    width: 40px;
    left: -20px;
    border-radius: 0 50% 50% 50%;
    background: linear-gradient(135deg, rgb(78,104,151) 0%, transparent 100%);
    z-index: -1;
}.course_methodology263 .content_card760::after {
    background: linear-gradient(90deg, transparent 0%, rgba(var(--dark-color-rgb), 0.06) 100%);
    right: 30px;
    width: 70%;
    content: "";
    z-index: -2;
    height: 10px;
    position: absolute;
    filter: blur(5px);
    bottom: -10px;
}.course_methodology263 p {
    animation: fadeInText 1s 0.9s forwards ease-out;
    font-size: 12px;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(10px);
    color: #000000;
    margin: 0;
}.course_methodology263 p::first-letter {
    font-size: 1.2em;
    color: rgb(135,144,166);
    font-weight: 600;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-25px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes slideInContent {
    0% {
        transform: translateY(50px) translateX(5px) rotate(-1deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) translateX(0) rotate(0);
        opacity: 1;
    }
}

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

@keyframes floatBackground {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    100% {
        transform: rotate(-12deg) skewX(12deg) translate(15px, 15px);
    }
}

@media (max-width: 1100px) {.course_methodology263 {
    padding: 100px 0;
}.course_methodology263 h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.course_methodology263 .content_card760 {
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.course_methodology263 {
    padding: 80px 0;
}.course_methodology263::after {
    width: 60%;
    right: -20%;
    height: 40%;
    top: -10%;
}.course_methodology263 .impact_facts406 {
    padding: 0 20px;
    transform: perspective(1000px) rotateX(1deg);
}.course_methodology263 h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 25px;
}.course_methodology263 .content_card760 {
    padding: 25px 20px;
    margin-left: 10px;
}.course_methodology263 p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.course_methodology263 {
    padding: 60px 0;
}.course_methodology263 .impact_facts406 {
    padding: 0 15px;
    transform: none;
}.course_methodology263 h2 {
    padding-bottom: 10px;
    font-size: calc(32px * 0.75);
    margin-bottom: 20px;
}.course_methodology263 h2::before {
    height: 2px;
}.course_methodology263 .content_card760 {
    padding: 20px 15px;
    border-left-width: 3px;
    margin-left: 0;
}.course_methodology263 .content_card760::before {
    width: 20px;
    height: 20px;
    left: -10px;
    top: 10px;
}.course_methodology263 p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.customer_experience563 {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: rgb(177,178,185);
}.customer_experience563::before {
    left: 0;
    animation: moveBackground 15s linear infinite;
    z-index: 0;
    background-size: 100px 100px;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgb(78,104,151,0.5) 49%,
        rgb(78,104,151,0.5) 51%,
        transparent 52%
    );
    opacity: 0.2;
    content: "";
    height: 100%;
}@keyframes moveBackground {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.customer_experience563::after {
    right: -20%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    transform: rotate(30deg);
    opacity: 0.1;
    background: rgb(135,144,166,0.5);
    height: 200%;
    width: 70%;
    top: -50%;
    z-index: 0;
    content: "";
    position: absolute;
}.customer_experience563 .container {
    z-index: 1;
    position: relative;
}.customer_experience563 h2 {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgb(78,104,151,0.5) 100%
    );
    position: relative;
    transform: skewX(-5deg);
    padding: 1rem 3rem 1rem 0;
    color: #000000;
    margin-bottom: 5rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
}.customer_experience563 .feedback_track792 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    position: relative;
    gap: 3rem;
    display: grid;
}.customer_experience563 .review_carousel258 {
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    background: #ffffff;
    flex-direction: column;
    position: relative;
    padding: 2.5rem;
    display: flex;
    z-index: 1;
    align-items: center;
}.customer_experience563 .review_carousel258::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    left: 0;
    background: linear-gradient(
        135deg,
        rgb(135,144,166,0.5),
        rgb(78,104,151,0.5)
    );
    transition: all 0.5s ease;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    transform: translateY(10px) translateX(10px);
    width: 100%;
    height: 100%;
}.customer_experience563 .review_carousel258:nth-child(even)::before {
    transform: translateY(10px) translateX(-10px);
    background: linear-gradient(
        135deg,
        rgb(78,104,151,0.5),
        rgb(135,144,166,0.5)
    );
}.customer_experience563 .review_carousel258:hover::before {
    transform: translateY(15px) translateX(15px);
}.customer_experience563 .review_carousel258:nth-child(even):hover::before {
    transform: translateY(15px) translateX(-15px);
}.customer_experience563 .review_carousel258:nth-child(odd) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}.customer_experience563 .review_carousel258:nth-child(odd)::before {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}.customer_experience563 .review_carousel258:nth-child(3n) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}.customer_experience563 .review_carousel258:nth-child(3n)::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}.customer_experience563 .review_carousel258:nth-child(3n+1) {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}.customer_experience563 .review_carousel258:nth-child(3n+1)::before {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}.customer_experience563 .review_carousel258::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(45deg);
    content: "";
    top: -15px;
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    z-index: -2;
    width: 50px;
    right: -15px;
    background: rgb(135,144,166);
    height: 50px;
}.customer_experience563 .review_carousel258:nth-child(odd)::after {
    background: rgb(78,104,151);
    top: -15px;
    left: -15px;
}.customer_experience563 .review_carousel258:hover::after {
    opacity: 1;
    transform: rotate(225deg);
}.customer_experience563 .review_carousel258 img {
    border-radius: 0;
    object-fit: cover;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    height: 80px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 80px;
}.customer_experience563 .review_carousel258:hover img {
    transform: rotate(45deg);
    clip-path: polygon(0 0, 50% 0, 100% 50%, 100% 100%, 50% 100%, 0 50%);
}.customer_experience563 .review_carousel258 p {
    position: relative;
    font-weight: 600;
    text-align: center;
    font-size: 21px;
    color: #000000;
    margin-bottom: 0.5rem;
}.customer_experience563 .review_carousel258 p::after {
    left: 50%;
    height: 2px;
    content: "";
    background: rgb(135,144,166);
    width: 0;
    bottom: -5px;
    transition: all 0.5s ease;
    position: absolute;
    transform: translateX(-50%);
}.customer_experience563 .review_carousel258:hover p::after {
    width: 50px;
}.customer_experience563 .review_carousel258 .description {
    transform: translateY(0);
    font-size: 12px;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-top: 1rem;
    line-height: 1.6;
}.customer_experience563 .review_carousel258:hover .description {
    transform: translateY(-5px);
}@keyframes pulse {
    0%, 100% { 
        box-shadow: 0 0 0 0 rgb(135,144,166,0.5);
    }
    50% { 
        box-shadow: 0 0 0 10px transparent;
    }
}

.customer_experience563 .review_carousel258:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.customer_experience563 .review_carousel258:nth-child(4n+1) {
    animation: shiftLeft 10s infinite alternate;
}.customer_experience563 .review_carousel258:nth-child(4n+2) {
    animation: shiftRight 12s infinite alternate;
}.customer_experience563 .review_carousel258:nth-child(4n+3) {
    animation: shiftDown 15s infinite alternate;
}

@keyframes shiftLeft {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}

@keyframes shiftRight {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}

@keyframes shiftDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

@media (max-width: 992px) {.customer_experience563 .feedback_track792 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.customer_experience563 {
    padding: 5rem 0;
}.customer_experience563 h2 {
    transform: none;
    margin-bottom: 3rem;
    font-size: calc(34px * 0.9);
    background: none;
    padding: 0;
    clip-path: none;
}.customer_experience563 .feedback_track792 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.customer_experience563 .review_carousel258,
    .customer_experience563 .review_carousel258:nth-child(odd),
    .customer_experience563 .review_carousel258:nth-child(3n),
    .customer_experience563 .review_carousel258:nth-child(3n+1) {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
}.customer_experience563 .review_carousel258::before,
    .customer_experience563 .review_carousel258:nth-child(odd)::before,
    .customer_experience563 .review_carousel258:nth-child(3n)::before,
    .customer_experience563 .review_carousel258:nth-child(3n+1)::before {
    clip-path: polygon(
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%, 
            0% 5%
        );
    transform: translateY(5px) translateX(5px);
}.customer_experience563 .review_carousel258:hover::before {
    transform: translateY(8px) translateX(8px);
}.customer_experience563 .review_carousel258:nth-child(even):hover::before {
    transform: translateY(8px) translateX(-8px);
}.customer_experience563 .review_carousel258,
    .customer_experience563 .review_carousel258:nth-child(4n+1),
    .customer_experience563 .review_carousel258:nth-child(4n+2),
    .customer_experience563 .review_carousel258:nth-child(4n+3) {
    animation: none;
}}footer {
    position: relative;
    width: 100%;
}footer .cloud_lab241 {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    padding: 80px 0 30px;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(135,144,166) 100%);
}footer .cloud_lab241::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
}footer .cloud_lab241::after {
    position: absolute;
    animation: glowBorder 3s infinite linear;
    content: '';
    background: linear-gradient(90deg, 
        rgb(135,144,166) 0%, 
        rgb(78,104,151) 50%, 
        rgb(135,144,166) 100%);
    top: 0;
    width: 100%;
    left: 0;
    height: 3px;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .cloud_lab241 .container {
    position: relative;
    z-index: 2;
}footer .fellow_prog794 {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .get_helpdesk936 {
    position: relative;
    padding-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
    display: flex;
}footer .get_helpdesk936::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(78,104,151,0.5) 50%, 
        transparent 100%);
    position: absolute;
    height: 1px;
    content: '';
    bottom: 0;
}footer .info_item {
    padding: 15px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    flex: 1;
    min-width: 200px;
    transform: translateY(0);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: color 0.3s ease;
    display: flex;
    gap: 10px;
}footer .info_item svg {
    fill: rgb(78,104,151);
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(78,104,151);
}footer .text_main_holder {
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 40px;
}footer .head_train796 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}footer .head_train796 svg {
    filter: drop-shadow(0 0 5px rgb(135,144,166,0.5));
    height: auto;
    max-width: 160px;
}footer .policy_links174 {
    font-weight: 300;
    opacity: 0.7;
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
    max-width: 300px;
}footer .nav_train146 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}footer .nav_train146 h5 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}footer .nav_train146 h5::after {
    width: 50px;
    content: '';
    background: rgb(78,104,151);
    border-radius: 10px;
    bottom: 0;
    height: 3px;
    position: absolute;
    left: 0;
}footer .head_guide074 {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .head_guide074 a {
    position: relative;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding-left: 15px;
    text-decoration: none;
    opacity: 0.8;
}footer .head_guide074 a::before {
    left: 0;
    height: 6px;
    content: '';
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0.7;
    background: rgb(78,104,151);
    top: 50%;
    width: 6px;
    transition: all 0.3s ease;
}footer .head_guide074 a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(78,104,151);
}footer .head_guide074 a:hover::before {
    opacity: 1;
    height: 8px;
    box-shadow: 0 0 10px rgb(78,104,151);
    width: 8px;
}footer .subscribe_holder {
    border-radius: 21px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    gap: 15px;
    flex-direction: column;
    transition: all 0.5s ease;
    display: flex;
    transform: perspective(1000px) rotateY(-5deg);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.2);
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
}footer .subscribe_holder p {
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.8;
    line-height: 1.6;
    font-size: 14px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    outline: none;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 14px 15px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(78,104,151);
    box-shadow: 0 0 15px rgb(78,104,151,0.5);
}footer .updates_fieldset365 {
    font-size: 14px;
    border: none;
    position: relative;
    background: linear-gradient(45deg, rgb(78,104,151) 0%, rgb(135,144,166) 100%);
    letter-spacing: 1px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 24px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}footer .updates_fieldset365::before {
    width: 100%;
    left: -100%;
    height: 100%;
    transition: 0.6s;
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
}footer .updates_fieldset365:hover::before {
    left: 100%;
}footer .updates_fieldset365:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .hackathon243 {
    padding-top: 30px;
    position: relative;
    text-align: center;
}footer .hackathon243::before {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(78,104,151,0.5) 50%, 
        transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
}footer .qna_board156 {
    font-size: 13px;
    opacity: 0.7;
    font-weight: 300;
    color: #ffffff;
}

@media (max-width: 992px) {footer .cloud_lab241 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .get_helpdesk936 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .cloud_lab241 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .nav_train146 {
    gap: 15px;
}footer .get_helpdesk936 {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .updates_fieldset365 {
    width: 100%;
}
}

@media (max-width: 576px) {footer .cloud_lab241 {
    padding: 40px 0 30px;
}footer .head_train796 {
    text-align: center;
    margin: 0 auto;
    align-items: center;
}footer .policy_links174 {
    margin: 0 auto;
    text-align: center;
}footer .nav_train146 h5 {
    text-align: center;
}footer .nav_train146 h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .head_guide074 {
    align-items: center;
}footer .head_guide074 a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.statistics_information704 {
    padding: 120px 0;
    overflow: hidden;
    background-image: linear-gradient(135deg, rgb(135,144,166,0.5) 0%, transparent 100%);
    position: relative;
    background: rgb(177,178,185);
}.statistics_information704::before {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    height: 100%;
    position: absolute;
    opacity: 0.05;
    content: "";
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
}.statistics_information704::after {
    opacity: 0.1;
    top: 0;
    right: 0;
    width: 50%;
    position: absolute;
    height: 100%;
    pointer-events: none;
    content: "";
    background: radial-gradient(circle, rgb(135,144,166,0.5) 0%, transparent 70%);
}.statistics_information704 .container {
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    gap: 60px;
    display: grid;
    z-index: 2;
}.statistics_information704 .extra_pro182 {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 20px;
}.statistics_information704 .extra_pro182::before {
    left: -20px;
    background: linear-gradient(to bottom, rgb(135,144,166), transparent);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 5px;
    border-radius: 10px;
}.statistics_information704 .fast_upgrade793 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.7) 100%);
    align-items: center;
    transform-origin: left center;
    padding: 20px 30px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    overflow: hidden;
}.statistics_information704 .fast_upgrade793:nth-child(even) {
    transform: translateX(20px);
}.statistics_information704 .fast_upgrade793:hover {
    z-index: 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(10px) scale(1.05);
}.statistics_information704 .fast_upgrade793:nth-child(even):hover {
    transform: translateX(30px) scale(1.05);
}.statistics_information704 .fast_upgrade793::after {
    height: 100%;
    transition: width 0.3s ease;
    border-radius: 10px;
    position: absolute;
    top: 0;
    background: rgb(135,144,166);
    content: "";
    left: 0;
    width: 4px;
}.statistics_information704 .fast_upgrade793:hover::after {
    width: 8px;
}.statistics_information704 .fast_upgrade793 h4 {
    margin: 0;
    font-size: calc(41px * 0.8);
    text-align: left;
    font-weight: 700;
    min-width: 100px;
    color: rgb(135,144,166);
}.statistics_information704 .fast_upgrade793 span {
    margin-left: 30px;
    padding-left: 30px;
    font-size: 13px;
    flex-grow: 1;
    color: #000000;
    font-weight: 400;
    position: relative;
}.statistics_information704 .fast_upgrade793 span::before {
    left: 0;
    content: "";
    width: 1px;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(135,144,166,0.5), transparent);
    position: absolute;
}.statistics_information704 .extra_gain783 {
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
}.statistics_information704 .extra_gain783::before {
    width: 300px;
    position: absolute;
    border-radius: 50%;
    height: 300px;
    filter: blur(80px);
    top: 50%;
    content: "";
    animation: pulse 10s infinite alternate;
    right: -150px;
    background: rgb(135,144,166,0.5);
    opacity: 0.1;
    transform: translateY(-50%);
    z-index: -1;
}@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: translateY(-50%) scale(1);
    }
    100% {
        opacity: 0.15;
        transform: translateY(-50%) scale(1.1);
    }
}

.statistics_information704 .mentor_statistics197 {
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-size: 41px;
    line-height: 1.2;
    font-weight: 700;
}.statistics_information704 .mentor_statistics197::after {
    bottom: -15px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    content: "";
    background: rgb(135,144,166);
    width: 80px;
    height: 4px;
}.statistics_information704 .top_statistics126 {
    font-size: 13px;
    max-width: 90%;
    color: #000000;
    line-height: 1.8;
}.statistics_information704 svg {
    transition: transform 0.3s ease;
    height: 40px;
    width: 40px;
    margin-right: 20px;
}.statistics_information704 svg path {
    transition: fill 0.3s ease;
    fill: rgb(135,144,166);
}.statistics_information704 .fast_upgrade793:hover svg {
    transform: scale(1.1) rotate(5deg);
}.statistics_information704 .fast_upgrade793:hover svg path {
    fill: rgb(78,104,151);
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.statistics_information704 {
    padding: 80px 0;
}.statistics_information704 .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.statistics_information704 .extra_pro182 {
    order: 2;
}.statistics_information704 .extra_gain783 {
    text-align: center;
    order: 1;
    align-items: center;
}.statistics_information704 .mentor_statistics197::after {
    left: 50%;
    transform: translateX(-50%);
}.statistics_information704 .top_statistics126 {
    text-align: center;
    max-width: 100%;
}.statistics_information704 .extra_pro182::before {
    background: linear-gradient(to right, rgb(135,144,166), transparent);
    top: -20px;
    width: 100%;
    height: 5px;
    left: 0;
}.statistics_information704 .extra_gain783::before {
    right: 50%;
    transform: translate(50%, -50%);
    height: 200px;
    width: 200px;
}.statistics_information704 .fast_upgrade793:nth-child(even) {
    transform: translateX(0);
}.statistics_information704 .fast_upgrade793:hover, 
    .statistics_information704 .fast_upgrade793:nth-child(even):hover {
    transform: scale(1.02);
}
}

@media (max-width: 576px) {.statistics_information704 {
    padding: 60px 0;
}.statistics_information704 .container {
    padding: 0 15px;
    gap: 40px;
}.statistics_information704 .fast_upgrade793 {
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
}.statistics_information704 .fast_upgrade793 h4 {
    margin-bottom: 15px;
    font-size: 33px;
    min-width: auto;
}.statistics_information704 .fast_upgrade793 span {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}.statistics_information704 .fast_upgrade793 span::before {
    height: 1px;
    background: linear-gradient(to right, rgb(135,144,166,0.5), transparent);
    width: 100%;
    top: -10px;
    left: 0;
}.statistics_information704 .mentor_statistics197 {
    font-size: calc(33px * 1.2);
    margin-bottom: 25px;
}.statistics_information704 .top_statistics126 {
    font-size: calc(13px * 0.95);
}.statistics_information704 svg {
    margin-right: 0;
    margin-bottom: 15px;
}.statistics_information704 .fast_upgrade793::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}.statistics_information704 .fast_upgrade793:hover::after {
    height: 6px;
    width: 100%;
}}

.statistics_information704 .fast_upgrade793 h4 {
    background: linear-gradient(45deg, rgb(135,144,166), rgb(78,104,151));
    -webkit-background-clip: text !important;
    display: inline-block;
    background-clip: text !important;
    color: transparent;
}.statistics_information704 .mentor_statistics197 {
    position: relative;
    overflow: hidden;
}.statistics_information704 .mentor_statistics197::before {
    height: 100%;
    top: 0;
    width: 4px;
    position: absolute;
    background: rgb(135,144,166);
    right: 0;
    content: '';
    animation: blink 2s infinite;
}@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.statistics_information704 .fast_upgrade793:nth-child(1) {
    animation: float 6s ease-in-out infinite;
}.statistics_information704 .fast_upgrade793:nth-child(2) {
    animation: float 7s ease-in-out infinite;
}.statistics_information704 .fast_upgrade793:nth-child(3) {
    animation: float 8s ease-in-out infinite;
}.statistics_information704 .fast_upgrade793:nth-child(4) {
    animation: float 9s ease-in-out infinite;
}.statistics_information704::before {
    animation: backgroundMove 30s linear infinite;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}header {
    backdrop-filter: blur(8px);
    position: fixed;
    border-bottom: 1px solid rgb(135,144,166,0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    left: 0;
    z-index: 1000;
    top: 0;
    -webkit-backdrop-filter: blur(8px);
    width: 100%;
    background: linear-gradient(135deg, #000000 0%, rgb(135,144,166) 100%);
}header:before {
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(135,144,166,0.5), transparent);
    pointer-events: none;
    left: 0;
    background-size: 200% 100%;
    opacity: 0.4;
    position: absolute;
    animation: shine 8s infinite linear;
    content: '';
}header .header_top809 {
    width: 100%;
}header .container {
    max-width: 1200px;
    padding: 15px 20px;
    margin: 0 auto;
}header .nav_mainbar817 {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .nav_train146 {
    gap: 25px;
    position: relative;
    display: flex;
}header .nav_train146:before {
    height: 1px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(135,144,166), transparent);
    position: absolute;
    transform-origin: left;
    transition: transform 0.6s ease;
    transform: scaleX(0);
    bottom: -8px;
    content: '';
}header .nav_train146:hover:before {
    transform: scaleX(1);
}header .top_teach195 {
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    padding: 8px 0;
    color: #ffffff;
    text-decoration: none;
}header .top_teach195:after {
    bottom: 0;
    background: rgb(135,144,166);
    width: 100%;
    content: '';
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transform: scaleX(0);
    left: 0;
    position: absolute;
    transform-origin: right;
    height: 2px;
}header .top_teach195:before {
    transition: all 0.3s ease;
    content: '';
    transform: translateX(-50%);
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    background: rgb(135,144,166);
    top: 0;
    width: 4px;
    height: 4px;
    left: 50%;
}header .top_teach195:hover {
    color: rgb(135,144,166);
    text-shadow: 0 0 8px rgb(135,144,166,0.5);
}header .top_teach195:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .top_teach195:hover:before {
    opacity: 1;
}header .head_edu681 {
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    position: relative;
}header .head_edu681 svg {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 0 4px rgb(135,144,166,0.5));
    transition: transform 0.5s ease;
}header .head_edu681:hover svg {
    transform: scale(1.05);
}header .head_edu681:after {
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    bottom: -8px;
    background: rgb(135,144,166);
    transform: translateX(-50%);
    width: 0;
    transition: width 0.4s ease;
}header .head_edu681:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .nav_train146 {
    gap: 15px;
}header .top_teach195 {
    font-size: calc(12px - 1px);
}header .head_edu681 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .nav_train146 {
    width: 80%;
    height: 100vh;
    gap: 20px;
    padding: 80px 30px 30px;
    right: -100%;
    overflow-y: auto;
    position: fixed;
    flex-direction: column;
    top: 0;
    transition: right 0.4s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    background: #000000;
    max-width: 300px;
}header .menu.active {
    right: 0;
}header .top_teach195 {
    border-bottom: 1px solid rgb(135,144,166,0.5);
    padding: 10px 5px;
    width: 100%;
}header .nav_train146:before {
    display: none;
}header .head_edu681 {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .head_edu681 svg {
    height: 30px;
}}.audience_profile519 {
    background: rgb(177,178,185);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.audience_profile519::before {
    content: "";
    opacity: 0.3;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 40%, rgb(135,144,166,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(78,104,151,0.5) 0%, transparent 35%);
}.audience_profile519 .impact_facts406 {
    margin: 0 auto;
    z-index: 1;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
}.audience_profile519 h3 {
    text-align: center;
    transform: translateX(-50%);
    color: #000000;
    display: inline-block;
    font-size: 34px;
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
    position: relative;
    left: 50%;
    font-weight: 700;
}.audience_profile519 h3::before {
    top: -20px;
    border-radius: 50%;
    left: -30px;
    position: absolute;
    content: "";
    z-index: -1;
    height: 100px;
    border: 2px solid rgb(135,144,166,0.5);
    width: 100px;
}.audience_profile519 h3::after {
    position: absolute;
    z-index: -1;
    right: -20px;
    width: 60px;
    border: 2px solid rgb(78,104,151,0.5);
    border-radius: 50%;
    bottom: -15px;
    content: "";
    height: 60px;
}.audience_profile519 ul {
    gap: 50px;
    padding: 0;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    justify-items: center;
    list-style: none;
}.audience_profile519 ul li {
    border-radius: 50%;
    text-align: center;
    transition: all 0.4s ease;
    height: 220px;
    display: flex;
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding: 0;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    justify-content: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 220px;
    color: #000000;
    z-index: 2;
}.audience_profile519 ul li::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    background: linear-gradient(135deg, rgb(135,144,166), rgb(78,104,151));
    left: 0;
    border-radius: 50%;
    top: 0;
}.audience_profile519 ul li::after {
    border-radius: 50%;
    top: -10px;
    transition: all 0.4s ease;
    left: -10px;
    opacity: 0.5;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: -2;
    border: 2px dashed rgb(135,144,166,0.5);
    position: absolute;
}.audience_profile519 ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}.audience_profile519 ul li:hover::before {
    opacity: 1;
}.audience_profile519 ul li:hover::after {
    transform: scale(1.1) rotate(15deg);
    border-color: rgb(78,104,151);
    opacity: 0.7;
}.audience_profile519 ul li svg {
    margin-bottom: 20px;
    flex-shrink: 0;
    width: 40px;
    transition: all 0.4s ease;
    height: 40px;
    margin-top: 45px;
}.audience_profile519 ul li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}.audience_profile519 ul li svg path {
    fill: rgb(135,144,166);
    transition: fill 0.4s ease;
}.audience_profile519 ul li:hover svg path {
    fill: #ffffff;
}.audience_profile519 ul li > span {
    overflow: hidden;
    display: block;
    max-width: 100%;
    padding: 0 30px;
    max-height: 100px;
}

@media (max-width: 1200px) {.audience_profile519 ul {
    gap: 40px;
}.audience_profile519 ul li {
    width: 200px;
    height: 200px;
}
}

@media (max-width: 992px) {.audience_profile519 {
    padding: 100px 0;
}.audience_profile519 h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 60px;
}.audience_profile519 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    grid-template-rows: repeat(4, 1fr);
}.audience_profile519 ul li {
    width: 220px;
    height: 220px;
}.audience_profile519 ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.audience_profile519 {
    padding: 80px 0;
}.audience_profile519 h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 50px;
}.audience_profile519 ul {
    gap: 30px;
}.audience_profile519 ul li {
    height: 200px;
    width: 200px;
}.audience_profile519 ul li svg {
    width: 35px;
    margin-top: 40px;
    height: 35px;
}
}

@media (max-width: 580px) {.audience_profile519 {
    padding: 60px 0;
}.audience_profile519 .impact_facts406 {
    padding: 0 20px;
}.audience_profile519 h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 40px;
}.audience_profile519 ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.audience_profile519 ul li {
    width: 220px;
    height: 220px;
}
}

@media (max-width: 480px) {.audience_profile519 ul li {
    width: 200px;
    height: 200px;
}.audience_profile519 ul li svg {
    height: 30px;
    margin-bottom: 15px;
    margin-top: 35px;
    width: 30px;
}.audience_profile519 ul li > span {
    padding: 0 20px;
}}.plan_option856 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.plan_option856::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    bottom: 0;
}.plan_option856 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.plan_option856 .pricing_catalog394 {
    perspective: 1000px;
}.plan_option856 h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    transform: translateZ(30px);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
}.plan_option856 .member_fees507 {
    opacity: 0.9;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    max-width: 700px;
    transform: translateZ(20px);
    margin: 0 auto 50px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 1.6;
    font-size: 14px;
}.plan_option856 .price_options175 {
    padding: 0;
    display: grid;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
}.plan_option856 .price_options175 li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.plan_option856 .study_fees375 {
    height: 100%;
    text-decoration: none;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
    display: block;
}.plan_option856 .premium_plan210 {
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
}.plan_option856 .premium_plan210::before {
    background: linear-gradient(90deg, 
        rgb(135,144,166) 0%,
        rgb(78,104,151) 100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    left: 0;
    position: absolute;
    transform-origin: left;
    height: 5px;
    transform: scaleX(0.92);
    right: 0;
    top: 0;
}.plan_option856 .premium_plan210::after {
    bottom: -2px;
    height: 2px;
    background: linear-gradient(90deg, 
        rgb(78,104,151,0.5) 0%,
        rgb(135,144,166,0.5) 100%);
    transform-origin: bottom;
    opacity: 0.7;
    position: absolute;
    left: 10px;
    content: "";
    right: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.plan_option856 .cert_plans209 {
    transform: translateZ(10px);
    padding: 35px 30px;
}.plan_option856 .cert_plans209 h4 {
    margin: 0 0 20px;
    font-weight: 700;
    transform: translateZ(5px);
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: calc(23px * 1.1);
}.plan_option856 .cert_plans209 h4::after {
    background: rgb(135,144,166);
    height: 3px;
    transform-origin: left;
    width: 40px;
    left: 0;
    position: absolute;
    content: "";
    bottom: -8px;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}.plan_option856 .cert_plans209 p {
    overflow-y: auto;
    word-wrap: break-word;
    opacity: 0.85;
    max-height: 250px;
    color: #ffffff;
    font-size: 14px;
    overflow-wrap: break-word;
    padding-right: 5px;
    hyphens: auto;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 25px;
}.plan_option856 .cert_plans209 p::-webkit-scrollbar {
    width: 4px;
}.plan_option856 .cert_plans209 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(135,144,166,0.5);
}.plan_option856 .tuition_grid218 {
    font-size: calc(23px * 1.2);
    transform: translateZ(15px);
    text-align: right;
    display: block;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    margin-top: 20px;
    color: #ffffff;
}.plan_option856 .tuition_grid218::before {
    transform: translateY(-2px);
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    box-shadow: 0 0 15px rgb(135,144,166);
    background: rgb(135,144,166);
    border-radius: 50%;
    margin-right: 8px;
}.plan_option856 .price_options175 li:hover {
    transform: translateY(-5px) scale(1.02);
}.plan_option856 .price_options175 li:hover .premium_plan210 {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: translateZ(20px);
}.plan_option856 .price_options175 li:hover .premium_plan210::before {
    transform: scaleX(1);
}.plan_option856 .price_options175 li:hover .premium_plan210::after {
    transform: scaleY(1.5);
    opacity: 0.9;
}.plan_option856 .price_options175 li:hover .cert_plans209 h4::after {
    width: 100%;
}

@media (max-width: 991px) {.plan_option856 {
    padding: 80px 0;
}.plan_option856 h2 {
    font-size: calc(35px * 0.9);
}.plan_option856 .price_options175 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.plan_option856 .cert_plans209 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.plan_option856 {
    padding: 60px 0;
}.plan_option856 h2 {
    margin-bottom: 15px;
    font-size: calc(35px * 0.8);
}.plan_option856 .member_fees507 {
    font-size: calc(14px * 0.95);
    margin-bottom: 40px;
}.plan_option856 .price_options175 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.plan_option856 .cert_plans209 {
    padding: 25px 20px;
}.plan_option856 .cert_plans209 h4 {
    font-size: 23px;
}.plan_option856 .tuition_grid218 {
    font-size: calc(23px * 1.1);
}
}

@media (max-width: 480px) {.plan_option856 {
    padding: 50px 0;
}.plan_option856 h2 {
    font-size: calc(35px * 0.7);
}.plan_option856 .member_fees507 {
    font-size: calc(14px * 0.9);
}.plan_option856 .cert_plans209 {
    padding: 20px 15px;
}.plan_option856 .cert_plans209 p {
    line-height: 1.5;
    max-height: 200px;
    font-size: calc(14px * 0.9);
}}.course_program_info529 {
    position: relative;
    display: flex;
    perspective: 1500px;
    min-height: 100vh;
    overflow: hidden;
    background: rgb(135,144,166);
    align-items: center;
    padding: 100px 0;
}.course_program_info529::before {
    left: 0;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(135,144,166,0.5) 50%, rgb(135,144,166,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(135,144,166,0.5) 50%, rgb(135,144,166,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    animation: gridPulse 8s linear infinite;
    height: 100%;
    content: "";
    opacity: 0.08;
}.course_program_info529::after {
    mix-blend-mode: screen;
    z-index: 2;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 20%, rgb(135,144,166,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(78,104,151,0.5) 0%, transparent 50%);
    opacity: 0.2;
    position: absolute;
}.course_program_info529 .container {
    z-index: 5;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
    padding: 0 30px;
    width: 100%;
}.course_program_info529 .training_plan748 {
    transform-style: preserve-3d;
    grid-gap: 0;
    grid-template-columns: 2fr 3fr;
    position: relative;
    display: grid;
}.course_program_info529 .content_card760 {
    transform: translateZ(50px);
    z-index: 15;
    padding: 60px;
    border-left: 3px solid rgb(135,144,166);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    backdrop-filter: blur(20px);
    border-radius: 0;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(135,144,166,0.5);
    position: relative;
    background: rgba(0, 0, 0, 0.7);
}.course_program_info529 .content_card760::before {
    height: 100%;
    content: "";
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(135,144,166,0.5) 50%, rgb(135,144,166,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    z-index: -1;
    position: absolute;
    left: 0;
    opacity: 0.05;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}.course_program_info529 .content_card760::after {
    transform: translate(50%, 50%);
    right: 0;
    bottom: 0;
    border-radius: 50%;
    content: "";
    position: absolute;
    animation: rotateConic 10s linear infinite;
    opacity: 0.2;
    background: 
        conic-gradient(from 0deg, rgb(135,144,166,0.5) 0deg, transparent 120deg);
    height: 150px;
    width: 150px;
}.course_program_info529 .content_card760 h2 {
    padding-bottom: 20px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 40px;
    text-shadow: 0 0 15px rgb(135,144,166,0.5);
}.course_program_info529 .content_card760 h2::after {
    box-shadow: 0 0 15px rgb(135,144,166);
    left: 0;
    content: "";
    background: rgb(135,144,166);
    bottom: 0;
    width: 100px;
    position: absolute;
    height: 3px;
}.course_program_info529 .content_card760 .description {
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding-left: 20px;
    opacity: 0.9;
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.9;
}.course_program_info529 .content_card760 .description::before {
    left: 0;
    content: ">";
    opacity: 0.7;
    color: rgb(78,104,151);
    position: absolute;
}.course_program_info529 .content_card760 .description:last-child {
    margin-bottom: 0;
}.course_program_info529 .hud-element {
    position: absolute;
    opacity: 0.2;
    border: 1px solid rgb(135,144,166,0.5);
    z-index: 5;
}.course_program_info529 .img_horizontal198 {
    border-radius: 0;
    transform: translateZ(0) rotateY(-10deg);
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    transform-origin: right center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    height: 650px;
}.course_program_info529 .img_horizontal198::before {
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.course_program_info529 .img_horizontal198::after {
    height: 100%;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(135,144,166), 0.1) 2px, rgba(rgb(135,144,166), 0.1) 4px);
    top: 0;
    opacity: 0.1;
    mix-blend-mode: overlay;
    left: 0;
    content: "";
    animation: scanlines 8s linear infinite;
    position: absolute;
    width: 100%;
    z-index: 2;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.course_program_info529 {
    padding: 80px 0;
}.course_program_info529 .content_card760 {
    padding: 40px;
}.course_program_info529 .img_horizontal198 {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.course_program_info529 {
    min-height: auto;
    padding: 60px 0;
}.course_program_info529 .training_plan748 {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.course_program_info529 .content_card760 {
    padding: 30px;
    transform: translateZ(0);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.course_program_info529 .img_horizontal198 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    height: 450px;
    transform: translateZ(0) rotateY(0);
}
}

@media screen and (max-width: 767px) {.course_program_info529 {
    padding: 50px 0;
}.course_program_info529 .container {
    padding: 0 20px;
}.course_program_info529 .content_card760 {
    padding: 25px;
}.course_program_info529 .content_card760 h2 {
    font-size: calc(40px * 0.8);
    padding-bottom: 15px;
    margin-bottom: 30px;
}.course_program_info529 .content_card760 .description {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: calc(17px * 0.95);
}.course_program_info529 .img_horizontal198 {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.course_program_info529 {
    padding: 40px 0;
}.course_program_info529 .container {
    padding: 0 15px;
}.course_program_info529 .content_card760 {
    padding: 20px;
}.course_program_info529 .content_card760 h2 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.7);
}.course_program_info529 .content_card760 h2::before {
    font-size: 14px;
    top: -20px;
}.course_program_info529 .img_horizontal198 {
    height: 280px;
}}.title_intro861 {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(177,178,185) 0%, rgba(245, 248, 250, 0.9) 100%);
}.title_intro861::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(94, 170, 168, 0.03),
        rgba(94, 170, 168, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: 1;
    left: 0;
    top: 0;
}.title_intro861::after {
    width: 80%;
    content: "";
    height: 200%;
    z-index: 0;
    transform: rotate(35deg);
    right: -25%;
    background: radial-gradient(ellipse at center, rgba(94, 170, 168, 0.1) 0%, transparent 70%);
    position: absolute;
    top: -50%;
}.title_intro861 .impact_facts406 {
    display: flex;
    position: relative;
    padding: 2rem;
    flex-direction: column-reverse;
    margin: 0 auto;
    min-height: 100vh;
    max-width: 1400px;
    height: 100%;
    z-index: 2;
}.title_intro861 .content_card760 {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    justify-content: center;
    flex: 1;
    z-index: 3;
    position: relative;
}.title_intro861 h1 {
    position: relative;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    font-size: clamp(2rem, 5vw, 33px);
    opacity: 0;
    font-weight: 700;
    color: #000000;
    transform: translateX(-20px);
    margin-bottom: 2rem;
}.title_intro861 h1::after {
    width: 0;
    bottom: -12px;
    content: "";
    background: rgb(135,144,166);
    animation: growLine 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    height: 3px;
    left: 0;
    position: absolute;
}.title_intro861 .page_first790 {
    display: flex;
    opacity: 0;
    margin-bottom: 2rem;
    align-items: flex-start;
    transform: translateY(20px);
    flex-direction: column;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    gap: 1.5rem;
}.title_intro861 .page_first790 p {
    position: relative;
    max-width: 90%;
    padding-left: 1rem;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}.title_intro861 .page_first790 p::before {
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% - 1rem);
    transform: scaleY(0);
    left: 0;
    background: rgb(135,144,166);
    top: 0.5rem;
    animation: scaleVertical 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    transform-origin: top;
}.title_intro861 svg {
    filter: drop-shadow(0 3px 5px rgba(94, 170, 168, 0.2));
    animation: float 4s ease-in-out infinite;
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    transform: translateY(0);
}.title_intro861 svg:hover {
    transform: translateY(-5px) rotate(3deg);
}.title_intro861 svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.title_intro861 svg text {
    font-weight: 700;
    transition: fill 0.3s ease;
}.title_intro861 svg:hover path {
    fill: rgba(74, 150, 148, 1);
}.title_intro861 svg:hover text {
    fill: rgba(74, 150, 148, 1);
}.title_intro861 ul {
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    opacity: 0;
    list-style: none;
    padding: 0;
    transform: translateY(20px);
    margin: 0;
}.title_intro861 ul li {
    display: inline-block;
}.title_intro861 .inquiry_grid712 {
    display: inline-flex;
    align-items: center;
    background: rgb(135,144,166);
    overflow: hidden;
    font-size: 20px;
    padding: 0.8rem 2rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.21, 1.04);
    box-shadow: 0 8px 20px -10px rgba(94, 170, 168, 0.5);
    justify-content: center;
    color: #ffffff;
    transform: translateZ(0);
    position: relative;
}.title_intro861 .inquiry_grid712::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    transition: transform 0.6s;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
}.title_intro861 .inquiry_grid712:hover {
    box-shadow: 0 10px 25px -8px rgba(94, 170, 168, 0.6);
    transform: translateY(-2px) translateZ(0);
    background: rgba(84, 160, 158, 1);
}.title_intro861 .inquiry_grid712:hover::before {
    transform: translateX(100%);
}.title_intro861 .inquiry_grid712:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 5px 15px -8px rgba(94, 170, 168, 0.4);
}.title_intro861 .img_horizontal198 {
    opacity: 0;
    position: relative;
    flex: 1;
    min-height: 50vh;
    border-radius: 2px;
    animation: fadeIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    transform: perspective(1200px) rotateY(-5deg);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.21, 1.04);
    overflow: hidden;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2);
}.title_intro861 .img_horizontal198::before {
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
}.title_intro861 .img_horizontal198::after {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    animation: borderScan 4s linear infinite;
    content: "";
    border: 2px solid rgba(94, 170, 168, 0.3);
    left: 0;
}

@keyframes borderScan {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
    }
    25% {
        clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%);
    }
    50% {
        clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    }
    75% {
        clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
    }
}

@keyframes growLine {
    to {
        width: 100px;
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

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

@keyframes scaleVertical {
    to {
        transform: scaleY(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (min-width: 768px) {.title_intro861 .impact_facts406 {
    gap: 4rem;
    flex-direction: row;
    padding: 3rem;
    align-items: center;
}.title_intro861 .content_card760 {
    padding: 2rem 0;
    flex: 1;
}.title_intro861 .img_horizontal198 {
    transform: perspective(1200px) rotateY(-8deg) translateZ(30px);
    min-height: 65vh;
    flex: 1.2;
}.title_intro861 .img_horizontal198:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(10px);
}.title_intro861 svg {
    width: 100px;
    height: 100px;
}.title_intro861 h1 {
    font-size: 33px;
}
}

@media (min-width: 992px) {.title_intro861 .impact_facts406 {
    gap: 5rem;
}.title_intro861 h1::after {
    height: 4px;
}.title_intro861 svg {
    width: 120px;
    height: 120px;
}.title_intro861 .img_horizontal198 {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    min-height: 70vh;
}
}

@media (min-width: 1200px) {.title_intro861 .impact_facts406 {
    gap: 6rem;
}.title_intro861 .img_horizontal198 {
    transform: perspective(1500px) rotateY(-12deg) translateZ(40px);
}.title_intro861 .img_horizontal198:hover {
    transform: perspective(1500px) rotateY(-5deg) translateZ(20px);
}.title_intro861 h1 {
    margin-bottom: 2.5rem;
}.title_intro861 .page_first790 p {
    max-width: 80%;
}.title_intro861 h1::after {
    animation: growLine 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
}
    
    @keyframes growLine {
        to {
            width: 150px;
        }
    }
}