﻿header,footer {
    width: 100%;
}

header {
    overflow: visible;
    padding: 0;
    background: linear-gradient(90deg, rgb(158,149,176) 0%, rgb(192,186,206) 100%);
    margin-top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    z-index: 100;
    position: relative;
}

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

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

html {
    scrollbar-width: thin;
    scrollbar-color: rgb(192,186,206) #ffffff;
}


.thanksField-YvX {
    position: relative;
    box-shadow: 
        inset 12px 12px 24px rgba(255, 255, 255, 0.8),
        inset -12px -12px 24px rgba(70, 70, 80, 0.05);
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(224,222,230), #f8f9fd);
    overflow: hidden;
}

.thanksField-YvX::after {
    bottom: -10%;
    width: 30%;
    z-index: 0;
    position: absolute;
    height: 60%;
    left: -5%;
    background: linear-gradient(220deg, rgb(158,149,176,0.5), rgb(192,186,206,0.5));
    transform: rotate(20deg);
    pointer-events: none;
    opacity: 0.15;
    filter: blur(70px);
    content: "";
}

.thanksField-YvX h2::after {
    transform: translateX(-50%);
    height: 3px;
    border-radius: 10px;
    position: absolute;
    width: 80px;
    bottom: -0.8rem;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(192,186,206), rgb(158,149,176));
}

.thanksField-YvX .study-training-Dli::before {
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(192,186,206,0.5), 0.03) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(158,149,176,0.5), 0.03) 0%, transparent 30%);
    content: "";
    border-radius: inherit;
    left: 0;
    height: 100%;
    z-index: -1;
}

.thanksField-YvX li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.thanksField-YvX li::before {
    position: absolute;
    left: 0;
    transform: scale(0);
    animation: scaleIn 0.4s ease-out 0.8s forwards;
    border-radius: 50%;
    content: "";
    height: 8px;
    top: 0.6rem;
    width: 8px;
    background: linear-gradient(135deg, rgb(192,186,206), rgb(158,149,176));
}

.welcome-VlC > div {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.welcome-VlC .story-info-FDG::before {
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(192,186,206), rgb(158,149,176));
    left: 0;
    height: 5px;
    bottom: -15px;
    content: "";
}

.welcome-VlC .tech-master-NiO {
    overflow: hidden;
    padding: 60px 40px;
    border-radius: 28px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}

