header,footer {
    width: 100%;
}

header {
    background: rgb(177,173,194,0.5);
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    left: 0;
    position: fixed;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
}

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

.main-navbar-tKP {
    flex: 1 0 auto;
}

.wrapper-structure-wXu {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}

.program-structure-URX::before {
    height: 400px;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(177,173,194,0.5) 0%, rgb(135,127,173,0.5) 100%);
    opacity: 0.1;
    border-radius: 50%;
    right: -150px;
    filter: blur(100px);
    top: -150px;
    position: absolute;
    width: 400px;
}

.program-structure-URX .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.program-structure-URX h2::after {
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
    bottom: -15px;
    left: 0;
    animation: expandWidth 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(177,173,194) 0%, rgb(135,127,173) 100%);
    transform-origin: left;
}

.program-structure-URX .img-container-iHt {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-3deg);
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    height: 350px;
}

.program-structure-URX .img-container-iHt:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}

.program-structure-URX .description {
    line-height: 1.8;
    color: #000000;
    padding-left: 20px;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 400;
    border-left: 1px solid rgb(135,127,173,0.5);
    font-size: 13px;
    margin: 0;
}

.program-structure-URX .description:first-of-type::before {
    height: 10px;
    opacity: 0;
    content: "";
    transform: scale(0);
    border-radius: 50%;
    position: absolute;
    left: -5px;
    width: 10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    top: 0;
    background-color: rgb(135,127,173);
}

.get-in-touch-IKw::before {
    position: absolute;
    left: 0;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgb(135,127,173,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(177,173,194,0.5) 0%, transparent 40%);
    z-index: 0;
    top: 0;
    animation: pulse 15s infinite alternate;
    width: 100%;
    height: 100%;
}

.get-in-touch-IKw .img-container-iHt {
    left: 0;
    top: 0;
    opacity: 0.2;
    filter: grayscale(40%) contrast(120%);
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
}

.get-in-touch-IKw .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
}

.get-in-touch-IKw h3::after {
    width: 80px;
    content: '';
    bottom: -10px;
    border-radius: 10px;
    left: 50%;
    background: rgb(177,173,194);
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
}

.get-in-touch-IKw .support-message-ApM {
    display: flex;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    flex-wrap: wrap;
}

.get-in-touch-IKw .inquiry-info-NOx {
    overflow: hidden;
    flex: 1 1 60%;
    position: relative;
    padding: 40px;
}

.get-in-touch-IKw .inquiry-info-NOx::before {
    position: absolute;
    left: 0;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    width: 100%;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    content: '';
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    z-index: 0;
    opacity: 0.3;
    height: 100%;
    top: 0;
}

.get-in-touch-IKw .inquiry-info-NOx input[type="text"]:focus,
.get-in-touch-IKw .inquiry-info-NOx textarea:focus {
    box-shadow: 0 0 0 3px rgb(177,173,194,0.5);
    background-color: #ffffff;
    outline: none;
    border-color: rgb(177,173,194);
}

.get-in-touch-IKw .inquiry-info-NOx .contact-message-vSg input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.get-in-touch-IKw .inquiry-info-NOx .contact-message-vSg label::before {
    transition: all 0.3s ease;
    width: 22px;
    content: '';
    background-color: rgba(0, 0, 0, 0.02);
    height: 22px;
    position: absolute;
    top: 2px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
}

.get-in-touch-IKw .inquiry-info-NOx .contact-message-vSg input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    width: 8px;
    top: 9px;
    left: 7px;
    border-left: 2px solid #ffffff;
    height: 4px;
}

.get-in-touch-IKw .inquiry-info-NOx .help-request-qSM {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(177,173,194) 0%, rgb(135,127,173) 100%);
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    padding: 15px 30px;
}

.get-in-touch-IKw .contact-inquiry-PRl {
    background: linear-gradient(135deg, rgb(135,127,173) 0%, rgb(177,173,194) 100%);
    overflow: hidden;
    flex: 1 1 40%;
    padding: 40px;
    position: relative;
}

.get-in-touch-IKw .contact-inquiry-PRl h4 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.get-in-touch-IKw .contact-inquiry-PRl h4::after {
    content: '';
    width: 60px;
    position: absolute;
    background: #ffffff;
    height: 3px;
    border-radius: 10px;
    left: 0;
    bottom: -10px;
}

