* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
}.nav_corerkcd {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1249px;
}.ranking_barerGl {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.grid-containernTqS {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.data_insightsHmlg {
    background: linear-gradient(135deg, rgb(233,222,230) 40%, rgb(184,154,177,0.5) 100%);
    padding: 6rem 0 4rem;
    position: relative;
    overflow: hidden;
}.data_insightsHmlg::before {
    content: "";
    opacity: 0.6;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
    background-image: radial-gradient(circle at 10% 20%, rgb(211,189,204,0.5) 5%, transparent 30%);
}.data_insightsHmlg::after {
    background: linear-gradient(225deg, rgb(184,154,177,0.5) 0%, transparent 70%);
    transform: rotate(-15deg) skew(20deg);
    position: absolute;
    top: -30%;
    width: 70%;
    z-index: 0;
    content: "";
    right: -20%;
    height: 70%;
}.data_insightsHmlg .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.data_insightsHmlg ul {
    margin: 0 0 3rem;
    list-style: none;
    gap: 2.5rem 1.5rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    transform: translateX(-1rem);
    display: grid;
}.data_insightsHmlg .value_statisticsMRFs {
    transform: translateY(30px);
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.15s);
    animation: stat-appear 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
}.data_insightsHmlg .value_statisticsMRFs:nth-child(1) {
    --i: 1;
}.data_insightsHmlg .value_statisticsMRFs:nth-child(2) {
    --i: 2;
}.data_insightsHmlg .value_statisticsMRFs:nth-child(3) {
    --i: 3;
}.data_insightsHmlg .value_statisticsMRFs:nth-child(4) {
    --i: 4;
}.data_insightsHmlg .value_statisticsMRFs:nth-child(5) {
    --i: 5;
}.data_insightsHmlg .value_statisticsMRFs:nth-child(6) {
    --i: 6;
}.data_insightsHmlg .value_statisticsMRFs:nth-child(7) {
    --i: 7;
}.data_insightsHmlg .value_statisticsMRFs div {
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    transform: perspective(800px) rotateX(2deg) rotateY(-2deg);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    padding: 2rem 1.5rem;
    height: 100%;
    position: relative;
    box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    z-index: 1;
}.data_insightsHmlg .value_statisticsMRFs div::before {
    position: absolute;
    content: "";
    width: 4px;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    transform-origin: top;
    left: 0;
    background: linear-gradient(to bottom, rgb(211,189,204), rgb(184,154,177));
    height: 100%;
    transform: scaleY(0);
}.data_insightsHmlg .value_statisticsMRFs div::after {
    bottom: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to right, rgb(211,189,204), rgb(184,154,177));
    transform-origin: left;
    height: 4px;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.data_insightsHmlg .value_statisticsMRFs:hover div {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2), 0 15px 20px -15px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) translateY(-5px);
}.data_insightsHmlg .value_statisticsMRFs:hover div::before {
    transform: scaleY(1);
}.data_insightsHmlg .value_statisticsMRFs:hover div::after {
    transform: scaleX(1);
}.data_insightsHmlg .value_statisticsMRFs p {
    font-weight: 700;
    background: linear-gradient(135deg, rgb(211,189,204) 20%, rgb(184,154,177) 80%);
    background-clip: text;
    font-size: 3.5rem;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease;
    color: rgb(211,189,204);
    display: inline-block;
    -webkit-background-clip: text;
    margin: 0 0 0.5rem;
    position: relative;
}.data_insightsHmlg .value_statisticsMRFs:hover p {
    transform: scale(1.05);
}.data_insightsHmlg .value_statisticsMRFs p::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgb(211,189,204,0.5), transparent);
    bottom: 0.5rem;
    position: absolute;
}.data_insightsHmlg .value_statisticsMRFs:hover p::after {
    transform: scaleX(1);
}.data_insightsHmlg .value_statisticsMRFs span {
    font-size: 17px;
    display: block;
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 600;
    line-height: 1.4;
    opacity: 0.9;
}.data_insightsHmlg .value_statisticsMRFs:hover span {
    color: rgb(184,154,177);
}.data_insightsHmlg h4 {
    float: right;
    display: inline-block;
    padding-right: 3rem;
    color: rgb(211,189,204);
    margin: 2rem 0 0;
    position: relative;
    text-align: right;
    font-size: calc(19px * 1.2);
}.data_insightsHmlg h4::before {
    background: rgb(211,189,204);
    transform: translateY(-50%);
    position: absolute;
    width: 2rem;
    right: 0;
    content: "";
    top: 50%;
    height: 2px;
}

@keyframes stat-appear {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 991px) {.data_insightsHmlg {
    padding: 4rem 0 3rem;
}.data_insightsHmlg ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 2rem 1.5rem;
    transform: translateX(0);
}.data_insightsHmlg .value_statisticsMRFs p {
    font-size: 2.8rem;
}.data_insightsHmlg h4 {
    margin: 2rem auto 0;
    display: block;
    padding-right: 0;
    text-align: center;
    float: none;
    padding-bottom: 1rem;
}.data_insightsHmlg h4::before {
    top: auto;
    width: 3rem;
    transform: translateX(50%);
    bottom: 0;
    right: 50%;
}
}

@media (max-width: 767px) {.data_insightsHmlg {
    padding: 3rem 0 2rem;
}.data_insightsHmlg ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.data_insightsHmlg .value_statisticsMRFs div {
    padding: 1.5rem 1rem;
}.data_insightsHmlg .value_statisticsMRFs p {
    font-size: 2.3rem;
}.data_insightsHmlg .value_statisticsMRFs span {
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 480px) {.data_insightsHmlg ul {
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
}.data_insightsHmlg .value_statisticsMRFs p {
    font-size: 2rem;
}.data_insightsHmlg .value_statisticsMRFs div {
    transform: perspective(800px) rotateX(0) rotateY(0);
    padding: 1.25rem 1rem;
}.data_insightsHmlg h4 {
    font-size: 19px;
}}.join_listsxwr {
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(233,222,230);
    position: relative;
}.join_listsxwr::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(211,189,204,0.5) 0%, transparent 70%);
    left: 0;
    content: "";
    top: 0;
    position: absolute;
}.join_listsxwr::after {
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    content: "";
    position: absolute;
    height: 40%;
    right: 0;
    width: 70%;
    opacity: 0.1;
    bottom: 0;
    z-index: 1;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgb(184,154,177,0.5) 5px,
            rgb(184,154,177,0.5) 8px
        );
}.join_listsxwr .knowledge_classesuwjD {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.join_listsxwr .connect_boxQqaA {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    background: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}.join_listsxwr .connect_boxQqaA::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(-45deg, #ffffff 50%, rgb(184,154,177,0.5) 50%);
    content: "";
}.join_listsxwr h3 {
    z-index: 2;
    font-weight: 700;
    color: #000000;
    margin: 0;
    padding: 3rem 2rem;
    grid-column: 1;
    position: relative;
    font-size: 18px;
}.join_listsxwr h3::after {
    left: 2rem;
    background: rgb(211,189,204);
    width: 60px;
    transform: scaleX(1);
    content: "";
    position: absolute;
    transform-origin: left center;
    transition: transform 0.3s ease;
    height: 4px;
    bottom: 30px;
}.join_listsxwr .connect_boxQqaA:hover h3::after {
    transform: scaleX(1.5);
}.join_listsxwr .input_holder {
    grid-column: 2;
    gap: 1.5rem;
    position: relative;
    z-index: 2;
    padding: 2rem;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.join_listsxwr .input_holder::before {
    position: absolute;
    opacity: 0.2;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    width: 100%;
    background: 
        radial-gradient(
            circle at 30% 70%,
            rgb(211,189,204,0.5) 0%,
            transparent 60%
        );
}.join_listsxwr input[type="email"] {
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    font-size: 17px;
    padding: 1rem 1.5rem;
    border: none;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    width: 100%;
}.join_listsxwr input[type="email"]:focus {
    outline: none;
    border-color: rgb(211,189,204);
}.join_listsxwr input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.join_listsxwr input[type="submit"] {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
    border: none;
    position: relative;
    font-weight: 600;
    background: rgb(211,189,204);
}.join_listsxwr input[type="submit"]::before {
    height: 100%;
    z-index: -1;
    content: "";
    transform: scaleX(0);
    width: 100%;
    left: 0;
    position: absolute;
    background: rgb(184,154,177);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: right;
    top: 0;
}.join_listsxwr input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.join_listsxwr input[type="submit"]:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.join_listsxwr .connect_boxQqaA::after {
    position: absolute;
    content: "";
    z-index: 2;
    transform: skewX(-10deg);
    background: #ffffff;
    top: 0;
    left: calc(50% - 20px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 40px;
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0) scaleY(1);
    }
    50% {
        transform: translateY(-10px) scaleY(1.1);
    }
}

@media (max-width: 768px) {.join_listsxwr {
    padding: 4rem 1.5rem;
}.join_listsxwr .connect_boxQqaA {
    grid-template-columns: 1fr;
}.join_listsxwr h3 {
    padding: 2rem 2rem 1rem;
    grid-column: 1;
    text-align: center;
}.join_listsxwr h3::after {
    transform: translateX(-50%) scaleX(1);
    left: 50%;
}.join_listsxwr .connect_boxQqaA:hover h3::after {
    transform: translateX(-50%) scaleX(1.5);
}.join_listsxwr .input_holder {
    padding: 1rem 2rem 2rem;
    grid-column: 1;
}.join_listsxwr .connect_boxQqaA::after {
    transform: skewY(-10deg);
    top: calc(33% - 20px);
    left: 0;
    width: 100%;
    right: 0;
    height: 40px;
}
}

@media (max-width: 480px) {.join_listsxwr {
    padding: 3rem 1rem;
}.join_listsxwr .connect_boxQqaA {
    width: 100%;
}.join_listsxwr h3 {
    font-size: calc(18px * 0.9);
    padding: 1.5rem 1.5rem 1rem;
}.join_listsxwr .input_holder {
    padding: 1rem 1.5rem 1.5rem;
}.join_listsxwr input[type="email"] {
    padding: 0.8rem 1rem;
}.join_listsxwr input[type="submit"] {
    padding: 0.8rem 1rem;
}}.give_it_a_tryPzLo {
    overflow: hidden;
    padding: 7rem 2rem;
    background: linear-gradient(135deg, rgb(211,189,204,0.5), rgb(184,154,177,0.5) 70%);
    position: relative;
}.give_it_a_tryPzLo::before {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
    background: 
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 85% 85%, rgba(255,255,255,0.05) 0%, transparent 50%);
    z-index: 1;
}.give_it_a_tryPzLo::after {
    filter: blur(60px);
    width: 30vw;
    opacity: 0.1;
    height: 30vw;
    right: -15vw;
    content: "";
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    top: -15vw;
    background: rgb(211,189,204);
}.give_it_a_tryPzLo .container {
    margin: 0 auto;
    display: flex;
    perspective: 1000px;
    flex-direction: column;
    transform-style: preserve-3d;
    max-width: 1200px;
    align-items: center;
    position: relative;
    z-index: 2;
}.give_it_a_tryPzLo h2 {
    transform: translateZ(20px);
    text-align: center;
    color: #000000;
    font-size: clamp(1.75rem, 3vw, 34px);
    text-shadow: 0 1px 3px rgba(0,0,0,0.05);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    max-width: 800px;
    position: relative;
    margin-bottom: 3rem;
}.give_it_a_tryPzLo h2::after {
    content: "";
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60px;
    background: rgb(184,154,177);
    bottom: -15px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
    position: absolute;
}.give_it_a_tryPzLo .container:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.give_it_a_tryPzLo .knowledge_classesuwjD {
    background: rgba(255, 255, 255, 0.85);
    transform: translateZ(40px) rotateX(2deg);
    padding: 2rem;
    backdrop-filter: blur(10px);
    display: flex;
    gap: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    border-radius: 12px;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.08),
    0 5px 12px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    justify-content: center;
    clip-path: polygon(
    3% 0%, 
    97% 0%, 
    100% 3%, 
    100% 97%, 
    97% 100%, 
    3% 100%, 
    0% 97%, 
    0% 3%
  );
}.give_it_a_tryPzLo .knowledge_classesuwjD:hover {
    transform: translateZ(50px) rotateX(0deg);
    box-shadow: 
    0 25px 50px rgba(0,0,0,0.12),
    0 10px 15px rgba(0,0,0,0.07),
    0 0 0 1px rgba(255,255,255,0.3) inset;
}.give_it_a_tryPzLo svg {
    width: 42px;
    transform-origin: center;
    height: 42px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}.give_it_a_tryPzLo .knowledge_classesuwjD:hover svg {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.15));
}.give_it_a_tryPzLo svg path {
    fill: rgb(211,189,204);
    transition: fill 0.3s ease;
}.give_it_a_tryPzLo .knowledge_classesuwjD:hover svg path {
    fill: rgb(184,154,177);
}.give_it_a_tryPzLo .inquiry_helpPgqR {
    box-shadow: 
    0 4px 12px rgba(0,0,0,0.1),
    0 2px 4px rgba(0,0,0,0.06),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    position: relative;
    background: linear-gradient(135deg, rgb(211,189,204), rgb(211,189,204,0.5) 130%);
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    display: inline-flex;
    font-weight: 600;
    padding: 0.9rem 2rem;
    letter-spacing: 0.03em;
    font-size: 16px;
    overflow: hidden;
}.give_it_a_tryPzLo .inquiry_helpPgqR::before {
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(255,255,255,0.2), transparent);
}.give_it_a_tryPzLo .inquiry_helpPgqR:hover {
    background: linear-gradient(135deg, rgb(184,154,177), rgb(184,154,177) 130%);
    box-shadow: 
    0 8px 20px rgba(0,0,0,0.15),
    0 4px 8px rgba(0,0,0,0.08),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    transform: translateY(-3px);
}.give_it_a_tryPzLo .inquiry_helpPgqR:hover::before {
    transform: translateX(100%);
}.give_it_a_tryPzLo .inquiry_helpPgqR:active {
    box-shadow: 
    0 3px 8px rgba(0,0,0,0.12),
    0 1px 3px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-1px);
}

