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

html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}

header,footer {
    width: 100%;
}

header {
    background: rgb(206,208,212);
    z-index: 100;
    position: relative;
    padding: 1.2rem 0;
}

.wrap-structure-35601 {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

.instructor-history-70259::before {
    top: 0;
    opacity: 0.4;
    content: "";
    width: 100%;
    background: conic-gradient(from 225deg at 50% 50%, rgb(109,122,162,0.5) 0%, transparent 25%, rgb(177,183,201,0.5) 50%, transparent 75%, rgb(109,122,162,0.5) 100%);
    position: absolute;
    left: 0;
    animation: rotateBackground 15s linear infinite;
    height: 100%;
}

.instructor-history-70259 .learn-ratings-26983:hover {
    transform: rotateY(0);
}

.instructor-history-70259 .img-holder-01792 {
    height: 220px;
    transform: translateZ(30px);
    border: 5px solid #ffffff;
    border-radius: 50%;
    transition: all 0.4s ease;
    grid-area: photo;
    width: 220px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(177,183,201,0.5);
}

.instructor-history-70259 .learn-ratings-26983:hover .img-holder-01792 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(177,183,201);
    transform: translateZ(50px) scale(1.05);
}

.instructor-history-70259 .learn-ratings-26983 span:not(.name) {
    margin-top: 3.5rem;
    display: block;
    transform: translateZ(15px);
    font-weight: 600;
    color: rgb(177,183,201);
    font-size: 18px;
    grid-area: info;
}

.instructor-history-70259 .emp-wrap-13529::before {
    background: linear-gradient(45deg, transparent 40%, rgb(109,122,162,0.5) 40%, rgb(109,122,162,0.5) 60%, transparent 60%);
    animation: shimmer 3s infinite linear;
    mix-blend-mode: overlay;
    opacity: 0.2;
    content: "";
    background-size: 200% 200%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.educational-rewards-08129 .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.educational-rewards-08129 .smart-track-19076 {
    position: relative;
    gap: 3rem;
    flex-direction: column-reverse;
    display: flex;
}

.educational-rewards-08129 .text-arch-59138:hover {
    transform: translateY(-5px);
}

.educational-rewards-08129 .text-arch-59138::before {
    left: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 3px;
    height: 0;
    top: 0;
    content: "";
    background: rgb(177,183,201);
    position: absolute;
}

.educational-rewards-08129 .text-arch-59138 > div {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.educational-rewards-08129 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.educational-rewards-08129 li:hover {
    transform: translateX(5px);
}

.educational-rewards-08129 li p {
    font-size: 16px;
    color: #000000;
    gap: 1rem;
    line-height: 1.6;
    display: flex;
    margin: 0;
    align-items: flex-start;
}

.educational-rewards-08129 li:hover svg {
    transform: scale(1.15);
}

.educational-rewards-08129 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(177,183,201);
}

.educational-rewards-08129 .img-holder-01792 {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    filter: saturate(0.9);
    width: 100%;
    border-radius: 16px;
    transform: scale(1);
}

.training-method-03741::after {
    background: linear-gradient(to left, rgb(177,183,201,0.5) 0%, transparent 100%);
    top: 0;
    content: "";
    opacity: 0.1;
    width: 40%;
    height: 100%;
    position: absolute;
    transform: skewX(-15deg) translateX(20%);
    z-index: 1;
    right: 0;
}

.training-method-03741 .smart-track-19076 {
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}

.training-method-03741 h2 {
    color: #000000;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
    opacity: 1;
    font-size: 30px;
    position: relative;
    margin-bottom: 2.5rem;
}

.training-method-03741 h2:hover::before {
    transform: scaleX(1.2);
}

.training-method-03741 .text-arch-59138 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s ease;
    transform: translateY(0);
    position: relative;
    background: #ffffff;
    border-left: 4px solid rgb(177,183,201);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
}

.training-method-03741 .text-arch-59138:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
}

.training-method-03741 p:first-child {
    margin-top: 0;
}

footer {
    position: relative;
    z-index: 1;
}

footer::after {
    left: 0;
    bottom: 0;
    opacity: 0.1;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(0deg, rgb(177,183,201,0.5), rgb(177,183,201,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(177,183,201,0.5), rgb(177,183,201,0.5) 1px, transparent 1px, transparent 20px);
    position: absolute;
    right: 0;
    top: 0;
    content: "";
}

.referral-prog-75043 .container {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
    position: relative;
}

.referral-prog-75043 .company_holder::before {
    content: "";
    background: rgb(177,183,201);
    width: 100%;
    top: 0;
    height: 5px;
    left: 0;
    border-top-left-radius: 24px;
    position: absolute;
    border-top-right-radius: 24px;
}

.referral-prog-75043 .company_holder h3::after {
    bottom: -0.5rem;
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
    background: rgb(109,122,162);
    left: 0;
}

.referral-prog-75043 .case-study-03291 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.referral-prog-75043 .main-learning-74136 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    min-width: 200px;
    background: #ffffff;
}