.get-in-touch-IKw .contact-inquiry-PRl .connect-links-fuK li {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}

.get-in-touch-IKw .contact-inquiry-PRl .connect-links-fuK li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.get-in-touch-IKw .contact-inquiry-PRl .connect-links-fuK li span {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
}

.get-in-touch-IKw .contact-inquiry-PRl .connect-links-fuK li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

.tyNote-pIc::before {
    opacity: 0.6;
    z-index: 1;
    top: 0;
    animation: constellation 20s infinite linear;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.1) 1px, transparent 1px);
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background-size: 40px 40px;
    content: "";
}

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

.tyNote-pIc .skills-center-BvT:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 1px 0 rgba(255,255,255,0.15) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.tyNote-pIc .skills-center-BvT > div:first-child {
    align-items: center;
    position: relative;
    display: flex;
    padding-left: 25px;
}

.tyNote-pIc .skills-center-BvT > div:first-child::before {
    height: 2px;
    position: absolute;
    left: 0;
    width: 15px;
    top: 50%;
    transition: width 0.3s ease;
    background: rgb(135,127,173);
    content: "";
    transform: translateY(-50%);
}

.tyNote-pIc p {
    transform: translateY(20px);
    opacity: 0;
    font-weight: 400;
    animation: fadeSlideIn 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.tyNote-pIc a {
    transition: transform 0.3s ease;
    color: inherit;
    padding: 0.5rem 0;
    text-decoration: none;
    display: block;
    position: relative;
}

.tyNote-pIc a:hover {
    transform: translateX(5px);
}

.tyNote-pIc a:hover::after {
    width: 100%;
}

footer {
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}

.quiz-links-dfM::before {
    top: 0;
    position: absolute;
    animation: shimmer 8s linear infinite;
    height: 1px;
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(177,173,194) 25%, 
                #ffffff 50%, 
                rgb(135,127,173) 75%, 
                transparent 100%);
}

.quiz-links-dfM .company_holder {
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 1 350px;
    margin-right: 2rem;
    border-radius: 15px;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.quiz-links-dfM .company_holder h3::after {
    width: 100%;
    bottom: -8px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform 0.5s ease;
    transform-origin: left;
    background: linear-gradient(to right, rgb(177,173,194), rgb(135,127,173));
    transform: scaleX(0.3);
    content: "";
}

.quiz-links-dfM .nav-begin-hHw {
    flex-wrap: wrap;
    gap: 1.5rem;
    display: flex;
}

.quiz-links-dfM .main-head-gtN {
    overflow: hidden;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    flex: 1 1 200px;
    padding: 1.5rem;
    position: relative;
    backdrop-filter: blur(10px);
}

.quiz-links-dfM .main-head-gtN:hover h5::before {
    width: 100%;
}

.quiz-links-dfM .main-head-gtN .nav-begin-hHw {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}

.quiz-links-dfM .main-head-gtN a::before {
    content: "";
    transition: width 0.3s ease;
    z-index: -1;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 0;
    background: linear-gradient(to right, rgb(177,173,194), rgb(135,127,173));
    height: 1px;
}

.quiz-links-dfM .main-head-gtN a:hover::before {
    width: 100%;
}

.rating-stars-BXp {
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(15px);
    padding: 1.5rem 0;
}

.rating-stars-BXp .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-stars-BXp .mod-tools-BsE {
    font-size: 12px;
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.1);
}

.quiz-links-dfM .nav-begin-hHw a:hover::after {
    transform: translateY(-50%) scale(1);
}

.quiz-links-dfM .pledge-block-exB::before {
    height: 0;
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    top: -10px;
    position: absolute;
    left: -10px;
    width: 0;
    content: "";
}

.quiz-links-dfM .company_holder:hover .pledge-block-exB::before {
    border-top-color: rgb(177,173,194,0.5);
    height: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    width: calc(100% + 20px);
    border-right-color: rgb(177,173,194,0.5);
}

.operation-process-Fmc {
    overflow: hidden;
    padding: 6rem 2rem;
    min-height: 70vh;
    background: rgb(219,216,223);
    display: flex;
    position: relative;
    align-items: center;
}

