.webinar-arch-sys {
    flex: 0 0 auto;
}

.webinar-arch-sys {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    z-index: 2;
    padding: 70px 0;
}

.top-main-sys {
    flex: 1 0 auto;
}

.privacy-hutch-sys h2 {
    margin-bottom: 20px;
    color: rgb(133,106,160);
    font-size: 38px;
    margin-top: 30px;
    font-weight: 600;
}

.privacy-hutch-sys ul, .privacy-hutch-sys ol {
    padding: 15px 0;
    font-size: 17px;
    line-height: 1.6;
    padding-left: 20px;
    list-style-position: inside;
}



.privacy-hutch-sys a {
    text-decoration: none;
    color: rgb(182,178,194);
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    border-bottom: 1px solid rgb(182,178,194,0.5);
}

.course-overview-sys .future-class-sys {
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
    width: calc(100% * 5);
    display: flex;
}

.course-overview-sys .our-journey-sys {
    justify-content: center;
    display: flex;
}

.course-overview-sys .master-it-sys::after {
    bottom: -100px;
    height: 200px;
    left: -100px;
    width: 200px;
}

.course-overview-sys .master-it-sys p {
    text-align: center;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 16px;
    opacity: 0.8;
}

.course-overview-sys .master-it-sys .message-links-sys:hover {
    color: #ffffff;
}

.receive-updates-sys {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(223,222,227) 0%, rgb(182,178,194,0.5) 100%);
    padding: 6rem 2rem;
}

.receive-updates-sys .our-journey-sys {
    position: relative;
    justify-content: center;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    display: flex;
}

.receive-updates-sys h3 {
    font-weight: 700;
    text-align: center;
    color: #000000;
    position: relative;
    width: 100%;
    font-size: 22px;
    margin-bottom: 2.5rem;
}

.receive-updates-sys .input_holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.receive-updates-sys input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 10px -5px rgb(182,178,194,0.5);
    border-bottom-color: rgb(182,178,194);
}

