* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-capsule-sys {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1110px;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 8px;
    padding: 2px;
}::-webkit-scrollbar-button {
    border-radius: 10px;
    background: #ffffff;
    height: 9px;
}::-webkit-scrollbar-track {
    background: linear-gradient(76deg, rgb(255, 255, 255, 0.5) 27%, rgb(186,164,111,0.5) 23%, rgb(215,194,150) 20%, rgb(215,194,150,0.5) 49%, rgb(242,232,202) 58%);
}::-webkit-scrollbar-thumb {
    animation: pulse_scrollbar 2.7s ease infinite;
    border-radius: 6.8vh;
    background: rgb(215,194,150);
}::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(ellipse at top left, #ffffff 46%, rgb(255, 255, 255, 0.5) 16%, rgb(186,164,111) 27%, rgb(186,164,111,0.5) 38%, rgb(215,194,150) 0%, rgb(215,194,150,0.5) 55%, rgb(242,232,202) 51%);
    border-color: rgb(215,194,150);
}::-webkit-scrollbar-thumb:active {
    background: rgb(186,164,111);
    box-shadow: inset 2px -2px 1px 3px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 0px;
}html {
    scrollbar-color: rgb(242,232,202) rgb(186,164,111,0.5);
    scrollbar-width: none;
}a {
    text-decoration: none;
    color: inherit;
}.head-class-sys {
    flex: 1 0 auto;
}.progress-bar-sys {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.progress-bar-sys {
    position: relative;
    background-attachment: fixed;
    z-index: 1;
    padding: 6rem 0 3rem;
    color: #ffffff;
}.progress-bar-sys::before {
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(215,194,150,0.5) 100%);
    position: absolute;
}.progress-bar-sys::after {
    top: 0;
    z-index: -1;
    pointer-events: none;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.progress-bar-sys .container {
    display: flex;
    flex-direction: column;
    position: relative;
}.progress-bar-sys .company_holder {
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 2.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}.progress-bar-sys .company_holder::before,
.progress-bar-sys .company_holder::after {
    position: absolute;
    content: "";
    animation: slide 3s infinite alternate;
    height: 2px;
    width: 20%;
    bottom: -1px;
    background: linear-gradient(90deg, transparent, rgb(186,164,111), transparent);
}.progress-bar-sys .company_holder::before {
    animation-delay: 0s;
    left: 0;
}.progress-bar-sys .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.progress-bar-sys .company_holder h3 {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: calc(34px * 1.3);
    position: relative;
    font-weight: 700;
}.progress-bar-sys .company_holder h3::after {
    position: absolute;
    bottom: -10px;
    height: 3px;
    background: rgb(186,164,111);
    left: 50%;
    content: "";
    transform: translateX(-50%);
    width: 60px;
}.progress-bar-sys .conduct-code-sys {
    color: #ffffff;
    opacity: 0.8;
    max-width: 600px;
    line-height: 1.7;
    font-size: 12px;
    margin: 1.5rem auto 0;
}.progress-bar-sys .discount-cta-sys {
    justify-content: center;
    display: flex;
}.progress-bar-sys .header-learn-sys {
    position: relative;
    display: flex;
    gap: 6rem;
}.progress-bar-sys .header-learn-sys::before {
    position: absolute;
    height: 20px;
    content: "";
    background: rgb(215,194,150);
    top: -30px;
    width: 1px;
    transform: translateX(-50%);
    left: 50%;
}.progress-bar-sys .nav-main-sys {
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.05);
    position: relative;
    backdrop-filter: blur(10px);
}.progress-bar-sys .nav-main-sys:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(215,194,150,0.5), 0.1);
}.progress-bar-sys .nav-main-sys h5 {
    padding-bottom: 0.8rem;
    text-transform: uppercase;
    color: rgb(186,164,111);
    margin-bottom: 1.5rem;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    letter-spacing: 1.5px;
    font-weight: 600;
}.progress-bar-sys .nav-main-sys .header-learn-sys {
    display: flex;
    gap: 0.8rem;
    position: static;
    flex-direction: column;
}.progress-bar-sys .nav-main-sys .header-learn-sys a {
    opacity: 0.75;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    text-align: center;
    padding: 0.4rem 0;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}.progress-bar-sys .nav-main-sys .header-learn-sys a::before {
    content: "";
    transform: scaleX(0);
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgb(215,194,150), transparent);
    width: 100%;
    height: 1px;
    left: 0;
    transform-origin: center;
    transition: transform 0.4s ease;
    bottom: 0;
}.progress-bar-sys .nav-main-sys .header-learn-sys a:hover {
    opacity: 1;
    color: rgb(186,164,111);
}.progress-bar-sys .nav-main-sys .header-learn-sys a:hover::before {
    transform: scaleX(1);
}.pledge-block-sys {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 4rem;
    padding: 1.2rem 0;
}.pledge-block-sys::before {
    opacity: 0.3;
    position: absolute;
    left: 0;
    background-image: linear-gradient(45deg, rgba(rgb(215,194,150,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(215,194,150,0.5), 0.05) 50%, rgba(rgb(215,194,150,0.5), 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    width: 100%;
    animation: bgMove 20s linear infinite;
    content: "";
    top: 0;
    background-size: 4px 4px;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.pledge-block-sys .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.pledge-block-sys .collab-net-sys {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    opacity: 0.8;
    text-align: center;
}.pledge-block-sys .collab-net-sys::before,
.pledge-block-sys .collab-net-sys::after {
    content: "•";
    margin: 0 0.6rem;
    color: rgb(215,194,150);
}

@media screen and (max-width: 992px) {.progress-bar-sys {
    padding: 4rem 0 2rem;
}.progress-bar-sys .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.progress-bar-sys .company_holder h3 {
    font-size: 34px;
}.progress-bar-sys .header-learn-sys {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.progress-bar-sys .discount-cta-sys {
    align-items: center;
    flex-direction: column;
}.progress-bar-sys .header-learn-sys {
    gap: 2rem;
    max-width: 450px;
    width: 100%;
    flex-direction: column;
}.progress-bar-sys .nav-main-sys {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.progress-bar-sys {
    padding: 3rem 0 1.5rem;
}.progress-bar-sys .company_holder h3 {
    font-size: calc(34px * 0.9);
}.progress-bar-sys .conduct-code-sys {
    font-size: calc(12px * 0.9);
}.progress-bar-sys .nav-main-sys {
    padding: 1rem;
}.progress-bar-sys .nav-main-sys h5 {
    font-size: calc(20px * 0.9);
}.pledge-block-sys {
    margin-top: 2rem;
    padding: 1rem 0;
}.pledge-block-sys .collab-net-sys {
    font-size: calc(16px * 0.9);
}.pledge-block-sys .collab-net-sys::before,
    .pledge-block-sys .collab-net-sys::after {
    display: none;
}}.give-it-a-try-sys {
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 5rem 2rem;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgb(215,194,150) 0%, rgb(186,164,111) 100%);
}.give-it-a-try-sys::before {
    content: '';
    width: 100%;
    background: linear-gradient(45deg, rgb(215,194,150,0.5) 0%, transparent 50%);
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    transform: translateZ(-10px);
}.give-it-a-try-sys::after {
    right: -50%;
    opacity: 0.2;
    z-index: -1;
    animation: pulse 8s infinite alternate ease-in-out;
    height: 100%;
    top: -50%;
    position: absolute;
    content: '';
    width: 100%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
}.give-it-a-try-sys .container {
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    position: relative;
    display: flex;
    transform: translateZ(20px);
    max-width: 1200px;
}.give-it-a-try-sys h6 {
    font-size: 16px;
    max-width: 90%;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}.give-it-a-try-sys div {
    justify-content: center;
    display: flex;
    transform: translateZ(40px);
}.give-it-a-try-sys span {
    transition: transform 0.3s ease-out;
    position: relative;
    display: inline-block;
    transform-style: preserve-3d;
}.give-it-a-try-sys a.reach-list-sys {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: none;
    font-weight: 700;
    position: relative;
    color: rgb(215,194,150);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    justify-content: center;
    text-decoration: none;
    overflow: hidden;
    font-size: 17px;
    display: inline-flex;
    transform: translateZ(10px);
    align-items: center;
    padding: 1rem 2.5rem;
}.give-it-a-try-sys a.reach-list-sys::before {
    height: 100%;
    content: '';
    transition: transform 0.6s ease;
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    top: 0;
}.give-it-a-try-sys a.reach-list-sys:hover {
    transform: translateY(-5px) translateZ(15px);
    color: rgb(186,164,111);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.give-it-a-try-sys a.reach-list-sys:hover::before {
    transform: translateX(100%);
}.give-it-a-try-sys a.reach-list-sys span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
    display: inline-block;
}.give-it-a-try-sys a.reach-list-sys:hover span {
    transform: scale(1.05);
}.give-it-a-try-sys a.reach-list-sys:active {
    transform: translateY(0) translateZ(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) rotate(0deg);
    }
}

@media screen and (max-width: 992px) {.give-it-a-try-sys {
    padding: 4rem 1.5rem;
}.give-it-a-try-sys h6 {
    margin-bottom: 2rem;
    font-size: calc(16px - 2px);
}.give-it-a-try-sys a.reach-list-sys {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 768px) {.give-it-a-try-sys {
    padding: 3.5rem 1.25rem;
}.give-it-a-try-sys h6 {
    margin-bottom: 1.75rem;
    line-height: 1.5;
    font-size: calc(16px - 4px);
}.give-it-a-try-sys::after {
    top: -30%;
    right: -30%;
}
}

@media screen and (max-width: 576px) {.give-it-a-try-sys {
    padding: 3rem 1rem;
}.give-it-a-try-sys h6 {
    font-size: calc(12px + 1px);
    margin-bottom: 1.5rem;
    max-width: 100%;
}.give-it-a-try-sys a.reach-list-sys {
    padding: 0.8rem 1.5rem;
    font-size: calc(17px - 1px);
}.give-it-a-try-sys::before, 
    .give-it-a-try-sys::after {
    transform: scale(0.8);
}}.title-welcome-sys {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}.title-welcome-sys .main-entry-sys {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}.title-welcome-sys .main-entry-sys::before {
    transform: translateZ(0);
    backdrop-filter: blur(2px);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    background: linear-gradient(
    135deg,
    rgb(215,194,150,0.5) 0%,
    rgb(186,164,111,0.5) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
    height: 100%;
}.title-welcome-sys .main-entry-sys::after {
    width: 100%;
    bottom: 0;
    transform: translateZ(0);
    content: "";
    position: absolute;
    left: 0;
    z-index: 2;
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    transparent 100%
  );
    height: 40%;
}.title-welcome-sys .community-team-sys {
    max-width: 86%;
    transform: translateZ(0) rotateX(5deg);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    perspective: 1000px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    margin: 0 auto;
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    animation: elementAppear 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform-style: preserve-3d;
    position: relative;
    clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 2rem),
    calc(100% - 2rem) 100%,
    0 100%
  );
    z-index: 5;
}.title-welcome-sys .community-team-sys::before {
    left: -10px;
    filter: blur(20px);
    opacity: 0.5;
    height: calc(100% + 20px);
    transform: translateZ(-10px);
    background: linear-gradient(
    45deg,
    rgb(215,194,150) 0%,
    transparent 40%,
    transparent 60%,
    rgb(186,164,111) 100%
  );
    position: absolute;
    top: -10px;
    content: "";
    width: calc(100% + 20px);
    z-index: -1;
}.title-welcome-sys .community-team-sys h1 {
    color: #ffffff;
    animation: textFlyIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    margin-bottom: 1.5rem;
    animation-delay: 0.2s;
    position: relative;
    line-height: 1.1;
    letter-spacing: -0.5px;
    opacity: 0;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    font-size: calc(42px * 1.15);
    transform: translateZ(40px);
    font-weight: 700;
}.title-welcome-sys .community-team-sys h1::after {
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
    background: rgb(215,194,150);
    width: 80px;
    content: "";
    left: 0;
    position: absolute;
    transform: scaleX(0);
    bottom: -0.75rem;
    transform-origin: left;
    height: 4px;
}.title-welcome-sys .community-team-sys h3 {
    opacity: 0.9;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    margin-bottom: 1.75rem;
    opacity: 0;
    transform: translateZ(30px);
    animation: textFlyIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: 0.4s;
    color: #ffffff;
    line-height: 1.4;
}.title-welcome-sys .community-team-sys p {
    position: relative;
    opacity: 0;
    max-width: 85%;
    line-height: 1.6;
    font-size: calc(12px * 1.15);
    animation: textFlyIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: 0.6s;
    transform: translateZ(20px);
    padding-left: 1.5rem;
    color: #ffffff;
}.title-welcome-sys .community-team-sys p::before {
    transform-origin: top;
    animation: lineGrow 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    animation-delay: 1.2s;
    width: 3px;
    height: calc(100% - 1rem);
    content: "";
    position: absolute;
    top: 0.5rem;
    transform: scaleY(0);
    background: rgb(186,164,111);
}

@keyframes elementAppear {
  0% {
    opacity: 0;
    transform: translateZ(0) rotateX(15deg) translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) rotateX(5deg) translateY(0);
  }
}

@keyframes textFlyIn {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateZ(40px) translateY(0);
  }
}

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

@keyframes lineGrow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@media (max-width: 1200px) {.title-welcome-sys .community-team-sys {
    transform: translateZ(0) rotateX(3deg);
    padding: 2.25rem;
    max-width: 90%;
}.title-welcome-sys .community-team-sys h1 {
    font-size: calc(42px * 1.05);
}.title-welcome-sys .community-team-sys h3 {
    margin-bottom: 1.5rem;
    font-size: 18px;
}.title-welcome-sys .community-team-sys p {
    font-size: 12px;
    max-width: 90%;
}
}

@media (max-width: 992px) {.title-welcome-sys {
    height: 90vh;
}.title-welcome-sys .community-team-sys {
    transform: translateZ(0) rotateX(2deg);
    padding: 2rem;
}.title-welcome-sys .community-team-sys h1 {
    font-size: 42px;
}.title-welcome-sys .community-team-sys h3 {
    font-size: calc(18px * 0.95);
}.title-welcome-sys .community-team-sys p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.title-welcome-sys {
    height: 85vh;
}.title-welcome-sys .community-team-sys {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 1.5rem),
      calc(100% - 1.5rem) 100%,
      0 100%
    );
    max-width: 95%;
    transform: translateZ(0) rotateX(0deg);
    padding: 1.75rem;
}.title-welcome-sys .community-team-sys h1 {
    margin-bottom: 1.25rem;
    font-size: calc(42px * 0.9);
}.title-welcome-sys .community-team-sys h1::after {
    height: 3px;
    width: 60px;
}.title-welcome-sys .community-team-sys h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.25rem;
}.title-welcome-sys .community-team-sys p {
    max-width: 100%;
    font-size: calc(12px * 0.95);
    padding-left: 1.25rem;
}
}

