* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-viewport-wUhmk {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.donate-btn-aIKmk {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1140px;
}.nav-start-GncTo {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.donate-btn-aIKmk {
    z-index: 1;
    padding: 6rem 0 4rem;
    color: #ffffff;
    position: relative;
}.donate-btn-aIKmk::before {
    content: "";
    height: 100%;
    background: #000000;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.85;
    position: absolute;
    top: 0;
}.donate-btn-aIKmk::after {
    background-size: 30px 30px;
    background-position: center;
    top: 0;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(rgba(rgb(156,179,204), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(156,179,204), 0.2) 1px, transparent 1px);
    width: 100%;
    z-index: -1;
    animation: gridAnimate 15s linear infinite;
    left: 0;
    content: "";
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.donate-btn-aIKmk .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
}.donate-btn-aIKmk .company_holder {
    position: relative;
    grid-row: 1;
    grid-column: 1 / 5;
}.donate-btn-aIKmk .company_holder::before {
    width: 60px;
    opacity: 0.7;
    left: -20px;
    border-left: 2px solid rgb(156,179,204);
    content: "";
    border-top: 2px solid rgb(156,179,204);
    top: -20px;
    position: absolute;
    height: 60px;
}.donate-btn-aIKmk .company_holder::after {
    position: absolute;
    border-right: 2px solid rgb(156,179,204);
    right: -20px;
    content: "";
    width: 60px;
    opacity: 0.7;
    border-bottom: 2px solid rgb(156,179,204);
    height: 60px;
    bottom: -20px;
}.donate-btn-aIKmk .company_holder h3 {
    background: linear-gradient(90deg, #ffffff, rgb(156,179,204));
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
}.donate-btn-aIKmk .company_holder h3::after {
    height: 2px;
    bottom: -5px;
    box-shadow: 0 0 10px rgb(156,179,204);
    background: rgb(156,179,204);
    width: 30%;
    position: absolute;
    left: 0;
    content: "";
}.donate-btn-aIKmk .footnote-ref-DdlcX {
    font-size: 13px;
    color: #ffffff;
    margin-top: 1.5rem;
    line-height: 1.6;
    opacity: 0.8;
}.donate-btn-aIKmk .cheat-sheet-wMhlA {
    justify-content: flex-end;
    display: flex;
    grid-row: 1;
    grid-column: 6 / 13;
}.donate-btn-aIKmk .nav-core-vUdfl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    width: 100%;
}.donate-btn-aIKmk .nav-learn-Yvbsr {
    backdrop-filter: blur(4px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    position: relative;
}.donate-btn-aIKmk .nav-learn-Yvbsr:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}.donate-btn-aIKmk .nav-learn-Yvbsr::before {
    top: 0;
    width: 3px;
    background: rgb(156,179,204);
    transition: height 0.3s ease;
    position: absolute;
    content: "";
    height: 0;
    left: 0;
}.donate-btn-aIKmk .nav-learn-Yvbsr:hover::before {
    height: 100%;
}.donate-btn-aIKmk .nav-learn-Yvbsr h5 {
    margin-bottom: 1.5rem;
    color: rgb(106,145,174);
    letter-spacing: 1px;
    font-size: 19px;
    position: relative;
    padding-left: 1rem;
    font-weight: 600;
}.donate-btn-aIKmk .nav-learn-Yvbsr h5::before {
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 5px;
    box-shadow: 0 0 10px rgb(156,179,204);
    content: "";
    width: 5px;
    background: rgb(156,179,204);
    top: 50%;
    left: 0;
}.donate-btn-aIKmk .nav-learn-Yvbsr .nav-core-vUdfl {
    display: flex;
    gap: 0.7rem;
    flex-direction: column;
}.donate-btn-aIKmk .nav-learn-Yvbsr .nav-core-vUdfl a {
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0.7;
    color: #ffffff;
    border-radius: 10px;
    font-size: 13px;
    padding: 0.4rem 1rem;
    position: relative;
    overflow: hidden;
}.donate-btn-aIKmk .nav-learn-Yvbsr .nav-core-vUdfl a::before {
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(rgb(156,179,204,0.5), 0.1), transparent);
    transition: transform 0.3s ease;
    content: "";
}.donate-btn-aIKmk .nav-learn-Yvbsr .nav-core-vUdfl a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    opacity: 1;
}.donate-btn-aIKmk .nav-learn-Yvbsr .nav-core-vUdfl a:hover::before {
    transform: translateX(0);
}.sample-docs-UzFiJ {
    grid-column: 1 / 13;
    padding: 1.5rem 0;
    grid-row: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    margin-top: 4rem;
    position: relative;
}.sample-docs-UzFiJ::before {
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(156,179,204), transparent);
    content: "";
    left: 50%;
    width: 60%;
    height: 1px;
}.sample-docs-UzFiJ .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.sample-docs-UzFiJ .forum-link-bMfcG {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.donate-btn-aIKmk .container {
    grid-template-columns: repeat(1, 1fr);
}.donate-btn-aIKmk .company_holder {
    grid-column: 1;
    grid-row: 1;
}.donate-btn-aIKmk .cheat-sheet-wMhlA {
    grid-column: 1;
    margin-top: 2rem;
    grid-row: 2;
}.sample-docs-UzFiJ {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.donate-btn-aIKmk {
    padding: 4rem 0 3rem;
}.donate-btn-aIKmk .nav-core-vUdfl {
    grid-template-columns: 1fr;
    gap: 2rem;
}.donate-btn-aIKmk .nav-learn-Yvbsr {
    padding: 1.2rem;
}.donate-btn-aIKmk .nav-learn-Yvbsr h5 {
    font-size: calc(19px * 0.9);
}.donate-btn-aIKmk .company_holder::before,
    .donate-btn-aIKmk .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.donate-btn-aIKmk {
    padding: 3rem 0 2rem;
}.donate-btn-aIKmk .company_holder h3 {
    font-size: calc(35px * 0.9);
}.donate-btn-aIKmk .footnote-ref-DdlcX {
    font-size: calc(13px * 0.9);
}.donate-btn-aIKmk .nav-learn-Yvbsr .nav-core-vUdfl a {
    font-size: calc(13px * 0.9);
}.sample-docs-UzFiJ {
    margin-top: 2rem;
    padding: 1rem 0;
}}.cookieAlertPromptPanel-qtkHr {
    z-index: 1050;
    background: #ffffff;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(156,179,204);
}.web-tracking-juOwX {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.edu-cookies-oEkLD {
    flex-shrink: 0;
    margin-right: 15px;
}.edu-cookies-oEkLD svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(156,179,204);
    width: 50px;
    height: 50px;
}.safe-cookies-YCsXp {
    margin-right: 15px;
    flex-grow: 1;
}.safe-cookies-YCsXp h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(156,179,204);
}.safe-cookies-YCsXp p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}.privacy-notify-IZHka {
    text-decoration: none;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    vertical-align: middle;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
    user-select: none;
    border: 1px solid transparent;
    margin-left: 10px;
}.cookie_button.web-cookies-wEvWS {
    border-color: rgb(156,179,204);
    background-color: rgb(156,179,204);
    color: #ffffff;
}#cookie-modal-alert-yYexE {
    display: none;
}#cookie-modal-alert-yYexE:checked ~ .cookieAlertPromptPanel-qtkHr {
    visibility: hidden;
    opacity: 0;
}.cookie_button.web-cookies-wEvWS:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.consent-panel-GnzTq {
    color: #000000;
    border-color: rgb(106,145,174);
    background-color: rgb(106,145,174);
}.cookie_button.consent-panel-GnzTq:hover {
    color: #ffffff;
    border-color: rgb(156,179,204);
    background-color: rgb(156,179,204);
}.cookieAlertPromptPanel-qtkHr p a {
    color: rgb(156,179,204);
    text-decoration: underline;
}.cookieAlertPromptPanel-qtkHr p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.safe-cookies-YCsXp h5 {
    font-size: calc(18px - 2px);
}.safe-cookies-YCsXp p {
    font-size: calc(16px - 2px);
}.privacy-notify-IZHka {
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.web-tracking-juOwX {
    flex-direction: column;
    align-items: center;
}.edu-cookies-oEkLD {
    margin-bottom: 10px;
}.safe-cookies-YCsXp {
    text-align: center;
    margin-bottom: 15px;
}.privacy-notify-IZHka {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.appPage-EGHYm {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(156,179,204,0.5) 0%, rgb(202,215,229) 70%);
    overflow: hidden;
    perspective: 1000px;
}.appPage-EGHYm::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-size: 80px 80px, 60px 60px, 100px 100px;
    z-index: 0;
    width: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(156,179,204,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(156,179,204,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(156,179,204,0.5) 31%, transparent 32%);
    content: "";
}.appPage-EGHYm .container {
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 1;
}.appPage-EGHYm h2 {
    opacity: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 3rem;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    line-height: 1.3;
    font-size: 32px;
    color: #000000;
    transform: translateZ(40px);
}.appPage-EGHYm h2::after {
    height: 3px;
    left: 0;
    transform: scaleX(0);
    content: "";
    background: rgb(156,179,204);
    position: absolute;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    width: 80px;
    bottom: -15px;
}.appPage-EGHYm .knowledge-classes-QMTnG {
    border-left: 5px solid rgb(156,179,204);
    transition: transform 0.5s ease;
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    transform: translateZ(20px) rotateY(-2deg);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    background: #ffffff;
    transform-style: preserve-3d;
}.appPage-EGHYm .knowledge-classes-QMTnG:hover {
    transform: translateZ(25px) rotateY(0deg);
}.appPage-EGHYm ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.appPage-EGHYm li {
    padding: 2.5rem;
    position: relative;
}.appPage-EGHYm li::before {
    transform: scale(0);
    height: 40px;
    top: -8px;
    width: 40px;
    right: -8px;
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: "";
    border-radius: 50%;
    background: rgb(106,145,174,0.5);
    opacity: 0.7;
    position: absolute;
    z-index: -1;
}.appPage-EGHYm span {
    transform: translateZ(10px);
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 17px;
    display: block;
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {.appPage-EGHYm {
    padding: 4rem 1.5rem;
}.appPage-EGHYm h2 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.appPage-EGHYm .knowledge-classes-QMTnG {
    transform: translateZ(15px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.appPage-EGHYm {
    padding: 3rem 1rem;
}.appPage-EGHYm h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.appPage-EGHYm .knowledge-classes-QMTnG {
    transform: translateZ(10px) rotateY(0);
}.appPage-EGHYm li {
    padding: 2rem;
}
}

@media (max-width: 576px) {.appPage-EGHYm {
    padding: 2.5rem 0.8rem;
}.appPage-EGHYm h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.appPage-EGHYm h2::after {
    height: 2px;
    width: 60px;
}.appPage-EGHYm li {
    padding: 1.5rem;
}.appPage-EGHYm span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.title-welcome-lixrM {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}.title-welcome-lixrM .course-intro-tGQWU {
    justify-content: center;
    height: 100%;
    display: flex;
    width: 100%;
    top: 0;
    left: 0;
    align-items: center;
    position: absolute;
}.title-welcome-lixrM .course-intro-tGQWU::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(156,179,204,0.5), rgba(0, 0, 0, 0.5) 70%);
    bottom: 0;
    left: 0;
    z-index: 1;
    top: 0;
    right: 0;
    content: "";
}.title-welcome-lixrM .pedagogy-info-PhpBA {
    z-index: 2;
    transform: translateY(-2vh);
    grid-template-columns: 1fr;
    animation: fadeUp 1.2s ease-out forwards;
    width: 90%;
    padding: 3rem;
    max-width: 1200px;
    display: grid;
    position: relative;
    gap: 2rem;
}.title-welcome-lixrM .pedagogy-info-PhpBA > div {
    overflow: hidden;
    position: relative;
}.title-welcome-lixrM .pedagogy-info-PhpBA > div:nth-child(1) {
    transform: translateX(-5%);
    position: relative;
    opacity: 0;
    animation: slideInLeft 0.8s ease-out 0.3s forwards;
}.title-welcome-lixrM .pedagogy-info-PhpBA > div:nth-child(2) {
    animation: slideInRight 0.8s ease-out 0.6s forwards;
    transform: translateX(5%);
    opacity: 0;
    position: relative;
}.title-welcome-lixrM .pedagogy-info-PhpBA > div:nth-child(3) {
    transform: translateY(20px);
    position: relative;
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    opacity: 0;
}.title-welcome-lixrM p {
    backdrop-filter: blur(4px);
    padding: 0.5rem 1rem;
    font-size: calc(13px * 1.2);
    font-weight: 400;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    border-left: 4px solid rgb(106,145,174);
    max-width: 90%;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, rgb(156,179,204,0.5), transparent);
    margin: 0;
    transform: translateX(0);
    transition: transform 0.3s ease;
    color: #ffffff;
}.title-welcome-lixrM p:hover {
    transform: translateX(10px);
}.title-welcome-lixrM .title_style_header {
    font-weight: 700;
    margin: 0;
    transition: transform 0.4s ease;
    font-size: calc(42px * 1.3);
    padding-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    transform: scale(1);
    position: relative;
    line-height: 1.2;
    color: #ffffff;
}.title-welcome-lixrM .title_style_header:hover {
    transform: scale(1.02);
}.title-welcome-lixrM .title_style_header::after {
    left: 0;
    background: linear-gradient(90deg, rgb(106,145,174), transparent);
    animation: lineGrow 1.5s ease-out 1.2s forwards;
    bottom: 0;
    height: 3px;
    position: absolute;
    content: "";
    width: 0;
}.title-welcome-lixrM h3 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    font-weight: 600;
    font-size: calc(19px * 1.1);
    color: #ffffff;
    letter-spacing: 0.3px;
    max-width: 95%;
    backdrop-filter: blur(3px);
    margin: 0;
    line-height: 1.5;
    padding: 1rem;
    transform: translateY(0);
    transition: transform 0.3s ease;
    border-radius: 10px;
}.title-welcome-lixrM h3:hover {
    transform: translateY(-5px);
}

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}