.referral-prog-75043 .main-learning-74136 .site-top-68204 {
    padding: 1rem 0;
    display: flex;
    gap: 0;
    flex-direction: column;
}

.referral-prog-75043 .main-learning-74136 .site-top-68204 a::before {
    transition: all 0.3s ease;
    background: rgb(206,208,212);
    z-index: -1;
    position: absolute;
    width: 0;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
}

.referral-prog-75043 .main-learning-74136 .site-top-68204 a:hover {
    padding-left: 2.2rem;
    color: rgb(177,183,201);
}

.referral-prog-75043 .main-learning-74136 .site-top-68204 a:hover::before {
    width: 100%;
}

.referral-prog-75043 .main-learning-74136 .site-top-68204 a:hover::after {
    opacity: 1;
}

.project-ref-04279::before {
    content: "";
    top: 0;
    position: absolute;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(177,183,201,0.5), transparent);
    left: 10%;
}

.contact-panel-16083 {
    padding: 90px 0;
    background: rgb(206,208,212);
    position: relative;
    overflow: hidden;
}

.contact-panel-16083::before {
    z-index: 1;
    background: linear-gradient(45deg, rgb(177,183,201,0.5), rgb(109,122,162,0.5));
    right: -150px;
    width: 400px;
    content: "";
    border-radius: 50%;
    height: 400px;
    position: absolute;
    filter: blur(70px);
    top: -150px;
}

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

.contact-panel-16083 h2::before {
    position: absolute;
    left: calc(50% - 120px);
    content: "";
    background: rgb(177,183,201,0.5);
    top: -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: -1;
}

.contact-panel-16083 .reach-box-53420 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    border-radius: 20px;
}

.contact-panel-16083 .img-holder-01792 {
    min-height: 500px;
    position: relative;
    transition: transform 0.5s ease;
    flex: 0 0 45%;
}

.contact-panel-16083 .img-holder-01792::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    inset: 0;
    z-index: 1;
    position: absolute;
}

.contact-panel-16083 .inquiry-inquiry-46027 {
    padding: 60px;
    flex: 0 0 55%;
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
}

.contact-panel-16083 form {
    z-index: 3;
    position: relative;
}

.contact-panel-16083 form input[type="text"] {
    border-radius: 12px;
    background: rgb(206,208,212);
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding: 18px 25px;
    border: none;
    color: #000000;
    font-size: 12px;
}

.contact-panel-16083 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

.contact-panel-16083 .message-map-93106 {
    position: relative;
    margin-bottom: 30px;
}

.contact-panel-16083 .message-map-93106 label {
    color: #000000;
    padding-left: 35px;
    font-size: 12px;
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
}

.contact-panel-16083 .message-map-93106 input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(177,183,201), rgb(109,122,162));
}

.contact-panel-16083 .message-map-93106 label a {
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(177,183,201);
    text-decoration: none;
}

.contact-panel-16083 .message-map-93106 label a:hover {
    color: rgb(109,122,162);
}

.contact-panel-16083 .request-list-43912::before {
    transform: scaleX(0);
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(109,122,162), rgb(177,183,201));
    position: absolute;
    height: 100%;
    transition: transform 0.5s ease;
    z-index: -1;
    left: 0;
    transform-origin: right;
    width: 100%;
}

.contact-panel-16083 .request-list-43912:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.contact-panel-16083 svg path {
    stroke: rgb(177,183,201);
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
}

.contact-62783 {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(
        135deg, 
        rgb(177,183,201,0.5) 0%, 
        rgb(109,122,162,0.5) 50%, 
        rgb(177,183,201,0.5) 100%
    );
}



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

.contact-62783 .contact-help-42987 {
    box-shadow: 
        0 15px 40px rgba(0,0,0,0.1),
        0 0 30px rgba(rgb(177,183,201), 0.2);
    padding: 3rem;
    border-radius: 13px;
    background: rgba(255,255,255,0.05);
    transform: perspective(1000px) rotateX(5deg) scale(0.98);
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(15px);
}

.contact-62783 .img-holder-01792 {
    height: 250px;
    border: 4px solid rgb(109,122,162);
    box-shadow: 
        0 0 0 6px rgba(255,255,255,0.1),
        0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    width: 250px;
    transition: transform 0.3s ease;
    margin: 0 auto 2rem;
    border-radius: 50%;
}

.contact-62783 .get-contactcard-28690 p svg {
    transition: all 0.3s ease;
    margin: 0 8px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    opacity: 0.8;
}