@media (max-width: 576px) {.title-welcome-sys {
    height: 80vh;
}.title-welcome-sys .main-entry-sys::after {
    height: 50%;
}.title-welcome-sys .community-team-sys {
    padding: 1.5rem;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 1rem),
      calc(100% - 1rem) 100%,
      0 100%
    );
}.title-welcome-sys .community-team-sys h1 {
    font-size: calc(42px * 0.8);
    margin-bottom: 1rem;
}.title-welcome-sys .community-team-sys h1::after {
    width: 50px;
}.title-welcome-sys .community-team-sys h3 {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.85);
}.title-welcome-sys .community-team-sys p {
    font-size: calc(12px * 0.9);
    padding-left: 1rem;
}.title-welcome-sys .community-team-sys p::before {
    width: 2px;
}}.our-story-sys {
    padding: 140px 0;
    z-index: 1;
    overflow: hidden;
    background: rgb(242,232,202);
    position: relative;
}.our-story-sys::before {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    background: 
        linear-gradient(217deg, rgb(215,194,150,0.5), transparent 70%),
        linear-gradient(127deg, rgb(186,164,111,0.5), transparent 70%),
        linear-gradient(336deg, rgb(215,194,150,0.5), transparent 70%);
    opacity: 0.15;
    height: 100%;
    content: "";
    filter: blur(20px);
    transform-origin: center center;
    animation: gradientFlow 15s ease infinite;
    left: 0;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.our-story-sys::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(215,194,150,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(186,164,111,0.5) 0%, transparent 50%);
    left: 0;
    z-index: -2;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.our-story-sys .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.our-story-sys .container::before {
    border-radius: 50%;
    right: -100px;
    position: absolute;
    top: -100px;
    background: rgb(215,194,150,0.5);
    animation: float 15s ease-in-out infinite alternate;
    height: 200px;
    width: 200px;
    content: "";
    opacity: 0.1;
    filter: blur(80px);
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.our-story-sys .fast-learn-sys {
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-direction: column;
    position: relative;
    align-items: center;
}.our-story-sys .fast-learn-sys::before {
    left: 30%;
    height: 1px;
    position: absolute;
    animation: scanline 4s ease-in-out infinite;
    content: "";
    top: 50%;
    opacity: 0.4;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(215,194,150), transparent);
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.our-story-sys .expert-track-sys {
    perspective: 1000px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px 35px;
    max-width: 500px;
    z-index: 3;
    width: 100%;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.our-story-sys .expert-track-sys:hover {
    border-color: rgb(215,194,150,0.5);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(215,194,150,0.5);
    transform: translateY(-15px) rotateX(5deg);
}.our-story-sys .expert-track-sys::before {
    inset: 0;
    border-radius: 20px;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(215,194,150,0.5) 100%);
    opacity: 0.07;
    position: absolute;
    content: "";
    transition: opacity 0.4s ease;
}.our-story-sys .expert-track-sys:hover::before {
    opacity: 0.12;
}.our-story-sys .expert-track-sys::after {
    opacity: 0;
    animation: borderGlow 4s linear infinite;
    z-index: -2;
    border-radius: calc(20px + 1px);
    inset: -1px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(215,194,150,0.5), transparent);
    transition: opacity 0.4s ease;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.our-story-sys .expert-track-sys:hover::after {
    opacity: 1;
}.our-story-sys .img-banner-sys {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    width: 220px;
    height: 220px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.8);
    z-index: 2;
}.our-story-sys .img-banner-sys::before {
    -webkit-mask-composite: xor;
    animation: rotate 8s linear infinite;
    mask-composite: exclude;
    padding: 3px;
    border-radius: 50%;
    inset: -3px;
    position: absolute;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    content: "";
    background: conic-gradient(rgb(215,194,150), rgb(186,164,111), rgb(215,194,150));
}.our-story-sys .img-banner-sys::after {
    position: absolute;
    animation: rotateReverse 20s linear infinite;
    border-radius: 50%;
    content: "";
    border: 1px dashed rgb(215,194,150,0.5);
    opacity: 0.5;
    inset: -10px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.our-story-sys .virtual-track-sys {
    position: relative;
    padding-top: 15px;
    width: 100%;
    text-align: center;
}.our-story-sys .virtual-track-sys::before {
    position: absolute;
    width: 70px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(215,194,150), transparent);
    top: 0;
    opacity: 0.8;
    height: 2px;
    content: "";
    left: 50%;
}.our-story-sys .skill-space-sys {
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 10px;
    font-size: calc(22px * 1.15);
    display: inline-block;
    position: relative;
    font-weight: 700;
}.our-story-sys .skill-space-sys::after {
    transition: width 0.4s ease;
    left: 50%;
    height: 2px;
    bottom: -4px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    width: 0;
    background: rgb(215,194,150);
}.our-story-sys .expert-track-sys:hover .skill-space-sys::after {
    width: 80%;
}.our-story-sys .pro-learning-sys {
    font-weight: 600;
    color: rgb(215,194,150);
    opacity: 0.9;
    transition: all 0.3s ease;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-size: calc(16px * 1.05);
}.our-story-sys .expert-track-sys:hover .pro-learning-sys {
    opacity: 1;
    transform: translateY(2px);
    color: rgb(186,164,111);
}.our-story-sys .info-panel-sys {
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 50px 45px;
    position: relative;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    width: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.03);
    overflow: hidden;
}.our-story-sys .info-panel-sys:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(186,164,111,0.5);
    transform: translateY(-10px);
    border-color: rgb(186,164,111,0.5);
}.our-story-sys .info-panel-sys::before,
.our-story-sys .info-panel-sys::after {
    width: 500px;
    background: rgb(215,194,150,0.5);
    z-index: -1;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    animation: blobAnimation 25s infinite alternate;
    transition: all 0.8s ease;
    content: "";
    opacity: 0.03;
    height: 500px;
    filter: blur(60px);
    position: absolute;
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.our-story-sys .info-panel-sys::before {
    top: -250px;
    right: -250px;
}.our-story-sys .info-panel-sys::after {
    animation-delay: -15s;
    background: rgb(186,164,111,0.5);
    left: -250px;
    bottom: -250px;
}.our-story-sys .info-panel-sys:hover::before,
.our-story-sys .info-panel-sys:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}.our-story-sys .study-training-sys {
    gap: 16px;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-size: calc(18px * 1.2);
    position: relative;
    color: rgb(215,194,150);
    font-weight: 600;
}.our-story-sys .study-training-sys::after {
    left: 0;
    bottom: -8px;
    content: "";
    background: linear-gradient(90deg, rgb(215,194,150), transparent);
    position: absolute;
    width: 0;
    transition: width 0.4s ease;
    height: 1px;
}.our-story-sys .info-panel-sys:hover .study-training-sys::after {
    width: 50%;
}.our-story-sys .study-training-sys svg {
    width: 48px;
    transition: all 0.4s ease;
    height: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    fill: rgb(215,194,150);
}.our-story-sys .study-training-sys svg path {
    transition: fill 0.4s ease;
}.our-story-sys .study-training-sys:hover svg {
    fill: rgb(186,164,111);
    transform: rotateY(180deg);
}.our-story-sys .study-training-sys:hover svg path {
    fill: rgb(186,164,111);
}.our-story-sys .info-panel-sys h2 {
    position: relative;
    font-size: calc(33px * 1.1);
    padding-bottom: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    font-weight: 700;
    color: #000000;
}.our-story-sys .info-panel-sys:hover h2 {
    transform: translateX(5px);
}.our-story-sys .info-panel-sys h2::after {
    transition: width 0.5s ease;
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(215,194,150), rgb(186,164,111,0.5), transparent);
    border-radius: 10px;
    width: 100px;
    bottom: 0;
}.our-story-sys .info-panel-sys:hover h2::after {
    width: 150px;
}.our-story-sys .info-panel-sys p {
    transition: all 0.4s ease;
    position: relative;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}.our-story-sys .info-panel-sys:hover p {
    transform: translateY(3px);
}.our-story-sys .info-panel-sys::before,
.our-story-sys .info-panel-sys::after,
.our-story-sys .expert-track-sys::before,
.our-story-sys .expert-track-sys::after,
.our-story-sys .img-banner-sys::before,
.our-story-sys .img-banner-sys::after {
    pointer-events: none;
}.our-story-sys .fast-learn-sys::after {
    background-position: 0 0, 20px 20px;
    background-image: 
        radial-gradient(rgb(215,194,150,0.5) 1px, transparent 1px),
        radial-gradient(rgb(186,164,111,0.5) 1px, transparent 1px);
    width: 100%;
    pointer-events: none;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.03;
    content: "";
    top: 0;
    z-index: -1;
    background-size: 40px 40px;
}.our-story-sys .fast-learn-sys::after {
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, rgb(215,194,150), transparent);
    animation: pulseHeight 3s infinite;
    top: 350px;
    position: absolute;
    left: 50%;
    height: 40px;
    z-index: 0;
}

