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

header,footer {
    width: 100%;
}

header {
    position: relative;
    background: rgb(200,195,195);
    width: 100%;
    z-index: 99;
    overflow: visible;
}

.sys_gdpr_block {
    flex: 0 0 auto;
}

.sys_gdpr_block {
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(200,195,195);
    padding: 5rem 0 2rem;
    position: relative;
}


.sys_connect_form {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.sys_connect_form::after {
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    height: 200%;
    width: 200%;
    content: "";
    animation: shine 8s linear infinite;
    left: -50%;
    position: absolute;
    z-index: 2;
    top: -50%;
}

.sys_connect_form .sys_message_box::before {
    height: 1px;
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(168,162,162), 
        transparent);
    content: "";
    left: -50%;
    position: absolute;
    width: 200%;
}

.sys_connect_form .sys_message_box::after {
    content: "";
    bottom: 0;
    height: 1px;
    width: 200%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(137,130,130), 
        transparent);
    right: -50%;
    position: absolute;
}

.sys_connect_form .sys_message_support::before {
    left: -50%;
    height: 200%;
    top: -50%;
    animation: pulse 15s infinite linear;
    position: absolute;
    content: "";
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    z-index: -1;
}

.sys_connect_form .sys_message_support h3::after {
    width: 50px;
    box-shadow: 0 0 8px rgb(137,130,130);
    bottom: 0;
    position: absolute;
    background: rgb(137,130,130);
    content: "";
    height: 2px;
    left: 0;
}

.sys_connect_form .sys_message_support div:hover {
    transform: translateX(5px);
}

.sys_connect_form .sys_message_support div::before {
    height: 0;
    position: absolute;
    background: rgb(137,130,130);
    width: 3px;
    transition: height 0.3s ease;
    content: "";
    top: 50%;
    left: 0;
}

.sys_connect_form .sys_message_support div svg path {
    fill: rgb(137,130,130);
    transition: all 0.3s ease;
}

.sys_connect_form .sys_message_support div span {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: calc(17px - 2px);
}