@media (max-width: 768px) {.give_it_a_tryPzLo {
    padding: 5rem 1.5rem;
}.give_it_a_tryPzLo h2 {
    margin-bottom: 2.5rem;
}.give_it_a_tryPzLo .knowledge_classesuwjD {
    transform: translateZ(20px) rotateX(1deg);
    flex-direction: column;
    padding: 1.5rem;
}.give_it_a_tryPzLo .inquiry_helpPgqR {
    width: 100%;
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 480px) {.give_it_a_tryPzLo {
    padding: 4rem 1rem;
}.give_it_a_tryPzLo h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}.give_it_a_tryPzLo .knowledge_classesuwjD {
    padding: 1.25rem;
    transform: translateZ(10px) rotateX(0deg);
}.give_it_a_tryPzLo svg {
    height: 36px;
    width: 36px;
}.give_it_a_tryPzLo .inquiry_helpPgqR {
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.give_it_a_tryPzLo .knowledge_classesuwjD,
  .give_it_a_tryPzLo .inquiry_helpPgqR,
  .give_it_a_tryPzLo svg,
  .give_it_a_tryPzLo h2::after,
  .give_it_a_tryPzLo .inquiry_helpPgqR::before {
    transform: none;
    transition: none;
    animation: none;
}.give_it_a_tryPzLo .knowledge_classesuwjD:hover {
    transform: none;
}.give_it_a_tryPzLo .inquiry_helpPgqR:hover {
    transform: none;
}.give_it_a_tryPzLo .knowledge_classesuwjD:hover svg {
    transform: none;
}
}

@media (hover: hover) {.give_it_a_tryPzLo .container {
    cursor: default;
}.give_it_a_tryPzLo .inquiry_helpPgqR {
    cursor: pointer;
}}.appContainerXNYQ {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,189,204,0.5) 0%, rgb(233,222,230) 40%, rgb(184,154,177,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.appContainerXNYQ::before {
    top: 0;
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.5;
    content: "";
    z-index: 1;
    width: 100%;
}.appContainerXNYQ::after {
    position: absolute;
    transform: rotate(-5deg);
    opacity: 0.04;
    z-index: 0;
    background: repeating-linear-gradient(45deg, rgb(211,189,204,0.5) 0px, transparent 2px, transparent 10px);
    height: 150%;
    content: "";
    width: 150%;
    top: -25%;
    left: -25%;
    animation: patternShift 20s infinite linear;
}.appContainerXNYQ .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1140px;
}.appContainerXNYQ h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    opacity: 0;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    font-size: 35px;
}.appContainerXNYQ h2::after {
    width: 80px;
    position: absolute;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    bottom: -15px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    background: linear-gradient(90deg, rgb(211,189,204), rgb(184,154,177));
}.appContainerXNYQ .knowledge_classesuwjD {
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    animation: fadeIn 1s 0.5s both ease-out;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.1);
    transform-origin: center top;
    transition: transform 0.5s;
}.appContainerXNYQ .knowledge_classesuwjD::before {
    transform: translateX(-50%);
    border-radius: 10px;
    top: -8px;
    z-index: -1;
    position: absolute;
    width: 95%;
    height: 100%;
    filter: blur(12px);
    background: linear-gradient(180deg, rgb(211,189,204,0.5) 0%, transparent 80%);
    content: "";
    left: 50%;
    opacity: 0.3;
}.appContainerXNYQ .knowledge_classesuwjD:hover {
    transform: perspective(1000px) rotateX(0deg);
}.appContainerXNYQ ul {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}.appContainerXNYQ ul::before {
    content: "";
    top: 0;
    animation: growHeight 1.5s 1s forwards ease-in-out;
    left: -20px;
    background: linear-gradient(to bottom, rgb(211,189,204), rgb(184,154,177));
    width: 4px;
    height: 0;
    position: absolute;
}.appContainerXNYQ li {
    transform: translateX(20px);
    opacity: 0;
    animation: slideIn 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding-left: 0;
}.appContainerXNYQ li::before {
    width: 32px;
    animation: popIn 0.4s 1.2s forwards cubic-bezier(0.25, 1.8, 0.5, 1);
    transform: scale(0);
    top: -5px;
    position: absolute;
    left: -40px;
    box-shadow: 0 5px 15px -5px rgb(184,154,177,0.5);
    opacity: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(184,154,177) 0%, rgb(211,189,204) 100%);
    content: "";
    height: 32px;
}.appContainerXNYQ li span {
    font-size: 14px;
    opacity: 0;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-family: Arial, sans-serif;
    display: block;
    animation: fadeIn 1s 1.2s forwards ease-out;
    color: #000000;
    position: relative;
}.appContainerXNYQ li span::first-letter {
    color: rgb(211,189,204);
    font-size: 1.4em;
    font-weight: 700;
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@keyframes growHeight {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes patternShift {
    from {
        transform: rotate(-5deg) translateX(0);
    }
    to {
        transform: rotate(-5deg) translateX(100px);
    }
}

@media (max-width: 992px) {.appContainerXNYQ {
    padding: 5rem 0;
}.appContainerXNYQ h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.appContainerXNYQ .knowledge_classesuwjD {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.appContainerXNYQ {
    padding: 4rem 0;
}.appContainerXNYQ h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
    line-height: 1.4;
}.appContainerXNYQ .knowledge_classesuwjD {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.appContainerXNYQ ul::before {
    left: -15px;
}.appContainerXNYQ li::before {
    left: -30px;
    height: 24px;
    width: 24px;
}
}

@media (max-width: 576px) {.appContainerXNYQ {
    padding: 3rem 0;
}.appContainerXNYQ h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.appContainerXNYQ .knowledge_classesuwjD {
    transform: none;
    padding: 1.5rem;
}.appContainerXNYQ ul::before {
    left: -12px;
}.appContainerXNYQ li::before {
    width: 20px;
    left: -25px;
    top: -2px;
    height: 20px;
}.appContainerXNYQ li span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}#cookieNoticePanelOnuz {
    display: none;
}#cookieNoticePanelOnuz:checked ~ .cookie_banner_dialogHlaY {
    visibility: hidden;
    opacity: 0;
}.cookie_banner_dialogHlaY {
    border-top: 3px solid rgb(211,189,204);
    font-family: Arial, sans-serif;
    position: fixed;
    padding: 20px 0;
    width: 100%;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    z-index: 90;
    bottom: 0;
    background: rgb(184,154,177);
}.edu_settingsYLCs {
    border: 2px dashed rgb(211,189,204);
    border-radius: 20px;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    padding: 20px 5%;
}.cookie_banner_dialogHlaY h5 {
    letter-spacing: 1.5px;
    color: rgb(211,189,204);
    margin: 0;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
}.cookie_banner_dialogHlaY p {
    color: #ffffff;
    position: relative;
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}.track_settingsMoKh {
    background: rgb(211,189,204,0.5);
    border-radius: 20px;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
    align-items: center;
    padding: 10px;
    display: flex;
}.track_settingsMoKh svg {
    fill: rgb(211,189,204);
    width: 60px;
    height: 60px;
}.cookie_checkQUsE {
    line-height: 40px;
    border: 2px solid rgb(211,189,204);
    flex-shrink: 0;
    color: #000000;
    background: rgb(211,189,204);
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    margin-left: 10px;
    min-width: 140px;
    border-radius: 10px;
}.cookie_checkQUsE:hover {
    box-shadow: 0 0 10px rgb(184,154,177);
    background-color: rgb(184,154,177);
}.cookie_button.cookie_controlsHRMW {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(184,154,177);
    color: #ffffff;
}.cookie_button.cookie_controlsHRMW:hover {
    box-shadow: 0 0 10px rgb(184,154,177);
}.cookie_banner_dialogHlaY p a {
    color: rgb(211,189,204);
    border-bottom: 1px dashed rgb(211,189,204);
    text-decoration: none;
    transition: color 0.3s ease;
}.cookie_banner_dialogHlaY p a:hover {
    color: rgb(184,154,177);
}
@media only screen and (max-width: 1200px) {.cookie_banner_dialogHlaY {
    padding: 15px 0;
}.edu_settingsYLCs {
    padding: 15px 5%;
}.track_settingsMoKh {
    display: none;
}.edu_settingsYLCs {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie_banner_dialogHlaY h5 {
    margin-bottom: 10px;
    font-size: 22px;
}.edu_approveUqGZ {
    margin-bottom: 15px;
}.cookie_checkQUsE {
    margin: 10px 0;
    min-width: 100%;
}}
.ranking_barerGl {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 3rem;
    z-index: 1;
    background-position: center center;
}.ranking_barerGl::before {
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
}.ranking_barerGl::after {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.5;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: -1;
    top: 0;
}.ranking_barerGl .container {
    flex-direction: column;
    position: relative;
    display: flex;
}.ranking_barerGl .container::before {
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    opacity: 0.3;
    background: linear-gradient(0deg, rgb(211,189,204) 0%, transparent 100%);
    left: 0;
    height: 80px;
    position: absolute;
    width: 100%;
    content: "";
    top: -80px;
}.ranking_barerGl .company_holder {
    margin-bottom: 4rem;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    position: relative;
    border: 1px solid rgba(rgb(211,189,204), 0.3);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    background: rgba(0, 0, 0, 0.4);
    padding: 2rem;
}.ranking_barerGl .company_holder::before {
    filter: blur(5px);
    height: calc(100% + 10px);
    content: "";
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    top: -5px;
    opacity: 0.5;
    width: calc(100% + 10px);
    left: -5px;
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, rgb(211,189,204), transparent 70%);
}.ranking_barerGl .company_holder h3 {
    font-size: calc(31px * 1.2);
    text-shadow: 0 0 10px rgb(211,189,204), 0 0 20px rgb(211,189,204), 0 0 30px rgb(211,189,204);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    text-transform: uppercase;
}.ranking_barerGl .company_holder h3::before {
    top: 2px;
    position: absolute;
    content: attr(data-text);
    left: 2px;
    z-index: -1;
    opacity: 0.7;
    filter: blur(1px);
    color: rgb(211,189,204);
}.ranking_barerGl .footer_subscribetnso {
    line-height: 1.6;
    font-size: 14px;
    margin-top: 1.5rem;
    color: #ffffff;
    border-left: 2px solid rgb(211,189,204);
    opacity: 0.8;
    padding-left: 1rem;
}.ranking_barerGl .search_footDdcT {
    display: flex;
    justify-content: space-between;
    position: relative;
}.ranking_barerGl .search_footDdcT::before {
    width: 100%;
    top: -20px;
    content: "";
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(211,189,204), transparent);
    position: absolute;
}.ranking_barerGl .header_tutorOUGj {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    width: 100%;
}.ranking_barerGl .nav_beginMEKG {
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    padding: 1.5rem;
    border-bottom: 2px solid rgb(211,189,204);
    flex: 1;
    border-left: 2px solid rgb(211,189,204);
}.ranking_barerGl .nav_beginMEKG:hover {
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
    background: rgba(rgb(211,189,204,0.5), 0.1);
}.ranking_barerGl .nav_beginMEKG h5 {
    font-size: 22px;
    letter-spacing: 2px;
    color: rgb(184,154,177);
    position: relative;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}.ranking_barerGl .nav_beginMEKG h5::after {
    width: 40px;
    left: 0;
    bottom: -8px;
    height: 2px;
    box-shadow: 0 0 10px rgb(211,189,204);
    content: "";
    background: rgb(211,189,204);
    position: absolute;
}.ranking_barerGl .nav_beginMEKG .header_tutorOUGj {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.ranking_barerGl .nav_beginMEKG .header_tutorOUGj a {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    padding: 0.5rem 0 0.5rem 1.5rem;
    opacity: 0.7;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}.ranking_barerGl .nav_beginMEKG .header_tutorOUGj a::before {
    font-size: 0.8em;
    color: rgb(211,189,204);
    left: 0;
    content: "//";
    transition: all 0.3s ease;
    position: absolute;
}.ranking_barerGl .nav_beginMEKG .header_tutorOUGj a:hover {
    opacity: 1;
    text-shadow: 0 0 5px rgb(211,189,204);
    color: rgb(211,189,204);
}.ranking_barerGl .nav_beginMEKG .header_tutorOUGj a:hover::before {
    color: rgb(184,154,177);
}.enroll_infopFke {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1.5rem 0;
    position: relative;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
}.enroll_infopFke::before {
    width: 100%;
    top: 0;
    height: 1px;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(211,189,204), transparent);
    content: "";
}.enroll_infopFke .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.enroll_infopFke .conduct_codefaBx {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 1px;
    color: #ffffff;
}.enroll_infopFke .conduct_codefaBx::before,
.enroll_infopFke .conduct_codefaBx::after {
    color: rgb(211,189,204);
    content: "//";
    margin: 0 10px;
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(211,189,204), 0 0 20px rgb(211,189,204);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.ranking_barerGl .search_footDdcT {
    flex-direction: column;
}.ranking_barerGl .header_tutorOUGj {
    flex-direction: column;
}.ranking_barerGl .nav_beginMEKG {
    width: 100%;
    margin-bottom: 1rem;
}.enroll_infopFke {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.ranking_barerGl {
    padding: 4rem 0 2rem;
}.ranking_barerGl .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.ranking_barerGl .company_holder h3 {
    font-size: 31px;
}.ranking_barerGl .nav_beginMEKG h5 {
    font-size: calc(22px * 0.9);
}.enroll_infopFke {
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.ranking_barerGl {
    padding: 3rem 0 2rem;
}.ranking_barerGl .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.ranking_barerGl .company_holder h3 {
    font-size: calc(31px * 0.85);
    letter-spacing: 1px;
}.ranking_barerGl .footer_subscribetnso {
    font-size: calc(14px * 0.9);
}.ranking_barerGl .nav_beginMEKG {
    padding: 1rem;
}.ranking_barerGl .nav_beginMEKG .header_tutorOUGj a {
    font-size: calc(14px * 0.9);
}.enroll_infopFke {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.enroll_infopFke .conduct_codefaBx::before,
    .enroll_infopFke .conduct_codefaBx::after {
    display: none;
}}.info_hubDnuv {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5rem 0;
    background: rgb(211,189,204);
}.info_hubDnuv::before {
    z-index: -1;
    content: '';
    height: 100%;
    background: 
        linear-gradient(135deg, 
            rgb(184,154,177,0.5) 0%, 
            transparent 50%),
        radial-gradient(
            circle at 25% 25%, 
            rgb(184,154,177,0.5) 0%, 
            transparent 30%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.info_hubDnuv::after {
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    animation: gridMove 30s linear infinite;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    background-size: 20px 20px;
    left: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.info_hubDnuv .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.info_hubDnuv .contact_paneleAdk {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    position: relative;
}.info_hubDnuv .request_teamehkd {
    overflow: hidden;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    gap: 1rem;
    display: flex;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    flex-direction: column;
}.info_hubDnuv .request_teamehkd::before {
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(184,154,177), rgb(211,189,204,0.5));
    content: '';
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
}.info_hubDnuv .request_teamehkd:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.info_hubDnuv .request_teamehkd h2 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 34px;
}.info_hubDnuv .request_teamehkd h2::after {
    position: absolute;
    background: rgb(184,154,177);
    left: 0;
    border-radius: 1.5px;
    bottom: 0;
    content: '';
    width: 3rem;
    height: 3px;
}.info_hubDnuv .request_teamehkd h3 {
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
}.info_hubDnuv .assist_supportTaOF {
    color: #ffffff;
    font-weight: 600;
    font-size: calc(17px * 1.2);
    margin-bottom: 0.5rem;
}.info_hubDnuv .instant_contactdznL {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.8;
    color: #ffffff;
}.info_hubDnuv .request_teamehkd p {
    display: flex;
    margin-bottom: 0.75rem;
    opacity: 0.9;
    gap: 0.5rem;
    align-items: center;
    color: #ffffff;
}.info_hubDnuv .request_teamehkd p span {
    opacity: 1;
    font-weight: 600;
}.info_hubDnuv .msg_detailsrSfb {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}.info_hubDnuv .get_assistanceCcrF {
    flex-wrap: wrap;
    gap: 0.75rem;
    display: flex;
}.info_hubDnuv .get_assistanceCcrF span {
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    font-size: calc(17px * 0.9);
}.info_hubDnuv .get_assistanceCcrF span:hover {
    background: rgb(184,154,177);
    transform: translateY(-2px);
}.info_hubDnuv .request_teamehkd .captureOZTP {
    min-height: 300px;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.info_hubDnuv .request_teamehkd .captureOZTP::before {
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(211,189,204,0.5) 0%, transparent 100%);
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
}.info_hubDnuv .talk_contactTAlh {
    background: rgb(184,154,177,0.5);
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    display: flex;
}.info_hubDnuv .talk_contactTAlh a {
    padding: 1rem;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    border-radius: 10px;
}.info_hubDnuv .talk_contactTAlh a::before {
    transform: skewX(-15deg);
    left: 0;
    width: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    transition: all 0.6s ease;
    content: '';
    position: absolute;
    height: 100%;
}.info_hubDnuv .talk_contactTAlh a:hover::before {
    left: -50%;
    width: 200%;
}.info_hubDnuv .talk_contactTAlh a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
}.info_hubDnuv .talk_contactTAlh a span {
    gap: 0.5rem;
    opacity: 0.7;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
    display: flex;
    font-size: calc(17px * 0.9);
}.info_hubDnuv .talk_contactTAlh a p {
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    font-size: 17px;
}.info_hubDnuv svg {
    width: 20px;
    height: 20px;
    fill: none;
}.info_hubDnuv svg path {
    fill: rgb(184,154,177);
    transition: fill 0.3s ease;
}.info_hubDnuv .talk_contactTAlh a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.info_hubDnuv .contact_paneleAdk {
    grid-template-columns: 1fr 1fr;
}.info_hubDnuv .request_teamehkd:first-child {
    grid-column: span 2;
}.info_hubDnuv .request_teamehkd {
    padding: 2rem;
}.info_hubDnuv .request_teamehkd .captureOZTP {
    min-height: 250px;
}
}

@media (max-width: 767px) {.info_hubDnuv {
    padding: 3rem 0;
}.info_hubDnuv .contact_paneleAdk {
    grid-template-columns: 1fr;
}.info_hubDnuv .request_teamehkd:first-child {
    grid-column: span 1;
}.info_hubDnuv .request_teamehkd {
    padding: 1.5rem;
}.info_hubDnuv .request_teamehkd h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 1rem;
}.info_hubDnuv .instant_contactdznL {
    margin-bottom: 1rem;
}.info_hubDnuv .msg_detailsrSfb {
    margin-top: 1rem;
    padding-top: 1rem;
}.info_hubDnuv .request_teamehkd .captureOZTP {
    min-height: 200px;
}.info_hubDnuv .talk_contactTAlh {
    gap: 1rem;
}.info_hubDnuv .talk_contactTAlh a {
    padding: 0.75rem;
}
}

@media (max-width: 480px) {.info_hubDnuv {
    padding: 2rem 0;
}.info_hubDnuv .request_teamehkd {
    padding: 1.25rem;
}.info_hubDnuv .request_teamehkd h2 {
    font-size: calc(34px * 0.8);
}.info_hubDnuv .request_teamehkd .captureOZTP {
    min-height: 180px;
}.info_hubDnuv .get_assistanceCcrF {
    gap: 0.5rem;
}.info_hubDnuv .get_assistanceCcrF span {
    padding: 0.4rem 0.75rem;
    font-size: calc(17px * 0.8);
}.info_hubDnuv .talk_contactTAlh a {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}.info_hubDnuv .talk_contactTAlh a span {
    font-size: calc(17px * 0.8);
}.info_hubDnuv .talk_contactTAlh a p {
    font-size: calc(17px * 0.9);
}}.contact_form_boxHEGg {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,222,230) 0%, rgba(16, 22, 47, 0.95) 100%);
}.contact_form_boxHEGg::before {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(211,189,204), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(184,154,177), 0.04) 50%, transparent 100%);
    position: absolute;
    background-size: 20px 20px, 20px 20px;
    animation: gridMove 20s linear infinite;
}.contact_form_boxHEGg::after {
    top: 0;
    opacity: 0.6;
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(211,189,204), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(184,154,177), 0.15) 0%, 
        transparent 50%
    );
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_form_boxHEGg .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.contact_form_boxHEGg h2 {
    letter-spacing: 2px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    font-size: 37px;
}.contact_form_boxHEGg h2::after {
    width: 80px;
    position: absolute;
    bottom: -15px;
    border-radius: 1.5px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(211,189,204), rgb(184,154,177));
}.contact_form_boxHEGg .feedback_infoocjD {
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin-top: 60px;
    gap: 30px;
    position: relative;
}.contact_form_boxHEGg .feedback_infoocjD::before {
    width: 100%;
    z-index: -1;
    left: -8px;
    border-radius: 12px;
    position: absolute;
    top: -8px;
    border: 1px solid rgba(rgb(211,189,204), 0.2);
    height: 100%;
    content: "";
}.contact_form_boxHEGg .feedback_infoocjD::after {
    height: 100%;
    position: absolute;
    width: 100%;
    border: 1px solid rgba(rgb(184,154,177), 0.2);
    right: -8px;
    z-index: -1;
    border-radius: 12px;
    content: "";
    bottom: -8px;
}.contact_form_boxHEGg .captureOZTP {
    overflow: hidden;
    position: relative;
    min-height: 550px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    height: 100%;
}.contact_form_boxHEGg .captureOZTP::before {
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
}.contact_form_boxHEGg .captureOZTP::after {
    border-top: 2px solid rgba(rgb(211,189,204), 0.6);
    width: 60px;
    z-index: 2;
    height: 60px;
    position: absolute;
    border-right: 2px solid rgba(rgb(211,189,204), 0.6);
    right: 20px;
    content: "";
    top: 20px;
}.contact_form_boxHEGg .reach_messageInHh {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
}.contact_form_boxHEGg .reach_messageInHh::before {
    left: 20px;
    width: 60px;
    content: "";
    position: absolute;
    bottom: 20px;
    border-bottom: 2px solid rgba(rgb(184,154,177), 0.6);
    border-left: 2px solid rgba(rgb(184,154,177), 0.6);
    height: 60px;
}.contact_form_boxHEGg form {
    width: 100%;
}.contact_form_boxHEGg form h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    position: relative;
    font-size: 22px;
}.contact_form_boxHEGg form h3::before {
    border-radius: 10px;
    content: "";
    height: 100%;
    top: 0;
    background: rgb(211,189,204);
    position: absolute;
    left: 0;
    width: 3px;
}.contact_form_boxHEGg form input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 13px;
    color: #ffffff;
    padding: 18px 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.05);
}.contact_form_boxHEGg form input[type="text"]:focus {
    outline: none;
    border-color: rgb(211,189,204);
    box-shadow: 0 0 15px rgba(rgb(211,189,204), 0.2);
    background: rgba(255, 255, 255, 0.08);
}.contact_form_boxHEGg form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_boxHEGg .request_sectionHqpz {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_form_boxHEGg .request_sectionHqpz input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_boxHEGg .request_sectionHqpz label {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
}.contact_form_boxHEGg .request_sectionHqpz label::before {
    border-radius: 10px;
    top: 2px;
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    left: 0;
    width: 22px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}.contact_form_boxHEGg .request_sectionHqpz input[type="checkbox"]:checked + label::before {
    border-color: rgb(211,189,204);
    background: rgb(211,189,204);
}.contact_form_boxHEGg .request_sectionHqpz input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    position: absolute;
    height: 10px;
    top: 6px;
    left: 8px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    width: 6px;
    content: "";
}.contact_form_boxHEGg .request_sectionHqpz label a {
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: rgb(211,189,204);
}.contact_form_boxHEGg .request_sectionHqpz label a:hover {
    color: rgb(184,154,177);
}.contact_form_boxHEGg form .inquiry_helpPgqR {
    color: #ffffff;
    position: relative;
    border: none;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgb(211,189,204), rgb(184,154,177));
    font-size: 18px;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.4s ease;
    z-index: 1;
    cursor: pointer;
    padding: 16px 40px;
    font-weight: 600;
}.contact_form_boxHEGg form .inquiry_helpPgqR::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(184,154,177), rgb(211,189,204));
    left: -100%;
    z-index: -1;
    content: "";
    position: absolute;
    transition: all 0.4s ease;
    height: 100%;
    top: 0;
}.contact_form_boxHEGg form .inquiry_helpPgqR:hover::before {
    left: 0;
}.contact_form_boxHEGg form .inquiry_helpPgqR:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact_form_boxHEGg svg {
    width: 22px;
    fill: rgb(211,189,204);
    height: 22px;
}.contact_form_boxHEGg svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,189,204);
}