@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}

@media (max-width: 1199px) {.our-story-sys {
    padding: 120px 0;
}.our-story-sys .fast-learn-sys {
    gap: 50px;
}.our-story-sys .info-panel-sys {
    padding: 40px 35px;
}.our-story-sys .expert-track-sys {
    padding: 40px 30px;
}.our-story-sys .fast-learn-sys::after {
    top: 320px;
}
}

@media (max-width: 991px) {.our-story-sys {
    padding: 100px 0;
}.our-story-sys .fast-learn-sys {
    gap: 50px;
}.our-story-sys .info-panel-sys {
    padding: 40px 30px;
}.our-story-sys .expert-track-sys {
    padding: 40px 30px;
}.our-story-sys .info-panel-sys h2 {
    font-size: 33px;
}.our-story-sys .fast-learn-sys::after {
    top: 300px;
}
}

@media (max-width: 767px) {.our-story-sys {
    padding: 80px 0;
}.our-story-sys .img-banner-sys {
    width: 180px;
    height: 180px;
}.our-story-sys .expert-track-sys {
    padding: 35px 25px;
}.our-story-sys .info-panel-sys {
    padding: 35px 25px;
}.our-story-sys .info-panel-sys h2 {
    font-size: calc(33px * 0.9);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.our-story-sys .skill-space-sys {
    font-size: 22px;
}.our-story-sys .pro-learning-sys {
    font-size: 16px;
}.our-story-sys .study-training-sys {
    font-size: 18px;
}.our-story-sys .study-training-sys svg {
    height: 40px;
    width: 40px;
}.our-story-sys .fast-learn-sys::after {
    top: 280px;
}
}

@media (max-width: 575px) {.our-story-sys {
    padding: 60px 0;
}.our-story-sys .img-banner-sys {
    width: 150px;
    margin-bottom: 20px;
    height: 150px;
}.our-story-sys .expert-track-sys {
    padding: 30px 20px;
}.our-story-sys .info-panel-sys {
    padding: 30px 20px;
}.our-story-sys .study-training-sys {
    font-size: calc(18px * 0.95);
}.our-story-sys .study-training-sys svg {
    height: 35px;
    width: 35px;
}.our-story-sys .info-panel-sys h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 20px;
}.our-story-sys .info-panel-sys p {
    line-height: 1.8;
    font-size: 16px;
}.our-story-sys .skill-space-sys {
    font-size: calc(22px * 0.95);
}.our-story-sys .pro-learning-sys {
    font-size: calc(16px * 0.95);
}.our-story-sys .fast-learn-sys::after {
    top: 250px;
}}.help-center-sys {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(242,232,202);
}.help-center-sys::before {
    content: '';
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(rgb(215,194,150), 0.02) 5px,
      rgba(rgb(215,194,150), 0.02) 10px
    );
}.help-center-sys::after {
    position: absolute;
    content: '';
    background: linear-gradient(
    to bottom,
    transparent,
    rgba(rgb(215,194,150), 0.05)
  );
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 150px;
}.help-center-sys .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.help-center-sys .contact-list-sys {
    flex-direction: column;
    box-shadow: 
    0 15px 35px rgba(#000000, 0.1),
    0 1px 5px rgba(#000000, 0.05);
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 19px;
    padding: 60px;
    display: flex;
}.help-center-sys .contact-list-sys::before {
    border-radius: 75px;
    background-color: rgba(rgb(186,164,111), 0.1);
    top: -50px;
    height: 150px;
    right: -50px;
    width: 150px;
    content: '';
    position: absolute;
}.help-center-sys .contact-list-sys::after {
    content: '';
    height: 200px;
    background-color: rgba(rgb(215,194,150), 0.08);
    bottom: -50px;
    left: -50px;
    border-radius: 100px;
    width: 200px;
    position: absolute;
}.help-center-sys h3 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(215,194,150);
    z-index: 2;
    margin-bottom: 25px;
    position: relative;
}.help-center-sys .support-contact-sys {
    line-height: 1.6;
    max-width: 90%;
    font-size: 14px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    color: #000000;
}.help-center-sys .support-info-sys {
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    z-index: 2;
}.help-center-sys .support-info-sys span {
    border-radius: 10px;
    position: relative;
    flex: 1 0 calc(50% - 30px);
    background-color: rgba(#ffffff, 0.8);
    padding-left: 40px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 
    0 5px 15px rgba(#000000, 0.03),
    0 1px 5px rgba(#000000, 0.02);
    border-bottom: 3px solid transparent;
    min-width: 250px;
}.help-center-sys .support-info-sys span:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 10px 25px rgba(#000000, 0.07),
    0 2px 10px rgba(#000000, 0.04);
}.help-center-sys .support-info-sys span p {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}.help-center-sys .support-info-sys span span {
    color: #000000;
    min-width: auto;
    border: none;
    padding: 0;
    background: transparent;
    margin: 10px 0 0;
    display: block;
    box-shadow: none;
}.help-center-sys .support-info-sys span span:hover {
    box-shadow: none;
    transform: none;
    border-bottom: none;
}.help-center-sys .support-info-sys span a {
    text-decoration: none;
    font-weight: 400;
    position: relative;
    transition: color 0.3s ease;
    color: rgb(215,194,150);
    padding-bottom: 2px;
}.help-center-sys .support-info-sys span a:hover {
    color: rgb(186,164,111);
}.help-center-sys .support-info-sys span a::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    content: '';
    background-color: rgb(186,164,111);
    width: 0;
    height: 1px;
}.help-center-sys .support-info-sys span a:hover::after {
    width: 100%;
}.help-center-sys .contact-today-sys {
    flex-basis: 100%;
    background-color: rgba(rgb(215,194,150), 0.04);
    margin-top: 10px;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
}.help-center-sys .contact-today-sys::before {
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
    to right,
    rgb(215,194,150),
    rgb(186,164,111)
  );
    height: 4px;
}.help-center-sys .contact-today-sys h4 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    color: rgb(215,194,150);
}.help-center-sys .contact-today-sys h4::before {
    width: 24px;
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 0;
    height: 24px;
    background-color: rgba(rgb(215,194,150), 0.1);
    top: 50%;
    transform: translateY(-50%);
}.help-center-sys .contact-today-sys h4 svg {
    fill: rgb(215,194,150);
    height: 16px;
    width: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    position: absolute;
}.help-center-sys .contact-today-sys h4 svg path {
    fill: rgb(215,194,150);
}.help-center-sys .contact-today-sys span {
    display: block;
    font-size: 14px;
    box-shadow: none;
    padding: 10px 0;
    color: #000000;
    background: transparent;
    border-bottom: 1px solid rgba(#000000, 0.06);
    min-width: auto;
}.help-center-sys .contact-today-sys span:last-child {
    border-bottom: none;
}.help-center-sys .contact-today-sys span:hover {
    transform: none;
    border-bottom: 1px solid rgba(#000000, 0.06);
    box-shadow: none;
}.help-center-sys .contact-today-sys span:last-child:hover {
    border-bottom: none;
}

@media (max-width: 992px) {.help-center-sys {
    padding: 70px 0;
}.help-center-sys .contact-list-sys {
    padding: 45px;
}.help-center-sys .support-contact-sys {
    max-width: 100%;
}.help-center-sys .support-info-sys span {
    flex: 1 0 calc(50% - 20px);
    min-width: 220px;
}.help-center-sys .contact-today-sys {
    padding: 25px;
}
}

@media (max-width: 768px) {.help-center-sys {
    padding: 60px 0;
}.help-center-sys .contact-list-sys {
    padding: 35px;
}.help-center-sys h3 {
    font-size: calc(32px - 2px);
}.help-center-sys .support-info-sys {
    gap: 20px;
}.help-center-sys .support-info-sys span {
    flex: 1 0 100%;
}
}

@media (max-width: 576px) {.help-center-sys {
    padding: 50px 0;
}.help-center-sys .contact-list-sys {
    padding: 25px;
}.help-center-sys h3 {
    margin-bottom: 20px;
    font-size: calc(32px - 4px);
}.help-center-sys .support-contact-sys {
    margin-bottom: 30px;
}.help-center-sys .support-info-sys {
    gap: 15px;
}.help-center-sys .support-info-sys span {
    padding-left: 30px;
    padding: 15px;
}.help-center-sys .contact-today-sys {
    padding: 20px;
}.help-center-sys .contact-today-sys h4 {
    margin-bottom: 15px;
}.help-center-sys .contact-today-sys span {
    padding: 8px 0;
}}

.help-center-sys .support-info-sys span::before {
    height: 100%;
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(
    to right,
    rgba(rgb(215,194,150), 0.05),
    transparent
  );
    transition: width 0.5s ease;
}.help-center-sys .support-info-sys span:hover::before {
    width: 100%;
}.help-center-sys .support-info-sys span p {
    align-items: center;
    position: relative;
    display: flex;
}.help-center-sys .support-info-sys span p::before {
    width: 22px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    height: 22px;
    background-color: rgba(rgb(215,194,150), 0.1);
    top: 50%;
    left: 0;
    content: "";
}.help-center-sys .support-info-sys span svg {
    height: 24px;
    position: absolute;
    width: 24px;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    fill: rgb(215,194,150);
}.help-center-sys .support-info-sys span:hover svg {
    transform: translateY(-50%) scale(1.1);
}.help-center-sys .support-info-sys span svg path {
    fill: rgb(215,194,150);
    transition: fill 0.3s ease;
}.help-center-sys .support-info-sys span:hover svg path {
    fill: rgb(186,164,111);
}.help-center-sys .support-info-sys span[href^="mailto:"] svg path,
.help-center-sys .support-info-sys span a[href^="mailto:"] + svg path {
    fill: rgb(215,194,150);
}.help-center-sys .support-info-sys span[href^="tel:"] svg path,
.help-center-sys .support-info-sys span a[href^="tel:"] + svg path {
    fill: rgb(215,194,150);
}.help-center-sys .support-info-sys span[href^="https://wa.me"] svg path,
.help-center-sys .support-info-sys span a[href^="https://wa.me"] + svg path {
    fill: rgb(215,194,150);
}.help-center-sys .contact-list-sys h3::after {
    height: 3px;
    content: "";
    display: block;
    border-radius: 10px;
    width: 70px;
    margin-top: 15px;
    background: linear-gradient(
    to right,
    rgb(215,194,150),
    rgb(186,164,111)
  );
}.help-center-sys .contact-list-sys {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
}.help-center-sys .contact-list-sys:hover {
    transform: perspective(1000px) rotateX(2deg);
}.help-center-sys .contact-today-sys span {
    position: relative;
    transition: padding 0.3s ease;
}.help-center-sys .contact-today-sys span:hover {
    padding-left: 10px;
}.help-center-sys .contact-today-sys span::before {
    left: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    border-radius: 50%;
    content: "";
    background-color: rgba(rgb(215,194,150), 0.08);
}.help-center-sys .contact-today-sys span svg {
    width: 8px;
    left: 4px;
    position: absolute;
    height: 8px;
    top: 50%;
    fill: rgb(215,194,150);
    transform: translateY(-50%);
}.help-center-sys .contact-today-sys span svg path {
    fill: rgb(215,194,150);
}.course-summary-sys {
    padding: 120px 0;
    perspective: 1000px;
    overflow: hidden;
    background: rgb(242,232,202);
    position: relative;
}.course-summary-sys::before {
    animation: shiftLines 20s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        rgb(215,194,150,0.5) 0,
        rgb(215,194,150,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.05;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.course-summary-sys .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    overflow: visible;
}.course-summary-sys .knowledge-flow-sys {
    min-height: 550px;
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-rows: auto auto;
    display: grid;
    position: relative;
}.course-summary-sys .info-panel-sys {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    grid-column: 1;
    margin-left: 50px;
    margin-top: -80px;
    border-radius: 12px;
    z-index: 5;
    transform: translateZ(0);
    transition: transform 0.5s ease;
    margin-right: 50px;
    position: relative;
    grid-row: 2;
}.course-summary-sys .info-panel-sys::before {
    left: 0;
    width: 100%;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    backdrop-filter: blur(10px);
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    border-radius: 12px;
}.course-summary-sys .info-panel-sys::after {
    right: -20px;
    position: absolute;
    top: -20px;
    width: 100px;
    filter: blur(20px);
    height: 100px;
    border-radius: 50%;
    animation: pulsate 5s ease-in-out infinite;
    content: "";
    background: radial-gradient(circle, rgb(215,194,150) 0%, transparent 70%);
    opacity: 0.3;
    z-index: -1;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.course-summary-sys .info-panel-sys h2 {
    position: relative;
    font-size: 36px;
    display: inline-block;
    z-index: 2;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
}.course-summary-sys .info-panel-sys h2::before {
    content: "";
    height: 4px;
    transition: width 0.3s ease;
    bottom: -8px;
    position: absolute;
    border-radius: 10px;
    background: rgb(215,194,150);
    left: 0;
    width: 40px;
}.course-summary-sys .info-panel-sys:hover h2::before {
    width: 100%;
}.course-summary-sys .info-panel-sys .description {
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    line-height: 1.7;
    z-index: 2;
    font-size: 18px;
}.course-summary-sys .info-panel-sys .description:last-child {
    margin-bottom: 0;
}.course-summary-sys .img-banner-sys {
    overflow: hidden;
    z-index: 3;
    transform: rotateX(5deg);
    transition: transform 0.5s ease;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    height: 450px;
    border-radius: 12px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.course-summary-sys .img-banner-sys::before {
    left: 0;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}.course-summary-sys .img-banner-sys::after {
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(215,194,150,0.5) 0%,
        transparent 60%
    );
    position: absolute;
    left: 0;
    mix-blend-mode: overlay;
    content: "";
    z-index: 1;
}.course-summary-sys:hover .img-banner-sys {
    transform: rotateX(2deg) translateY(-10px);
}.course-summary-sys:hover .info-panel-sys {
    transform: translateY(-10px);
}.course-summary-sys .container::before,
.course-summary-sys .container::after {
    border-radius: 50%;
    z-index: 1;
    background: rgb(186,164,111,0.5);
    opacity: 0.1;
    position: absolute;
    content: "";
}.course-summary-sys .container::before {
    top: -100px;
    width: 200px;
    height: 200px;
    left: -50px;
    animation: float 20s ease-in-out infinite;
}.course-summary-sys .container::after {
    height: 150px;
    width: 150px;
    bottom: -50px;
    right: -30px;
    animation: float 15s ease-in-out infinite reverse;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.course-summary-sys .knowledge-flow-sys::after {
    right: 0;
    top: 0;
    opacity: 0.05;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(215,194,150,0.5) 20px,
        rgb(215,194,150,0.5) 21px
    );
    height: 100%;
    pointer-events: none;
}

@media screen and (max-width: 1024px) {.course-summary-sys {
    padding: 80px 0;
}.course-summary-sys .knowledge-flow-sys {
    min-height: 400px;
}.course-summary-sys .img-banner-sys {
    height: 350px;
}.course-summary-sys .info-panel-sys {
    margin-top: -60px;
    margin-right: 30px;
    padding: 30px;
    margin-left: 30px;
}.course-summary-sys .container::before {
    width: 150px;
    height: 150px;
}.course-summary-sys .container::after {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.course-summary-sys {
    padding: 60px 0;
}.course-summary-sys .knowledge-flow-sys {
    min-height: auto;
}.course-summary-sys .img-banner-sys {
    transform: none;
    height: 250px;
}.course-summary-sys .info-panel-sys {
    padding: 25px;
    margin-right: 15px;
    transform: none;
    margin-left: 15px;
    margin-top: -40px;
}.course-summary-sys .info-panel-sys h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.85);
}.course-summary-sys .info-panel-sys .description {
    font-size: calc(18px * 0.95);
}.course-summary-sys:hover .img-banner-sys,
    .course-summary-sys:hover .info-panel-sys {
    transform: none;
}.course-summary-sys .container::before,
    .course-summary-sys .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-summary-sys .img-banner-sys {
    animation: slideUp 0.8s ease-out forwards;
}.course-summary-sys .info-panel-sys {
    opacity: 0;
    animation: slideUp 1s 0.3s ease-out forwards;
    animation-fill-mode: forwards;
}

@media (prefers-color-scheme: dark) {.course-summary-sys {
    background: rgb(215,194,150);
}.course-summary-sys .info-panel-sys::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.course-summary-sys .info-panel-sys h2 {
    color: #ffffff;
}.course-summary-sys .info-panel-sys .description {
    color: #ffffff;
    opacity: 0.9;
}
}

@media (prefers-contrast: more) {.course-summary-sys .info-panel-sys {
    background: #ffffff;
}.course-summary-sys .info-panel-sys h2 {
    color: #000000;
}.course-summary-sys .info-panel-sys .description {
    color: #000000;
}.course-summary-sys .img-banner-sys::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.course-summary-sys::before,
    .course-summary-sys .container::before,
    .course-summary-sys .container::after,
    .course-summary-sys .info-panel-sys::after,
    .course-summary-sys:hover .img-banner-sys,
    .course-summary-sys:hover .info-panel-sys {
    transform: none;
    animation: none;
}.course-summary-sys .img-banner-sys,
    .course-summary-sys .info-panel-sys {
    animation: none;
    opacity: 1;
}}

.course-summary-sys .img-banner-sys,
.course-summary-sys .info-panel-sys {
    will-change: transform;
    transform: translateZ(0);
}

@media (hover: hover) {.course-summary-sys .info-panel-sys:hover h2::before {
    width: 100%;
}.course-summary-sys:hover .img-banner-sys {
    transform: rotateX(2deg) translateY(-10px);
}.course-summary-sys:hover .info-panel-sys {
    transform: translateY(-10px);
}}.interested-learners-sys {
    background-color: rgb(242,232,202);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.interested-learners-sys::before,
.interested-learners-sys::after {
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(215,194,150) 50%, 
        transparent 80%);
    opacity: 0;
    content: '';
    z-index: -1;
    position: absolute;
    height: 100%;
    animation: beamScan 8s infinite ease-out;
}.interested-learners-sys::before {
    animation-delay: 0s;
    left: 25%;
}.interested-learners-sys::after {
    animation-delay: 4s;
    right: 25%;
}.interested-learners-sys .fast-learn-sys {
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1000px;
    margin: 0 auto;
}.interested-learners-sys .fast-learn-sys::before,
.interested-learners-sys .fast-learn-sys::after {
    content: '';
    height: 1px;
    position: absolute;
    opacity: 0;
    animation: horizontalBeam 10s infinite ease-out;
    left: 0;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(186,164,111) 50%, 
        transparent 90%);
    width: 100%;
    z-index: -1;
}.interested-learners-sys .fast-learn-sys::before {
    top: 30%;
    animation-delay: 2s;
}.interested-learners-sys .fast-learn-sys::after {
    animation-delay: 6s;
    bottom: 30%;
}.interested-learners-sys h3 {
    font-size: 35px;
    letter-spacing: 1px;
    margin-bottom: 3.5rem;
    color: rgb(215,194,150);
    font-weight: 600;
    text-align: center;
    position: relative;
}.interested-learners-sys h3::after {
    position: absolute;
    width: 100px;
    content: '';
    transform: translateX(-50%) scaleX(0.3);
    background: rgb(215,194,150);
    opacity: 0.7;
    animation: pulseLine 4s infinite ease-in-out;
    bottom: -15px;
    left: 50%;
    height: 2px;
}.interested-learners-sys ul {
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 1.2rem;
}.interested-learners-sys ul li {
    position: relative;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1.3rem 1.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 16px;
    display: flex;
    font-weight: 400;
    align-items: center;
}.interested-learners-sys ul li::before {
    background: linear-gradient(to bottom, 
        rgb(186,164,111,0.5), 
        rgb(215,194,150,0.5));
    transform-origin: top;
    opacity: 0.5;
    transition: transform 0.4s ease;
    height: 100%;
    position: absolute;
    width: 3px;
    top: 0;
    transform: scaleY(0);
    left: 0;
    content: '';
}.interested-learners-sys ul li::after {
    height: 100%;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(215,194,150,0.5) 20%, 
        transparent 80%);
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
}.interested-learners-sys ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}.interested-learners-sys ul li:hover::before {
    transform: scaleY(1);
}.interested-learners-sys ul li:hover::after {
    transform: translateX(100%);
    opacity: 0.15;
}.interested-learners-sys ul li svg {
    z-index: 1;
    margin-right: 1.5rem;
    transition: all 0.4s ease;
    width: 28px;
    flex-shrink: 0;
    height: 28px;
    position: relative;
}.interested-learners-sys ul li:hover svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}.interested-learners-sys ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(215,194,150);
}.interested-learners-sys ul li:hover svg path {
    animation: flashIcon 1s ease;
    fill: rgb(186,164,111);
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.interested-learners-sys::before :nth-child(1) {
    animation-delay: 1s;
}.interested-learners-sys::before :nth-child(2) {
    animation-delay: 3s;
}.interested-learners-sys::before :nth-child(3) {
    animation-delay: 5s;
}.interested-learners-sys ul::before {
    top: 20px;
    right: 20px;
    content: '';
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(215,194,150,0.5);
}.interested-learners-sys ul::after {
    bottom: 20px;
    position: absolute;
    width: 30px;
    left: 20px;
    opacity: 0.2;
    border-radius: 50%;
    height: 30px;
    content: '';
    border: 1px solid rgb(186,164,111,0.5);
}

@media (max-width: 992px) {.interested-learners-sys {
    padding: 4rem 0;
}.interested-learners-sys h3 {
    font-size: calc(35px * 0.9);
}.interested-learners-sys ul {
    gap: 1rem;
}.interested-learners-sys ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.interested-learners-sys {
    padding: 3rem 0;
}.interested-learners-sys .fast-learn-sys {
    padding: 0 1.5rem;
}.interested-learners-sys h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2.5rem;
}.interested-learners-sys ul {
    gap: 0.8rem;
}.interested-learners-sys ul li {
    padding: 1rem;
}.interested-learners-sys ul li svg {
    margin-right: 1rem;
    width: 24px;
    height: 24px;
}}.privacy-stronghold-sys {
    padding: 3rem;
    flex-direction: column;
    display: flex;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    background-color: rgb(242,232,202);
}.privacy-stronghold-sys h1 {
    padding-bottom: 1rem;
    border-bottom: 3px solid rgb(215,194,150);
    text-transform: uppercase;
    color: rgb(215,194,150);
    letter-spacing: 0.1rem;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 2rem;
}.privacy-stronghold-sys h2 {
    font-size: 28px;
    text-transform: uppercase;
    padding-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: rgb(186,164,111);
    letter-spacing: 0.08rem;
    border-left: 4px solid rgb(186,164,111);
    font-weight: 600;
}.privacy-stronghold-sys h3,.privacy-stronghold-sys h4,.privacy-stronghold-sys h5, .privacy-stronghold-sys h6 {
    margin: 1rem 0;
    font-size: 22px;
}.privacy-stronghold-sys ul,
.privacy-stronghold-sys ol {
    list-style-type: none;
    padding-left: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    list-style-position: inside;
}.privacy-stronghold-sys li {
    line-height: 1.8;
    position: relative;
    margin-bottom: 1rem;
    font-size: 17px;
}.privacy-stronghold-sys li::before {
    margin-right: 0.5rem;
    content: "▹";
    color: rgb(215,194,150);
}.privacy-stronghold-sys p {
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
    margin-bottom: 1.5rem;
}.privacy-stronghold-sys span {
    color: rgb(186,164,111);
    font-weight: 700;
}.privacy-stronghold-sys > div {
    border-radius: 10px;
    margin-bottom: 2rem;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 1rem;
}
@media only screen and (max-width: 800px) {.privacy-stronghold-sys {
    padding: 1.5rem;
    gap: 1.5rem;
}.privacy-stronghold-sys h1 {
    font-size: calc(22px - 0.5rem);
}.privacy-stronghold-sys h2 {
    font-size: calc(22px - 0.5rem);
}.privacy-stronghold-sys p,
    .privacy-stronghold-sys li {
    font-size: calc(17px - 0.2rem);
}.privacy-stronghold-sys > div {
    padding: 0.5rem;
}}
.gratNote-sys {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,232,202) 0%, rgb(186,164,111,0.5) 100%);
    padding: 6rem 0;
}.gratNote-sys::before {
    position: absolute;
    background: radial-gradient(ellipse at center, rgb(215,194,150,0.5) 0%, transparent 70%);
    z-index: 1;
    content: "";
    right: -5%;
    width: 60%;
    opacity: 0.7;
    height: 70%;
    animation: floatGradient 15s ease-in-out infinite alternate;
    transform: rotate(-15deg);
    top: -10%;
}.gratNote-sys::after {
    transform: rotate(10deg);
    z-index: 1;
    left: -10%;
    background: radial-gradient(ellipse at center, rgb(186,164,111,0.5) 0%, transparent 70%);
    bottom: -5%;
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    width: 70%;
    content: "";
    position: absolute;
    opacity: 0.5;
    height: 60%;
}.gratNote-sys .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 5;
}.gratNote-sys .fast-learn-sys {
    transform-style: preserve-3d;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform: rotateX(5deg);
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
}.gratNote-sys .fast-learn-sys:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotateX(0deg) translateY(-5px);
}.gratNote-sys .fast-learn-sys > div:first-child {
    margin-bottom: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(30px);
    position: relative;
}.gratNote-sys .fast-learn-sys:hover > div:first-child {
    transform: translateZ(40px);
}.gratNote-sys .fast-learn-sys > div:first-child::before {
    width: 60px;
    background: rgb(215,194,150);
    position: absolute;
    top: -10px;
    transform: rotate(25deg);
    height: 60px;
    border-radius: 10px;
    z-index: -1;
    left: -20px;
    opacity: 0.1;
    content: "";
}.gratNote-sys .fast-learn-sys > div:first-child::after {
    content: "";
    height: 10px;
    opacity: 0.2;
    background: rgb(186,164,111);
    right: 30px;
    bottom: -15px;
    width: 70px;
    position: absolute;
    transform: skewX(-20deg);
}.gratNote-sys h5 {
    font-weight: 700;
    transition: transform 0.5s ease;
    position: relative;
    padding-bottom: 1rem;
    color: #000000;
    font-size: 24px;
    margin: 0;
    transform: translateX(0);
    line-height: 1.4;
}.gratNote-sys h5::after {
    height: 3px;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(215,194,150) 0%, rgb(186,164,111) 100%);
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 0;
}.gratNote-sys .fast-learn-sys:hover h5::after {
    width: 80px;
}.gratNote-sys .fast-learn-sys > div:last-child {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    transform: translateZ(15px);
}.gratNote-sys .fast-learn-sys:hover > div:last-child {
    transform: translateZ(25px);
}.gratNote-sys a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    position: relative;
    transition: transform 0.5s ease;
}.gratNote-sys a::before {
    opacity: 0;
    height: 100%;
    z-index: -1;
    transform: scaleX(0);
    background: rgb(215,194,150);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    transform-origin: left;
}.gratNote-sys a:hover::before {
    transform: scaleX(1);
    opacity: 0.05;
}.gratNote-sys p {
    transform: translateY(0);
    line-height: 1.8;
    transition: transform 0.4s ease, color 0.3s ease;
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    position: relative;
}.gratNote-sys a:hover p {
    color: #000000;
    transform: translateY(-2px);
}