@media (min-width: 768px) {.title-welcome-lixrM .pedagogy-info-PhpBA {
    grid-template-columns: 1fr;
    padding: 4rem;
    gap: 3rem;
}.title-welcome-lixrM p {
    font-size: calc(13px * 1.3);
    max-width: 70%;
}.title-welcome-lixrM .title_style_header {
    font-size: calc(42px * 1.5);
}.title-welcome-lixrM h3 {
    max-width: 85%;
    font-size: calc(19px * 1.2);
}
}

@media (min-width: 992px) {.title-welcome-lixrM .pedagogy-info-PhpBA {
    gap: 4rem;
    padding: 5rem;
}.title-welcome-lixrM p {
    max-width: 60%;
    font-size: calc(13px * 1.4);
    padding: 0.8rem 1.5rem;
}.title-welcome-lixrM .title_style_header {
    font-size: calc(42px * 1.8);
}.title-welcome-lixrM h3 {
    font-size: calc(19px * 1.3);
    padding: 1.5rem;
    max-width: 75%;
}
}

@media (max-width: 767px) {.title-welcome-lixrM {
    min-height: 100vh;
    height: auto;
}.title-welcome-lixrM .pedagogy-info-PhpBA {
    gap: 1.5rem;
    padding: 2rem 1.5rem;
}.title-welcome-lixrM p {
    max-width: 100%;
    padding: 0.5rem;
    font-size: 13px;
}.title-welcome-lixrM .title_style_header {
    font-size: calc(42px * 1.1);
}.title-welcome-lixrM h3 {
    padding: 0.8rem;
    font-size: 19px;
    max-width: 100%;
}
}