.contact-62783 .get-contactcard-28690 p:hover {
    transform: translateX(10px);
}

.contact-62783 .get-contactcard-28690 p:hover svg path {
    fill: rgb(109,122,162);
}

.contact-62783 .get-contactcard-28690 a:hover {
    color: rgb(109,122,162);
}

.contact-62783 .edu-help-36820 {
    font-size: 20px;
    display: flex;
    text-align: center;
    align-items: center;
    margin-bottom: 1rem;
    color: #ffffff;
    justify-content: center;
}

.contact-62783 .edu-help-36820 svg path {
    fill: #ffffff;
}

.contact-62783 .edu-askus-30296:hover .edu-help-36820 svg {
    transform: rotate(15deg);
    opacity: 1;
}

.contact-62783 .edu-ask-98265 {
    gap: 0.5rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.contact-62783 .edu-askedu-20643 svg {
    margin-right: 0;
    opacity: 0;
    height: 16px;
    width: 0;
    transition: all 0.3s ease;
    transform: translateX(-10px);
}

.contact-62783 .edu-askedu-20643:hover {
    padding-right: 1.2rem;
    padding-left: 0.8rem;
    background: rgba(255,255,255,0.2);
}

.price-offering-58170 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

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

.price-offering-58170 .payment-pricing-49571 {
    position: relative;
}

.price-offering-58170 h2::after {
    height: 3px;
    box-shadow: 0 0 10px rgb(109,122,162,0.5);
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    left: 50%;
    background: rgb(109,122,162);
    width: 80px;
    position: absolute;
}

.price-offering-58170 .learn-offers-61582 {
    letter-spacing: 0.3px;
    font-size: calc(13px * 1.1);
    opacity: 0;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    transform: translateY(20px);
    text-align: center;
    max-width: 800px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 auto 50px;
}

.price-offering-58170 .learn-sub-61845 li:nth-child(1) {
    --li-index: 1;
}

.price-offering-58170 .learn-sub-61845 li:nth-child(2) {
    --li-index: 2;
}

.price-offering-58170 .learn-sub-61845 li:nth-child(4) {
    --li-index: 4;
}

.price-offering-58170 .cost-schemes-95386:hover {
    transform: translateY(-10px) scale(1.02);
}

.price-offering-58170 .skill-plans-79315 {
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    border-left: 1px solid rgba(255,255,255,0.2);
    height: 100%;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    position: relative;
    transition: all 0.4s ease;
}

.price-offering-58170 .cost-schemes-95386:hover .skill-plans-79315::before {
    transform: scale(1);
    opacity: 1;
}

.price-offering-58170 .plan-fee-85467 h4 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: calc(18px * 1.15);
    transition: transform 0.4s ease;
    position: relative;
    padding-bottom: 15px;
}

.price-offering-58170 .cost-schemes-95386:hover .plan-fee-85467 h4::after {
    width: 80px;
}

.price-offering-58170 .plan-fee-85467 p {
    line-height: 1.6;
    margin-bottom: 25px;
    scrollbar-width: thin;
    scrollbar-color: rgb(109,122,162) rgba(255,255,255,0.1);
    font-size: 13px;
    max-height: 150px;
    padding-right: 10px;
    color: rgba(255,255,255,0.8);
    overflow-y: auto;
}

.price-offering-58170 .cost-schemes-95386:hover .pricing-list-94580 {
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transform: translateY(-5px) scale(1.05);
}

.price-offering-58170 .pricing-list-94580::before {
    top: 0;
    position: absolute;
    left: -100%;
    height: 100%;
    content: "";
    width: 70%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
    transition: left 0.7s ease;
}