@keyframes floatGradient {
    0% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(-15deg);
    }
}

@media screen and (min-width: 768px) {.gratNote-sys {
    padding: 8rem 0;
}.gratNote-sys .fast-learn-sys {
    margin: 0 auto;
    padding: 4rem;
    max-width: 90%;
}.gratNote-sys h5 {
    line-height: 1.3;
    font-size: calc(24px * 1.2);
}.gratNote-sys p {
    line-height: 1.7;
    font-size: calc(18px * 1.1);
}.gratNote-sys .fast-learn-sys > div:first-child {
    margin-bottom: 2.5rem;
}
}

@media screen and (min-width: 992px) {.gratNote-sys {
    padding: 10rem 0;
}.gratNote-sys .fast-learn-sys {
    max-width: 80%;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    display: grid;
    align-items: center;
    padding: 5rem;
}.gratNote-sys .fast-learn-sys > div:first-child {
    margin-bottom: 0;
}.gratNote-sys h5 {
    font-size: calc(24px * 1.3);
}.gratNote-sys h5::after {
    width: 0;
}.gratNote-sys .fast-learn-sys:hover h5::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.gratNote-sys {
    padding: 4rem 0;
}.gratNote-sys .fast-learn-sys {
    transform: rotateX(2deg);
    padding: 2rem;
}.gratNote-sys h5 {
    font-size: 24px;
}.gratNote-sys p {
    line-height: 1.6;
    font-size: 18px;
}.gratNote-sys .fast-learn-sys > div:first-child {
    margin-bottom: 1.5rem;
}.gratNote-sys .fast-learn-sys:hover > div:first-child {
    transform: translateZ(20px);
}.gratNote-sys .fast-learn-sys:hover > div:last-child {
    transform: translateZ(10px);
}}.program-outcomes-sys {
    background: linear-gradient(135deg, rgb(242,232,202) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.program-outcomes-sys::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(215,194,150,0.5) 0%, transparent 60%);
    z-index: 1;
    pointer-events: none;
}.program-outcomes-sys .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}.program-outcomes-sys .fast-learn-sys {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
}.program-outcomes-sys .info-panel-sys {
    border-left: 4px solid rgb(215,194,150);
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.92);
}.program-outcomes-sys .info-panel-sys:hover {
    transform: translateZ(50px) translateY(-5px);
}.program-outcomes-sys h4 {
    padding-bottom: 1rem;
    color: #000000;
    font-size: 21px;
    transition: transform 0.3s ease-out;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1.8rem;
    position: relative;
    transform: translateX(0);
}.program-outcomes-sys h4::after {
    bottom: 0;
    position: absolute;
    content: "";
    background: rgb(215,194,150);
    transition: width 0.4s ease-in-out;
    left: 0;
    width: 60px;
    height: 3px;
}.program-outcomes-sys .info-panel-sys:hover h4::after {
    width: 120px;
}.program-outcomes-sys .info-panel-sys > div {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.program-outcomes-sys ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.program-outcomes-sys li {
    transform: translateX(0);
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0.9;
}.program-outcomes-sys li:hover {
    opacity: 1;
    transform: translateX(8px);
}.program-outcomes-sys li p {
    align-items: flex-start;
    margin: 0;
    color: #000000;
    line-height: 1.6;
    display: flex;
    font-size: 14px;
    gap: 1rem;
}.program-outcomes-sys li p span:first-child {
    margin-top: 0.2rem;
    flex-shrink: 0;
}.program-outcomes-sys li p span:last-child {
    position: relative;
    z-index: 1;
}.program-outcomes-sys li p span:last-child::before {
    background: rgb(186,164,111);
    transition: width 0.4s ease;
    width: 0;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    z-index: -1;
    bottom: -2px;
}.program-outcomes-sys li:hover p span:last-child::before {
    width: 100%;
}.program-outcomes-sys svg {
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    fill: none;
}.program-outcomes-sys li:hover svg {
    transform: rotate(-10deg) scale(1.1);
}.program-outcomes-sys svg path {
    transition: fill 0.3s ease;
    fill: rgb(215,194,150);
}.program-outcomes-sys li:hover svg path {
    fill: rgb(186,164,111);
}.program-outcomes-sys .img-banner-sys {
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px) rotate(-1deg);
    border-radius: 20px;
    object-fit: cover;
    filter: saturate(1.1) contrast(1.05);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
}.program-outcomes-sys .img-banner-sys:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: translateZ(40px) rotate(0deg);
}

