* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.EcS-top-prime {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.WwK-layer-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}.Sih-equity-info {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1250px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.Hdw-course-beneficiaries {
    overflow: hidden;
    padding: 100px 20px;
    z-index: 1;
    position: relative;
    background-color: rgb(218,222,229);
}.Hdw-course-beneficiaries::before {
    background: radial-gradient(
    circle at 30% 30%,
    rgb(118,140,184,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(162,178,200,0.5) 0%,
    transparent 45%
  );
    opacity: 0.6;
    content: "";
    animation: slowRotate 35s linear infinite;
    position: absolute;
    left: -50%;
    height: 200%;
    width: 200%;
    top: -50%;
    z-index: -1;
}.Hdw-course-beneficiaries .zMT-academy-learnings {
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    margin: 0 auto;
    max-width: 900px;
    backdrop-filter: blur(12px);
    padding: 50px;
    position: relative;
    z-index: 2;
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.1);
}.Hdw-course-beneficiaries h3 {
    margin-bottom: 50px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    position: relative;
    font-size: 28px;
}.Hdw-course-beneficiaries h3::after {
    content: "";
    width: 60px;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(90deg, 
    rgb(162,178,200,0.5), 
    rgb(118,140,184), 
    rgb(162,178,200,0.5)
  );
    height: 3px;
    bottom: -15px;
    left: 50%;
    position: absolute;
}.Hdw-course-beneficiaries ul {
    flex-direction: column;
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
    gap: 25px;
}.Hdw-course-beneficiaries ul li {
    display: flex;
    padding: 25px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.15);
}.Hdw-course-beneficiaries ul li::before {
    border-radius: 23px;
    inset: 0;
    position: absolute;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    opacity: 0.4;
    content: "";
    transition: opacity 0.4s ease;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(118,140,184,0.5),
    rgb(162,178,200,0.5),
    transparent
  );
    padding: 2px;
}.Hdw-course-beneficiaries ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.Hdw-course-beneficiaries ul li:hover::before {
    opacity: 1;
}.Hdw-course-beneficiaries ul li svg {
    fill: rgb(118,140,184);
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}.Hdw-course-beneficiaries ul li:hover svg {
    fill: rgb(162,178,200);
    transform: scale(1.05);
}.Hdw-course-beneficiaries ul li svg path {
    transition: all 0.3s ease;
    fill: rgb(118,140,184);
}.Hdw-course-beneficiaries ul li:hover svg path {
    fill: rgb(162,178,200);
}.Hdw-course-beneficiaries ul li {
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    font-weight: 300;
}.Hdw-course-beneficiaries ul li::after {
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    border-radius: 23px;
    bottom: 0;
    z-index: -1;
    content: "";
}.Hdw-course-beneficiaries ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.Hdw-course-beneficiaries {
    padding: 70px 15px;
}.Hdw-course-beneficiaries .zMT-academy-learnings {
    padding: 40px 30px;
}.Hdw-course-beneficiaries h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.Hdw-course-beneficiaries ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.Hdw-course-beneficiaries {
    padding: 50px 15px;
}.Hdw-course-beneficiaries .zMT-academy-learnings {
    backdrop-filter: blur(8px);
    padding: 30px 20px;
}.Hdw-course-beneficiaries h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 35px;
}.Hdw-course-beneficiaries ul {
    gap: 15px;
}.Hdw-course-beneficiaries ul li {
    padding: 20px 15px;
}.Hdw-course-beneficiaries ul li svg {
    margin-bottom: 12px;
    height: 35px;
    width: 35px;
}.Hdw-course-beneficiaries::before {
    animation-duration: 60s;
}.Hdw-course-beneficiaries ul li::before {
    padding: 1px;
}}

.Hdw-course-beneficiaries ul li {
    --y: center;
    --x: center;
}

@media (hover: hover) {.Hdw-course-beneficiaries ul li:hover {
    --y: calc(100%);
    --x: calc(1100%);
}
}

@media screen and (min-width: 1200px) {.Hdw-course-beneficiaries ul {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}}.xVg-landing-page {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(218,222,229) 0%, rgb(162,178,200,0.5) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 5% 3%;
}.xVg-landing-page > div {
    max-width: 1200px;
    display: grid;
    width: 100%;
    gap: 2rem;
    grid-template-columns: 1fr;
}.xVg-landing-page h1.Nxi-edu-smart {
    position: relative;
    opacity: 1;
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 5vw, 42px);
    transform: translateY(0);
    color: #000000;
    animation: title-entry 1s ease-out;
    font-weight: 700;
}.xVg-landing-page h1.Nxi-edu-smart::after {
    transform-origin: left;
    bottom: -0.5rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(162,178,200) 0%, rgb(118,140,184) 100%);
    width: 4rem;
    left: 0;
    height: 0.25rem;
    animation: underline-grow 1.2s ease-out forwards;
    content: "";
}.xVg-landing-page p {
    line-height: 1.6;
    max-width: 600px;
    animation: fade-in 1.4s ease-out;
    color: #000000;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 2vw, 17px);
}.xVg-landing-page .mkZ-course-primary {
    transform: perspective(1000px) rotateY(0deg);
    width: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.6s ease-out;
}.xVg-landing-page .mkZ-course-primary:hover {
    transform: perspective(1000px) rotateY(2deg);
}.xVg-landing-page .NqE-mentor-approach {
    min-height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 26px;
}.xVg-landing-page .NqE-mentor-approach::before {
    left: 0;
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgb(162,178,200,0.5), rgba(0, 0, 0, 0.5));
    opacity: 0.7;
    height: 100%;
    position: absolute;
    z-index: 1;
}.xVg-landing-page .NqE-mentor-approach:hover::before {
    opacity: 0.5;
}.xVg-landing-page .NqE-mentor-approach span {
    z-index: 2;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    transition: transform 0.4s ease;
    padding: 2rem;
    transform: translateY(0);
    left: 0;
    position: absolute;
}.xVg-landing-page .NqE-mentor-approach:hover span {
    transform: translateY(-5px);
}.xVg-landing-page .NqE-mentor-approach h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

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

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes underline-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.xVg-landing-page > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.xVg-landing-page .mkZ-course-primary {
    height: 100%;
}.xVg-landing-page .NqE-mentor-approach {
    min-height: 400px;
    height: 100%;
}
}

@media (max-width: 767px) {.xVg-landing-page {
    padding: 4rem 1.5rem;
}.xVg-landing-page h1.Nxi-edu-smart {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
}.xVg-landing-page .NqE-mentor-approach span {
    padding: 1.5rem;
}.xVg-landing-page .NqE-mentor-approach h3 {
    font-size: 1.1rem;
}
}

@media (max-width: 480px) {.xVg-landing-page {
    padding: 3rem 1rem;
}.xVg-landing-page h1.Nxi-edu-smart::after {
    width: 3rem;
}.xVg-landing-page .NqE-mentor-approach {
    min-height: 250px;
}.xVg-landing-page .NqE-mentor-approach span {
    padding: 1rem;
}
}