@media screen and (max-width: 991px) {.contact_form_boxHEGg {
    padding: 90px 0;
}.contact_form_boxHEGg .feedback_infoocjD {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_form_boxHEGg .captureOZTP {
    min-height: 400px;
}.contact_form_boxHEGg .reach_messageInHh {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_form_boxHEGg {
    padding: 70px 0;
}.contact_form_boxHEGg h2 {
    font-size: calc(37px * 0.9);
}.contact_form_boxHEGg .captureOZTP {
    min-height: 350px;
}.contact_form_boxHEGg .captureOZTP::after,
    .contact_form_boxHEGg .reach_messageInHh::before {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.contact_form_boxHEGg {
    padding: 50px 0;
}.contact_form_boxHEGg h2 {
    font-size: calc(37px * 0.8);
}.contact_form_boxHEGg .feedback_infoocjD {
    margin-top: 40px;
}.contact_form_boxHEGg .captureOZTP {
    min-height: 250px;
}.contact_form_boxHEGg .reach_messageInHh {
    padding: 30px 20px;
}.contact_form_boxHEGg form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.contact_form_boxHEGg form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_boxHEGg form .inquiry_helpPgqR {
    padding: 15px 20px;
    width: 100%;
}}.who_we_arePrDs {
    background-color: rgb(233,222,230);
    overflow: hidden;
    padding: 160px 0;
    position: relative;
    isolation: isolate;
}.who_we_arePrDs::before {
    z-index: -2;
    opacity: 0.15;
    background-size: auto, auto, 80px 80px;
    animation: rotateCircles 60s linear infinite;
    inset: 0;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgb(211,189,204,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(184,154,177,0.5) 0%, transparent 40%),
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 15deg,
            rgba(0, 0, 0, 0.5) 15.5deg,
            transparent 16deg
        );
}@keyframes rotateCircles {
    0% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
    50% {
        background-position: 5% 5%, 95% 95%, 0 0;
        opacity: 0.17;
    }
    100% {
        background-position: 0% 0%, 100% 100%, 0 0;
        opacity: 0.15;
    }
}

.who_we_arePrDs::after {
    content: "";
    opacity: 0.03;
    background-size: 50px 50px;
    position: absolute;
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 76%, transparent 77%);
    inset: 0;
}.who_we_arePrDs .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
}.who_we_arePrDs .container::before {
    top: -300px;
    height: 600px;
    left: -300px;
    background: 
        conic-gradient(from 0deg, 
            transparent 0deg, 
            transparent 55deg, 
            rgba(0, 0, 0, 0.02) 60deg, 
            transparent 65deg,
            transparent 115deg, 
            rgba(0, 0, 0, 0.02) 120deg,
            transparent 125deg,
            transparent 175deg,
            rgba(0, 0, 0, 0.02) 180deg,
            transparent 185deg,
            transparent 235deg,
            rgba(0, 0, 0, 0.02) 240deg,
            transparent 245deg,
            transparent 295deg,
            rgba(0, 0, 0, 0.02) 300deg,
            transparent 305deg
        );
    animation: slowRotate 40s linear infinite;
    z-index: -1;
    opacity: 0.6;
    width: 600px;
    position: absolute;
    border-radius: 50%;
    content: "";
}.who_we_arePrDs .container::after {
    width: 400px;
    z-index: -1;
    right: -200px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 70%);
    opacity: 0.5;
    height: 400px;
    bottom: -200px;
    border-radius: 50%;
    position: absolute;
    content: "";
}@keyframes slowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.who_we_arePrDs .knowledge_classesuwjD {
    grid-template-rows: auto 1fr;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
    overflow: hidden;
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 2fr);
    display: grid;
    border-radius: 19px;
    gap: 25px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    grid-template-areas: 
        "logo title"
        "photo text";
    position: relative;
}.who_we_arePrDs .knowledge_classesuwjD::before {
    opacity: 0.3;
    background: 
        linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.02) 75%);
    content: "";
    z-index: -1;
    inset: 0;
    animation: patternShift 20s linear infinite;
    position: absolute;
    background-size: 10px 10px;
}@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.who_we_arePrDs .knowledge_classesuwjD::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(135deg, rgb(211,189,204,0.5) 0%, transparent 100%);
    opacity: 0.05;
    z-index: -1;
}.who_we_arePrDs .learn_onlinexFeQ {
    padding: 30px;
    z-index: 2;
    flex-direction: column;
    grid-area: logo;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}.who_we_arePrDs .learn_onlinexFeQ::before {
    content: "";
    border-radius: 10px;
    inset: 10px;
    border: 1px dashed rgb(211,189,204,0.5);
    opacity: 0.2;
    position: absolute;
    z-index: -1;
}.who_we_arePrDs .learn_onlinexFeQ::after {
    left: 0;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 30px 30px;
    content: "";
    z-index: -1;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48.5%, rgb(211,189,204,0.5) 49%, rgb(211,189,204,0.5) 51%, transparent 51.5%),
        linear-gradient(135deg, transparent 48.5%, rgb(211,189,204,0.5) 49%, rgb(211,189,204,0.5) 51%, transparent 51.5%);
}.who_we_arePrDs .learn_onlinexFeQ svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 70px;
    height: 70px;
    position: relative;
    margin-bottom: 15px;
}.who_we_arePrDs .learn_onlinexFeQ svg::before {
    border: 1px solid rgb(211,189,204,0.5);
    content: "";
    inset: -5px;
    border-radius: 50%;
    position: absolute;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease;
}.who_we_arePrDs .learn_onlinexFeQ svg path {
    fill: rgb(211,189,204);
    transition: fill 0.3s ease;
}.who_we_arePrDs h2 {
    display: flex;
    grid-area: title;
    align-items: center;
    color: #000000;
    padding: 30px;
    position: relative;
    font-size: 37px;
    font-weight: 700;
    margin: 0;
}.who_we_arePrDs h2::before {
    width: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(to right, rgb(211,189,204,0.5) 0%, transparent 5%),
        linear-gradient(to bottom, rgb(211,189,204,0.5) 0%, transparent 5%);
    opacity: 0.15;
    content: "";
    position: absolute;
    z-index: -1;
}.who_we_arePrDs h2::after {
    border-radius: 3px;
    background: linear-gradient(to right, rgb(211,189,204), rgb(184,154,177));
    transition: width 0.3s ease, transform 0.3s ease;
    height: 3px;
    content: "";
    width: 60px;
    position: absolute;
    left: 30px;
    bottom: 20px;
}.who_we_arePrDs h2:hover::after {
    width: 100px;
    transform: translateX(10px);
}.who_we_arePrDs .study_zonefiMQ {
    z-index: 2;
    position: relative;
    padding: 30px;
    grid-area: photo;
    perspective: 1000px;
}.who_we_arePrDs .study_zonefiMQ::before {
    opacity: 0.1;
    border-radius: 19px;
    inset: 10px;
    content: "";
    position: absolute;
    box-shadow: inset 0 0 0 1px rgb(211,189,204,0.5);
    z-index: -1;
}.who_we_arePrDs .study_zonefiMQ::after {
    opacity: 0.05;
    background: radial-gradient(circle at 30% 70%, rgb(211,189,204,0.5) 0%, transparent 60%);
    position: absolute;
    inset: 0;
    content: "";
    z-index: -1;
    pointer-events: none;
}.who_we_arePrDs .study_zonefiMQ .captureOZTP {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border-radius: 19px;
    position: relative;
    transform-style: preserve-3d;
    height: 320px;
    transform: rotateY(3deg) rotateX(2deg);
    width: 100%;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.who_we_arePrDs .study_zonefiMQ .captureOZTP::before {
    z-index: 1;
    inset: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
}.who_we_arePrDs .study_zonefiMQ .captureOZTP::after {
    width: 300%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.08), 
        transparent
    );
    animation: lightSweep 8s infinite cubic-bezier(0.4, 0, 0.2, 1);
    top: -100%;
    z-index: 2;
    position: absolute;
    content: "";
    height: 300%;
    transform: rotate(30deg);
    left: -100%;
}@keyframes lightSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}