.welcome-VlC .tech-master-NiO > div {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.welcome-VlC .tech-master-NiO:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.welcome-VlC .tech-master-NiO h3 {
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
    line-height: 1.4;
    animation: fadeInUp 0.8s ease-out forwards 0.4s;
    font-weight: 600;
    transform: translateY(20px);
    opacity: 0;
    font-size: 37px;
}

.plan-deal-VZn {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.plan-deal-VZn .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.plan-deal-VZn .cost-summary-hVB {
    position: relative;
}

.plan-deal-VZn h2::after {
    width: 80px;
    left: 50%;
    height: 4px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(192,186,206), rgb(158,149,176));
    transform: translateX(-50%);
    position: absolute;
    content: "";
}

.plan-deal-VZn .study-fees-hKJ {
    padding: 0;
    gap: 30px;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.plan-deal-VZn .study-fees-hKJ li {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.plan-deal-VZn .learning-deals-TbX {
    flex-direction: column;
    position: relative;
    height: 100%;
    backdrop-filter: blur(10px);
    overflow: hidden;
    min-height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    border-radius: 10px;
    display: flex;
    background: rgba(255, 255, 255, 0.95);
}

.plan-deal-VZn .indv-sub-PsT {
    flex-direction: column;
    z-index: 2;
    padding: 30px;
    display: flex;
    position: relative;
    flex: 1;
}

.plan-deal-VZn .cert-fees-obp h4::after {
    left: 0;
    position: absolute;
    width: 40px;
    background-color: rgb(192,186,206);
    content: "";
    transition: width 0.4s ease;
    height: 3px;
    bottom: 0;
}

.plan-deal-VZn .learn-deals-wFP {
    transform: translateY(0);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    align-items: center;
    color: #000000;
    justify-content: center;
    align-self: flex-start;
    font-size: calc(24px + 4px);
    border-radius: 10px;
    margin-top: auto;
    font-weight: 700;
    transition: transform 0.4s ease, color 0.3s ease;
    display: inline-flex;
    padding: 10px 20px;
}

.plan-deal-VZn .cert-fees-obp:hover .learn-deals-wFP {
    transform: translateY(-5px);
    color: rgb(192,186,206);
}

.program-results-jQw {
    position: relative;
    background: linear-gradient(135deg, rgb(224,222,230) 0%, #ffffff 100%);
    padding: 120px 0 140px;
    overflow: hidden;
}

.program-results-jQw::after {
    transform: rotate(25deg);
    bottom: -40px;
    filter: blur(80px);
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    content: "";
    height: 200px;
    background: rgb(158,149,176,0.5);
    right: -60px;
    width: 200px;
}

.program-results-jQw h5:hover {
    transform: translateY(-5px);
}

.program-results-jQw h5::after {
    background: linear-gradient(90deg, rgb(192,186,206) 0%, rgb(158,149,176) 100%);
    content: "";
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
}

.program-results-jQw .study-training-Dli:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(2deg);
}

.program-results-jQw .study-training-Dli > div:first-child {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.program-results-jQw .icon-image-Vud {
    transform: scale(1);
    object-fit: cover;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: auto;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
}

.program-results-jQw .text-capsule-UCS {
    width: 100%;
}

.program-results-jQw .text-capsule-UCS li {
    padding-left: 40px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(0);
    position: relative;
    opacity: 0.95;
}

.program-results-jQw .text-capsule-UCS li p {
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
    position: relative;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin: 0;
}

.program-results-jQw .text-capsule-UCS li:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.program-results-jQw .text-capsule-UCS li:hover svg path {
    fill: rgb(158,149,176);
}

.program-results-jQw .text-capsule-UCS li:nth-child(even) {
    border-right: 2px solid rgba(var(--secondary-color-rgb), 0.1);
    padding-right: 15px;
}

.program-results-jQw .text-capsule-UCS li:hover::before {
    width: 100%;
}

header::before {
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
}

header .header-wrap-jRU {
    overflow: visible;
    flex: 0 0 auto;
    padding: 0.5rem;
    position: relative;
    margin-right: 2rem;
}

header .header-wrap-jRU::after {
    top: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    opacity: 0;
    position: absolute;
    right: -5px;
    left: -5px;
    content: '';
    transform: skew(-5deg);
    z-index: -1;
    border: 2px solid #ffffff;
    bottom: -5px;
    transition: all 0.3s ease;
}

header .top-master-TgF:hover {
    transform: scale(1.05);
}

header .top-master-TgF img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .top-page-FsJ {
    position: relative;
    margin: 0 0.4rem;
}

header .top-page-FsJ a::before {
    transition: opacity 0.3s ease;
    background: #ffffff;
    z-index: -1;
    left: -2px;
    opacity: 0;
    top: -2px;
    content: '';
    transform: scale(0.9);
    position: absolute;
    right: -2px;
    bottom: -2px;
}

header .top-page-FsJ a:hover {
    transform: translateY(-3px);
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-shadow: none;
    color: rgb(192,186,206);
}

header .top-page-FsJ::after {
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: -10px;
    height: 5px;
    filter: blur(3px);
    left: 10%;
    opacity: 0;
    transition: all 0.3s ease;
    width: 80%;
    position: absolute;
}

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

.teacher-profile-zrx::before {
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.1;
    top: 0;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(192,186,206,0.5) 0,
        rgb(192,186,206,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}

.teacher-profile-zrx .reviews-hub-fwm {
    z-index: 1;
    transform: rotateX(5deg) rotateZ(-1deg);
    margin: 0 auto;
    grid-template-columns: 1fr 1.2fr;
    transform-style: preserve-3d;
    display: grid;
    position: relative;
    gap: 0;
    max-width: 1100px;
}

.teacher-profile-zrx .work-projects-lqf {
    padding: 3rem 3rem 3rem 5rem;
    justify-content: center;
    transition: all 0.7s ease;
    z-index: 1;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform-style: preserve-3d;
    background: #ffffff;
    display: flex;
    transform: translateZ(10px);
    flex-direction: column;
    margin-left: -3rem;
}

.teacher-profile-zrx .name {
    font-weight: 700;
    font-size: calc(31px * 1.2);
    transition: transform 0.5s ease;
    color: #000000;
    transform: translateZ(20px);
    margin-bottom: 0.5rem;
}

.teacher-profile-zrx .employee-summary-MyS {
    line-height: 1.7;
    transition: transform 0.5s ease 0.2s;
    transform: translateZ(10px);
    font-size: 16px;
    position: relative;
    color: #000000;
    font-style: italic;
}

.teacher-profile-zrx .reviews-hub-fwm:hover .icon-image-Vud {
    transform: translateZ(50px) translateX(-20px);
}

.teacher-profile-zrx .reviews-hub-fwm:hover .name {
    transform: translateZ(40px);
}

.teacher-profile-zrx .reviews-hub-fwm:hover .employee-summary-MyS {
    transform: translateZ(30px);
}

.check-it-out-now-ieY {
    z-index: 1;
    padding: 140px 0;
    background: linear-gradient(110deg, rgb(192,186,206) 0%, rgb(158,149,176) 100%);
    position: relative;
    overflow: hidden;
}

.check-it-out-now-ieY::after {
    height: 200%;
    content: '';
    position: absolute;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    width: 200%;
    left: -50%;
    top: -50%;
    z-index: -1;
    animation: rotateConic 30s linear infinite;
}

.check-it-out-now-ieY .study-training-Dli::before {
    border-radius: 20px;
    width: 140%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -20%;
    height: 100%;
    content: '';
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transform: skewX(-15deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
}

.check-it-out-now-ieY h3 {
    transition: all 0.5s ease;
    font-weight: 700;
    margin: 60px 0;
    font-size: 31px;
    transform: rotateX(5deg);
    letter-spacing: 2px;
    text-transform: uppercase;
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
    perspective: 1000px;
    padding: 0 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.check-it-out-now-ieY h3::after {
    position: absolute;
    content: '';
    bottom: -30px;
    height: 1px;
    width: 60%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 20%;
}

.check-it-out-now-ieY .message-us-wAV::before {
    position: absolute;
    content: '';
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    width: 100%;
    background: linear-gradient(
        145deg,
        rgb(192,186,206) 0%,
        rgb(158,149,176) 100%
    );
    left: 0;
    top: 0;
}

.check-it-out-now-ieY .message-us-wAV::after {
    top: 0;
    content: '';
    position: absolute;
    z-index: -1;
    height: 20px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    width: 100%;
    left: 0;
}

.check-it-out-now-ieY .message-us-wAV:hover::before {
    opacity: 1;
}

.reach-out-Iln {
    padding: 100px 0;
    position: relative;
}

.reach-out-Iln::before {
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background-color: rgb(192,186,206,0.5);
    position: absolute;
    left: 0;
    z-index: 1;
}

.reach-out-Iln .inquiry-map-UTe {
    transition: transform 0.5s ease;
    width: 40%;
    padding: 60px 40px;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: rotateY(5deg);
    background-color: rgb(224,222,230);
    transform-origin: left center;
    z-index: 3;
}

.reach-out-Iln .inquiry-map-UTe h3::before {
    border-radius: 10px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(192,186,206), rgb(158,149,176));
    width: 6px;
    left: 0;
    content: "";
    top: 0;
}

.reach-out-Iln .inquiry-map-UTe div:hover {
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.reach-out-Iln .inquiry-map-UTe div svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.reach-out-Iln .inquiry-map-UTe div span {
    color: #000000;
    font-size: 12px;
}

.reach-out-Iln .inquiry-map-UTe div span a:hover {
    color: rgb(192,186,206);
}

.reach-out-Iln .support-reach-zdH:hover .connect-query-jJr {
    transform: rotateY(0deg);
}

.reach-out-Iln .connect-query-jJr h3 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.reach-out-Iln form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.reach-out-Iln form input[type="text"]:focus,
.reach-out-Iln form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.4);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}

.reach-out-Iln form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.reach-out-Iln .message-widget-PbO {
    margin-bottom: 30px;
    position: relative;
}

.reach-out-Iln .message-widget-PbO label {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 35px;
}

.reach-out-Iln .message-widget-PbO input[type="checkbox"]:checked + label::before {
    border-color: #ffffff;
    background-color: #ffffff;
}

.reach-out-Iln .message-widget-PbO label a {
    text-decoration: underline;
    color: #ffffff;
    transition: all 0.3s ease;
}

.reach-out-Iln .message-widget-PbO label a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.reach-out-Iln form .support-info-XPR {
    font-size: 14px;
    position: relative;
    border: none;
    overflow: hidden;
    padding: 18px 35px;
    background-color: #ffffff;
    color: rgb(192,186,206);
    z-index: 1;
    align-self: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.reach-out-Iln form .support-info-XPR:hover::before {
    transform: translateY(0);
}

.reach-out-Iln .inquiry-map-UTe div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}

.reach-out-Iln .inquiry-map-UTe div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

.company-overview-DFB::before {
    background: radial-gradient(ellipse at 70% 50%, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.85) 100%);
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    bottom: 0;
}

.company-overview-DFB .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    padding: 0 15px;
}

.company-overview-DFB .text-capsule-UCS {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.02) 100%);
    padding: 40px;
    backdrop-filter: blur(10px);
    max-width: 900px;
    transform-origin: center bottom;
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3),
                0 0 0 1px rgba(255,255,255,0.1),
                inset 0 0 0 1px rgba(255,255,255,0.05);
}