@media (hover: none) {.xVg-landing-page .mkZ-course-primary:hover {
    transform: none;
}.xVg-landing-page .NqE-mentor-approach:hover::before {
    opacity: 0.7;
}.xVg-landing-page .NqE-mentor-approach:hover span {
    transform: none;
}}.DCr-offer-selection {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.DCr-offer-selection::before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    height: 100%;
    left: 0;
}.DCr-offer-selection .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.wUW-plan-table {
    position: relative;
}.DCr-offer-selection h2 {
    position: relative;
    font-size: 36px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}.DCr-offer-selection h2::after {
    transform: translateX(-50%);
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(162,178,200), rgb(118,140,184));
    height: 3px;
    bottom: -12px;
    left: 50%;
    position: absolute;
}.DCr-offer-selection .SLQ-pricing-tiers {
    margin: 0 auto 50px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    max-width: 800px;
    opacity: 0.9;
    line-height: 1.6;
}.DCr-offer-selection .Pmj-plan-details {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    padding: 0;
    margin: 0;
}.DCr-offer-selection .vGB-plan-fees {
    position: relative;
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    height: 100%;
    display: block;
}.DCr-offer-selection .vGB-plan-fees:hover {
    transform: translateY(-8px);
}.DCr-offer-selection .LQh-pricing-block {
    -webkit-backdrop-filter: blur(10px);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    transition: box-shadow 0.3s ease, border 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    height: 100%;
}.DCr-offer-selection .vGB-plan-fees:hover .LQh-pricing-block {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}.DCr-offer-selection .UwI-cost-card {
    position: relative;
    z-index: 2;
    padding: 35px 30px;
    flex-direction: column;
    height: 100%;
    display: flex;
}.DCr-offer-selection .LQh-pricing-block::before {
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    height: 5px;
    background: linear-gradient(90deg, rgb(162,178,200), rgb(118,140,184));
    width: 100%;
    left: 0;
}.DCr-offer-selection .UwI-cost-card h4 {
    margin: 0 0 20px;
    font-weight: 600;
    position: relative;
    font-size: calc(22px + 2px);
    padding-bottom: 15px;
    color: #ffffff;
}.DCr-offer-selection .UwI-cost-card h4::after {
    width: 40px;
    content: "";
    position: absolute;
    background-color: rgb(118,140,184);
    bottom: 0;
    left: 0;
    height: 2px;
}.DCr-offer-selection .UwI-cost-card p {
    flex-grow: 1;
    hyphens: auto;
    opacity: 0.85;
    margin: 0 0 25px;
    line-height: 1.6;
    word-wrap: break-word;
    font-size: 18px;
    color: #ffffff;
    white-space: normal;
    overflow-wrap: break-word;
}.DCr-offer-selection .QKi-study-costs {
    display: inline-block;
    border-radius: 3px;
    padding: 10px 20px;
    z-index: 1;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(22px + 4px);
    position: relative;
    background: linear-gradient(135deg, rgb(162,178,200,0.5) 0%, rgb(118,140,184,0.5) 100%);
}.DCr-offer-selection .QKi-study-costs::before {
    inset: 0;
    content: "";
    background: linear-gradient(135deg, rgb(162,178,200,0.5) 0%, rgb(118,140,184,0.5) 100%);
    opacity: 0.6;
    border-radius: 3px;
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease;
}.DCr-offer-selection .vGB-plan-fees:hover .QKi-study-costs::before {
    opacity: 1;
}.DCr-offer-selection li:nth-child(even) .LQh-pricing-block::before {
    background: linear-gradient(90deg, rgb(118,140,184), rgb(162,178,200));
}

@media (max-width: 1200px) {.DCr-offer-selection {
    padding: 100px 0;
}.DCr-offer-selection .Pmj-plan-details {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.DCr-offer-selection {
    padding: 80px 0;
}.DCr-offer-selection .Pmj-plan-details {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.DCr-offer-selection .UwI-cost-card {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.DCr-offer-selection {
    padding: 60px 0;
}.DCr-offer-selection h2 {
    font-size: calc(36px - 4px);
}.DCr-offer-selection .SLQ-pricing-tiers {
    font-size: calc(18px - 1px);
    margin-bottom: 40px;
}.DCr-offer-selection .Pmj-plan-details {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.DCr-offer-selection .UwI-cost-card h4 {
    font-size: 22px;
}.DCr-offer-selection .QKi-study-costs {
    font-size: 22px;
}
}

@media (max-width: 480px) {.DCr-offer-selection {
    padding: 50px 0;
}.DCr-offer-selection .UwI-cost-card {
    padding: 25px 20px;
}.DCr-offer-selection h2 {
    font-size: calc(36px - 6px);
}.DCr-offer-selection .SLQ-pricing-tiers {
    font-size: calc(18px - 2px);
}}.yHA-learning-process {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    isolation: isolate;
    background: linear-gradient(145deg, rgb(218,222,229), rgb(118,140,184,0.5));
}.yHA-learning-process::before {
    mix-blend-mode: overlay;
    left: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgb(162,178,200,0.5) 0%, transparent 50%);
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
}.yHA-learning-process::after {
    width: 40%;
    position: absolute;
    background: linear-gradient(210deg, rgb(118,140,184) 0%, transparent 70%);
    content: "";
    transition: transform 0.8s ease-out;
    z-index: -1;
    height: 70%;
    transform: rotate(-15deg) skew(20deg);
    right: -5%;
    opacity: 0.1;
    bottom: -10%;
    filter: blur(20px);
}.yHA-learning-process:hover::after {
    transform: rotate(-5deg) skew(10deg) translateY(-10px);
}.yHA-learning-process .zMT-academy-learnings {
    z-index: 1;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    backdrop-filter: blur(10px);
    padding: 2rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2));
    margin: 0 auto;
}.yHA-learning-process .zMT-academy-learnings::before {
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    content: "";
    width: 5px;
    background: linear-gradient(to bottom, rgb(162,178,200), rgb(118,140,184));
    position: absolute;
    top: 0;
    left: 0;
}.yHA-learning-process .zMT-academy-learnings:hover::before {
    transform: scaleY(1.05) scaleX(1.5);
}.yHA-learning-process h2 {
    letter-spacing: 0.02em;
    color: #000000;
    position: relative;
    font-size: 33px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    display: inline-block;
    transform: translateZ(0);
    margin-bottom: 2rem;
}.yHA-learning-process h2::after {
    transition: transform 0.5s ease-out;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    transform: scaleX(0.9);
    background: linear-gradient(90deg, rgb(162,178,200), transparent);
    transform-origin: left;
    content: "";
    width: 80%;
}.yHA-learning-process .zMT-academy-learnings:hover h2::after {
    transform: scaleX(1);
}.yHA-learning-process .xZg-reading-area {
    margin-top: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    transform: translateY(0);
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgb(162,178,200,0.5);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    position: relative;
}.yHA-learning-process .xZg-reading-area:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.yHA-learning-process .xZg-reading-area::before {
    content: "";
    transition: transform 0.6s ease;
    top: 0;
    background: linear-gradient(135deg, transparent, rgb(118,140,184,0.5));
    z-index: -1;
    height: 30%;
    position: absolute;
    opacity: 0.15;
    right: 0;
    width: 30%;
    transform: translate(5%, -5%);
}.yHA-learning-process .xZg-reading-area:hover::before {
    transform: translate(2%, -2%) scale(1.1);
}.yHA-learning-process p {
    line-height: 1.7;
    color: #000000;
    transition: color 0.3s ease;
    font-size: 16px;
    z-index: 1;
    font-weight: 400;
    position: relative;
}.yHA-learning-process .xZg-reading-area:hover p {
    color: #000000;
}

@media (max-width: 991px) {.yHA-learning-process {
    padding: 4rem 1.5rem;
}.yHA-learning-process .zMT-academy-learnings {
    padding: 1.5rem;
    transform: perspective(800px) rotateX(1deg);
}.yHA-learning-process h2 {
    font-size: calc(33px * 0.9);
}.yHA-learning-process .xZg-reading-area {
    padding: 1.25rem;
}
}

@media (max-width: 767px) {.yHA-learning-process {
    padding: 3rem 1rem;
}.yHA-learning-process .zMT-academy-learnings {
    transform: none;
    padding: 1.25rem;
}.yHA-learning-process h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.8);
}.yHA-learning-process .xZg-reading-area {
    margin-top: 1rem;
    padding: 1rem;
}.yHA-learning-process p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.yHA-learning-process {
    padding: 2.5rem 0.75rem;
}.yHA-learning-process .zMT-academy-learnings {
    padding: 1rem;
}.yHA-learning-process h2 {
    margin-bottom: 1.25rem;
    font-size: calc(33px * 0.7);
}.yHA-learning-process .xZg-reading-area {
    padding: 0.75rem;
}.yHA-learning-process p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}
}