.course-overview-58291 .education-flow-69512 {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.course-overview-58291 .education-flow-69512:hover .training-plan-82614 {
    animation-play-state: paused;
}

.course-overview-58291 .career-progress-89560 img {
    transform: scale(1.05);
    filter: saturate(0.8) contrast(1.2);
    width: 100%;
    transition: transform 1.5s ease;
    height: 100%;
    object-fit: cover;
}

.course-overview-58291 .container {
    width: 100%;
    padding: 2rem;
    margin: auto;
    justify-content: center;
    z-index: 4;
    align-items: center;
    display: flex;
    position: relative;
    max-width: 1200px;
}

.course-overview-58291 .career-class-09653 {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 3rem;
    border-radius: 10px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.course-overview-58291 .career-class-09653 h3 {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.course-overview-58291 .career-class-09653 h3::before,
.course-overview-58291 .career-class-09653 h3::after {
    border-radius: 10px;
    content: '';
    bottom: -10px;
    position: absolute;
    height: 3px;
}

.course-overview-58291 .career-class-09653 h3::before {
    transition: all 0.6s ease;
    background: rgb(177,183,201);
    right: 50%;
    left: 50%;
}

.course-overview-58291 .career-class-09653:hover h3::after {
    right: 0;
    left: 50%;
}

.course-overview-58291 .career-class-09653 .request-list-43912 {
    text-decoration: none;
    background: linear-gradient(
        45deg,
        rgb(177,183,201) 0%,
        rgb(109,122,162) 100%
    );
    padding: 1rem 2rem;
    z-index: 1;
    color: #ffffff;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: 18px;
}

.course-overview-58291 .career-class-09653 .request-list-43912:hover::before {
    left: 0;
}

.cookie-message-overlay-80941 {
    font-family: Arial, sans-serif;
    width: 90%;
    flex-direction: column;
    text-align: center;
    z-index: 1050;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    max-width: 600px;
    overflow: hidden;
    bottom: 20px;
    padding: 20px;
    position: fixed;
    transform: translateX(-50%);
    background: rgb(206,208,212);
    border-radius: 26px;
    left: 50%;
}

.cookie-message-overlay-80941 p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 17px;
}

.cookie-reset-31754:hover {
    transform: translateY(-3px);
    background: rgb(109,122,162);
}

.cookie_button.data-approve-89236 {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.data-approve-89236:hover {
    background: rgb(109,122,162,0.5);
}

.cookie-message-overlay-80941 p a {
    transition: color 0.3s ease-in-out;
    color: rgb(177,183,201);
    text-decoration: underline;
}


#privacyWarningBox-59816 {
    display: none;
}

header::before {
    position: absolute;
    opacity: 0.5;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(177,183,201,0.5) 0%, 
        transparent 50%, 
        rgb(109,122,162,0.5) 100%);
    height: 100%;
    content: '';
}

header .main-sitewrap-29841 {
    margin-bottom: 0.5rem;
    position: relative;
    text-decoration: none;
    justify-content: center;
    display: flex;
    padding: 0.5rem 1rem;
}

header .main-sitewrap-29841 svg {
    transition: all 0.3s ease;
    width: 160px;
    height: auto;
}

header .main-sitewrap-29841:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(177,183,201,0.5));
}

header .main-learning-74136 {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    gap: 0.4rem;
    padding: 0.6rem;
    background: rgb(206,208,212);
    justify-content: center;
    width: 100%;
}

header .head-mentor-98605::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(177,183,201), rgb(109,122,162));
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    top: 0;
}

header .head-mentor-98605:hover::after {
    transform: scaleX(1);
}

.privacy-safeguard-01578 {
    overflow: hidden;
    padding: 4rem 1.5rem;
    color: #000000;
    background: linear-gradient(165deg, rgb(206,208,212) 0%, #ffffff 100%);
    position: relative;
    font-family: Arial, sans-serif;
}

.privacy-safeguard-01578::before {
    z-index: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(177,183,201,0.5) 0,
        rgb(177,183,201,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    width: 100%;
    content: "";
    left: 0;
}

.privacy-safeguard-01578 h1::after {
    background: linear-gradient(90deg, rgb(177,183,201) 0%, rgb(109,122,162) 100%);
    content: "";
    bottom: 0;
    height: 3px;
    transition: width 0.4s ease-out;
    width: 80px;
    left: 0;
    position: absolute;
}

.privacy-safeguard-01578 h2::before {
    top: 0;
    height: 100%;
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    background: rgb(177,183,201);
    transform: scaleY(0.8);
    content: "";
    width: 4px;
    border-radius: 2px;
}

.privacy-safeguard-01578 h3::before {
    content: "";
    width: 12px;
    left: 0;
    top: 50%;
    background: rgb(109,122,162);
    position: absolute;
    height: 2px;
    transform: translateY(-50%);
}

.privacy-safeguard-01578 h4::before {
    content: "→";
    top: 50%;
    font-size: 0.9em;
    left: 0;
    color: rgb(177,183,201);
    transform: translateY(-50%);
    position: absolute;
}

.privacy-safeguard-01578 p:hover {
    opacity: 1;
}

.privacy-safeguard-01578 p strong {
    z-index: 1;
    color: #000000;
    font-weight: 600;
    position: relative;
}

.privacy-safeguard-01578 p strong:hover::after {
    transform: scaleX(1);
}

.privacy-safeguard-01578 ul {
    position: relative;
    margin: 1.5rem 0;
    padding: 0.5rem 0 1rem 1.5rem;
    list-style: none;
}

.privacy-safeguard-01578 ul::before {
    background: linear-gradient(180deg, rgb(177,183,201) 0%, rgb(177,183,201,0.5) 100%);
    left: 0;
    position: absolute;
    border-radius: 1.5px;
    content: "";
    bottom: 0;
    width: 3px;
    top: 0;
}

.privacy-safeguard-01578 li::before {
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    height: 8px;
    top: 0.75em;
    background: rgb(109,122,162);
    content: "";
    transition: background 0.3s ease;
    width: 8px;
    left: 0;
}

.privacy-safeguard-01578 span:hover {
    background-color: rgba(rgb(109,122,162,0.5), 0.1);
    opacity: 1;
}

.tyField-15743 {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(206,208,212) 0%, rgb(109,122,162,0.5) 100%);
}

.tyField-15743::after {
    bottom: -50px;
    content: "";
    filter: blur(80px);
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    width: 250px;
    background: rgb(177,183,201,0.5);
    right: -50px;
    height: 250px;
}

.tyField-15743 .container {
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    padding: 0 20px;
}

.tyField-15743 h2::after {
    width: 100px;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(177,183,201), rgb(109,122,162));
    animation: expandWidth 1s ease-out 0.8s forwards;
    content: "";
    left: 50%;
    position: absolute;
    height: 4px;
}