@media (max-width: 480px) {.title-welcome-lixrM .pedagogy-info-PhpBA {
    padding: 1.5rem 1rem;
    gap: 1.2rem;
}.title-welcome-lixrM p {
    font-size: calc(13px * 0.9);
}.title-welcome-lixrM .title_style_header {
    font-size: 42px;
}.title-welcome-lixrM h3 {
    font-size: calc(19px * 0.9);
}}.location-details-CiFep {
    background: linear-gradient(
        135deg, 
        rgb(156,179,204,0.5) 0%, 
        rgb(106,145,174,0.5) 50%, 
        rgb(156,179,204,0.5) 100%
    );
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.location-details-CiFep::before {
    animation: techBackground 15s linear infinite;
    z-index: 1;
    position: absolute;
    background: repeating-radial-gradient(
        circle at center,
        transparent 0,
        rgba(255,255,255,0.02) 10px,
        transparent 20px
    );
    left: -50%;
    top: -50%;
    opacity: 0.5;
    width: 200%;
    height: 200%;
    content: '';
}@keyframes techBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.location-details-CiFep .container {
    padding: 4rem 15px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.location-details-CiFep .learn-form-vpOyI {
    transform: perspective(1000px) rotateX(5deg) scale(0.98);
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(15px);
    padding: 3rem;
    border-radius: 24px;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 40px rgba(0,0,0,0.1),
        0 0 30px rgba(rgb(156,179,204), 0.2);
}.location-details-CiFep .quick-reach-AYlLw {
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    font-size: 34px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(
        90deg, 
        rgb(156,179,204), 
        rgb(106,145,174)
    );
    -webkit-background-clip: text !important;
    text-align: center;
    margin-bottom: 2rem;
}.location-details-CiFep .img-strip-wrap-FpGnY {
    width: 250px;
    height: 250px;
    margin: 0 auto 2rem;
    border: 4px solid rgb(106,145,174);
    box-shadow: 
        0 0 0 6px rgba(255,255,255,0.1),
        0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    transition: transform 0.3s ease;
}.location-details-CiFep .img-strip-wrap-FpGnY:hover {
    transform: scale(1.05);
}.location-details-CiFep .msg-form-AHxZD {
    text-align: center;
    color: #ffffff;
}.location-details-CiFep .msg-form-AHxZD p {
    padding: 0.5rem 0;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    font-size: 13px;
}.location-details-CiFep .msg-form-AHxZD p svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    transition: all 0.3s ease;
    margin: 0 8px;
    opacity: 0.8;
}.location-details-CiFep .msg-form-AHxZD p svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.location-details-CiFep .msg-form-AHxZD p:hover {
    transform: translateX(10px);
}.location-details-CiFep .msg-form-AHxZD p:hover svg {
    opacity: 1;
    transform: scale(1.1);
}.location-details-CiFep .msg-form-AHxZD p:hover svg path {
    fill: rgb(106,145,174);
}.location-details-CiFep .msg-form-AHxZD a {
    text-decoration: none;
    position: relative;
    color: #ffffff;
    transition: color 0.3s ease;
}.location-details-CiFep .msg-form-AHxZD a:hover {
    color: rgb(106,145,174);
}.location-details-CiFep .help-question-bAziP {
    border-radius: 10px;
    margin-top: 2rem;
    background: rgba(255,255,255,0.05);
    padding: 1.5rem;
}.location-details-CiFep .contact-card-NQSfY {
    color: #ffffff;
    margin-bottom: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 21px;
}.location-details-CiFep .contact-card-NQSfY svg {
    height: 22px;
    width: 22px;
    opacity: 0.8;
    transition: all 0.3s ease;
    margin-right: 10px;
}.location-details-CiFep .contact-card-NQSfY svg path {
    fill: #ffffff;
}.location-details-CiFep .help-question-bAziP:hover .contact-card-NQSfY svg {
    transform: rotate(15deg);
    opacity: 1;
}.location-details-CiFep .help-question-bAziP:hover .contact-card-NQSfY svg path {
    fill: rgb(106,145,174);
}.location-details-CiFep .quick-request-SUkGD {
    gap: 0.5rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}.location-details-CiFep .get-contactpanel-hBOXM {
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    background: rgba(255,255,255,0.1);
    padding: 0.5rem 1rem;
}.location-details-CiFep .get-contactpanel-hBOXM svg {
    height: 16px;
    transition: all 0.3s ease;
    opacity: 0;
    margin-right: 0;
    transform: translateX(-10px);
    width: 0;
}.location-details-CiFep .get-contactpanel-hBOXM svg path {
    fill: rgb(106,145,174);
}.location-details-CiFep .get-contactpanel-hBOXM:hover {
    padding-right: 1.2rem;
    padding-left: 0.8rem;
    background: rgba(255,255,255,0.2);
}.location-details-CiFep .get-contactpanel-hBOXM:hover svg {
    margin-right: 6px;
    width: 16px;
    transform: translateX(0);
    opacity: 1;
}

@media (max-width: 1024px) {.location-details-CiFep .container {
    padding: 2rem 15px;
}.location-details-CiFep .learn-form-vpOyI {
    padding: 2rem;
}.location-details-CiFep .img-strip-wrap-FpGnY {
    height: 200px;
    width: 200px;
}.location-details-CiFep .msg-form-AHxZD p svg {
    height: 18px;
    margin-right: 8px;
    width: 18px;
}.location-details-CiFep .contact-card-NQSfY svg {
    height: 20px;
    margin-right: 8px;
    width: 20px;
}
}

@media (max-width: 768px) {.location-details-CiFep .learn-form-vpOyI {
    padding: 1.5rem;
}.location-details-CiFep .img-strip-wrap-FpGnY {
    height: 150px;
    width: 150px;
}.location-details-CiFep .quick-request-SUkGD {
    flex-direction: column;
    align-items: center;
}.location-details-CiFep .msg-form-AHxZD p svg {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}.location-details-CiFep .contact-card-NQSfY svg {
    width: 18px;
    margin-right: 6px;
    height: 18px;
}
}

@media (max-width: 480px) {.location-details-CiFep .container {
    padding: 1rem 15px;
}.location-details-CiFep .learn-form-vpOyI {
    padding: 1rem;
}.location-details-CiFep .img-strip-wrap-FpGnY {
    height: 120px;
    width: 120px;
}.location-details-CiFep .msg-form-AHxZD p svg {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}.location-details-CiFep .contact-card-NQSfY svg {
    width: 16px;
    margin-right: 5px;
    height: 16px;
}}.training-results-RXuDc {
    background: linear-gradient(135deg, rgb(202,215,229) 0%, rgba(255,255,255,0.98) 70%);
    overflow: hidden;
    padding: 5rem 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
}.training-results-RXuDc::before {
    z-index: 0;
    top: -10%;
    opacity: 0.2;
    content: "";
    width: 25rem;
    animation: float 18s infinite ease-in-out;
    border-radius: 40% 60% 70% 30%;
    height: 25rem;
    background: linear-gradient(220deg, rgb(156,179,204,0.5) 10%, transparent 70%);
    transform: rotate(-15deg);
    position: absolute;
    filter: blur(30px);
    right: -5%;
}.training-results-RXuDc::after {
    content: "";
    transform: rotate(25deg);
    bottom: -15%;
    z-index: 0;
    position: absolute;
    filter: blur(35px);
    width: 20rem;
    height: 20rem;
    opacity: 0.15;
    border-radius: 60% 40% 30% 70%;
    animation: float 15s infinite ease-in-out reverse;
    background: linear-gradient(40deg, rgb(106,145,174,0.5) 15%, transparent 75%);
    left: -5%;
}.training-results-RXuDc h5 {
    z-index: 2;
    position: relative;
    text-align: center;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 3.5rem;
}.training-results-RXuDc h5::after {
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgb(156,179,204), transparent);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    bottom: -0.8rem;
    width: 4rem;
}.training-results-RXuDc .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.training-results-RXuDc .knowledge-classes-QMTnG {
    border: 1px solid rgba(255, 255, 255, 0.9);
    align-items: center;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    padding: 2.5rem 1.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.03);
}.training-results-RXuDc .knowledge-classes-QMTnG:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.training-results-RXuDc .img-strip-wrap-FpGnY {
    max-width: 480px;
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: auto;
    border-radius: 3px;
}.training-results-RXuDc .knowledge-classes-QMTnG:hover .img-strip-wrap-FpGnY {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.training-results-RXuDc .editorial-wrap-LqsCv {
    width: 100%;
}.training-results-RXuDc ul {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
}.training-results-RXuDc li {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    transform: translateX(0);
    padding: 0.8rem 1rem 0.8rem 3.2rem;
    transition: transform 0.3s ease, background 0.3s ease, border-left 0.3s ease;
    border-left: 2px solid rgb(156,179,204,0.5);
    position: relative;
}.training-results-RXuDc li:hover {
    border-left: 2px solid rgb(156,179,204);
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05), transparent);
}.training-results-RXuDc li:nth-child(odd) {
    border-left: 2px solid rgb(106,145,174,0.5);
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.02), transparent);
}.training-results-RXuDc li:nth-child(odd):hover {
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.04), transparent);
    border-left: 2px solid rgb(106,145,174);
}.training-results-RXuDc li div,
.training-results-RXuDc li p {
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
}.training-results-RXuDc li svg {
    top: 0;
    left: -2.3rem;
    transform: translateY(0);
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.training-results-RXuDc li:hover svg {
    transform: translateY(-3px);
}.training-results-RXuDc svg path {
    transition: fill 0.3s ease;
    fill: rgb(156,179,204);
}.training-results-RXuDc li:nth-child(odd) svg path {
    fill: rgb(106,145,174);
}.training-results-RXuDc li:first-child {
    animation: fadeInUp 0.6s 0.1s both;
}.training-results-RXuDc li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.training-results-RXuDc li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.training-results-RXuDc li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.training-results-RXuDc li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}

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

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