.who_we_arePrDs .study_zonefiMQ:hover .captureOZTP {
    transform: rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.who_we_arePrDs .expert_zonezxpF {
    margin-top: -40px;
    border-radius: 10px;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
    background: rgb(211,189,204);
    margin-left: 20px;
    position: relative;
    margin-right: 20px;
    transform: translateY(0);
}.who_we_arePrDs .expert_zonezxpF::before {
    height: 100%;
    width: 4px;
    top: 0;
    opacity: 0.8;
    background: rgb(184,154,177);
    border-radius: 10px 0 0 10px;
    position: absolute;
    left: 0;
    content: "";
}.who_we_arePrDs .expert_zonezxpF::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    border-radius: inherit;
}.who_we_arePrDs .study_zonefiMQ:hover .expert_zonezxpF {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
}.who_we_arePrDs .study_growthLZSj {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 8px;
    margin: 0 0 8px 0;
    position: relative;
}.who_we_arePrDs .study_zonefiMQ:hover .study_growthLZSj::after {
    width: 50px;
}.who_we_arePrDs .learning_classesgksx {
    margin: 0;
    font-size: 18px;
    opacity: 0.9;
}.who_we_arePrDs .text_info_boxrSKp {
    grid-area: text;
    z-index: 2;
    padding: 30px;
    position: relative;
}.who_we_arePrDs .text_info_boxrSKp::before {
    inset: 10px;
    transition: opacity 0.3s ease;
    border-radius: 19px;
    opacity: 0.1;
    box-shadow: inset 0 0 0 1px rgb(184,154,177,0.5);
    content: "";
    z-index: -1;
    position: absolute;
}.who_we_arePrDs .text_info_boxrSKp:hover::before {
    opacity: 0.2;
}.who_we_arePrDs .text_info_boxrSKp::after {
    opacity: 0.05;
    z-index: -1;
    content: "";
    position: absolute;
    pointer-events: none;
    background: 
        radial-gradient(circle at 70% 30%, rgb(184,154,177,0.5) 0%, transparent 60%);
    inset: 0;
}.who_we_arePrDs p {
    margin: 0;
    position: relative;
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    padding: 0 0 0 20px;
}.who_we_arePrDs p::before {
    content: "";
    background: linear-gradient(to bottom, rgb(211,189,204,0.5), rgb(184,154,177,0.5));
    height: 100%;
    position: absolute;
    width: 3px;
    opacity: 0.6;
    left: 0;
    top: 0;
    border-radius: 3px;
}