@media (min-width: 768px) {.program-outcomes-sys {
    padding: 8rem 0;
}.program-outcomes-sys .fast-learn-sys {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 3fr 2fr;
}.program-outcomes-sys .info-panel-sys > div {
    flex-direction: row;
    gap: 2rem;
}.program-outcomes-sys h4 {
    font-size: calc(21px * 1.1);
}.program-outcomes-sys li p {
    font-size: calc(14px * 1.05);
}.program-outcomes-sys .img-banner-sys {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.program-outcomes-sys {
    padding: 10rem 0;
}.program-outcomes-sys .fast-learn-sys {
    transform: perspective(1200px) rotateX(3deg);
}.program-outcomes-sys .info-panel-sys {
    padding: 3rem;
}.program-outcomes-sys h4 {
    margin-bottom: 2.5rem;
    font-size: calc(21px * 1.2);
}.program-outcomes-sys .img-banner-sys {
    max-height: 600px;
}
}

@media (max-width: 767px) {.program-outcomes-sys {
    padding: 4rem 0;
}.program-outcomes-sys .fast-learn-sys {
    transform: perspective(800px) rotateX(1deg);
}.program-outcomes-sys .info-panel-sys {
    padding: 1.8rem;
}.program-outcomes-sys h4 {
    margin-bottom: 1.5rem;
    font-size: calc(21px * 0.95);
}.program-outcomes-sys li {
    margin-bottom: 1rem;
}.program-outcomes-sys li p {
    font-size: calc(14px * 0.95);
    line-height: 1.5;
    gap: 0.7rem;
}.program-outcomes-sys svg {
    height: 20px;
    width: 20px;
}.program-outcomes-sys .img-banner-sys {
    max-height: 300px;
}
}

@media (max-width: 480px) {.program-outcomes-sys {
    padding: 3rem 0;
}.program-outcomes-sys .fast-learn-sys {
    transform: none;
}.program-outcomes-sys .info-panel-sys {
    padding: 1.5rem;
}.program-outcomes-sys h4 {
    font-size: calc(21px * 0.9);
    padding-bottom: 0.8rem;
}.program-outcomes-sys li p {
    font-size: calc(14px * 0.9);
    line-height: 1.4;
}.program-outcomes-sys svg {
    width: 18px;
    height: 18px;
}}.bundle-plan-sys {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.bundle-plan-sys::before {
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    z-index: 1;
    right: 0;
    top: 0;
}.bundle-plan-sys .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.bundle-plan-sys .rate-list-sys {
    position: relative;
}.bundle-plan-sys h2 {
    color: #ffffff;
    transform: translateY(20px);
    opacity: 0;
    font-size: 32px;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}.bundle-plan-sys .pro-rates-sys {
    transform: translateY(20px);
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    word-break: break-word;
    font-size: 16px;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    text-align: center;
    max-width: 700px;
}.bundle-plan-sys .pro-fees-sys {
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    margin: 0;
}.bundle-plan-sys .pro-fees-sys li {
    transform-style: preserve-3d;
    perspective: 1000px;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    transform: translateY(30px);
    opacity: 0;
}.bundle-plan-sys .pro-fees-sys li:nth-child(1) {
    --i: 0;
}.bundle-plan-sys .pro-fees-sys li:nth-child(2) {
    --i: 1;
}.bundle-plan-sys .pro-fees-sys li:nth-child(3) {
    --i: 2;
}.bundle-plan-sys .pro-fees-sys li:nth-child(4) {
    --i: 3;
}.bundle-plan-sys .skill-plans-sys {
    will-change: transform;
    text-decoration: none;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    display: block;
}.bundle-plan-sys .skill-plans-sys:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.bundle-plan-sys .learn-deals-sys {
    overflow: hidden;
    flex-direction: column;
    padding: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}.bundle-plan-sys .skill-plans-sys:hover .learn-deals-sys {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(215,194,150,0.5), 0.15);
    border-color: rgba(rgb(215,194,150,0.5), 0.3);
}.bundle-plan-sys .learn-deals-sys::before {
    top: -50%;
    opacity: 0;
    transform: rotate(45deg);
    z-index: -1;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(186,164,111,0.5), 0.1) 100%);
    width: 200%;
    left: -50%;
    content: "";
    position: absolute;
    height: 200%;
    transition: opacity 0.8s ease;
}.bundle-plan-sys .skill-plans-sys:hover .learn-deals-sys::before {
    opacity: 1;
}.bundle-plan-sys .study-sub-sys {
    flex-direction: column;
    height: 100%;
    position: relative;
    display: flex;
    z-index: 1;
}.bundle-plan-sys .study-sub-sys h4 {
    font-size: calc(20px * 1.1);
    margin-bottom: 15px;
    color: #ffffff;
    margin-top: 0;
    font-weight: 600;
    position: relative;
}.bundle-plan-sys .study-sub-sys h4::after {
    transform-origin: left;
    display: block;
    height: 3px;
    margin-top: 10px;
    transform: scaleX(0.7);
    width: 50px;
    background: linear-gradient(90deg, rgb(215,194,150), rgba(rgb(215,194,150,0.5), 0.5));
    transition: transform 0.4s ease;
    content: "";
}.bundle-plan-sys .skill-plans-sys:hover .study-sub-sys h4::after {
    transform: scaleX(1);
}.bundle-plan-sys .study-sub-sys p {
    overflow-y: auto;
    padding-right: 5px;
    scrollbar-color: rgba(rgb(215,194,150,0.5), 0.5) rgba(255, 255, 255, 0.05);
    line-height: 1.6;
    max-height: 250px;
    word-break: break-word;
    margin-bottom: 25px;
    overflow-wrap: break-word;
    scrollbar-width: thin;
    color: rgba(255, 255, 255, 0.75);
    flex-grow: 1;
    font-size: calc(16px * 0.95);
}.bundle-plan-sys .study-sub-sys p::-webkit-scrollbar {
    width: 4px;
}.bundle-plan-sys .study-sub-sys p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.bundle-plan-sys .study-sub-sys p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(rgb(215,194,150,0.5), 0.5);
}.bundle-plan-sys .plan-deals-sys {
    font-size: calc(20px * 1.3);
    display: inline-block;
    background: linear-gradient(135deg, rgb(215,194,150), rgb(186,164,111));
    background-clip: text !important;
    -webkit-background-clip: text !important;
    align-self: flex-start;
    position: relative;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    padding: 5px 0;
    color: #ffffff;
}.bundle-plan-sys .plan-deals-sys::before {
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(215,194,150), transparent);
}

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

