svg {
    width: 30px;
    height: 30px;
}

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

header,footer {
    width: 100%;
}

header {
    padding: 1.2rem 0;
    position: relative;
    z-index: 100;
    background: rgb(183,194,215);
}

.sys-course-structure::after {
    height: 200px;
    animation: float 15s infinite ease-in-out;
    position: absolute;
    right: -50px;
    filter: blur(30px);
    opacity: 0.15;
    content: "";
    width: 200px;
    border-radius: 50%;
    top: -50px;
    background: radial-gradient(circle, rgb(146,157,178) 0%, transparent 70%);
}

.sys-course-structure h2::after {
    height: 3px;
    bottom: -12px;
    position: absolute;
    background: linear-gradient(90deg, rgb(110,120,135) 0%, transparent 100%);
    transform: scaleX(0);
    content: "";
    left: 0;
    width: 80px;
    transform-origin: left;
    animation: expand 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.sys-course-structure .sys-pic-cell::before {
    content: "";
    bottom: 0;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.sys-course-structure .description {
    line-height: 1.7;
    font-size: 18px;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
}

.sys-course-structure .description::before {
    border-radius: 50%;
    position: absolute;
    background: rgb(110,120,135);
    top: 0.5rem;
    height: 4px;
    width: 4px;
    left: 0;
    content: "";
}

.sys-customer-reviews .container.sys-class-pro {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sys-customer-reviews h2::before {
    bottom: -15px;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    height: 4px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}

.sys-customer-reviews .sys-review-slider::before {
    top: 10px;
    font-size: 100px;
    z-index: 0;
    content: "";
    right: 20px;
    opacity: 0.15;
    position: absolute;
    line-height: 1;
    font-family: serif;
    color: rgb(110,120,135,0.5);
}

.sys-customer-reviews .sys-review-slider:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-left: 3px solid rgb(146,157,178);
}

.sys-customer-reviews .sys-review-slider:hover img {
    transform: scale(1.1);
}

.sys-customer-reviews .sys-review-slider h4::after {
    content: "";
    bottom: -5px;
    position: absolute;
    background: rgb(146,157,178);
    width: 0;
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
}

.sys-customer-reviews .sys-review-slider:nth-child(even) {
    transform: perspective(800px) rotateY(2deg);
}

.sys-customer-reviews a {
    margin-right: auto;
    position: relative;
    margin-left: auto;
    font-weight: 600;
    text-decoration: none;
    border-radius: 17px;
    color: #ffffff;
    padding: 15px 40px;
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    display: block;
    background: linear-gradient(135deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    max-width: 250px;
    transition: all 0.3s ease;
}

.sys-educational-rewards::after {
    opacity: 0.05;
    width: 100%;
    right: -50%;
    transform: rotate(45deg);
    z-index: 0;
    content: '';
    position: absolute;
    height: 100%;
    top: -50%;
    background: linear-gradient(45deg, transparent 45%, rgb(146,157,178,0.5) 100%);
}

.sys-educational-rewards .sys-class-pro {
    position: relative;
    padding: 30px;
    transform: translateY(-20px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.sys-educational-rewards .sys-class-pro {
    margin-left: -80px;
    padding: 40px 50px;
}

.sys-educational-rewards h1 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #000000;
    font-size: 33px;
    position: relative;
}

.sys-educational-rewards li {
    transform: translateX(0);
    padding: 10px 0;
    position: relative;
    transition: transform 0.3s ease;
}

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

.sys-educational-rewards li svg {
    transform: scale(1);
    width: 24px;
    margin-top: 3px;
    transition: transform 0.3s ease;
    height: 24px;
    flex-shrink: 0;
}

.sys-manage-tracking {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
}

.sys-data-approve {
    margin-right: 15px;
    flex-grow: 1;
}

.sys-data-approve h5 {
    color: rgb(146,157,178);
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
}

#sys-cookieWarningPopup {
    display: none;
}

#sys-cookieWarningPopup:checked ~ .sys-trackingNoticeDialog {
    visibility: hidden;
    opacity: 0;
}

.cookie_button.sys-user-choices {
    border-color: rgb(110,120,135);
    color: #000000;
    background-color: rgb(110,120,135);
}

.sys-trackingNoticeDialog p a {
    text-decoration: underline;
    color: rgb(146,157,178);
}

.sys-trackingNoticeDialog p a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.sys-appWrap::after {
    content: '';
    bottom: -15%;
    height: 40%;
    position: absolute;
    width: 35%;
    left: -5%;
    opacity: 0.3;
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(240deg, rgb(110,120,135,0.5) 0%, rgb(146,157,178,0.5) 100%);
    filter: blur(50px);
}

.sys-appWrap .sys-class-pro {
    border-radius: 1rem;
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: #ffffff;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    transform: translateY(30px);
    opacity: 0;
}

.sys-appWrap li {
    position: relative;
    padding-left: 1.5rem;
    display: block;
}

.sys-appWrap li span {
    opacity: 0.95;
    line-height: 1.8;
    opacity: 0;
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    margin: 0;
    font-size: calc(16px * 1.05);
    display: block;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
}

.sys-deal-plan .sys-pro-rates {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr;
}

.sys-deal-plan .sys-discount-deals h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    margin-bottom: 20px;
    display: inline-block;
}

.sys-deal-plan .sys-pricing-list {
    margin-top: 30px;
    line-height: 1.6;
    font-size: calc(13px + 0.1rem);
    color: #000000;
}

.sys-deal-plan .sys-member-fees {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: inherit;
    position: relative;
    will-change: transform;
    display: block;
    text-decoration: none;
    z-index: 1;
}

.sys-deal-plan .sys-member-fees:nth-child(odd) .sys-indv-sub::before {
    position: absolute;
    transform: scaleY(0);
    width: 5px;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    transform-origin: bottom;
    background: rgb(146,157,178);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.sys-deal-plan .sys-learn-sub h3 {
    display: inline-block;
    transition: color 0.3s ease;
    font-size: calc(24px + 0.2rem);
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
}

.sys-deal-plan .sys-fee-chart::after {
    width: 40px;
    position: absolute;
    opacity: 0.6;
    left: 0;
    height: 3px;
    content: "";
    background: currentColor;
    bottom: 0;
}

.sys-deal-plan .sys-member-fees:hover .sys-pic-cell {
    transform: scale(1.05);
}

.sys-deal-plan .sys-pic-cell::after {
    width: 100%;
    content: "";
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    transition: opacity 0.4s ease;
    bottom: 0;
    height: 40%;
    position: absolute;
    left: 0;
}

.sys-get-support .container {
    padding: 0 15px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
}

.sys-get-support .sys-edu-query {
    flex-direction: column;
    background: linear-gradient(
        160deg, 
        #ffffff 0%, 
        rgb(183,194,215) 100%
    );
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 2rem;
    position: relative;
    border-radius: 11px;
    justify-content: space-between;
    overflow: hidden;
    display: flex;
}

.sys-get-support .sys-edu-query h2::before {
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: linear-gradient(
        to right, 
        rgb(146,157,178), 
        rgb(110,120,135)
    );
    transition: transform 0.4s ease;
    bottom: -0.5rem;
}

.sys-get-support .sys-pic-cell:hover::before {
    opacity: 0.3;
}

.sys-get-support .sys-contact-question a::before {
    background: linear-gradient(
        to right, 
        rgb(146,157,178,0.5), 
        rgb(110,120,135,0.5)
    );
    opacity: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: '';
    left: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    top: 0;
}

.sys-get-support .sys-connect-team {
    background: rgb(183,194,215);
    margin-top: 1rem;
    align-items: center;
    display: flex;
    padding: 1rem;
    border-radius: 10px;
    grid-column: 1 / -1;
}

.sys-get-support svg,
.sys-get-support svg path {
    fill: rgb(146,157,178);
    margin-right: 10px;
    transition: all 0.3s ease;
}

.sys-privacy-guard {
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    background-color: rgb(183,194,215);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    padding: 60px;
}

.sys-privacy-guard h1 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    color: rgb(146,157,178);
    z-index: 1;
    border-bottom: 2px solid rgb(146,157,178);
    grid-column: span 2;
    font-size: 39px;
}

.sys-privacy-guard h6 {
    font-size: 17px;
}

.sys-privacy-guard ul,
.sys-privacy-guard ol {
    padding-left: 20px;
    margin-top: 15px;
    z-index: 1;
    position: relative;
}

.sys-privacy-guard p {
    margin-bottom: 25px;
    position: relative;
    font-size: 16px;
    z-index: 1;
}

header::before {
    opacity: 0.5;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(146,157,178,0.5) 0%, 
        transparent 50%, 
        rgb(110,120,135,0.5) 100%);
    height: 100%;
}