@media (min-width: 1200px) {.yHA-learning-process .zMT-academy-learnings {
    padding: 3rem;
    transform: perspective(1200px) rotateX(2deg);
}.yHA-learning-process h2 {
    font-size: calc(33px * 1.1);
}.yHA-learning-process .xZg-reading-area {
    padding: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.yHA-learning-process .zMT-academy-learnings,
    .yHA-learning-process .xZg-reading-area,
    .yHA-learning-process h2::after,
    .yHA-learning-process .zMT-academy-learnings::before,
    .yHA-learning-process::after {
    transform: none;
    transition: none;
}.yHA-learning-process .zMT-academy-learnings:hover::before,
    .yHA-learning-process .xZg-reading-area:hover,
    .yHA-learning-process .zMT-academy-learnings:hover h2::after,
    .yHA-learning-process:hover::after,
    .yHA-learning-process .xZg-reading-area:hover::before {
    transform: none;
}}.ICN-statistical-details {
    overflow: hidden;
    background: rgb(218,222,229);
    z-index: 1;
    padding: 80px 0;
    position: relative;
}.ICN-statistical-details::before {
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(162,178,200,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(162,178,200,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(162,178,200,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(162,178,200,0.5) 75%);
    z-index: -1;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    top: 0;
    opacity: 0.05;
    position: absolute;
    content: "";
    height: 100%;
    background-size: 20px 20px;
    width: 100%;
}.ICN-statistical-details .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.ICN-statistical-details .sRS-program-wins {
    padding: 40px;
    margin-bottom: 50px;
    z-index: 2;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}.ICN-statistical-details .sRS-program-wins::before {
    content: "";
    top: 0;
    width: 5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(162,178,200), rgb(118,140,184));
    position: absolute;
    height: 100%;
}.ICN-statistical-details .EGZ-statistics-support {
    color: #000000;
    padding-left: 20px;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 20px;
}.ICN-statistical-details .Cmu-statistics-advantage {
    padding-left: 20px;
    font-size: 15px;
    margin: 0;
    color: #000000;
    line-height: 1.7;
}.ICN-statistical-details .xFR-extra-study {
    display: grid;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}.ICN-statistical-details .reJ-statistics-benefits {
    position: relative;
    justify-content: center;
    padding: 30px 25px;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.4s ease;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
}.ICN-statistical-details .reJ-statistics-benefits:nth-child(odd) {
    border-top: 3px solid rgb(162,178,200);
}.ICN-statistical-details .reJ-statistics-benefits:nth-child(even) {
    border-top: 3px solid rgb(118,140,184);
}.ICN-statistical-details .reJ-statistics-benefits:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.ICN-statistical-details .reJ-statistics-benefits h4 {
    font-size: 2.5rem;
    transition: all 0.3s ease;
    color: rgb(162,178,200);
    font-weight: 700;
    margin: 0 0 15px;
}.ICN-statistical-details .reJ-statistics-benefits:nth-child(even) h4 {
    color: rgb(118,140,184);
}.ICN-statistical-details .reJ-statistics-benefits span {
    transition: all 0.3s ease;
    font-size: calc(15px * 0.9);
    color: #000000;
    line-height: 1.5;
}.ICN-statistical-details .reJ-statistics-benefits::after {
    content: "";
    height: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 0;
    background: linear-gradient(to top, rgb(162,178,200,0.5) 0%, transparent 100%);
    left: 0;
    transition: all 0.4s ease;
}.ICN-statistical-details .reJ-statistics-benefits:nth-child(even)::after {
    background: linear-gradient(to top, rgb(118,140,184,0.5) 0%, transparent 100%);
}.ICN-statistical-details .reJ-statistics-benefits:hover::after {
    height: 100%;
}.ICN-statistical-details svg {
    margin-bottom: 15px;
    height: 40px;
    transition: all 0.3s ease;
    width: 40px;
    fill: rgb(162,178,200);
}.ICN-statistical-details .reJ-statistics-benefits:nth-child(even) svg {
    fill: rgb(118,140,184);
}.ICN-statistical-details svg path {
    fill: rgb(162,178,200);
    transition: all 0.3s ease;
}.ICN-statistical-details .reJ-statistics-benefits:nth-child(even) svg path {
    fill: rgb(118,140,184);
}.ICN-statistical-details .reJ-statistics-benefits:hover svg {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.ICN-statistical-details .xFR-extra-study {
    grid-template-columns: repeat(3, 1fr);
}.ICN-statistical-details .reJ-statistics-benefits {
    padding: 25px 20px;
}.ICN-statistical-details .reJ-statistics-benefits h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 992px) {.ICN-statistical-details .sRS-program-wins {
    padding: 30px;
}.ICN-statistical-details .xFR-extra-study {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
}

@media (max-width: 768px) {.ICN-statistical-details {
    padding: 60px 0;
}.ICN-statistical-details .sRS-program-wins {
    margin-bottom: 30px;
    padding: 25px;
}.ICN-statistical-details .EGZ-statistics-support {
    font-size: calc(31px * 0.85);
    margin-bottom: 15px;
}.ICN-statistical-details .Cmu-statistics-advantage {
    font-size: calc(15px * 0.95);
}.ICN-statistical-details .reJ-statistics-benefits h4 {
    margin-bottom: 10px;
    font-size: 2rem;
}.ICN-statistical-details svg {
    width: 35px;
    margin-bottom: 10px;
    height: 35px;
}
}

@media (max-width: 576px) {.ICN-statistical-details {
    padding: 50px 0;
}.ICN-statistical-details .xFR-extra-study {
    grid-template-columns: 1fr;
    gap: 15px;
}.ICN-statistical-details .reJ-statistics-benefits {
    padding: 20px 15px;
}.ICN-statistical-details .reJ-statistics-benefits h4 {
    font-size: 1.8rem;
}.ICN-statistical-details .reJ-statistics-benefits span {
    font-size: calc(15px * 0.85);
}.ICN-statistical-details .EGZ-statistics-support {
    font-size: calc(31px * 0.7);
}}.WuE-contact-us {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(218,222,229);
}.WuE-contact-us::before {
    z-index: 1;
    width: 100%;
    opacity: 0.07;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(162,178,200,0.5) 0,
        rgb(162,178,200,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.WuE-contact-us::after {
    z-index: 1;
    position: absolute;
    opacity: 0.07;
    top: 0;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(rgb(118,140,184,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(118,140,184,0.5) 1px, transparent 1px);
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
}.WuE-contact-us .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.WuE-contact-us h2 {
    text-align: center;
    display: inline-block;
    transform: translateX(-50%);
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    left: 50%;
    position: relative;
    font-weight: 700;
    color: #000000;
}.WuE-contact-us h2::before {
    background: rgb(162,178,200);
    content: "";
    position: absolute;
    width: 80px;
    bottom: 0;
    left: calc(50% - 40px);
    height: 4px;
}.WuE-contact-us h2::after {
    content: "";
    height: 4px;
    width: 30px;
    bottom: 0;
    left: calc(50% - 15px);
    position: absolute;
    background: rgb(118,140,184);
}.WuE-contact-us .JQC-support-form {
    display: flex;
    background: #ffffff;
    overflow: hidden;
    margin-top: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 0;
}.WuE-contact-us .UsW-image-container {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}.WuE-contact-us .UsW-image-container::before {
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(162,178,200), 0.4), 
        rgba(rgb(118,140,184), 0.4)
    );
    position: absolute;
    content: "";
}.WuE-contact-us .KcO-support-query {
    justify-content: center;
    flex: 0 0 55%;
    display: flex;
    position: relative;
    padding: 60px;
    flex-direction: column;
}.WuE-contact-us .KcO-support-query::before {
    position: absolute;
    right: -75px;
    border-radius: 50%;
    border: 30px solid rgb(162,178,200,0.5);
    content: "";
    z-index: 0;
    top: -75px;
    height: 150px;
    width: 150px;
}.WuE-contact-us .KcO-support-query::after {
    height: 100px;
    transform: rotate(45deg);
    width: 100px;
    background: rgb(118,140,184,0.5);
    content: "";
    position: absolute;
    left: -50px;
    border-radius: 0;
    z-index: 0;
    bottom: -50px;
}.WuE-contact-us form {
    position: relative;
    z-index: 2;
}.WuE-contact-us form h3 {
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
    font-size: 23px;
    display: inline-block;
}.WuE-contact-us form h3::after {
    bottom: -15px;
    left: 0;
    background: rgb(162,178,200);
    height: 2px;
    position: absolute;
    content: "";
    width: 50%;
}.WuE-contact-us form input[type="text"] {
    width: 100%;
    color: #000000;
    padding: 20px 25px;
    margin-bottom: 25px;
    border: none;
    border-bottom: 2px solid rgb(218,222,229);
    transition: all 0.3s ease;
    font-size: 15px;
    background: transparent;
}.WuE-contact-us form input[type="text"]:focus {
    border-bottom-color: rgb(162,178,200);
    outline: none;
}.WuE-contact-us form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.WuE-contact-us form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.WuE-contact-us .aeD-feedback-box {
    margin-bottom: 40px;
    position: relative;
}.WuE-contact-us .aeD-feedback-box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.WuE-contact-us .aeD-feedback-box label {
    cursor: pointer;
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 35px;
}.WuE-contact-us .aeD-feedback-box label::before {
    top: 0;
    height: 22px;
    width: 22px;
    border: 2px solid rgb(218,222,229);
    left: 0;
    content: "";
    background: transparent;
    position: absolute;
    transition: all 0.3s ease;
}.WuE-contact-us .aeD-feedback-box input[type="checkbox"]:checked + label::before {
    border-color: rgb(162,178,200);
    background: rgb(162,178,200);
}.WuE-contact-us .aeD-feedback-box input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    content: "";
    height: 12px;
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
}.WuE-contact-us .aeD-feedback-box label a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(162,178,200);
    font-weight: 600;
}.WuE-contact-us .aeD-feedback-box label a::after {
    transition: transform 0.3s ease;
    transform-origin: left;
    height: 1px;
    left: 0;
    content: "";
    bottom: -1px;
    transform: scaleX(1);
    position: absolute;
    background: rgb(162,178,200);
    width: 100%;
}.WuE-contact-us .aeD-feedback-box label a:hover {
    color: rgb(118,140,184);
}.WuE-contact-us .aeD-feedback-box label a:hover::after {
    transform: scaleX(0);
    background: rgb(118,140,184);
}.WuE-contact-us .ZVd-query-section {
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    width: auto;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
    background: rgb(162,178,200);
    position: relative;
    padding: 18px 40px;
}.WuE-contact-us .ZVd-query-section::before {
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 0;
    transform: skewX(-25deg);
    transition: width 0.5s ease;
    left: -10px;
    top: 0;
    content: "";
    background: rgb(118,140,184);
}.WuE-contact-us .ZVd-query-section:hover::before {
    width: 150%;
}.WuE-contact-us svg {
    width: 24px;
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(162,178,200);
    height: 24px;
    fill: none;
}.WuE-contact-us svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(162,178,200);
}.WuE-contact-us svg:hover,
.WuE-contact-us svg:hover path {
    stroke: rgb(118,140,184);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.WuE-contact-us {
    padding: 80px 0;
}.WuE-contact-us .UsW-image-container {
    min-height: 500px;
}.WuE-contact-us .KcO-support-query {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.WuE-contact-us {
    padding: 60px 0;
}.WuE-contact-us .JQC-support-form {
    flex-direction: column;
}.WuE-contact-us .UsW-image-container {
    width: 100%;
    min-height: 300px;
}.WuE-contact-us .KcO-support-query {
    width: 100%;
    padding: 40px 30px;
}.WuE-contact-us form h3 {
    margin-bottom: 30px;
}.WuE-contact-us form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.WuE-contact-us .aeD-feedback-box {
    margin-bottom: 30px;
}.WuE-contact-us .ZVd-query-section {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.WuE-contact-us {
    padding: 50px 0;
}.WuE-contact-us h2 {
    font-size: calc(32px * 0.85);
}.WuE-contact-us .JQC-support-form {
    margin-top: 30px;
}.WuE-contact-us .UsW-image-container {
    min-height: 200px;
}.WuE-contact-us .KcO-support-query {
    padding: 30px 20px;
}.WuE-contact-us form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.WuE-contact-us form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.WuE-contact-us .aeD-feedback-box {
    margin-bottom: 25px;
}.WuE-contact-us .aeD-feedback-box label {
    font-size: calc(13px * 0.9);
}.WuE-contact-us .ZVd-query-section {
    padding: 12px 25px;
}}footer {
    position: relative;
    width: 100%;
}.Sih-equity-info {
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
}footer .nIf-pitch-comp {
    z-index: 1;
    position: relative;
}footer .lOr-message-us {
    flex-wrap: wrap;
    padding: 40px 20px;
    background-color: rgb(118,140,184);
    position: relative;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    margin-bottom: 70px;
    color: #ffffff;
    gap: 20px;
    display: flex;
}footer .lOr-message-us::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    position: absolute;
    content: "";
}footer .info_item {
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    display: flex;
    max-width: 300px;
    border-radius: 10px;
    flex: 1 1 200px;
    padding: 10px 20px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    width: 22px;
    fill: #ffffff;
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    display: grid;
    margin-top: -30px;
}footer .text_main_holder::before {
    left: 0;
    top: 0;
    background-color: #ffffff;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
}footer .iAp-main-tutor {
    padding-top: 60px;
    text-align: center;
}footer .iAp-main-tutor svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}footer .dCp-facebook-cta {
    line-height: 1.6;
    text-align: center;
    margin: 0 auto;
    max-width: 350px;
    color: #000000;
    font-size: 15px;
}footer .byS-main-pro {
    margin: 0 20px;
    padding: 30px;
    position: relative;
    background-color: rgb(218,222,229);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}footer .byS-main-pro h5 {
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 24px;
    position: relative;
    color: #000000;
}footer .byS-main-pro h5::after {
    left: 0;
    background: linear-gradient(90deg, rgb(162,178,200), transparent);
    position: absolute;
    bottom: -8px;
    height: 2px;
    width: 100%;
    content: "";
}footer .gnj-nav-primary {
    gap: 10px 30px;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 25px;
    display: flex;
}footer .gnj-nav-primary a {
    text-decoration: none;
    flex: 1 0 calc(50% - 30px);
    position: relative;
    padding: 8px 0;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
}footer .gnj-nav-primary a::after {
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    background-color: rgb(162,178,200);
    position: absolute;
}footer .gnj-nav-primary a:hover {
    color: rgb(162,178,200);
    padding-left: 5px;
}footer .gnj-nav-primary a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin: 0 20px;
    background-color: rgb(162,178,200);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    color: #ffffff;
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    top: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}footer .subscribe_holder h5 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .RFq-sub-field {
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
    border: none;
    background-color: #000000;
    font-size: 17px;
    color: #ffffff;
    cursor: pointer;
}footer .RFq-sub-field:hover {
    background-color: rgb(118,140,184);
}footer .WZo-about-learn {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    margin-top: 60px;
}footer .EKp-cookie-ctrl {
    color: #000000;
    text-align: center;
    font-size: 15px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .RFq-sub-field {
    white-space: nowrap;
}footer .iAp-main-tutor {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .lOr-message-us {
    padding: 30px 15px 50px;
}footer .byS-main-pro, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .WZo-about-learn {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .lOr-message-us {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .byS-main-pro h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .gnj-nav-primary a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .RFq-sub-field {
    padding: 12px;
}}header {
    padding: 1.5rem 3%;
    position: relative;
    z-index: 100;
    width: 100%;
    background: linear-gradient(to right, rgb(162,178,200,0.5), rgb(118,140,184,0.5));
}header::before {
    z-index: 0;
    left: 0.5rem;
    position: absolute;
    top: 0.5rem;
    border-radius: 10px;
    bottom: 0.5rem;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 0.5rem;
    content: '';
}header::after {
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    left: 0;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}header .container {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}header .Phd-nav-top {
    border-radius: 13px;
    background: #ffffff;
    align-items: center;
    position: relative;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 1.5rem;
    display: flex;
}header .Phd-nav-top::before {
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(162,178,200), rgb(118,140,184));
    content: '';
    top: 0;
}header .Phd-nav-top::after {
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(118,140,184), rgb(162,178,200));
    right: 0;
}header .SKo-header-site {
    display: flex;
    justify-content: center;
    padding: 0 0 1rem 0;
    position: relative;
    text-decoration: none;
}header .SKo-header-site::after {
    width: 80px;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: rgb(162,178,200,0.5);
    left: 50%;
    content: '';
    transform: translateX(-50%);
}header .SKo-header-site svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    height: auto;
    width: 170px;
}header .SKo-header-site:hover svg {
    transform: scale(1.03);
}header .byS-main-pro {
    max-width: 90%;
    gap: 0.7rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
}header .uQx-head-class {
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.7rem 1.3rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    background: rgb(218,222,229);
    font-weight: 600;
}header .uQx-head-class::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    transition: width 0.3s ease;
    border-radius: 10px 0 0 10px;
    z-index: -1;
    content: '';
    background: linear-gradient(to bottom, rgb(162,178,200), rgb(118,140,184));
    width: 3px;
}header .uQx-head-class:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .uQx-head-class:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .Phd-nav-top {
    padding: 1.2rem;
}header .SKo-header-site {
    padding: 0 0 0.8rem 0;
}header .SKo-header-site svg {
    width: 150px;
}header .byS-main-pro {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .uQx-head-class {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .Phd-nav-top {
    padding: 1rem;
}header .SKo-header-site {
    padding: 0 0 0.7rem 0;
}header .SKo-header-site svg {
    width: 130px;
}header .byS-main-pro {
    padding-top: 0.7rem;
    max-width: 95%;
    gap: 0.5rem;
}header .uQx-head-class {
    padding: 0.5rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .Phd-nav-top {
    padding: 0.8rem 0.8rem 1rem;
}header .SKo-header-site {
    padding: 0 0 0.6rem 0;
}header .SKo-header-site svg {
    width: 120px;
}header .byS-main-pro {
    padding-bottom: 0.3rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 0.6rem;
    flex-wrap: nowrap;
}header .byS-main-pro::-webkit-scrollbar {
    height: 3px;
}header .byS-main-pro::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(162,178,200);
}header .uQx-head-class {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 3px;
}}.nGV-mentorship-experience {
    background: linear-gradient(
        125deg,
        rgb(218,222,229) 0%,
        rgb(218,222,229) 60%,
        rgb(162,178,200,0.5) 120%
    );
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.nGV-mentorship-experience::before {
    background-size: 60px 60px;
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.03;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(162,178,200,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(162,178,200,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(162,178,200,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(162,178,200,0.5) 75%);
    height: 100%;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    top: 0;
}.nGV-mentorship-experience::after {
    height: 200%;
    position: absolute;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(162,178,200,0.5) 0%,
            transparent 60%
        );
    opacity: 0.2;
    width: 200%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    left: -50%;
    content: "";
    top: -50%;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.nGV-mentorship-experience .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.nGV-mentorship-experience .gzd-alumni-reviews {
    align-items: center;
    flex-direction: column;
    overflow: visible;
    background: transparent;
    position: relative;
    display: flex;
    border-radius: 25px;
    padding: 0;
}.nGV-mentorship-experience .UsW-image-container {
    height: 260px;
    z-index: 3;
    width: 260px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    transform: rotate(-5deg);
}.nGV-mentorship-experience .UsW-image-container::before {
    z-index: -1;
    border-radius: 30px;
    background: linear-gradient(
        135deg,
        rgb(162,178,200,0.5) 0%,
        transparent 50%,
        rgb(118,140,184,0.5) 100%
    );
    transform: rotate(5deg);
    inset: -10px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.5s ease;
    content: "";
}.nGV-mentorship-experience .UsW-image-container::after {
    transform: rotate(10deg);
    position: absolute;
    z-index: -2;
    content: "";
    transition: all 0.5s ease;
    inset: -20px;
    border-radius: 40px;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(162,178,200,0.5) 10px,
            rgb(162,178,200,0.5) 11px
        );
    opacity: 0.05;
}.nGV-mentorship-experience .name {
    color: #000000;
    z-index: 2;
    position: relative;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    padding: 0 20px 15px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-size: 40px;
    margin-bottom: 15px;
    text-align: center;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(162,178,200) 100%
    );
    font-weight: 700;
}.nGV-mentorship-experience .name::after {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    bottom: 0;
    height: 3px;
    width: 80px;
    border-radius: 3px;
    background: linear-gradient(
        to right,
        rgb(162,178,200) 0%,
        rgb(118,140,184) 100%
    );
}.nGV-mentorship-experience .gzd-alumni-reviews span:not(.name) {
    transition: all 0.3s ease;
    text-align: center;
    z-index: 2;
    font-weight: 600;
    color: rgb(118,140,184);
    font-size: 23px;
    margin-bottom: 40px;
    opacity: 0.8;
    position: relative;
    letter-spacing: 3px;
    text-transform: uppercase;
}.nGV-mentorship-experience .KVf-job-exp {
    background: #ffffff;
    z-index: 1;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    padding: 40px 50px;
    max-width: 700px;
    margin: 0;
    position: relative;
    color: #000000;
    text-align: center;
    line-height: 1.9;
    border-radius: 25px;
    width: 80%;
    font-size: 16px;
}.nGV-mentorship-experience .KVf-job-exp::before {
    width: 35px;
    opacity: 0.2;
    content: "";
    background: 
        linear-gradient(45deg, rgb(162,178,200,0.5) 0%, transparent 100%);
    position: absolute;
    border-radius: 0 0 10px 0;
    top: 25px;
    height: 35px;
    left: 25px;
}.nGV-mentorship-experience .KVf-job-exp::after {
    border-radius: 0 0 0 10px;
    bottom: 25px;
    background: 
        linear-gradient(225deg, rgb(118,140,184,0.5) 0%, transparent 100%);
    content: "";
    width: 35px;
    right: 25px;
    position: absolute;
    height: 35px;
    opacity: 0.2;
}.nGV-mentorship-experience .gzd-alumni-reviews::before {
    position: absolute;
    z-index: 0;
    top: -70px;
    transform: translateX(-50%) rotate(45deg);
    background: 
        linear-gradient(
            135deg,
            rgb(162,178,200,0.5) 0%,
            transparent 100%
        );
    opacity: 0.1;
    content: "";
    width: 300px;
    height: 300px;
    left: 50%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: morphing 15s infinite alternate ease-in-out;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.nGV-mentorship-experience .gzd-alumni-reviews::after {
    content: "";
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    height: 350px;
    opacity: 0.08;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(118,140,184,0.5) 100%
        );
    z-index: 0;
    position: absolute;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    width: 350px;
    top: -50px;
}.nGV-mentorship-experience .gzd-alumni-reviews:hover .UsW-image-container {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.nGV-mentorship-experience .gzd-alumni-reviews:hover .UsW-image-container::before {
    transform: rotate(0deg);
    opacity: 0.5;
}.nGV-mentorship-experience .gzd-alumni-reviews:hover .UsW-image-container::after {
    transform: rotate(5deg);
}.nGV-mentorship-experience .gzd-alumni-reviews:hover span:not(.name) {
    opacity: 1;
    letter-spacing: 5px;
}

@media (max-width: 991px) {.nGV-mentorship-experience {
    padding: 80px 0;
}.nGV-mentorship-experience .UsW-image-container {
    height: 220px;
    margin-bottom: 25px;
    width: 220px;
}.nGV-mentorship-experience .name {
    margin-bottom: 12px;
    font-size: calc(40px * 0.9);
}.nGV-mentorship-experience .KVf-job-exp {
    width: 85%;
    padding: 35px 40px;
}.nGV-mentorship-experience .gzd-alumni-reviews::before,
    .nGV-mentorship-experience .gzd-alumni-reviews::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.nGV-mentorship-experience {
    padding: 60px 0;
}.nGV-mentorship-experience .UsW-image-container {
    width: 180px;
    margin-bottom: 20px;
    height: 180px;
}.nGV-mentorship-experience .name {
    padding: 0 15px 12px;
    font-size: calc(40px * 0.8);
    margin-bottom: 10px;
}.nGV-mentorship-experience .gzd-alumni-reviews span:not(.name) {
    margin-bottom: 30px;
    font-size: calc(23px * 0.9);
    letter-spacing: 2px;
}.nGV-mentorship-experience .KVf-job-exp {
    font-size: calc(16px * 0.95);
    width: 90%;
    padding: 30px 35px;
}.nGV-mentorship-experience .KVf-job-exp::before,
    .nGV-mentorship-experience .KVf-job-exp::after {
    height: 25px;
    width: 25px;
}.nGV-mentorship-experience .gzd-alumni-reviews::before,
    .nGV-mentorship-experience .gzd-alumni-reviews::after {
    height: 200px;
    width: 200px;
}.nGV-mentorship-experience .gzd-alumni-reviews:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.nGV-mentorship-experience {
    padding: 50px 0;
}.nGV-mentorship-experience .UsW-image-container {
    margin-bottom: 15px;
    width: 150px;
    border-radius: 15px;
    height: 150px;
}.nGV-mentorship-experience .UsW-image-container::before {
    inset: -8px;
    border-radius: 22px;
}.nGV-mentorship-experience .UsW-image-container::after {
    border-radius: 30px;
    inset: -15px;
}.nGV-mentorship-experience .name {
    padding: 0 10px 10px;
    margin-bottom: 8px;
    font-size: calc(40px * 0.7);
}.nGV-mentorship-experience .name::after {
    height: 2px;
    width: 60px;
}.nGV-mentorship-experience .gzd-alumni-reviews span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: calc(23px * 0.85);
}.nGV-mentorship-experience .KVf-job-exp {
    width: 100%;
    border-radius: 10px;
    padding: 25px 20px;
    font-size: calc(16px * 0.9);
}.nGV-mentorship-experience .KVf-job-exp::before,
    .nGV-mentorship-experience .KVf-job-exp::after {
    height: 20px;
    width: 20px;
    top: 15px;
    left: 15px;
}.nGV-mentorship-experience .KVf-job-exp::after {
    bottom: 15px;
    right: 15px;
}.nGV-mentorship-experience .gzd-alumni-reviews::before,
    .nGV-mentorship-experience .gzd-alumni-reviews::after {
    width: 150px;
    height: 150px;
}.nGV-mentorship-experience .gzd-alumni-reviews:hover span:not(.name) {
    letter-spacing: 2px;
}}.wLn-course-program {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-color: #000000;
}.wLn-course-program::before {
    top: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgb(162,178,200,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(118,140,184,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
}.wLn-course-program::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    width: 100%;
    height: 100%;
    top: 0;
}.wLn-course-program .container {
    z-index: 2;
    position: relative;
}.wLn-course-program .rea-tech-learn {
    min-height: 500px;
    display: grid;
    gap: 30px;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
}.wLn-course-program .xZg-reading-area {
    display: contents;
}.wLn-course-program .xZg-reading-area h2 {
    color: #ffffff;
    margin: 0;
    transform: translateX(-30px);
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    border-radius: 22px;
    padding: 30px;
    animation: slide-in 0.8s forwards 0.2s;
    font-weight: 700;
    grid-area: title;
    align-self: center;
    opacity: 0;
    border-left: 3px solid rgb(162,178,200);
    backdrop-filter: blur(5px);
    font-size: 28px;
}.wLn-course-program .xZg-reading-area .description:nth-of-type(1) {
    grid-area: desc1;
    animation: fade-up 0.8s forwards 0.4s;
    transform: translateY(30px);
    opacity: 0;
}.wLn-course-program .xZg-reading-area .description:nth-of-type(2) {
    grid-area: desc2;
    opacity: 0;
    animation: fade-up 0.8s forwards 0.6s;
    transform: translateY(30px);
}.wLn-course-program .xZg-reading-area .description {
    color: #000000;
    border-radius: 22px;
    padding: 25px;
    line-height: 1.8;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 3px solid rgb(118,140,184);
    overflow: hidden;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin: 0;
    position: relative;
}.wLn-course-program .xZg-reading-area .description::before {
    left: 0;
    pointer-events: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
}.wLn-course-program .UsW-image-container {
    grid-area: image;
    overflow: hidden;
    border-radius: 22px;
    min-height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.wLn-course-program .UsW-image-container::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
    width: 100%;
    z-index: 1;
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}

@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (max-width: 991px) {.wLn-course-program {
    padding: 80px 0;
}.wLn-course-program .rea-tech-learn {
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
    min-height: auto;
}.wLn-course-program .UsW-image-container {
    height: 400px;
}
}

@media (max-width: 767px) {.wLn-course-program {
    padding: 60px 0;
}.wLn-course-program .rea-tech-learn {
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
}.wLn-course-program .UsW-image-container {
    height: 350px;
}.wLn-course-program .xZg-reading-area h2 {
    font-size: calc(28px * 0.9);
    padding: 20px;
}.wLn-course-program .xZg-reading-area .description {
    padding: 20px;
}

}

@media (max-width: 480px) {.wLn-course-program {
    padding: 40px 0;
}.wLn-course-program .UsW-image-container {
    height: 250px;
}.wLn-course-program .xZg-reading-area h2 {
    font-size: calc(28px * 0.8);
    padding: 15px;
}.wLn-course-program .xZg-reading-area .description {
    font-size: calc(14px * 0.95);
    padding: 15px;
}.wLn-course-program .tech-element {
    display: none;
}}.SdQ-tyDiv {
    z-index: 1;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(162,178,200,0.5), rgb(118,140,184,0.5) 70%);
    overflow: hidden;
}.SdQ-tyDiv::before {
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
}.SdQ-tyDiv::after {
    animation: pulse 15s infinite alternate ease-in-out;
    right: -50%;
    background: radial-gradient(circle, rgb(118,140,184,0.5) 0%, transparent 70%);
    opacity: 0.4;
    position: absolute;
    top: -50%;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    z-index: -1;
    content: '';
}.SdQ-tyDiv .container {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.SdQ-tyDiv .zMT-academy-learnings {
    background: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    display: flex;
    max-width: 900px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 3.5rem;
    margin: 0 auto;
}.SdQ-tyDiv .zMT-academy-learnings:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
}.SdQ-tyDiv .zMT-academy-learnings > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.SdQ-tyDiv .zMT-academy-learnings > div:first-child::before {
    content: '';
    height: 60px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: rgb(162,178,200);
    width: 1.5rem;
    left: -3.5rem;
}.SdQ-tyDiv h5 {
    color: #000000;
    font-size: 23px;
    position: relative;
    margin: 0;
    line-height: 1.4;
    border-left: 3px solid rgb(118,140,184);
    font-weight: 700;
    padding-left: 1rem;
}.SdQ-tyDiv a {
    text-decoration: none;
    transition: all 0.4s ease;
    overflow: hidden;
    display: block;
    position: relative;
    transform-origin: left center;
}.SdQ-tyDiv a::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, rgb(162,178,200,0.5) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}.SdQ-tyDiv a:hover::before {
    opacity: 0.1;
}.SdQ-tyDiv p {
    transition: transform 0.3s ease, color 0.3s ease;
    margin: 0;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
}.SdQ-tyDiv a:hover p {
    color: rgb(162,178,200);
    transform: translateX(5px);
}.SdQ-tyDiv .zMT-academy-learnings > div:last-child {
    padding-top: 2rem;
    position: relative;
}.SdQ-tyDiv .zMT-academy-learnings > div:last-child::before {
    background: linear-gradient(90deg, rgb(162,178,200,0.5), transparent 80%);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.SdQ-tyDiv {
    padding: 4rem 0;
}.SdQ-tyDiv .zMT-academy-learnings {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.SdQ-tyDiv .zMT-academy-learnings > div:first-child::before {
    left: -2.5rem;
    width: 1rem;
    height: 50px;
}.SdQ-tyDiv h5 {
    font-size: calc(23px - 0.1rem);
}
}

@media (max-width: 768px) {.SdQ-tyDiv {
    padding: 3rem 0;
}.SdQ-tyDiv .zMT-academy-learnings {
    transform: none;
    padding: 2rem;
}.SdQ-tyDiv .zMT-academy-learnings:hover {
    transform: translateY(-5px);
}.SdQ-tyDiv .zMT-academy-learnings > div:first-child::before {
    left: -2rem;
    height: 40px;
    width: 0.7rem;
}.SdQ-tyDiv h5 {
    font-size: calc(23px - 0.2rem);
    padding-left: 0.7rem;
}
}

@media (max-width: 576px) {.SdQ-tyDiv {
    padding: 2.5rem 0;
}.SdQ-tyDiv .container {
    padding: 0 1.5rem;
}.SdQ-tyDiv .zMT-academy-learnings {
    padding: 1.5rem;
}.SdQ-tyDiv .zMT-academy-learnings > div:first-child {
    margin-bottom: 1.5rem;
}.SdQ-tyDiv .zMT-academy-learnings > div:first-child::before {
    left: -1.5rem;
    width: 0.5rem;
    height: 30px;
}.SdQ-tyDiv h5 {
    padding-left: 0.5rem;
    font-size: calc(23px - 0.3rem);
}.SdQ-tyDiv p {
    font-size: calc(13px - 0.1rem);
    line-height: 1.6;
}.SdQ-tyDiv .zMT-academy-learnings > div:last-child {
    padding-top: 1.5rem;
}}.xrD-alertPrivacySettings {
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    left: 50%;
    flex-direction: column;
    display: flex;
    max-width: 600px;
    transform: translateX(-50%);
    overflow: hidden;
    background: rgb(218,222,229);
    bottom: 20px;
    text-align: center;
    padding: 20px;
    z-index: 1050;
    position: fixed;
    width: 90%;
    font-family: Arial, sans-serif;
    border-radius: 24px;
}.rMQ-visitor-confirm {
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}.Jns-cookie-list {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.Jns-cookie-list svg, .Jns-cookie-list svg path, .Jns-cookie-list img {
    height: 80px;
    width: 80px;
    fill: rgb(162,178,200);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.xrD-alertPrivacySettings h5 {
    color: rgb(162,178,200);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 21px;
}.xrD-alertPrivacySettings p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
}.Zxr-edu-approve {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 19px;
    text-align: center;
    margin: 5px;
    width: calc(50% - 10px);
    background: rgb(162,178,200);
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}.Zxr-edu-approve:hover {
    transform: translateY(-3px);
    background: rgb(118,140,184);
}.cookie_button.LDW-cookie-notice {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.LDW-cookie-notice:hover {
    background: rgb(118,140,184,0.5);
}.xrD-alertPrivacySettings p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(162,178,200);
}.xrD-alertPrivacySettings p a:hover {
    color: rgb(118,140,184);
}
@media only screen and (max-width: 600px) {.xrD-alertPrivacySettings {
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    transform: none;
}.rMQ-visitor-confirm {
    padding: 15px;
}.Jns-cookie-list svg {
    width: 50px;
    height: 50px;
}.xrD-alertPrivacySettings h5 {
    font-size: calc(21px - 2px);
}.xrD-alertPrivacySettings p {
    font-size: calc(14px - 2px);
}.Zxr-edu-approve {
    padding: 8px 16px;
    font-size: calc(19px - 2px);
    width: calc(100% - 10px);
}}
#nob-cookie-panel-alert {
    display: none;
}#nob-cookie-panel-alert:checked ~ .xrD-alertPrivacySettings {
    visibility: hidden;
    opacity: 0;
}.gus-company-overview {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.gus-company-overview::before {
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(162,178,200,0.5) 70%);
    top: 0;
    width: 100%;
    z-index: 1;
}.gus-company-overview .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.gus-company-overview .xZg-reading-area {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}.gus-company-overview .xZg-reading-area:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gus-company-overview .xZg-reading-area::before {
    left: 0;
    content: "";
    width: 6px;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(162,178,200), rgb(118,140,184));
}.gus-company-overview .xZg-reading-area::after {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    width: 30px;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(rgb(118,140,184,0.5), 0.3), transparent);
    height: 80%;
    position: absolute;
    content: "";
}.gus-company-overview h5 {
    font-size: 24px;
    color: rgb(162,178,200);
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 15px 0;
    font-weight: 700;
}.gus-company-overview h5::after {
    content: "";
    transition: transform 0.4s ease-out;
    bottom: -5px;
    transform: scaleX(1);
    transform-origin: left;
    width: 70%;
    left: 0;
    background: rgb(118,140,184);
    height: 3px;
    position: absolute;
}.gus-company-overview h5:hover::after {
    transform: scaleX(1.5);
}.gus-company-overview p {
    line-height: 1.5;
    color: #000000;
    margin: 0 0 20px 0;
    font-size: calc(12px * 1.2);
}.gus-company-overview p b {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    color: #000000;
    font-size: calc(12px * 1.5);
    display: inline-block;
    position: relative;
}.gus-company-overview p b::after {
    position: absolute;
    bottom: -8px;
    background: linear-gradient(to right, rgb(162,178,200), transparent);
    content: "";
    left: 0;
    height: 1px;
    width: 100%;
}.gus-company-overview ol {
    padding: 0;
    list-style-type: none;
    counter-reset: item;
    margin: 20px 0 0;
}.gus-company-overview ol li {
    margin-bottom: 15px;
    line-height: 1.8;
    position: relative;
    font-size: 12px;
    column-gap: 40px;
    hyphens: auto;
    text-align: justify;
    padding-left: 0;
    column-count: 1;
    color: #000000;
}.gus-company-overview ol li::first-letter {
    color: rgb(162,178,200);
    font-size: 1.5em;
    font-weight: 600;
}