@media (max-width: 1200px) {.bundle-plan-sys {
    padding: 80px 0;
}.bundle-plan-sys .pro-fees-sys {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.bundle-plan-sys h2 {
    font-size: calc(32px * 0.9);
}.bundle-plan-sys .pro-rates-sys {
    margin-bottom: 40px;
    font-size: calc(16px * 0.95);
}.bundle-plan-sys .learn-deals-sys {
    padding: 25px;
}.bundle-plan-sys .study-sub-sys h4 {
    font-size: calc(20px * 1);
}.bundle-plan-sys .plan-deals-sys {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 768px) {.bundle-plan-sys {
    padding: 60px 0;
}.bundle-plan-sys .pro-fees-sys {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.bundle-plan-sys .study-sub-sys p {
    max-height: 150px;
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 480px) {.bundle-plan-sys {
    padding: 50px 0;
}.bundle-plan-sys h2 {
    font-size: calc(32px * 0.8);
}.bundle-plan-sys .pro-rates-sys {
    margin-bottom: 30px;
    font-size: calc(16px * 0.9);
}.bundle-plan-sys .learn-deals-sys {
    padding: 20px;
}.bundle-plan-sys .study-sub-sys h4 {
    margin-bottom: 10px;
    font-size: calc(20px * 0.95);
}.bundle-plan-sys .plan-deals-sys {
    font-size: calc(20px * 1.1);
}}.contact-form-box-sys {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}.contact-form-box-sys::before {
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
}.contact-form-box-sys .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.contact-form-box-sys h2 {
    margin-bottom: 50px;
    padding-left: 20px;
    font-weight: 700;
    position: relative;
    border-left: 5px solid rgb(215,194,150);
    color: #000000;
    text-align: left;
    font-size: 32px;
}.contact-form-box-sys .inquiry-query-sys {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    flex-direction: row-reverse;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
}.contact-form-box-sys .img-banner-sys {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
}.contact-form-box-sys .img-banner-sys::before {
    z-index: 1;
    position: absolute;
    mix-blend-mode: multiply;
    left: 0;
    content: "";
    width: 100%;
    background: rgb(215,194,150,0.5);
    top: 0;
    height: 100%;
}.contact-form-box-sys .request-message-sys {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}.contact-form-box-sys .request-message-sys::after {
    border-radius: 0 0 0 100%;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    background: rgb(242,232,202);
    height: 150px;
    right: 0;
    width: 150px;
}.contact-form-box-sys #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.contact-form-box-sys h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 24px;
    margin-bottom: 30px;
}.contact-form-box-sys h3::after {
    position: absolute;
    background: rgb(215,194,150);
    left: 0;
    width: 40px;
    content: "";
    height: 2px;
    bottom: -10px;
}.contact-form-box-sys input[type="text"] {
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(242,232,202);
    padding: 18px 20px;
    font-size: 17px;
    color: #000000;
    border-radius: 10px;
    border: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.contact-form-box-sys input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(215,194,150,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
    background: #ffffff;
}.contact-form-box-sys input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-form-box-sys .feedback-links-sys {
    display: flex;
    align-items: center;
    margin-top: 5px;
    gap: 12px;
}.contact-form-box-sys .feedback-links-sys input[type="checkbox"] {
    transition: all 0.2s ease;
    width: 22px;
    border-radius: 10px;
    height: 22px;
    border: 2px solid rgb(242,232,202);
    cursor: pointer;
    appearance: none;
    position: relative;
}.contact-form-box-sys .feedback-links-sys input[type="checkbox"]:checked {
    background: rgb(215,194,150);
    border-color: rgb(215,194,150);
}.contact-form-box-sys .feedback-links-sys input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    position: absolute;
    left: 7px;
    top: 3px;
    transform: rotate(45deg);
    content: "";
    height: 11px;
    width: 6px;
}.contact-form-box-sys .feedback-links-sys label {
    font-size: 17px;
    color: #000000;
    line-height: 1.5;
}.contact-form-box-sys .feedback-links-sys a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(215,194,150);
    position: relative;
}.contact-form-box-sys .feedback-links-sys a:hover {
    color: rgb(186,164,111);
}.contact-form-box-sys .feedback-links-sys a::after {
    height: 1px;
    bottom: -2px;
    width: 100%;
    background: rgb(215,194,150);
    left: 0;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
}.contact-form-box-sys .feedback-links-sys a:hover::after {
    background: rgb(186,164,111);
}.contact-form-box-sys .reach-list-sys {
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
    align-self: flex-start;
    cursor: pointer;
    padding: 18px 40px;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0 4px 15px rgb(215,194,150,0.5);
    color: #ffffff;
    border-radius: 15px;
    background: rgb(215,194,150);
}.contact-form-box-sys .reach-list-sys:hover {
    background: rgb(186,164,111);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(186,164,111,0.5);
}.contact-form-box-sys svg {
    fill: rgb(215,194,150);
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
}.contact-form-box-sys svg path {
    transition: all 0.3s ease;
    fill: rgb(215,194,150);
}.contact-form-box-sys svg:hover {
    fill: rgb(186,164,111);
}.contact-form-box-sys svg:hover path {
    fill: rgb(186,164,111);
}

@media (max-width: 992px) {.contact-form-box-sys .inquiry-query-sys {
    flex-direction: column;
}.contact-form-box-sys .img-banner-sys {
    flex: 0 0 auto;
    min-height: 300px;
    order: 1;
}.contact-form-box-sys .request-message-sys {
    flex: 0 0 auto;
    order: 2;
    padding: 50px 40px;
}.contact-form-box-sys h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact-form-box-sys {
    padding: 60px 0;
}.contact-form-box-sys h2 {
    margin-bottom: 30px;
    font-size: calc(32px - 4px);
}.contact-form-box-sys .request-message-sys {
    padding: 40px 30px;
}.contact-form-box-sys #contact {
    gap: 25px;
}.contact-form-box-sys .img-banner-sys {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-form-box-sys {
    padding: 40px 0;
}.contact-form-box-sys .container {
    padding: 0 15px;
}.contact-form-box-sys h2 {
    padding-left: 15px;
    font-size: calc(32px - 6px);
    margin-bottom: 25px;
}.contact-form-box-sys .request-message-sys {
    padding: 30px 20px;
}.contact-form-box-sys #contact {
    gap: 20px;
}.contact-form-box-sys input[type="text"] {
    padding: 15px;
}.contact-form-box-sys .reach-list-sys {
    width: 100%;
    padding: 15px 20px;
}.contact-form-box-sys .img-banner-sys {
    min-height: 200px;
}}header {
    z-index: 1000;
    overflow: visible;
    position: relative;
    background: linear-gradient(to right, rgb(186,164,111,0.5), rgb(215,194,150));
    padding: 1.5rem 0;
}header::before {
    z-index: -1;
    position: absolute;
    content: '';
    opacity: 0.1;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    top: 0;
    height: 100%;
    left: 0;
}header .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
}header .head-know-sys {
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}header .main-know-sys {
    z-index: 2;
    align-items: center;
    padding: 1rem;
    justify-content: center;
    text-decoration: none;
    display: flex;
    position: relative;
}header .main-know-sys::after {
    position: absolute;
    background: #ffffff;
    left: 50%;
    transition: width 0.3s ease, opacity 0.3s ease;
    height: 2px;
    bottom: 0;
    content: '';
    transform: translateX(-50%);
    opacity: 0.6;
    width: 50%;
}header .main-know-sys:hover::after {
    opacity: 1;
    width: 80%;
}header .main-know-sys svg {
    height: auto;
    filter: drop-shadow(0 4px 8px rgb(215,194,150,0.5));
    width: 220px;
    transition: all 0.3s ease;
}header .main-know-sys:hover svg {
    transform: translateY(-5px);
}header .nav-main-sys {
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    border-radius: 10px;
    justify-content: center;
    width: 100%;
    gap: 0.8rem;
    backdrop-filter: blur(5px);
    display: flex;
    max-width: 800px;
    position: relative;
}header .nav-main-sys::before {
    z-index: -1;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
}header .main-train-sys {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.7rem 1.2rem;
    overflow: hidden;
    position: relative;
}header .main-train-sys::before {
    height: 100%;
    width: 100%;
    content: '';
    background: #ffffff;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(100%) scale(0.8);
    border-radius: 10px;
    transition: opacity 0.3s ease;
    z-index: -1;
    left: 0;
}header .main-train-sys:hover {
    transform: translateY(-3px);
    color: rgb(215,194,150);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}header .main-train-sys:hover::before {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .head-know-sys {
    gap: 1.2rem;
}header .main-know-sys svg {
    width: 180px;
}header .nav-main-sys {
    padding: 0.5rem;
    gap: 0.6rem;
}header .main-train-sys {
    font-size: calc(16px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .head-know-sys {
    gap: 1rem;
}header .main-know-sys svg {
    width: 150px;
}header .nav-main-sys {
    gap: 0.4rem;
    padding: 0.4rem;
}header .main-train-sys {
    padding: 0.5rem 0.8rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head-know-sys {
    gap: 0.8rem;
}header .main-know-sys svg {
    width: 140px;
}header .nav-main-sys {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0.4rem 0.6rem;
}header .nav-main-sys::-webkit-scrollbar {
    height: 3px;
}header .nav-main-sys::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .main-train-sys {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}.developer-experience-sys {
    overflow: hidden;
    position: relative;
    background: rgb(242,232,202);
    padding: 140px 0;
}.developer-experience-sys::before {
    z-index: 0;
    opacity: 0.1;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(215,194,150,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(186,164,111,0.5) 0, rgb(186,164,111,0.5) 1px, transparent 1px, transparent 15px);
    animation: backgroundShift 30s linear infinite;
    inset: 0;
    content: "";
}.developer-experience-sys::after {
    height: 200%;
    filter: blur(60px);
    width: 200%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(215,194,150,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(186,164,111,0.5) 0%, transparent 40%);
    z-index: 0;
    top: -50%;
    opacity: 0.3;
    content: "";
    left: -50%;
    position: absolute;
    animation: pulseBackground 15s ease-in-out infinite alternate;
}.developer-experience-sys .container {
    padding: 0 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.developer-experience-sys .student-feedback-sys {
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    display: grid;
    position: relative;
    grid-template-rows: auto auto;
    overflow: hidden;
    border-radius: 30px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1200px) rotateY(0deg);
    max-width: 1000px;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
}.developer-experience-sys .student-feedback-sys:hover {
    transform: perspective(1200px) rotateY(2deg);
}.developer-experience-sys .img-banner-sys {
    grid-column: 1;
    min-height: 450px;
    grid-row: 1 / span 2;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    z-index: 1;
}.developer-experience-sys .img-banner-sys::before {
    mix-blend-mode: multiply;
    opacity: 0;
    z-index: 2;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    background: linear-gradient(135deg, rgb(215,194,150,0.5) 0%, transparent 100%);
    inset: 0;
}.developer-experience-sys .student-feedback-sys:hover .img-banner-sys::before {
    opacity: 0.4;
}.developer-experience-sys .name {
    margin: 0;
    position: relative;
    color: #000000;
    grid-row: 1;
    padding: 0 50px 5px 70px;
    transform: translateY(0);
    font-weight: 700;
    font-size: 18px;
    z-index: 2;
    font-family: Arial, sans-serif;
    align-self: end;
    grid-column: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.developer-experience-sys .student-feedback-sys:hover .name {
    transform: translateY(-5px);
}.developer-experience-sys .student-feedback-sys span:not(.name) {
    padding: 35px 50px 40px 70px;
    grid-column: 2;
    color: rgb(186,164,111);
    font-size: 15px;
    margin: 0;
    position: relative;
    grid-row: 1;
    align-self: end;
    z-index: 2;
    font-weight: 300;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
}.developer-experience-sys .student-feedback-sys:hover span:not(.name) {
    transform: translateY(-5px);
}.developer-experience-sys .student-feedback-sys span:not(.name)::after {
    left: 70px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    height: 2px;
    content: "";
    transform: scaleX(0);
    position: absolute;
    background: rgb(215,194,150);
    bottom: 30px;
    transform-origin: left;
    width: 40px;
}.developer-experience-sys .student-feedback-sys:hover span:not(.name)::after {
    transform: scaleX(1);
}.developer-experience-sys .career-trajectory-sys {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 0 50px 50px 70px;
    grid-row: 2;
    font-size: 15px;
    grid-column: 2;
    z-index: 2;
    line-height: 1.8;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    margin: 0;
    font-weight: 400;
}.developer-experience-sys .student-feedback-sys:hover .career-trajectory-sys {
    transform: translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.developer-experience-sys {
    padding: 120px 0;
}.developer-experience-sys .student-feedback-sys {
    grid-template-columns: 1fr 1.2fr;
}.developer-experience-sys .img-banner-sys {
    min-height: 400px;
}.developer-experience-sys .name {
    font-size: calc(18px * 0.9);
    padding: 0 40px 5px 50px;
}.developer-experience-sys .student-feedback-sys span:not(.name) {
    padding: 30px 40px 35px 50px;
}.developer-experience-sys .student-feedback-sys span:not(.name)::after {
    left: 50px;
    bottom: 25px;
}.developer-experience-sys .career-trajectory-sys {
    padding: 0 40px 40px 50px;
}
}

@media (max-width: 768px) {.developer-experience-sys {
    padding: 100px 0;
}.developer-experience-sys .container {
    padding: 0 30px;
}.developer-experience-sys .student-feedback-sys {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.developer-experience-sys .img-banner-sys {
    grid-row: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 300px;
    grid-column: 1;
}.developer-experience-sys .name {
    grid-column: 1;
    padding: 40px 30px 5px 30px;
    text-align: left;
    grid-row: 2;
}.developer-experience-sys .student-feedback-sys span:not(.name) {
    text-align: left;
    grid-row: 3;
    grid-column: 1;
    padding: 10px 30px 40px 30px;
}.developer-experience-sys .student-feedback-sys span:not(.name)::after {
    bottom: 30px;
    left: 30px;
}.developer-experience-sys .career-trajectory-sys {
    grid-column: 1;
    padding: 0 30px 40px 30px;
    grid-row: 4;
}
}

@media (max-width: 480px) {.developer-experience-sys {
    padding: 80px 0;
}.developer-experience-sys .container {
    padding: 0 20px;
}.developer-experience-sys .img-banner-sys {
    min-height: 250px;
}.developer-experience-sys .name {
    font-size: calc(18px * 0.85);
    padding: 30px 25px 5px 25px;
}.developer-experience-sys .student-feedback-sys span:not(.name) {
    padding: 10px 25px 30px 25px;
    font-size: calc(15px * 0.95);
}.developer-experience-sys .student-feedback-sys span:not(.name)::after {
    left: 25px;
    bottom: 20px;
    width: 30px;
}.developer-experience-sys .career-trajectory-sys {
    padding: 0 25px 30px 25px;
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}}.privacyConsentPanel-sys {
    background: rgb(186,164,111);
    position: fixed;
    z-index: 90;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-top: 3px solid rgb(215,194,150);
    width: 100%;
    padding: 15px 20px;
}.web-cookies-sys {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}.edu-settings-sys {
    margin-right: 20px;
    flex-shrink: 0;
}.edu-settings-sys svg {
    height: 50px;
    fill: rgb(215,194,150);
    width: 50px;
}.consent-edu-sys {
    flex-direction: column;
    display: flex;
    justify-content: center;
    max-width: 600px;
}.privacyConsentPanel-sys h5 {
    font-weight: 700;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 10px;
}.privacyConsentPanel-sys p {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}.cookie-preference-sys {
    color: #ffffff;
    font-size: 16px;
    border: 2px solid rgb(215,194,150);
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 10px;
    transition: none;
    text-align: center;
    min-width: 150px;
    margin-left: 10px;
    padding: 10px 20px;
    text-decoration: none;
    background: rgb(215,194,150);
}.cookie-preference-sys:hover {
    border-color: rgb(215,194,150,0.5);
    background: rgb(215,194,150,0.5);
}.privacyConsentPanel-sys p a {
    border-bottom: 2px solid rgb(215,194,150);
    text-decoration: none;
    color: rgb(215,194,150);
}.privacyConsentPanel-sys p a:hover {
    border-bottom-color: rgb(186,164,111);
    color: rgb(186,164,111);
}
@media only screen and (max-width: 1200px) {.privacyConsentPanel-sys {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.edu-settings-sys {
    display: none;
}.web-cookies-sys {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.privacyConsentPanel-sys h5, .privacyConsentPanel-sys p {
    text-align: center;
}.consent-edu-sys {
    margin-bottom: 15px;
}.cookie-preference-sys {
    margin-left: 0;
    margin-top: 10px;
}}
#cookiePopupNotice-sys {
    display: none;
}#cookiePopupNotice-sys:checked ~ .privacyConsentPanel-sys {
    visibility: hidden;
    opacity: 0;
}.teaching-process-sys {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,232,202) 0%, rgba(rgb(215,194,150,0.5), 0.05) 100%);
    perspective: 1000px;
}.teaching-process-sys::before {
    background: 
        linear-gradient(45deg, transparent 40%, rgba(rgb(186,164,111,0.5), 0.03) 60%, transparent 80%),
        radial-gradient(circle at 20% 30%, rgba(rgb(215,194,150,0.5), 0.05) 0%, transparent 60%);
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    transform: translateZ(-50px);
    position: absolute;
    top: 0;
    content: "";
}.teaching-process-sys::after {
    background: linear-gradient(225deg, rgb(215,194,150) 0%, transparent 70%);
    bottom: -10px;
    transform: translateZ(-30px) rotate(-15deg);
    height: 300px;
    opacity: 0.07;
    right: -10px;
    pointer-events: none;
    position: absolute;
    filter: blur(60px);
    width: 300px;
    content: "";
}.teaching-process-sys .fast-learn-sys {
    transform-style: preserve-3d;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.teaching-process-sys .fast-learn-sys::before {
    content: "";
    top: -15px;
    width: 35%;
    background: linear-gradient(90deg, rgb(215,194,150) 0%, transparent 100%);
    transform: translateZ(10px);
    position: absolute;
    height: 1px;
    left: 0;
}.teaching-process-sys h2 {
    margin-bottom: 35px;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(20px);
    font-weight: 700;
    position: relative;
    font-size: 35px;
}.teaching-process-sys h2::after {
    left: 0;
    height: 3px;
    content: "";
    transform: scaleX(1);
    bottom: -15px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform-origin: left;
    background: rgb(215,194,150);
    width: 80px;
}.teaching-process-sys:hover h2::after {
    transform: scaleX(1.5);
}.teaching-process-sys .info-panel-sys {
    padding: 40px 50px 40px 40px;
    background: #ffffff;
    transform: translateZ(10px) translateX(5px);
    box-shadow: 
        10px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.02);
    border-left: 3px solid rgb(215,194,150);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    position: relative;
}.teaching-process-sys .info-panel-sys::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(135deg, rgb(215,194,150) 0%, rgb(186,164,111) 100%);
    transform: rotate(-15deg);
    width: 40px;
    position: absolute;
    opacity: 0.1;
    height: 40px;
    right: 20px;
    content: "";
    top: 20px;
}.teaching-process-sys:hover .info-panel-sys {
    transform: translateZ(15px) translateX(0);
    box-shadow: 
        15px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 0 0 1px rgba(rgba(0, 0, 0, 0.5), 0.03);
}.teaching-process-sys:hover .info-panel-sys::before {
    transform: rotate(0deg);
}.teaching-process-sys p {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    z-index: 2;
    line-height: 1.7;
    font-size: 14px;
}.teaching-process-sys p::first-letter {
    font-weight: 600;
    font-size: 1.3em;
    color: rgb(215,194,150);
}

@media (min-width: 1200px) {.teaching-process-sys .fast-learn-sys {
    padding: 0 40px;
}.teaching-process-sys .info-panel-sys {
    width: 80%;
    margin-left: 40px;
}.teaching-process-sys h2 {
    margin-left: 40px;
}
}

@media (max-width: 991px) {.teaching-process-sys {
    padding: 90px 0;
}.teaching-process-sys h2 {
    font-size: calc(35px * 0.9);
}.teaching-process-sys .info-panel-sys {
    padding: 35px 40px 35px 30px;
    transform: translateZ(5px) translateX(0);
}
}

@media (max-width: 767px) {.teaching-process-sys {
    padding: 70px 0;
}.teaching-process-sys h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.teaching-process-sys .info-panel-sys {
    transform: none;
    padding: 30px 25px;
}.teaching-process-sys .info-panel-sys::before {
    top: 15px;
    width: 30px;
    height: 30px;
    right: 15px;
}.teaching-process-sys .fast-learn-sys::before {
    width: 25%;
}.teaching-process-sys:hover .info-panel-sys {
    transform: translateZ(5px);
}
}

@media (max-width: 575px) {.teaching-process-sys {
    padding: 50px 0;
}.teaching-process-sys h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.7);
}.teaching-process-sys h2::after {
    width: 60px;
    bottom: -10px;
}.teaching-process-sys p {
    font-size: calc(14px * 0.95);
}.teaching-process-sys .info-panel-sys {
    border-left: 2px solid rgb(215,194,150);
    padding: 25px 20px;
}
}

@media (hover: none) {.teaching-process-sys .info-panel-sys,
    .teaching-process-sys:hover .info-panel-sys,
    .teaching-process-sys h2,
    .teaching-process-sys .info-panel-sys::before {
    transform: none;
    transition: none;
}.teaching-process-sys h2::after {
    transition: none;
}.teaching-process-sys:hover h2::after {
    transform: none;
}
}