* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    auto
contain
    scroll-behavior: smooth;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.KzExp-idea-pool {
    flex: 0 0 auto;
}.XIOYM-main-guide {
    flex: 1 0 auto;
}.cSYIi-wrapper-segment {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}.container {
    width: 1208px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.wuczm-locate {
    position: relative;
    padding: 5rem 0;
    perspective: 1000px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(140deg, #000000 0%, #151a23 100%);
}.wuczm-locate::before {
    background: 
        linear-gradient(90deg, transparent 95%, rgba(rgb(207,198,212,0.5), 0.3) 95%),
        linear-gradient(rgba(rgb(207,198,212,0.5), 0.2) 1px, transparent 1px);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 50px 50px;
    content: '';
    z-index: 1;
    opacity: 0.1;
    width: 100%;
}.wuczm-locate::after {
    opacity: 0.1;
    height: 500px;
    top: -250px;
    width: 500px;
    z-index: 0;
    filter: blur(80px);
    content: '';
    animation: pulseGlow 10s infinite alternate;
    position: absolute;
    background: radial-gradient(circle, rgb(207,198,212) 0%, transparent 60%);
    right: -250px;
}@keyframes pulseGlow {
    0% { opacity: 0.05; transform: scale(1); }
    50% { opacity: 0.2; transform: scale(1.1); }
    100% { opacity: 0.05; transform: scale(1); }
}
.wuczm-locate .container {
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
}.wuczm-locate .SCqHo-message-block {
    perspective: 800px;
    position: relative;
    border-radius: 26px;
    transform-style: preserve-3d;
    overflow: visible;
}.wuczm-locate .SCqHo-message-block h3 {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    text-shadow: 0 0 10px rgba(rgb(207,198,212,0.5), 0.5);
    font-weight: 700;
    transform: translateZ(5px);
    position: relative;
    font-size: 43px;
    letter-spacing: 1px;
    border-left: 4px solid rgb(207,198,212);
}.wuczm-locate .SCqHo-message-block h3::after {
    background: linear-gradient(90deg, rgb(207,198,212), transparent);
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
}.wuczm-locate .CPxcn-ask-for-help {
    margin-bottom: 3rem;
    position: relative;
    max-width: 80%;
    transform: translateZ(5px);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}.wuczm-locate .mBHUo-contact-today {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}.wuczm-locate .mBHUo-contact-today span {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(rgb(207,198,212,0.5), 0.2);
    position: relative;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    overflow: hidden;
    transform: translateZ(0);
}.wuczm-locate .mBHUo-contact-today span::before {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(207,198,212,0.5), 0.05) 100%);
    content: '';
}.wuczm-locate .mBHUo-contact-today span::after {
    position: absolute;
    bottom: 0;
    height: 6px;
    left: 0;
    width: 50px;
    content: '';
    transition: width 0.3s ease;
    background: rgb(207,198,212);
}.wuczm-locate .mBHUo-contact-today span:hover {
    transform: translateY(-5px) translateZ(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 15px rgba(rgb(207,198,212,0.5), 0.3);
    border-color: rgba(rgb(207,198,212,0.5), 0.4);
}.wuczm-locate .mBHUo-contact-today span:hover::after {
    width: 100%;
}.wuczm-locate .mBHUo-contact-today span p {
    color: #ffffff;
    align-items: center;
    font-size: 15px;
    display: flex;
    font-weight: 600;
    margin: 0 0 0.75rem;
}.wuczm-locate .mBHUo-contact-today span p::before {
    width: 10px;
    height: 2px;
    margin-right: 10px;
    display: block;
    content: '';
    background: rgb(207,198,212);
}.wuczm-locate .mBHUo-contact-today span svg {
    fill: rgb(207,198,212);
    transform: translateZ(10px);
    width: 24px;
    top: 1rem;
    filter: drop-shadow(0 0 5px rgba(rgb(207,198,212,0.5), 0.7));
    opacity: 0.8;
    right: 1rem;
    height: 24px;
    position: absolute;
    transition: all 0.3s ease;
}.wuczm-locate .mBHUo-contact-today span:hover svg {
    opacity: 1;
    filter: drop-shadow(0 0 8px rgb(207,198,212));
    transform: translateZ(15px) rotate(15deg) scale(1.1);
    fill: #ffffff;
}.wuczm-locate .mBHUo-contact-today span svg path {
    transition: all 0.3s ease;
    stroke-width: 0.5;
    stroke: rgba(0, 0, 0, 0.4);
}.wuczm-locate .mBHUo-contact-today span:hover svg path {
    stroke: rgb(207,198,212);
    stroke-width: 1;
}.wuczm-locate .mBHUo-contact-today span > span {
    margin: 0;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    transform: none !important;
    align-items: center;
    box-shadow: none;
    padding: 0;
}.wuczm-locate .mBHUo-contact-today span > span:hover {
    box-shadow: none;
    transform: none;
}.wuczm-locate .mBHUo-contact-today span > span::before,
.wuczm-locate .mBHUo-contact-today span > span::after {
    display: none;
}.wuczm-locate .mBHUo-contact-today span > span svg {
    position: relative;
    top: auto;
    opacity: 0.7;
    right: auto;
    width: 18px;
    height: 18px;
    margin-bottom: 0;
    margin-right: 0.75rem;
}.wuczm-locate .mBHUo-contact-today span:hover > span svg {
    opacity: 0.9;
    transform: translateZ(5px) rotate(0) scale(1);
}.wuczm-locate .mBHUo-contact-today span a {
    color: rgb(207,198,212);
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    display: inline-flex;
}.wuczm-locate .mBHUo-contact-today span a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgb(207,198,212);
}.wuczm-locate .mBHUo-contact-today span a svg {
    top: auto;
    height: 16px;
    position: relative;
    width: 16px;
    margin-right: 0.5rem;
    right: auto;
    opacity: 0.9;
}.wuczm-locate .mBHUo-contact-today span a:hover svg {
    transform: translateZ(5px) scale(1.1);
    fill: #ffffff;
}.wuczm-locate .ZgRpJ-help-question {
    overflow: hidden;
    background: rgba(rgb(171,161,179,0.5), 0.1);
    padding: 2rem;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    grid-column: 1 / -1;
    position: relative;
    margin-top: 1.5rem;
    border: 1px solid rgba(rgb(171,161,179,0.5), 0.3);
}.wuczm-locate .ZgRpJ-help-question::before {
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(rgb(171,161,179,0.5), 0.05));
    position: absolute;
    pointer-events: none;
    width: 100%;
}.wuczm-locate .ZgRpJ-help-question::after {
    background: rgb(171,161,179);
    top: -30px;
    position: absolute;
    content: '';
    opacity: 0.1;
    width: 60px;
    height: 60px;
    right: -30px;
    border-radius: 50%;
}.wuczm-locate .ZgRpJ-help-question h4 {
    letter-spacing: 1px;
    display: flex;
    text-transform: uppercase;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    align-items: center;
    font-size: 19px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.wuczm-locate .ZgRpJ-help-question h4 svg {
    filter: drop-shadow(0 0 5px rgba(rgb(171,161,179,0.5), 0.5));
    height: 22px;
    transform-origin: center;
    animation: clockRotate 10s linear infinite;
    fill: rgb(171,161,179);
    margin-right: 0.75rem;
    width: 22px;
}@keyframes clockRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.wuczm-locate .ZgRpJ-help-question h4::after {
    left: 0;
    content: '';
    position: absolute;
    background: rgb(171,161,179);
    bottom: -1px;
    width: 50px;
    height: 2px;
}.wuczm-locate .ZgRpJ-help-question span {
    padding: 0.75rem;
    display: flex;
    margin-bottom: 14px;
    transition: color 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    align-items: center;
}.wuczm-locate .ZgRpJ-help-question span:hover {
    color: #ffffff;
}.wuczm-locate .ZgRpJ-help-question span svg {
    margin-right: 10px;
    width: 14px;
    opacity: 0.7;
    fill: rgb(171,161,179);
    height: 14px;
    transition: all 0.3s ease;
}.wuczm-locate .ZgRpJ-help-question span:hover svg {
    transform: translateX(3px);
    opacity: 1;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}
.wuczm-locate::before {
    height: 5px;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    animation: scanline 8s linear infinite;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(rgb(207,198,212,0.5), 0.5), transparent);
    z-index: 4;
    opacity: 0.5;
}@keyframes typingCursor {
    0%, 100% { border-right-color: transparent; }
    50% { border-right-color: rgb(207,198,212); }
}
.wuczm-locate .SCqHo-message-block h3 span {
    white-space: nowrap;
    animation: typingCursor 1s step-end infinite;
    display: inline-block;
    border-right: 2px solid rgb(207,198,212);
    overflow: hidden;
}@keyframes blinkingLight {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}
.wuczm-locate .container::before {
    bottom: 20px;
    position: absolute;
    content: '';
    box-shadow: 0 0 15px rgb(207,198,212);
    width: 10px;
    right: 20px;
    border-radius: 50%;
    height: 10px;
    z-index: 5;
    animation: blinkingLight 2s infinite;
    background: rgb(207,198,212);
}
@media (max-width: 991px) {.wuczm-locate {
    padding: 4rem 0;
}.wuczm-locate .SCqHo-message-block h3 {
    font-size: calc(43px * 0.8);
}.wuczm-locate .CPxcn-ask-for-help {
    max-width: 90%;
    margin-bottom: 2.5rem;
}.wuczm-locate .mBHUo-contact-today {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.wuczm-locate .mBHUo-contact-today span svg {
    height: 20px;
    width: 20px;
}
}
@media (max-width: 767px) {.wuczm-locate {
    padding: 3.5rem 0;
}.wuczm-locate .SCqHo-message-block h3 {
    font-size: calc(43px * 0.7);
}.wuczm-locate .CPxcn-ask-for-help {
    margin-bottom: 2rem;
    max-width: 100%;
}.wuczm-locate .mBHUo-contact-today {
    grid-template-columns: 1fr;
}.wuczm-locate .mBHUo-contact-today span svg {
    right: 0.75rem;
    top: 0.75rem;
    height: 18px;
    width: 18px;
}
}
@media (max-width: 575px) {.wuczm-locate {
    padding: 3rem 0;
}.wuczm-locate .SCqHo-message-block h3 {
    font-size: calc(43px * 0.6);
}.wuczm-locate .CPxcn-ask-for-help {
    font-size: calc(15px * 0.95);
}.wuczm-locate .mBHUo-contact-today span {
    padding: 1.25rem;
}.wuczm-locate .ZgRpJ-help-question {
    padding: 1.5rem;
}.wuczm-locate .ZgRpJ-help-question h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 1.25rem;
}.wuczm-locate .ZgRpJ-help-question h4 svg {
    width: 18px;
    height: 18px;
}}
.wuczm-locate .container::after {
    z-index: -1;
    position: absolute;
    background-size: 250px 250px;
    content: '';
    background: 
        radial-gradient(2px 2px at 40px 70px, rgb(207,198,212) 50%, transparent 50%),
        radial-gradient(2px 2px at 90px 40px, rgb(171,161,179) 50%, transparent 50%),
        radial-gradient(2px 2px at 140px 90px, rgb(207,198,212) 50%, transparent 50%),
        radial-gradient(2px 2px at 210px 60px, rgb(171,161,179) 50%, transparent 50%);
    width: 100%;
    background-repeat: repeat;
    animation: parallaxStars 60s linear infinite;
    top: 0;
    opacity: 0.3;
    left: 0;
    height: 100%;
}@keyframes parallaxStars {
    from { background-position: 0 0; }
    to { background-position: 1000px 1000px; }
}.nYOij-title-screen {
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
    justify-content: center;
    box-sizing: border-box;
    min-height: 100vh;
}.nYOij-title-screen::before {
    position: absolute;
    z-index: 1;
    background: radial-gradient(
    circle at 30% 70%,
    rgb(207,198,212,0.5),
    rgba(0, 0, 0, 0.5) 70%,
    #000000 100%
  );
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
}.nYOij-title-screen::after {
    z-index: 2;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(171,161,179,0.5) 1px, transparent 12px),
    radial-gradient(circle at 85% 40%, rgb(171,161,179,0.5) 1px, transparent 8px),
    radial-gradient(circle at 20% 80%, rgb(171,161,179,0.5) 1px, transparent 10px),
    radial-gradient(circle at 70% 90%, rgb(171,161,179,0.5) 1px, transparent 6px),
    radial-gradient(circle at 40% 30%, rgb(171,161,179,0.5) 1px, transparent 14px);
    position: absolute;
    opacity: 0.4;
    animation: constellationMovement 120s linear infinite;
    width: 100%;
    background-size: 400px 400px;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
}.nYOij-title-screen > div {
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
    max-width: 1200px;
    z-index: 3;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
}.nYOij-title-screen > div > div:first-child {
    animation: slideInTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
    transform: translateY(-20px);
    opacity: 0;
}.nYOij-title-screen .title_style_header {
    display: inline-block;
    font-size: clamp(2.5rem, 5vw, 41px);
    position: relative;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 0 40px rgb(207,198,212,0.5);
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
}.nYOij-title-screen .title_style_header::after {
    border-radius: 10px;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(171,161,179), transparent);
    width: 60%;
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}.nYOij-title-screen .HvwOS-quick-edu {
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 900px;
    backdrop-filter: blur(12px);
    opacity: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
               0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(135deg, 
    rgba(#000000, 0.6) 0%, 
    rgba(#000000, 0.3) 100%);
    transform: translateY(30px);
    animation: slideUpBox 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    padding: 3rem;
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    width: 100%;
}.nYOij-title-screen .AfzYB-skill-growth {
    margin-bottom: 2rem;
    position: relative;
}.nYOij-title-screen .AfzYB-skill-growth::before {
    height: 60px;
    position: absolute;
    content: "";
    border-top: 2px solid rgb(171,161,179);
    opacity: 0.7;
    left: -20px;
    border-left: 2px solid rgb(171,161,179);
    top: -20px;
    width: 60px;
}.nYOij-title-screen .AfzYB-skill-growth::after {
    position: absolute;
    border-bottom: 2px solid rgb(171,161,179);
    bottom: -10px;
    width: 60px;
    border-right: 2px solid rgb(171,161,179);
    content: "";
    right: -20px;
    height: 60px;
    opacity: 0.7;
}.nYOij-title-screen h3 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    margin: 0 0 1rem 0;
    color: #ffffff;
}.nYOij-title-screen p {
    line-height: 1.6;
    display: inline-block;
    margin: 0;
    color: #ffffff;
    letter-spacing: 0.02em;
    position: relative;
    font-size: clamp(1rem, 2vw, 13px);
    font-weight: 300;
}.nYOij-title-screen p::after {
    position: absolute;
    height: 1px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.8s;
    content: "";
    width: 100%;
    left: 0;
    bottom: -10px;
    transform-origin: left;
    background: linear-gradient(90deg, transparent, rgb(207,198,212), transparent);
    transform: scaleX(0);
}.nYOij-title-screen span {
    transform: translateY(20px);
    animation: slideUpText 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.4s;
    position: relative;
    display: inline-block;
    opacity: 0;
}@keyframes slideInTitle {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

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

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

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

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


.nYOij-title-screen:hover::before {
    animation: pulseGradient 8s ease-in-out infinite alternate;
}

@keyframes pulseGradient {
  0% {
    opacity: 0.85;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.9;
  }
}


@media (max-width: 992px) {.nYOij-title-screen {
    padding: 5rem 1.5rem;
}.nYOij-title-screen > div {
    transform: perspective(1000px) rotateX(1deg);
}.nYOij-title-screen .HvwOS-quick-edu {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.nYOij-title-screen {
    padding: 4rem 1.25rem;
}.nYOij-title-screen > div {
    transform: none;
}.nYOij-title-screen .HvwOS-quick-edu {
    padding: 2rem;
}.nYOij-title-screen .AfzYB-skill-growth::before,
  .nYOij-title-screen .AfzYB-skill-growth::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 576px) {.nYOij-title-screen {
    padding: 3rem 1rem;
}.nYOij-title-screen .HvwOS-quick-edu {
    padding: 1.5rem;
}.nYOij-title-screen .title_style_header::after {
    width: 80%;
}.nYOij-title-screen .AfzYB-skill-growth::before,
  .nYOij-title-screen .AfzYB-skill-growth::after {
    width: 30px;
    height: 30px;
}}.UQcOY-program-overview {
    flex-direction: column;
    position: relative;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    background: rgb(238,234,239);
}.UQcOY-program-overview .vmBfg-online-learn {
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
}.UQcOY-program-overview .vmBfg-online-learn::after {
    content: "";
    z-index: 2;
    left: 0;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(238,234,239) 90%
    );
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}.UQcOY-program-overview .obfTM-quick-progress {
    animation: carousel-zoom 25s ease-in-out infinite;
    height: 100%;
    display: flex;
    width: 100%;
}.UQcOY-program-overview .vmBfg-online-learn:hover .obfTM-quick-progress {
    animation-play-state: paused;
}.UQcOY-program-overview .ZiPRz-knowledge-map {
    width: 100%;
    position: relative;
    flex-shrink: 0;
    height: 100%;
}.UQcOY-program-overview .ZiPRz-knowledge-map img {
    transform-origin: center;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.9) saturate(1.2);
    height: 100%;
}.UQcOY-program-overview .container {
    display: flex;
    padding: 2rem;
    position: relative;
    z-index: 3;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
}.UQcOY-program-overview .zXCnB-training-track {
    position: relative;
    width: 100%;
    max-width: 800px;
}.UQcOY-program-overview .oEawV-online-class {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    padding: 3rem;
    text-align: center;
    border-radius: 12px;
}.UQcOY-program-overview .oEawV-online-class:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.UQcOY-program-overview .oEawV-online-class::before {
    border-radius: 10px;
    left: 20px;
    right: 20px;
    position: absolute;
    bottom: 20px;
    top: 20px;
    opacity: 0.3;
    content: "";
    border: 1px solid rgb(207,198,212);
    pointer-events: none;
}.UQcOY-program-overview .oEawV-online-class h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: rgb(207,198,212);
    font-size: 38px;
}.UQcOY-program-overview .oEawV-online-class h3::after {
    position: absolute;
    transform: translateX(-50%);
    bottom: -10px;
    background: rgb(207,198,212);
    width: 80px;
    height: 2px;
    content: "";
    left: 50%;
}.UQcOY-program-overview .oEawV-online-class p {
    margin: 0 auto 2rem;
    max-width: 90%;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
}.UQcOY-program-overview .oEawV-online-class .xCQcH-reach-panel {
    padding: 0.9rem 2.5rem;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 19px;
    display: inline-block;
    border-radius: 12px;
    background: rgb(207,198,212);
}.UQcOY-program-overview .oEawV-online-class .xCQcH-reach-panel::before {
    transition: all 0.6s ease;
    left: -10%;
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: skewX(-25deg) translateX(-100%);
    width: 120%;
    height: 100%;
}.UQcOY-program-overview .oEawV-online-class .xCQcH-reach-panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.UQcOY-program-overview .oEawV-online-class .xCQcH-reach-panel:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.UQcOY-program-overview .vmBfg-online-learn::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(238,234,239) 85%
        );
}.UQcOY-program-overview .obfTM-quick-progress {
    animation-duration: 20s;
}.UQcOY-program-overview .zXCnB-training-track {
    max-width: 600px;
}.UQcOY-program-overview .oEawV-online-class {
    padding: 2.5rem;
}.UQcOY-program-overview .oEawV-online-class h3 {
    font-size: calc(38px * 0.9);
}.UQcOY-program-overview .oEawV-online-class p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.UQcOY-program-overview {
    min-height: auto;
    padding: 4rem 0;
}.UQcOY-program-overview .vmBfg-online-learn {
    z-index: 0;
    position: fixed;
}.UQcOY-program-overview .vmBfg-online-learn::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(238,234,239) 70%
        );
}.UQcOY-program-overview .obfTM-quick-progress {
    animation-duration: 15s;
}.UQcOY-program-overview .zXCnB-training-track {
    max-width: 100%;
}.UQcOY-program-overview .oEawV-online-class {
    padding: 2rem 1.5rem;
}.UQcOY-program-overview .oEawV-online-class::before {
    bottom: 10px;
    left: 10px;
    top: 10px;
    right: 10px;
}.UQcOY-program-overview .oEawV-online-class h3 {
    font-size: 18px;
}.UQcOY-program-overview .oEawV-online-class h3::after {
    width: 60px;
}.UQcOY-program-overview .oEawV-online-class p {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.UQcOY-program-overview .oEawV-online-class .xCQcH-reach-panel {
    padding: 0.8rem 1.5rem;
    width: 100%;
}}.JTIoD-aspiring-learners {
    overflow: hidden;
    padding: 130px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(0, 0, 0, 0.5) 100%);
}.JTIoD-aspiring-learners::before {
    position: absolute;
    background: 
        linear-gradient(45deg, rgb(207,198,212,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(171,161,179,0.5) 25%, transparent 25%);
    content: "";
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background-size: 60px 60px;
    left: 0;
    opacity: 0.05;
}.JTIoD-aspiring-learners .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.JTIoD-aspiring-learners .zXCnB-training-track {
    position: relative;
}.JTIoD-aspiring-learners h4 {
    padding-bottom: 20px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    font-size: 37px;
}.JTIoD-aspiring-learners h4::after {
    background: linear-gradient(90deg, rgb(207,198,212), rgb(171,161,179));
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 2px;
    height: 4px;
    left: 50%;
    width: 70px;
    content: "";
}.JTIoD-aspiring-learners div {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}.JTIoD-aspiring-learners div p {
    min-width: 280px;
    z-index: 1;
    position: relative;
    background: #ffffff;
    font-size: 17px;
    margin: 0;
    line-height: 1.6;
    transition: all 0.3s ease;
    border-radius: 27px;
    color: #000000;
    flex: 0 0 calc(33.333% - 20px);
    padding: 25px 25px 25px 75px;
}.JTIoD-aspiring-learners div p::before {
    top: 5px;
    transition: all 0.3s ease;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: "";
    opacity: 0.4;
    z-index: -1;
    border: 1px solid rgb(207,198,212,0.5);
    border-radius: calc(27px - 5px);
    position: absolute;
    background: #ffffff;
    left: 5px;
}.JTIoD-aspiring-learners div p::after {
    border: 1px solid rgb(171,161,179,0.5);
    transition: all 0.3s ease;
    z-index: -2;
    width: calc(100% - 20px);
    opacity: 0.2;
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    content: "";
    top: 10px;
    border-radius: calc(27px - 10px);
    background: #ffffff;
}.JTIoD-aspiring-learners div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.JTIoD-aspiring-learners div p:hover::before {
    top: 10px;
    left: 10px;
}.JTIoD-aspiring-learners div p:hover::after {
    left: 15px;
    top: 15px;
}.JTIoD-aspiring-learners div p svg {
    position: absolute;
    border-radius: 50%;
    width: 35px;
    background: rgb(238,234,239);
    height: 35px;
    transition: all 0.3s ease;
    top: 25px;
    left: 25px;
    padding: 8px;
}.JTIoD-aspiring-learners div p:hover svg {
    background: rgb(207,198,212,0.5);
    transform: rotate(15deg);
}.JTIoD-aspiring-learners div p svg path {
    fill: rgb(207,198,212);
    transition: all 0.3s ease;
}.JTIoD-aspiring-learners div p:hover svg path {
    fill: rgb(171,161,179);
}

@media (max-width: 991px) {.JTIoD-aspiring-learners {
    padding: 100px 0;
}.JTIoD-aspiring-learners h4 {
    margin-bottom: 60px;
    font-size: calc(37px - 2px);
}.JTIoD-aspiring-learners div {
    gap: 25px;
}.JTIoD-aspiring-learners div p {
    min-width: 250px;
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
}.JTIoD-aspiring-learners div p svg {
    width: 30px;
    top: 20px;
    height: 30px;
    left: 20px;
}
}

@media (max-width: 767px) {.JTIoD-aspiring-learners {
    padding: 80px 0;
}.JTIoD-aspiring-learners h4 {
    margin-bottom: 50px;
    font-size: calc(37px - 4px);
}.JTIoD-aspiring-learners div {
    gap: 20px;
}.JTIoD-aspiring-learners div p {
    padding: 18px 18px 18px 60px;
    flex: 0 0 100%;
}.JTIoD-aspiring-learners div p svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 479px) {.JTIoD-aspiring-learners {
    padding: 60px 0;
}.JTIoD-aspiring-learners h4 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: calc(37px - 6px);
}.JTIoD-aspiring-learners div {
    gap: 15px;
}.JTIoD-aspiring-learners div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(17px - 1px);
}.JTIoD-aspiring-learners div p svg {
    height: 25px;
    left: 15px;
    padding: 6px;
    width: 25px;
    top: 15px;
}}.WPTwc-customer-experience {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(171,161,179,0.5) 100%);
}.WPTwc-customer-experience::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(45deg, transparent 40%, rgb(207,198,212,0.5) 40%, rgb(207,198,212,0.5) 60%, transparent 60%),
        linear-gradient(-45deg, transparent 40%, rgb(207,198,212,0.5) 40%, rgb(207,198,212,0.5) 60%, transparent 60%);
    background-size: 100px 100px;
    pointer-events: none;
    opacity: 0.05;
    content: "";
    top: 0;
    width: 100%;
}.WPTwc-customer-experience h2 {
    transform-origin: center bottom;
    color: #000000;
    position: relative;
    font-size: 28px;
    transform: perspective(1000px) rotateX(5deg);
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}.WPTwc-customer-experience h2::after {
    background: linear-gradient(90deg, rgb(207,198,212), rgb(171,161,179));
    bottom: -15px;
    border-radius: 10px;
    height: 4px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}.WPTwc-customer-experience .container.zXCnB-training-track {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.WPTwc-customer-experience .BEXPL-rating-praise {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}.WPTwc-customer-experience .vYlDE-opinion-showcase {
    background: #ffffff;
    padding: 30px 25px 25px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    backface-visibility: hidden;
    border-radius: 20px;
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1);
    overflow: hidden;
    transform-origin: center center;
}.WPTwc-customer-experience .vYlDE-opinion-showcase::before {
    top: -30px;
    z-index: 0;
    position: absolute;
    opacity: 0.2;
    color: rgb(207,198,212,0.5);
    font-family: Arial, sans-serif;
    font-size: 150px;
    right: 20px;
    content: "";
    line-height: 1;
}.WPTwc-customer-experience .vYlDE-opinion-showcase::after {
    position: absolute;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(207,198,212), rgb(171,161,179));
    height: 5px;
    transition: transform 0.4s ease-out;
    width: 100%;
    transform: scaleX(0.8);
    left: 0;
    transform-origin: center;
}.WPTwc-customer-experience .vYlDE-opinion-showcase:hover {
    transform: perspective(1000px) translateY(-10px) rotateY(2deg);
    box-shadow: 0 25px 50px -15px rgba(0,0,0,0.15), 
                0 5px 15px rgba(rgb(207,198,212,0.5), 0.2);
}.WPTwc-customer-experience .vYlDE-opinion-showcase:hover::after {
    transform: scaleX(1);
}.WPTwc-customer-experience .vYlDE-opinion-showcase h3 {
    font-size: calc(20px * 0.9);
    color: #000000;
    z-index: 2;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
}.WPTwc-customer-experience .vYlDE-opinion-showcase h3::before {
    background-color: rgb(207,198,212);
    transform-origin: left;
    left: 0;
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    bottom: -5px;
    transition: width 0.3s ease;
}.WPTwc-customer-experience .vYlDE-opinion-showcase:hover h3::before {
    width: 40px;
}.WPTwc-customer-experience .vYlDE-opinion-showcase .description {
    z-index: 2;
    position: relative;
    line-height: 1.65;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
}.WPTwc-customer-experience .vYlDE-opinion-showcase div {
    width: 50px;
    height: 50px;
    z-index: 2;
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    border-radius: 50%;
}.WPTwc-customer-experience .vYlDE-opinion-showcase:hover div {
    transform: scale(1.05) translateZ(0);
}.WPTwc-customer-experience .vYlDE-opinion-showcase img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
}.WPTwc-customer-experience .vYlDE-opinion-showcase:hover img {
    transform: scale(1.1);
}