.company-overview-DFB h5 {
    font-size: 21px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding: 0;
    letter-spacing: 2px;
}

.company-overview-DFB .text-capsule-UCS > div:nth-child(2) {
    text-align: center;
    margin-bottom: 25px;
}

.company-overview-DFB .text-capsule-UCS > div:nth-child(2) p {
    margin: 0;
    font-size: calc(14px * 1.3);
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    color: #ffffff;
}

.company-overview-DFB ol {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.company-overview-DFB ol::before {
    left: 0;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at center, rgb(158,149,176,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    content: "";
    width: 100%;
}

.course-program-info-JSO {
    background: linear-gradient(135deg, rgb(224,222,230) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

.course-program-info-JSO::after {
    transform: rotate(10deg);
    z-index: 0;
    background: linear-gradient(215deg, rgb(192,186,206,0.5) 0%, rgb(158,149,176) 100%);
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
    width: 40vw;
    bottom: -15%;
    left: -10%;
    filter: blur(70px);
    height: 40vw;
    animation: float 25s infinite alternate-reverse ease-in-out;
    position: absolute;
    opacity: 0.08;
    content: "";
}

.course-program-info-JSO h2 {
    transform-origin: center left;
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    transition: transform 0.5s ease;
    font-weight: 700;
    font-size: 37px;
    text-align: center;
}

.course-program-info-JSO .quick-progress-mrZ {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    perspective: 1000px;
}

.course-program-info-JSO .icon-image-Vud::before {
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(158,149,176,0.5) 0%, transparent 100%);
    opacity: 0.25;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    transition: opacity 0.5s ease;
}

.course-program-info-JSO .icon-image-Vud:hover::before {
    opacity: 0.35;
}

.course-program-info-JSO .text-capsule-UCS {
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transform: translateZ(0) translateY(-10px);
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    position: relative;
    padding: 2rem;
}

.course-program-info-JSO .text-capsule-UCS:hover::before {
    height: 100%;
}

.course-program-info-JSO .description {
    color: #000000;
    max-height: 300px;
    line-height: 1.7;
    position: relative;
    font-size: 13px;
    padding-right: 10px;
    overflow-y: auto;
    margin-bottom: 1.5rem;
}

.future-students-chW::before {
    z-index: 0;
    background-position: 0 0, 30px 30px;
    width: 100%;
    top: 0;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(192,186,206,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(192,186,206,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(192,186,206,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(192,186,206,0.5) 75%
        );
    position: absolute;
    height: 100%;
    opacity: 0.03;
    left: 0;
    content: "";
}

.future-students-chW h4::before {
    height: 3px;
    border-radius: 2px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    width: 100px;
    left: 50%;
    top: 0;
    background: rgb(192,186,206,0.5);
}

.future-students-chW div {
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.future-students-chW div p {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    background: #ffffff;
    z-index: 1;
    align-items: center;
    color: #000000;
    margin: 0 0 60px 0;
    display: flex;
    transition: all 0.4s ease;
    border-radius: 50px;
    padding: 25px 30px;
    position: relative;
    line-height: 1.6;
    width: 70%;
}

.future-students-chW div p::before {
    width: 30px;
    height: 30px;
    z-index: 2;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: #ffffff;
}

.future-students-chW div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}

.future-students-chW div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}

.future-students-chW div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}

.future-students-chW div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(192,186,206,0.5);
}

.future-students-chW div p:hover svg {
    transform: rotate(15deg);
}

.future-students-chW div p:hover svg path {
    fill: rgb(158,149,176);
}

.sign-up-for-updates-ThD::before {
    left: 0;
    position: absolute;
    opacity: 0.4;
    width: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(192,186,206,0.5) 0%, transparent 60%);
    top: 0;
    animation: breathe 8s infinite alternate;
    z-index: 1;
    height: 100%;
    content: "";
}

.sign-up-for-updates-ThD .study-training-Dli {
    transform-style: preserve-3d;
    transform: rotateX(5deg);
    display: flex;
    transition: transform 0.5s ease;
    z-index: 2;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

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

.sign-up-for-updates-ThD .study-training-Dli:hover p::after {
    transform: scaleX(1);
}

.sign-up-for-updates-ThD .mail-list-Fuf {
    flex: 1;
    padding: 1.2rem 1.5rem;
    color: #000000;
    border: none;
    transition: all 0.3s ease;
    font-size: 16px;
    background: #ffffff;
    font-family: Arial, sans-serif;
}

.sign-up-for-updates-ThD .mail-list-Fuf::placeholder {
    opacity: 0.6;
    color: #000000;
}

.sign-up-for-updates-ThD .mail-group-HrG {
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgb(192,186,206) 0%, rgb(158,149,176) 100%);
    overflow: hidden;
    padding: 0 2rem;
    border: none;
    transition: all 0.4s ease;
}

.sign-up-for-updates-ThD .mail-group-HrG:hover {
    box-shadow: 0 0 15px rgb(192,186,206,0.5);
    background: linear-gradient(45deg, rgb(158,149,176) 0%, rgb(192,186,206) 100%);
}

.teaching-process-SyZ::before {
    top: 0;
    opacity: 0.07;
    background: repeating-linear-gradient(
        45deg,
        rgb(192,186,206,0.5),
        transparent 10px,
        transparent 60px,
        rgb(192,186,206,0.5) 70px
    );
    pointer-events: none;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}

.teaching-process-SyZ .study-training-Dli {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}

.teaching-process-SyZ h2::before {
    content: "";
    transform-origin: left center;
    bottom: -12px;
    width: 80px;
    position: absolute;
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    left: 0;
    background: linear-gradient(to right, rgb(192,186,206), rgb(158,149,176));
}

.teaching-process-SyZ .text-capsule-UCS::before {
    background: rgb(158,149,176);
    width: 0;
    content: "";
    position: absolute;
    left: -2px;
    top: 20px;
    height: calc(100% - 40px);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    opacity: 0.1;
}

.teaching-process-SyZ:hover .text-capsule-UCS {
    transform: translateY(-5px);
}

.privacy-reserve-QXi {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    color: #000000;
    margin: 0 auto;
    padding: 50px;
    max-width: 1100px;
    font-family: Arial, sans-serif;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.privacy-reserve-QXi::after {
    width: 300px;
    left: -100px;
    bottom: -100px;
    height: 300px;
}

.privacy-reserve-QXi h1 {
    color: rgb(192,186,206);
    font-weight: 700;
    border-bottom: 3px dashed rgb(192,186,206);
    margin-top: 20px;
    font-size: 44px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.privacy-reserve-QXi h2::before {
    left: -15px;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background: rgb(192,186,206);
    border-radius: 50%;
    top: 50%;
    position: absolute;
    content: '';
}

.privacy-reserve-QXi ul li::before {
    position: absolute;
    transform: translateY(-50%);
    color: rgb(192,186,206);
    content: '•';
    top: 50%;
    font-size: 1.5em;
    left: 0;
}

.privacy-reserve-QXi h3, .privacy-reserve-QXi h4, .privacy-reserve-QXi h5, .privacy-reserve-QXi h6 {
    border-left: 5px solid rgb(192,186,206);
    color: rgb(192,186,206);
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: 600;
    position: relative;
    font-size: 20px;
}

.proposal-cta-QGf::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(192,186,206,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(158,149,176,0.5) 0%, transparent 30%);
    top: 0;
    z-index: 1;
    left: 0;
    content: '';
    opacity: 0.15;
    height: 100%;
    position: absolute;
}

.proposal-cta-QGf .container {
    position: relative;
    z-index: 3;
}

.proposal-cta-QGf .lesson-cta-dgh {
    position: relative;
    display: flex;
    flex-direction: column;
}

.proposal-cta-QGf .connect-section-MQq {
    position: relative;
    flex-wrap: wrap;
    background-color: #ffffff;
    gap: 1.5rem;
    z-index: 10;
    padding: 1.25rem 2rem;
    margin-bottom: 2rem;
    display: flex;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-3.5rem);
    justify-content: space-between;
    border-radius: 13px;
}

.proposal-cta-QGf .info_item {
    flex: 1;
    min-width: 200px;
    position: relative;
    max-width: 300px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.proposal-cta-QGf .info_item p,
.proposal-cta-QGf .info_item a {
    align-items: center;
    border-radius: 10px;
    padding: 0.5rem;
    color: #000000;
    display: flex;
    gap: 0.875rem;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.proposal-cta-QGf .info_item svg {
    height: 22px;
    transition: transform 0.3s ease;
    fill: rgb(192,186,206);
    width: 22px;
}

.proposal-cta-QGf .header-wrap-jRU {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}

.proposal-cta-QGf .header-wrap-jRU svg {
    transition: filter 0.3s ease, transform 0.3s ease;
    height: auto;
    max-width: 180px;
    filter: brightness(0) invert(1);
}

.proposal-cta-QGf .top-base-fTk {
    position: relative;
    display: flex;
    flex-direction: column;
}

.proposal-cta-QGf .top-base-fTk::after {
    top: 0;
    content: '';
    right: -2rem;
    bottom: 0;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(158,149,176,0.5) 30%, rgb(158,149,176,0.5) 70%, transparent);
}

.proposal-cta-QGf .top-base-fTk h5::after {
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(192,186,206), transparent);
    width: 60px;
    content: '';
}

.proposal-cta-QGf .head-base-KYM:first-child {
    margin-bottom: 2rem;
}

.proposal-cta-QGf .head-base-KYM a::before {
    transition: width 0.3s ease;
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    background-color: rgb(192,186,206);
    left: 0;
    bottom: 0;
}

.proposal-cta-QGf .head-base-KYM a:hover::before {
    width: 20px;
}

.proposal-cta-QGf .subscribe_holder {
    border-radius: 13px;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    gap: 1.5rem;
    display: flex;
    overflow: hidden;
    padding: 2rem;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.proposal-cta-QGf .subscribe_holder::after {
    z-index: -1;
    animation: pulseGlow 6s infinite alternate;
    bottom: 0;
    opacity: 0.3;
    height: 150px;
    position: absolute;
    background: radial-gradient(circle, rgb(192,186,206,0.5) 0%, transparent 70%);
    right: 0;
    content: '';
    width: 150px;
}

.proposal-cta-QGf .subscribe_holder p {
    opacity: 0.9;
    margin-bottom: 0.5rem;
    font-size: 18px;
    line-height: 1.6;
}

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



.proposal-cta-QGf .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1.125rem 1.5rem;
}

.proposal-cta-QGf .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(192,186,206,0.5);
    border-color: rgb(192,186,206,0.5);
    background-color: rgba(255, 255, 255, 0.15);
}