header .sys-top-navbar::before {
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(146,157,178,0.5), 
        rgb(110,120,135,0.5), 
        rgb(146,157,178,0.5), 
        transparent);
}

header .sys-page-nav::before {
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(146,157,178), rgb(110,120,135));
    content: '';
    left: 0;
    opacity: 0;
}

.sys-receive-updates::before {
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(146,157,178,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.4;
    animation: breathe 8s infinite alternate;
}

.sys-receive-updates .sys-class-pro:hover {
    transform: rotateX(0deg);
}

.sys-receive-updates p {
    color: #ffffff;
    flex: 0 0 40%;
    font-weight: 700;
    padding-right: 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 18px;
    transform: translateZ(20px);
}

.sys-receive-updates .sys-updates-list {
    transition: all 0.3s ease;
    background: #ffffff;
    font-size: 12px;
    padding: 1.2rem 1.5rem;
    color: #000000;
    border: none;
    font-family: Arial, sans-serif;
    flex: 1;
}

.sys-receive-updates .sys-join-block {
    background: linear-gradient(45deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    border: none;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 0 2rem;
    font-size: 14px;
}

.sys-goal-footer::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    background: #ffffff;
    height: 10px;
    opacity: 0.2;
    content: "";
}

.sys-goal-footer .sys-edu-global {
    margin: 0 1rem;
    color: #ffffff;
    padding: 1.5rem;
    line-height: 1.6;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    font-size: 16px;
    background: rgba(0, 0, 0, 0.15);
}

.sys-goal-footer .sys-main-edu {
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
}

.sys-goal-footer .sys-main-edu .sys-head-bar a {
    padding: 0.6rem 1rem;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    text-decoration: none;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
}

.sys-goal-footer .sys-main-edu .sys-head-bar a:hover::before {
    opacity: 0.7;
}

.sys-trophy-case .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.sys-landing-page {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(146,157,178,0.5), rgb(110,120,135) 120%);
    position: relative;
    min-height: 100vh;
    display: flex;
}