.operation-process-Fmc::after {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(177,173,194,0.5) 49%, rgb(177,173,194,0.5) 51%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(135deg, transparent 48%, rgb(135,127,173,0.5) 49%, rgb(135,127,173,0.5) 51%, transparent 52%) 0 0 / 30px 30px;
    height: 100%;
    position: absolute;
    content: '';
}

.operation-process-Fmc .text-field-Jko {
    transition: all 0.4s ease;
    width: 80%;
    border-radius: 22px;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.15),
        -12px -12px 24px rgba(255, 255, 255, 0.8);
    max-width: 800px;
    padding: 3.5rem;
    background: rgb(219,216,223);
    position: relative;
}



.operation-process-Fmc .text-field-Jko::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(135,127,173,0.5), rgb(177,173,194,0.5));
    content: '';
    animation: pulse 5s infinite alternate-reverse;
    z-index: -1;
    width: 40px;
    height: 40px;
    left: 20px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    bottom: 20px;
}

.operation-process-Fmc h2::before {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgb(177,173,194,0.5) 0%, rgb(135,127,173) 50%, rgb(177,173,194,0.5) 100%);
    left: 0;
    position: absolute;
    border-radius: 10px;
    height: 5px;
    content: '';
    bottom: -10px;
}

.operation-process-Fmc p {
    color: #000000;
    margin-top: 1.5rem;
    line-height: 1.8;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    background: rgb(219,216,223);
    box-shadow: 
        inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    padding: 1rem;
}

.developer-experience-nis {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgb(177,173,194,0.5) 100%);
    padding: 60px 30px;
}

.developer-experience-nis::after {
    content: "";
    background: rgb(177,173,194,0.5);
    animation: float 6s ease-in-out infinite reverse;
    height: 150px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    filter: blur(30px);
    bottom: -30px;
    width: 150px;
    left: -30px;
}

.developer-experience-nis .learning-stories-jmK:hover {
    transform: rotate(0deg) scale(1.02);
}

.developer-experience-nis .learning-stories-jmK:hover .img-container-iHt {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(135,127,173);
}

.developer-experience-nis .work-items-DQH {
    flex-direction: column;
    background: #ffffff;
    transition: all 0.4s ease;
    flex: 1;
    min-width: 280px;
    border-radius: 15px;
    display: flex;
    position: relative;
    transform: translateX(-30px) rotate(3deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    justify-content: center;
    padding: 30px;
}

.developer-experience-nis .name::after {
    background: linear-gradient(90deg, rgb(135,127,173) 0%, transparent 100%);
    position: absolute;
    height: 4px;
    content: "";
    border-radius: 2px;
    bottom: 0;
    width: 60px;
    left: 0;
}

.developer-experience-nis .job-profile-XIw {
    line-height: 1.6;
    color: #000000;
    position: relative;
    padding-left: 20px;
    font-size: calc(14px + 2px);
    font-style: italic;
    border-left: 3px solid rgb(135,127,173,0.5);
}

.consentWarningDialog-IcH {
    border-radius: 19px;
    left: 50%;
    font-family: Arial, sans-serif;
    z-index: 1050;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    position: fixed;
    max-width: 500px;
    background: #ffffff;
    transform: translateX(-50%);
    overflow: hidden;
    bottom: 20px;
    width: 90%;
}

.consentWarningDialog-IcH p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
}

.cookie-view-qvm {
    padding: 10px 20px;
    font-size: 19px;
    background: rgb(177,173,194);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    transition: background 0.3s ease-in-out;
    color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: calc(50% - 10px);
}

.consentWarningDialog-IcH p a:hover {
    color: rgb(135,127,173);
}

header:before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    left: 0;
    content: '';
    width: 100%;
    animation: shimmer 8s infinite linear;
    top: 0;
    position: absolute;
    pointer-events: none;
    height: 100%;
}

header .nav-class-xEL {
    position: relative;
    overflow: hidden;
}

header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 16px 25px;
}

header .container:before {
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    opacity: 0.5;
    content: '';
    bottom: -1px;
    left: 0;
    height: 1px;
    position: absolute;
}

header .main-head-gtN {
    align-items: center;
    display: flex;
    gap: 35px;
    position: relative;
}

header .main-head-gtN:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}