@media (min-width: 768px) {.training-results-RXuDc {
    padding: 6rem 2rem;
}.training-results-RXuDc h5 {
    font-size: calc(20px * 1.1);
    margin-bottom: 4rem;
}.training-results-RXuDc .knowledge-classes-QMTnG {
    flex-direction: row;
    padding: 3rem;
    gap: 3rem;
}.training-results-RXuDc ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.training-results-RXuDc {
    padding: 8rem 3rem;
}.training-results-RXuDc .knowledge-classes-QMTnG {
    gap: 4rem;
}.training-results-RXuDc .img-strip-wrap-FpGnY {
    max-width: 45%;
}.training-results-RXuDc .editorial-wrap-LqsCv {
    max-width: 55%;
}.training-results-RXuDc h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.training-results-RXuDc li p {
    font-size: calc(12px * 0.95);
}.training-results-RXuDc h5 {
    padding: 0 1rem;
    font-size: calc(20px * 0.9);
}.training-results-RXuDc li {
    padding: 0.7rem 0.8rem 0.7rem 3rem;
}}.contact-us-QwJBW {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        135deg, 
        rgb(106,145,174,0.5) 0%, 
        rgb(156,179,204,0.5) 100%
    );
    isolation: isolate;
}.contact-us-QwJBW::before {
    content: '';
    z-index: 1;
    height: 200%;
    left: -50%;
    top: -50%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    position: absolute;
    animation: subtle-pulse 12s infinite alternate;
    width: 200%;
}.contact-us-QwJBW::after {
    animation: subtle-wave 15s infinite alternate-reverse;
    content: '';
    bottom: -30%;
    height: 150%;
    width: 150%;
    right: -30%;
    position: absolute;
    z-index: 1;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
}.contact-us-QwJBW .container {
    padding: 0 1rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.contact-us-QwJBW h2 {
    letter-spacing: -0.02em;
    color: #ffffff;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
}.contact-us-QwJBW h2::after {
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    content: '';
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(156,179,204), 
        transparent
    );
    left: 50%;
    position: absolute;
    bottom: -0.5rem;
}.contact-us-QwJBW .connect-links-iCDmb {
    background: rgba(255,255,255,0.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-radius: 23px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    align-items: stretch;
    overflow: hidden;
    display: flex;
}.contact-us-QwJBW .img-strip-wrap-FpGnY {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.contact-us-QwJBW .img-strip-wrap-FpGnY::before {
    background: linear-gradient(
        45deg, 
        rgb(106,145,174,0.5) 0%, 
        rgb(156,179,204,0.5) 100%
    );
    mix-blend-mode: color-dodge;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.6;
    width: 100%;
}.contact-us-QwJBW .support-help-CWRgy {
    justify-content: center;
    flex: 0 0 60%;
    padding: 4rem 3rem;
    flex-direction: column;
    display: flex;
}.contact-us-QwJBW .support-help-CWRgy form {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}.contact-us-QwJBW .support-help-CWRgy h3 {
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 2rem;
}.contact-us-QwJBW .support-help-CWRgy input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 17px;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
}.contact-us-QwJBW .support-help-CWRgy input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(156,179,204);
    box-shadow: 0 0 15px rgba(rgb(156,179,204), 0.3);
}.contact-us-QwJBW .support-help-CWRgy .query-widget-aUFyW {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.contact-us-QwJBW .support-help-CWRgy .query-widget-aUFyW input[type="checkbox"] {
    appearance: none;
    border: 2px solid #ffffff;
    position: relative;
    border-radius: 10px;
    width: 22px;
    margin-right: 1rem;
    cursor: pointer;
    height: 22px;
    transition: all 0.3s ease;
}.contact-us-QwJBW .support-help-CWRgy .query-widget-aUFyW input[type="checkbox"]:checked {
    background: rgb(156,179,204);
    border-color: rgb(156,179,204);
}.contact-us-QwJBW .support-help-CWRgy .query-widget-aUFyW input[type="checkbox"]:checked::after {
    color: #ffffff;
    font-size: 0.8rem;
    content: '✔';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}.contact-us-QwJBW .support-help-CWRgy .query-widget-aUFyW label {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 17px;
}.contact-us-QwJBW .support-help-CWRgy .query-widget-aUFyW a {
    color: rgb(156,179,204);
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact-us-QwJBW .support-help-CWRgy .query-widget-aUFyW a:hover {
    text-decoration: underline;
}.contact-us-QwJBW .support-help-CWRgy .help-panel-GnohZ {
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    background: rgb(156,179,204);
}.contact-us-QwJBW .support-help-CWRgy .help-panel-GnohZ::before {
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    left: -100%;
    height: 100%;
    width: 100%;
    top: 0;
}.contact-us-QwJBW .support-help-CWRgy .help-panel-GnohZ:hover::before {
    left: 100%;
}.contact-us-QwJBW .support-help-CWRgy .help-panel-GnohZ:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact-us-QwJBW .connect-links-iCDmb {
    flex-direction: column;
}.contact-us-QwJBW .img-strip-wrap-FpGnY {
    flex: 0 0 100%;
    min-height: 300px;
}.contact-us-QwJBW .support-help-CWRgy {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact-us-QwJBW {
    padding: 3rem 0;
}.contact-us-QwJBW h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.contact-us-QwJBW .support-help-CWRgy h3 {
    font-size: calc(30px * 0.9);
}.contact-us-QwJBW .support-help-CWRgy input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact-us-QwJBW .support-help-CWRgy .query-widget-aUFyW {
    align-items: flex-start;
}.contact-us-QwJBW .support-help-CWRgy .query-widget-aUFyW input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact-us-QwJBW .connect-links-iCDmb {
    border-radius: 0;
}.contact-us-QwJBW .img-strip-wrap-FpGnY {
    min-height: 250px;
}.contact-us-QwJBW .support-help-CWRgy {
    padding: 2rem 1.5rem;
}}.instructor-history-JXrhF {
    background: rgb(202,215,229);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}.instructor-history-JXrhF::before {
    height: 1px;
    animation: lineExpand 5s ease-in-out infinite alternate;
    left: 0;
    transform-origin: left center;
    content: "";
    background: linear-gradient(to right, transparent, rgb(156,179,204,0.5), transparent);
    top: 40%;
    position: absolute;
    width: 40%;
}.instructor-history-JXrhF::after {
    height: 1px;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    bottom: 40%;
    position: absolute;
    transform-origin: right center;
    background: linear-gradient(to left, transparent, rgb(106,145,174,0.5), transparent);
    width: 40%;
    right: 0;
    content: "";
}.instructor-history-JXrhF .student-feedback-BraeK {
    max-width: 1100px;
    gap: 4rem;
    display: grid;
    z-index: 1;
    grid-template-columns: 1fr 2fr;
    margin: 0 auto;
    position: relative;
}.instructor-history-JXrhF .img-strip-wrap-FpGnY {
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: grayscale(100%);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    transform: scale(1);
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    height: 400px;
}.instructor-history-JXrhF .img-strip-wrap-FpGnY::after {
    mix-blend-mode: overlay;
    height: 100%;
    opacity: 0.5;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    transition: all 0.7s ease;
    left: 0;
    background: linear-gradient(135deg, rgb(156,179,204,0.5) 0%, transparent 50%);
}.instructor-history-JXrhF .job-exp-Njapv {
    flex-direction: column;
    position: relative;
    justify-content: center;
    opacity: 0.9;
    display: flex;
    transition: all 0.7s ease;
}.instructor-history-JXrhF .job-exp-Njapv::before {
    top: 15%;
    position: absolute;
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 1px;
    content: "";
    left: -2rem;
}.instructor-history-JXrhF .name {
    transform: translateX(0);
    color: #000000;
    transition: all 0.5s ease;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: calc(43px * 1.2);
    position: relative;
}.instructor-history-JXrhF .name::after {
    bottom: -0.5rem;
    height: 2px;
    content: "";
    background: rgb(156,179,204);
    position: absolute;
    left: 0;
    transition: transform 0.5s ease 0.2s;
    width: 50px;
    transform: scaleX(0);
    transform-origin: left;
}.instructor-history-JXrhF .job-exp-Njapv div:nth-child(2) {
    text-transform: uppercase;
    transition: all 0.5s ease 0.1s;
    letter-spacing: 2px;
    margin-bottom: 3rem;
    font-weight: 300;
    color: rgb(106,145,174);
    font-size: 18px;
    transform: translateX(0);
}.instructor-history-JXrhF .exp-milestones-srxYW {
    position: relative;
    font-size: 23px;
    line-height: 1.8;
    transform: translateX(0);
    color: #000000;
    padding-left: 2rem;
    font-weight: 300;
    transition: all 0.5s ease 0.2s;
}.instructor-history-JXrhF .exp-milestones-srxYW::before {
    font-size: 4rem;
    color: rgb(156,179,204,0.5);
    content: "";
    line-height: 1;
    left: 0;
    position: absolute;
    font-family: serif;
    top: -1rem;
}.instructor-history-JXrhF .student-feedback-BraeK:hover .img-strip-wrap-FpGnY {
    filter: grayscale(0%);
    transform: scale(1.05);
}.instructor-history-JXrhF .student-feedback-BraeK:hover .img-strip-wrap-FpGnY::after {
    opacity: 0.3;
}.instructor-history-JXrhF .student-feedback-BraeK:hover .name {
    transform: translateX(10px);
}.instructor-history-JXrhF .student-feedback-BraeK:hover .name::after {
    transform: scaleX(1);
}.instructor-history-JXrhF .student-feedback-BraeK:hover .job-exp-Njapv div:nth-child(2) {
    transform: translateX(20px);
}.instructor-history-JXrhF .student-feedback-BraeK:hover .exp-milestones-srxYW {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.instructor-history-JXrhF .student-feedback-BraeK {
    gap: 3rem;
    grid-template-columns: 1fr;
}.instructor-history-JXrhF .img-strip-wrap-FpGnY {
    height: 350px;
    margin: 0 auto;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    width: 80%;
}.instructor-history-JXrhF .job-exp-Njapv::before {
    top: -1.5rem;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
    width: 60%;
}.instructor-history-JXrhF .student-feedback-BraeK:hover .name,
    .instructor-history-JXrhF .student-feedback-BraeK:hover .job-exp-Njapv div:nth-child(2),
    .instructor-history-JXrhF .student-feedback-BraeK:hover .exp-milestones-srxYW {
    transform: translateX(0);
}}.attempt-now-njJLp {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(156,179,204) 0%, rgb(106,145,174) 100%);
}.attempt-now-njJLp::before {
    width: 100%;
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: '';
    top: 0;
    opacity: 0.05;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    z-index: -1;
    background: 
        linear-gradient(45deg, rgb(106,145,174,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(106,145,174,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(106,145,174,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(106,145,174,0.5) 75%);
}.attempt-now-njJLp::after {
    content: '';
    opacity: 0.1;
    background: radial-gradient(circle, #ffffff 0%, transparent 60%);
    position: absolute;
    bottom: -50%;
    z-index: -1;
    left: -50%;
    right: -50%;
    top: -50%;
    animation: rotateRadial 30s linear infinite;
}.attempt-now-njJLp .knowledge-classes-QMTnG {
    display: flex;
    z-index: 2;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}.attempt-now-njJLp .knowledge-classes-QMTnG::before {
    clip-path: polygon(
        0% 15%, 
        15% 15%, 
        15% 0%, 
        85% 0%, 
        85% 15%, 
        100% 15%, 
        100% 85%, 
        85% 85%, 
        85% 100%, 
        15% 100%, 
        15% 85%, 
        0% 85%
    );
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    animation: clipFrameAnimate 10s ease-in-out infinite alternate;
    border: 2px solid #ffffff;
}.attempt-now-njJLp .knowledge-classes-QMTnG::after {
    top: -10%;
    height: 120%;
    z-index: -1;
    opacity: 0.1;
    animation: pulseSpots 6s ease-in-out infinite alternate;
    content: '';
    width: 120%;
    position: absolute;
    left: -10%;
    background: 
        radial-gradient(circle at 30% 30%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 70% 70%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 30% 70%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 70% 30%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 10%);
}.attempt-now-njJLp h3 {
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    animation: pulseText 4s ease-in-out infinite alternate;
    font-size: 33px;
    font-family: Arial, sans-serif;
    text-align: center;
    text-shadow: 0 0 15px #ffffff;
}.attempt-now-njJLp h3::before {
    left: 50%;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 0 10px #ffffff;
    transform: translateX(-50%);
    bottom: -15px;
    width: 60px;
    content: '';
    height: 2px;
}.attempt-now-njJLp h3::after {
    bottom: -19px;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffffff;
    background-color: #ffffff;
    width: 10px;
    left: 50%;
}.attempt-now-njJLp .support-center-CgYhW {
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    overflow: hidden;
    background-color: transparent;
    z-index: 1;
    color: #ffffff;
    padding: 18px 45px;
    box-shadow: 0 0 20px #ffffff;
    position: relative;
    text-decoration: none;
}.attempt-now-njJLp .support-center-CgYhW::before {
    position: absolute;
    background-color: #ffffff;
    top: 0;
    width: 100%;
    opacity: 0.2;
    height: 100%;
    left: 0;
    z-index: -1;
    content: '';
    transition: all 0.3s ease;
}.attempt-now-njJLp .support-center-CgYhW::after {
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    top: 0;
    transition: all 0.6s ease;
}.attempt-now-njJLp .support-center-CgYhW:hover {
    box-shadow: 0 10px 25px rgba(255,255,255,0.2);
    transform: translateY(-5px);
    color: rgb(156,179,204);
}.attempt-now-njJLp .support-center-CgYhW:hover::before {
    opacity: 0.9;
}.attempt-now-njJLp .support-center-CgYhW:hover::after {
    left: 100%;
}

@media screen and (max-width: 992px) {.attempt-now-njJLp {
    padding: 80px 0;
}.attempt-now-njJLp h3 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.9);
}.attempt-now-njJLp .support-center-CgYhW {
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.attempt-now-njJLp {
    padding: 70px 0;
}.attempt-now-njJLp h3 {
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: calc(33px * 0.8);
}.attempt-now-njJLp .support-center-CgYhW {
    padding: 14px 35px;
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 576px) {.attempt-now-njJLp {
    padding: 60px 0;
}.attempt-now-njJLp h3 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.7);
    letter-spacing: 1px;
}.attempt-now-njJLp .support-center-CgYhW {
    font-size: calc(15px * 0.9);
    padding: 12px 30px;
}}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes clipFrameAnimate {
    0% {
        clip-path: polygon(
            0% 15%, 
            15% 15%, 
            15% 0%, 
            85% 0%, 
            85% 15%, 
            100% 15%, 
            100% 85%, 
            85% 85%, 
            85% 100%, 
            15% 100%, 
            15% 85%, 
            0% 85%
        );
    }
    50% {
        clip-path: polygon(
            0% 10%, 
            10% 10%, 
            10% 0%, 
            90% 0%, 
            90% 10%, 
            100% 10%, 
            100% 90%, 
            90% 90%, 
            90% 100%, 
            10% 100%, 
            10% 90%, 
            0% 90%
        );
    }
    100% {
        clip-path: polygon(
            0% 15%, 
            15% 15%, 
            15% 0%, 
            85% 0%, 
            85% 15%, 
            100% 15%, 
            100% 85%, 
            85% 85%, 
            85% 100%, 
            15% 100%, 
            15% 85%, 
            0% 85%
        );
    }
}

@keyframes pulseSpots {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
    }
}

@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}.privacy-shell-TIUlF {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 50px;
    margin: 0 auto;
    color: #000000;
    max-width: 1200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}.privacy-shell-TIUlF h1 {
    font-size: 41px;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(156,179,204);
    color: rgb(156,179,204);
    font-weight: 700;
    margin-bottom: 30px;
}.privacy-shell-TIUlF h2 {
    border-left: 4px solid rgb(106,145,174);
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(106,145,174);
    padding-left: 15px;
    margin-top: 30px;
}.privacy-shell-TIUlF ul {
    padding-left: 40px;
    list-style-type: square;
    margin: 20px 0;
}.privacy-shell-TIUlF li {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy-shell-TIUlF p, .privacy-shell-TIUlF span, .privacy-shell-TIUlF div {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 18px;
}.privacy-shell-TIUlF h3, .privacy-shell-TIUlF h4, .privacy-shell-TIUlF h5, .privacy-shell-TIUlF h6 {
    padding-left: 10px;
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    border-left: 3px solid rgb(156,179,204);
    color: rgb(156,179,204);
}

@media only screen and (max-width: 800px) {.privacy-shell-TIUlF {
    padding: 30px;
}.privacy-shell-TIUlF h1 {
    font-size: calc(20px - 4px);
}.privacy-shell-TIUlF h2 {
    font-size: calc(20px - 3px);
}.privacy-shell-TIUlF h3, .privacy-shell-TIUlF h4, .privacy-shell-TIUlF h5, .privacy-shell-TIUlF h6 {
    font-size: calc(20px - 2px);
}.privacy-shell-TIUlF p, .privacy-shell-TIUlF span, .privacy-shell-TIUlF div, .privacy-shell-TIUlF li {
    font-size: calc(18px - 2px);
}}.pricing-bundle-idexr {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 7rem 0;
}.pricing-bundle-idexr::before {
    height: 400px;
    z-index: 1;
    filter: blur(30px);
    opacity: 0.6;
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(135deg, rgb(156,179,204,0.5), transparent);
    width: 400px;
    content: '';
    right: -100px;
    top: -150px;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.pricing-bundle-idexr::after {
    height: 300px;
    background: linear-gradient(135deg, rgb(106,145,174,0.5), transparent);
    filter: blur(25px);
    z-index: 1;
    position: absolute;
    bottom: -100px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: '';
    width: 300px;
    left: -50px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    opacity: 0.5;
}.pricing-bundle-idexr .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.pricing-bundle-idexr .plan-cost-jVCLP {
    display: flex;
    flex-direction: column;
}.pricing-bundle-idexr .study-packages-HgxpD {
    transform: translateY(20px);
    margin-bottom: 3rem;
    text-align: center;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}.pricing-bundle-idexr .study-packages-HgxpD h2 {
    font-weight: 700;
    font-size: 38px;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    display: inline-block;
}.pricing-bundle-idexr .study-packages-HgxpD h2::after {
    bottom: -10px;
    width: 80px;
    background: rgb(156,179,204);
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    position: absolute;
}.pricing-bundle-idexr .price-view-szkbR {
    max-width: 700px;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    margin: 1.5rem auto 0;
}.pricing-bundle-idexr .price-deals-vWGjD {
    margin-top: 2rem;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-bundle-idexr .package-deals-KItYy {
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    text-decoration: none;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    display: block;
    transform: translateY(30px);
}.pricing-bundle-idexr .package-deals-KItYy:nth-child(2) {
    animation-delay: 0.5s;
}.pricing-bundle-idexr .package-deals-KItYy:nth-child(3) {
    animation-delay: 0.6s;
}.pricing-bundle-idexr .package-deals-KItYy:nth-child(4) {
    animation-delay: 0.7s;
}.pricing-bundle-idexr .package-deals-KItYy:hover {
    transform: translateY(-10px);
}.pricing-bundle-idexr .plan-fees-FGosl {
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    position: relative;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    transition: all 0.4s ease;
    border-radius: 4px;
}.pricing-bundle-idexr .package-deals-KItYy:hover .plan-fees-FGosl {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing-bundle-idexr .pricing-fees-TquUA {
    position: relative;
    display: flex;
    z-index: 2;
    flex-grow: 1;
    flex-direction: column;
    padding: 2.5rem 2rem;
}.pricing-bundle-idexr .pricing-fees-TquUA h3 {
    margin-bottom: 1rem;
    font-size: calc(21px + 2px);
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 700;
    position: relative;
}.pricing-bundle-idexr .package-deals-KItYy:hover .pricing-fees-TquUA h3 {
    color: rgb(156,179,204);
}.pricing-bundle-idexr .indv-cost-oTkec {
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(21px + 4px);
    color: rgb(156,179,204);
    display: inline-block;
}.pricing-bundle-idexr .indv-cost-oTkec::after {
    left: 0;
    position: absolute;
    background: rgb(156,179,204,0.5);
    width: 40px;
    content: '';
    transition: width 0.3s ease;
    bottom: 0;
    height: 2px;
}.pricing-bundle-idexr .package-deals-KItYy:hover .indv-cost-oTkec::after {
    width: 80px;
}.pricing-bundle-idexr .pricing-fees-TquUA p {
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 2rem;
    word-wrap: break-word;
    flex-grow: 1;
    hyphens: auto;
    font-size: 16px;
}.pricing-bundle-idexr .img-strip-wrap-FpGnY {
    overflow: hidden;
    width: 100%;
    transition: all 0.5s ease;
    height: 200px;
    position: relative;
}.pricing-bundle-idexr .img-strip-wrap-FpGnY::after {
    opacity: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
    content: '';
    left: 0;
}.pricing-bundle-idexr .package-deals-KItYy:hover .img-strip-wrap-FpGnY::after {
    opacity: 1;
}

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

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@media (min-width: 992px) {.pricing-bundle-idexr .plan-cost-jVCLP {
    flex-direction: row-reverse;
}.pricing-bundle-idexr .study-packages-HgxpD {
    justify-content: center;
    width: 35%;
    text-align: left;
    flex-direction: column;
    display: flex;
    padding-right: 3rem;
}.pricing-bundle-idexr .study-packages-HgxpD h2 {
    text-align: left;
}.pricing-bundle-idexr .study-packages-HgxpD h2::after {
    left: 0;
    transform: none;
}.pricing-bundle-idexr .price-view-szkbR {
    margin: 1.5rem 0 0;
}.pricing-bundle-idexr .price-deals-vWGjD {
    margin-top: 0;
    gap: 2rem;
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.pricing-bundle-idexr {
    padding: 5rem 0;
}.pricing-bundle-idexr .study-packages-HgxpD {
    margin-bottom: 2rem;
}.pricing-bundle-idexr .price-deals-vWGjD {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.pricing-bundle-idexr {
    padding: 4rem 0;
}.pricing-bundle-idexr .pricing-fees-TquUA {
    padding: 2rem 1.5rem;
}.pricing-bundle-idexr .img-strip-wrap-FpGnY {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing-bundle-idexr {
    padding: 3rem 0;
}.pricing-bundle-idexr .study-packages-HgxpD h2 {
    font-size: calc(38px - 4px);
}.pricing-bundle-idexr .price-deals-vWGjD {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.pricing-bundle-idexr .pricing-fees-TquUA {
    padding: 1.5rem 1.25rem;
}.pricing-bundle-idexr .img-strip-wrap-FpGnY {
    height: 160px;
}
}

@media (hover: none) {.pricing-bundle-idexr .package-deals-KItYy:hover {
    transform: none;
}.pricing-bundle-idexr .package-deals-KItYy:hover .plan-fees-FGosl {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing-bundle-idexr .package-deals-KItYy:hover .img-strip-wrap-FpGnY::after {
    opacity: 0;
}.pricing-bundle-idexr .package-deals-KItYy:hover .indv-cost-oTkec::after {
    width: 40px;
}}.client-feedback-NIlhD {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,215,229) 0%, #ffffff 100%);
    position: relative;
}.client-feedback-NIlhD::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(156,179,204) 0%, rgb(106,145,174) 100%);
    left: 0;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    height: 5px;
}.client-feedback-NIlhD::after {
    position: absolute;
    z-index: 0;
    bottom: 0;
    content: "";
    left: 0;
    height: 30%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(202,215,229) 0px,
        rgb(202,215,229) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.1;
}.client-feedback-NIlhD h2 {
    margin-bottom: 3rem;
    background: linear-gradient(90deg, rgb(156,179,204), rgb(106,145,174));
    color: transparent;
    font-size: calc(37px * 1.1);
    position: relative;
    background-clip: text;
    letter-spacing: -0.02em;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 90%;
    -webkit-background-clip: text;
}.client-feedback-NIlhD h2::after {
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: rgb(156,179,204);
    bottom: -15px;
    transform: scaleX(1);
    transform-origin: left;
    height: 3px;
    width: 80px;
}.client-feedback-NIlhD .container.knowledge-classes-QMTnG {
    z-index: 1;
    position: relative;
}.client-feedback-NIlhD .student-feedback-rQzHf {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 2.5rem;
}.client-feedback-NIlhD .student-feedback-BraeK {
    z-index: 1;
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    padding: 2.5rem 2rem 2rem;
}.client-feedback-NIlhD .student-feedback-BraeK::before {
    height: 5px;
    position: absolute;
    width: 100%;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(156,179,204), rgb(106,145,174,0.5));
    top: 0;
    transform: scaleX(0.7);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.client-feedback-NIlhD .student-feedback-BraeK::after {
    right: 20px;
    font-size: 80px;
    content: "";
    position: absolute;
    font-family: serif;
    color: rgb(106,145,174,0.5);
    line-height: 1;
    opacity: 0.15;
    top: 15px;
    z-index: -1;
}.client-feedback-NIlhD .student-feedback-BraeK:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-8px) translateZ(10px);
}.client-feedback-NIlhD .student-feedback-BraeK:hover::before {
    transform: scaleX(1);
}.client-feedback-NIlhD .student-feedback-BraeK h3 {
    font-weight: 600;
    font-size: calc(21px * 1.05);
    color: #000000;
    position: relative;
    margin-bottom: 0.75rem;
    display: inline-block;
}.client-feedback-NIlhD .student-feedback-BraeK h3::after {
    left: 0;
    position: absolute;
    height: 2px;
    content: "";
    transform-origin: left;
    width: 30px;
    transition: transform 0.3s ease-out;
    transform: scaleX(0);
    bottom: -5px;
    background: rgb(156,179,204,0.5);
}.client-feedback-NIlhD .student-feedback-BraeK:hover h3::after {
    transition-delay: 0.1s;
    transform: scaleX(1);
}.client-feedback-NIlhD .student-feedback-BraeK .description {
    line-height: 1.6;
    color: #000000;
    z-index: 1;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 17px;
}.client-feedback-NIlhD .student-feedback-BraeK div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0.5rem;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    position: relative;
    border-radius: 50%;
    transform: translateZ(0);
    height: 60px;
}.client-feedback-NIlhD .student-feedback-BraeK:hover div {
    transform: scale(1.1) translateZ(0);
}.client-feedback-NIlhD .student-feedback-BraeK div::before {
    content: "";
    transition: opacity 0.5s ease;
    z-index: 1;
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(156,179,204,0.5), transparent);
    opacity: 0;
}.client-feedback-NIlhD .student-feedback-BraeK:hover div::before {
    opacity: 0.4;
}.client-feedback-NIlhD .student-feedback-BraeK div img {
    transform: scale(1);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    width: 100%;
}.client-feedback-NIlhD .student-feedback-BraeK:hover div img {
    transform: scale(1.15);
}.client-feedback-NIlhD .student-feedback-BraeK:nth-child(odd) {
    transform: translateZ(0) rotate(-1deg);
}.client-feedback-NIlhD .student-feedback-BraeK:nth-child(odd):hover {
    transform: translateY(-8px) translateZ(10px) rotate(0deg);
}.client-feedback-NIlhD .student-feedback-BraeK:nth-child(even) {
    transform: translateZ(0) rotate(1deg);
}.client-feedback-NIlhD .student-feedback-BraeK:nth-child(even):hover {
    transform: translateY(-8px) translateZ(10px) rotate(0deg);
}.client-feedback-NIlhD .student-feedback-BraeK:nth-child(3n+1)::before {
    background: linear-gradient(90deg, rgb(106,145,174), rgb(156,179,204,0.5));
}

@media (min-width: 1200px) {.client-feedback-NIlhD {
    padding: 8rem 0;
}.client-feedback-NIlhD h2 {
    margin-bottom: 4rem;
    font-size: calc(37px * 1.2);
}.client-feedback-NIlhD .student-feedback-rQzHf {
    grid-template-columns: repeat(4, 1fr);
}.client-feedback-NIlhD .student-feedback-BraeK {
    padding: 3rem 2.5rem 2.5rem;
}
}

@media (min-width: 992px) and (max-width: 1199px) {.client-feedback-NIlhD {
    padding: 7rem 0;
}.client-feedback-NIlhD .student-feedback-rQzHf {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.client-feedback-NIlhD {
    padding: 6rem 0;
}.client-feedback-NIlhD .student-feedback-rQzHf {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.client-feedback-NIlhD {
    padding: 5rem 0;
}.client-feedback-NIlhD h2 {
    max-width: 100%;
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.client-feedback-NIlhD .student-feedback-rQzHf {
    gap: 2rem;
    grid-template-columns: 1fr;
}.client-feedback-NIlhD .student-feedback-BraeK {
    padding: 2rem 1.5rem 1.5rem;
}.client-feedback-NIlhD .student-feedback-BraeK::after {
    font-size: 60px;
}
}

@media (max-width: 576px) {.client-feedback-NIlhD {
    padding: 4rem 0;
}.client-feedback-NIlhD h2 {
    font-size: calc(37px * 0.8);
    letter-spacing: -0.01em;
}.client-feedback-NIlhD h2::after {
    width: 60px;
    bottom: -10px;
}.client-feedback-NIlhD .student-feedback-BraeK div {
    width: 50px;
    height: 50px;
}
}

@media (prefers-reduced-motion: reduce) {.client-feedback-NIlhD .student-feedback-BraeK,
    .client-feedback-NIlhD .student-feedback-BraeK::before,
    .client-feedback-NIlhD .student-feedback-BraeK div,
    .client-feedback-NIlhD .student-feedback-BraeK div img,
    .client-feedback-NIlhD .student-feedback-BraeK h3::after {
    transition: none;
}.client-feedback-NIlhD .student-feedback-BraeK:hover {
    transform: translateY(-5px);
}}.quantitative-data-eAkaz {
    background: linear-gradient(145deg, rgb(156,179,204,0.5), rgb(202,215,229));
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.quantitative-data-eAkaz::before {
    filter: blur(50px);
    height: 70%;
    opacity: 0.4;
    position: absolute;
    top: -10%;
    background: linear-gradient(210deg, rgb(106,145,174,0.5), transparent);
    content: "";
    z-index: 1;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
}.quantitative-data-eAkaz::after {
    opacity: 0.3;
    filter: blur(40px);
    height: 60%;
    bottom: -10%;
    background: linear-gradient(30deg, rgb(156,179,204,0.5), transparent);
    left: -5%;
    z-index: 1;
    width: 30%;
    content: "";
    transform: rotate(15deg) skewX(-15deg);
    position: absolute;
}.quantitative-data-eAkaz .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.quantitative-data-eAkaz ul {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2.5rem;
    margin: 0 0 4rem;
    display: grid;
    padding: 0;
}.quantitative-data-eAkaz .statistics-gains-bvFIP {
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    position: relative;
    transform: perspective(1000px) rotateY(5deg) rotateX(3deg);
}.quantitative-data-eAkaz .statistics-gains-bvFIP:hover {
    transform: perspective(1000px) rotateY(-3deg) rotateX(-2deg) translateZ(10px);
}.quantitative-data-eAkaz .statistics-gains-bvFIP div {
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem 1.5rem;
    display: flex;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid rgba(255,255,255,0.2);
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.1),
        0 1px 8px rgba(0,0,0,0.07),
        0 20px 30px -10px rgb(156,179,204,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1), 
        rgba(255,255,255,0.05)
    );
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.1);
    flex-direction: column;
}.quantitative-data-eAkaz .statistics-gains-bvFIP div::before {
    background: radial-gradient(
        circle at center,
        rgb(106,145,174,0.5) 0%,
        transparent 70%
    );
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    position: absolute;
    z-index: -1;
    top: -50%;
    content: "";
    opacity: 0;
    left: -50%;
    height: 200%;
    width: 200%;
    transform: scale(0.5);
}.quantitative-data-eAkaz .statistics-gains-bvFIP:hover div::before {
    transform: scale(1);
    opacity: 0.15;
}.quantitative-data-eAkaz .statistics-gains-bvFIP p {
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, rgb(156,179,204), rgb(106,145,174));
    font-size: calc(34px * 1.2);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0 0 0.5rem;
    transition: transform 0.3s ease, text-shadow 0.3s ease;
    font-weight: 700;
}.quantitative-data-eAkaz .statistics-gains-bvFIP:hover p {
    text-shadow: 0 5px 15px rgba(rgb(156,179,204,0.5), 0.3);
    transform: translateY(-5px);
}.quantitative-data-eAkaz .statistics-gains-bvFIP span {
    display: block;
    font-weight: 600;
    line-height: 1.4;
    transition: opacity 0.3s ease;
    opacity: 0.85;
    font-size: 15px;
    color: #000000;
    max-width: 100%;
}.quantitative-data-eAkaz .statistics-gains-bvFIP:hover span {
    opacity: 1;
}.quantitative-data-eAkaz h4 {
    margin: 2rem 0 0;
    padding-bottom: 1rem;
    opacity: 0;
    color: #000000;
    text-align: center;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.5s;
    font-weight: 700;
    transform: translateY(20px);
    font-size: 19px;
    position: relative;
}.quantitative-data-eAkaz h4::after {
    transform: translateX(-50%);
    height: 3px;
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(106,145,174), rgb(156,179,204));
    left: 50%;
    border-radius: 10px;
    width: 60px;
}

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

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

@media (min-width: 768px) {.quantitative-data-eAkaz ul {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.quantitative-data-eAkaz .statistics-gains-bvFIP:nth-child(odd) {
    animation: float 6s ease-in-out infinite;
}.quantitative-data-eAkaz .statistics-gains-bvFIP:nth-child(even) {
    animation: float 7s ease-in-out infinite reverse;
    animation-delay: 1s;
}.quantitative-data-eAkaz h4 {
    font-size: calc(19px * 1.2);
}
}

@media (min-width: 992px) {.quantitative-data-eAkaz {
    padding: 8rem 0;
}.quantitative-data-eAkaz ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.quantitative-data-eAkaz .statistics-gains-bvFIP div {
    padding: 2.5rem 1.5rem;
}.quantitative-data-eAkaz .statistics-gains-bvFIP p {
    font-size: calc(34px * 1.5);
}
}

@media (max-width: 767px) {.quantitative-data-eAkaz {
    padding: 4rem 0;
}.quantitative-data-eAkaz ul {
    margin-bottom: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
}.quantitative-data-eAkaz .statistics-gains-bvFIP div {
    padding: 1.5rem 1rem;
}.quantitative-data-eAkaz .statistics-gains-bvFIP p {
    font-size: 34px;
}.quantitative-data-eAkaz .statistics-gains-bvFIP span {
    font-size: calc(15px * 0.9);
}.quantitative-data-eAkaz h4 {
    font-size: 22px;
}
}

@media (max-width: 480px) {.quantitative-data-eAkaz ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.quantitative-data-eAkaz .statistics-gains-bvFIP div {
    padding: 1rem 0.75rem;
}.quantitative-data-eAkaz .statistics-gains-bvFIP p {
    font-size: calc(19px * 1.2);
}.quantitative-data-eAkaz .statistics-gains-bvFIP span {
    font-size: calc(14px * 1.1);
}}.subscribe-to-newsletter-oWkSv {
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(106,145,174,0.5), rgb(156,179,204));
    padding: 5rem 2rem;
}.subscribe-to-newsletter-oWkSv::before {
    content: "";
    width: 40%;
    animation: float 15s ease-in-out infinite;
    right: -5%;
    position: absolute;
    filter: blur(25px);
    z-index: -1;
    background: rgb(156,179,204,0.5);
    top: -5%;
    height: 40%;
    transform: rotate(-15deg) translateZ(0);
}.subscribe-to-newsletter-oWkSv::after {
    filter: blur(20px);
    background: rgb(106,145,174,0.5);
    transform: rotate(15deg) translateZ(0);
    z-index: -1;
    content: "";
    width: 30%;
    left: -5%;
    height: 30%;
    bottom: -5%;
    position: absolute;
    animation: float 18s ease-in-out infinite reverse;
}.subscribe-to-newsletter-oWkSv .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.subscribe-to-newsletter-oWkSv .knowledge-classes-QMTnG {
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(156,179,204);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.08);
    border-bottom: 3px solid rgb(156,179,204);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
}.subscribe-to-newsletter-oWkSv .knowledge-classes-QMTnG:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) scale(1.01);
}.subscribe-to-newsletter-oWkSv h4 {
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    transform: translateZ(0);
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 20px;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    padding-left: 1.5rem;
}.subscribe-to-newsletter-oWkSv h4::before {
    background: linear-gradient(to bottom, rgb(156,179,204), rgb(106,145,174));
    left: 0;
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.43, 0.13, 0.23, 0.96) forwards;
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 5px;
}.subscribe-to-newsletter-oWkSv .input_holder {
    opacity: 0;
    position: relative;
    animation: slideUp 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    gap: 1rem;
    transform: translateY(10px);
    flex-wrap: wrap;
    display: flex;
}.subscribe-to-newsletter-oWkSv .input_holder span {
    min-width: 200px;
    overflow: hidden;
    flex: 1;
    position: relative;
}.subscribe-to-newsletter-oWkSv .input_holder input[type="email"] {
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    border: none;
    font-size: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem 1.5rem;
    transition: all 0.3s;
}.subscribe-to-newsletter-oWkSv .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    background: #ffffff;
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(var(--primary-color-rgb), 0.1);
}.subscribe-to-newsletter-oWkSv .input_holder input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb), 0.6);
    transition: opacity 0.3s;
}.subscribe-to-newsletter-oWkSv .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.subscribe-to-newsletter-oWkSv .input_holder .begin-learning-zsXIS {
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, rgb(156,179,204), rgb(106,145,174));
    border: none;
    position: relative;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    cursor: pointer;
}.subscribe-to-newsletter-oWkSv .input_holder .begin-learning-zsXIS::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    width: 100%;
    transform: translateX(-100%);
    height: 100%;
    transition: transform 0.6s;
    left: 0;
    content: "";
}.subscribe-to-newsletter-oWkSv .input_holder .begin-learning-zsXIS:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.subscribe-to-newsletter-oWkSv .input_holder .begin-learning-zsXIS:hover::before {
    transform: translateX(100%);
}.subscribe-to-newsletter-oWkSv .input_holder .begin-learning-zsXIS:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

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

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

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