.sys-landing-page .sys-main-begin {
    transition: transform 0.5s ease-out;
    display: grid;
    z-index: 2;
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    padding: 3rem 2rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    width: 90%;
    grid-template-columns: 1fr;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
}

.sys-landing-page h3 {
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    position: relative;
    color: #ffffff;
    font-size: calc(21px * 0.9);
    letter-spacing: 0.02em;
}

.sys-landing-page .sys-creds-block::before {
    content: "";
    transform: translate(5px, 5px);
    left: 0;
    border-right: 1px solid rgb(146,157,178);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgb(146,157,178);
    top: 0;
    transition: transform 0.3s ease;
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: absolute;
}

.sys-landing-page .sys-creds-block:hover h1 {
    transform: translateY(-5px);
}

.sys-landing-page .sys-creds-block > div {
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: 2rem;
}

.sys-reach-out {
    background: linear-gradient(
        -45deg, 
        rgb(183,194,215) 0%, 
        rgb(110,120,135,0.5) 100%
    );
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.sys-reach-out .sys-pic-cell::before {
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(146,157,178,0.5) 0%, 
        rgb(110,120,135,0.5) 100%
    );
    opacity: 0.7;
    width: 120%;
    height: 100%;
    z-index: 1;
    transform: skew(10deg);
    left: 0;
}

.sys-reach-out h2::before {
    top: 50%;
    height: 1rem;
    box-shadow: 0 0 15px rgb(146,157,178,0.5);
    content: '';
    width: 1rem;
    transform: translateY(-50%);
    left: 0;
    background: rgb(146,157,178);
    border-radius: 50%;
    position: absolute;
}

.sys-reach-out .sys-connect-support input:not([type="checkbox"]):not([type="submit"])::after {
    bottom: -2px;
    content: '';
    background: rgb(146,157,178);
    height: 2px;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
}