.sys_connect_form .sys_message_support div span a:hover {
    color: rgb(137,130,130);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.sys_connect_form .sys_feedback_support::before {
    height: 200px;
    right: -100px;
    content: "";
    width: 200px;
    background: radial-gradient(
        circle, 
        rgb(168,162,162,0.5) 0%, 
        transparent 70%);
    position: absolute;
    border-radius: 50%;
    top: -100px;
    opacity: 0.3;
}

.sys_connect_form .sys_feedback_support form {
    gap: 1.2rem;
    flex-direction: column;
    display: flex;
}

.sys_connect_form .sys_feedback_support h3::after {
    bottom: -10px;
    box-shadow: 0 0 8px rgb(137,130,130);
    content: "";
    height: 2px;
    background: rgb(137,130,130);
    position: absolute;
    width: 50px;
    transform: translateX(-50%);
    left: 50%;
}

.sys_connect_form .sys_feedback_support input[type="text"]:focus,
.sys_connect_form .sys_feedback_support input[type="email"]:focus {
    border-color: rgb(168,162,162);
    box-shadow: 0 0 0 2px rgb(168,162,162,0.5);
    background: rgba(0, 0, 0, 0.3);
}

.sys_connect_form .sys_feedback_support .sys_request_query {
    display: flex;
    align-items: flex-start;
    margin: 0.5rem 0;
    gap: 10px;
}

.sys_connect_form .sys_feedback_support .sys_request_query input[type="checkbox"] {
    height: 18px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 18px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin-top: 3px;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}

.sys_connect_form .sys_feedback_support .sys_request_query label {
    line-height: 1.5;
    font-size: calc(17px - 2px);
    color: rgba(255, 255, 255, 0.8);
}

.sys_connect_form .sys_feedback_support .sys_request_query label a::after {
    background: rgb(137,130,130);
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    bottom: -2px;
    position: absolute;
    content: "";
    height: 1px;
}

.sys_connect_form .sys_feedback_support .sys_connect_card::before {
    left: -100%;
    top: 0;
    content: "";
    transition: all 0.6s ease;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    position: absolute;
    height: 100%;
}

.sys_connect_form .sys_feedback_support .sys_connect_card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.sys_teaching_history {
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(to bottom, #000000 0%, rgb(200,195,195) 100%);
}



.sys_teaching_history .container {
    max-width: 1200px;
    position: relative;
    perspective: 1000px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
}

.sys_teaching_history .sys_review_spot {
    border-radius: 25px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(15px);
    flex-wrap: wrap;
    transform: rotateX(5deg) rotateY(-5deg);
    transform-style: preserve-3d;
    padding: 3rem;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(137,130,130,0.5),
        inset 0 0 30px rgb(168,162,162,0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    display: flex;
}

.sys_teaching_history .sys_review_spot:hover .sys_header_image {
    transform: translateX(-50%) translateZ(50px);
}

.sys_teaching_history .name {
    font-weight: 700;
    color: #ffffff;
    margin-top: 100px;
    width: 100%;
    letter-spacing: 1px;
    font-size: 33px;
    text-shadow: 0 0 10px rgb(168,162,162,0.5);
    transform: translateZ(20px);
    text-align: center;
}

.sys_teaching_history .sys_career_summary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    color: #ffffff;
    line-height: 1.7;
    border-left: 3px solid rgb(168,162,162);
    position: relative;
    margin-top: 2rem;
    transform: translateZ(10px);
    transition: transform 0.3s ease;
    padding: 2rem;
}

.sys_consentInformationPopup {
    background: rgb(200,195,195);
    width: 100%;
    z-index: 90;
    position: fixed;
    border-top: 2px solid rgb(168,162,162);
    bottom: 0;
}

.sys_consent_box {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.sys_cookies_terms {
    flex-shrink: 0;
    margin-right: 10px;
}

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

.sys_panel-container .sys_consent_box {
    justify-content: space-between;
    padding: 40px 0;
}

.sys_panel-container .sys_cookie_updates {
    color: #ffffff;
    text-align: left;
}

.sys_panel-container .sys_cookie_updates h5 {
    font-weight: 700;
}

.sys_panel-container .sys_cookie_updates h5, .sys_panel-container .sys_cookie_updates p {
    color: #ffffff;
}

.sys_gdpr_block::after {
    position: absolute;
    height: 7px;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(200,195,195) 0%,
        rgb(168,162,162) 35%, 
        rgb(137,130,130) 65%,
        rgb(200,195,195) 100%);
    top: 0;
    width: 100%;
    z-index: 1;
    content: '';
}

.sys_gdpr_block .sys_whatsapp_grp {
    flex-direction: column;
    display: flex;
}

.sys_gdpr_block .sys_form_learn::after {
    bottom: -1px;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(137,130,130,0.5) 50%,
        transparent 100%);
    position: absolute;
    height: 1px;
    width: 100%;
    content: '';
}

.sys_gdpr_block .info_item::before {
    width: 1px;
    position: absolute;
    height: 60%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.06);
    top: 50%;
    transform: translateY(-50%);
    content: '';
}

.sys_gdpr_block .info_item:hover {
    transform: translateY(-5px);
}

.sys_gdpr_block .info_item:hover p,
.sys_gdpr_block .info_item:hover a {
    color: rgb(168,162,162);
}

.sys_gdpr_block .info_item svg {
    fill: rgb(168,162,162);
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
}

.sys_gdpr_block .text_main_holder {
    justify-content: space-between;
    gap: 3rem;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.sys_gdpr_block .sys_nav_guide svg {
    transition: all 0.3s ease;
    max-width: 160px;
    height: auto;
}

.sys_gdpr_block .sys_intern_opp::before {
    width: 4px;
    left: 0;
    top: 0;
    border-radius: 2px;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(168,162,162), rgb(137,130,130));
    bottom: 0;
}

.sys_gdpr_block .sys_top_head::before {
    left: 0;
    height: 100%;
    border-radius: 22px;
    width: 100%;
    top: 0;
    content: '';
    z-index: -1;
    background: rgba(0, 0, 0, 0.02);
    position: absolute;
}