.receive-updates-sys input[type="submit"]:hover {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.opening-page-sys {
    align-items: center;
    width: 100%;
    background: linear-gradient(135deg, rgb(223,222,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    min-height: 680px;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.opening-page-sys .our-journey-sys {
    z-index: 3;
    max-width: 1200px;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0 auto;
    transform: translateY(-2rem);
    gap: 2rem;
    width: 90%;
    position: relative;
    padding: 3rem;
}

.opening-page-sys p {
    color: #ffffff;
    max-width: 600px;
    font-size: calc(14px * 1.1);
    line-height: 1.6;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.opening-page-sys svg {
    height: 120px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.15));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(-5deg);
    width: 120px;
}

.opening-page-sys .message-links-sys {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    padding: 1rem 2.5rem;
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    letter-spacing: 0.5px;
    text-decoration: none;
    position: relative;
    font-size: 17px;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(133,106,160) 0%, rgb(74, 150, 148) 100%);
}

.instructor-profile-sys .picture-gallery-sys::before {
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
}

.instructor-profile-sys .career-skills-sys::before {
    border-radius: 50%;
    z-index: 4;
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: #ffffff;
    height: 70px;
    border: 5px solid rgb(223,222,227);
    width: 70px;
    top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.instructor-profile-sys .career-timeline-sys::before,
.instructor-profile-sys .career-timeline-sys::after {
    position: absolute;
    content: "";
    font-family: serif;
    font-size: 3rem;
    color: rgb(182,178,194,0.5);
    line-height: 0;
}

.instructor-profile-sys .career-timeline-sys::before {
    left: 0;
    top: 0.5rem;
    transform: rotate(180deg);
}

.find-us-sys h1::after {
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(182,178,194) 0%, rgb(133,106,160) 100%);
    content: "";
    height: 3px;
    bottom: -10px;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 80px;
    position: absolute;
    left: 0;
}

.find-us-sys .chat-form-sys > div:first-child {
    line-height: 1.6;
    color: #000000;
    font-size: calc(15px * 1.05);
    padding-bottom: 25px;
}

.find-us-sys .submit-feedback-sys {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.find-us-sys .join-conversation-sys {
    font-size: 15px;
    gap: 8px;
    position: relative;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    transition: color 0.3s ease;
    padding: 8px 0;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.find-us-sys .join-conversation-sys:hover svg path {
    fill: rgb(133,106,160);
}

header .top-core-sys {
    text-decoration: none;
    justify-content: center;
    padding: 1.2rem 0;
    align-items: center;
    display: flex;
    position: relative;
    width: 35%;
}

header .nav-top-sys::before {
    z-index: -1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(182,178,194,0.5), rgb(133,106,160,0.5));
    content: '';
    transition: opacity 0.3s ease;
    border-radius: 10px;
    opacity: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

.webinar-arch-sys .company_holder {
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 12px 0 12px 0;
    overflow: hidden;
}

.webinar-arch-sys .data-viz-sys {
    position: relative;
}

.webinar-arch-sys .nav-site-sys {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.webinar-arch-sys .head-know-sys .nav-site-sys a {
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 15px;
    position: relative;
    display: inline-block;
}

.modalCookieSettings-sys {
    background: rgb(223,222,227);
    position: fixed;
    border-top: 2px solid rgb(182,178,194);
    width: 100%;
    bottom: 0;
    z-index: 90;
}

.modalCookieSettings-sys p {
    font-size: 18px;
}

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

.contact-us-sys .reach-card-sys {
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
}

.contact-us-sys .reach-query-sys::after {
    top: 0;
    width: 150px;
    right: 0;
    border-radius: 0 0 0 100%;
    position: absolute;
    content: "";
    z-index: -1;
    height: 150px;
    background: rgb(223,222,227);
}

.contact-us-sys input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(182,178,194,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    outline: none;
}

.contact-us-sys .message-map-sys input[type="checkbox"]:checked {
    border-color: rgb(182,178,194);
    background: rgb(182,178,194);
}

.contact-us-sys .message-map-sys a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(182,178,194);
}

.contact-us-sys .message-links-sys {
    font-size: 14px;
    border-radius: 20px;
    color: #ffffff;
    padding: 18px 40px;
    box-shadow: 0 4px 15px rgb(182,178,194,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    font-weight: 600;
    background: rgb(182,178,194);
    border: none;
    margin-top: 20px;
}

.our-story-sys h4::before {
    top: 50%;
    content: "";
    background: rgb(133,106,160);
    position: absolute;
    width: 1.5rem;
    transform: translateY(-50%);
    left: 0;
    height: 3px;
}

.our-story-sys .subtext-wrap-sys h6 {
    font-size: 21px;
    color: rgb(182,178,194);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.our-story-sys .subtext-wrap-sys::before {
    width: 40%;
    right: 2rem;
    height: 40%;
    content: "";
    z-index: 1;
    opacity: 0.5;
    top: 3rem;
    border: 1px dashed rgb(133,106,160,0.5);
    transform: rotate(-5deg);
    position: absolute;
}

.appHub-sys .container {
    max-width: 1200px;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 20px;
}

.appHub-sys h2::after {
    transform: translateX(-50%);
    transform-origin: center;
    left: 50%;
    opacity: 0;
    height: 3px;
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(133,106,160), transparent);
    bottom: -15px;
    width: 150px;
}

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

.appHub-sys li::before {
    content: "";
    background-color: #ffffff;
    top: 50%;
    border: 3px solid rgb(133,106,160);
    left: -9px;
    height: 15px;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    position: absolute;
    animation: pulseDot 3s infinite;
    width: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.price-palette-sys .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1400px;
}

.price-palette-sys .rate-choices-sys h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 30px;
    display: inline-block;
}

.price-palette-sys .learn-deals-sys {
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    height: 100%;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.price-palette-sys .deal-opts-sys .learning-package-sys {
    position: relative;
    color: rgb(182,178,194);
    font-size: calc(20px * 1.3);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.price-palette-sys .picture-gallery-sys::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
}


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


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



@media (max-width: 992px) {.course-overview-sys {
    min-height: 100vh;
}.course-overview-sys .container {
    padding-bottom: 60px;
}.course-overview-sys .master-it-sys {
    padding: 40px 30px;
}.course-overview-sys .master-it-sys h3 {
    font-size: calc(35px * 1.1);
}
}



@media (max-width: 576px) {.course-overview-sys {
    padding-top: 45vh;
}.course-overview-sys .study-route-sys {
    height: 45vh;
}.course-overview-sys .container {
    padding-bottom: 40px;
}.course-overview-sys .master-it-sys {
    padding: 25px 20px;
}.course-overview-sys .master-it-sys h3 {
    font-size: calc(23px * 1.1);
    margin-bottom: 15px;
}.course-overview-sys .master-it-sys p {
    margin-bottom: 25px;
}.course-overview-sys .master-it-sys .message-links-sys {
    padding: 12px 0;
}}



@media (max-width: 767px) {.opening-page-sys {
    min-height: 600px;
}.opening-page-sys .our-journey-sys {
    text-align: center;
    padding: 2rem;
}.opening-page-sys h1 {
    font-size: calc(46px * 1.1);
    margin-bottom: 1rem;
}.opening-page-sys h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.opening-page-sys h1::after {
    animation: expandLineCenter 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards 0.8s;
}.opening-page-sys p {
    margin: 0 auto;
}.opening-page-sys::before {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}
}



@media (min-width: 1024px) {.find-us-sys::before {
    transform: translateY(-20%) rotate(-8deg) scale(1.8);
}.find-us-sys h1 {
    transform: translateX(20px);
}.find-us-sys h1::after {
    width: 120px;
}.find-us-sys .chat-form-sys {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
}.find-us-sys .chat-form-sys:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) translateY(-5px);
}
}



@media (max-width: 480px) {header .top-core-sys {
    padding: 0.7rem 0;
}header .top-core-sys svg {
    width: 110px;
}header .head-know-sys {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.7rem 2%;
    flex-wrap: nowrap;
}header .head-know-sys::-webkit-scrollbar {
    height: 3px;
}header .head-know-sys::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(182,178,194);
}header .nav-top-sys {
    flex-shrink: 0;
    margin-right: 2px;
    white-space: nowrap;
    font-size: calc(20px - 1px);
    padding: 0.45rem 0.9rem;
}}



@media (max-width: 768px) {.contact-us-sys {
    padding: 60px 0;
}.contact-us-sys h2 {
    font-size: calc(31px - 4px);
    margin-bottom: 30px;
}.contact-us-sys .reach-query-sys {
    padding: 40px 30px;
}.contact-us-sys #contact {
    gap: 25px;
}.contact-us-sys .picture-gallery-sys {
    min-height: 250px;
}
}



@media (max-width: 767px) {.our-story-sys {
    padding: 4rem 0;
}.our-story-sys h4 {
    padding-left: 1.5rem;
    text-align: left;
}.our-story-sys .subtext-wrap-sys {
    padding: 2rem;
}.our-story-sys .subtext-wrap-sys::before {
    display: none;
}}



@media (max-width: 992px) {.appHub-sys {
    padding: 60px 0;
}.appHub-sys h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.appHub-sys .our-journey-sys {
    padding: 30px;
}
}



@media (max-width: 991px) {.price-palette-sys {
    padding: 5rem 0;
}.price-palette-sys .learn-deals-sys {
    margin-bottom: 1.5rem;
}.price-palette-sys .rate-choices-sys {
    padding: 0 1rem;
}
}



@media (max-width: 575px) {.price-palette-sys {
    padding: 3rem 0;
}.price-palette-sys .container {
    padding: 0 1.5rem;
}.price-palette-sys .learn-packs-sys {
    gap: 1.5rem;
}.price-palette-sys .deal-opts-sys {
    padding: 1.5rem;
}.price-palette-sys .picture-gallery-sys {
    height: 140px;
}
}



@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 gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



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



@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