@media (max-width: 992px) {.who_we_arePrDs {
    padding: 100px 0;
}.who_we_arePrDs .knowledge_classesuwjD {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "title title"
            "logo logo"
            "photo photo"
            "text text";
}.who_we_arePrDs .learn_onlinexFeQ {
    padding: 25px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}.who_we_arePrDs .learn_onlinexFeQ svg {
    margin-right: 15px;
    margin-bottom: 0;
}.who_we_arePrDs h2 {
    justify-content: center;
    padding: 25px;
    text-align: center;
}.who_we_arePrDs h2::after {
    left: 50%;
    transform: translateX(-50%);
}.who_we_arePrDs h2:hover::after {
    width: 80px;
    transform: translateX(-40px);
}.who_we_arePrDs .study_zonefiMQ,
    .who_we_arePrDs .text_info_boxrSKp {
    padding: 25px;
}.who_we_arePrDs .study_zonefiMQ .captureOZTP {
    height: 280px;
}
}

@media (max-width: 768px) {.who_we_arePrDs {
    padding: 80px 0;
}.who_we_arePrDs .study_zonefiMQ .captureOZTP {
    height: 240px;
}.who_we_arePrDs .expert_zonezxpF {
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 20px;
}.who_we_arePrDs h2 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 480px) {.who_we_arePrDs {
    padding: 60px 0;
}.who_we_arePrDs .container {
    padding: 0 20px;
}.who_we_arePrDs .learn_onlinexFeQ,
    .who_we_arePrDs h2,
    .who_we_arePrDs .study_zonefiMQ,
    .who_we_arePrDs .text_info_boxrSKp {
    padding: 20px;
}.who_we_arePrDs .study_zonefiMQ .captureOZTP {
    height: 200px;
}.who_we_arePrDs h2 {
    font-size: calc(37px * 0.8);
}.who_we_arePrDs .learn_onlinexFeQ {
    flex-direction: column;
}.who_we_arePrDs .learn_onlinexFeQ svg {
    margin-right: 0;
    margin-bottom: 10px;
}}.course_structureYHgF {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(120deg, rgb(233,222,230) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(211,189,204,0.5) 100%);
    overflow: hidden;
}.course_structureYHgF::before {
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(184,154,177,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(211,189,204,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    opacity: 0.6;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    animation: pulseGlow 12s infinite alternate;
    height: 100%;
}.course_structureYHgF::after {
    height: 100%;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    left: 0;
    top: 0;
    animation: gridShift 30s linear infinite;
    opacity: 0.05;
    z-index: 1;
    position: absolute;
    width: 100%;
}.course_structureYHgF .container {
    z-index: 3;
    position: relative;
}.course_structureYHgF .knowledge_classesuwjD {
    border-radius: 10px;
    display: flex;
    position: relative;
    background: transparent;
    overflow: visible;
    flex-direction: column;
}.course_structureYHgF .lesson_routejsxi {
    backdrop-filter: blur(10px);
    width: 75%;
    margin-left: auto;
    border-radius: 10px;
    position: relative;
    padding: 60px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(211,189,204,0.5),
        0 0 40px rgb(184,154,177,0.5);
    transform: translateY(80px);
    margin-right: auto;
    z-index: 3;
    background: #ffffff;
}.course_structureYHgF .lesson_routejsxi::before {
    background: linear-gradient(135deg, rgb(211,189,204,0.5), rgb(184,154,177,0.5));
    top: -15px;
    height: 200px;
    right: -15px;
    width: 200px;
    animation: morphShape 15s infinite alternate ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    content: "";
    z-index: -1;
}.course_structureYHgF .head_pagewrapMhFC {
    height: 120px;
    display: flex;
    left: 60px;
    transform-origin: center center;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: -60px;
    background: #ffffff;
    width: 120px;
    animation: floatAndRotate 8s ease-in-out infinite;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(211,189,204,0.5);
}.course_structureYHgF .head_pagewrapMhFC svg {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    height: 60%;
    fill: rgb(211,189,204);
    width: 60%;
}.course_structureYHgF .head_pagewrapMhFC:hover svg {
    fill: rgb(184,154,177);
    transform: scale(1.2) rotate(-10deg);
}.course_structureYHgF .head_pagewrapMhFC svg path {
    transition: stroke 0.4s ease;
    stroke-width: 0.5;
    stroke: #000000;
}.course_structureYHgF .head_pagewrapMhFC:hover svg path {
    stroke-dasharray: 50;
    animation: drawPath 2s forwards;
    stroke-dashoffset: 50;
    stroke: rgb(211,189,204);
}.course_structureYHgF .lesson_routejsxi h3 {
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
    margin-bottom: 25px;
    font-size: 28px;
}.course_structureYHgF .lesson_routejsxi h3::before {
    border-radius: 50%;
    background: rgb(211,189,204);
    content: "";
    bottom: 0;
    width: 8px;
    position: absolute;
    left: 0;
    height: 8px;
}.course_structureYHgF .lesson_routejsxi h3::after {
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(211,189,204), transparent);
    bottom: 2.5px;
    content: "";
    left: 15px;
}.course_structureYHgF .lesson_routejsxi p {
    font-weight: 400;
    line-height: 1.8;
    font-size: 17px;
    margin-bottom: 0;
    position: relative;
    color: #000000;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
}.course_structureYHgF .lesson_routejsxi p::first-letter {
    float: left;
    font-weight: 700;
    margin-right: 8px;
    margin-top: 8px;
    color: rgb(211,189,204);
    line-height: 0.8;
    font-size: 2em;
}.course_structureYHgF .captureOZTP {
    border-radius: 
        10px 10px 
        calc(10px * 3) 10px;
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg);
    width: 85%;
    height: 400px;
    overflow: hidden;
    box-shadow: 
        0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 0 5px #ffffff;
    z-index: 2;
    position: relative;
    margin-left: auto;
    transition: transform 0.6s ease;
}.course_structureYHgF .knowledge_classesuwjD:hover .captureOZTP {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}.course_structureYHgF .captureOZTP::before {
    background: 
        linear-gradient(
            to right,
            rgb(211,189,204,0.5) 0%,
            transparent 40%,
            rgb(184,154,177,0.5) 100%
        );
    position: absolute;
    content: "";
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    transition: opacity 0.5s ease;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.7;
}.course_structureYHgF .knowledge_classesuwjD:hover .captureOZTP::before {
    opacity: 0.5;
}.course_structureYHgF .captureOZTP::after {
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 2;
    opacity: 0.1;
    top: 0;
    width: 100%;
    mix-blend-mode: overlay;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes morphShape {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@media screen and (max-width: 1200px) {.course_structureYHgF {
    padding: 100px 0;
}.course_structureYHgF .lesson_routejsxi {
    padding: 50px;
    width: 85%;
    transform: translateY(70px);
}.course_structureYHgF .captureOZTP {
    height: 350px;
    width: 90%;
}
}

@media screen and (max-width: 992px) {.course_structureYHgF {
    padding: 80px 0;
}.course_structureYHgF .knowledge_classesuwjD {
    flex-direction: column-reverse;
}.course_structureYHgF .lesson_routejsxi {
    margin-right: auto;
    width: 90%;
    margin-left: auto;
    padding: 40px;
    transform: translateY(-70px);
}.course_structureYHgF .head_pagewrapMhFC {
    left: 40px;
    width: 100px;
    top: -50px;
    height: 100px;
}.course_structureYHgF .captureOZTP {
    transform: perspective(800px) rotateY(0) rotateX(0);
    border-radius: 10px;
    width: 100%;
    margin-left: 0;
    height: 320px;
    margin-right: 0;
}.course_structureYHgF .knowledge_classesuwjD:hover .captureOZTP {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}

@media screen and (max-width: 768px) {.course_structureYHgF {
    padding: 60px 0;
}.course_structureYHgF .lesson_routejsxi {
    width: 100%;
    transform: translateY(-60px);
    padding: 30px;
}.course_structureYHgF .head_pagewrapMhFC {
    height: 80px;
    left: 30px;
    top: -40px;
    width: 80px;
}.course_structureYHgF .lesson_routejsxi h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.course_structureYHgF .lesson_routejsxi p {
    font-size: calc(17px * 0.95);
}.course_structureYHgF .captureOZTP {
    height: 280px;
}.course_structureYHgF .lesson_routejsxi::before {
    right: -10px;
    top: -10px;
    width: 150px;
    height: 150px;
}
}

@media screen and (max-width: 576px) {.course_structureYHgF {
    padding: 50px 0;
}.course_structureYHgF .lesson_routejsxi {
    transform: translateY(-40px);
    padding: 25px 20px;
}.course_structureYHgF .head_pagewrapMhFC {
    left: 20px;
    width: 70px;
    top: -35px;
    height: 70px;
}.course_structureYHgF .lesson_routejsxi h3 {
    font-size: calc(28px * 0.75);
    padding-bottom: 12px;
    margin-bottom: 15px;
}.course_structureYHgF .lesson_routejsxi h3::after {
    width: 60px;
}.course_structureYHgF .lesson_routejsxi p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.course_structureYHgF .captureOZTP {
    height: 220px;
}.course_structureYHgF .lesson_routejsxi::before {
    height: 100px;
    width: 100px;
}}.academic_expertisearTt {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(125deg, #000000 0%, rgb(233,222,230) 100%);
    position: relative;
}.academic_expertisearTt::before {
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgb(211,189,204,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(184,154,177,0.5) 0%, transparent 30%);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    animation: pulse 20s infinite alternate;
    height: 100%;
}.academic_expertisearTt .container {
    perspective: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.academic_expertisearTt .learning_quotesJdcC {
    display: grid;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    position: relative;
    transform: rotateY(-10deg);
    transform-style: preserve-3d;
    gap: 10px 30px;
}.academic_expertisearTt .learning_quotesJdcC:hover {
    transform: rotateY(0deg) translateZ(10px);
}.academic_expertisearTt .career_trajectorybRzV {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(211,189,204,0.5);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    margin: 0;
    transform: translateZ(20px);
    grid-area: quote;
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    font-weight: 300;
}.academic_expertisearTt .career_trajectorybRzV::before {
    font-size: calc(43px * 2);
    position: absolute;
    left: 20px;
    line-height: 1;
    top: 15px;
    content: "";
    color: rgb(211,189,204);
}.academic_expertisearTt .captureOZTP {
    transform: translateZ(40px);
    height: 280px;
    grid-area: photo;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(211,189,204,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.academic_expertisearTt .learning_quotesJdcC:hover .captureOZTP {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(211,189,204,0.5);
    transform: translateZ(60px) translateX(-10px);
}.academic_expertisearTt .name {
    transform: translateZ(30px);
    font-weight: 700;
    z-index: 2;
    font-size: 21px;
    margin: 0;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(211,189,204);
    padding: 15px 20px;
    grid-area: name;
    transition: transform 0.3s ease;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}.academic_expertisearTt .learning_quotesJdcC:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.academic_expertisearTt .learning_quotesJdcC > span:not(.name) {
    color: rgb(184,154,177);
    transform: translateZ(25px);
    z-index: 2;
    padding: 10px 15px;
    background: #ffffff;
    transition: transform 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    grid-area: job;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 16px;
}.academic_expertisearTt .learning_quotesJdcC: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) {.academic_expertisearTt {
    padding: 80px 0;
}.academic_expertisearTt .learning_quotesJdcC {
    grid-template-rows: auto auto auto auto;
    gap: 15px;
    grid-template-areas:
      "captureOZTP"
      "name"
      "exp_progressTlYj"
      "career_trajectorybRzV";
    transform: none;
    grid-template-columns: 1fr;
}.academic_expertisearTt .career_trajectorybRzV,
  .academic_expertisearTt .captureOZTP,
  .academic_expertisearTt .name,
  .academic_expertisearTt .learning_quotesJdcC > span:not(.name) {
    transform: none;
}.academic_expertisearTt .learning_quotesJdcC:hover .career_trajectorybRzV,
  .academic_expertisearTt .learning_quotesJdcC:hover .captureOZTP,
  .academic_expertisearTt .learning_quotesJdcC:hover .name,
  .academic_expertisearTt .learning_quotesJdcC:hover > span:not(.name) {
    transform: none;
}.academic_expertisearTt .captureOZTP {
    margin: 0 auto;
    height: 240px;
    width: 90%;
}.academic_expertisearTt .career_trajectorybRzV {
    padding: 30px;
}.academic_expertisearTt .name,
  .academic_expertisearTt .learning_quotesJdcC > span:not(.name) {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
}

@media (max-width: 576px) {.academic_expertisearTt {
    padding: 60px 0;
}.academic_expertisearTt .captureOZTP {
    height: 200px;
    width: 100%;
}.academic_expertisearTt .career_trajectorybRzV {
    padding: 25px 20px;
    font-size: calc(16px * 0.95);
}.academic_expertisearTt .name {
    font-size: calc(21px * 0.9);
}.academic_expertisearTt .learning_quotesJdcC > span:not(.name) {
    font-size: calc(16px * 0.9);
}}.user_reviewsfmJY {
    background: linear-gradient(135deg, rgb(233,222,230) 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.user_reviewsfmJY::before {
    right: -100px;
    content: "";
    position: absolute;
    z-index: 0;
    top: -100px;
    opacity: 0.05;
    height: 300px;
    width: 300px;
    transform: rotate(-15deg);
    background: rgb(211,189,204,0.5);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}.user_reviewsfmJY::after {
    opacity: 0.08;
    bottom: -50px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: -50px;
    z-index: 0;
    height: 200px;
    background: rgb(184,154,177,0.5);
    transform: rotate(10deg);
    content: "";
    width: 200px;
    position: absolute;
}.user_reviewsfmJY h2.container {
    transform: translateY(0);
    text-align: center;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 3.5rem;
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    z-index: 2;
}.user_reviewsfmJY h2.container::after {
    bottom: -15px;
    height: 3px;
    background: linear-gradient(90deg, rgb(211,189,204) 0%, rgb(184,154,177) 100%);
    content: "";
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}.user_reviewsfmJY .container.knowledge_classesuwjD {
    position: relative;
    z-index: 2;
}.user_reviewsfmJY .success_storiesLZpc {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    display: grid;
    gap: 2rem;
}.user_reviewsfmJY .learning_quotesJdcC {
    position: relative;
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2rem;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-out;
    transform: translateY(0);
}.user_reviewsfmJY .learning_quotesJdcC::before {
    color: rgb(211,189,204,0.5);
    line-height: 1;
    font-size: 8rem;
    right: 20px;
    font-family: Georgia, serif;
    position: absolute;
    opacity: 0.1;
    content: "";
    z-index: 0;
    top: 10px;
}.user_reviewsfmJY .learning_quotesJdcC:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.user_reviewsfmJY .learning_quotesJdcC h3 {
    margin-bottom: 0.8rem;
    font-size: calc(22px * 0.95);
    color: #000000;
    display: inline-block;
    position: relative;
}.user_reviewsfmJY .learning_quotesJdcC h3::after {
    background: rgb(184,154,177);
    bottom: -5px;
    height: 2px;
    width: 0;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
}.user_reviewsfmJY .learning_quotesJdcC:hover h3::after {
    width: 100%;
}.user_reviewsfmJY .learning_quotesJdcC .description {
    color: #000000;
    font-size: 16px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    position: relative;
    flex-grow: 1;
    z-index: 1;
}.user_reviewsfmJY .learning_quotesJdcC div {
    margin-top: auto;
    align-items: center;
    display: flex;
}.user_reviewsfmJY .learning_quotesJdcC img {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    object-fit: cover;
    height: 60px;
    width: 60px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    border-radius: 50%;
    transform: scale(1);
}.user_reviewsfmJY .learning_quotesJdcC:hover img {
    transform: scale(1.1);
}

@media (max-width: 992px) {.user_reviewsfmJY {
    padding: 4rem 0;
}.user_reviewsfmJY h2.container {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.user_reviewsfmJY .success_storiesLZpc {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.user_reviewsfmJY {
    padding: 3rem 0;
}.user_reviewsfmJY h2.container {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.85);
}.user_reviewsfmJY h2.container::after {
    width: 60px;
}.user_reviewsfmJY .success_storiesLZpc {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}.user_reviewsfmJY .learning_quotesJdcC {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.user_reviewsfmJY {
    padding: 2.5rem 0;
}.user_reviewsfmJY h2.container {
    padding: 0 1rem;
    font-size: calc(38px * 0.8);
}.user_reviewsfmJY .success_storiesLZpc {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_reviewsfmJY .learning_quotesJdcC::before {
    font-size: 6rem;
    top: 5px;
    right: 10px;
}}.education_frameworktDQh {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,222,230) 0%, rgba(255,255,255,0.92) 100%);
    padding: 120px 0;
}.education_frameworktDQh::before {
    z-index: 0;
    top: 0;
    opacity: 0.15;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(184,154,177,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(211,189,204,0.5) 0%, transparent 40%);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}.education_frameworktDQh::after {
    transform: rotate(-15deg) scale(2);
    right: -50%;
    top: -50%;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, transparent 65%, rgb(184,154,177,0.5) 100%);
    opacity: 0.08;
    z-index: 0;
    filter: blur(30px);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.education_frameworktDQh:hover::after {
    opacity: 0.15;
    transform: rotate(-12deg) scale(2.05);
}.education_frameworktDQh .knowledge_classesuwjD {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    transform-style: preserve-3d;
    perspective: 1000px;
}.education_frameworktDQh h2 {
    margin-bottom: 40px;
    transform: translateZ(20px);
    text-align: left;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    transition: transform 0.5s ease-out;
}.education_frameworktDQh h2::after {
    height: 4px;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(211,189,204) 0%, rgb(184,154,177) 100%);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 80px;
}.education_frameworktDQh:hover h2::after {
    width: 120px;
}.education_frameworktDQh .text_info_boxrSKp {
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.85));
    padding: 40px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(211,189,204);
    backdrop-filter: blur(5px);
    transform: translateZ(10px) translateX(0);
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.03),
        0 1px 4px rgba(0,0,0,0.02),
        0 20px 25px -5px rgba(0,0,0,0.05);
    position: relative;
}.education_frameworktDQh .text_info_boxrSKp::before {
    position: absolute;
    height: 30px;
    top: -15px;
    width: 30px;
    content: "";
    left: 25px;
    background: #ffffff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    transform: rotate(45deg);
    z-index: -1;
}.education_frameworktDQh:hover .text_info_boxrSKp {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 25px 30px -5px rgba(0,0,0,0.07);
    transform: translateZ(15px) translateX(5px);
}.education_frameworktDQh p {
    position: relative;
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
    color: #000000;
    z-index: 2;
}.education_frameworktDQh p::first-letter {
    color: rgb(211,189,204);
    font-weight: 600;
    font-size: 1.3em;
}

@media (max-width: 991px) {.education_frameworktDQh {
    padding: 90px 0;
}.education_frameworktDQh h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.education_frameworktDQh .text_info_boxrSKp {
    padding: 35px;
}
}

@media (max-width: 767px) {.education_frameworktDQh {
    padding: 70px 0;
}.education_frameworktDQh::after {
    opacity: 0.05;
}.education_frameworktDQh .knowledge_classesuwjD {
    padding: 0 20px;
}.education_frameworktDQh h2 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(36px * 0.85);
}.education_frameworktDQh h2::after {
    height: 3px;
    width: 60px;
}.education_frameworktDQh:hover h2::after {
    width: 90px;
}.education_frameworktDQh .text_info_boxrSKp {
    padding: 30px 25px;
    transform: translateZ(5px) translateX(0);
}.education_frameworktDQh:hover .text_info_boxrSKp {
    transform: translateZ(7px) translateX(3px);
}.education_frameworktDQh p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.education_frameworktDQh {
    padding: 60px 0;
}.education_frameworktDQh .knowledge_classesuwjD {
    padding: 0 15px;
}.education_frameworktDQh h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(36px * 0.8);
}.education_frameworktDQh .text_info_boxrSKp {
    border-left: 3px solid rgb(211,189,204);
    padding: 25px 20px;
}.education_frameworktDQh .text_info_boxrSKp::before {
    height: 20px;
    top: -10px;
    width: 20px;
    left: 20px;
}.education_frameworktDQh p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.welcome_sectionldZS {
    min-height: 100vh;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,222,230), rgba(0, 0, 0, 0.5));
    display: flex;
}.welcome_sectionldZS .captureOZTP {
    left: 0;
    transform: scale(1.05);
    opacity: 0.9;
    animation: subtle-zoom 20s infinite alternate ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: inset 0 0 100px 20px rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: -1;
}.welcome_sectionldZS .captureOZTP::after {
    content: '';
    mix-blend-mode: multiply;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(
        145deg,
        rgba(30, 30, 50, 0.8),
        rgba(30, 30, 50, 0.6),
        rgba(94, 170, 168, 0.3)
    );
    top: 0;
    height: 100%;
}.welcome_sectionldZS .knowledge_classesuwjD {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    grid-gap: 3rem;
    transform: translateY(-2vh);
    display: grid;
    z-index: 1;
    padding: 3rem;
    grid-template-columns: 1.2fr 1fr;
}.welcome_sectionldZS h1 {
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    position: relative;
    margin-bottom: 2rem;
    animation: slide-in 0.8s 0.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    color: #ffffff;
    font-size: calc(46px * 1.2);
    font-weight: 700;
    opacity: 0;
    transform: translateX(-30px);
}.welcome_sectionldZS h1::after {
    height: 3px;
    content: '';
    left: 0;
    bottom: -15px;
    position: absolute;
    background: rgb(211,189,204);
    transform-origin: left;
    animation: line-grow 1.2s 0.9s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    width: 80px;
    transform: scaleX(0);
}.welcome_sectionldZS .text_info_boxrSKp {
    position: relative;
    padding: 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: fade-up 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.85)
    );
    transform: translateY(30px) rotate(-1deg);
    opacity: 0;
}.welcome_sectionldZS .text_info_boxrSKp::before {
    content: '';
    pointer-events: none;
    position: absolute;
    right: -5px;
    left: -5px;
    animation: border-appear 1s 1.2s forwards ease;
    bottom: -5px;
    top: -5px;
    opacity: 0;
    border: 1px solid rgba(94, 170, 168, 0.3);
}.welcome_sectionldZS .text_info_boxrSKp p {
    transform: translateY(20px);
    margin-bottom: 2rem;
    animation: fade-up 0.8s 0.8s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    position: relative;
    opacity: 0;
    line-height: 1.6;
    color: #000000;
    font-size: calc(13px * 1.2);
}.welcome_sectionldZS .learning_welcomejISO {
    animation: fade-up 0.8s 1s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    opacity: 0;
    transform: translateY(20px);
    margin: 2rem 0;
    display: flex;
    justify-content: center;
}.welcome_sectionldZS .learning_welcomejISO svg {
    transition: transform 0.5s ease;
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
    height: 120px;
    width: 120px;
}.welcome_sectionldZS .learning_welcomejISO svg:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 8px 20px rgba(94, 170, 168, 0.4));
}.welcome_sectionldZS .learning_welcomejISO svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,189,204);
}.welcome_sectionldZS .learning_welcomejISO svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.welcome_sectionldZS .learning_welcomejISO svg:hover path {
    fill: rgb(74, 150, 148);
}.welcome_sectionldZS .learning_welcomejISO svg:hover text {
    fill: rgb(74, 150, 148);
}.welcome_sectionldZS h6 {
    transform: translateY(20px);
    opacity: 0;
    display: flex;
    animation: fade-up 0.8s 1.2s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    justify-content: center;
    margin-top: 2rem;
}.welcome_sectionldZS h6 .inquiry_helpPgqR {
    border: none;
    padding: 1rem 2.5rem;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.21, 1.05);
    box-shadow: 0 5px 20px rgba(94, 170, 168, 0.4);
    position: relative;
    font-size: 19px;
    z-index: 1;
    display: inline-block;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        rgb(211,189,204),
        rgb(84, 160, 158)
    );
    text-decoration: none;
    font-weight: 600;
}.welcome_sectionldZS h6 .inquiry_helpPgqR::before {
    top: 0;
    position: absolute;
    transition: left 0.7s ease;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: '';
    left: -100%;
}.welcome_sectionldZS h6 .inquiry_helpPgqR:hover {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.5);
    transform: translateY(-3px);
}.welcome_sectionldZS h6 .inquiry_helpPgqR:hover::before {
    left: 100%;
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0) rotate(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    to {
        transform: scaleX(1);
    }
}

