* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.header-page-v8J {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-thumb {
    border: 3px ridge rgb(183,169,188);
    min-height: 51px;
    animation: pulse_scrollbar 3.2s ease-out 2;
    border-radius: 9999px;
    background: rgb(183,169,188,0.5);
}::-webkit-scrollbar-thumb:hover {
    transform: scale(1.05);
    box-shadow: -3px 0px 14px -1px rgba(0, 0, 0, 0.4);
    background: #ffffff;
}::-webkit-scrollbar-corner {
    border-radius: 6px;
    background: rgb(122,131,159,0.5);
    border: 1px dashed rgb(122,131,159);
}* {
    scrollbar-color: rgb(183,169,188,0.5) rgb(122,131,159,0.5);
    scrollbar-width: auto;
}.patent-info-KVe {
    flex: 0 0 auto;
}.container {
    width: 1223px;
    max-width: 100%;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-capsule-vMu {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning-system-nrC {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(122,131,159,0.5) 100%);
    position: relative;
    overflow: hidden;
}.learning-system-nrC::before {
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(122,131,159,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
}.learning-system-nrC::after {
    position: absolute;
    bottom: -50px;
    opacity: 0.4;
    right: -50px;
    width: 300px;
    border-radius: 50%;
    transform: rotate(-15deg);
    z-index: 1;
    animation: orbitRotate 20s infinite linear;
    content: "";
    height: 300px;
    border: 2px solid rgb(122,131,159,0.5);
}.learning-system-nrC .container {
    z-index: 2;
    position: relative;
}.learning-system-nrC .learn-mastery-OmL {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    max-width: 900px;
    z-index: 3;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    padding: 60px;
    margin: 0 auto;
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
}.learning-system-nrC .learn-mastery-OmL::before {
    height: 10px;
    position: absolute;
    width: 70%;
    content: "";
    opacity: 0.7;
    transform: skewX(45deg);
    background: rgb(122,131,159);
    top: -10px;
    left: 20px;
}.learning-system-nrC .learn-mastery-OmL::after {
    right: 30px;
    border: 2px solid rgb(183,169,188,0.5);
    height: 100px;
    position: absolute;
    bottom: 15px;
    width: 100px;
    animation: pulseOrbit 8s infinite ease-in-out;
    content: "";
    opacity: 0.2;
    border-radius: 50%;
}.learning-system-nrC .learn-mastery-OmL > div {
    position: relative;
}.learning-system-nrC h3 {
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    font-size: calc(32px * 0.9);
    position: relative;
    transform: translateZ(10px);
}.learning-system-nrC h3::after {
    transform-origin: left center;
    animation: expandLine 3s infinite alternate ease-in-out;
    left: 0;
    position: absolute;
    content: "";
    height: 3px;
    bottom: -10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
}.learning-system-nrC p {
    color: #000000;
    transform: translateZ(5px);
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    margin-bottom: 0;
}.learning-system-nrC p::before {
    top: -20px;
    left: -30px;
    border: 1px dashed rgb(122,131,159,0.5);
    content: "";
    opacity: 0.4;
    width: 60px;
    border-radius: 50%;
    z-index: -1;
    height: 60px;
    position: absolute;
}.learning-system-nrC p span {
    padding-left: 20px;
    display: inline-block;
    position: relative;
}.learning-system-nrC p span::before {
    background: linear-gradient(to bottom, rgb(122,131,159), transparent);
    opacity: 0.6;
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    top: 0;
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}

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

@keyframes pulseOrbit {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.learning-system-nrC {
    padding: 90px 0;
}.learning-system-nrC .learn-mastery-OmL {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.learning-system-nrC h3 {
    font-size: calc(32px * 0.8);
}
}

@media (max-width: 768px) {.learning-system-nrC {
    padding: 70px 0;
}.learning-system-nrC .learn-mastery-OmL {
    transform: none;
    padding: 30px 25px;
}.learning-system-nrC h3 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.7);
}.learning-system-nrC p {
    font-size: calc(14px * 0.95);
}.learning-system-nrC::after {
    height: 200px;
    bottom: -30px;
    width: 200px;
    right: -30px;
}
}

@media (max-width: 576px) {.learning-system-nrC {
    padding: 50px 0;
}.learning-system-nrC .learn-mastery-OmL {
    padding: 25px 20px;
}.learning-system-nrC h3 {
    font-size: calc(32px * 0.6);
    margin-bottom: 20px;
}.learning-system-nrC p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.learning-system-nrC p span {
    padding-left: 15px;
}.learning-system-nrC .learn-mastery-OmL::before {
    width: 50%;
}.learning-system-nrC .learn-mastery-OmL::after {
    width: 70px;
    height: 70px;
}}.educational-yield-TFu {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 100px 20px;
    position: relative;
}.educational-yield-TFu::before {
    z-index: 1;
    opacity: 0.5;
    height: 300px;
    background: linear-gradient(225deg, rgb(122,131,159,0.5) 0%, transparent 70%);
    position: absolute;
    width: 300px;
    right: -50px;
    content: "";
    top: -50px;
    filter: blur(40px);
    transform: rotate(-15deg);
    animation: pulse 8s infinite alternate ease-in-out;
}.educational-yield-TFu::after {
    filter: blur(50px);
    transform: rotate(22deg);
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(183,169,188,0.5) 0%, transparent 70%);
    height: 400px;
    bottom: -100px;
    content: "";
    z-index: 1;
    width: 400px;
    left: -100px;
    animation: float 12s infinite alternate ease-in-out;
    position: absolute;
}.educational-yield-TFu h5 {
    text-align: center;
    margin-right: auto;
    animation: fadeSlideUp 1s ease-out;
    font-weight: 700;
    font-size: 20px;
    transform: translateY(0);
    margin-left: auto;
    color: #000000;
    z-index: 2;
    margin-bottom: 50px;
    position: relative;
    opacity: 1;
    max-width: 800px;
}.educational-yield-TFu h5::after {
    height: 3px;
    content: "";
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    bottom: -12px;
    width: 80px;
    position: absolute;
    left: 50%;
}.educational-yield-TFu .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.educational-yield-TFu .learn-mastery-OmL {
    opacity: 1;
    backdrop-filter: blur(10px);
    gap: 40px;
    overflow: hidden;
    display: flex;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    flex-direction: column;
    animation: fadeSlideUp 1.2s ease-out 0.2s both;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
}.educational-yield-TFu .learn-mastery-OmL::before {
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(183,169,188) 0%, rgb(122,131,159) 100%);
    height: 5px;
    left: 0;
}.educational-yield-TFu .video-thumbnail-oqB {
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.educational-yield-TFu .learn-mastery-OmL:hover .video-thumbnail-oqB {
    transform: scale(1.03);
}.educational-yield-TFu .text-title-80V {
    position: relative;
}.educational-yield-TFu ul {
    list-style: none;
    gap: 20px;
    padding: 0;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
}.educational-yield-TFu li {
    transition: transform 0.3s ease;
    position: relative;
    animation: fadeSlideRight 0.5s ease-out both;
    padding-left: 40px;
}.educational-yield-TFu li:nth-child(1) {
    animation-delay: 0.3s;
}.educational-yield-TFu li:nth-child(2) {
    animation-delay: 0.4s;
}.educational-yield-TFu li:nth-child(3) {
    animation-delay: 0.5s;
}.educational-yield-TFu li:nth-child(4) {
    animation-delay: 0.6s;
}.educational-yield-TFu li:nth-child(5) {
    animation-delay: 0.7s;
}.educational-yield-TFu li:hover {
    transform: translateX(5px);
}.educational-yield-TFu li p {
    margin: 0;
    font-size: 18px;
    color: #000000;
    position: relative;
    line-height: 1.6;
}.educational-yield-TFu svg {
    left: -40px;
    height: 28px;
    position: absolute;
    transition: transform 0.3s ease;
    width: 28px;
    top: 0;
    transform: translateY(0) scale(1);
}.educational-yield-TFu li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.educational-yield-TFu svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,169,188);
}.educational-yield-TFu li:hover svg path {
    fill: rgb(122,131,159);
}

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

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

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) scale(1);
    }
    100% {
        opacity: 0.6;
        transform: rotate(-12deg) scale(1.1);
    }
}

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