@media (min-width: 576px) {.WPTwc-customer-experience .BEXPL-rating-praise {
    grid-template-columns: repeat(2, 1fr);
}.WPTwc-customer-experience h2 {
    margin-bottom: 70px;
}
}

@media (min-width: 768px) {.WPTwc-customer-experience {
    padding: 100px 0;
}.WPTwc-customer-experience .BEXPL-rating-praise {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.WPTwc-customer-experience .vYlDE-opinion-showcase {
    padding: 35px 30px 30px;
}
}

@media (min-width: 992px) {.WPTwc-customer-experience .BEXPL-rating-praise {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}.WPTwc-customer-experience h2 {
    font-size: calc(28px * 1.1);
}.WPTwc-customer-experience .vYlDE-opinion-showcase {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.WPTwc-customer-experience .vYlDE-opinion-showcase:nth-child(odd):hover {
    transform: perspective(1000px) translateY(-10px) rotateY(2deg);
}.WPTwc-customer-experience .vYlDE-opinion-showcase:nth-child(even):hover {
    transform: perspective(1000px) translateY(-10px) rotateY(-2deg);
}
}

@media (min-width: 1200px) {.WPTwc-customer-experience .BEXPL-rating-praise {
    grid-template-columns: repeat(4, 1fr);
}.WPTwc-customer-experience h2::after {
    width: 100px;
}.WPTwc-customer-experience .container.zXCnB-training-track {
    padding: 0;
}
}

@media (hover: none) {.WPTwc-customer-experience .vYlDE-opinion-showcase:hover {
    transform: translateY(0);
}.WPTwc-customer-experience .vYlDE-opinion-showcase::after {
    transform: scaleX(1);
}}.VpQab-thanksCard {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(238,234,239), rgb(171,161,179,0.5));
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.VpQab-thanksCard::before {
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    left: 0;
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
}.VpQab-thanksCard .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.VpQab-thanksCard .zXCnB-training-track {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: translateZ(0);
    display: grid;
    gap: 2.5rem;
    padding: 3rem;
    transform-style: preserve-3d;
    backdrop-filter: blur(8px);
    grid-template-columns: 1fr;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
}.VpQab-thanksCard .zXCnB-training-track:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
}.VpQab-thanksCard .zXCnB-training-track::before {
    transform: translateZ(-10px);
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgb(207,198,212,0.5) 100%);
    transition: opacity 0.5s ease;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    top: 0;
    content: "";
}.VpQab-thanksCard .zXCnB-training-track:hover::before {
    opacity: 0.05;
}.VpQab-thanksCard .zXCnB-training-track > div:first-child {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: translateZ(20px);
}.VpQab-thanksCard .zXCnB-training-track > div:first-child::after {
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(207,198,212);
    position: absolute;
    bottom: -10px;
    width: 60px;
    left: 0;
    content: "";
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.VpQab-thanksCard .zXCnB-training-track:hover > div:first-child::after {
    transform: scaleX(1);
}.VpQab-thanksCard h5 {
    letter-spacing: 0.02em;
    font-size: 18px;
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.4;
    transform: translateZ(5px);
    font-weight: 700;
}.VpQab-thanksCard h5::first-letter {
    color: rgb(207,198,212);
    font-size: 1.2em;
}.VpQab-thanksCard .zXCnB-training-track > div:last-child {
    position: relative;
    transform: translateZ(15px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.VpQab-thanksCard a {
    padding: 0.5rem 0;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: inherit;
    overflow: hidden;
    display: block;
}.VpQab-thanksCard a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    transition: left 0.8s ease-in-out;
}.VpQab-thanksCard .zXCnB-training-track:hover a::before {
    left: 100%;
}.VpQab-thanksCard p {
    font-weight: 400;
    transition: opacity 0.4s ease;
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
    opacity: 0.9;
    margin: 0;
}.VpQab-thanksCard a:hover p {
    opacity: 1;
    color: rgb(207,198,212);
}

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

@media (min-width: 768px) {.VpQab-thanksCard {
    padding: 7rem 0;
}.VpQab-thanksCard .zXCnB-training-track {
    padding: 4rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.VpQab-thanksCard h5 {
    font-size: calc(18px * 1.1);
}.VpQab-thanksCard p {
    font-size: calc(13px * 1.05);
}.VpQab-thanksCard .zXCnB-training-track::after {
    transform: translateZ(10px) scale(0.9);
    right: -15px;
    height: 30px;
    opacity: 0;
    position: absolute;
    top: -15px;
    border-right: 3px solid rgb(207,198,212);
    content: "";
    border-top: 3px solid rgb(207,198,212);
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 30px;
}.VpQab-thanksCard .zXCnB-training-track:hover::after {
    opacity: 1;
    transform: translateZ(10px) scale(1);
}.VpQab-thanksCard .zXCnB-training-track::before {
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.VpQab-thanksCard .zXCnB-training-track:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}

@media (min-width: 992px) {.VpQab-thanksCard {
    padding: 8rem 0;
}.VpQab-thanksCard .zXCnB-training-track {
    padding: 5rem;
    gap: 4rem;
}.VpQab-thanksCard .zXCnB-training-track > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.VpQab-thanksCard .zXCnB-training-track:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.VpQab-thanksCard .zXCnB-training-track > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.VpQab-thanksCard .zXCnB-training-track:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.VpQab-thanksCard a {
    padding: 1rem 0;
}.VpQab-thanksCard p {
    line-height: 1.8;
}.VpQab-thanksCard .container::before {
    content: "";
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(90deg, transparent, rgb(207,198,212,0.5), transparent);
    height: 1px;
    left: 10%;
    width: 80%;
    bottom: -20px;
}
}

@media (max-width: 767px) {.VpQab-thanksCard {
    padding: 3rem 1rem;
}.VpQab-thanksCard .zXCnB-training-track {
    padding: 2rem 1.5rem;
}.VpQab-thanksCard h5 {
    font-size: calc(18px * 0.9);
}.VpQab-thanksCard p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.BLCgu-connect-with-us {
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(238,234,239);
    position: relative;
}.BLCgu-connect-with-us::before {
    width: 100%;
    background: linear-gradient(120deg, rgb(207,198,212,0.5) 0%, transparent 75%);
    opacity: 0.15;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
}.BLCgu-connect-with-us::after {
    height: 70%;
    width: 70%;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(240deg, rgb(171,161,179,0.5) 0%, transparent 70%);
    opacity: 0.1;
    right: 0;
}.BLCgu-connect-with-us .container {
    padding: 0 30px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.BLCgu-connect-with-us h2 {
    margin-bottom: 15px;
    position: relative;
    font-size: 38px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    color: #000000;
}.BLCgu-connect-with-us .RZeXz-inquiry-grid {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 26px;
    margin-top: 50px;
    background: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}.BLCgu-connect-with-us .GYpBK-media-image {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
    overflow: hidden;
}.BLCgu-connect-with-us .GYpBK-media-image::after {
    content: "";
    right: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
}.BLCgu-connect-with-us .KlOoq-connect-panel {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.BLCgu-connect-with-us .KlOoq-connect-panel::before {
    top: 40px;
    content: "";
    background: linear-gradient(to bottom, rgb(207,198,212), rgb(171,161,179));
    height: calc(100% - 80px);
    border-radius: 2.5px;
    width: 5px;
    position: absolute;
    left: 0;
}.BLCgu-connect-with-us form {
    width: 100%;
    padding-left: 25px;
}.BLCgu-connect-with-us form h3 {
    font-size: 19px;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
}.BLCgu-connect-with-us form input[type="text"] {
    color: #000000;
    font-size: 18px;
    background: rgb(238,234,239);
    transition: all 0.3s ease;
    padding: 18px 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: none;
    width: 100%;
}.BLCgu-connect-with-us form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(207,198,212,0.5);
    background: rgba(rgb(207,198,212), 0.05);
    outline: none;
}.BLCgu-connect-with-us form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.BLCgu-connect-with-us .SJmQA-message-box {
    margin: 10px 0 30px;
    align-items: flex-start;
    display: flex;
}.BLCgu-connect-with-us .SJmQA-message-box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.BLCgu-connect-with-us .SJmQA-message-box label {
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    font-size: 16px;
    cursor: pointer;
    color: #000000;
}.BLCgu-connect-with-us .SJmQA-message-box label::before {
    content: "";
    width: 22px;
    border: 2px solid rgb(207,198,212,0.5);
    border-radius: 10px;
    transition: all 0.2s ease;
    left: 0;
    top: 2px;
    height: 22px;
    position: absolute;
}.BLCgu-connect-with-us .SJmQA-message-box input[type="checkbox"]:checked + label::before {
    border-color: rgb(207,198,212);
    background-color: rgb(207,198,212);
}.BLCgu-connect-with-us .SJmQA-message-box input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    left: 8px;
    top: 9px;
    border-right: 2px solid #ffffff;
    position: absolute;
    content: "";
    height: 11px;
}.BLCgu-connect-with-us .SJmQA-message-box label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(207,198,212);
}.BLCgu-connect-with-us .SJmQA-message-box label a:hover {
    text-decoration: underline;
    color: rgb(171,161,179);
}.BLCgu-connect-with-us form .xCQcH-reach-panel {
    position: relative;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 15px 35px;
    background: linear-gradient(45deg, rgb(207,198,212), rgb(171,161,179));
}.BLCgu-connect-with-us form .xCQcH-reach-panel::before {
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    transform: rotate(45deg) translateX(-200%);
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    left: -10%;
    top: -10%;
}.BLCgu-connect-with-us form .xCQcH-reach-panel:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(207,198,212), 0.3);
}.BLCgu-connect-with-us form .xCQcH-reach-panel:hover::before {
    transform: rotate(45deg) translateX(200%);
}.BLCgu-connect-with-us svg {
    fill: rgb(207,198,212);
    height: 22px;
    width: 22px;
}.BLCgu-connect-with-us svg path {
    fill: rgb(207,198,212);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.BLCgu-connect-with-us .KlOoq-connect-panel {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.BLCgu-connect-with-us .GYpBK-media-image {
    min-height: 300px;
    flex: 0 0 100%;
}.BLCgu-connect-with-us .KlOoq-connect-panel {
    flex: 0 0 100%;
}.BLCgu-connect-with-us .KlOoq-connect-panel::before {
    left: 40px;
    width: calc(100% - 80px);
    top: 0;
    background: linear-gradient(to right, rgb(207,198,212), rgb(171,161,179));
    height: 5px;
}.BLCgu-connect-with-us form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.BLCgu-connect-with-us {
    padding: 70px 0;
}.BLCgu-connect-with-us .GYpBK-media-image {
    min-height: 250px;
}.BLCgu-connect-with-us .KlOoq-connect-panel {
    padding: 40px 30px;
}.BLCgu-connect-with-us .KlOoq-connect-panel::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.BLCgu-connect-with-us {
    padding: 50px 0;
}.BLCgu-connect-with-us h2 {
    font-size: calc(38px * 0.8);
}.BLCgu-connect-with-us .GYpBK-media-image {
    min-height: 200px;
}.BLCgu-connect-with-us .KlOoq-connect-panel {
    padding: 30px 20px;
}.BLCgu-connect-with-us .KlOoq-connect-panel::before {
    width: calc(100% - 40px);
    left: 20px;
}.BLCgu-connect-with-us form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.BLCgu-connect-with-us form input[type="text"] {
    padding: 15px 20px;
}.BLCgu-connect-with-us form .xCQcH-reach-panel {
    text-align: center;
    width: 100%;
}}.fJKrh-education-experience {
    overflow: hidden;
    padding: 7rem 2rem;
    background: radial-gradient(circle at 70% 30%, rgb(207,198,212,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(171,161,179,0.5) 0%, transparent 40%), 
              #000000;
    position: relative;
}.fJKrh-education-experience::before {
    content: "";
    position: absolute;
    animation: backgroundMovement 30s linear infinite alternate;
    height: 150%;
    top: -25%;
    width: 150%;
    left: -25%;
    opacity: 0.3;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
}.fJKrh-education-experience .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.fJKrh-education-experience .vYlDE-opinion-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 12px;
    grid-template-rows: auto auto auto;
    position: relative;
    gap: 0;
    overflow: hidden;
}.fJKrh-education-experience .vYlDE-opinion-showcase::after {
    pointer-events: none;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(207,198,212,0.5) 0%, transparent 50%);
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.3;
    position: absolute;
}.fJKrh-education-experience .vYlDE-opinion-showcase .GYpBK-media-image {
    transform: scale(1.05) translateX(-5%);
    border-radius: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    box-shadow: 0 0 30px rgb(207,198,212,0.5);
    grid-row: 1 / 4;
    grid-column: 1 / 2;
    min-height: 500px;
    position: relative;
    transition: all 0.5s ease;
}.fJKrh-education-experience .vYlDE-opinion-showcase .GYpBK-media-image:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(207,198,212);
}.fJKrh-education-experience .vYlDE-opinion-showcase .name {
    letter-spacing: 2px;
    grid-row: 1 / 2;
    text-shadow: 0 0 10px rgb(207,198,212,0.5), 0 0 20px rgb(207,198,212,0.5);
    z-index: 2;
    padding: 3.5rem 2rem 0.5rem 3rem;
    animation: neonPulse 4s infinite alternate;
    color: #ffffff;
    font-weight: 700;
    font-size: 33px;
    grid-column: 2 / 3;
    position: relative;
}.fJKrh-education-experience .vYlDE-opinion-showcase span:not(.name) {
    letter-spacing: 1px;
    color: rgb(171,161,179);
    position: relative;
    font-size: 19px;
    padding: 0 2rem 1rem 3rem;
    text-transform: uppercase;
    grid-column: 2 / 3;
    font-weight: 400;
    z-index: 2;
    grid-row: 2 / 3;
}.fJKrh-education-experience .vYlDE-opinion-showcase .fuQsd-work-explore {
    grid-row: 3 / 4;
    color: #ffffff;
    padding: 2rem 2rem 2.5rem 3rem;
    position: relative;
    border-radius: 0 10px 0 0;
    z-index: 2;
    font-size: 13px;
    grid-column: 2 / 3;
    backdrop-filter: blur(5px);
    margin-right: 1.5rem;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-top: 1px solid rgb(171,161,179,0.5);
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(207,198,212,0.5), 0 0 20px rgb(207,198,212,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(207,198,212), 0 0 30px rgb(207,198,212);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.fJKrh-education-experience {
    padding: 5rem 1.5rem;
}.fJKrh-education-experience .vYlDE-opinion-showcase {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.fJKrh-education-experience .vYlDE-opinion-showcase .GYpBK-media-image {
    transform: scale(1.02) translateY(-5%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 350px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.fJKrh-education-experience .vYlDE-opinion-showcase .GYpBK-media-image:hover {
    transform: scale(1.03) translateY(-4%);
}.fJKrh-education-experience .vYlDE-opinion-showcase .name {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
}.fJKrh-education-experience .vYlDE-opinion-showcase span:not(.name) {
    grid-column: 1 / 2;
    padding: 0 1.5rem 1rem 1.5rem;
    grid-row: 3 / 4;
}.fJKrh-education-experience .vYlDE-opinion-showcase .fuQsd-work-explore {
    grid-column: 1 / 2;
    padding: 1.5rem;
    margin-right: 0;
    grid-row: 4 / 5;
    border-radius: 10px;
}
}

@media (max-width: 576px) {.fJKrh-education-experience {
    padding: 4rem 1rem;
}.fJKrh-education-experience .vYlDE-opinion-showcase .GYpBK-media-image {
    min-height: 280px;
}.fJKrh-education-experience .vYlDE-opinion-showcase .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.fJKrh-education-experience .vYlDE-opinion-showcase span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.fJKrh-education-experience .vYlDE-opinion-showcase .fuQsd-work-explore {
    padding: 1.2rem;
}}.pENXr-meet-us {
    background: linear-gradient(145deg, rgb(207,198,212) 0%, rgb(171,161,179) 100%);
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.pENXr-meet-us::before {
    width: 100%;
    z-index: -1;
    left: 0;
    background: 
        repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 60px);
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
}.pENXr-meet-us::after {
    left: 0;
    opacity: 0.6;
    top: 0;
    z-index: -1;
    width: 100%;
    animation: shiftGlow 20s ease-in-out infinite alternate;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    content: "";
    height: 100%;
}.pENXr-meet-us .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.pENXr-meet-us .zXCnB-training-track {
    border-radius: 14px;
    overflow: hidden;
    display: grid;
    animation: fadeIn 1s ease-in-out;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: rgb(238,234,239);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    grid-template-rows: auto auto;
    padding: 60px;
    grid-template-areas: 
        "director logo"
        "text text";
}.pENXr-meet-us .zXCnB-training-track::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(207,198,212), rgb(171,161,179));
    height: 100%;
    width: 5px;
}.pENXr-meet-us .pyeEO-guide-values {
    grid-area: director;
    gap: 30px;
    padding-right: 30px;
    transition: transform 0.6s ease;
    align-items: center;
    display: flex;
    transform: translateY(0);
}.pENXr-meet-us .pyeEO-guide-values:hover {
    transform: translateY(-5px);
}.pENXr-meet-us .pyeEO-guide-values .GYpBK-media-image {
    width: 180px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 3px solid #ffffff;
    height: 220px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}.pENXr-meet-us .pyeEO-guide-values .GYpBK-media-image:hover {
    border-color: rgb(207,198,212);
    transform: scale(1.05);
}.pENXr-meet-us .mwkKi-promise-block {
    flex: 1;
}.pENXr-meet-us .DUtWk-expert-team {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    color: #000000;
    position: relative;
}.pENXr-meet-us .DUtWk-expert-team::after {
    height: 2px;
    background: rgb(207,198,212);
    content: "";
    width: 40px;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
}.pENXr-meet-us .DUtWk-expert-team:hover::after {
    width: 60px;
}.pENXr-meet-us .RrkZa-mission-why {
    margin: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}.pENXr-meet-us .RWzuh-class-experts {
    border-left: 1px solid rgba(rgb(207,198,212), 0.2);
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
    grid-area: logo;
}.pENXr-meet-us .RWzuh-class-experts svg {
    transition: transform 0.4s ease;
    margin-right: 20px;
    height: 60px;
    width: 60px;
    fill: rgb(207,198,212);
}.pENXr-meet-us .RWzuh-class-experts:hover svg {
    transform: rotate(5deg) scale(1.1);
}.pENXr-meet-us .RWzuh-class-experts svg path {
    transition: fill 0.3s ease;
    fill: rgb(207,198,212);
}.pENXr-meet-us .RWzuh-class-experts:hover svg path {
    fill: rgb(171,161,179);
}.pENXr-meet-us .hxVYK-text-column {
    animation: slideUp 0.8s ease-out forwards;
    padding-top: 30px;
    animation-delay: 0.3s;
    grid-area: text;
    opacity: 0;
    transform: translateY(20px);
    border-top: 1px solid rgba(rgb(207,198,212), 0.2);
}.pENXr-meet-us h2 {
    position: relative;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 25px 0;
}.pENXr-meet-us h2::after {
    animation: pulseWidth 3s ease-in-out infinite;
    width: 80px;
    content: "";
    bottom: -10px;
    background: rgb(207,198,212);
    left: 0;
    position: absolute;
    height: 3px;
}.pENXr-meet-us p {
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@keyframes shiftGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 992px) {.pENXr-meet-us {
    padding: 80px 0;
}.pENXr-meet-us .zXCnB-training-track {
    padding: 40px 30px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "director"
            "logo"
            "text";
    gap: 30px;
}.pENXr-meet-us .pyeEO-guide-values {
    border-bottom: 1px solid rgba(rgb(207,198,212), 0.2);
    padding-bottom: 30px;
    padding-right: 0;
}.pENXr-meet-us .RWzuh-class-experts {
    padding-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px solid rgba(rgb(207,198,212), 0.2);
    border-left: none;
}.pENXr-meet-us .hxVYK-text-column {
    padding-top: 0;
    border-top: none;
}
}

@media screen and (max-width: 767px) {.pENXr-meet-us {
    padding: 60px 0;
}.pENXr-meet-us .zXCnB-training-track {
    padding: 30px 20px;
    gap: 25px;
}.pENXr-meet-us .pyeEO-guide-values {
    text-align: center;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}.pENXr-meet-us .DUtWk-expert-team::after {
    left: 50%;
    transform: translateX(-50%);
}.pENXr-meet-us .DUtWk-expert-team:hover::after {
    width: 60px;
}.pENXr-meet-us .RWzuh-class-experts {
    justify-content: center;
}.pENXr-meet-us .hxVYK-text-column {
    text-align: center;
}.pENXr-meet-us h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media screen and (max-width: 480px) {.pENXr-meet-us {
    padding: 40px 0;
}.pENXr-meet-us .zXCnB-training-track {
    gap: 20px;
    padding: 25px 15px;
}.pENXr-meet-us .pyeEO-guide-values .GYpBK-media-image {
    height: 180px;
    width: 150px;
}.pENXr-meet-us .DUtWk-expert-team {
    font-size: calc(19px * 0.9);
}.pENXr-meet-us .RrkZa-mission-why {
    font-size: calc(18px * 0.9);
}.pENXr-meet-us .RWzuh-class-experts svg {
    margin-right: 15px;
    height: 50px;
    width: 50px;
}.pENXr-meet-us h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 20px;
}.pENXr-meet-us p {
    font-size: calc(18px * 0.9);
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    background: linear-gradient(45deg, rgb(171,161,179,0.5) 0%, rgb(207,198,212,0.5) 100%);
    z-index: 1;
    top: 0;
    right: 0;
    content: '';
    position: absolute;
    left: 0;
}.KzExp-idea-pool {
    color: #ffffff;
    padding: 80px 0 40px;
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
}.KzExp-idea-pool .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.KzExp-idea-pool .company_holder {
    z-index: 3;
    position: relative;
    grid-column: 1 / 5;
}.KzExp-idea-pool .company_holder h3 {
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}.KzExp-idea-pool .company_holder h3::after {
    border-radius: 10px;
    left: 0;
    position: absolute;
    height: 4px;
    content: '';
    bottom: 0;
    background: rgb(207,198,212);
    width: 40px;
}.KzExp-idea-pool .UtoBr-diploma-cta {
    font-size: 16px;
    margin-top: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(207,198,212);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    border-radius: 26px;
}.KzExp-idea-pool .jynPa-review-block {
    grid-column: 5 / 13;
    position: relative;
}.KzExp-idea-pool .RwHnd-nav-train {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.KzExp-idea-pool .erskI-nav-main {
    position: relative;
}.KzExp-idea-pool .erskI-nav-main h5 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 18px;
    display: inline-block;
}.KzExp-idea-pool .erskI-nav-main h5::before {
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 8px;
    height: 8px;
    left: -15px;
    background: rgb(207,198,212);
    content: '';
}.KzExp-idea-pool .erskI-nav-main .RwHnd-nav-train {
    display: flex;
    flex-direction: column;
    gap: 15px;
}.KzExp-idea-pool .erskI-nav-main .RwHnd-nav-train a {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 15px;
    font-size: 16px;
    z-index: 1;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
}.KzExp-idea-pool .erskI-nav-main .RwHnd-nav-train a::before {
    top: 0;
    height: 100%;
    position: absolute;
    background: rgb(207,198,212);
    z-index: -1;
    left: 0;
    transition: all 0.3s ease;
    content: '';
    width: 3px;
}.KzExp-idea-pool .erskI-nav-main .RwHnd-nav-train a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.KzExp-idea-pool .erskI-nav-main .RwHnd-nav-train a:hover::before {
    width: 100%;
    background: rgb(207,198,212,0.5);
}.dFbDX-footer-subscribe {
    z-index: 2;
    position: relative;
    padding: 20px 0;
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
}.dFbDX-footer-subscribe::before {
    left: 15%;
    top: 0;
    height: 1px;
    opacity: 0.2;
    content: '';
    position: absolute;
    right: 15%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.dFbDX-footer-subscribe .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.dFbDX-footer-subscribe .PHmTU-campus-links {
    opacity: 0.8;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-align: center;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    content: '';
    z-index: 1;
    left: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    top: 0;
    position: absolute;
    right: 0;
}

@media (max-width: 992px) {.KzExp-idea-pool .container {
    grid-template-columns: repeat(1, 1fr);
}.KzExp-idea-pool .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.KzExp-idea-pool .jynPa-review-block {
    grid-column: 1 / -1;
}.KzExp-idea-pool .RwHnd-nav-train {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.KzExp-idea-pool {
    padding: 60px 0 30px;
}.KzExp-idea-pool .RwHnd-nav-train {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.KzExp-idea-pool .erskI-nav-main {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.KzExp-idea-pool::before {
    top: 0;
    background: linear-gradient(90deg, rgb(207,198,212), rgb(171,161,179), rgb(207,198,212));
    position: absolute;
    content: '';
    background-size: 200% 200%;
    height: 5px;
    animation: gradientShift 5s infinite;
    width: 100%;
    left: 0;
}.KzExp-idea-pool .company_holder::after {
    position: absolute;
    content: '';
    right: -50px;
    top: 40px;
    filter: blur(60px);
    z-index: -1;
    border-radius: 50%;
    width: 150px;
    opacity: 0.4;
    background: rgb(207,198,212,0.5);
    height: 150px;
}.KzExp-idea-pool .company_holder::before {
    width: 100px;
    position: absolute;
    z-index: -1;
    content: '';
    left: -30px;
    filter: blur(40px);
    opacity: 0.3;
    border-radius: 50%;
    bottom: 0;
    height: 100px;
    background: rgb(171,161,179,0.5);
}.KzExp-idea-pool .jynPa-review-block::after {
    background: rgb(207,198,212,0.5);
    right: 100px;
    filter: blur(50px);
    position: absolute;
    width: 120px;
    top: -20px;
    border-radius: 50%;
    z-index: -1;
    height: 120px;
    opacity: 0.2;
    content: '';
}.KzExp-idea-pool .jynPa-review-block::before {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    background: rgb(171,161,179,0.5);
    filter: blur(70px);
    left: 80px;
    content: '';
    opacity: 0.25;
    width: 180px;
    bottom: -50px;
    height: 180px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.KzExp-idea-pool .erskI-nav-main {
    padding-top: 20px;
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.KzExp-idea-pool .erskI-nav-main h5 {
    letter-spacing: 0.5px;
}.KzExp-idea-pool .erskI-nav-main h5::after {
    height: 2px;
    left: 0;
    background: rgb(171,161,179);
    bottom: -5px;
    width: 30px;
    content: '';
    position: absolute;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.dFbDX-footer-subscribe {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
}.plqcd-pricing-wrapper {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}.plqcd-pricing-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
}.plqcd-pricing-wrapper .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.plqcd-pricing-wrapper .PYUEi-pricing-block {
    position: relative;
}.plqcd-pricing-wrapper .PYUEi-pricing-block::before {
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    left: -150px;
    top: -50px;
    background: radial-gradient(circle, rgb(207,198,212,0.5) 0%, transparent 70%);
    width: 300px;
    content: "";
    height: 300px;
    pointer-events: none;
}.plqcd-pricing-wrapper .PYUEi-pricing-block::after {
    width: 250px;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.15;
    bottom: -80px;
    position: absolute;
    content: "";
    height: 250px;
    right: -120px;
    background: radial-gradient(circle, rgb(171,161,179,0.5) 0%, transparent 70%);
}.plqcd-pricing-wrapper h2 {
    font-weight: 700;
    position: relative;
    transform: translateX(-5%);
    font-size: 37px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
}.plqcd-pricing-wrapper h2::after {
    width: 60%;
    bottom: -8px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(207,198,212) 0%, rgb(171,161,179) 100%);
    left: 0;
    content: "";
}.plqcd-pricing-wrapper .gyAnK-study-costs {
    transform: translateX(-3%);
    opacity: 0.9;
    font-size: calc(18px * 1.1);
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 80%;
}.plqcd-pricing-wrapper .VXdTx-discount-grid {
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.plqcd-pricing-wrapper .VXdTx-discount-grid li {
    transition: transform 0.4s ease;
    perspective: 1000px;
    transform-style: preserve-3d;
}.plqcd-pricing-wrapper .iqmIn-tuition-grid {
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
    color: #ffffff;
}.plqcd-pricing-wrapper .iqmIn-tuition-grid:hover {
    transform: translateY(-8px) scale(1.02);
}.plqcd-pricing-wrapper .NrtRT-learn-price {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    overflow: hidden;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 5px;
    height: 100%;
}.plqcd-pricing-wrapper .NrtRT-learn-price::before {
    background: linear-gradient(45deg, 
        rgb(207,198,212,0.5) 0%, 
        transparent 50%, 
        rgb(171,161,179,0.5) 100%);
    z-index: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    left: 0;
}.plqcd-pricing-wrapper .iqmIn-tuition-grid:hover .NrtRT-learn-price::before {
    opacity: 0.15;
}.plqcd-pricing-wrapper .UycRh-program-rate {
    z-index: 1;
    height: 100%;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 35px 30px;
}.plqcd-pricing-wrapper .UycRh-program-rate h4 {
    font-weight: 700;
    font-size: calc(23px * 1.2);
    position: relative;
    transition: color 0.3s ease;
    margin: 0 0 20px;
    color: #ffffff;
}.plqcd-pricing-wrapper .UycRh-program-rate h4::after {
    position: absolute;
    opacity: 0.8;
    left: -15px;
    top: 50%;
    content: "";
    background: linear-gradient(to bottom, rgb(207,198,212), rgb(171,161,179));
    height: 70%;
    transform: translateY(-50%);
    width: 5px;
    transition: all 0.3s ease;
}.plqcd-pricing-wrapper .iqmIn-tuition-grid:hover .UycRh-program-rate h4::after {
    height: 100%;
    opacity: 1;
}.plqcd-pricing-wrapper .UycRh-program-rate p {
    word-break: break-word;
    overflow-y: auto;
    font-size: 18px;
    max-height: 200px;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 25px;
    scrollbar-width: thin;
    color: rgba(255,255,255,0.8);
    scrollbar-color: rgb(207,198,212) rgba(255,255,255,0.1);
}.plqcd-pricing-wrapper .UycRh-program-rate p::-webkit-scrollbar {
    width: 5px;
}.plqcd-pricing-wrapper .UycRh-program-rate p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.plqcd-pricing-wrapper .UycRh-program-rate p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(207,198,212);
}.plqcd-pricing-wrapper .rlxbS-monthly-plan {
    position: relative;
    color: #ffffff;
    border-radius: 4px;
    padding: 5px 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    align-self: flex-start;
    display: inline-block;
    font-size: calc(23px * 1.3);
    background: linear-gradient(135deg, 
        rgb(207,198,212,0.5) 0%, 
        rgb(171,161,179,0.5) 100%);
    font-weight: 700;
    margin-top: auto;
}.plqcd-pricing-wrapper .iqmIn-tuition-grid:hover .rlxbS-monthly-plan {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

@media (max-width: 1200px) {.plqcd-pricing-wrapper {
    padding: 100px 0;
}.plqcd-pricing-wrapper .VXdTx-discount-grid {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.plqcd-pricing-wrapper h2 {
    transform: translateX(0);
}.plqcd-pricing-wrapper .gyAnK-study-costs {
    transform: translateX(0);
    max-width: 90%;
}
}

@media (max-width: 992px) {.plqcd-pricing-wrapper {
    padding: 80px 0;
}.plqcd-pricing-wrapper .VXdTx-discount-grid {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.plqcd-pricing-wrapper .UycRh-program-rate {
    padding: 25px 20px;
}.plqcd-pricing-wrapper .UycRh-program-rate p {
    max-height: 180px;
    font-size: calc(18px * 0.95);
}.plqcd-pricing-wrapper .rlxbS-monthly-plan {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 768px) {.plqcd-pricing-wrapper {
    padding: 70px 0;
}.plqcd-pricing-wrapper .VXdTx-discount-grid {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.plqcd-pricing-wrapper h2 {
    font-size: calc(37px * 0.9);
}.plqcd-pricing-wrapper .gyAnK-study-costs {
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.plqcd-pricing-wrapper {
    padding: 60px 0;
}.plqcd-pricing-wrapper .VXdTx-discount-grid {
    grid-template-columns: 1fr;
}.plqcd-pricing-wrapper h2 {
    display: block;
    text-align: center;
    font-size: calc(37px * 0.8);
}.plqcd-pricing-wrapper h2::after {
    left: 20%;
    width: 60%;
}.plqcd-pricing-wrapper .gyAnK-study-costs {
    text-align: center;
    margin-bottom: 30px;
}.plqcd-pricing-wrapper .UycRh-program-rate h4 {
    font-size: calc(23px * 1.1);
}.plqcd-pricing-wrapper .UycRh-program-rate p {
    max-height: 150px;
}.plqcd-pricing-wrapper .rlxbS-monthly-plan {
    font-size: calc(23px * 1.1);
}}.IuALw-cookie-warning-banner {
    position: fixed;
    z-index: 1000;
    width: 100%;
    animation: fadeInUp 0.5s ease-out;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    bottom: 0;
    border-top: 1px solid rgb(207,198,212);
    background-color: rgb(238,234,239);
    padding: 20px 0;
}.IuALw-cookie-warning-banner .sqLSV-cookie-panel {
    transform-origin: center;
    margin-right: 20px;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
}.IuALw-cookie-warning-banner .sqLSV-cookie-panel svg {
    height: 60px;
    fill: rgb(207,198,212);
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.IuALw-cookie-warning-banner .CUlZt-cookie-compl {
    flex-grow: 1;
}.IuALw-cookie-warning-banner .CUlZt-cookie-compl h5 {
    margin-bottom: 6px;
    font-size: 24px;
    color: rgb(207,198,212);
}.IuALw-cookie-warning-banner .CUlZt-cookie-compl p {
    color: #000000;
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}.IuALw-cookie-warning-banner .pIoAV-cookie-overlay {
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px 20px;
    margin-top: 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
    background-color: rgb(207,198,212);
    border-radius: 5px;
}.IuALw-cookie-warning-banner .pIoAV-cookie-overlay:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.IuALw-cookie-warning-banner .pIoAV-cookie-overlay:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.IuALw-cookie-warning-banner .sqLSV-cookie-panel {
    margin-right: 0;
    margin-bottom: 15px;
}.IuALw-cookie-warning-banner .pIoAV-cookie-overlay {
    width: 48%;
    margin-left: 0;
    text-align: center;
}}
#HBXsW-cookieWarningWindow {
    display: none;
}#HBXsW-cookieWarningWindow:checked ~ .IuALw-cookie-warning-banner {
    visibility: hidden;
    opacity: 0;
}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
    background: linear-gradient(90deg, rgb(171,161,179) 0%, rgb(207,198,212) 100%);
    margin-top: 0;
    padding: 0;
    overflow: visible;
}header::before {
    top: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    left: 0;
}header .XxjBu-top-sitewrap {
    padding: 1.2rem 2.5rem;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    z-index: 5;
}header .jrktn-top-class {
    flex: 0 0 auto;
    margin-right: 2rem;
    overflow: visible;
    padding: 0.5rem;
    position: relative;
}header .jrktn-top-class::before {
    right: -5px;
    border: 2px solid #ffffff;
    position: absolute;
    left: -5px;
    top: -5px;
    opacity: 0.1;
    bottom: -5px;
    transition: all 0.3s ease;
    content: '';
    transform: skew(-5deg);
    z-index: -1;
}header .jrktn-top-class::after {
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    top: -5px;
    right: -5px;
    position: absolute;
    opacity: 0;
    left: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    content: '';
    transform: skew(-5deg);
    bottom: -5px;
    z-index: -1;
}header .jrktn-top-class:hover::before {
    opacity: 0;
}header .jrktn-top-class:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .tewNB-nav-info {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .tewNB-nav-info:hover {
    transform: scale(1.05);
}header .tewNB-nav-info img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .erskI-nav-main {
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}header .DOXmC-head-skill {
    position: relative;
    margin: 0 0.4rem;
}header .DOXmC-head-skill a {
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1;
    font-size: 16px;
    overflow: hidden;
    display: flex;
    text-decoration: none;
    padding: 0 1.2rem;
    height: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
    align-items: center;
    position: relative;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: 0 0 5px #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .DOXmC-head-skill a::before {
    right: -2px;
    z-index: -1;
    background: #ffffff;
    top: -2px;
    transform: scale(0.9);
    transition: opacity 0.3s ease;
    opacity: 0;
    left: -2px;
    position: absolute;
    bottom: -2px;
    content: '';
}header .DOXmC-head-skill a:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-shadow: none;
    color: rgb(207,198,212);
    border-color: #ffffff;
    transform: translateY(-3px);
}header .DOXmC-head-skill a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .DOXmC-head-skill::after {
    content: '';
    height: 5px;
    filter: blur(3px);
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 80%;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    bottom: -10px;
    left: 10%;
}header .DOXmC-head-skill:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .XxjBu-top-sitewrap::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    position: absolute;
    height: 1px;
    content: '';
    left: 0;
    top: 0;
}header .XxjBu-top-sitewrap::after {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
}header .XIOYM-main-guide {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: rgb(238,234,239);
}

@media (min-width: 1400px) {header .XxjBu-top-sitewrap {
    margin: 0 auto;
    max-width: 1320px;
}header .DOXmC-head-skill {
    margin: 0 0.6rem;
}header .DOXmC-head-skill a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .XxjBu-top-sitewrap {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .jrktn-top-class {
    margin-right: 0;
    margin-bottom: 0;
}header .erskI-nav-main {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .DOXmC-head-skill a {
    height: 36px;
    font-size: calc(16px - 1px);
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .XxjBu-top-sitewrap {
    padding: 0.8rem 1.5rem;
}header .jrktn-top-class {
    max-width: 140px;
}header .jrktn-top-class::before, 
    header .jrktn-top-class::after {
    right: -3px;
    left: -3px;
    bottom: -3px;
    top: -3px;
}header .tewNB-nav-info img {
    max-height: 35px;
}header .erskI-nav-main {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    justify-content: flex-start;
    overflow-x: auto;
    margin-top: 0.8rem;
}header .erskI-nav-main::-webkit-scrollbar {
    height: 3px;
}header .erskI-nav-main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .DOXmC-head-skill {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .DOXmC-head-skill a {
    white-space: nowrap;
    padding: 0 0.8rem;
    height: 32px;
    font-size: calc(16px - 2px);
}header .DOXmC-head-skill::after {
    display: none;
}
}

@media (max-width: 479px) {header .XxjBu-top-sitewrap {
    padding: 0.7rem 1.2rem;
}header .jrktn-top-class {
    max-width: 120px;
}header .DOXmC-head-skill a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(16px - 3px);
}}.vCPtc-privacy-sanctuary {
    width: 100%;
    color: #000000;
    background: #ffffff;
    height: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 50px;
}.vCPtc-privacy-sanctuary h1 {
    font-weight: 700;
    color: rgb(207,198,212);
    border-bottom: 2px solid rgb(171,161,179);
    grid-column: span 2;
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    margin-top: 0;
    text-align: center;
}.vCPtc-privacy-sanctuary h2 {
    font-family: Arial, sans-serif;
    margin-top: 0;
    font-weight: 600;
    border-left: 4px solid rgb(207,198,212);
    color: rgb(171,161,179);
    text-align: left;
    font-size: 32px;
    margin-bottom: 15px;
    padding-left: 10px;
}.vCPtc-privacy-sanctuary h3, .vCPtc-privacy-sanctuary h4, .vCPtc-privacy-sanctuary h5 {
    font-size: 23px;
    color: #000000;
}.vCPtc-privacy-sanctuary ul {
    margin: 0;
    list-style-type: square;
    padding-left: 20px;
}.vCPtc-privacy-sanctuary li {
    background: rgb(171,161,179,0.5);
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.vCPtc-privacy-sanctuary div {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 28px;
    margin-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 15px;
    line-height: 1.8;
    font-size: 15px;
    background: rgb(207,198,212,0.5);
}.vCPtc-privacy-sanctuary p, .vCPtc-privacy-sanctuary span {
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {.vCPtc-privacy-sanctuary {
    gap: 20px;
    padding: 20px;
    grid-template-columns: 1fr;
}.vCPtc-privacy-sanctuary h1 {
    margin-bottom: 15px;
    font-size: calc(23px - 4px);
}.vCPtc-privacy-sanctuary h2 {
    margin-bottom: 10px;
    font-size: calc(23px - 2px);
}.vCPtc-privacy-sanctuary ul {
    padding-left: 15px;
}.vCPtc-privacy-sanctuary li {
    padding: 8px;
    margin-bottom: 8px;
}.vCPtc-privacy-sanctuary div {
    padding: 10px;
}
}