.tyField-15743 .smart-track-19076::before {
    left: 0;
    height: 6px;
    width: 100%;
    position: absolute;
    animation: gradientShift 8s ease infinite;
    background: linear-gradient(90deg, rgb(177,183,201), rgb(109,122,162));
    top: 0;
    content: "";
}

.tyField-15743 .smart-track-19076 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.tyField-15743 .smart-track-19076 span {
    color: #000000;
    text-align: center;
    display: block;
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: calc(12px * 1.1);
}

.title-intro-89735 {
    min-height: 100vh;
    overflow: hidden;
    background-color: rgb(206,208,212);
    position: relative;
}

.title-intro-89735 .tech-study-35726 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 1200px;
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 4rem;
    height: 85vh;
    transform: perspective(1000px) rotateY(2deg);
}

.title-intro-89735 .tech-study-35726:after {
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 35%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    transparent
  );
}

.title-intro-89735 .tech-study-35726 h3 {
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
    -webkit-background-clip: text !important;
    border-left: 3px solid rgb(109,122,162);
    padding: 0.5rem 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-clip: text !important;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    font-size: calc(24px * 0.9);
    backdrop-filter: blur(5px);
}

.title-intro-89735 .tech-study-35726 p {
    transition: transform 0.5s ease;
    letter-spacing: 0.5px;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: calc(13px * 1.2);
    backdrop-filter: blur(10px);
    padding: 1rem 1.5rem;
    transform: translateX(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #ffffff;
    position: relative;
}



.who-we-are-07356::after {
    position: absolute;
    opacity: 0.03;
    z-index: -1;
    background-size: 50px 50px;
    inset: 0;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%);
}

.who-we-are-07356 .container {
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}

.who-we-are-07356 .container::after {
    border-radius: 50%;
    opacity: 0.5;
    bottom: -200px;
    content: "";
    right: -200px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
    z-index: -1;
    height: 400px;
    width: 400px;
    position: absolute;
}



.who-we-are-07356 .smart-track-19076 {
    grid-template-rows: auto 1fr;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
    border-radius: 14px;
    display: grid;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    gap: 25px;
    background: rgba(255, 255, 255, 0.02);
    grid-template-areas: 
        "logo title"
        "photo text";
}



.who-we-are-07356 .smart-track-19076::after {
    background: linear-gradient(135deg, rgb(177,183,201,0.5) 0%, transparent 100%);
    content: "";
    opacity: 0.05;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.who-we-are-07356 .who-weare-74123 {
    z-index: 2;
    position: relative;
    align-items: center;
    grid-area: logo;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.who-we-are-07356 .who-weare-74123::after {
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    background-size: 30px 30px;
    position: absolute;
    opacity: 0.05;
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(177,183,201,0.5) 49%, rgb(177,183,201,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(177,183,201,0.5) 49%, rgb(177,183,201,0.5) 51%, transparent 51.5%);
}

.who-we-are-07356 .who-weare-74123 svg path {
    fill: rgb(177,183,201);
    transition: fill 0.3s ease;
}

.who-we-are-07356 h2 {
    grid-area: title;
    position: relative;
    font-weight: 700;
    margin: 0;
    display: flex;
    color: #000000;
    align-items: center;
    font-size: 33px;
    padding: 30px;
}

.who-we-are-07356 h2::after {
    position: absolute;
    left: 30px;
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(177,183,201), rgb(109,122,162));
    width: 60px;
    border-radius: 3px;
    transition: width 0.3s ease, transform 0.3s ease;
    bottom: 20px;
}

.who-we-are-07356 .success-story-23960 {
    position: relative;
    perspective: 1000px;
    grid-area: photo;
    z-index: 2;
    padding: 30px;
}

.who-we-are-07356 .success-story-23960::after {
    z-index: -1;
    opacity: 0.05;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(177,183,201,0.5) 0%, transparent 60%);
    position: absolute;
    pointer-events: none;
}