@media (min-width: 768px) {.gus-company-overview ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.gus-company-overview {
    padding: 180px 0;
}.gus-company-overview .xZg-reading-area {
    width: 80%;
    padding: 60px 80px;
    margin-left: 60px;
}.gus-company-overview h5 {
    font-size: calc(24px * 1.2);
}.gus-company-overview p b {
    font-size: calc(12px * 1.8);
}.gus-company-overview ol li {
    font-size: calc(12px * 1.05);
    column-count: 2;
}
}

@media (max-width: 767px) {.gus-company-overview {
    padding: 80px 0;
}.gus-company-overview .xZg-reading-area {
    padding: 30px;
    transform: none;
}.gus-company-overview .xZg-reading-area::after {
    display: none;
}.gus-company-overview h5 {
    font-size: 24px;
}.gus-company-overview p b {
    font-size: calc(12px * 1.3);
}
}

@media (max-width: 575px) {.gus-company-overview {
    padding: 60px 0;
}.gus-company-overview .xZg-reading-area {
    padding: 25px 20px;
}.gus-company-overview h5 {
    font-size: calc(24px * 0.9);
}.gus-company-overview p b {
    font-size: calc(12px * 1.2);
}.gus-company-overview ol li {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.sOF-secure-chamber {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}.sOF-secure-chamber h1 {
    margin-bottom: 15px;
    color: #000000;
    font-size: 34px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.sOF-secure-chamber h2 {
    font-family: Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    margin: 10px 0;
    color: #000000;
}.sOF-secure-chamber h3, .sOF-secure-chamber h4, .sOF-secure-chamber h5, .sOF-secure-chamber h6 {
    color: #000000;
    font-size: 23px;
    margin: 1em 0;
}.sOF-secure-chamber ul {
    margin: 20px 0;
    color: #000000;
    list-style-type: square;
}.sOF-secure-chamber li {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 800px) {.sOF-secure-chamber {
    padding: 20px;
}.sOF-secure-chamber h1 {
    font-size: 23px;
}.sOF-secure-chamber h2 {
    font-size: 22px;
}.sOF-secure-chamber li {
    font-size: 12px;
}}.dgr-help-center {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: rgb(218,222,229);
}.dgr-help-center::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(162,178,200,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(118,140,184,0.5) 0%, transparent 20%);
    content: "";
    opacity: 0.4;
    left: 0;
    z-index: -2;
    top: 0;
    position: absolute;
    height: 100%;
}.dgr-help-center::after {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(162,178,200,0.5) 0%, transparent 100%);
    opacity: 0.1;
    top: 0;
    z-index: -1;
    content: "";
}.dgr-help-center .container {
    position: relative;
}.dgr-help-center .PcC-course-faq {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                inset 0 1px 1px #ffffff,
                0 0 30px rgb(162,178,200,0.5);
    overflow: hidden;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    border: 1px solid #ffffff;
    padding: 50px;
    transition: all 0.4s ease;
}.dgr-help-center .PcC-course-faq::before {
    position: absolute;
    filter: blur(60px);
    content: "";
    border-radius: 50%;
    height: 200px;
    opacity: 0.3;
    top: -100px;
    background: rgb(162,178,200,0.5);
    right: -100px;
    width: 200px;
    animation: pulse 8s infinite alternate;
}.dgr-help-center .PcC-course-faq::after {
    height: 150px;
    left: -75px;
    bottom: -75px;
    content: "";
    background: rgb(118,140,184,0.5);
    position: absolute;
    filter: blur(50px);
    width: 150px;
    animation: pulse 6s infinite alternate-reverse;
    opacity: 0.2;
    border-radius: 50%;
}.dgr-help-center .PcC-course-faq h2 {
    color: #ffffff;
    display: inline-block;
    text-shadow: 0 2px 4px #000000;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 37px;
}.dgr-help-center .PcC-course-faq h2::after {
    background: linear-gradient(90deg, rgb(162,178,200), transparent);
    height: 3px;
    bottom: -10px;
    content: "";
    border-radius: 10px;
    width: 40%;
    left: 0;
    position: absolute;
}.dgr-help-center .PcC-course-faq p {
    text-shadow: 0 1px 2px #000000;
    font-weight: 400;
    margin-bottom: 25px;
    max-width: 90%;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    line-height: 1.6;
}.dgr-help-center .PcC-course-faq p:last-of-type {
    padding: 12px 18px;
    color: #ffffff;
    border-left: 3px solid rgb(162,178,200);
    display: flex;
    font-size: 15px;
    align-items: center;
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.dgr-help-center .LMw-assist-support {
    justify-content: center;
    gap: 30px;
    display: flex;
    margin-top: 40px;
}.dgr-help-center .HEz-get-support {
    transition: all 0.3s ease;
    justify-content: center;
    z-index: 1;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    width: 70px;
    align-items: center;
    border: 1px solid #ffffff;
}.dgr-help-center .HEz-get-support::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    transition: opacity 0.3s ease;
    content: "";
    width: 100%;
    opacity: 0;
    background: linear-gradient(45deg, rgb(162,178,200), rgb(118,140,184));
}.dgr-help-center .HEz-get-support:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-color: #ffffff;
}.dgr-help-center .HEz-get-support:hover::before {
    opacity: 0.8;
}.dgr-help-center .HEz-get-support svg {
    width: 28px;
    transition: transform 0.3s ease;
    height: 28px;
}.dgr-help-center .HEz-get-support svg path {
    fill: rgb(162,178,200);
    transition: fill 0.3s ease;
}.dgr-help-center .HEz-get-support:hover svg {
    transform: scale(1.2);
}.dgr-help-center .HEz-get-support:hover svg path {
    fill: #ffffff;
}.dgr-help-center .PcC-course-faq p:last-of-type svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.dgr-help-center .PcC-course-faq p:last-of-type svg path {
    fill: rgb(162,178,200);
}@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.dgr-help-center .PcC-course-faq > * {
    opacity: 0;
    animation: floatIn 0.5s ease forwards;
}.dgr-help-center .PcC-course-faq h2 {
    animation-delay: 0.1s;
}.dgr-help-center .PcC-course-faq > p:first-of-type {
    animation-delay: 0.2s;
}.dgr-help-center .PcC-course-faq > p:last-of-type {
    animation-delay: 0.3s;
}.dgr-help-center .LMw-assist-support {
    animation-delay: 0.4s;
}.dgr-help-center .HEz-get-support:nth-child(1) {
    animation-delay: 0.5s;
}.dgr-help-center .HEz-get-support:nth-child(2) {
    animation-delay: 0.6s;
}.dgr-help-center .HEz-get-support:nth-child(3) {
    animation-delay: 0.7s;
}.dgr-help-center .HEz-get-support::after {
    content: attr(title);
    opacity: 0;
    text-shadow: 0 1px 2px #000000;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    position: absolute;
    transform: translateX(-50%);
    color: #ffffff;
    left: 50%;
    font-size: 14px;
    white-space: nowrap;
    bottom: -30px;
}.dgr-help-center .HEz-get-support:hover::after {
    bottom: -25px;
    opacity: 1;
}