.proposal-cta-QGf .mail-group-HrG::before {
    z-index: -1;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.proposal-cta-QGf .mail-group-HrG::after {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -2;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
    background: rgb(158,149,176);
}

.proposal-cta-QGf .app-store-Zkh {
    position: relative;
    padding-top: 2rem;
    margin-top: 4rem;
    text-align: center;
}

.proposal-cta-QGf .slack-invite-dZm {
    opacity: 0.7;
    font-size: 16px;
}

#panelCookieWarning-WDm {
    display: none;
}

#panelCookieWarning-WDm:checked ~ .cookieNoticeContainer-GfN {
    visibility: hidden;
    opacity: 0;
}

.online-tracking-TOL {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    border: 2px dashed rgb(192,186,206);
    gap: 20px;
    padding: 20px 5%;
}

.cookieNoticeContainer-GfN p {
    margin: 0;
    color: #ffffff;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
}

.learn-consent-nXp svg {
    width: 60px;
    fill: rgb(192,186,206);
    height: 60px;
}

.cookies-terms-Pav {
    text-decoration: none;
    padding: 10px 20px;
    background: rgb(192,186,206);
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center;
    color: #000000;
    min-width: 140px;
    border-radius: 10px;
    border: 2px solid rgb(192,186,206);
    line-height: 40px;
    margin-left: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    font-size: 17px;
}