.who-we-are-07356 .success-story-23960 .img-holder-01792::before {
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
    inset: 0;
}

.who-we-are-07356 .success-story-23960 .img-holder-01792::after {
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    width: 300%;
    content: "";
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
    position: absolute;
    z-index: 2;
    left: -100%;
    transform: rotate(30deg);
    top: -100%;
    height: 300%;
}

.who-we-are-07356 .heritage-edu-48216::before {
    height: 100%;
    background: rgb(109,122,162);
    opacity: 0.8;
    width: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0 0 10px;
}

.who-we-are-07356 .heritage-edu-48216::after {
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    content: "";
}

.who-we-are-07356 .success-story-23960:hover .master-classes-97235::after {
    width: 50px;
}

.who-we-are-07356 .fast-guide-40825 {
    opacity: 0.9;
    font-size: 14px;
    margin: 0;
}

.who-we-are-07356 .text-arch-59138::before {
    opacity: 0.1;
    transition: opacity 0.3s ease;
    inset: 10px;
    box-shadow: inset 0 0 0 1px rgb(109,122,162,0.5);
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 14px;
}

.who-we-are-07356 p {
    margin: 0;
    color: #000000;
    line-height: 1.8;
    padding: 0 0 0 20px;
    font-size: 14px;
    position: relative;
}

.price-offering-58170 .plan-fee-85467 p::-webkit-scrollbar {
    width: 4px;
}

.price-offering-58170 .plan-fee-85467 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}

.price-offering-58170 .plan-fee-85467 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(109,122,162);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 576px) {.instructor-history-70259 {
    padding: 4rem 0;
}.instructor-history-70259 .learn-ratings-26983 {
    transform: none;
    padding: 1.5rem;
}.instructor-history-70259 .img-holder-01792 {
    width: 140px;
    height: 140px;
}.instructor-history-70259 .emp-wrap-13529 {
    font-size: 18px;
    padding: 1rem;
}}



@media (min-width: 768px) {.educational-rewards-08129 {
    padding: 7rem 0;
}.educational-rewards-08129 .smart-track-19076 {
    gap: 5rem;
    flex-direction: row;
    align-items: center;
}.educational-rewards-08129 .text-arch-59138 {
    flex: 1;
    padding: 3rem;
}.educational-rewards-08129 .img-holder-01792 {
    flex: 1;
    max-height: 500px;
    height: 100%;
    max-width: 45%;
}.educational-rewards-08129 .text-arch-59138 > div {
    flex-direction: row;
}.educational-rewards-08129 h4 {
    font-size: 2rem;
    padding-left: 1.5rem;
}
}



@media (min-width: 1200px) {.educational-rewards-08129 .text-arch-59138::after {
    right: 0;
    border-bottom: 3px solid rgb(109,122,162);
    transition: opacity 0.5s ease, transform 0.5s ease;
    bottom: 0;
    opacity: 0;
    border-right: 3px solid rgb(109,122,162);
    position: absolute;
    width: 60px;
    height: 60px;
    transform: translate(10px, 10px);
    content: "";
}.educational-rewards-08129 .text-arch-59138:hover::after {
    transform: translate(0, 0);
    opacity: 1;
}.educational-rewards-08129 h4 {
    font-size: 2.4rem;
}.educational-rewards-08129 li p {
    font-size: calc(16px + 0.15rem);
}.educational-rewards-08129 .img-holder-01792 {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
}.educational-rewards-08129 .img-holder-01792:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
}



@media screen and (max-width: 768px) {.training-method-03741 {
    padding: 4rem 0;
}.training-method-03741::after {
    width: 60%;
}.training-method-03741 h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.training-method-03741 h2::before {
    width: 5rem;
}.training-method-03741 .text-arch-59138 {
    padding: 1.75rem;
}
}



@media (prefers-reduced-motion: reduce) {.training-method-03741 h2, 
    .training-method-03741 .text-arch-59138, 
    .training-method-03741 h2::before {
    transition: none;
}.training-method-03741 .text-arch-59138:hover {
    transform: none;
}}



@media (max-width: 992px) {.referral-prog-75043 {
    padding: 3.5rem 0 2rem;
}.referral-prog-75043 .container {
    gap: 2.5rem;
    flex-direction: column;
}.referral-prog-75043 .company_holder,
    .referral-prog-75043 .case-study-03291 {
    min-width: 100%;
    flex: 1 1 100%;
}.referral-prog-75043 .main-learning-74136 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}