header .top-header-LuV {
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 5px 0;
}

header .top-header-LuV:after {
    background: linear-gradient(
        180deg,
        transparent,
        rgb(177,173,194,0.5),
        transparent
    );
    transform: scaleY(0);
    width: 100%;
    z-index: -1;
    transition: all 0.3s ease;
    height: 100%;
    top: 0;
    opacity: 0;
    left: 0;
    position: absolute;
    content: '';
}

header .top-header-LuV:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

header .nav-base-QEu {
    align-items: center;
    padding: 5px;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
}

header .nav-base-QEu:after {
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%;
    content: '';
    transition: all 0.3s ease;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(177,173,194),
        transparent
    ) 1;
    border: 1px solid transparent;
    top: 0;
    left: 0;
}

header .nav-base-QEu svg {
    filter: drop-shadow(0 0 3px rgb(177,173,194,0.5));
    width: auto;
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.opening-board-pJZ .course-front-zfu {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
}

.opening-board-pJZ .course-front-zfu {
    height: 80vh;
}

.opening-board-pJZ .course-front-zfu::after {
    height: 100%;
    content: "";
    z-index: 2;
    top: 0;
    background: radial-gradient(
    circle at 70% 30%,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 70%
  );
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
}

.opening-board-pJZ .skill-philo-oIV::before {
    right: -2px;
    position: absolute;
    z-index: -1;
    bottom: -2px;
    opacity: 0.3;
    top: -2px;
    transform: translateZ(-10px);
    content: "";
    left: -2px;
    filter: blur(8px);
    background: linear-gradient(
    90deg,
    transparent,
    rgb(177,173,194),
    rgb(135,127,173),
    transparent
  );
}

.opening-board-pJZ .skill-philo-oIV h1 {
    color: #ffffff;
    position: relative;
    font-size: 41px;
    margin: 0 0 1.5rem;
    opacity: 0;
    transform: translateY(-5px);
    animation: slideUp 0.8s ease-out 0.3s forwards;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.opening-board-pJZ .skill-philo-oIV h1 {
    font-size: calc(41px - 0.6rem);
    margin-bottom: 1rem;
}

.opening-board-pJZ .skill-philo-oIV h3 {
    margin: 0 0 1.5rem;
    max-width: 90%;
    line-height: 1.5;
    opacity: 0;
    font-size: calc(23px + 0.1rem);
    animation: slideUp 0.8s ease-out 0.6s forwards;
    font-weight: 600;
    transform: translateY(-5px);
    color: #ffffff;
}

.opening-board-pJZ .skill-philo-oIV h3 {
    margin-bottom: 1rem;
    font-size: calc(23px - 0.2rem);
}

.opening-board-pJZ .skill-philo-oIV p::before {
    left: 0;
    height: 2px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 10px;
    background: rgb(135,127,173);
}

.opening-board-pJZ .skill-philo-oIV p::before {
    width: 8px;
}

.pricing-suite-vUS::after {
    content: "";
    position: absolute;
    bottom: -50px;
    background: rgb(135,127,173,0.5);
    height: 250px;
    left: -50px;
    filter: blur(60px);
    width: 250px;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
}

.pricing-suite-vUS .program-price-kBp {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.pricing-suite-vUS .package-deal-gfi h2 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 36px;
}

.pricing-suite-vUS .discount-grid-GPm {
    font-size: 12px;
    margin-bottom: 0;
    opacity: 0.85;
    color: #000000;
    line-height: 1.6;
}

.pricing-suite-vUS .cost-fee-Ycg {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    gap: 30px;
}

.pricing-suite-vUS .study-fees-lmR:hover {
    transform: translateY(-10px) scale(1.02);
}

.pricing-suite-vUS .group-rates-xLf {
    transform-style: preserve-3d;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    transition: box-shadow 0.4s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    border-radius: 10px;
    position: relative;
}

.pricing-suite-vUS .cert-fees-uHY::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 5px;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(177,173,194), rgb(135,127,173));
    transform: scaleX(0);
    transform-origin: left;
    right: 0;
}

.pricing-suite-vUS .study-fees-lmR:hover .cert-fees-uHY h3 {
    color: rgb(177,173,194);
    transform: translateX(5px);
}