.cookieNoticeContainer-GfN p a:hover {
    color: rgb(158,149,176);
}

::-webkit-scrollbar {
    padding: 4px;
}

::-webkit-scrollbar-track {
    margin: 1px 0;
    border-radius: 2.9rem;
    border: 1px ridge rgb(158,149,176,0.5);
    background: rgb(192,186,206,0.5);
}

::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at top left, #ffffff 85%, rgb(255, 255, 255, 0.5) 63%, rgb(158,149,176) 21%, rgb(158,149,176,0.5) 38%, rgb(192,186,206) 0%, rgb(192,186,206,0.5) 40%);
    min-height: 51px;
    border: 1px dashed rgb(224,222,230);
    border-radius: 17rem;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(192,186,206);
    box-shadow: -1px 2px 6px 1px rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -1px 1px 14px 0px rgba(0, 0, 0, 0.5);
    background: rgb(192,186,206,0.5);
}

.course-program-info-JSO .description::-webkit-scrollbar {
    width: 4px;
}

.course-program-info-JSO .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}

.course-program-info-JSO .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(rgb(158,149,176), rgb(192,186,206));
}



@media screen and (max-width: 992px) {.welcome-VlC {
    padding: 80px 0;
}.welcome-VlC .main-entry-KDF {
    font-size: calc(44px * 0.85);
}.welcome-VlC .tech-master-NiO {
    padding: 50px 30px;
}.welcome-VlC .tech-master-NiO h3 {
    font-size: calc(37px * 0.9);
}
}