@media (max-width: 576px) {.referral-prog-75043 {
    padding: 2.5rem 0 1rem;
}.referral-prog-75043 .container {
    gap: 1.5rem;
}.referral-prog-75043 .main-learning-74136 {
    flex: 1 1 100%;
    min-width: 100%;
}.referral-prog-75043 .site-top-68204 {
    gap: 1rem;
}.referral-prog-75043 .company_holder {
    padding: 1.5rem;
}.referral-prog-75043 .learn-nav-03975 {
    padding: 1.2rem;
}.project-ref-04279 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}



@media (max-width: 1024px) {.contact-panel-16083 {
    padding: 70px 0;
}.contact-panel-16083 .inquiry-inquiry-46027 {
    padding: 45px;
}.contact-panel-16083 .img-holder-01792 {
    min-height: 450px;
}
}



@media (max-width: 480px) {.contact-panel-16083 {
    padding: 50px 0;
}.contact-panel-16083 h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.contact-panel-16083 .img-holder-01792 {
    min-height: 220px;
}.contact-panel-16083 .inquiry-inquiry-46027 {
    padding: 30px 20px;
}.contact-panel-16083 form h3 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}.contact-panel-16083 form input[type="text"] {
    font-size: calc(12px * 0.95);
    margin-bottom: 16px;
    padding: 14px 16px;
}.contact-panel-16083 .request-list-43912 {
    padding: 16px;
}.contact-panel-16083 .message-map-93106 label {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 768px) {.contact-62783 .contact-help-42987 {
    padding: 1.5rem;
}.contact-62783 .img-holder-01792 {
    width: 150px;
    height: 150px;
}.contact-62783 .edu-ask-98265 {
    flex-direction: column;
    align-items: center;
}.contact-62783 .get-contactcard-28690 p svg {
    height: 16px;
    margin-right: 6px;
    width: 16px;
}.contact-62783 .edu-help-36820 svg {
    height: 18px;
    margin-right: 6px;
    width: 18px;
}
}



@media (min-width: 768px) {.price-offering-58170 .learn-sub-61845 {
    grid-template-columns: repeat(2, 1fr);
}.price-offering-58170 h2 {
    font-size: calc(30px * 1.1);
}
}



@media (max-width: 767px) {.price-offering-58170 {
    padding: 80px 0;
}.price-offering-58170 h2 {
    font-size: calc(30px * 0.9);
}.price-offering-58170 .learn-offers-61582 {
    margin-bottom: 40px;
    font-size: 13px;
}.price-offering-58170 .skill-plans-79315 {
    padding: 30px 20px;
}.price-offering-58170 .plan-fee-85467 p {
    max-height: 120px;
}.price-offering-58170 .pricing-list-94580 {
    padding: 6px 15px;
    font-size: calc(18px * 1.2);
}}



@media (max-width: 767px) {.course-overview-58291 {
    padding: 5rem 0;
}.course-overview-58291 .education-flow-69512 {
    height: 280px;
}.course-overview-58291 .training-plan-82614 {
    animation-duration: 30s;
}.course-overview-58291 .container {
    margin-top: -50px;
    padding: 1rem;
}.course-overview-58291 .smart-track-19076 {
    max-width: 100%;
    padding: 0.3rem;
}.course-overview-58291 .career-class-09653 {
    padding: 2rem 1.5rem;
}.course-overview-58291 .career-class-09653 h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 1.2rem;
}.course-overview-58291 .career-class-09653 p {
    font-size: calc(16px * 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
}.course-overview-58291 .career-class-09653 .request-list-43912 {
    padding: 0.8rem 1.5rem;
    font-size: calc(18px * 0.9);
}
}



@media (min-width: 1400px) {.course-overview-58291 .container {
    max-width: 1320px;
}.course-overview-58291 .smart-track-19076 {
    max-width: 900px;
}.course-overview-58291 .career-class-09653 {
    padding: 4rem;
}
}


@media only screen and (max-width: 600px) {.cookie-message-overlay-80941 {
    width: 100%;
    border-radius: 0;
    transform: none;
    bottom: 0;
    left: 0;
}.cookie-comply-57248 {
    padding: 15px;
}.track-prefs-12596 svg {
    height: 50px;
    width: 50px;
}.cookie-message-overlay-80941 h5 {
    font-size: calc(18px - 2px);
}.cookie-message-overlay-80941 p {
    font-size: calc(17px - 2px);
}.cookie-reset-31754 {
    width: calc(100% - 10px);
    font-size: calc(20px - 2px);
    padding: 8px 16px;
}}



@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .header-page-89143 {
    padding: 0.7rem;
    gap: 0.7rem;
}header .main-sitewrap-29841 svg {
    width: 120px;
}header .main-learning-74136 {
    gap: 0.3rem;
    padding: 0.4rem;
}header .head-mentor-98605 {
    font-size: calc(12px - 2px);
    padding: 0.3rem 0.7rem;
}
}