.sys-reach-out .sys-connect-support .sys-reach-box {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.sys-reach-out .sys-connect-support .sys-reach-box input[type="checkbox"]:checked::after {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    color: #ffffff;
    content: '✔';
    top: 50%;
}

.sys-reach-out .sys-connect-support .sys-reach-box a {
    text-decoration: none;
    color: rgb(146,157,178);
    margin-left: 0.3rem;
    transition: color 0.3s ease;
}

.sys-reach-out .sys-connect-support .sys-help-inquiry:hover::before {
    opacity: 1;
}

.sys-reach-out .sys-connect-support .sys-help-inquiry:hover {
    box-shadow: 0 10px 20px rgb(146,157,178,0.5);
    transform: translateY(-3px);
}

.sys-our-team::before {
    height: 100%;
    position: absolute;
    left: 0;
    background-size: 40px 40px;
    background: 
        linear-gradient(0deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%);
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    opacity: 0.15;
}

.sys-our-team .sys-study-training {
    flex-direction: column;
    gap: 40px;
    display: flex;
}

.sys-our-team .sys-master-class:nth-child(1) {
    transform: translateX(-40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.sys-our-team .sys-master-class:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}

.sys-our-team .sys-master-class:nth-child(2):hover {
    transform: translateY(-10px) translateX(40px);
}

.sys-our-team .sys-master-class h3::before {
    content: "";
    top: 8px;
    width: 6px;
    position: absolute;
    background: rgb(146,157,178);
    box-shadow: 0 0 10px rgb(146,157,178);
    height: 6px;
    left: -15px;
    border-radius: 50%;
}

.sys-our-team .sys-master-class:nth-child(2) h3::after {
    background: rgb(110,120,135);
}

.sys-our-team .sys-master-class p {
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-weight: 300;
    font-size: 17px;
}

.sys-course-instructor::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(146,157,178,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(110,120,135,0.5) 0%, transparent 25%);
    animation: ambientLight 20s ease-in-out infinite alternate;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    filter: blur(60px);
}

.sys-course-instructor .sys-pic-cell {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(146,157,178,0.5);
    transform: translateX(-50%) translateZ(30px);
    height: 180px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 3px solid #ffffff;
    position: absolute;
    width: 180px;
    top: -90px;
    border-radius: 50%;
    left: 50%;
}

.sys-course-instructor .sys-work-overview {
    border-left: 3px solid rgb(146,157,178);
    font-size: 12px;
    padding: 2rem;
    transform: translateZ(10px);
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    transition: transform 0.3s ease;
    color: #ffffff;
    margin-top: 2rem;
    border-radius: 10px;
    line-height: 1.7;
}

.sys-statistical-data::after {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    height: 100%;
    content: "";
    background: radial-gradient(ellipse at center, rgb(146,157,178,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.1;
}

.sys-statistical-data .sys-statistics-advances svg {
    width: 100%;
    fill: #ffffff;
    height: 100%;
}

.sys-statistical-data .sys-statistics-advances svg path {
    fill: #ffffff;
}

.sys-statistical-data .sys-study-gain {
    font-weight: 700;
    position: relative;
    margin: 0 0 10px;
    font-size: 28px;
}

.sys-statistical-data .sys-career-statistics::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.1) 20%, 
        rgba(255, 255, 255, 0.1) 80%, 
        transparent 100%);
    bottom: 0;
    right: 10px;
    height: 1px;
    left: 10px;
}

.sys-statistical-data .sys-edu-wins:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}

.sys-statistical-data .sys-statistics-tracks {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
    position: relative;
}

.sys-statistical-data .sys-statistics-tracks svg path {
    fill: rgb(110,120,135);
}

.sys-statistical-data .sys-edu-wins:hover .sys-statistics-tracks svg {
    fill: rgb(146,157,178);
}

.sys-statistical-data .sys-edu-wins:nth-child(2) span {
    animation-delay: 0.3s;
}

.sys-statistical-data .sys-edu-wins:nth-child(4) span {
    animation-delay: 0.5s;
}

.sys-statistical-data .sys-edu-wins:nth-child(1) {
    animation: fadeInSlide 0.4s ease forwards;
}

.sys-statistical-data .sys-edu-wins:nth-child(3) {
    animation: fadeInSlide 0.4s ease forwards 0.2s;
}


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