@media screen and (max-width: 768px) {.welcome-VlC {
    padding: 60px 0;
}.welcome-VlC .story-info-FDG::before {
    width: 60px;
}.welcome-VlC .main-entry-KDF {
    font-size: calc(44px * 0.7);
}.welcome-VlC .tech-master-NiO {
    padding: 40px 25px;
}.welcome-VlC .tech-master-NiO p {
    margin-bottom: 20px;
    font-size: 13px;
}.welcome-VlC .tech-master-NiO h3 {
    font-size: calc(37px * 0.8);
    padding-left: 15px;
}
}



@media screen and (min-width: 1200px) {.plan-deal-VZn .study-fees-hKJ {
    grid-template-columns: repeat(4, 1fr);
}.plan-deal-VZn .learning-deals-TbX {
    min-height: 450px;
}
}



@media screen and (min-width: 768px) and (max-width: 1199px) {.plan-deal-VZn .study-fees-hKJ {
    grid-template-columns: repeat(2, 1fr);
}.plan-deal-VZn .learning-deals-TbX {
    min-height: 420px;
}.plan-deal-VZn {
    padding: 100px 0;
}
}



@media (prefers-reduced-motion: reduce) {.plan-deal-VZn .cert-fees-obp,
    .plan-deal-VZn .cert-fees-obp:hover,
    .plan-deal-VZn h2,
    .plan-deal-VZn .learning-deals-TbX::before,
    .plan-deal-VZn .cert-fees-obp h4,
    .plan-deal-VZn .learn-deals-wFP {
    transform: none;
    transition: none;
}}