.sys_gdpr_block .sys_main_lead {
    padding: 0 1.5rem;
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}

.sys_gdpr_block .sys_main_lead a {
    transition: all 0.3s ease;
    font-size: 17px;
    padding-left: 1.25rem;
    position: relative;
    color: #000000;
    text-decoration: none;
    padding: 0.5rem 0;
}

.sys_gdpr_block .sys_main_lead a:hover {
    padding-left: 1.5rem;
    color: rgb(168,162,162);
}

.sys_gdpr_block .subscribe_holder {
    gap: 1.5rem;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 2rem;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
}

.sys_gdpr_block .subscribe_holder h5 {
    font-size: 23px;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.sys_gdpr_block .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
    position: relative;
    margin-top: 0.5rem;
}

.sys_gdpr_block .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(168,162,162,0.5);
    border-color: rgb(168,162,162);
}

.sys_gdpr_block .sys_updates_card {
    overflow: hidden;
    color: #ffffff;
    padding: 1.125rem 1.25rem;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, rgb(168,162,162) 0%, rgb(137,130,130) 100%);
    font-size: 15px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
}

.sys_gdpr_block .sys_updates_card:hover::before {
    opacity: 1;
}

.sys_gdpr_block .sys_donate_books {
    position: relative;
    padding-top: 2rem;
    margin-top: 4rem;
    text-align: center;
}

.sys_gdpr_block .sys_teach_supp {
    font-size: 12px;
    color: #000000;
    opacity: 0.8;
}

.sys_take_a_spin {
    padding: 5rem 2rem;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(137,130,130) 0%, rgb(168,162,162) 100%);
    position: relative;
}

.sys_take_a_spin::after {
    z-index: -1;
    pointer-events: none;
    height: 200%;
    transform: rotate(30deg);
    right: -50%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0) 60%
    );
    top: -50%;
    width: 80%;
    content: "";
}

.sys_take_a_spin .sys_online_mastery {
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
    border-left: 3px solid #ffffff;
    display: flex;
    transform: translateY(0);
    border-radius: 10px;
    padding: 1.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.sys_take_a_spin .sys_online_mastery:hover svg {
    transform: rotate(15deg) scale(1.1);
}

.sys_take_a_spin svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.sys_take_a_spin .sys_online_mastery div {
    align-items: center;
    display: flex;
}

.sys_take_a_spin .sys_connect_card::before {
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
    position: absolute;
    background: linear-gradient(45deg, rgb(168,162,162), rgb(137,130,130));
    top: 0;
    height: 100%;
}

.sys_take_a_spin .sys_connect_card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    color: #ffffff;
}

.sys_take_a_spin .sys_connect_card:hover::before {
    transform: translateY(0);
    opacity: 1;
}

.sys_course_offering {
    display: flex;
    perspective: 1500px;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: rgb(168,162,162);
    padding: 100px 0;
}

.sys_course_offering::after {
    mix-blend-mode: screen;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    background: 
        radial-gradient(circle at 30% 20%, rgb(168,162,162,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(137,130,130,0.5) 0%, transparent 50%);
    opacity: 0.2;
}

.sys_course_offering .sys_education_map {
    grid-gap: 0;
    display: grid;
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 2fr 3fr;
}

.sys_course_offering .sys_text_bubble::before {
    opacity: 0.05;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(168,162,162,0.5) 50%, rgb(168,162,162,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
}

.sys_course_offering .sys_text_bubble h2 {
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 20px;
    text-shadow: 0 0 15px rgb(168,162,162,0.5);
    letter-spacing: 2px;
    font-size: 48px;
}

.sys_course_offering .sys_text_bubble h2::after {
    left: 0;
    content: "";
    background: rgb(168,162,162);
    box-shadow: 0 0 15px rgb(168,162,162);
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 100px;
}

.sys_course_offering .sys_text_bubble .description::before {
    color: rgb(137,130,130);
    opacity: 0.7;
    content: ">";
    position: absolute;
    left: 0;
}

.sys_course_offering .hud-element {
    border: 1px solid rgb(168,162,162,0.5);
    z-index: 5;
    opacity: 0.2;
    position: absolute;
}

.sys_course_offering .sys_header_image::before {
    content: "";
    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%);
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}

header::before {
    height: 100%;
    left: 0;
    opacity: 0.2;
    width: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(168,162,162,0.5) 0%, transparent 70%);
    content: "";
}