@media (max-width: 992px) {.dgr-help-center {
    padding: 60px 0;
}.dgr-help-center .PcC-course-faq {
    padding: 40px 30px;
}.dgr-help-center .PcC-course-faq h2 {
    font-size: calc(37px - 4px);
}.dgr-help-center .PcC-course-faq p {
    max-width: 100%;
}.dgr-help-center .LMw-assist-support {
    gap: 20px;
}.dgr-help-center .HEz-get-support {
    width: 60px;
    height: 60px;
}.dgr-help-center .HEz-get-support svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 768px) {.dgr-help-center {
    padding: 50px 0;
}.dgr-help-center .PcC-course-faq {
    padding: 30px 20px;
}.dgr-help-center .PcC-course-faq h2 {
    font-size: calc(37px - 6px);
}.dgr-help-center .LMw-assist-support {
    gap: 15px;
}.dgr-help-center .PcC-course-faq p:last-of-type {
    padding: 10px 15px;
    margin-top: 20px;
}
}

@media (max-width: 576px) {.dgr-help-center {
    padding: 40px 0;
}.dgr-help-center .PcC-course-faq {
    padding: 25px 15px;
}.dgr-help-center .PcC-course-faq h2 {
    font-size: calc(37px - 8px);
}.dgr-help-center .PcC-course-faq h2::after {
    width: 30%;
    height: 2px;
}.dgr-help-center .PcC-course-faq p {
    font-size: calc(15px - 1px);
}.dgr-help-center .LMw-assist-support {
    justify-content: space-around;
    flex-wrap: wrap;
}.dgr-help-center .HEz-get-support {
    height: 50px;
    margin-bottom: 30px;
    width: 50px;
}.dgr-help-center .HEz-get-support svg {
    height: 20px;
    width: 20px;
}
}

@media (prefers-reduced-motion) {.dgr-help-center .PcC-course-faq::before,
    .dgr-help-center .PcC-course-faq::after,
    .dgr-help-center .PcC-course-faq > *,
    .dgr-help-center .HEz-get-support svg {
    animation: none;
}
}