@media (max-width: 992px) {.subscribe-to-newsletter-oWkSv {
    padding: 4rem 1.5rem;
}.subscribe-to-newsletter-oWkSv .knowledge-classes-QMTnG {
    padding: 2.5rem;
}.subscribe-to-newsletter-oWkSv h4 {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 768px) {.subscribe-to-newsletter-oWkSv {
    padding: 3rem 1rem;
}.subscribe-to-newsletter-oWkSv .knowledge-classes-QMTnG {
    transform: perspective(1000px) rotateX(1deg) translateZ(0);
    padding: 2rem;
}.subscribe-to-newsletter-oWkSv h4 {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.subscribe-to-newsletter-oWkSv .input_holder {
    gap: 0.8rem;
}.subscribe-to-newsletter-oWkSv .input_holder span {
    flex: 1 0 100%;
}.subscribe-to-newsletter-oWkSv .input_holder input[type="email"] {
    padding: 0.9rem 1.2rem;
}.subscribe-to-newsletter-oWkSv .input_holder .begin-learning-zsXIS {
    padding: 0.9rem 1.2rem;
}
}

@media (max-width: 576px) {.subscribe-to-newsletter-oWkSv {
    padding: 2.5rem 0.8rem;
}.subscribe-to-newsletter-oWkSv .knowledge-classes-QMTnG {
    transform: none;
    padding: 1.5rem;
}.subscribe-to-newsletter-oWkSv h4 {
    font-size: calc(15px + 2px);
    margin-bottom: 1.2rem;
    padding-left: 0.8rem;
}.subscribe-to-newsletter-oWkSv .input_holder {
    gap: 0.6rem;
}.subscribe-to-newsletter-oWkSv .input_holder input[type="email"],
    .subscribe-to-newsletter-oWkSv .input_holder .begin-learning-zsXIS {
    padding: 0.8rem 1rem;
}}.course-program-description-WRQFs {
    position: relative;
    background: linear-gradient(45deg, rgb(202,215,229) 0%, rgb(106,145,174,0.5) 50%, rgb(202,215,229) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.course-program-description-WRQFs::before {
    height: 70%;
    width: 70%;
    border-radius: 50%;
    right: -10%;
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(156,179,204,0.5) 0%, transparent 70%);
    top: -10%;
    z-index: 1;
    content: "";
    opacity: 0.4;
    position: absolute;
}.course-program-description-WRQFs::after {
    background: radial-gradient(circle, rgb(106,145,174,0.5) 0%, transparent 70%);
    border-radius: 50%;
    content: "";
    left: -5%;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    opacity: 0.3;
    z-index: 1;
    bottom: -5%;
    width: 50%;
    position: absolute;
    height: 50%;
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course-program-description-WRQFs .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.course-program-description-WRQFs .knowledge-classes-QMTnG {
    gap: 3rem;
    display: grid;
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1.2fr 0.8fr;
}.course-program-description-WRQFs .knowledge-classes-QMTnG::before {
    height: calc(100% + 4rem);
    top: -2rem;
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(156,179,204,0.5) 50px, rgb(156,179,204,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(156,179,204,0.5) 50px, rgb(156,179,204,0.5) 51px);
    border-radius: 11px;
    z-index: -1;
    opacity: 0.05;
    left: -2rem;
    position: absolute;
    transform: translateZ(-10px);
    width: calc(100% + 4rem);
    content: "";
}.course-program-description-WRQFs .education-track-MvmOV {
    background: #ffffff;
    position: relative;
    z-index: 3;
    transform: translateZ(20px);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    border-radius: 11px;
    padding: 3rem;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(202,215,229);
}.course-program-description-WRQFs .education-track-MvmOV::before {
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    left: 0;
    z-index: -1;
    width: 100%;
    border-radius: 11px;
    opacity: 0.7;
}.course-program-description-WRQFs .first-section-IfclJ {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 2rem;
}.course-program-description-WRQFs .first-section-IfclJ::before {
    opacity: 0.6;
    height: 2px;
    background: rgb(156,179,204);
    transform: translateY(-50%);
    right: -20px;
    content: "";
    position: absolute;
    width: 40px;
    top: 50%;
}.course-program-description-WRQFs .first-section-IfclJ::after {
    bottom: -10px;
    content: "";
    left: 0;
    border-radius: 10px;
    height: 3px;
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, rgb(106,145,174) 0%, transparent 100%);
}.course-program-description-WRQFs .first-section-IfclJ svg {
    width: auto;
    height: 4rem;
    filter: drop-shadow(0 2px 4px rgb(156,179,204,0.5));
    transition: all 0.3s ease;
}.course-program-description-WRQFs .first-section-IfclJ svg:hover {
    transform: translateY(-2px) scale(1.03);
    filter: drop-shadow(0 6px 12px rgb(156,179,204,0.5));
}.course-program-description-WRQFs .first-section-IfclJ svg path {
    fill: rgb(156,179,204);
    transition: fill 0.3s ease;
}.course-program-description-WRQFs .first-section-IfclJ svg:hover path {
    fill: rgb(106,145,174);
}.course-program-description-WRQFs h3 {
    transform: translateZ(5px);
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    font-size: 38px;
    background: linear-gradient(to right, #000000 0%, rgb(156,179,204) 100%);
    font-weight: 700;
}.course-program-description-WRQFs h3::after {
    bottom: -8px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: "";
    width: 30px;
    background: rgb(156,179,204);
    transition: width 0.3s ease;
}.course-program-description-WRQFs .education-track-MvmOV:hover h3::after {
    width: 80px;
}.course-program-description-WRQFs p {
    line-height: 1.7;
    margin-bottom: 1rem;
    position: relative;
    font-size: 17px;
    color: #000000;
    transform: translateZ(10px);
    z-index: 2;
}.course-program-description-WRQFs .img-strip-wrap-FpGnY {
    overflow: hidden;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    z-index: 2;
    min-height: 400px;
    position: relative;
    height: 100%;
    transform: translateZ(30px) rotate(3deg);
    animation: floatAnimation 6s ease-in-out infinite;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 450px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.course-program-description-WRQFs .img-strip-wrap-FpGnY::before {
    position: absolute;
    z-index: 1;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(156,179,204,0.5) 100%
    );
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
}.course-program-description-WRQFs .img-strip-wrap-FpGnY::after {
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(
        to top,
        rgb(156,179,204,0.5) 0%,
        transparent 100%
    );
    position: absolute;
    content: "";
    z-index: 1;
    height: 50%;
    left: 0;
    bottom: 0;
}.course-program-description-WRQFs .knowledge-classes-QMTnG:hover .img-strip-wrap-FpGnY {
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
}.course-program-description-WRQFs .knowledge-classes-QMTnG:hover .img-strip-wrap-FpGnY::before {
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(106,145,174,0.5) 40%,
        rgb(156,179,204,0.5) 100%
    );
}

@media (max-width: 1024px) {.course-program-description-WRQFs {
    padding: 5rem 0;
}.course-program-description-WRQFs .knowledge-classes-QMTnG {
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
    gap: 2rem;
}.course-program-description-WRQFs .education-track-MvmOV {
    padding: 2.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course-program-description-WRQFs .img-strip-wrap-FpGnY {
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    transform: translateZ(20px) rotate(0deg);
    min-height: 350px;
}.course-program-description-WRQFs .knowledge-classes-QMTnG:hover .img-strip-wrap-FpGnY {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.course-program-description-WRQFs {
    padding: 4rem 0;
}.course-program-description-WRQFs .knowledge-classes-QMTnG::before {
    height: calc(100% + 3rem);
    width: calc(100% + 3rem);
    top: -1.5rem;
    left: -1.5rem;
}.course-program-description-WRQFs .education-track-MvmOV {
    padding: 2rem;
}.course-program-description-WRQFs .first-section-IfclJ svg {
    height: 3.5rem;
}.course-program-description-WRQFs h3 {
    font-size: calc(38px * 0.9);
}.course-program-description-WRQFs .img-strip-wrap-FpGnY {
    min-height: 300px;
}
}

@media (max-width: 576px) {.course-program-description-WRQFs {
    padding: 3rem 0;
}.course-program-description-WRQFs .knowledge-classes-QMTnG::before {
    display: none;
}.course-program-description-WRQFs .education-track-MvmOV {
    padding: 1.5rem;
}.course-program-description-WRQFs .first-section-IfclJ svg {
    height: 3rem;
}.course-program-description-WRQFs .first-section-IfclJ::before {
    right: -10px;
    width: 20px;
}.course-program-description-WRQFs h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1rem;
}.course-program-description-WRQFs p {
    font-size: calc(17px * 0.9);
}.course-program-description-WRQFs .img-strip-wrap-FpGnY {
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
    min-height: 250px;
}}.our-background-gFKfu {
    padding: 120px 0 100px;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}.our-background-gFKfu::before {
    background: linear-gradient(135deg, rgb(106,145,174,0.5), rgba(0, 0, 0, 0.5) 70%);
    left: 0;
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.our-background-gFKfu::after {
    z-index: -1;
    filter: blur(30px);
    bottom: -50px;
    animation: float 15s infinite ease-in-out;
    opacity: 0.1;
    position: absolute;
    height: 300px;
    width: 300px;
    transform: rotate(45deg);
    content: "";
    right: -50px;
    background: rgb(156,179,204);
}.our-background-gFKfu .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
}.our-background-gFKfu h2 {
    transform: translateX(-10px);
    display: inline-block;
    font-weight: 700;
    padding-bottom: 12px;
    font-size: 38px;
    position: relative;
    letter-spacing: 1.5px;
    margin-bottom: 60px;
    color: #ffffff;
}.our-background-gFKfu h2::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    transform: scaleX(1);
    background: rgb(156,179,204);
    width: 80px;
}.our-background-gFKfu h2:hover::after {
    transform: scaleX(1.5);
}.our-background-gFKfu .editorial-wrap-LqsCv {
    max-width: 900px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-left: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    background: rgba(255, 255, 255, 0.92);
    padding: 50px;
    transform: translateY(0);
}.our-background-gFKfu .editorial-wrap-LqsCv:hover {
    transform: translateY(-5px);
}.our-background-gFKfu .editorial-wrap-LqsCv::before {
    border-radius: 50%;
    z-index: -1;
    left: -90px;
    border: 3px solid rgb(106,145,174);
    opacity: 0.15;
    content: "";
    width: 180px;
    position: absolute;
    height: 180px;
    top: -90px;
}.our-background-gFKfu .editorial-wrap-LqsCv > div {
    position: relative;
}.our-background-gFKfu .editorial-wrap-LqsCv p {
    color: rgb(156,179,204);
    position: relative;
    padding-right: 50px;
    font-size: calc(24px * 1.1);
    display: inline-block;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    font-weight: 600;
}.our-background-gFKfu .editorial-wrap-LqsCv p::after {
    top: 50%;
    transition: width 0.3s ease;
    position: absolute;
    transform: translateY(-50%);
    background: rgb(156,179,204);
    height: 2px;
    width: 40px;
    right: 0;
    content: "";
}.our-background-gFKfu .editorial-wrap-LqsCv div > div {
    opacity: 0.9;
    column-count: 1;
    color: #000000;
    column-gap: 40px;
    line-height: 1.8;
    position: relative;
    hyphens: auto;
    font-size: 17px;
    text-align: justify;
}.our-background-gFKfu .editorial-wrap-LqsCv div > div::first-letter {
    float: left;
    color: rgb(156,179,204);
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1;
    padding: 5px 10px 0 0;
}

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

@media (min-width: 768px) {.our-background-gFKfu {
    padding: 150px 0 130px;
}.our-background-gFKfu .editorial-wrap-LqsCv {
    padding: 60px 70px;
}.our-background-gFKfu .editorial-wrap-LqsCv div > div {
    column-count: 2;
}.our-background-gFKfu h2 {
    margin-bottom: 80px;
    transform: translateX(-20px);
}
}

@media (min-width: 992px) {.our-background-gFKfu::before {
    background: linear-gradient(135deg, rgb(106,145,174,0.5), transparent 90%);
}.our-background-gFKfu .container {
    padding: 0 50px;
}.our-background-gFKfu .editorial-wrap-LqsCv {
    padding: 70px 80px;
    width: 85%;
    margin-left: 15%;
}.our-background-gFKfu h2 {
    margin-bottom: 70px;
    font-size: calc(38px * 1.2);
}.our-background-gFKfu .editorial-wrap-LqsCv::before {
    height: 250px;
    width: 250px;
    left: -125px;
    top: -125px;
}
}

@media (max-width: 767px) {.our-background-gFKfu {
    padding: 80px 0 60px;
}.our-background-gFKfu .editorial-wrap-LqsCv {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    padding: 30px 25px;
}.our-background-gFKfu h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.our-background-gFKfu .editorial-wrap-LqsCv p {
    padding-right: 30px;
    font-size: calc(24px * 0.9);
}.our-background-gFKfu .editorial-wrap-LqsCv p::after {
    width: 25px;
}
}

@media (hover: hover) {.our-background-gFKfu .editorial-wrap-LqsCv:hover p {
    color: rgb(106,145,174);
}.our-background-gFKfu .editorial-wrap-LqsCv:hover p::after {
    width: 60px;
    background: rgb(106,145,174);
}
}

@media (prefers-reduced-motion) {.our-background-gFKfu::after {
    animation: none;
}.our-background-gFKfu .editorial-wrap-LqsCv:hover {
    transform: none;
}.our-background-gFKfu h2:hover::after {
    transform: scaleX(1);
}}header .first-class-HAuDV {
    align-items: center;
    background: linear-gradient(135deg, rgb(156,179,204,0.5) 0%, rgb(106,145,174) 100%);
    display: flex;
    width: 100%;
    overflow: visible;
    padding: 1.5rem 2rem;
    position: relative;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 16px;
    left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 100;
    justify-content: space-between;
}header .first-class-HAuDV .first-section-IfclJ {
    transform: skewX(5deg);
    position: relative;
    z-index: 2;
}header .first-class-HAuDV .first-section-IfclJ .nav-expert-XrcSf {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .first-class-HAuDV .first-section-IfclJ .nav-expert-XrcSf:hover {
    transform: translateY(-8px) rotate(0deg);
}header .first-class-HAuDV .first-section-IfclJ svg {
    height: auto;
    width: 80px;
}header .first-class-HAuDV .nav-learn-Yvbsr {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
    display: flex;
    position: relative;
}header .first-class-HAuDV .nav-learn-Yvbsr::before {
    position: absolute;
    left: -20px;
    height: calc(100% + 20px);
    background: linear-gradient(45deg, transparent 0%, rgb(156,179,204,0.5) 100%);
    width: calc(100% + 40px);
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
    content: "";
    top: -10px;
    opacity: 0;
}header .first-class-HAuDV .site-head-FPMqc {
    position: relative;
    transition: transform 0.3s ease;
}header .first-class-HAuDV .site-head-FPMqc a {
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    display: block;
    color: #ffffff;
    transition: color 0.3s ease;
    font-size: 15px;
    position: relative;
    text-decoration: none;
}header .first-class-HAuDV .site-head-FPMqc a::before {
    transition: transform 0.3s ease;
    background: rgb(106,145,174);
    transform: scaleX(0) rotate(-2deg);
    height: 2px;
    transform-origin: right;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    position: absolute;
}header .first-class-HAuDV .site-head-FPMqc a:hover {
    color: rgb(106,145,174);
}header .first-class-HAuDV .site-head-FPMqc a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .first-class-HAuDV {
    margin-left: calc(-50vw + 50%);
    flex-direction: column;
    box-sizing: border-box;
    width: 100vw;
    transform: skewX(0);
    padding: 1rem;
}header .first-class-HAuDV .first-section-IfclJ {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .first-class-HAuDV .nav-learn-Yvbsr {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    transform: skewX(0);
}header .first-class-HAuDV .nav-learn-Yvbsr::before {
    transform: skewX(0);
}header .first-class-HAuDV .nav-learn-Yvbsr:hover::before {
    transform: skewX(0);
}header .first-class-HAuDV .site-head-FPMqc {
    margin: 0.25rem;
}header .first-class-HAuDV .site-head-FPMqc:nth-child(odd),
  header .first-class-HAuDV .site-head-FPMqc:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .first-class-HAuDV {
    padding: 0.75rem;
}header .first-class-HAuDV .nav-learn-Yvbsr {
    flex-direction: column;
    align-items: center;
}header .first-class-HAuDV .site-head-FPMqc {
    text-align: center;
    width: 100%;
}header .first-class-HAuDV .first-section-IfclJ svg {
    width: 100px;
}
}