.pricing-suite-vUS .price-opts-Ijy::before {
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    width: 40px;
    bottom: -8px;
    height: 2px;
    background: rgb(135,127,173,0.5);
    left: 0;
}

.pricing-suite-vUS .study-fees-lmR:hover .price-opts-Ijy::before {
    width: 80px;
}

.pricing-suite-vUS .img-container-iHt {
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: translateZ(-10px);
    overflow: hidden;
    position: relative;
    height: 200px;
}

.pricing-suite-vUS .img-container-iHt::after {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    transition: opacity 0.5s ease;
    inset: 0;
    opacity: 0.6;
}

.pricing-suite-vUS .study-fees-lmR::after {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 100%;
    content: "";
    filter: blur(10px);
    background: rgb(177,173,194,0.5);
    border-radius: 50%;
    height: 15px;
    right: 30px;
    transition: opacity 0.4s ease;
    left: 30px;
}

.confidential-hearth-KYw h1 {
    color: rgb(177,173,194);
    border-bottom: 3px solid rgb(135,127,173);
    padding-bottom: 10px;
    font-weight: 700;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 39px;
}

.confidential-hearth-KYw ul, .confidential-hearth-KYw ol {
    list-style: none;
    font-size: 14px;
    margin: 20px 0;
    border-bottom: 2px solid #000000;
    text-align: left;
    color: #000000;
    border-top: 2px solid #000000;
    width: 100%;
    padding: 0;
    font-family: Arial, sans-serif;
}

.our-mission-eBr {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.our-mission-eBr::before {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(135,127,173,0.5), rgba(0, 0, 0, 0.5) 80%);
    bottom: 0;
    content: "";
    top: 0;
}

.our-mission-eBr .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    position: relative;
}

.our-mission-eBr .text-field-Jko::before {
    left: 0;
    width: 6px;
    top: 0;
    transform-origin: center;
    background: rgb(177,173,194);
    transform: scaleY(0.8);
    transition: transform 0.5s ease-out;
    content: "";
    height: 100%;
    position: absolute;
}

.our-mission-eBr .text-field-Jko > div:first-child {
    position: relative;
    margin-bottom: 16px;
}

.our-mission-eBr .text-field-Jko:hover h5 {
    transform: translateX(10px);
}

.our-mission-eBr .text-field-Jko h5::after {
    left: 0;
    content: "";
    bottom: -8px;
    background: rgb(135,127,173);
    height: 2px;
    position: absolute;
    transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    width: 0;
}

.our-mission-eBr .text-field-Jko > div:nth-child(2) {
    margin-bottom: 24px;
}

.our-mission-eBr .text-field-Jko > div:nth-child(2) p b {
    z-index: 1;
    position: relative;
    font-weight: 700;
}

.our-mission-eBr .text-field-Jko > div:nth-child(2) p b::after {
    left: -5%;
    background-color: rgb(135,127,173,0.5);
    bottom: 0;
    transform: skewX(-10deg);
    content: "";
    transition: height 0.3s ease-out;
    position: absolute;
    z-index: -1;
    width: 110%;
    height: 35%;
}

.our-mission-eBr .text-field-Jko ol li::first-line {
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #000000;
}

.our-mission-eBr .text-field-Jko ol li::first-letter {
    font-size: 2.5em;
    line-height: 0.8;
    font-weight: 700;
    color: rgb(177,173,194);
    float: left;
    padding-right: 10px;
    margin-top: 6px;
}



@media (min-width: 768px) {.program-structure-URX .learn-tools-yNd {
    grid-template-columns: 1fr 1.6fr;
    align-items: start;
    gap: 60px;
}.program-structure-URX .img-container-iHt {
    height: 450px;
}.program-structure-URX h2 {
    max-width: 80%;
    font-size: calc(37px * 1.1);
}.program-structure-URX h2::after {
    width: 120px;
}
}



@media (min-width: 1200px) {.program-structure-URX {
    padding: 180px 0;
}.program-structure-URX .container {
    padding: 0 60px;
}.program-structure-URX .learn-tools-yNd {
    gap: 100px;
    grid-template-columns: 0.9fr 1.5fr;
}.program-structure-URX h2 {
    max-width: 70%;
}.program-structure-URX .description:first-of-type {
    margin-bottom: 40px;
}
}