header .sys_site_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    position: relative;
}

header .sys_site_main::after {
    right: 10%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(137,130,130));
    filter: blur(5px);
    bottom: -10px;
    width: 30%;
    height: 5px;
}

header .sys_site_main .sys_nav_guide:hover::before {
    opacity: 0.7;
}

header .sys_site_main .sys_nav_guide .sys_main_page {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}

header .sys_site_main .sys_nav_guide:hover .sys_main_page {
    transform: scale(1.05);
}

header .sys_site_main .sys_nav_guide .sys_main_page svg {
    width: auto;
    height: 45px;
}

header .sys_site_main .sys_top_head::before {
    position: absolute;
    backdrop-filter: blur(5px);
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.1;
    border-radius: 26px;
    content: "";
}

header .sys_site_main .sys_top_head .sys_header_know a::before {
    background: linear-gradient(135deg, rgb(168,162,162), rgb(137,130,130));
    width: 100%;
    position: absolute;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
}

header .sys_site_main .sys_top_head .sys_header_know:hover a::before {
    opacity: 1;
}

header .sys_site_main .sys_top_head .sys_header_know:hover a {
    color: #ffffff;
}

header .sys_site_main .sys_top_head .sys_header_know:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}

header .sys_site_main .sys_top_head .sys_header_know:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(168,162,162), rgb(137,130,130));
}

.sys_pricing_suite::before {
    top: 0;
    position: absolute;
    left: 0;
    backdrop-filter: blur(4px);
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    bottom: 0;
}

.sys_pricing_suite h2 {
    letter-spacing: 1px;
    animation: fadeSlideUp 0.7s ease forwards;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    font-size: 35px;
    opacity: 0;
    transform: translateY(20px);
}

.sys_pricing_suite .sys_learning_pricing {
    width: 100%;
    list-style: none;
    padding: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
}

.sys_pricing_suite .sys_learning_pricing li:nth-child(1) {
    --li-index: 1;
}

.sys_pricing_suite .sys_learning_pricing li:nth-child(3) {
    --li-index: 3;
}

.sys_pricing_suite .sys_payment_pricing {
    border: 1px solid rgba(255,255,255,0.15);
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    height: 100%;
}

.sys_pricing_suite .sys_payment_pricing:hover::before {
    transform: scaleX(1);
}