@media (min-width: 768px) {.program-results-jQw {
    padding: 150px 0 180px;
}.program-results-jQw .study-training-Dli {
    flex-direction: row;
    padding: 60px;
    border-left: 6px solid rgb(192,186,206);
}.program-results-jQw .study-training-Dli > div:first-child {
    flex-shrink: 0;
    width: 40%;
}.program-results-jQw .text-capsule-UCS {
    width: 60%;
    padding-left: 40px;
}.program-results-jQw .text-capsule-UCS ul {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
}.program-results-jQw h5 {
    margin-bottom: 80px;
    font-size: calc(22px * 1.1);
}.program-results-jQw h5::after {
    width: 120px;
    height: 5px;
}
}



@media (min-width: 1400px) {header .page-nav-Rdv {
    max-width: 1320px;
    margin: 0 auto;
}header .top-page-FsJ {
    margin: 0 0.6rem;
}header .top-page-FsJ a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header .page-nav-Rdv {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .header-wrap-jRU {
    margin-right: 0;
    margin-bottom: 0;
}header .top-base-fTk {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .top-page-FsJ a {
    font-size: calc(14px - 1px);
    height: 36px;
    padding: 0 1rem;
}
}



@media (max-width: 479px) {header .page-nav-Rdv {
    padding: 0.7rem 1.2rem;
}header .header-wrap-jRU {
    max-width: 120px;
}header .top-page-FsJ a {
    font-size: calc(14px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}



@media screen and (max-width: 991px) {.teacher-profile-zrx .reviews-hub-fwm {
    transform: none;
    grid-template-columns: 1fr;
}.teacher-profile-zrx .icon-image-Vud {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    margin-bottom: -2rem;
    height: 350px;
    transform: none;
}.teacher-profile-zrx .work-projects-lqf {
    transform: none;
    z-index: 3;
    margin-left: 0;
    padding: 3rem 2rem 2rem;
}.teacher-profile-zrx .work-projects-lqf::before {
    height: 5px;
    transform: translateX(-50%);
    left: 50%;
    width: 50%;
    top: 0;
}.teacher-profile-zrx .reviews-hub-fwm:hover .icon-image-Vud,
    .teacher-profile-zrx .reviews-hub-fwm:hover .work-projects-lqf,
    .teacher-profile-zrx .reviews-hub-fwm:hover .name,
    .teacher-profile-zrx .reviews-hub-fwm:hover .work-projects-lqf div:nth-child(2),
    .teacher-profile-zrx .reviews-hub-fwm:hover .employee-summary-MyS {
    transform: none;
}}



@media screen and (max-width: 576px) {.check-it-out-now-ieY {
    padding: 80px 0;
}.check-it-out-now-ieY .study-training-Dli::before {
    transform: skewX(-5deg);
    width: 110%;
    left: -5%;
}.check-it-out-now-ieY h3 {
    font-size: calc(31px * 0.7);
    margin: 35px 0;
    letter-spacing: 1px;
}.check-it-out-now-ieY h3::before {
    top: -20px;
}.check-it-out-now-ieY h3::after {
    bottom: -20px;
}.check-it-out-now-ieY .message-us-wAV {
    letter-spacing: 1px;
    font-size: calc(14px * 0.85);
    padding: 12px 35px;
    margin-bottom: 35px;
}}



@media screen and (max-width: 992px) {.reach-out-Iln .container {
    width: 90%;
}.reach-out-Iln .support-reach-zdH,
    .reach-out-Iln .inquiry-map-UTe,
    .reach-out-Iln .connect-query-jJr {
    transform: none;
}.reach-out-Iln .inquiry-map-UTe,
    .reach-out-Iln .connect-query-jJr {
    width: 100%;
}.reach-out-Iln .inquiry-map-UTe {
    padding: 40px 30px;
}.reach-out-Iln .connect-query-jJr {
    padding: 40px 30px;
}
}



@media (max-width: 991px) {.company-overview-DFB {
    padding: 80px 0;
}.company-overview-DFB .text-capsule-UCS {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.company-overview-DFB h5 {
    font-size: calc(21px * 0.9);
}
}



@media (max-width: 575px) {.company-overview-DFB {
    padding: 40px 0;
}.company-overview-DFB .text-capsule-UCS {
    padding: 20px 15px;
}.company-overview-DFB .text-capsule-UCS > div:first-child::before,
    .company-overview-DFB .text-capsule-UCS > div:first-child::after {
    display: none;
}.company-overview-DFB h5 {
    font-size: calc(21px * 0.7);
}.company-overview-DFB ol li {
    font-size: calc(14px * 0.85);
    text-align: left;
    line-height: 1.5;
}}



@media (min-width: 992px) {.course-program-info-JSO {
    padding: 8rem 0;
}.course-program-info-JSO h2 {
    font-size: calc(37px * 1.2);
}.course-program-info-JSO .quick-progress-mrZ {
    gap: 5rem;
}.course-program-info-JSO .icon-image-Vud {
    height: 500px;
}.course-program-info-JSO .text-capsule-UCS {
    padding: 3rem 4rem;
}.course-program-info-JSO .description {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
    max-height: 500px;
}
}



@media (max-width: 480px) {.course-program-info-JSO {
    padding: 3rem 0;
}.course-program-info-JSO h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.course-program-info-JSO h2::after {
    width: 60px;
    bottom: -10px;
}.course-program-info-JSO .icon-image-Vud {
    height: 200px;
}.course-program-info-JSO .text-capsule-UCS {
    padding: 1.25rem;
}.course-program-info-JSO .description {
    font-size: calc(13px * 0.9);
    max-height: 200px;
    line-height: 1.5;
    margin-bottom: 1rem;
}}



@media (max-width: 767px) {.future-students-chW {
    padding: 100px 0;
}.future-students-chW h4 {
    margin-bottom: 60px;
    font-size: calc(35px - 4px);
}.future-students-chW div p {
    width: 90%;
    padding: 18px 22px;
    align-self: center !important;
    margin-bottom: 40px;
    border-radius: 30px !important;
}.future-students-chW div p::before,
    .future-students-chW div p::after {
    display: none;
}.future-students-chW div p svg {
    min-width: 24px;
    height: 24px;
    width: 24px;
    margin-right: 12px;
}
}



@media (max-width: 768px) {.sign-up-for-updates-ThD {
    padding: 2rem 1.5rem;
}.sign-up-for-updates-ThD .study-training-Dli {
    transform: none;
    align-items: stretch;
    flex-direction: column;
}.sign-up-for-updates-ThD p {
    transform: none;
    flex: none;
    padding-right: 0;
    margin-bottom: 1.5rem;
}.sign-up-for-updates-ThD .input_holder {
    flex: none;
    transform: none;
    flex-direction: column;
}.sign-up-for-updates-ThD .mail-list-Fuf {
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 10px;
}.sign-up-for-updates-ThD .mail-group-HrG {
    padding: 1rem;
    border-radius: 10px;
    width: 100%;
}}



@media (max-width: 576px) {.teaching-process-SyZ {
    padding: 50px 0;
}.teaching-process-SyZ .study-training-Dli {
    padding: 0 20px;
}.teaching-process-SyZ h2 {
    margin-bottom: 25px;
    font-size: calc(30px - 0.6rem);
}.teaching-process-SyZ h2::before {
    bottom: -8px;
    height: 2px;
    width: 50px;
}.teaching-process-SyZ .text-capsule-UCS {
    border-left-width: 3px;
    padding: 25px 20px;
}.teaching-process-SyZ .text-capsule-UCS p {
    line-height: 1.5;
    font-size: calc(17px - 0.05rem);
}}



@media (max-width: 1200px) {.proposal-cta-QGf .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.proposal-cta-QGf .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.proposal-cta-QGf .top-base-fTk::after {
    display: none;
}
}



@media (max-width: 768px) {.proposal-cta-QGf {
    padding: 4rem 0 2rem;
}.proposal-cta-QGf .connect-section-MQq {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.proposal-cta-QGf .info_item {
    max-width: none;
    width: 100%;
}.proposal-cta-QGf .head-base-KYM {
    grid-template-columns: repeat(2, 1fr);
}.proposal-cta-QGf .app-store-Zkh {
    margin-top: 3rem;
}
}



@media (max-width: 576px) {.proposal-cta-QGf {
    padding: 3rem 0 1.5rem;
}.proposal-cta-QGf .connect-section-MQq {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.proposal-cta-QGf .info_item p,
    .proposal-cta-QGf .info_item a {
    font-size: calc(18px - 1px);
}.proposal-cta-QGf .head-base-KYM {
    text-align: center;
    grid-template-columns: 1fr;
}.proposal-cta-QGf .head-base-KYM a:hover {
    transform: none;
}.proposal-cta-QGf .head-base-KYM a::before {
    transform: translateX(-50%);
    left: 50%;
}.proposal-cta-QGf .head-base-KYM a:hover::before {
    width: 30px;
}.proposal-cta-QGf .input_holder {
    width: 100%;
}}



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



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



@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@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; }
}



@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scaleX(0.8);
        opacity: 0.6;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}



@keyframes float {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(0deg);
    }
    100% {
        transform: translate(-15px, 8px) rotate(10deg);
    }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, -15px);
    }
    75% {
        transform: translate(-15px, -10px);
    }
}