@media (min-width: 768px) {.educational-yield-TFu {
    padding: 120px 40px;
}.educational-yield-TFu .learn-mastery-OmL {
    padding: 60px;
    flex-direction: row;
    align-items: center;
}.educational-yield-TFu .learn-mastery-OmL > div:first-child {
    flex: 0 0 40%;
}.educational-yield-TFu .text-title-80V {
    padding-left: 40px;
    flex: 0 0 60%;
}.educational-yield-TFu ul {
    grid-template-columns: repeat(2, 1fr);
}.educational-yield-TFu h5 {
    font-size: calc(20px * 1.1);
    margin-bottom: 60px;
}.educational-yield-TFu h5::after {
    width: 100px;
}
}

@media (min-width: 992px) {.educational-yield-TFu {
    padding: 140px 60px;
}.educational-yield-TFu .learn-mastery-OmL {
    gap: 60px;
}.educational-yield-TFu h5 {
    font-size: calc(20px * 1.2);
}.educational-yield-TFu h5::after {
    width: 120px;
}.educational-yield-TFu p {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.educational-yield-TFu {
    padding: 80px 20px;
}.educational-yield-TFu h5 {
    font-size: calc(20px * 0.9);
}.educational-yield-TFu .learn-mastery-OmL {
    padding: 30px;
}.educational-yield-TFu .video-thumbnail-oqB {
    object-position: center;
    max-height: 250px;
}.educational-yield-TFu li {
    padding-left: 35px;
}.educational-yield-TFu svg {
    height: 24px;
    width: 24px;
    left: -35px;
}}.our-mission-J7N {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our-mission-J7N::before {
    background: linear-gradient(135deg, rgb(183,169,188,0.5), rgb(122,131,159,0.5));
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.92;
    width: 100%;
    z-index: 1;
}.our-mission-J7N .container {
    z-index: 2;
    display: grid;
    padding: 0 20px;
    position: relative;
    grid-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 1200px;
    margin: 0 auto;
}.our-mission-J7N h2 {
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out forwards;
    position: relative;
    transform: translateX(-10px);
    color: #ffffff;
    opacity: 0;
    margin: 0 0 30px;
    font-size: calc(34px * 1.2);
}.our-mission-J7N h2::after {
    left: 0;
    content: "";
    bottom: -12px;
    transform: scaleX(0);
    animation: expandLine 1s 0.5s ease-in-out forwards;
    background: rgb(122,131,159);
    transform-origin: left;
    height: 3px;
    position: absolute;
    width: 80px;
}.our-mission-J7N .text-title-80V {
    position: relative;
    animation: fadeIn 1s 0.3s ease-out forwards;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    opacity: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    transform: translateY(20px);
}.our-mission-J7N .text-title-80V::before {
    transform: scaleY(0);
    left: 0;
    transform-origin: top;
    top: 0;
    animation: expandVertical 0.8s 0.7s ease-out forwards;
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(183,169,188), rgb(122,131,159));
    height: 100%;
    content: "";
}.our-mission-J7N .text-title-80V > div {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    display: grid;
}.our-mission-J7N .text-title-80V p {
    transform: translateX(-10px);
    padding-bottom: 10px;
    color: rgb(183,169,188);
    margin: 0;
    opacity: 0;
    font-size: calc(12px * 1.4);
    position: relative;
    animation: slideInText 0.8s 0.4s ease-out forwards;
    font-weight: 600;
}.our-mission-J7N .text-title-80V p::after {
    position: absolute;
    background: rgb(122,131,159);
    left: 0;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    bottom: 0;
    animation: expandLine 0.6s 0.9s ease-out forwards;
    height: 2px;
    width: 40px;
}.our-mission-J7N .text-title-80V div div {
    transform: translateY(15px);
    animation: fadeIn 1s 0.6s ease-out forwards;
    color: #000000;
    column-gap: 40px;
    column-count: 1;
    font-size: 12px;
    opacity: 0;
    line-height: 1.8;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInText {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes expandVertical {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

@media (min-width: 768px) {.our-mission-J7N {
    padding: 150px 0;
}.our-mission-J7N .container {
    grid-gap: 60px;
    grid-template-columns: 1fr;
}.our-mission-J7N h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 1.5);
}.our-mission-J7N h2::after {
    width: 120px;
    height: 4px;
}.our-mission-J7N .text-title-80V {
    transition: transform 0.5s ease-out;
    padding: 60px;
    transform: perspective(1000px) rotateY(0deg);
}.our-mission-J7N .text-title-80V:hover {
    transform: perspective(1000px) rotateY(1deg);
}.our-mission-J7N .text-title-80V > div {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.our-mission-J7N .text-title-80V p {
    font-size: calc(12px * 1.6);
}.our-mission-J7N .text-title-80V div div {
    column-gap: 50px;
    column-count: 2;
}
}

@media (min-width: 1024px) {.our-mission-J7N {
    padding: 180px 0;
}.our-mission-J7N .container {
    grid-template-columns: 1fr;
    padding: 0 30px;
}.our-mission-J7N .text-title-80V {
    width: calc(100% + 40px);
    padding: 70px;
    margin-left: -40px;
}.our-mission-J7N .text-title-80V::after {
    height: 150px;
    width: 150px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(183,169,188,0.5), 0.05) 50%);
    right: 0;
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 0;
}.our-mission-J7N .text-title-80V p {
    font-size: calc(12px * 1.8);
    padding-bottom: 15px;
}.our-mission-J7N .text-title-80V div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our-mission-J7N {
    padding: 200px 0;
}.our-mission-J7N::after {
    width: 250px;
    height: 250px;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(122,131,159,0.5) 0%, transparent 70%);
    top: 50%;
    right: 0;
    opacity: 0.15;
    transform: translateY(-50%);
    z-index: 1;
}.our-mission-J7N .container {
    padding: 0 40px;
    max-width: 1400px;
}.our-mission-J7N h2 {
    font-size: calc(34px * 1.8);
    margin-bottom: 50px;
}.our-mission-J7N .text-title-80V {
    padding: 80px;
    display: flex;
    margin-left: -80px;
    width: calc(100% + 80px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.our-mission-J7N .text-title-80V > div {
    max-width: 90%;
    grid-template-columns: 1fr;
    grid-gap: 35px;
}.our-mission-J7N .text-title-80V div div {
    column-count: 2;
    line-height: 1.9;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.our-mission-J7N {
    padding: 80px 0;
}.our-mission-J7N .container {
    padding: 0 15px;
}.our-mission-J7N h2 {
    margin-bottom: 25px;
    font-size: 34px;
}.our-mission-J7N .text-title-80V {
    padding: 25px;
}.our-mission-J7N .text-title-80V p {
    font-size: calc(12px * 1.2);
}.our-mission-J7N .text-title-80V div div {
    font-size: 12px;
    line-height: 1.6;
}}.title-portal-BiN {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    min-height: 100vh;
}.title-portal-BiN .video-thumbnail-oqB {
    height: 100%;
    left: 0;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    position: absolute;
    top: 0;
    transform: scale(1.05);
    z-index: 1;
    filter: brightness(0.6) saturate(1.2);
}.title-portal-BiN .video-thumbnail-oqB::after {
    left: 0;
    z-index: 2;
    backdrop-filter: blur(3px);
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(rgb(183,169,188,0.5), 0.7) 100%
    );
    height: 100%;
}.title-portal-BiN .learn-mastery-OmL {
    animation: float 8s infinite ease-in-out;
    flex-direction: column;
    padding: 3rem;
    z-index: 10;
    backdrop-filter: blur(8px);
    justify-content: center;
    margin: auto;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 3px 8px rgba(0, 0, 0, 0.1), 
                0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
    max-width: 1200px;
    transform: translateY(0);
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    width: 90%;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.title-portal-BiN h1 {
    font-size: 42px;
    transform: translateY(0);
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.title-portal-BiN h1::after {
    background: rgb(183,169,188);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 80px;
    transition: width 0.4s ease-out;
    bottom: -10px;
    content: '';
    height: 3px;
}.title-portal-BiN .learn-mastery-OmL:hover h1 {
    transform: translateY(-5px);
}.title-portal-BiN .learn-mastery-OmL:hover h1::after {
    width: 120px;
}.title-portal-BiN .text-title-80V {
    align-items: center;
    display: flex;
    width: 100%;
    gap: 2rem;
    flex-direction: column;
}.title-portal-BiN p {
    position: relative;
    line-height: 1.6;
    max-width: 800px;
    color: #ffffff;
    font-size: calc(13px * 1.1);
    opacity: 0.9;
    margin: 0 auto;
    text-align: center;
}.title-portal-BiN .page-open-fBk {
    width: 120px;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    height: 120px;
    transition: transform 0.5s ease;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    display: flex;
}.title-portal-BiN .page-open-fBk svg {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                filter 0.5s ease;
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
    height: 100%;
    transform: rotate(0);
}.title-portal-BiN .page-open-fBk:hover svg {
    transform: rotate(5deg) scale(1.05);
    filter: drop-shadow(0 8px 20px rgba(94, 170, 168, 0.5));
}.title-portal-BiN .page-open-fBk svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.title-portal-BiN .page-open-fBk:hover svg path {
    fill: rgb(115, 190, 188);
}.title-portal-BiN .page-open-fBk svg text {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
    font-weight: 700;
}.title-portal-BiN .page-open-fBk:hover svg text {
    fill: rgb(115, 190, 188);
}.title-portal-BiN h6 {
    display: flex;
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
}.title-portal-BiN .support-grid-awB {
    z-index: 1;
    color: #ffffff;
    transform: translateY(0);
    background: rgb(183,169,188);
    display: inline-flex;
    box-shadow: 0 4px 12px rgba(94, 170, 168, 0.3);
    border-radius: 4px;
    text-decoration: none;
    padding: 0.9rem 2rem;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    overflow: hidden;
    position: relative;
    font-size: 20px;
}.title-portal-BiN .support-grid-awB::before {
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    background: linear-gradient(45deg, rgb(183,169,188), rgb(122,131,159));
    height: 100%;
    content: '';
    z-index: -1;
    width: 100%;
    transform-origin: right;
}.title-portal-BiN .support-grid-awB:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(94, 170, 168, 0.4);
}.title-portal-BiN .support-grid-awB:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (min-width: 768px) {.title-portal-BiN .learn-mastery-OmL {
    flex-direction: row;
    padding: 4rem;
}.title-portal-BiN h1 {
    flex: 0 0 40%;
    margin-bottom: 0;
    font-size: calc(42px * 1.2);
    text-align: left;
}.title-portal-BiN h1::after {
    transform: translateX(0);
    left: 0;
}.title-portal-BiN .text-title-80V {
    padding-left: 3rem;
    align-items: flex-start;
    flex: 0 0 60%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}.title-portal-BiN p {
    text-align: left;
}.title-portal-BiN h6 {
    justify-content: flex-start;
}.title-portal-BiN .page-open-fBk {
    margin-left: 0;
}
}

@media (max-width: 767px) {.title-portal-BiN .learn-mastery-OmL {
    padding: 2rem;
    width: 95%;
}.title-portal-BiN h1 {
    font-size: calc(42px * 0.9);
}.title-portal-BiN p {
    font-size: 13px;
}.title-portal-BiN .page-open-fBk {
    width: 100px;
    height: 100px;
}.title-portal-BiN .support-grid-awB {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.title-portal-BiN .learn-mastery-OmL {
    padding: 1.5rem;
}.title-portal-BiN h1 {
    font-size: calc(42px * 0.8);
}.title-portal-BiN .page-open-fBk {
    width: 80px;
    height: 80px;
}.title-portal-BiN .support-grid-awB {
    width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {.title-portal-BiN .learn-mastery-OmL {
    animation: none;
}.title-portal-BiN .support-grid-awB::before,
    .title-portal-BiN h1,
    .title-portal-BiN h1::after,
    .title-portal-BiN .page-open-fBk svg {
    transition: none;
}}.cookie-window-overlay-4Gy {
    width: 100%;
    box-shadow: 0 -10px 30px rgb(183,169,188,0.5);
    border-top: 2px solid rgb(183,169,188);
    background: rgb(122,131,159);
    bottom: 0;
    z-index: 90;
    position: fixed;
    animation: slideIn 0.5s ease-in-out;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.digital-tracking-wy9 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 5%;
    background: linear-gradient(135deg, rgb(122,131,159) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 0 0 20px rgb(183,169,188,0.5);
}.consent-box-sUd {
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 28px;
    padding: 10px;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(183,169,188);
}.consent-box-sUd svg, .consent-box-sUd svg path {
    height: 60px;
    transition: transform 0.3s ease;
    fill: rgb(183,169,188);
    width: 60px;
}.consent-box-sUd:hover svg {
    transform: rotate(20deg);
}.visitor-acceptance-tdu {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}.visitor-acceptance-tdu h5 {
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgb(183,169,188);
    font-weight: 700;
    color: rgb(183,169,188);
    font-size: 24px;
}.visitor-acceptance-tdu p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(183,169,188,0.5);
}.cookie-necessary-vnc {
    font-size: 14px;
    box-shadow: 0 0 10px rgb(183,169,188,0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(183,169,188);
    cursor: pointer;
    padding: 12px 25px;
    margin-left: 10px;
    color: #000000;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
}.cookie-necessary-vnc:hover {
    box-shadow: 0 0 20px rgb(122,131,159,0.5);
    background: rgb(122,131,159);
}.cookie-window-overlay-4Gy p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(183,169,188);
}.cookie-window-overlay-4Gy p a:hover {
    color: rgb(122,131,159);
}#cookieMessageBanner-gb5 {
    display: none;
}#cookieMessageBanner-gb5:checked ~ .cookie-window-overlay-4Gy {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie-window-overlay-4Gy {
    padding: 20px;
}.digital-tracking-wy9 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.consent-box-sUd {
    display: none;
}.digital-tracking-wy9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.visitor-acceptance-tdu {
    margin-bottom: 20px;
    text-align: center;
}.cookie-window-overlay-4Gy h5, .cookie-window-overlay-4Gy p {
    text-align: center;
}.cookie-necessary-vnc {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.teaching-history-0rP {
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(207,204,209) 100%);
    padding: 120px 0;
    overflow: hidden;
}.teaching-history-0rP::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(183,169,188,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(122,131,159,0.5) 0%, transparent 30%);
    animation: pulse 20s infinite alternate;
    height: 100%;
    content: "";
}.teaching-history-0rP .container {
    padding: 0 20px;
    z-index: 2;
    perspective: 1200px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.teaching-history-0rP .review-grid-GiX {
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto auto auto;
    gap: 10px 30px;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    display: grid;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-10deg);
}.teaching-history-0rP .review-grid-GiX:hover {
    transform: rotateY(0deg) translateZ(10px);
}.teaching-history-0rP .work-overview-odt {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(183,169,188,0.5);
    font-weight: 300;
    transform: translateZ(20px);
    z-index: 1;
    grid-area: quote;
    margin: 0;
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    border-radius: 27px;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.7;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.teaching-history-0rP .work-overview-odt::before {
    position: absolute;
    top: 15px;
    line-height: 1;
    font-size: calc(43px * 2);
    color: rgb(183,169,188);
    left: 20px;
    content: "";
}.teaching-history-0rP .video-thumbnail-oqB {
    height: 280px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    grid-area: photo;
    transform: translateZ(40px);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(183,169,188,0.5);
    border-radius: 10px;
}.teaching-history-0rP .review-grid-GiX:hover .video-thumbnail-oqB {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(183,169,188,0.5);
    transform: translateZ(60px) translateX(-10px);
}.teaching-history-0rP .name {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    margin: 0;
    padding: 15px 20px;
    transition: transform 0.3s ease;
    grid-area: name;
    z-index: 2;
    transform: translateZ(30px);
    background: rgb(183,169,188);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}.teaching-history-0rP .review-grid-GiX:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.teaching-history-0rP .review-grid-GiX > span:not(.name) {
    color: rgb(122,131,159);
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 600;
    z-index: 2;
    font-size: 17px;
    transform: translateZ(25px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    background: #ffffff;
    grid-area: job;
}.teaching-history-0rP .review-grid-GiX:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.teaching-history-0rP {
    padding: 80px 0;
}.teaching-history-0rP .review-grid-GiX {
    transform: none;
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "video-thumbnail-oqB"
      "name"
      "career-projects-5Xl"
      "work-overview-odt";
}.teaching-history-0rP .work-overview-odt,
  .teaching-history-0rP .video-thumbnail-oqB,
  .teaching-history-0rP .name,
  .teaching-history-0rP .review-grid-GiX > span:not(.name) {
    transform: none;
}.teaching-history-0rP .review-grid-GiX:hover .work-overview-odt,
  .teaching-history-0rP .review-grid-GiX:hover .video-thumbnail-oqB,
  .teaching-history-0rP .review-grid-GiX:hover .name,
  .teaching-history-0rP .review-grid-GiX:hover > span:not(.name) {
    transform: none;
}.teaching-history-0rP .video-thumbnail-oqB {
    width: 90%;
    height: 240px;
    margin: 0 auto;
}.teaching-history-0rP .work-overview-odt {
    padding: 30px;
}.teaching-history-0rP .name,
  .teaching-history-0rP .review-grid-GiX > span:not(.name) {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
}

@media (max-width: 576px) {.teaching-history-0rP {
    padding: 60px 0;
}.teaching-history-0rP .video-thumbnail-oqB {
    width: 100%;
    height: 200px;
}.teaching-history-0rP .work-overview-odt {
    padding: 25px 20px;
    font-size: calc(17px * 0.95);
}.teaching-history-0rP .name {
    font-size: calc(18px * 0.9);
}.teaching-history-0rP .review-grid-GiX > span:not(.name) {
    font-size: calc(17px * 0.9);
}}.contact-us-ouU {
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.contact-us-ouU::before {
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background-size: 20px 20px, 20px 20px;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(183,169,188), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(122,131,159), 0.04) 50%, transparent 100%);
    position: absolute;
    animation: gridMove 20s linear infinite;
}.contact-us-ouU::after {
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    left: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(183,169,188), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(122,131,159), 0.15) 0%, 
        transparent 50%
    );
    z-index: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact-us-ouU .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.contact-us-ouU h2 {
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 36px;
    position: relative;
    color: #ffffff;
}.contact-us-ouU h2::after {
    border-radius: 1.5px;
    height: 3px;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(183,169,188), rgb(122,131,159));
    left: 50%;
}.contact-us-ouU .reach-box-IBQ {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
}.contact-us-ouU .reach-box-IBQ::before {
    width: 100%;
    top: -8px;
    content: "";
    border-radius: 13px;
    height: 100%;
    position: absolute;
    border: 1px solid rgba(rgb(183,169,188), 0.2);
    left: -8px;
    z-index: -1;
}.contact-us-ouU .reach-box-IBQ::after {
    height: 100%;
    right: -8px;
    position: absolute;
    border-radius: 13px;
    bottom: -8px;
    z-index: -1;
    border: 1px solid rgba(rgb(122,131,159), 0.2);
    content: "";
    width: 100%;
}.contact-us-ouU .video-thumbnail-oqB {
    overflow: hidden;
    min-height: 550px;
    border-radius: 13px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
}.contact-us-ouU .video-thumbnail-oqB::before {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    width: 100%;
    top: 0;
}.contact-us-ouU .video-thumbnail-oqB::after {
    border-right: 2px solid rgba(rgb(183,169,188), 0.6);
    position: absolute;
    width: 60px;
    z-index: 2;
    top: 20px;
    height: 60px;
    border-top: 2px solid rgba(rgb(183,169,188), 0.6);
    right: 20px;
    content: "";
}.contact-us-ouU .reach-grid-nMj {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    backdrop-filter: blur(10px);
    position: relative;
}.contact-us-ouU .reach-grid-nMj::before {
    bottom: 20px;
    border-bottom: 2px solid rgba(rgb(122,131,159), 0.6);
    height: 60px;
    content: "";
    position: absolute;
    border-left: 2px solid rgba(rgb(122,131,159), 0.6);
    left: 20px;
    width: 60px;
}.contact-us-ouU form {
    width: 100%;
}.contact-us-ouU form h3 {
    position: relative;
    font-size: 19px;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
}.contact-us-ouU form h3::before {
    background: rgb(183,169,188);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    border-radius: 10px;
    width: 3px;
}.contact-us-ouU form input[type="text"] {
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact-us-ouU form input[type="text"]:focus {
    border-color: rgb(183,169,188);
    box-shadow: 0 0 15px rgba(rgb(183,169,188), 0.2);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
}.contact-us-ouU form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-us-ouU .query-card-QA9 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact-us-ouU .query-card-QA9 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-us-ouU .query-card-QA9 label {
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
}.contact-us-ouU .query-card-QA9 label::before {
    border-radius: 10px;
    top: 2px;
    background: rgba(255, 255, 255, 0.05);
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
}.contact-us-ouU .query-card-QA9 input[type="checkbox"]:checked + label::before {
    border-color: rgb(183,169,188);
    background: rgb(183,169,188);
}.contact-us-ouU .query-card-QA9 input[type="checkbox"]:checked + label::after {
    height: 10px;
    border-bottom: 2px solid #ffffff;
    top: 6px;
    position: absolute;
    left: 8px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    content: "";
    width: 6px;
}.contact-us-ouU .query-card-QA9 label a {
    color: rgb(183,169,188);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.contact-us-ouU .query-card-QA9 label a:hover {
    color: rgb(122,131,159);
}.contact-us-ouU form .support-grid-awB {
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    border: none;
    font-size: 20px;
    padding: 16px 40px;
    z-index: 1;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(183,169,188), rgb(122,131,159));
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    font-family: Arial, sans-serif;
}.contact-us-ouU form .support-grid-awB::before {
    transition: all 0.4s ease;
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
    left: -100%;
    background: linear-gradient(45deg, rgb(122,131,159), rgb(183,169,188));
    height: 100%;
    top: 0;
}.contact-us-ouU form .support-grid-awB:hover::before {
    left: 0;
}.contact-us-ouU form .support-grid-awB:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact-us-ouU svg {
    fill: rgb(183,169,188);
    height: 22px;
    width: 22px;
}.contact-us-ouU svg path {
    fill: rgb(183,169,188);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact-us-ouU {
    padding: 90px 0;
}.contact-us-ouU .reach-box-IBQ {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact-us-ouU .video-thumbnail-oqB {
    min-height: 400px;
}.contact-us-ouU .reach-grid-nMj {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact-us-ouU {
    padding: 70px 0;
}.contact-us-ouU h2 {
    font-size: calc(36px * 0.9);
}.contact-us-ouU .video-thumbnail-oqB {
    min-height: 350px;
}.contact-us-ouU .video-thumbnail-oqB::after,
    .contact-us-ouU .reach-grid-nMj::before {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.contact-us-ouU {
    padding: 50px 0;
}.contact-us-ouU h2 {
    font-size: calc(36px * 0.8);
}.contact-us-ouU .reach-box-IBQ {
    margin-top: 40px;
}.contact-us-ouU .video-thumbnail-oqB {
    min-height: 250px;
}.contact-us-ouU .reach-grid-nMj {
    padding: 30px 20px;
}.contact-us-ouU form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.contact-us-ouU form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-us-ouU form .support-grid-awB {
    padding: 15px 20px;
    width: 100%;
}}.price-card-deck-Lky {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.price-card-deck-Lky::before {
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}.price-card-deck-Lky .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.learn-price-kCK {
    position: relative;
}.price-card-deck-Lky h2 {
    transform: translateY(0);
    opacity: 1;
    color: #ffffff;
    position: relative;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 29px;
    margin-bottom: 25px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: 700;
}.price-card-deck-Lky h2::after {
    content: "";
    margin: 20px auto 0;
    transition: transform 0.4s ease;
    width: 80px;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(122,131,159), rgb(183,169,188));
    height: 3px;
    display: block;
}.price-card-deck-Lky:hover h2::after {
    transform: scaleX(1.2);
}.price-card-deck-Lky .sub-options-btv {
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    line-height: 1.6;
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin: 0 auto 60px;
    font-size: calc(18px + 2px);
}.price-card-deck-Lky .pricing-schemes-KeW {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    list-style: none;
}.price-card-deck-Lky .pricing-schemes-KeW li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}.price-card-deck-Lky .pricing-schemes-KeW li:hover {
    z-index: 10;
    transform: translateY(-10px);
}.price-card-deck-Lky .pricing-tiers-E9h {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    display: block;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    text-decoration: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}.price-card-deck-Lky .pricing-tiers-E9h::before {
    top: 0;
    content: "";
    background: linear-gradient(230deg, rgb(122,131,159,0.5) 0%, transparent 80%);
    height: 100%;
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0;
}.price-card-deck-Lky .pricing-tiers-E9h:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}.price-card-deck-Lky .pricing-tiers-E9h:hover::before {
    opacity: 0.2;
}.price-card-deck-Lky .fee-structure-spn {
    padding: 40px 30px;
    z-index: 2;
    position: relative;
}.price-card-deck-Lky .package-rates-zZe {
    flex-direction: column;
    height: 100%;
    display: flex;
}.price-card-deck-Lky .package-rates-zZe h4 {
    color: #ffffff;
    transition: transform 0.3s ease;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: calc(18px + 2px);
    padding-bottom: 15px;
    margin-top: 0;
    position: relative;
}.price-card-deck-Lky .package-rates-zZe h4::after {
    left: 0;
    transition: width 0.4s ease;
    height: 2px;
    width: 40px;
    position: absolute;
    background: rgb(183,169,188);
    content: "";
    bottom: 0;
}.price-card-deck-Lky .pricing-tiers-E9h:hover .package-rates-zZe h4::after {
    width: 60px;
}.price-card-deck-Lky .package-rates-zZe p {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    flex-grow: 1;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.6;
    transition: color 0.3s ease;
}.price-card-deck-Lky .pricing-tiers-E9h:hover .package-rates-zZe p {
    color: #ffffff;
}.price-card-deck-Lky .promo-cost-SLW {
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: transform 0.3s ease;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(122,131,159) 0%, rgb(183,169,188) 100%);
    padding: 10px 0;
    position: relative;
    background-clip: text !important;
    margin-top: auto;
    font-size: calc(18px + 4px);
    -webkit-background-clip: text !important;
}.price-card-deck-Lky .promo-cost-SLW::before {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(122,131,159) 0%, transparent 100%);
    height: 1px;
    width: 100%;
}.price-card-deck-Lky .pricing-tiers-E9h:hover .promo-cost-SLW {
    transform: scale(1.05);
}

@media (max-width: 992px) {.price-card-deck-Lky {
    padding: 90px 0;
}.price-card-deck-Lky .pricing-schemes-KeW {
    grid-template-columns: repeat(2, 1fr);
}.price-card-deck-Lky .fee-structure-spn {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.price-card-deck-Lky {
    padding: 70px 0;
}.price-card-deck-Lky h2 {
    font-size: calc(29px - 4px);
}.price-card-deck-Lky .sub-options-btv {
    margin-bottom: 40px;
    font-size: 18px;
}.price-card-deck-Lky .pricing-schemes-KeW {
    grid-template-columns: 1fr;
    gap: 20px;
}.price-card-deck-Lky .fee-structure-spn {
    padding: 25px 20px;
}.price-card-deck-Lky .promo-cost-SLW {
    font-size: calc(18px + 2px);
}
}

@media (max-width: 480px) {.price-card-deck-Lky {
    padding: 60px 0;
}.price-card-deck-Lky h2 {
    font-size: calc(29px - 6px);
}.price-card-deck-Lky .package-rates-zZe h4 {
    font-size: 18px;
}.price-card-deck-Lky .package-rates-zZe p {
    font-size: calc(18px - 1px);
}}.course-structure-yZi {
    position: relative;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}.course-structure-yZi::before {
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(122,131,159,0.5) 49.5%, rgb(122,131,159,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px,
    linear-gradient(-45deg, transparent 49.5%, rgb(183,169,188,0.5) 49.5%, rgb(183,169,188,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px;
    pointer-events: none;
    opacity: 0.08;
    width: 100%;
    height: 100%;
    position: absolute;
}.course-structure-yZi .container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}.course-structure-yZi h2 {
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg);
    margin-bottom: 50px;
    max-width: 800px;
    font-size: 28px;
    color: #000000;
}.course-structure-yZi h2::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(183,169,188), rgb(122,131,159));
    height: 70%;
    content: "";
    left: 0;
    width: 6px;
    top: 15%;
}.course-structure-yZi .learn-career-KvM {
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
    transform: translateZ(0);
    display: grid;
}.course-structure-yZi .video-thumbnail-oqB {
    overflow: hidden;
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
}.course-structure-yZi .video-thumbnail-oqB::after {
    width: 100%;
    background: linear-gradient(45deg, rgb(122,131,159,0.5) 0%, transparent 60%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    left: 0;
}.course-structure-yZi .video-thumbnail-oqB:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course-structure-yZi .text-title-80V {
    transform: perspective(1000px) rotateY(-2deg);
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-height: 500px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 35px;
    position: relative;
    background: #ffffff;
}.course-structure-yZi .text-title-80V:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-structure-yZi .text-title-80V::before {
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(183,169,188), rgb(122,131,159));
    top: 0;
    position: absolute;
    height: 6px;
}.course-structure-yZi .description {
    margin-bottom: 20px;
    font-size: 17px;
    color: #000000;
    line-height: 1.7;
}.course-structure-yZi .description:last-child {
    margin-bottom: 0;
}.course-structure-yZi .text-title-80V::-webkit-scrollbar {
    width: 6px;
}.course-structure-yZi .text-title-80V::-webkit-scrollbar-track {
    background: rgb(207,204,209);
}.course-structure-yZi .text-title-80V::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(183,169,188), rgb(122,131,159));
}