.sys_pricing_suite .sys_training_sub {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.sys_pricing_suite .sys_training_sub h4::after {
    background: rgb(137,130,130);
    position: absolute;
    height: 2px;
    left: 0;
    width: 40px;
    content: "";
    bottom: 0;
}

.sys_pricing_suite .sys_training_sub p {
    color: rgba(255,255,255,0.8);
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
    font-size: calc(13px - 2px);
    margin-bottom: 25px;
    overflow-wrap: break-word;
}

.sys_pricing_suite .sys_payment_pricing:hover .sys_discount_deals {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.sys_company_info {
    perspective: 1000px;
    background: linear-gradient(145deg, rgb(200,195,195) 0%, rgba(rgb(168,162,162,0.5), 0.05) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}

.sys_company_info::after {
    background: linear-gradient(30deg, rgb(137,130,130) 0%, transparent 80%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    content: "";
    bottom: -10%;
    animation: float 18s infinite ease-in-out reverse;
    opacity: 0.06;
    left: -5%;
    height: 35%;
    transform: rotate(10deg) translateZ(-5px);
    width: 25%;
    position: absolute;
}

.sys_company_info h1 {
    color: #000000;
    margin-bottom: 60px;
    position: relative;
    transform: translateZ(20px);
    font-size: 43px;
    font-weight: 700;
    text-shadow: 2px 2px 0 rgba(rgb(168,162,162,0.5), 0.1);
}

.sys_company_info .sys_skill_lab {
    transform-style: preserve-3d;
    position: relative;
}

.sys_company_info .sys_skill_lab ul {
    padding: 0;
    perspective: 1000px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    display: grid;
}

.sys_company_info .sys_study_experts:nth-child(even) {
    transform: translateZ(5px) rotateY(-2deg);
}

.sys_company_info .sys_study_experts:hover {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateZ(25px) rotateY(0);
}

.sys_company_info .sys_study_experts h4 {
    animation: fadeSlideIn 0.8s forwards ease-out;
    position: relative;
    font-size: calc(24px * 1.1);
    margin-bottom: 25px;
    color: rgb(168,162,162);
    animation-delay: 0.2s;
    font-weight: 600;
    transform: translateZ(5px);
    opacity: 0;
}

.sys_company_info .sys_study_experts div {
    overflow-y: auto;
    padding-right: 15px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    animation: fadeSlideIn 0.8s forwards ease-out;
    max-height: 250px;
    animation-delay: 0.4s;
    color: #000000;
    opacity: 0;
    font-size: 12px;
    transform: translateY(10px);
}

.sys_tyPanel {
    background: linear-gradient(135deg, rgb(200,195,195) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}

.sys_tyPanel::after {
    left: -10%;
    bottom: -10%;
    content: "";
    background: linear-gradient(-45deg, rgb(137,130,130,0.5) 0%, rgb(168,162,162) 100%);
    z-index: 0;
    width: 50%;
    transform: rotate(15deg);
    filter: blur(30px);
    height: 60%;
    animation: float 15s ease-in-out infinite reverse;
    position: absolute;
    opacity: 0.3;
}

.sys_tyPanel h2 {
    font-size: clamp(1.75rem, 4vw, 35px);
    position: relative;
    animation: slideUp 0.7s ease-out 0.2s forwards;
    font-family: Arial, sans-serif;
    max-width: 90%;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 3rem;
    transform: translateY(20px);
    opacity: 0;
    letter-spacing: -0.02em;
    text-align: center;
    font-weight: 700;
}

.sys_tyPanel .sys_online_mastery::before {
    position: absolute;
    top: 15px;
    border: 1px dashed rgba(0,0,0,0.07);
    bottom: 15px;
    right: 15px;
    border-radius: calc(14px - 15px);
    left: 15px;
    content: "";
    z-index: 0;
    pointer-events: none;
}

.sys_tyPanel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: relative;
}

.sys_tyPanel li {
    padding-left: 2rem;
    position: relative;
}

.sys_tyPanel span {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    color: #000000;
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.7;
    z-index: 2;
    display: block;
}

.sys_client_comments {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(200,195,195) 0%, #ffffff 70%);
    position: relative;
}

.sys_client_comments {
    padding: 70px 0;
}

.sys_client_comments .sys_online_mastery {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.sys_client_comments h4 {
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 41px;
    margin-bottom: 80px;
}

.sys_client_comments h4 {
    margin-bottom: 50px;
    font-size: calc(41px * 0.7);
}

.sys_client_comments .sys_feedback_quotes::before {
    top: 0;
    z-index: 1;
    height: 100%;
    border-radius: 2px;
    left: calc(50% - 2px);
    position: absolute;
    background: linear-gradient(to bottom, rgb(168,162,162,0.5), rgb(137,130,130,0.5));
    width: 4px;
    content: "";
}

.sys_client_comments .sys_feedback_quotes::before {
    left: 30px;
}

.sys_client_comments .sys_review_spot:nth-child(odd) {
    align-self: flex-start;
    transform: translateY(40px);
}

.sys_client_comments .sys_review_spot:nth-child(odd) {
    animation: fadeInLeft 0.8s ease-out both;
    animation-delay: calc(0.3s * var(--i, 0));
}

.sys_client_comments .sys_review_spot:nth-child(even) {
    align-self: flex-end;
    transform: translateY(-40px);
}

.sys_client_comments .sys_review_spot:nth-child(even) {
    animation: fadeInRight 0.8s ease-out both;
    animation-delay: calc(0.3s * var(--i, 0));
}

.sys_client_comments .sys_review_spot:nth-child(even)::before {
    left: -50px;
    transform: translateY(-50%);
}

.sys_client_comments .sys_review_spot:nth-child(odd)::after {
    right: -30px;
}

.sys_client_comments .sys_review_spot:nth-child(even)::after {
    left: -30px;
}

.sys_client_comments .sys_review_spot:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 4;
}

.sys_client_comments .sys_review_spot:hover {
    transform: scale(1.03) !important;
}

.sys_client_comments .sys_header_image {
    float: left;
    height: 80px;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    width: 80px;
    transition: all 0.5s ease;
    border-radius: 11px;
    border: 3px solid #ffffff;
}

.sys_client_comments .sys_header_image {
    width: 60px;
    margin-right: 15px !important;
    margin-left: 0 !important;
    height: 60px;
    float: left !important;
}

.sys_client_comments .sys_review_spot:hover span {
    color: rgb(168,162,162);
}

.sys_client_comments .sys_review_spot p {
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
}

.sys_client_comments .sys_review_spot p {
    font-size: calc(16px * 0.95);
    clear: none;
}

.sys_client_comments .sys_review_spot:nth-child(n)::after {
    left: -30px;
    right: auto;
}

.sys_confidential_zone {
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s, box-shadow 0.3s;
    width: 100%;
    padding: 40px;
    overflow: hidden;
    height: auto;
    font-family: Arial, sans-serif;
}

.sys_confidential_zone h2 {
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 30px;
    padding-bottom: 5px;
    color: rgb(137,130,130);
    border-bottom: 1px solid rgb(137,130,130);
    font-size: 31px;
}

.sys_confidential_zone li {
    color: #000000;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
}

.sys_confidential_zone p, .sys_confidential_zone span, .sys_confidential_zone div {
    color: #000000;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
}

.sys_title_welcome > div {
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    position: relative;
}

.sys_title_welcome .sys_class_pro {
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 2rem;
    position: relative;
    animation: fadeUp 0.8s ease-out forwards;
}

.sys_title_welcome .sys_main_home::after {
    content: "";
    left: 0;
    animation: lineExpand 1.2s 0.4s ease forwards;
    height: 4px;
    transform-origin: left;
    width: 80px;
    background: linear-gradient(90deg, rgb(168,162,162), rgb(137,130,130));
    position: absolute;
    transform: scaleX(0);
    bottom: -12px;
}

.sys_title_welcome .sys_start_base::before {
    right: 0;
    content: "";
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    bottom: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
    position: absolute;
    left: 0;
}

.sys_title_welcome .sys_start_base p {
    margin: 0;
    font-size: clamp(1rem, 2vw, 16px);
    line-height: 1.6;
    position: relative;
    padding-left: 1rem;
    font-weight: 400;
    color: #ffffff;
}

.sys_title_welcome .sys_start_base h3 {
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    opacity: 0;
    max-width: 90%;
    transform: translateY(20px);
    font-size: clamp(1.2rem, 2.5vw, 20px);
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    color: #ffffff;
}

.sys_title_welcome::before {
    opacity: 0.1;
    width: 30%;
    bottom: 0;
    animation: rotateBgReverse 30s infinite alternate ease-in-out;
    left: 0;
    position: absolute;
    content: "";
    height: 40%;
    background: rgb(137,130,130,0.5);
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}



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


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



@media screen and (max-width: 992px) {.sys_connect_form {
    padding: 5rem 0;
}.sys_connect_form .sys_message_box {
    gap: 2rem;
    flex-direction: column;
}.sys_connect_form .sys_message_support,
    .sys_connect_form .sys_feedback_support {
    flex: 1 1 100%;
}
}



@media screen and (max-width: 576px) {.sys_connect_form {
    padding: 3rem 0;
}.sys_connect_form .sys_message_box {
    padding: 1rem;
    gap: 1.5rem;
}.sys_connect_form .sys_message_support,
    .sys_connect_form .sys_feedback_support {
    padding: 1rem;
}.sys_connect_form .sys_message_support div {
    margin-bottom: 1rem;
}.sys_connect_form .sys_feedback_support form {
    gap: 1rem;
}.sys_connect_form .sys_feedback_support input[type="text"],
    .sys_connect_form .sys_feedback_support input[type="email"] {
    padding: 10px 12px;
}.sys_connect_form .sys_feedback_support .sys_connect_card {
    padding: 10px 16px;
}}


@media only screen and (max-width: 1200px) {.sys_consentInformationPopup {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.sys_cookies_terms {
    display: none;
}.sys_consent_box {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.sys_consentInformationPopup h5 {
    text-align: center;
}.sys_consentInformationPopup p {
    text-align: center;
}.sys_cookie_updates {
    margin-bottom: 20px;
}body .sys_panel-container .sys_online_cookies {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 1200px) {.sys_gdpr_block .text_main_holder {
    gap: 2.5rem;
}.sys_gdpr_block .sys_nav_guide {
    max-width: 260px;
}.sys_gdpr_block .sys_top_head {
    min-width: 220px;
}
}



@media (max-width: 768px) {.sys_gdpr_block {
    padding: 3.5rem 0 1.5rem;
}.sys_gdpr_block .sys_form_learn {
    margin-bottom: 3rem;
}.sys_gdpr_block .info_item {
    width: 100%;
}.sys_gdpr_block .info_item::before {
    display: none;
}.sys_gdpr_block .sys_main_lead {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    flex-direction: row;
}.sys_gdpr_block .sys_main_lead a {
    text-align: center;
    padding: 0.5rem 1rem;
}.sys_gdpr_block .sys_main_lead a::before {
    display: none;
}.sys_gdpr_block .sys_main_lead a:hover {
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}.sys_gdpr_block .sys_donate_books {
    margin-top: 3rem;
}
}



@media (max-width: 991px) {.sys_take_a_spin {
    padding: 4rem 1.5rem;
}.sys_take_a_spin h2 {
    max-width: 100%;
    font-size: calc(33px * 0.9);
}.sys_take_a_spin .sys_online_mastery {
    flex-direction: column;
    border-left: none;
    border-top: 3px solid #ffffff;
    gap: 1rem;
    padding: 1.25rem;
    text-align: center;
}.sys_take_a_spin .sys_connect_card {
    width: 100%;
    padding: 0.85rem 2rem;
}
}



@media (max-width: 767px) {.sys_take_a_spin {
    padding: 3rem 1rem;
}.sys_take_a_spin h2 {
    line-height: 1.5;
    font-size: calc(33px * 0.8);
}.sys_take_a_spin .container {
    gap: 2rem;
}.sys_take_a_spin svg {
    width: 40px;
    height: 40px;
}.sys_take_a_spin .sys_online_mastery {
    width: 100%;
    max-width: 320px;
}
}



@media (min-width: 1400px) {.sys_take_a_spin {
    padding: 6rem 2rem;
}.sys_take_a_spin h2 {
    font-size: calc(33px * 1.1);
    max-width: 70%;
}.sys_take_a_spin .sys_online_mastery {
    padding: 2rem;
    gap: 2rem;
}.sys_take_a_spin svg {
    width: 56px;
    height: 56px;
}.sys_take_a_spin .sys_connect_card {
    padding: 1.15rem 3rem;
    font-size: calc(15px * 1.1);
}}



@media screen and (max-width: 767px) {.sys_course_offering {
    padding: 50px 0;
}.sys_course_offering .container {
    padding: 0 20px;
}.sys_course_offering .sys_text_bubble {
    padding: 25px;
}.sys_course_offering .sys_text_bubble h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: calc(48px * 0.8);
}.sys_course_offering .sys_text_bubble .description {
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: calc(14px * 0.95);
}.sys_course_offering .sys_header_image {
    height: 350px;
}
}



@media (max-width: 992px) {header .sys_site_main {
    padding: 20px 15px;
    flex-direction: column;
}header .sys_site_main .sys_nav_guide {
    margin-bottom: 15px;
}header .sys_site_main .sys_top_head {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .sys_site_main .sys_top_head .sys_header_know {
    margin: 3px;
}header .sys_site_main .sys_top_head .sys_header_know a {
    font-size: calc(12px - 1px);
    padding: 6px 12px;
}
}



@media (max-width: 992px) {.sys_pricing_suite {
    padding: 80px 0;
}.sys_pricing_suite h2 {
    font-size: calc(35px - 4px);
}.sys_pricing_suite .sys_learning_pricing {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.sys_pricing_suite .sys_learning_fee {
    padding: 25px;
}.sys_pricing_suite .sys_discount_deals {
    font-size: calc(22px + 2px);
}
}



@media (max-width: 480px) {.sys_pricing_suite {
    padding: 50px 0;
}.sys_pricing_suite .sys_learning_fee {
    padding: 20px;
}.sys_pricing_suite .sys_training_sub h4 {
    font-size: calc(22px - 2px);
}.sys_pricing_suite .sys_discount_deals {
    font-size: 22px;
    padding: 8px 15px;
}}



@media (max-width: 991px) {.sys_company_info {
    padding: 80px 0 50px;
}.sys_company_info h1 {
    margin-bottom: 40px;
}.sys_company_info .sys_skill_lab ul {
    gap: 30px;
}.sys_company_info .sys_study_experts {
    transform: translateZ(5px) rotateY(1deg);
}.sys_company_info .sys_study_experts:nth-child(even) {
    transform: translateZ(5px) rotateY(-1deg);
}
}



@media (max-width: 480px) {.sys_company_info {
    padding: 50px 0 30px;
}.sys_company_info .container {
    padding: 0 15px;
}.sys_company_info h1 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.7);
}.sys_company_info .sys_study_experts {
    padding: 20px 25px;
}.sys_company_info .sys_study_experts::before {
    width: 4px;
}.sys_company_info .sys_study_experts h4 {
    margin-bottom: 18px;
}.sys_company_info .sys_study_experts h4::after {
    height: 2px;
    width: 30px;
    bottom: -8px;
}.sys_company_info .sys_study_experts div {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}



@media screen and (max-width: 480px) {.sys_tyPanel {
    padding: 2.5rem 1rem;
}.sys_tyPanel h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}.sys_tyPanel .sys_online_mastery {
    padding: 1.5rem 1.25rem;
}.sys_tyPanel span {
    font-size: 0.95rem;
}}



@media (max-width: 1024px) {.sys_client_comments {
    padding: 90px 0;
}.sys_client_comments h4 {
    font-size: calc(41px * 0.85);
    margin-bottom: 60px;
}.sys_client_comments .sys_review_spot {
    width: 46%;
    padding: 25px;
}.sys_client_comments .sys_review_spot:nth-child(odd)::before {
    right: -40px;
}.sys_client_comments .sys_review_spot:nth-child(even)::before {
    left: -40px;
}.sys_client_comments .sys_header_image {
    height: 70px;
    width: 70px;
}
}



@media (max-width: 992px) {.sys_title_welcome {
    padding: 1.5rem;
}.sys_title_welcome .sys_start_base {
    min-height: 350px;
}.sys_title_welcome .sys_start_base > div {
    padding: 2rem;
}.sys_title_welcome .sys_start_base h3 {
    max-width: 100%;
}
}



@media (max-width: 576px) {.sys_title_welcome {
    padding: 1rem;
}.sys_title_welcome .sys_start_base {
    min-height: 300px;
}.sys_title_welcome .sys_start_base > div {
    padding: 1rem;
}
}



@media (hover: hover) {.sys_title_welcome .sys_start_base {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.sys_title_welcome .sys_start_base:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(0) scale(1.02);
}
}



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



@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}



@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 pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(168,162,162), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(168,162,162), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(168,162,162), 0);
    }
}



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



@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}



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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(168,162,162,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(40px);
    }
}

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



@keyframes fadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes rotateBgReverse {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(-5deg) scale(1.05);
  }
}