@media (min-width: 992px) {.sys-course-structure {
    padding: 160px 0 120px;
}.sys-course-structure h2 {
    margin-bottom: 4rem;
    max-width: 70%;
    font-size: calc(29px * 1.2);
}.sys-course-structure .sys-skill-up {
    gap: 5rem;
}.sys-course-structure .sys-pic-cell {
    height: 450px;
}.sys-course-structure .sys-prose-block {
    padding: 0 2rem 0 3rem;
    max-height: 450px;
}.sys-course-structure .description {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}.sys-course-structure h2::after {
    width: 150px;
}.sys-course-structure .sys-pic-cell::after {
    height: 50%;
    width: 50%;
}
}



@media (max-width: 1200px) {.sys-customer-reviews {
    padding: 100px 0 60px;
}.sys-customer-reviews .sys-rating-insights {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 576px) {.sys-customer-reviews {
    padding: 50px 0 30px;
}.sys-customer-reviews h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.75);
}.sys-customer-reviews .sys-review-slider {
    padding: 20px;
}.sys-customer-reviews .sys-review-slider img {
    width: 50px;
    height: 50px;
}.sys-customer-reviews a {
    font-size: calc(18px * 0.9);
    padding: 12px 30px;
}
}



@media (min-width: 768px) {.sys-educational-rewards .container {
    align-items: center;
    flex-direction: row;
}.sys-educational-rewards .sys-pic-cell {
    transform: perspective(1000px) rotateY(-5deg);
    max-height: 500px;
    width: 45%;
}.sys-educational-rewards .sys-class-pro {
    transform: translateY(0);
    width: 55%;
    z-index: 2;
    margin-left: -50px;
}.sys-educational-rewards h1 {
    font-size: 38px;
}
}


@media (max-width: 1200px) {.sys-data-approve h5 {
    font-size: calc(24px - 2px);
}.sys-data-approve p {
    font-size: calc(12px - 2px);
}.sys-cookie-hide {
    font-size: calc(14px - 2px);
}
}



@media (max-width: 768px) {.sys-appWrap {
    padding: 4rem 0;
}.sys-appWrap::before,
    .sys-appWrap::after {
    width: 50%;
    height: 30%;
}.sys-appWrap .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.sys-appWrap h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.75);
}.sys-appWrap h2::after {
    width: 8rem;
    height: 3px;
}.sys-appWrap .sys-class-pro {
    padding: 2rem 1.5rem;
}.sys-appWrap li span {
    line-height: 1.7;
    font-size: 16px;
}
}



@media (min-width: 1200px) {.sys-deal-plan .sys-learn-price {
    gap: 40px;
}
}



@media (max-width: 767px) {.sys-deal-plan {
    padding: 80px 0;
}.sys-deal-plan .sys-discount-deals h2 {
    font-size: calc(37px - 0.4rem);
}.sys-deal-plan .sys-pricing-list {
    font-size: 13px;
}.sys-deal-plan .sys-learn-sub {
    padding: 30px 20px;
}.sys-deal-plan .sys-indv-sub {
    min-height: 400px;
}.sys-deal-plan .sys-pic-cell {
    height: 160px;
}
}



@media screen and (max-width: 768px) {.sys-get-support .sys-reach-contact {
    grid-template-columns: 1fr;
}.sys-get-support .sys-edu-query:nth-child(1),
    .sys-get-support .sys-edu-query:nth-child(2),
    .sys-get-support .sys-edu-query:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
}.sys-get-support .sys-edu-query:nth-child(3) {
    grid-template-columns: 1fr;
}.sys-get-support .sys-pic-cell {
    height: 250px;
}
}



@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .sys-top-section {
    padding: 0.7rem;
    gap: 0.7rem;
}header .sys-top-navbar svg {
    width: 120px;
}header .sys-main-edu {
    gap: 0.3rem;
    padding: 0.4rem;
}header .sys-page-nav {
    font-size: calc(14px - 2px);
    padding: 0.3rem 0.7rem;
}
}