@media (min-width: 768px) {.course-structure-yZi {
    padding: 150px 0;
}.course-structure-yZi h2 {
    font-size: calc(28px * 1.1);
    margin-left: 40px;
    padding-left: 30px;
}.course-structure-yZi h2::before {
    width: 8px;
}.course-structure-yZi .learn-career-KvM {
    grid-template-columns: 40% 60%;
    align-items: center;
}.course-structure-yZi .video-thumbnail-oqB {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(20px);
}.course-structure-yZi .text-title-80V {
    max-height: 450px;
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
}
}

@media (min-width: 992px) {.course-structure-yZi {
    padding: 180px 0;
}.course-structure-yZi h2 {
    margin-left: 80px;
    font-size: calc(28px * 1.2);
    margin-bottom: 60px;
}.course-structure-yZi .learn-career-KvM {
    gap: 40px;
    grid-template-columns: 45% 55%;
    margin-top: 60px;
}.course-structure-yZi .video-thumbnail-oqB {
    transform: perspective(1200px) rotateY(4deg) translateX(40px);
    height: 500px;
}.course-structure-yZi .text-title-80V {
    max-height: 500px;
    transform: perspective(1200px) rotateY(-4deg) translateX(-40px);
    padding: 50px;
}.course-structure-yZi .description {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course-structure-yZi {
    padding: 200px 0;
}.course-structure-yZi h2 {
    margin-left: 120px;
    font-size: calc(28px * 1.3);
}.course-structure-yZi .learn-career-KvM {
    gap: 60px;
}.course-structure-yZi .video-thumbnail-oqB {
    height: 550px;
    transform: perspective(1400px) rotateY(5deg) translateX(60px);
}.course-structure-yZi .text-title-80V {
    padding: 60px;
    max-height: 550px;
    transform: perspective(1400px) rotateY(-5deg) translateX(-60px);
}
}

@media (max-width: 767px) {.course-structure-yZi {
    padding: 80px 0;
}.course-structure-yZi h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}.course-structure-yZi .video-thumbnail-oqB {
    height: 280px;
}.course-structure-yZi .text-title-80V {
    padding: 25px;
    max-height: 400px;
}.course-structure-yZi .description {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.course-structure-yZi {
    padding: 60px 0;
}.course-structure-yZi h2 {
    padding-left: 15px;
    font-size: calc(28px * 0.8);
}.course-structure-yZi h2::before {
    width: 4px;
}.course-structure-yZi .video-thumbnail-oqB {
    height: 220px;
}.course-structure-yZi .text-title-80V {
    padding: 20px;
    max-height: 350px;
}.course-structure-yZi .description {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}header {
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
    left: 0;
    border-bottom: 1px solid rgb(183,169,188,0.5);
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, #000000 0%, rgb(183,169,188) 100%);
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}header:before {
    animation: shine 8s infinite linear;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(183,169,188,0.5), transparent);
    background-size: 200% 100%;
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
    content: '';
    height: 100%;
}header .main-learning-IOl {
    width: 100%;
}header .container {
    max-width: 1200px;
    padding: 15px 20px;
    margin: 0 auto;
}header .main-head-ODu {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}header .header-bar-KbO {
    position: relative;
    gap: 25px;
    display: flex;
}header .header-bar-KbO:before {
    height: 1px;
    transition: transform 0.6s ease;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -8px;
    background: linear-gradient(90deg, transparent, rgb(183,169,188), transparent);
    content: '';
}header .header-bar-KbO:hover:before {
    transform: scaleX(1);
}header .main-lead-yhp {
    font-size: 14px;
    letter-spacing: 0.5px;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    font-weight: 400;
    padding: 8px 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
}header .main-lead-yhp:after {
    height: 2px;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    content: '';
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    position: absolute;
    width: 100%;
    background: rgb(183,169,188);
}header .main-lead-yhp:before {
    background: rgb(183,169,188);
    width: 4px;
    top: 0;
    position: absolute;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    content: '';
    border-radius: 50%;
}header .main-lead-yhp:hover {
    text-shadow: 0 0 8px rgb(183,169,188,0.5);
    color: rgb(183,169,188);
}header .main-lead-yhp:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .main-lead-yhp:hover:before {
    opacity: 1;
}header .site-header-D5U {
    align-items: center;
    position: relative;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
}header .site-header-D5U svg {
    height: 40px;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 0 4px rgb(183,169,188,0.5));
    width: auto;
}header .site-header-D5U:hover svg {
    transform: scale(1.05);
}header .site-header-D5U:after {
    transform: translateX(-50%);
    background: rgb(183,169,188);
    width: 0;
    bottom: -8px;
    transition: width 0.4s ease;
    height: 1px;
    content: '';
    position: absolute;
    left: 50%;
}header .site-header-D5U:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .header-bar-KbO {
    gap: 15px;
}header .main-lead-yhp {
    font-size: calc(14px - 1px);
}header .site-header-D5U svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .header-bar-KbO {
    width: 80%;
    right: -100%;
    top: 0;
    padding: 80px 30px 30px;
    position: fixed;
    gap: 20px;
    transition: right 0.4s ease;
    background: #000000;
    z-index: 1001;
    height: 100vh;
    max-width: 300px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    flex-direction: column;
}header .menu.active {
    right: 0;
}header .main-lead-yhp {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(183,169,188,0.5);
}header .header-bar-KbO:before {
    display: none;
}header .site-header-D5U {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .site-header-D5U svg {
    height: 30px;
}}.info-hub-lgc {
    background: rgb(207,204,209);
    position: relative;
    padding: 90px 0;
    isolation: isolate;
    overflow: hidden;
}.info-hub-lgc::before {
    background: 
        linear-gradient(135deg, transparent 25%, rgb(183,169,188,0.5) 25%, rgb(183,169,188,0.5) 30%, transparent 30%),
        linear-gradient(225deg, transparent 25%, rgb(122,131,159,0.5) 25%, rgb(122,131,159,0.5) 30%, transparent 30%);
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background-size: 60px 60px;
    left: 0;
    z-index: -2;
    animation: patternMove 30s linear infinite;
}.info-hub-lgc::after {
    width: 100%;
    background: linear-gradient(45deg, rgb(183,169,188,0.5) 0%, transparent 50%, rgb(122,131,159,0.5) 100%);
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.4;
    height: 100%;
    content: '';
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}
.info-hub-lgc .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
}.info-hub-lgc .container::after {
    width: 500px;
    border-radius: 50%;
    z-index: -1;
    height: 500px;
    top: 50%;
    content: '';
    animation: pulseEffect 10s infinite alternate;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0.5;
    position: absolute;
    background: 
        linear-gradient(rgba(var(--primary-color, 0, 120, 200), 0.1) 0%, transparent 80%),
        radial-gradient(circle at center, rgba(var(--secondary-color, 100, 0, 150), 0.05) 0%, transparent 60%);
    filter: blur(50px);
}@keyframes pulseEffect {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.5;
    }
}
.info-hub-lgc .message-info-w1B {
    flex-direction: column;
    border-radius: 0;
    display: flex;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #ffffff;
    transform: translateY(0);
}.info-hub-lgc .message-info-w1B::before {
    transition: height 0.5s ease;
    opacity: 1;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom, rgb(183,169,188), rgb(122,131,159));
    position: absolute;
    width: 5px;
    left: 0;
    top: 0;
    z-index: 1;
}.info-hub-lgc .message-info-w1B::after {
    z-index: 2;
    right: 0;
    top: 0;
    border-color: transparent rgb(183,169,188) transparent transparent;
    border-width: 0 50px 50px 0;
    border-style: solid;
    transition: transform 0.3s ease;
    position: absolute;
    content: '';
}.info-hub-lgc .learn-form-Zpc {
    align-items: center;
    padding: 25px 35px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    letter-spacing: 0.5px;
    display: flex;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.info-hub-lgc .learn-form-Zpc svg {
    margin-right: 12px;
    fill: #ffffff;
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}.info-hub-lgc .learn-form-Zpc span {
    z-index: 1;
    position: relative;
}.info-hub-lgc .learn-form-Zpc::before {
    z-index: -1;
    opacity: 0.1;
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(183,169,188,0.5) 50%, transparent 50.1%) 0 0/10px 10px,
        linear-gradient(-45deg, transparent 49.9%, rgb(183,169,188,0.5) 50%, transparent 50.1%) 0 0/10px 10px;
    position: absolute;
    top: 0;
}.info-hub-lgc .video-thumbnail-oqB {
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 100%;
}.info-hub-lgc .video-thumbnail-oqB::after {
    z-index: 1;
    height: 30%;
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    bottom: 0;
    width: 100%;
}.info-hub-lgc .message-request-gfV {
    padding: 35px;
    background: #ffffff;
    flex-grow: 1;
    position: relative;
}.info-hub-lgc .message-request-gfV::before {
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    background:
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(0, 0, 0, 0.02) 5px,
            rgba(0, 0, 0, 0.02) 10px
        );
    height: 100%;
}.info-hub-lgc .message-request-gfV p {
    font-size: 15px;
    align-items: flex-start;
    padding-left: 30px;
    color: #000000;
    margin: 0 0 18px;
    border-left: 2px solid transparent;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
}.info-hub-lgc .message-request-gfV p:last-child {
    margin-bottom: 0;
}.info-hub-lgc .message-request-gfV p svg {
    height: 20px;
    fill: rgb(183,169,188);
    position: absolute;
    left: 0;
    width: 20px;
    transition: all 0.3s ease;
    top: 4px;
}.info-hub-lgc .message-request-gfV p span {
    position: relative;
    z-index: 1;
}.info-hub-lgc .message-request-gfV p b {
    font-weight: 700;
    color: rgb(183,169,188);
}.info-hub-lgc .message-request-gfV p a {
    color: rgb(183,169,188);
    padding-bottom: 2px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.info-hub-lgc .message-request-gfV p a::after {
    position: absolute;
    width: 0;
    background: rgb(183,169,188);
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    transition: width 0.3s ease;
}.info-hub-lgc .message-request-gfV p a:hover {
    color: rgb(122,131,159);
}.info-hub-lgc .message-request-gfV p a:hover::after {
    width: 100%;
}.info-hub-lgc .msg-team-zg8 {
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 35px;
}.info-hub-lgc .chat-form-dDS {
    padding-left: 30px;
    position: relative;
    font-weight: 600;
    color: #000000;
    align-items: center;
    display: flex;
    font-size: 18px;
    margin: 0 0 20px;
}.info-hub-lgc .chat-form-dDS svg {
    top: 50%;
    width: 18px;
    left: 0;
    stroke-linejoin: round;
    height: 18px;
    stroke-linecap: round;
    position: absolute;
    stroke: rgb(183,169,188);
    transform: translateY(-50%) rotate(45deg);
    fill: none;
    transition: all 0.3s ease;
    stroke-width: 2;
}.info-hub-lgc .chat-form-dDS:hover svg {
    stroke: rgb(122,131,159);
    transform: translateY(-50%) rotate(0deg);
}.info-hub-lgc .team-contact-kYC {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.info-hub-lgc .edu-input-jR1 {
    padding: 14px 18px 14px 38px;
    display: flex;
    position: relative;
    font-size: calc(15px - 1px);
    color: #000000;
    overflow: hidden;
    border-left: 3px solid rgb(183,169,188);
    align-items: center;
    background: rgb(207,204,209);
    transition: all 0.3s ease;
}.info-hub-lgc .edu-input-jR1 svg {
    position: absolute;
    stroke: rgb(183,169,188);
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.8;
    left: 12px;
    transform: translateY(-50%);
    fill: none;
    transition: all 0.3s ease;
    top: 50%;
    height: 14px;
    stroke-width: 2;
    width: 14px;
}.info-hub-lgc .edu-input-jR1:hover {
    transform: translateY(-3px);
    color: #000000;
    background: rgb(183,169,188,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.info-hub-lgc .edu-input-jR1:hover svg {
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
    stroke: #000000;
}.info-hub-lgc .edu-input-jR1::before {
    position: absolute;
    left: 0;
    content: '';
    opacity: 0.05;
    height: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    background-size: 10px 10px;
    background: linear-gradient(45deg, transparent 49.5%, rgba(255, 255, 255, 0.5) 50%, transparent 50.5%);
}
@media screen and (min-width: 992px) {.info-hub-lgc .message-info-w1B {
    grid-template-areas: 
            "header header"
            "photo information"
            "hours hours";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto;
    display: grid;
}.info-hub-lgc .learn-form-Zpc {
    grid-area: header;
}.info-hub-lgc .learn-form-Zpc svg {
    width: 28px;
    height: 28px;
    margin-right: 15px;
}.info-hub-lgc .video-thumbnail-oqB {
    height: 100%;
    grid-area: photo;
}.info-hub-lgc .message-request-gfV {
    grid-area: information;
}.info-hub-lgc .message-request-gfV p svg {
    height: 22px;
    width: 22px;
}.info-hub-lgc .msg-team-zg8 {
    margin-top: 0;
    padding: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    grid-area: hours;
}.info-hub-lgc .chat-form-dDS svg {
    height: 20px;
    width: 20px;
}.info-hub-lgc .team-contact-kYC {
    grid-template-columns: repeat(3, 1fr);
}.info-hub-lgc .edu-input-jR1 svg {
    height: 16px;
    width: 16px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {.info-hub-lgc {
    padding: 70px 0;
}.info-hub-lgc .learn-form-Zpc {
    padding: 22px 30px;
}.info-hub-lgc .learn-form-Zpc svg {
    margin-right: 10px;
    height: 22px;
    width: 22px;
}.info-hub-lgc .message-request-gfV {
    padding: 30px;
}.info-hub-lgc .message-request-gfV p svg {
    width: 18px;
    height: 18px;
}.info-hub-lgc .chat-form-dDS svg {
    width: 16px;
    height: 16px;
}.info-hub-lgc .team-contact-kYC {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 767px) {.info-hub-lgc {
    padding: 50px 0;
}.info-hub-lgc .learn-form-Zpc {
    padding: 20px 25px;
}.info-hub-lgc .learn-form-Zpc svg {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}.info-hub-lgc .message-request-gfV {
    padding: 25px;
}.info-hub-lgc .message-request-gfV p {
    padding-left: 28px;
}.info-hub-lgc .message-request-gfV p svg {
    top: 3px;
    height: 16px;
    width: 16px;
}.info-hub-lgc .msg-team-zg8 {
    padding-top: 25px;
    margin-top: 25px;
}.info-hub-lgc .chat-form-dDS {
    padding-left: 26px;
}.info-hub-lgc .chat-form-dDS svg {
    height: 14px;
    width: 14px;
}.info-hub-lgc .team-contact-kYC {
    grid-template-columns: 1fr;
}.info-hub-lgc .edu-input-jR1 {
    padding: 12px 15px 12px 34px;
}.info-hub-lgc .edu-input-jR1 svg {
    left: 10px;
    height: 12px;
    width: 12px;
}}footer {
    width: 100%;
    position: relative;
}footer .patent-info-KVe {
    font-family: Arial, sans-serif;
    background-color: rgb(207,204,209);
    padding: 100px 0 30px;
    color: #000000;
    position: relative;
}footer .patent-info-KVe::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.3;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(183,169,188,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(122,131,159,0.5) 0%, transparent 20%);
}footer .faculty-info-TPj {
    position: relative;
    z-index: 1;
}footer .support-info-0Zc {
    border-radius: 17px;
    margin: auto;
    width: 85%;
    z-index: 3;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px;
    gap: 15px;
}footer .info_item {
    border-radius: 10px;
    flex: 1 1 200px;
    background-color: rgb(207,204,209);
    align-items: center;
    display: flex;
    padding: 15px;
    transition: all 0.3s ease;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(-5px);
}footer .info_item svg {
    margin-right: 12px;
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
    fill: rgb(183,169,188);
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}footer .info_item a:hover {
    color: rgb(183,169,188);
}footer .text_main_holder {
    gap: 20px;
    flex-direction: column;
    display: flex;
    margin-top: 40px;
    position: relative;
    perspective: 2000px;
}footer .head-mainbar-NhL, footer .header-bar-KbO, footer .subscribe_holder {
    padding: 30px;
    border-radius: 17px;
    transform-origin: center center;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}footer .head-mainbar-NhL {
    background-color: #ffffff;
    transform: translateZ(0) scale(1);
    z-index: 2;
}footer .head-mainbar-NhL:hover {
    transform: translateZ(30px) scale(1.02);
}footer .header-bar-KbO {
    margin-left: 20px;
    transform: translateZ(-10px) scale(0.98);
    margin-top: -20px;
    margin-right: 20px;
    z-index: 1;
    color: #ffffff;
    background-color: rgb(122,131,159);
}footer .subscribe_holder {
    margin-left: 40px;
    color: #ffffff;
    margin-right: 40px;
    margin-top: -20px;
    z-index: 0;
    transform: translateZ(-20px) scale(0.96);
    background-color: rgb(183,169,188);
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .head-mainbar-NhL::after, footer .header-bar-KbO::after, footer .subscribe_holder::after {
    width: 100%;
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    border-radius: 17px;
    z-index: -1;
    opacity: 0;
    height: 100%;
    position: absolute;
}footer .head-mainbar-NhL:hover::after, footer .header-bar-KbO:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .head-mainbar-NhL svg {
    display: block;
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}footer .license-cta-uTL {
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}footer .header-bar-KbO h5 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}footer .header-bar-KbO h5::after {
    height: 2px;
    bottom: -8px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(183,169,188), transparent);
    width: 40px;
    position: absolute;
}footer .header-bar-KbO h5:hover::after {
    width: 100%;
}footer .nav-sitebar-yo6 {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
    display: grid;
}footer .nav-sitebar-yo6 a {
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
}footer .nav-sitebar-yo6 a::before {
    position: absolute;
    background-color: rgb(183,169,188);
    bottom: 0;
    content: "";
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
}footer .nav-sitebar-yo6 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .nav-sitebar-yo6 a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 18px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub-transition-iou {
    text-align: center;
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(183,169,188);
    background-color: #ffffff;
    padding: 14px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
}footer .sub-transition-iou:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background-color: rgb(122,131,159);
    color: #ffffff;
}footer .vr-labs-CKr {
    position: relative;
    text-align: center;
    margin-top: 60px;
}footer .tutor-match-Gjq {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 12px;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .head-mainbar-NhL, footer .header-bar-KbO, footer .subscribe_holder {
    flex: 1;
    margin-top: 0;
    flex-direction: column;
    display: flex;
}footer .head-mainbar-NhL {
    margin-right: -20px;
}footer .header-bar-KbO {
    z-index: 1;
    margin-left: 0;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width: 991px) {footer .support-info-0Zc {
    padding: 20px;
    width: 90%;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .patent-info-KVe {
    padding: 80px 0 30px;
}footer .support-info-0Zc {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .head-mainbar-NhL, footer .header-bar-KbO, footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 20px;
}footer .header-bar-KbO, footer .subscribe_holder {
    margin-top: -10px;
}footer .vr-labs-CKr {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .patent-info-KVe {
    padding: 70px 0 20px;
}footer .support-info-0Zc {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .head-mainbar-NhL, footer .header-bar-KbO, footer .subscribe_holder {
    padding: 20px 15px;
}footer .header-bar-KbO h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .nav-sitebar-yo6 {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .sub-transition-iou {
    padding: 12px;
}}.privacy-fence-I5G {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    background-color: rgb(207,204,209);
    border: 1px solid #000000;
    padding: 30px;
}.privacy-fence-I5G h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
    color: #000000;
}.privacy-fence-I5G h2 {
    color: #000000;
    margin: 15px 0;
    font-weight: 600;
    font-size: 18px;
}.privacy-fence-I5G h3, .privacy-fence-I5G h4, .privacy-fence-I5G h5, .privacy-fence-I5G h6 {
    color: #000000;
    font-size: 18px;
    margin: 10px 0;
}.privacy-fence-I5G ul {
    padding-left: 20px;
    margin: 15px 0;
    list-style-type: square;
    color: #000000;
}.privacy-fence-I5G li {
    font-size: 13px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy-fence-I5G {
    padding: 20px;
}.privacy-fence-I5G h1 {
    font-size: 18px;
}.privacy-fence-I5G h2 {
    font-size: 17px;
}.privacy-fence-I5G ul {
    font-size: 13px;
}}
.thankPageID-7W9 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(207,204,209) 0%, rgb(183,169,188,0.5) 100%);
    overflow: hidden;
    position: relative;
}.thankPageID-7W9::before {
    z-index: 1;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(183,169,188,0.5) 0,
        rgb(183,169,188,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    opacity: 0.05;
    height: 100%;
    content: "";
    position: absolute;
}.thankPageID-7W9::after {
    animation: pulse 10s infinite alternate ease-in-out;
    content: "";
    height: 300px;
    opacity: 0.1;
    right: -5%;
    border-radius: 50%;
    top: -10%;
    width: 300px;
    background: rgb(122,131,159);
    filter: blur(100px);
    z-index: 0;
    position: absolute;
}.thankPageID-7W9 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.thankPageID-7W9 h2 {
    max-width: 90%;
    animation-delay: 0.3s;
    animation: slideInTitle 0.8s forwards ease-out;
    margin-bottom: 2.5rem;
    position: relative;
    opacity: 0;
    transform: translateX(-10px);
    font-weight: 700;
    color: rgb(183,169,188);
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-size: 33px;
    line-height: 1.3;
}.thankPageID-7W9 h2::after {
    transform: scaleX(0);
    animation: expandLine 1s forwards ease-out;
    bottom: -15px;
    position: absolute;
    transform-origin: left;
    left: 0;
    background: rgb(122,131,159);
    width: 80px;
    animation-delay: 1s;
    content: "";
    height: 3px;
}.thankPageID-7W9 .learn-mastery-OmL {
    transform: translateY(20px);
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    animation: fadeUpIn 1s forwards ease-out;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    animation-delay: 0.5s;
    opacity: 0;
    position: relative;
}.thankPageID-7W9 .learn-mastery-OmL::before {
    border: 1px solid rgb(183,169,188,0.5);
    right: 20px;
    pointer-events: none;
    position: absolute;
    left: 20px;
    content: "";
    opacity: 0.1;
    top: 20px;
    bottom: 20px;
}.thankPageID-7W9 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.thankPageID-7W9 li {
    position: relative;
    padding-left: 2rem;
}.thankPageID-7W9 li::before {
    animation-delay: 1.2s;
    opacity: 0;
    height: 8px;
    animation: fadeIn 0.5s forwards ease-out;
    width: 8px;
    position: absolute;
    content: "";
    background: rgb(122,131,159);
    top: 0.5rem;
    left: 0;
    transform: rotate(45deg);
}.thankPageID-7W9 li span {
    transform: translateY(10px);
    animation: fadeUpIn 0.8s forwards ease-out;
    opacity: 0;
    font-family: Arial, sans-serif;
    display: block;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    line-height: 1.7;
    animation-delay: 0.8s;
    font-size: calc(12px * 1.05);
}.thankPageID-7W9 li span::after {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(183,169,188,0.5) 0%, transparent 100%);
    bottom: -15px;
    left: 0;
    height: 1px;
    opacity: 0.2;
    position: absolute;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

@media (max-width: 992px) {.thankPageID-7W9 {
    padding: 3rem 0;
}.thankPageID-7W9 h2 {
    max-width: 100%;
    font-size: calc(33px * 0.9);
}.thankPageID-7W9 .learn-mastery-OmL {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thankPageID-7W9 h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.thankPageID-7W9 .learn-mastery-OmL {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.thankPageID-7W9 li span {
    font-size: 12px;
}.thankPageID-7W9::after {
    width: 200px;
    top: -5%;
    right: -10%;
    height: 200px;
}
}

@media (max-width: 576px) {.thankPageID-7W9 {
    padding: 2.5rem 0;
}.thankPageID-7W9 .container {
    padding: 0 1.5rem;
}.thankPageID-7W9 h2 {
    font-size: calc(33px * 0.7);
}.thankPageID-7W9 h2::after {
    height: 2px;
    width: 60px;
}.thankPageID-7W9 .learn-mastery-OmL {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.thankPageID-7W9 li {
    padding-left: 1.5rem;
}.thankPageID-7W9 li::before {
    height: 6px;
    width: 6px;
}.thankPageID-7W9 li span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.user-feedback-flC {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(207,204,209) 100%);
    padding: 6rem 0;
}.user-feedback-flC::before {
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    background: radial-gradient(circle at 20% 30%, rgb(183,169,188,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(122,131,159,0.5) 0%, transparent 30%);
    opacity: 0.2;
    width: 100%;
    top: 0;
}.user-feedback-flC .container {
    position: relative;
    z-index: 2;
}.user-feedback-flC h2 {
    font-size: 34px;
    transform: translateX(-50%);
    display: inline-block;
    padding: 0 2rem;
    position: relative;
    text-transform: uppercase;
    left: 50%;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 4rem;
    text-align: center;
    color: #000000;
}.user-feedback-flC h2::after {
    left: 0;
    width: 100%;
    position: absolute;
    animation: glow 2s infinite;
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(183,169,188), transparent);
    height: 2px;
    content: "";
}.user-feedback-flC .learner-testimonials-BpL {
    justify-content: center;
    flex-wrap: wrap;
    perspective: 1000px;
    display: flex;
}.user-feedback-flC .review-grid-GiX {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    background: #ffffff;
    flex: 0 0 calc(33.333% - 2rem);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin: 1rem;
}.user-feedback-flC .review-grid-GiX::before {
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    content: "";
    inset: 0;
    background: linear-gradient(45deg, rgb(183,169,188), rgb(122,131,159)) border-box;
    z-index: 1;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    position: absolute;
    border-radius: 10px;
    opacity: 0.7;
    border: 2px solid transparent;
}.user-feedback-flC .review-grid-GiX:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 20px rgb(183,169,188,0.5), 
                0 0 30px rgb(122,131,159,0.5);
}.user-feedback-flC .review-grid-GiX:hover::before {
    animation: borderGlow 1.5s infinite alternate;
}.user-feedback-flC .review-grid-GiX img {
    height: 180px;
    object-fit: cover;
    transition: filter 0.3s ease;
    filter: grayscale(20%);
    width: 100%;
    border-bottom: 1px solid rgb(207,204,209);
}.user-feedback-flC .review-grid-GiX:hover img {
    filter: grayscale(0%);
}.user-feedback-flC .review-grid-GiX p {
    padding: 1rem 1.5rem 0;
    color: #000000;
    position: relative;
    font-weight: 600;
    margin: 0;
    font-size: calc(12px + 0.1rem);
}.user-feedback-flC .review-grid-GiX p::after {
    position: absolute;
    background: rgb(183,169,188);
    width: 40px;
    left: 1.5rem;
    content: "";
    bottom: -5px;
    height: 2px;
}.user-feedback-flC .review-grid-GiX .description {
    font-size: 12px;
    line-height: 1.6;
    padding: 1rem 1.5rem 1.5rem;
    font-weight: 400;
    color: #000000;
    position: relative;
}.user-feedback-flC .review-grid-GiX:nth-child(3n+1) {
    transform: translateZ(20px);
}.user-feedback-flC .review-grid-GiX:nth-child(3n+2) {
    transform: translateZ(10px);
}.user-feedback-flC .review-grid-GiX:nth-child(3n+3) {
    transform: translateZ(30px);
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(183,169,188), 0 0 10px rgb(183,169,188,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(183,169,188), 0 0 20px rgb(183,169,188);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.user-feedback-flC .review-grid-GiX {
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.user-feedback-flC {
    padding: 4rem 0;
}.user-feedback-flC h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px - 0.3rem);
}.user-feedback-flC .review-grid-GiX {
    margin: 1rem 0;
    transform: none !important;
    flex: 0 0 100%;
}.user-feedback-flC .review-grid-GiX:hover {
    transform: translateY(-10px) !important;
}
}