@keyframes border-appear {
    to {
        opacity: 1;
    }
}

@keyframes subtle-zoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.12);
    }
}

@media (max-width: 992px) {.welcome_sectionldZS .knowledge_classesuwjD {
    padding: 2rem;
    grid-template-columns: 1fr;
}.welcome_sectionldZS h1 {
    text-align: center;
    font-size: calc(46px * 1.1);
}.welcome_sectionldZS h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes line-grow {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }

    .welcome_sectionldZS .text_info_boxrSKp {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.welcome_sectionldZS {
    min-height: calc(100vh - 60px);
}.welcome_sectionldZS .knowledge_classesuwjD {
    padding: 1.5rem;
    grid-gap: 2rem;
}.welcome_sectionldZS h1 {
    font-size: 46px;
    margin-bottom: 1.5rem;
}.welcome_sectionldZS .text_info_boxrSKp {
    padding: 2rem 1.5rem;
}.welcome_sectionldZS .text_info_boxrSKp p {
    font-size: 13px;
}.welcome_sectionldZS .learning_welcomejISO svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 576px) {.welcome_sectionldZS .knowledge_classesuwjD {
    padding: 1rem;
}.welcome_sectionldZS h1 {
    font-size: calc(46px * 0.9);
}.welcome_sectionldZS .text_info_boxrSKp {
    padding: 1.5rem 1.25rem;
}.welcome_sectionldZS h6 .inquiry_helpPgqR {
    padding: 0.85rem 2rem;
    font-size: calc(19px * 0.9);
}.welcome_sectionldZS .learning_welcomejISO svg {
    height: 80px;
    width: 80px;
}
}

@media (max-height: 700px) {.welcome_sectionldZS {
    min-height: 700px;
}.welcome_sectionldZS .knowledge_classesuwjD {
    transform: translateY(0);
}}header {
    overflow: visible;
    background: linear-gradient(to bottom, rgb(233,222,230), rgba(0, 0, 0, 0.5));
    z-index: 99;
    position: relative;
    width: 100%;
}header::before {
    opacity: 0.1;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
}header .head_sitebarRrFJ {
    display: flex;
    position: relative;
    padding: 20px 30px;
    align-items: center;
    justify-content: space-between;
}header .head_sitebarRrFJ::before {
    height: 1px;
    position: absolute;
    bottom: 0;
    content: "";
    width: 80%;
    left: 10%;
    background: linear-gradient(to right, transparent, rgb(211,189,204), transparent);
}header .head_sitebarRrFJ .head_pagewrapMhFC {
    position: relative;
    margin-right: 40px;
    z-index: 2;
}header .head_sitebarRrFJ .head_pagewrapMhFC .head_trainqiRU {
    position: relative;
    display: block;
    padding: 5px;
}header .head_sitebarRrFJ .head_pagewrapMhFC .head_trainqiRU::before {
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.9);
    left: -5px;
    right: -5px;
    position: absolute;
    top: -5px;
    z-index: -1;
    bottom: -5px;
}header .head_sitebarRrFJ .head_pagewrapMhFC .head_trainqiRU:hover::before {
    opacity: 0.1;
    transform: scale(1);
}header .head_sitebarRrFJ .head_pagewrapMhFC .head_trainqiRU svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .head_sitebarRrFJ .nav_beginMEKG {
    list-style: none;
    margin: 0;
    display: flex;
    perspective: 1000px;
    padding: 0;
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ {
    margin: 0;
    position: relative;
    transform-style: preserve-3d;
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ a {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    transform-style: preserve-3d;
    display: block;
    background: linear-gradient(to bottom, transparent, transparent);
    letter-spacing: 0.5px;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #000000;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 13px;
    font-family: Arial, sans-serif;
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ a::before,
header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ a::after {
    transition: all 0.3s ease;
    pointer-events: none;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ a::before {
    transform-origin: top center;
    transform: translateZ(-1px) rotateX(10deg);
    opacity: 0;
    background: linear-gradient(to bottom, rgb(211,189,204,0.5), transparent);
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ a::after {
    background: linear-gradient(to top, rgb(184,154,177,0.5), transparent);
    opacity: 0;
    transform: translateZ(-2px) rotateX(-10deg);
    transform-origin: bottom center;
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ:hover a {
    transform: translateZ(10px);
    color: rgb(211,189,204);
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ:hover a::before,
header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ:hover a::after {
    opacity: 0.1;
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .head_sitebarRrFJ {
    padding: 15px;
    flex-direction: column;
}header .head_sitebarRrFJ .head_pagewrapMhFC {
    margin: 0 0 15px 0;
}header .head_sitebarRrFJ .nav_beginMEKG {
    justify-content: center;
    width: 100%;
    perspective: none;
    flex-wrap: wrap;
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ a {
    transform-style: flat;
    font-size: calc(13px - 1px);
    padding: 10px 15px;
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ:hover a {
    transform: none;
}header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ a::before,
    header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ a::after {
    display: none;
}
}

@media (max-width: 767px) {header .head_sitebarRrFJ .nav_beginMEKG .header_mainbarGtPJ a {
    font-size: calc(13px - 2px);
    padding: 8px 12px;
}}.privacy_enclosurelwXI {
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: auto;
    width: 100%;
    padding: 40px;
}.privacy_enclosurelwXI h1 {
    border-bottom: 2px solid rgb(211,189,204);
    font-size: 39px;
    margin-bottom: 25px;
    letter-spacing: 2px;
    margin-top: 40px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: rgb(211,189,204);
    font-weight: 700;
    font-family: Arial, sans-serif;
}.privacy_enclosurelwXI h2 {
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #000000;
    letter-spacing: 1.5px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    color: #000000;
    padding-bottom: 8px;
}.privacy_enclosurelwXI ul, .privacy_enclosurelwXI ol {
    margin: 20px 0;
    list-style: none;
    padding-left: 0;
}.privacy_enclosurelwXI ul li, .privacy_enclosurelwXI ol li {
    border-radius: 10px;
    color: #000000;
    padding: 10px;
    position: relative;
    font-weight: 400;
    margin-bottom: 15px;
    background: rgb(211,189,204,0.5);
    font-family: Arial, sans-serif;
    font-size: 12px;
}.privacy_enclosurelwXI ul li::before, .privacy_enclosurelwXI ol li::before {
    margin-left: -1em;
    width: 1em;
    content: '\2022';
    display: inline-block;
    color: rgb(211,189,204);
    font-weight: 700;
}.privacy_enclosurelwXI p, .privacy_enclosurelwXI span, .privacy_enclosurelwXI div {
    font-size: 12px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
}.privacy_enclosurelwXI p:hover, .privacy_enclosurelwXI span:hover, .privacy_enclosurelwXI div:hover {
    color: rgb(211,189,204);
}

@media only screen and (max-width: 800px) {.privacy_enclosurelwXI {
    padding: 20px;
}.privacy_enclosurelwXI h1, .privacy_enclosurelwXI h2 {
    font-size: 21px;
    text-align: center;
}.privacy_enclosurelwXI ul li, .privacy_enclosurelwXI ol li {
    padding: 8px;
    font-size: 12px;
}}

.privacy_enclosurelwXI ul li:hover, .privacy_enclosurelwXI ol li:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(211,189,204);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy_enclosurelwXI h1, .privacy_enclosurelwXI h2 {
    animation: fadeInUp 0.6s ease-in-out;
}