@media (max-width: 1200px) {.sys-goal-footer .container {
    gap: 2rem;
}.sys-goal-footer .company_holder {
    flex: 1 1 380px;
}.sys-goal-footer .sys-pitch-comp {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}



@media (max-width: 992px) {.sys-goal-footer {
    padding: 3.5rem 0 2rem;
}.sys-goal-footer .container {
    gap: 2.5rem;
    flex-direction: column;
}.sys-goal-footer .company_holder,
    .sys-goal-footer .sys-pitch-comp {
    flex: 1 1 100%;
    min-width: 100%;
}.sys-goal-footer .sys-main-edu {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}



@media screen and (min-width: 768px) {.sys-landing-page .sys-main-begin {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 3rem;
    padding: 4rem 3rem;
    align-items: center;
}.sys-landing-page h1 {
    font-size: calc(44px * 1.1);
}.sys-landing-page h3 {
    font-size: 21px;
}.sys-landing-page .sys-main-begin > div:first-child {
    padding-left: 3rem;
}
}



@media screen and (max-width: 767px) {.sys-landing-page {
    padding: 2rem 0;
}.sys-landing-page .sys-main-begin {
    padding: 2rem 1.5rem;
}.sys-landing-page h1 {
    font-size: calc(44px * 0.9);
}.sys-landing-page h3 {
    font-size: calc(21px * 0.8);
}.sys-landing-page p {
    font-size: 18px;
    padding: 1.5rem;
}.sys-landing-page .sys-creds-block {
    padding: 1.5rem;
}}



@media screen and (max-width: 480px) {.sys-reach-out .sys-support-card {
    border-radius: 0;
}.sys-reach-out .sys-connect-support {
    padding: 2rem 1.5rem;
}}



@media screen and (max-width: 991px) {.sys-our-team {
    padding: 100px 0;
}.sys-our-team h2 {
    margin-bottom: 50px;
}.sys-our-team .sys-master-class {
    padding: 40px;
}.sys-our-team .sys-master-class:nth-child(1) {
    transform: translateX(-30px);
}.sys-our-team .sys-master-class:nth-child(2) {
    transform: translateX(30px);
}.sys-our-team .sys-master-class:nth-child(1):hover {
    transform: translateY(-10px) translateX(-30px);
}.sys-our-team .sys-master-class:nth-child(2):hover {
    transform: translateY(-10px) translateX(30px);
}
}



@media (max-width: 767px) {.sys-course-instructor {
    padding: 6rem 0 3rem;
}.sys-course-instructor .container {
    padding: 0 1rem;
}.sys-course-instructor .sys-review-slider {
    padding: 2rem 1.5rem;
    transform: none;
}.sys-course-instructor .sys-pic-cell {
    top: -60px;
    width: 120px;
    height: 120px;
}.sys-course-instructor .name {
    font-size: calc(32px - 2px);
    margin-top: 70px;
}.sys-course-instructor .sys-review-slider span:not(.name) {
    font-size: calc(17px - 1px);
}.sys-course-instructor .sys-work-overview {
    margin-top: 1.5rem;
    font-size: calc(12px - 1px);
    padding: 1.2rem;
}.sys-course-instructor .sys-review-slider:hover {
    transform: none;
}}



@media screen and (max-width: 576px) {.sys-statistical-data {
    padding: 70px 0;
}.sys-statistical-data .container {
    padding: 0 15px;
}.sys-statistical-data .sys-edu-statistics {
    padding: 20px;
}.sys-statistical-data .sys-statistics-advances {
    margin-bottom: 12px;
    height: 45px;
    padding: 10px;
    width: 45px;
}.sys-statistical-data .sys-study-gain {
    font-size: calc(28px - 6px);
}.sys-statistical-data .sys-statistics-edge {
    font-size: calc(16px - 2px);
}.sys-statistical-data .sys-edu-wins {
    padding: 15px;
    min-width: calc(85% - 20px);
}.sys-statistical-data .sys-statistics-tracks {
    height: 30px;
    width: 30px;
}.sys-statistical-data .sys-statistics-tracks::after {
    width: 36px;
    height: 36px;
}.sys-statistical-data .sys-edu-wins span {
    font-size: calc(19px - 1px);
}.sys-statistical-data .sys-edu-wins p {
    font-size: calc(16px - 2px);
}
}



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



@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(146,157,178,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(146,157,178,0.5);
    }
}



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



@keyframes slideUp {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