@media (max-width: 480px) {.program-structure-URX {
    padding: 60px 0;
}.program-structure-URX h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.program-structure-URX .img-container-iHt {
    height: 200px;
}.program-structure-URX .text-field-Jko {
    gap: 20px;
}.program-structure-URX .description {
    font-size: calc(13px * 0.9);
    padding-left: 12px;
    line-height: 1.6;
}}



@media (max-width: 768px) {.get-in-touch-IKw {
    padding: 40px 0;
}.get-in-touch-IKw h3 {
    font-size: calc(35px - 4px);
    margin-bottom: 30px;
}.get-in-touch-IKw .inquiry-info-NOx h3,
    .get-in-touch-IKw .contact-inquiry-PRl h4 {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}.get-in-touch-IKw .inquiry-info-NOx input[type="text"],
    .get-in-touch-IKw .inquiry-info-NOx textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.get-in-touch-IKw .inquiry-info-NOx textarea {
    height: 100px;
}.get-in-touch-IKw .inquiry-info-NOx .help-request-qSM {
    font-size: calc(14px - 1px);
    padding: 12px 25px;
}.get-in-touch-IKw .contact-inquiry-PRl .connect-links-fuK li {
    margin-bottom: 20px;
}.get-in-touch-IKw .contact-inquiry-PRl .connect-links-fuK li svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}



@media (min-width: 992px) {.tyNote-pIc {
    padding: 8rem 0;
}.tyNote-pIc .skills-center-BvT {
    padding: 6rem 5rem;
    margin-left: 8rem;
    gap: 3rem;
}.tyNote-pIc h5 {
    font-size: calc(22px * 1.2);
}.tyNote-pIc p {
    font-size: calc(17px * 1.05);
    max-width: 80%;
}
}



@media (max-width: 480px) {.tyNote-pIc {
    padding: 3rem 0;
}.tyNote-pIc .skills-center-BvT {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.tyNote-pIc h5 {
    font-size: calc(22px * 0.85);
}.tyNote-pIc p {
    font-size: calc(17px * 0.95);
}.tyNote-pIc .skills-center-BvT > div:first-child {
    padding-left: 20px;
}}



@media (max-width: 768px) {.quiz-links-dfM {
    padding: 3rem 0 1.5rem;
}.quiz-links-dfM::before {
    height: 2px;
}.quiz-links-dfM .company_holder {
    padding: 1.25rem;
}.quiz-links-dfM .main-head-gtN {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.quiz-links-dfM .carbon-cta-MdN .nav-begin-hHw {
    flex-direction: column;
}.rating-stars-BXp {
    padding: 1.25rem 0;
}.rating-stars-BXp::before {
    height: 2px;
}
}



@media (max-width: 992px) {.operation-process-Fmc {
    padding: 4rem 1.5rem;
}.operation-process-Fmc .text-field-Jko {
    padding: 2.5rem;
    width: 90%;
}.operation-process-Fmc h2 {
    font-size: calc(30px * 0.9);
}.operation-process-Fmc p {
    padding: 0.8rem;
}
}



@media (max-width: 768px) {.operation-process-Fmc {
    padding: 3rem 1rem;
    min-height: auto;
}.operation-process-Fmc .text-field-Jko {
    padding: 2rem;
    width: 100%;
}.operation-process-Fmc h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.8);
}.operation-process-Fmc p {
    font-size: calc(18px * 0.95);
    padding: 0.6rem;
}.operation-process-Fmc .text-field-Jko::before {
    height: 40px;
    top: 15px;
    right: 15px;
    width: 40px;
}.operation-process-Fmc .text-field-Jko::after {
    width: 30px;
    height: 30px;
    bottom: 15px;
    left: 15px;
}
}