@media screen and (max-width: 992px) {.privacy-safeguard-01578 {
    padding: 3rem 1rem;
}.privacy-safeguard-01578 .container {
    padding: 2.5rem 2rem;
}.privacy-safeguard-01578 h1 {
    font-size: calc(41px * 0.9);
}.privacy-safeguard-01578 h2 {
    font-size: calc(35px * 0.9);
}.privacy-safeguard-01578 p {
    max-width: 100%;
}
}



@media screen and (max-width: 768px) {.privacy-safeguard-01578 {
    padding: 2.5rem 0.75rem;
}.privacy-safeguard-01578 .container {
    padding: 2rem 1.5rem;
}.privacy-safeguard-01578 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.privacy-safeguard-01578 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.8);
}.privacy-safeguard-01578 h3 {
    font-size: calc(35px * 0.7);
}.privacy-safeguard-01578 h4 {
    font-size: calc(35px * 0.6);
}.privacy-safeguard-01578 p, 
    .privacy-safeguard-01578 li {
    font-size: calc(16px * 0.95);
}.privacy-safeguard-01578 span {
    padding: 0.75rem 1rem;
    font-size: calc(16px * 0.9);
}
}



@media (max-width: 1024px) {.tyField-15743 {
    padding: 5rem 0;
}.tyField-15743 h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
}.tyField-15743 .smart-track-19076 {
    padding: 2rem;
}
}



@media (max-width: 768px) {.tyField-15743 {
    padding: 4rem 0;
}.tyField-15743 h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.8rem;
}.tyField-15743 .smart-track-19076 {
    padding: 1.8rem;
    transform: translateZ(5px) rotateX(1deg);
}.tyField-15743 .smart-track-19076 span {
    font-size: 12px;
    line-height: 1.6;
}
}



@media (prefers-reduced-motion) {.tyField-15743 h2,
    .tyField-15743 h2::after,
    .tyField-15743 .smart-track-19076,
    .tyField-15743 .smart-track-19076::before,
    .tyField-15743 .smart-track-19076 li {
    transition: none;
    animation: none;
}.tyField-15743 .smart-track-19076:hover {
    transform: none;
}.tyField-15743::before {
    animation: none;
}}



@media (max-width: 768px) {.title-intro-89735 .learn-head-79136 {
    height: auto;
    min-height: 100vh;
    padding: 1rem;
}.title-intro-89735 .tech-study-35726 {
    transform: none;
    padding: 2.5rem 2rem;
}.title-intro-89735 .tech-study-35726 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 1.1);
}.title-intro-89735 .tech-study-35726 span {
    margin-bottom: 1.5rem;
}.title-intro-89735 .tech-study-35726 h3 {
    font-size: calc(17px * 1.1);
}.title-intro-89735 .tech-study-35726 p {
    padding: 0.8rem 1rem;
    font-size: 13px;
}
}



@media (hover: hover) {.title-intro-89735 .tech-study-35726:hover:before {
    transition: all 1s ease;
    opacity: 0.8;
    background: linear-gradient(
      135deg,
      rgb(177,183,201,0.5),
      rgb(109,122,162)
    );
}}



@media (max-width: 768px) {.who-we-are-07356 {
    padding: 80px 0;
}.who-we-are-07356 .success-story-23960 .img-holder-01792 {
    height: 240px;
}.who-we-are-07356 .heritage-edu-48216 {
    margin-left: 10px;
    padding: 15px 20px;
    margin-right: 10px;
}.who-we-are-07356 h2 {
    font-size: calc(33px * 0.9);
}
}



@media (max-width: 480px) {.who-we-are-07356 {
    padding: 60px 0;
}.who-we-are-07356 .container {
    padding: 0 20px;
}.who-we-are-07356 .who-weare-74123,
    .who-we-are-07356 h2,
    .who-we-are-07356 .success-story-23960,
    .who-we-are-07356 .text-arch-59138 {
    padding: 20px;
}.who-we-are-07356 .success-story-23960 .img-holder-01792 {
    height: 200px;
}.who-we-are-07356 h2 {
    font-size: calc(33px * 0.8);
}.who-we-are-07356 .who-weare-74123 {
    flex-direction: column;
}.who-we-are-07356 .who-weare-74123 svg {
    margin-bottom: 10px;
    margin-right: 0;
}
}



@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes techBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0%);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0%);
    }
}



@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(177,183,201,0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5),
                    0 0 70px rgb(109,122,162,0.5);
    }
    100% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(177,183,201,0.5);
    }
}



@keyframes slideInTitle {
    from {
        transform: translateY(-30px) translateZ(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0) translateZ(20px);
        opacity: 1;
    }
}



@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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

@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