@media (max-width: 991px) {.developer-experience-nis {
    padding: 40px 20px;
}.developer-experience-nis .learning-stories-jmK {
    flex-direction: column;
    gap: 20px;
}.developer-experience-nis .img-container-iHt {
    margin: 0 auto;
    height: 280px;
    width: 220px;
    transform: translateY(0) rotate(-3deg);
}.developer-experience-nis .work-items-DQH {
    transform: translateX(0) rotate(0);
    margin-top: -30px;
}.developer-experience-nis .learning-stories-jmK:hover .img-container-iHt {
    transform: translateY(-10px) rotate(0);
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav-base-QEu svg {
    height: 35px;
}}



@media (max-width: 1200px) {.opening-board-pJZ .skill-philo-oIV {
    padding: 2.5rem;
    max-width: 90%;
}.opening-board-pJZ .skill-philo-oIV h1 {
    font-size: calc(41px - 0.2rem);
}.opening-board-pJZ .skill-philo-oIV h3 {
    max-width: 100%;
    font-size: 23px;
}
}



@media (max-width: 992px) {.opening-board-pJZ .course-front-zfu {
    height: 90vh;
}.opening-board-pJZ .skill-philo-oIV {
    max-width: 95%;
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.opening-board-pJZ .skill-philo-oIV h1 {
    font-size: calc(41px - 0.4rem);
    margin-bottom: 1.2rem;
}.opening-board-pJZ .skill-philo-oIV h3 {
    margin-bottom: 1.2rem;
    font-size: calc(23px - 0.1rem);
}
}



@media (max-width: 576px) {.opening-board-pJZ .course-front-zfu {
    height: 70vh;
}.opening-board-pJZ .skill-philo-oIV {
    margin: 0 1rem;
    padding: 1.5rem;
    max-width: 100%;
}.opening-board-pJZ .skill-philo-oIV h1 {
    font-size: calc(41px - 0.8rem);
    margin-bottom: 0.8rem;
}.opening-board-pJZ .skill-philo-oIV h3 {
    margin-bottom: 0.8rem;
    font-size: calc(23px - 0.3rem);
}.opening-board-pJZ .skill-philo-oIV p {
    font-size: calc(13px - 0.2rem);
}
}



@media (min-width: 1200px) {.pricing-suite-vUS .cost-fee-Ycg {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing-suite-vUS .cert-fees-uHY {
    padding: 35px;
}.pricing-suite-vUS .img-container-iHt {
    height: 220px;
}
}



@media (max-width: 767px) {.pricing-suite-vUS {
    padding: 60px 0;
}.pricing-suite-vUS .cost-fee-Ycg {
    grid-template-columns: 1fr;
    gap: 25px;
}.pricing-suite-vUS .package-deal-gfi h2 {
    font-size: calc(36px - 4px);
}.pricing-suite-vUS .img-container-iHt {
    height: 180px;
}.pricing-suite-vUS .cert-fees-uHY {
    padding: 25px;
}
}



@media only screen and (max-width: 800px) {.confidential-hearth-KYw {
    border-radius: 10px;
    padding: 30px;
}.confidential-hearth-KYw h1 {
    font-size: calc(23px - 5px);
}.confidential-hearth-KYw h2 {
    font-size: calc(23px - 3px);
}.confidential-hearth-KYw ul, .confidential-hearth-KYw ol {
    margin: 15px 0;
}.confidential-hearth-KYw li {
    padding: 8px 0;
}.confidential-hearth-KYw p, .confidential-hearth-KYw span, .confidential-hearth-KYw div {
    margin-bottom: 15px;
}}



@media (max-width: 767px) {.our-mission-eBr {
    padding: 60px 0;
}.our-mission-eBr .text-field-Jko {
    padding: 30px 25px;
}.our-mission-eBr .text-field-Jko::before {
    width: 4px;
}.our-mission-eBr .text-field-Jko > div:first-child {
    margin-bottom: 12px;
}.our-mission-eBr .text-field-Jko > div:nth-child(2) {
    margin-bottom: 20px;
}.our-mission-eBr .text-field-Jko > div:nth-child(2) p {
    font-size: calc(14px * 1.3);
}.our-mission-eBr .text-field-Jko ol li {
    column-count: 1;
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}.our-mission-eBr .text-field-Jko ol li::first-letter {
    margin-top: 4px;
    font-size: 2em;
}
}



@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
    100% {
        transform: scale(0.95);
        opacity: 0.05;
    }
}



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



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



@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}



@keyframes constellation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100px 100px;
    }
}



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



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}



@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}



@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes floatEffect {
  0%, 100% {
    transform: perspective(1000px) rotateX(2deg) translateY(0);
  }
  50% {
    transform: perspective(1000px) rotateX(2deg) translateY(-10px);
  }
}

