* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    height: 100%;
    scroll-snap-type: none;
    auto
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
}.ui-wrapper-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    height: 9px;
    width: 19px;
}::-webkit-scrollbar-track {
    border: 1px dotted rgb(199,197,187);
    background: rgb(127,119,130);
}::-webkit-scrollbar-thumb {
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.6);
    border: 1px ridge rgb(170,171,171,0.5);
    background: rgb(127,119,130);
    border-radius: 16px;
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    box-shadow: 3px -3px 8px 3px rgba(0, 0, 0, 0.8);
}::-webkit-scrollbar-thumb:active {
    background: rgb(199,197,187);
}::-webkit-scrollbar-corner {
    background: rgb(170,171,171);
}* {
    scrollbar-color: rgb(199,197,187) rgb(127,119,130);
    scrollbar-width: thin;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-thumb {
    background: rgb(170,171,171);
}}

.ui-subscr-info {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    width: 1188px;
    max-width: 100%;
    margin: auto;
}.ui-main-know {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ui-mentorship-experience {
    background: linear-gradient(135deg, rgb(199,197,187) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.ui-mentorship-experience::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(127,119,130,0.5) 0px,
        rgb(127,119,130,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    width: 100%;
    z-index: 1;
    opacity: 0.05;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.ui-mentorship-experience::after {
    background: radial-gradient(
        ellipse at center,
        rgb(170,171,171,0.5) 0%,
        transparent 70%
    );
    right: -25%;
    opacity: 0.1;
    position: absolute;
    height: 200%;
    top: -50%;
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
    width: 80%;
}.ui-mentorship-experience .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.ui-mentorship-experience .ui-review-glow {
    display: grid;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
    padding: 3rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.ui-mentorship-experience .ui-review-glow:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.ui-mentorship-experience .ui-review-glow::before {
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(170,171,171), rgb(127,119,130));
    position: absolute;
    transform: scaleY(0);
    top: 0;
    transform-origin: top;
    width: 5px;
    height: 100%;
    left: 0;
}.ui-mentorship-experience .ui-review-glow:hover::before {
    transform: scaleY(1);
}.ui-mentorship-experience .ui-picture-gallery {
    height: 180px;
    margin: 0 auto;
    transform: rotate(-3deg) translateY(0);
    position: relative;
    overflow: hidden;
    border: 6px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.ui-mentorship-experience .ui-review-glow:hover .ui-picture-gallery {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.ui-mentorship-experience .ui-picture-gallery::after {
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
}.ui-mentorship-experience .name {
    width: 100%;
    transform: translateY(0);
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: rgb(170,171,171);
    font-size: calc(21px * 1.1);
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0.5rem 0;
}.ui-mentorship-experience .ui-review-glow:hover .name {
    transform: translateY(-5px);
}.ui-mentorship-experience .name::after {
    width: 80px;
    content: "";
    left: 50%;
    background: rgb(127,119,130);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 2px;
    bottom: -5px;
    transform: translateX(-50%) scaleX(0.5);
}.ui-mentorship-experience .ui-review-glow:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.ui-mentorship-experience .ui-review-glow div:nth-child(2) div {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    font-size: calc(12px * 1.05);
    font-style: italic;
    color: rgb(127,119,130);
    text-align: center;
    margin-top: 0.5rem;
}.ui-mentorship-experience .ui-review-glow:hover div:nth-child(2) div {
    transform: translateY(-3px);
}.ui-mentorship-experience .ui-job-table {
    transition: opacity 0.4s ease;
    position: relative;
    text-align: justify;
    font-size: 12px;
    line-height: 1.8;
    padding: 1.5rem 0.5rem 0.5rem;
    color: #000000;
    opacity: 0.95;
    margin: 1.5rem 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.ui-mentorship-experience .ui-review-glow:hover .ui-job-table {
    opacity: 1;
}.ui-mentorship-experience .ui-job-table::before {
    line-height: 1;
    text-shadow: 2px 2px 0 #ffffff;
    position: absolute;
    color: rgb(170,171,171,0.5);
    font-size: 4rem;
    top: -0.5rem;
    font-family: serif;
    transform: translateX(-50%);
    content: "";
    left: 50%;
}

@media (min-width: 768px) {.ui-mentorship-experience .ui-review-glow {
    gap: 2.5rem;
    padding: 3.5rem;
    grid-template-columns: auto 1fr;
}.ui-mentorship-experience .ui-picture-gallery {
    margin: 0;
    width: 200px;
    height: 200px;
}.ui-mentorship-experience .name {
    text-align: left;
}.ui-mentorship-experience .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.5);
}.ui-mentorship-experience .ui-review-glow:hover .name::after {
    transform: translateX(0) scaleX(1);
}.ui-mentorship-experience .ui-review-glow div:nth-child(2) div {
    text-align: left;
}.ui-mentorship-experience .ui-review-glow div:nth-child(3) {
    grid-column: span 2;
}.ui-mentorship-experience .ui-job-table {
    padding: 2rem 1rem 0.5rem;
}.ui-mentorship-experience .ui-job-table::before {
    left: 1rem;
    transform: translateX(0);
}
}

@media (min-width: 992px) {.ui-mentorship-experience {
    padding: 150px 0;
}.ui-mentorship-experience .ui-review-glow {
    padding: 4rem;
    grid-template-columns: 220px 1fr 2fr;
    gap: 3rem;
}.ui-mentorship-experience .ui-review-glow div:nth-child(1) {
    grid-row: span 2;
}.ui-mentorship-experience .ui-review-glow div:nth-child(3) {
    grid-column: 3;
    grid-row: span 2;
}.ui-mentorship-experience .ui-picture-gallery {
    height: 280px;
    width: 220px;
}.ui-mentorship-experience .ui-job-table {
    padding: 0 0 0 3rem;
    align-items: center;
    display: flex;
    height: 100%;
    border-top: none;
    margin: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}.ui-mentorship-experience .ui-job-table::before {
    top: 1rem;
    left: 1rem;
}
}

@media (min-width: 1200px) {.ui-mentorship-experience .ui-review-glow {
    gap: 3.5rem;
    padding: 5rem;
    grid-template-columns: 250px 1fr 2.5fr;
}.ui-mentorship-experience .ui-picture-gallery {
    width: 250px;
    height: 320px;
}.ui-mentorship-experience .name {
    font-size: calc(21px * 1.2);
}.ui-mentorship-experience .ui-review-glow div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(12px * 1.1);
}.ui-mentorship-experience .ui-job-table {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
    padding: 0 0 0 4rem;
}}.ui-homepage {
    font-family: Arial, sans-serif;
    position: relative;
    width: 100%;
    overflow: hidden;
}.ui-homepage .ui-online-tech {
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 85vh;
    width: 100%;
    position: relative;
}.ui-homepage .ui-online-tech::before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    left: 0;
    right: 0;
}.ui-homepage .ui-learn-skill {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    z-index: 2;
    background: linear-gradient(to right, rgb(170,171,171,0.5) 0%, transparent 100%);
    width: 90%;
    position: relative;
    transition: transform 0.5s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    max-width: 1200px;
}.ui-homepage .ui-learn-skill:hover {
    transform: perspective(1000px) rotateY(0);
}.ui-homepage .ui-learn-skill > div {
    margin-bottom: 2rem;
    transition: transform 0.4s ease;
    transform: translateX(0);
}.ui-homepage .ui-learn-skill > div:hover {
    transform: translateX(10px);
}.ui-homepage p {
    padding-left: 20px;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: calc(13px * 1.1);
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
}.ui-homepage p::before {
    left: 0;
    height: 2px;
    background: rgb(127,119,130);
    transform: translateY(-50%);
    width: 10px;
    position: absolute;
    content: "";
    top: 50%;
}.ui-homepage .title_style_header {
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transform-origin: left center;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    line-height: 1.2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: calc(45px * 1.2);
    margin-bottom: 1.5rem;
}.ui-homepage .title_style_header:hover {
    transform: scale(1.03);
}.ui-homepage h3 {
    border-left: 3px solid rgb(127,119,130);
    font-size: calc(23px * 1.1);
    line-height: 1.5;
    background: linear-gradient(to right, rgb(127,119,130,0.5), transparent);
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #ffffff;
    padding: 15px;
}

@media screen and (max-width: 1200px) {.ui-homepage .ui-learn-skill {
    padding: 2.5rem;
    width: 85%;
}.ui-homepage .title_style_header {
    font-size: calc(45px * 1.1);
}
}

@media screen and (max-width: 992px) {.ui-homepage .ui-online-tech {
    min-height: 75vh;
}.ui-homepage .ui-learn-skill {
    transform: perspective(800px) rotateY(-1deg);
    width: 90%;
    padding: 2rem;
}.ui-homepage .title_style_header {
    font-size: 45px;
}.ui-homepage h3 {
    font-size: 23px;
}
}

@media screen and (max-width: 768px) {.ui-homepage .ui-online-tech {
    min-height: 70vh;
}.ui-homepage .ui-learn-skill {
    background: linear-gradient(to bottom, rgb(170,171,171,0.5) 0%, transparent 100%);
    transform: none;
    padding: 1.5rem;
    width: 95%;
}.ui-homepage p {
    font-size: 13px;
}.ui-homepage .title_style_header {
    font-size: calc(29px * 1.1);
}.ui-homepage h3 {
    font-size: calc(18px * 1.1);
    padding: 10px;
}
}

@media screen and (max-width: 576px) {.ui-homepage .ui-online-tech {
    min-height: 60vh;
}.ui-homepage .ui-learn-skill {
    padding: 1.25rem;
}.ui-homepage .ui-learn-skill > div {
    margin-bottom: 1.5rem;
}.ui-homepage p {
    padding-left: 15px;
}.ui-homepage .title_style_header {
    font-size: 29px;
}.ui-homepage h3 {
    font-size: 18px;
}}.ui-newsletter-subscription {
    z-index: 1;
    padding: 3.5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(170,171,171,0.5), rgb(127,119,130) 120%);
    overflow: hidden;
}.ui-newsletter-subscription::before {
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    height: 200%;
    z-index: -1;
    transform: rotate(-15deg);
    content: '';
    width: 80%;
    position: absolute;
    top: -50%;
    left: -10%;
    animation: orbitGlow 15s infinite alternate ease-in-out;
}.ui-newsletter-subscription::after {
    z-index: -1;
    width: 100%;
    background-image: 
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 30%);
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.ui-newsletter-subscription .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
}.ui-newsletter-subscription .ui-study-learn {
    grid-gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    z-index: 2;
    position: relative;
    display: grid;
}.ui-newsletter-subscription .ui-study-learn > div {
    position: relative;
    z-index: 2;
}.ui-newsletter-subscription .ui-study-learn h4 {
    transform: translateY(5px);
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    line-height: 1.4;
    font-size: 19px;
    animation: floatText 6s infinite alternate ease-in-out;
    margin: 0;
}.ui-newsletter-subscription .input_holder {
    gap: 1rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    position: relative;
}.ui-newsletter-subscription .input_holder span {
    display: block;
    position: relative;
    width: 100%;
}.ui-newsletter-subscription .input_holder span:first-child::before {
    height: 10px;
    opacity: 0.6;
    width: 10px;
    position: absolute;
    background-color: rgb(255, 255, 255, 0.5);
    left: -20px;
    border-radius: 50%;
    animation: pulseOrbit 4s infinite;
    transform: translateY(-50%);
    top: 50%;
    content: '';
}.ui-newsletter-subscription .input_holder span:last-child::after {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    animation: pulseOrbit 3s infinite 1s;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgb(170,171,171);
    right: -15px;
    top: 50%;
}.ui-newsletter-subscription .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 17px;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}.ui-newsletter-subscription .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.ui-newsletter-subscription .input_holder input[type="email"]:focus {
    border-color: rgb(170,171,171);
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}.ui-newsletter-subscription .input_holder .ui-mail-panel {
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    background: linear-gradient(135deg, rgb(127,119,130), rgb(170,171,171));
    border-radius: 10px;
    padding: 15px 25px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 100%;
}.ui-newsletter-subscription .input_holder .ui-mail-panel:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(170,171,171), rgb(127,119,130));
    transform: translateY(-3px) scale(1.02);
}.ui-newsletter-subscription .input_holder .ui-mail-panel:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}.ui-newsletter-subscription .input_holder .ui-mail-panel::before {
    content: '';
    top: -50%;
    width: 200%;
    position: absolute;
    animation: shine 3s infinite;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(45deg);
    left: -50%;
    height: 200%;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulseOrbit {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-50%) scale(1.5);
        opacity: 0.3;
    }
}

@keyframes orbitGlow {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
    50% {
        opacity: 0.5;
        transform: rotate(-15deg) translateX(5%);
    }
    100% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
}

@media (min-width: 768px) {.ui-newsletter-subscription {
    padding: 4rem 0;
}.ui-newsletter-subscription .ui-study-learn {
    grid-template-columns: 1fr 1fr;
    transform: perspective(1200px) rotateX(1deg);
    align-items: center;
}.ui-newsletter-subscription .ui-study-learn h4 {
    max-width: 90%;
    font-size: calc(19px * 1.1);
}.ui-newsletter-subscription .input_holder {
    gap: 1.5rem;
    flex-direction: row;
}.ui-newsletter-subscription .input_holder span:first-child {
    flex: 2;
}.ui-newsletter-subscription .input_holder span:last-child {
    flex: 1;
    max-width: 200px;
}
}

@media (min-width: 992px) {.ui-newsletter-subscription {
    padding: 5rem 0;
}.ui-newsletter-subscription::before {
    width: 60%;
}.ui-newsletter-subscription .ui-study-learn {
    transform: perspective(1500px) rotateX(1deg);
}.ui-newsletter-subscription .ui-study-learn h4 {
    font-size: calc(19px * 1.2);
    max-width: 85%;
}.ui-newsletter-subscription .input_holder {
    padding-left: 2rem;
}.ui-newsletter-subscription .input_holder span:first-child::before {
    left: -30px;
    width: 12px;
    height: 12px;
}.ui-newsletter-subscription .input_holder span:last-child::after {
    width: 8px;
    height: 8px;
    right: -25px;
}
}

@media (max-width: 767px) {.ui-newsletter-subscription .ui-study-learn h4 {
    margin-bottom: 1rem;
    text-align: center;
}.ui-newsletter-subscription .input_holder {
    margin-top: 0.5rem;
}.ui-newsletter-subscription .input_holder span + span {
    margin-top: 0.75rem;
}}.ui-reach-out7fjl3 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(199,197,187) 0%, rgba(9, 19, 32, 0.9) 100%);
    padding: 120px 0;
}.ui-reach-out7fjl3::before {
    content: "";
    opacity: 0.05;
    left: 0;
    pointer-events: none;
    width: 100%;
    animation: gridMove 20s linear infinite;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(170,171,171,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(170,171,171,0.5) 11px
    );
    height: 100%;
    position: absolute;
}.ui-reach-out7fjl3::after {
    content: "";
    opacity: 0.1;
    background: radial-gradient(circle, rgb(170,171,171,0.5) 0%, transparent 60%);
    animation: pulseGlow 15s ease-in-out infinite;
    left: -50%;
    height: 200%;
    top: -50%;
    pointer-events: none;
    position: absolute;
    width: 200%;
}.ui-reach-out7fjl3 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.ui-reach-out7fjl3 h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 33px;
}.ui-reach-out7fjl3 h2::after {
    width: 80px;
    bottom: 0;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    background: linear-gradient(to right, transparent, rgb(170,171,171), transparent);
}.ui-reach-out7fjl3 .ui-inquiry-help {
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
}.ui-reach-out7fjl3 .ui-inquiry-help::before {
    opacity: 0.03;
    content: "";
    position: absolute;
    pointer-events: none;
    background: linear-gradient(to bottom right, rgb(170,171,171,0.5), transparent);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.ui-reach-out7fjl3 .ui-picture-gallery {
    min-height: 500px;
    transition: transform 0.6s ease;
    transform: scale(1.01);
    flex: 1;
    position: relative;
}.ui-reach-out7fjl3 .ui-picture-gallery::after {
    content: "";
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}.ui-reach-out7fjl3 .ui-support-list {
    padding: 50px;
    flex: 1;
    position: relative;
}.ui-reach-out7fjl3 .ui-support-list::before {
    right: 20px;
    border-top: 2px solid rgb(170,171,171,0.5);
    content: "";
    height: 50px;
    opacity: 0.7;
    border-right: 2px solid rgb(170,171,171,0.5);
    top: 20px;
    width: 50px;
    position: absolute;
}.ui-reach-out7fjl3 .ui-support-list::after {
    position: absolute;
    width: 50px;
    content: "";
    border-bottom: 2px solid rgb(170,171,171,0.5);
    bottom: 20px;
    opacity: 0.7;
    left: 20px;
    height: 50px;
    border-left: 2px solid rgb(170,171,171,0.5);
}.ui-reach-out7fjl3 form {
    width: 100%;
}.ui-reach-out7fjl3 form h3 {
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 22px;
    padding-left: 15px;
}.ui-reach-out7fjl3 form h3::before {
    content: "";
    transform: translateY(-50%);
    background: rgb(170,171,171);
    left: 0;
    width: 5px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    height: 25px;
}.ui-reach-out7fjl3 form input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
}.ui-reach-out7fjl3 form input[type="text"]:focus {
    border-color: rgb(170,171,171);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(170,171,171), 0.2);
    outline: none;
}.ui-reach-out7fjl3 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.ui-reach-out7fjl3 .ui-query-panel {
    display: flex;
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
}.ui-reach-out7fjl3 .ui-query-panel input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.ui-reach-out7fjl3 .ui-query-panel label {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.ui-reach-out7fjl3 .ui-query-panel label::before {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    width: 22px;
    top: 2px;
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    left: 0;
    content: "";
    position: absolute;
}.ui-reach-out7fjl3 .ui-query-panel input[type="checkbox"]:checked + label::before {
    background: rgb(170,171,171);
    border-color: rgb(170,171,171);
}.ui-reach-out7fjl3 .ui-query-panel input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 7px;
    content: "";
    height: 4px;
    transform: rotate(-45deg);
    width: 8px;
    border-left: 2px solid #ffffff;
    top: 11px;
    border-bottom: 2px solid #ffffff;
}.ui-reach-out7fjl3 .ui-query-panel label a {
    text-decoration: none;
    color: rgb(170,171,171);
    transition: all 0.3s ease;
}.ui-reach-out7fjl3 .ui-query-panel label a:hover {
    text-decoration: underline;
}.ui-reach-out7fjl3 form .ui-message-reach {
    z-index: 1;
    color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    border: none;
    cursor: pointer;
    overflow: hidden;
    font-size: 18px;
    padding: 15px 35px;
    position: relative;
    font-weight: 600;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(170,171,171), rgb(127,119,130));
    font-family: Arial, sans-serif;
}.ui-reach-out7fjl3 form .ui-message-reach::before {
    content: "";
    left: -100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(127,119,130), rgb(170,171,171));
    z-index: -1;
    height: 100%;
    top: 0;
    transition: all 0.4s ease;
    position: absolute;
}.ui-reach-out7fjl3 form .ui-message-reach:hover::before {
    left: 0;
}.ui-reach-out7fjl3 form .ui-message-reach:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.ui-reach-out7fjl3 svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: rgb(170,171,171);
}.ui-reach-out7fjl3 svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.ui-reach-out7fjl3 {
    padding: 80px 0;
}.ui-reach-out7fjl3 .ui-inquiry-help {
    flex-direction: column;
}.ui-reach-out7fjl3 .ui-picture-gallery {
    order: 1;
    min-height: 300px;
}.ui-reach-out7fjl3 .ui-support-list {
    order: 2;
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.ui-reach-out7fjl3 {
    padding: 60px 0;
}.ui-reach-out7fjl3 h2 {
    margin-bottom: 40px;
}.ui-reach-out7fjl3 .ui-picture-gallery {
    min-height: 200px;
}.ui-reach-out7fjl3 .ui-support-list {
    padding: 30px 20px;
}.ui-reach-out7fjl3 form .ui-message-reach {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.ui-reach-out7fjl3 {
    padding: 40px 0;
}.ui-reach-out7fjl3 h2 {
    font-size: calc(33px * 0.8);
}.ui-reach-out7fjl3 form h3 {
    font-size: calc(22px * 0.9);
}.ui-reach-out7fjl3 .ui-support-list::before,
    .ui-reach-out7fjl3 .ui-support-list::after {
    height: 30px;
    width: 30px;
}}header .top_plank {
    background: rgb(170,171,171);
    color:  #ffffff;
}header .top_plank .ui-top-control div svg, header .top_plank .ui-top-control div svg path {
    fill: #ffffff;
}header .top_plank .ui-top-control div span {
    color: #ffffff;
}header .top_plank .ui-top-control {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 15px;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
    align-items: center;
    display: flex;
}header .top_plank .ui-top-control div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .ui-top-control div img, header .top_plank .ui-top-control div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.ui-help-desk-info {
    position: relative;
    background: linear-gradient(
        135deg, 
        rgb(170,171,171,0.5) 0%, 
        rgb(127,119,130,0.5) 50%, 
        #ffffff 100%
    );
    overflow: hidden;
    padding: 5rem 0;
    background-size: 400% 400%;
    font-family: Arial, sans-serif;
    animation: gradientFlow 15s ease infinite;
}.ui-help-desk-info::before {
    animation: circularPulse 10s infinite alternate;
    height: 200%;
    width: 200%;
    top: -50%;
    content: '';
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.1) 0%, 
        transparent 70%
    );
    z-index: 1;
    left: -50%;
}.ui-help-desk-info .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.ui-help-desk-info .ui-talk-team {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    align-items: stretch;
    perspective: 1000px;
}.ui-help-desk-info .ui-form-learn {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    will-change: transform;
    background: rgba(255,255,255,0.05);
    padding: 2.5rem;
    transform: rotateX(10deg) scale(0.95);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 24px;
}.ui-help-desk-info .ui-form-learn:hover {
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.15),
        0 10px 25px rgba(0,0,0,0.1);
    transform: rotateX(0) scale(1.02);
}.ui-help-desk-info .ui-form-learn p {
    display: flex;
    align-items: center;
}.ui-help-desk-info .ui-form-learn h2 {
    position: relative;
    color: rgb(170,171,171);
    margin-bottom: 1rem;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -0.02em;
}.ui-help-desk-info .ui-form-learn h2::after {
    background: rgb(170,171,171);
    position: absolute;
    left: 0;
    opacity: 0.7;
    width: 3rem;
    height: 3px;
    bottom: -0.5rem;
    content: '';
}.ui-help-desk-info .ui-learn-faq {
    font-weight: 600;
    color: rgb(127,119,130);
    margin-bottom: 0.75rem;
    font-size: 18px;
}.ui-help-desk-info .ui-msg-team {
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
}.ui-help-desk-info .ui-form-learn .ui-picture-gallery {
    height: 300px;
    border-radius: 24px;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.2),
        0 10px 20px rgba(0,0,0,0.1);
    transform: translateZ(20px);
}.ui-help-desk-info .ui-contact-box {
    margin-top: 1.5rem;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 1rem;
}.ui-help-desk-info .ui-contact-box h3 {
    color: rgb(127,119,130);
    margin-bottom: 0.75rem;
    font-size: 24px;
}.ui-help-desk-info .ui-get-assist {
    flex-wrap: wrap;
    display: flex;
    gap: 0.5rem;
}.ui-help-desk-info .ui-get-assist span {
    font-size: 18px;
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
    color: #000000;
    padding: 0.3rem 0.6rem;
}.ui-help-desk-info .ui-ask-question {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.ui-help-desk-info .ui-ask-question a {
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    padding: 0.75rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}.ui-help-desk-info .ui-ask-question a:hover {
    background: rgba(255,255,255,0.1);
}.ui-help-desk-info .ui-ask-question a span {
    color: rgb(127,119,130);
    font-size: 22px;
    opacity: 0.7;
    margin-bottom: 0.25rem;
}.ui-help-desk-info .ui-ask-question a p {
    font-size: 18px;
    margin: 0;
    color: #000000;
}.ui-help-desk-info svg,
.ui-help-desk-info svg path {
    fill: rgb(170,171,171);
    transition: fill 0.3s ease;
}.ui-help-desk-info .ui-ask-question a:hover svg,
.ui-help-desk-info .ui-ask-question a:hover svg path {
    fill: rgb(127,119,130);
}

@keyframes gradientFlow {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

@keyframes circularPulse {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}

@media screen and (max-width: 1200px) {.ui-help-desk-info .ui-talk-team {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 768px) {.ui-help-desk-info .ui-talk-team {
    grid-template-columns: 1fr;
}.ui-help-desk-info .ui-form-learn {
    padding: 1.5rem;
}.ui-help-desk-info .ui-form-learn .ui-picture-gallery {
    height: 250px;
}
}

@media screen and (max-width: 480px) {.ui-help-desk-info {
    padding: 2rem 0;
}.ui-help-desk-info .ui-form-learn {
    padding: 1rem;
}.ui-help-desk-info .ui-form-learn .ui-picture-gallery {
    height: 200px;
}}.ui-course-program-info {
    position: relative;
    background: linear-gradient(135deg, rgb(199,197,187) 0%, rgba(247, 247, 247, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0;
}.ui-course-program-info::before {
    z-index: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(170,171,171,0.5) 0%, rgb(127,119,130,0.5) 100%);
    height: 400px;
    right: -150px;
    content: "";
    width: 400px;
    animation: pulse 15s infinite alternate ease-in-out;
    top: -150px;
    opacity: 0.1;
    border-radius: 50%;
    filter: blur(100px);
}.ui-course-program-info::after {
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    filter: blur(80px);
    content: "";
    border-radius: 50%;
    position: absolute;
    opacity: 0.08;
    width: 300px;
    z-index: 0;
    left: -100px;
    bottom: -100px;
    background: linear-gradient(225deg, rgb(127,119,130,0.5) 0%, rgb(170,171,171,0.5) 100%);
    height: 300px;
}.ui-course-program-info .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.ui-course-program-info h2 {
    text-align: left;
    position: relative;
    font-weight: 700;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    margin-bottom: 50px;
    line-height: 1.3;
    color: #000000;
    opacity: 0;
    font-size: 35px;
    transform: translateX(-10px);
}.ui-course-program-info h2::after {
    animation: expandWidth 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    content: "";
    bottom: -15px;
    position: absolute;
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(170,171,171) 0%, rgb(127,119,130) 100%);
    transform: scaleX(0);
    left: 0;
}.ui-course-program-info .ui-learn-professional {
    animation: fadeIn 0.8s 0.4s forwards ease-out;
    display: grid;
    transform: translateY(20px);
    opacity: 0;
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
}.ui-course-program-info .ui-picture-gallery {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 350px;
    transform: perspective(1000px) rotateY(-3deg);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.ui-course-program-info .ui-picture-gallery::after {
    top: 0;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(170,171,171,0.5), 0.1),
        rgba(rgb(127,119,130,0.5), 0.05)
    );
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
}.ui-course-program-info .ui-picture-gallery:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.ui-course-program-info .ui-text-banner {
    opacity: 0;
    flex-direction: column;
    animation: fadeSlideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px);
    display: flex;
    gap: 25px;
}.ui-course-program-info .description {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    border-left: 1px solid rgb(127,119,130,0.5);
    line-height: 1.8;
    margin: 0;
    color: #000000;
    font-weight: 400;
    transition: all 0.3s ease;
}.ui-course-program-info .description:hover {
    border-left: 3px solid rgb(127,119,130);
    transform: translateX(3px);
}.ui-course-program-info .description:first-of-type {
    position: relative;
}.ui-course-program-info .description:first-of-type::before {
    top: 0;
    left: -5px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    width: 10px;
    position: absolute;
    background-color: rgb(127,119,130);
    opacity: 0;
    content: "";
    transform: scale(0);
    border-radius: 50%;
    height: 10px;
}.ui-course-program-info .description:first-of-type:hover::before {
    opacity: 1;
    transform: scale(1);
}.ui-course-program-info .description:nth-of-type(2) {
    color: #000000;
    opacity: 0.85;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
    100% {
        transform: scale(0.95);
        opacity: 0.05;
    }
}

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

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

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

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

@media (min-width: 768px) {.ui-course-program-info .ui-learn-professional {
    align-items: start;
    gap: 60px;
    grid-template-columns: 1fr 1.6fr;
}.ui-course-program-info .ui-picture-gallery {
    height: 450px;
}.ui-course-program-info h2 {
    max-width: 80%;
    font-size: calc(35px * 1.1);
}.ui-course-program-info h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.ui-course-program-info {
    padding: 150px 0;
}.ui-course-program-info .container {
    padding: 0 40px;
}.ui-course-program-info .ui-learn-professional {
    gap: 80px;
}.ui-course-program-info .ui-picture-gallery {
    height: 550px;
}.ui-course-program-info h2 {
    margin-bottom: 70px;
    font-size: calc(35px * 1.2);
}.ui-course-program-info .description {
    font-size: calc(16px * 1.05);
    padding-left: 30px;
}
}

@media (min-width: 1200px) {.ui-course-program-info {
    padding: 180px 0;
}.ui-course-program-info .container {
    padding: 0 60px;
}.ui-course-program-info .ui-learn-professional {
    grid-template-columns: 0.9fr 1.5fr;
    gap: 100px;
}.ui-course-program-info h2 {
    max-width: 70%;
}.ui-course-program-info .description:first-of-type {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.ui-course-program-info {
    padding: 80px 0;
}.ui-course-program-info h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.ui-course-program-info .ui-picture-gallery {
    transform: perspective(800px) rotateY(-2deg);
    height: 250px;
}.ui-course-program-info .description {
    padding-left: 15px;
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.ui-course-program-info .ui-learn-professional {
    gap: 30px;
}
}

@media (max-width: 480px) {.ui-course-program-info {
    padding: 60px 0;
}.ui-course-program-info h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.ui-course-program-info .ui-picture-gallery {
    height: 200px;
}.ui-course-program-info .ui-text-banner {
    gap: 20px;
}.ui-course-program-info .description {
    padding-left: 12px;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}.ui-who-we-are {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.ui-who-we-are::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    content: "";
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
}.ui-who-we-are::after {
    position: absolute;
    z-index: 1;
    content: "";
    border: 2px solid rgb(170,171,171);
    opacity: 0.15;
    top: -150px;
    right: -100px;
    pointer-events: none;
    width: 300px;
    transform: rotate(45deg);
    height: 300px;
    animation: float 18s infinite ease-in-out;
}.ui-who-we-are h4 {
    opacity: 0;
    font-size: calc(23px * 1.2);
    padding-left: 60px;
    margin-bottom: 40px;
    font-weight: 700;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    letter-spacing: 3px;
    transform: translateX(40px);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #ffffff;
}.ui-who-we-are h4::before {
    top: 50%;
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    background: rgb(170,171,171);
    left: 0;
}.ui-who-we-are .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
}.ui-who-we-are .ui-text-banner {
    transform: translateY(30px);
    background: rgba(255, 255, 255, 0.05);
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    border-left: 4px solid rgb(170,171,171);
    padding: 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
    position: relative;
}.ui-who-we-are .ui-text-banner::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(170,171,171,0.5), transparent);
    left: 0;
    opacity: 0.05;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
}.ui-who-we-are .ui-text-banner h6 {
    opacity: 0;
    display: inline-block;
    font-weight: 700;
    font-size: calc(31px * 0.9);
    animation: slideIn 0.8s 0.5s forwards ease-out;
    margin-bottom: 25px;
    color: rgb(170,171,171);
    transform: translateX(-10px);
    position: relative;
}.ui-who-we-are .ui-text-banner h6::after {
    height: 2px;
    transform: scaleX(0);
    background: rgb(170,171,171);
    position: absolute;
    content: "";
    animation: expandWidth 1.2s 0.8s forwards cubic-bezier(.17,.67,.83,.67);
    transform-origin: left;
    bottom: -8px;
    width: 60%;
    left: 0;
}.ui-who-we-are .ui-text-banner div {
    max-height: 300px;
    scroll-behavior: smooth;
    overflow-y: auto;
    padding-right: 15px;
    position: relative;
}.ui-who-we-are .ui-text-banner div::-webkit-scrollbar {
    width: 4px;
}.ui-who-we-are .ui-text-banner div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}.ui-who-we-are .ui-text-banner div::-webkit-scrollbar-thumb {
    background: rgb(170,171,171,0.5);
    border-radius: 10px;
}.ui-who-we-are .ui-text-banner span {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.8;
    opacity: 0.9;
    transform: translateY(20px);
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes slideIn {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

@media (max-width: 991px) {.ui-who-we-are {
    padding: 80px 0;
}.ui-who-we-are h4 {
    margin-left: 15px;
    padding-left: 40px;
    font-size: calc(23px * 1.1);
}.ui-who-we-are h4::before {
    width: 30px;
}.ui-who-we-are .ui-text-banner {
    padding: 40px 30px;
}.ui-who-we-are .ui-text-banner h6 {
    font-size: calc(31px * 0.8);
}
}

@media (max-width: 767px) {.ui-who-we-are {
    padding: 60px 0;
}.ui-who-we-are h4 {
    font-size: 23px;
    padding-left: 35px;
}.ui-who-we-are h4::before {
    width: 25px;
}.ui-who-we-are .ui-text-banner {
    padding: 30px 20px;
}.ui-who-we-are .ui-text-banner h6 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.7);
}.ui-who-we-are .ui-text-banner div {
    max-height: 250px;
}.ui-who-we-are .ui-text-banner span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.ui-who-we-are {
    padding: 50px 0;
}.ui-who-we-are h4 {
    letter-spacing: 2px;
    padding-left: 30px;
    font-size: calc(23px * 0.9);
    margin-left: 10px;
}.ui-who-we-are h4::before {
    width: 20px;
}.ui-who-we-are .ui-text-banner {
    padding: 25px 15px;
    border-left-width: 3px;
}.ui-who-we-are .ui-text-banner h6 {
    font-size: calc(31px * 0.6);
    margin-bottom: 15px;
}.ui-who-we-are .ui-text-banner div {
    max-height: 200px;
}.ui-who-we-are .ui-text-banner span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}.ui-potential-students {
    background: rgb(199,197,187);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.ui-potential-students::before {
    z-index: 1;
    width: 80%;
    background: rgb(170,171,171,0.5);
    opacity: 0.08;
    transform: rotate(-30deg);
    left: -30%;
    top: -50%;
    position: absolute;
    height: 200%;
    content: "";
}.ui-potential-students::after {
    opacity: 0.08;
    right: -30%;
    position: absolute;
    height: 200%;
    bottom: -50%;
    width: 80%;
    transform: rotate(-30deg);
    background: rgb(127,119,130,0.5);
    content: "";
    z-index: 1;
}.ui-potential-students .container {
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}.ui-potential-students .ui-study-learn {
    position: relative;
}.ui-potential-students h4 {
    text-align: center;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    font-size: 29px;
    padding-bottom: 15px;
    color: #000000;
}.ui-potential-students h4::before {
    z-index: -1;
    content: "";
    animation: shimmer 3s infinite;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(170,171,171,0.5), transparent);
    top: 0;
    left: -100%;
}.ui-potential-students h4::after {
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    height: 3px;
    left: 50%;
    content: "";
    bottom: 0;
}@keyframes shimmer {
    100% {
        left: 100%;
    }
}

.ui-potential-students div > div {
    display: flex;
    gap: 20px;
    perspective: 1000px;
    flex-wrap: wrap;
}.ui-potential-students p {
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    color: #000000;
    overflow: hidden;
    align-items: center;
    min-height: 100px;
    width: calc(33.333% - 20px);
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    z-index: 1;
    padding: 0;
    display: flex;
    margin: 0;
    background: #ffffff;
}.ui-potential-students p::before {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgb(199,197,187) 100%);
    width: 100%;
    opacity: 0;
}.ui-potential-students p::after {
    left: 0;
    top: 0;
    background: rgb(170,171,171);
    height: 100%;
    width: 4px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
}.ui-potential-students p:hover {
    transform: translateY(-5px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.ui-potential-students p:hover::before {
    opacity: 1;
}.ui-potential-students p:hover::after {
    width: 8px;
}.ui-potential-students p svg {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    flex-shrink: 0;
    margin: 0 15px;
    z-index: 2;
    position: relative;
    width: 40px;
}.ui-potential-students p svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,171,171);
}.ui-potential-students p:hover svg {
    transform: rotate(10deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.ui-potential-students p:hover svg path {
    fill: rgb(127,119,130);
}.ui-potential-students p span {
    flex: 1;
    padding: 20px 20px 20px 0;
}.ui-potential-students p:nth-child(odd) {
    transform: translateZ(10px);
}.ui-potential-students p:nth-child(even) {
    transform: translateZ(20px);
}.ui-potential-students p:nth-child(odd):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(10px);
}.ui-potential-students p:nth-child(even):hover {
    transform: translateY(-5px) rotateX(5deg) translateZ(20px);
}.ui-potential-students p:nth-child(3n+1)::after {
    background: rgb(170,171,171);
}.ui-potential-students p:nth-child(3n+2)::after {
    background: rgb(127,119,130);
}.ui-potential-students p:nth-child(3n)::after {
    background: linear-gradient(to bottom, rgb(170,171,171), rgb(127,119,130));
}@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.ui-potential-students .ui-study-learn > div p {
    animation: fadeInStagger 0.6s ease forwards;
    opacity: 0;
}.ui-potential-students .ui-study-learn > div p:nth-child(1) {
    animation-delay: 0.1s;
}.ui-potential-students .ui-study-learn > div p:nth-child(2) {
    animation-delay: 0.2s;
}.ui-potential-students .ui-study-learn > div p:nth-child(3) {
    animation-delay: 0.3s;
}.ui-potential-students .ui-study-learn > div p:nth-child(4) {
    animation-delay: 0.4s;
}.ui-potential-students .ui-study-learn > div p:nth-child(5) {
    animation-delay: 0.5s;
}.ui-potential-students .ui-study-learn > div p:nth-child(6) {
    animation-delay: 0.6s;
}.ui-potential-students p:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(170,171,171,0.5);
}.ui-potential-students p:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(127,119,130,0.5);
}.ui-potential-students p:hover:nth-child(odd) {
    box-shadow: 10px 10px 0 rgb(170,171,171,0.5);
}.ui-potential-students p:hover:nth-child(even) {
    box-shadow: 10px 10px 0 rgb(127,119,130,0.5);
}

@media (max-width: 991px) {.ui-potential-students {
    padding: 100px 0;
}.ui-potential-students h4 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.ui-potential-students div > div {
    gap: 15px;
}.ui-potential-students p {
    width: calc(50% - 15px);
    min-height: 90px;
}.ui-potential-students p svg {
    padding: 7px;
    width: 36px;
    margin: 0 12px;
    height: 36px;
}.ui-potential-students p span {
    padding: 18px 18px 18px 0;
}.ui-potential-students p:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(170,171,171,0.5);
}.ui-potential-students p:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(127,119,130,0.5);
}.ui-potential-students p:hover:nth-child(odd) {
    box-shadow: 8px 8px 0 rgb(170,171,171,0.5);
}.ui-potential-students p:hover:nth-child(even) {
    box-shadow: 8px 8px 0 rgb(127,119,130,0.5);
}
}

@media (max-width: 768px) {.ui-potential-students {
    padding: 80px 0;
}.ui-potential-students h4 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.8);
}.ui-potential-students div > div {
    gap: 20px;
}.ui-potential-students p {
    width: 100%;
    min-height: 80px;
}.ui-potential-students p svg {
    padding: 6px;
    height: 32px;
    margin: 0 10px;
    width: 32px;
}.ui-potential-students p span {
    padding: 15px 15px 15px 0;
}
}

@media (max-width: 576px) {.ui-potential-students {
    padding: 60px 0;
}.ui-potential-students h4 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.7);
}.ui-potential-students h4::after {
    width: 60px;
    height: 2px;
}.ui-potential-students div > div {
    gap: 15px;
}.ui-potential-students p {
    font-size: calc(16px * 0.9);
    min-height: 70px;
}.ui-potential-students p svg {
    padding: 5px;
    width: 28px;
    margin: 0 8px;
    height: 28px;
}.ui-potential-students p:nth-child(odd) {
    box-shadow: 4px 4px 0 rgb(170,171,171,0.5);
}.ui-potential-students p:nth-child(even) {
    box-shadow: 4px 4px 0 rgb(127,119,130,0.5);
}.ui-potential-students p:hover:nth-child(odd) {
    box-shadow: 6px 6px 0 rgb(170,171,171,0.5);
}.ui-potential-students p:hover:nth-child(even) {
    box-shadow: 6px 6px 0 rgb(127,119,130,0.5);
}}.ui-subscr-info {
    position: relative;
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.ui-subscr-info .container {
    justify-content: space-between;
    position: relative;
    display: flex;
}.ui-subscr-info .company_holder {
    flex: 0 0 30%;
    padding-right: 30px;
    position: relative;
}.ui-subscr-info .company_holder::after {
    height: 80%;
    position: absolute;
    top: 10%;
    content: '';
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(170,171,171), transparent);
    right: 0;
}.ui-subscr-info .company_holder h3 {
    text-shadow: 0 0 10px rgb(170,171,171,0.5);
    position: relative;
    font-size: calc(28px * 0.9);
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}.ui-subscr-info .company_holder h3::after {
    position: absolute;
    left: 0;
    width: 40%;
    background: rgb(170,171,171);
    content: '';
    bottom: -5px;
    height: 2px;
    transition: width 0.3s ease-in-out;
}.ui-subscr-info .company_holder h3:hover::after {
    width: 100%;
}.ui-subscr-info .ui-honor-cta {
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    margin-top: 15px;
    line-height: 1.6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
}.ui-subscr-info .ui-honor-cta:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
}.ui-subscr-info .ui-music-edu {
    flex: 0 0 65%;
    position: relative;
    justify-content: space-between;
    display: flex;
}.ui-subscr-info .ui-top-sitebar {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}.ui-subscr-info .ui-nav-sitebar {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 20px;
    border-radius: 23px;
    flex: 0 0 45%;
    overflow: hidden;
    position: relative;
}.ui-subscr-info .ui-nav-sitebar::before {
    transition: transform 0.6s ease;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
    content: '';
    transform: translateX(-100%);
    inset: 0;
    position: absolute;
}.ui-subscr-info .ui-nav-sitebar:hover::before {
    transform: translateX(100%);
}.ui-subscr-info .ui-nav-sitebar h5 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}.ui-subscr-info .ui-nav-sitebar h5::after {
    transition: width 0.3s ease, box-shadow 0.3s ease;
    width: 40px;
    left: 0;
    content: '';
    background: rgb(170,171,171);
    height: 2px;
    bottom: 0;
    position: absolute;
}.ui-subscr-info .ui-nav-sitebar:hover h5::after {
    box-shadow: 0 0 8px rgb(170,171,171), 0 0 16px rgb(170,171,171,0.5);
    width: 70px;
}.ui-subscr-info .ui-nav-sitebar .ui-top-sitebar {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.ui-subscr-info .ui-nav-sitebar .ui-top-sitebar a {
    transition: all 0.3s ease;
    text-decoration: none;
    opacity: 0.85;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: calc(16px * 0.95);
    padding-left: 0;
}.ui-subscr-info .ui-nav-sitebar .ui-top-sitebar a::before {
    content: '';
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, rgb(170,171,171), transparent);
    transform-origin: left;
    position: absolute;
    transition: width 0.3s ease, transform 0.3s ease;
    width: 0;
    bottom: -2px;
}.ui-subscr-info .ui-nav-sitebar .ui-top-sitebar a:hover {
    color: #ffffff;
    padding-left: 5px;
    opacity: 1;
}.ui-subscr-info .ui-nav-sitebar .ui-top-sitebar a:hover::before {
    box-shadow: 0 0 5px rgb(170,171,171,0.5);
    width: 100%;
}.ui-proposal-cta {
    backdrop-filter: blur(10px);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}.ui-proposal-cta::before {
    background: linear-gradient(90deg, transparent, rgb(170,171,171,0.5), transparent);
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    content: '';
}.ui-proposal-cta .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.ui-proposal-cta .ui-report-abuse {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    transition: opacity 0.3s ease;
    letter-spacing: 0.5px;
    opacity: 0.8;
}.ui-proposal-cta .ui-report-abuse:hover {
    opacity: 1;
}

@media (max-width: 991px) {.ui-subscr-info {
    padding: 60px 0 30px;
}.ui-subscr-info .container {
    flex-direction: column;
}.ui-subscr-info .company_holder {
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding-right: 0;
}.ui-subscr-info .company_holder::after {
    display: none;
}.ui-subscr-info .ui-music-edu {
    flex: 0 0 100%;
}.ui-subscr-info .ui-nav-sitebar {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.ui-subscr-info {
    padding: 40px 0 20px;
}.ui-subscr-info .ui-top-sitebar {
    flex-direction: column;
}.ui-subscr-info .ui-nav-sitebar {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.ui-subscr-info .company_holder h3 {
    font-size: calc(28px * 0.8);
}.ui-subscr-info .ui-nav-sitebar h5 {
    font-size: calc(20px * 0.9);
}.ui-proposal-cta .ui-report-abuse {
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 576px) {.ui-subscr-info {
    padding: 30px 0 15px;
}.ui-subscr-info .company_holder {
    margin-bottom: 30px;
}.ui-subscr-info .company_holder h3 {
    font-size: calc(28px * 0.7);
}.ui-subscr-info .ui-nav-sitebar h5 {
    font-size: calc(20px * 0.8);
}.ui-proposal-cta {
    padding: 10px 0;
}.ui-proposal-cta .ui-report-abuse {
    font-size: calc(13px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    background-size: 50px 50px;
    opacity: 0.3;
    content: '';
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 0;
    right: 0;
}.ui-subscr-info .company_holder h3 {
    position: relative;
    overflow: hidden;
}.ui-subscr-info .company_holder h3::before {
    transition: 0.5s;
    pointer-events: none;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}.ui-subscr-info .company_holder h3:hover::before {
    left: 100%;
}.ui-trackingNoticeModal {
    overflow: hidden;
    width: 100%;
    border-top: 3px solid rgb(170,171,171);
    position: fixed;
    bottom: 0;
    z-index: 1050;
    padding: 20px;
    background: rgb(199,197,187);
    font-family: Arial, sans-serif;
}.ui-safe-cookies {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}.ui-user-choices {
    flex-shrink: 0;
    margin-right: 20px;
}#ui-privacyBannerPopup {
    display: none;
}#ui-privacyBannerPopup:checked ~ .ui-trackingNoticeModal {
    visibility: hidden;
    opacity: 0;
}.ui-user-choices svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(170,171,171);
    width: 60px;
    height: 60px;
}.ui-secure-cookies {
    flex-grow: 1;
    margin-right: 20px;
}.ui-secure-cookies h5 {
    margin-bottom: 5px;
    color: rgb(170,171,171);
    font-weight: 700;
    font-size: 22px;
}.ui-secure-cookies p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}.ui-data-guard {
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    padding: 10px 20px;
    font-size: 15px;
}.ui-data-guard {
    border: 1px solid rgb(170,171,171);
    background-color: rgb(170,171,171);
    color: #ffffff;
}.ui-data-guard:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.ui-trackingNoticeModal p a {
    text-decoration: underline;
    color: rgb(170,171,171);
}.ui-trackingNoticeModal p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.ui-secure-cookies h5 {
    font-size: calc(22px - 2px);
}.ui-secure-cookies p {
    font-size: calc(14px - 2px);
}.ui-data-guard {
    padding: 8px 16px;
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.ui-safe-cookies {
    flex-direction: column;
    align-items: center;
}.ui-user-choices {
    margin-bottom: 15px;
}.ui-secure-cookies {
    margin-bottom: 20px;
    text-align: center;
}.ui-data-guard {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
.ui-study-process {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    background: rgb(199,197,187);
    padding: 6rem 2rem;
    min-height: 70vh;
}.ui-study-process::before {
    width: 100%;
    filter: blur(40px);
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(170,171,171,0.5) 0%, transparent 25%),
        radial-gradient(circle at 90% 80%, rgb(127,119,130,0.5) 0%, transparent 25%);
}.ui-study-process::after {
    opacity: 0.1;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(170,171,171,0.5) 49%, rgb(170,171,171,0.5) 51%, transparent 52%) 0 0 / 30px 30px,
        linear-gradient(135deg, transparent 48%, rgb(127,119,130,0.5) 49%, rgb(127,119,130,0.5) 51%, transparent 52%) 0 0 / 30px 30px;
    position: absolute;
}.ui-study-process .ui-study-learn {
    display: flex;
    z-index: 2;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    max-width: 1200px;
    width: 100%;
}.ui-study-process .ui-text-banner {
    max-width: 800px;
    padding: 3.5rem;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.15),
        -12px -12px 24px rgba(255, 255, 255, 0.8);
    width: 80%;
    background: rgb(199,197,187);
    border-radius: 28px;
    transition: all 0.4s ease;
    position: relative;
}.ui-study-process .ui-text-banner:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.2),
        -15px -15px 30px rgba(255, 255, 255, 0.9);
}.ui-study-process .ui-text-banner::before {
    height: 60px;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgb(170,171,171,0.5), rgb(127,119,130,0.5));
    top: 20px;
    z-index: -1;
    right: 20px;
    border-radius: 50%;
    animation: pulse 5s infinite alternate;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
    width: 60px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

.ui-study-process .ui-text-banner::after {
    width: 40px;
    animation: pulse 5s infinite alternate-reverse;
    left: 20px;
    border-radius: 50%;
    height: 40px;
    bottom: 20px;
    background: linear-gradient(135deg, rgb(127,119,130,0.5), rgb(170,171,171,0.5));
    content: '';
    position: absolute;
    z-index: -1;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.9);
}.ui-study-process h2 {
    margin-bottom: 2rem;
    display: inline-block;
    font-size: 31px;
    position: relative;
    text-fill-color: transparent;
    text-align: center;
    color: #000000;
    background: linear-gradient(135deg, rgb(170,171,171), rgb(127,119,130));
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}.ui-study-process h2::before {
    height: 5px;
    bottom: -10px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(170,171,171,0.5) 0%, rgb(127,119,130) 50%, rgb(170,171,171,0.5) 100%);
    content: '';
    position: absolute;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    left: 0;
    width: 100%;
}.ui-study-process p {
    margin-top: 1.5rem;
    transition: all 0.3s ease;
    font-size: 12px;
    border-radius: 10px;
    position: relative;
    color: #000000;
    box-shadow: 
        inset 3px 3px 6px rgba(0, 0, 0, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    padding: 1rem;
    background: rgb(199,197,187);
}.ui-study-process .ui-text-banner:hover p {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.12),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}.ui-study-process .ui-text-banner::before,
.ui-study-process .ui-text-banner::after {
    transition: all 0.5s ease;
}.ui-study-process .ui-text-banner:hover::before {
    transform: scale(1.15) translateY(-5px);
}.ui-study-process .ui-text-banner:hover::after {
    transform: scale(1.15) translateY(5px);
}

@media (max-width: 992px) {.ui-study-process {
    padding: 4rem 1.5rem;
}.ui-study-process .ui-text-banner {
    padding: 2.5rem;
    width: 90%;
}.ui-study-process h2 {
    font-size: calc(31px * 0.9);
}.ui-study-process p {
    padding: 0.8rem;
}
}

@media (max-width: 768px) {.ui-study-process {
    min-height: auto;
    padding: 3rem 1rem;
}.ui-study-process .ui-text-banner {
    width: 100%;
    padding: 2rem;
}.ui-study-process h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.5rem;
}.ui-study-process p {
    font-size: calc(12px * 0.95);
    padding: 0.6rem;
}.ui-study-process .ui-text-banner::before {
    top: 15px;
    right: 15px;
    height: 40px;
    width: 40px;
}.ui-study-process .ui-text-banner::after {
    left: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
}
}

@media (max-width: 576px) {.ui-study-process {
    padding: 2.5rem 0.8rem;
}.ui-study-process .ui-text-banner {
    box-shadow: 
            8px 8px 16px rgba(0, 0, 0, 0.15),
            -8px -8px 16px rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
}.ui-study-process h2 {
    margin-bottom: 1.2rem;
    font-size: calc(31px * 0.7);
}.ui-study-process h2::before {
    bottom: -8px;
    height: 3px;
}.ui-study-process p {
    margin-top: 1rem;
    font-size: calc(12px * 0.9);
    padding: 0.5rem;
}}.ui-thanksNode {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    overflow: hidden;
}.ui-thanksNode::before {
    right: -10%;
    animation: float 15s ease-in-out infinite alternate;
    top: -30%;
    width: 60%;
    opacity: 0.3;
    filter: blur(30px);
    background: linear-gradient(145deg, rgb(170,171,171,0.5) 0%, rgb(127,119,130,0.5) 100%);
    height: 70%;
    transform: rotate(-15deg);
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 0;
    content: "";
}.ui-thanksNode::after {
    opacity: 0.2;
    left: -5%;
    z-index: 0;
    bottom: -20%;
    height: 60%;
    transform: rotate(10deg);
    position: absolute;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
    width: 40%;
    background: linear-gradient(225deg, rgb(127,119,130,0.5) 0%, rgb(170,171,171,0.5) 100%);
    filter: blur(25px);
}.ui-thanksNode .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}.ui-thanksNode .ui-study-learn {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    position: relative;
}.ui-thanksNode .ui-study-learn:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.ui-thanksNode .ui-study-learn > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.ui-thanksNode .ui-study-learn > div:first-child::after {
    left: 0;
    transform-origin: left;
    transition: width 0.3s ease;
    content: "";
    background: linear-gradient(90deg, rgb(170,171,171) 0%, rgb(127,119,130) 100%);
    border-radius: 10px;
    position: absolute;
    height: 3px;
    width: 80px;
    bottom: -0.75rem;
}.ui-thanksNode .ui-study-learn:hover > div:first-child::after {
    width: 120px;
}.ui-thanksNode h5 {
    line-height: 1.4;
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    font-size: 23px;
}.ui-thanksNode h5::before {
    left: -35px;
    display: flex;
    font-size: 14px;
    align-items: center;
    content: "✓";
    border-radius: 50%;
    justify-content: center;
    top: 50%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    height: 26px;
    transform: translateY(-50%);
    opacity: 0;
    color: #ffffff;
    position: absolute;
    width: 26px;
    background: linear-gradient(135deg, rgb(170,171,171) 0%, rgb(127,119,130) 100%);
}.ui-thanksNode .ui-study-learn:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.ui-thanksNode p {
    color: #000000;
    margin: 0;
    line-height: 1.8;
    font-size: 14px;
    transition: color 0.3s ease;
}.ui-thanksNode a {
    transition: transform 0.3s ease;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}.ui-thanksNode a::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 2px;
    width: 100%;
    bottom: 0;
    position: absolute;
    transform-origin: right;
    content: "";
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(170,171,171,0.5) 0%, rgb(127,119,130) 100%);
}.ui-thanksNode a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.ui-thanksNode a:hover {
    transform: translateY(-2px);
}.ui-thanksNode a:hover p {
    color: rgb(170,171,171);
}

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

@media (max-width: 991px) {.ui-thanksNode {
    padding: 3rem 0;
}.ui-thanksNode .ui-study-learn {
    padding: 2.5rem;
}.ui-thanksNode h5 {
    font-size: calc(23px - 2px);
}
}

@media (max-width: 767px) {.ui-thanksNode {
    padding: 2.5rem 0;
}.ui-thanksNode .ui-study-learn {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.ui-thanksNode h5 {
    font-size: calc(23px - 4px);
    padding-left: 20px;
}.ui-thanksNode h5::before {
    font-size: 12px;
    width: 22px;
    left: -15px;
    height: 22px;
}.ui-thanksNode p {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 576px) {.ui-thanksNode {
    padding: 2rem 0;
}.ui-thanksNode .ui-study-learn {
    border-radius: 10px;
    padding: 1.5rem;
    transform: none;
}.ui-thanksNode h5 {
    font-size: calc(23px - 6px);
}.ui-thanksNode .ui-study-learn > div:first-child::after {
    width: 60px;
    height: 2px;
}.ui-thanksNode .ui-study-learn:hover > div:first-child::after {
    width: 90px;
}.ui-thanksNode h5::before {
    font-size: 10px;
    width: 20px;
    height: 20px;
}.ui-thanksNode p {
    font-size: calc(14px - 2px);
    line-height: 1.6;
}}header {
    padding: 1.2rem 0;
    position: relative;
    background: linear-gradient(to bottom, rgb(199,197,187), #ffffff);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    z-index: 100;
}header::before {
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(170,171,171,0.5) 65%, 
        rgb(170,171,171,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(127,119,130,0.5) 75%, 
        rgb(127,119,130,0.5) 80%, 
        transparent 80%);
    content: '';
    width: 100%;
    z-index: 0;
}header .container {
    position: relative;
    max-width: 100%;
    z-index: 1;
    padding: 0 3%;
    width: 100%;
    margin: 0;
}header .ui-head-lesson {
    gap: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}header .ui-head-bar {
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(170,171,171,0.5), rgb(127,119,130,0.5));
    align-items: center;
    padding: 0.5rem 1.5rem;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 14px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .ui-head-bar::before {
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    left: -50%;
    top: -50%;
    content: '';
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    width: 200%;
}header .ui-head-bar:hover::before {
    opacity: 1;
}header .ui-head-bar svg {
    width: 150px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
}header .ui-head-bar:hover svg {
    transform: scale(1.03);
}header .ui-nav-sitebar {
    max-width: 800px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    gap: 0.6rem;
    width: 100%;
}header .ui-first-expert {
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    font-weight: 600;
    overflow: hidden;
    color: #000000;
    padding: 0.6rem 1.2rem;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    font-size: 14px;
}header .ui-first-expert::before {
    position: absolute;
    transform-origin: left;
    left: 0;
    transition: transform 0.3s ease;
    height: 3px;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(to right, rgb(170,171,171), rgb(127,119,130));
    transform: scaleX(0);
}header .ui-first-expert:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(170,171,171);
}header .ui-first-expert:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .ui-head-bar {
    padding: 0.5rem 1.2rem;
}header .ui-head-bar svg {
    width: 140px;
}header .ui-nav-sitebar {
    gap: 0.5rem;
}header .ui-first-expert {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .ui-head-lesson {
    gap: 1.5rem;
}header .ui-head-bar {
    padding: 0.4rem 1rem;
}header .ui-head-bar svg {
    width: 130px;
}header .ui-nav-sitebar {
    gap: 0.5rem;
}header .ui-first-expert {
    font-size: calc(14px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .ui-head-lesson {
    gap: 1rem;
}header .ui-head-bar svg {
    width: 120px;
}header .ui-nav-sitebar {
    flex-wrap: nowrap;
    gap: 0.4rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
}header .ui-nav-sitebar::-webkit-scrollbar {
    height: 3px;
}header .ui-nav-sitebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,171,171);
}header .ui-first-expert {
    flex-shrink: 0;
    margin-right: 2px;
    white-space: nowrap;
}}.ui-privacy-cover {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(199,197,187) 0%, rgba(240, 242, 245, 0.9) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
}.ui-privacy-cover::before {
    z-index: 0;
    content: "";
    opacity: 0.2;
    width: 30vw;
    position: absolute;
    height: 30vh;
    background: linear-gradient(225deg, rgb(127,119,130,0.5) 0%, transparent 70%);
    top: 0;
    right: 0;
    transform: translateY(-15%) translateX(15%);
}.ui-privacy-cover::after {
    z-index: 0;
    bottom: 0;
    content: "";
    opacity: 0.15;
    left: 0;
    width: 40vw;
    position: absolute;
    transform: translateY(15%) translateX(-15%);
    height: 40vh;
    background: linear-gradient(45deg, rgb(170,171,171,0.5) 0%, transparent 70%);
}.ui-privacy-cover .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    position: relative;
}.ui-privacy-cover h1 {
    font-size: calc(46px * 1.1);
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
}.ui-privacy-cover h1::after {
    left: 0;
    transform: scaleX(1);
    width: 4rem;
    bottom: -0.6rem;
    background: rgb(170,171,171);
    transition: transform 0.5s ease-out;
    position: absolute;
    content: "";
    height: 3px;
    transform-origin: left center;
}.ui-privacy-cover h1:hover {
    transform: translateX(5px);
}.ui-privacy-cover h1:hover::after {
    transform: scaleX(1.5);
}.ui-privacy-cover h2 {
    color: #000000;
    position: relative;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    font-size: 30px;
    font-weight: 600;
    border-left: 3px solid rgb(127,119,130);
    transform: translateX(0);
    transition: transform 0.3s ease;
    margin: 2.5rem 0 1rem;
}.ui-privacy-cover h2:hover {
    transform: translateX(5px);
}.ui-privacy-cover h3 {
    font-weight: 600;
    font-size: calc(30px * 0.85);
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    color: #000000;
    padding-bottom: 0.3rem;
    margin: 2rem 0 1rem;
}.ui-privacy-cover h4 {
    margin: 1.5rem 0 1rem;
    font-weight: 600;
    padding-left: 1rem;
    color: #000000;
    position: relative;
    font-size: calc(30px * 0.7);
}.ui-privacy-cover h4::before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    left: 0;
    position: absolute;
    background: rgb(127,119,130);
}.ui-privacy-cover p {
    opacity: 0.9;
    max-width: 90ch;
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    line-height: 1.7;
    font-size: 14px;
}.ui-privacy-cover p:hover {
    transform: translateY(-2px);
    opacity: 1;
}.ui-privacy-cover strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.ui-privacy-cover strong::after {
    background: rgb(170,171,171,0.5);
    bottom: -2px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.3);
    width: 100%;
    content: "";
    height: 1px;
    transition: transform 0.3s ease;
    left: 0;
}.ui-privacy-cover strong:hover::after {
    transform: scaleX(1);
}.ui-privacy-cover ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    position: relative;
}.ui-privacy-cover ul::before {
    background: linear-gradient(to bottom, rgb(127,119,130,0.5) 0%, transparent 100%);
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 2px;
}.ui-privacy-cover li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    padding: 0.5rem 0 0.5rem 1.5rem;
    color: #000000;
    position: relative;
    font-size: 14px;
    transition: transform 0.3s ease;
}.ui-privacy-cover li::before {
    transition: transform 0.3s ease, background 0.3s ease;
    content: "";
    background: rgb(127,119,130);
    left: 0;
    top: 1rem;
    border-radius: 10px;
    height: 6px;
    width: 6px;
    position: absolute;
}.ui-privacy-cover li:hover {
    transform: translateX(5px);
}.ui-privacy-cover li:hover::before {
    transform: scale(1.3);
    background: rgb(170,171,171);
}.ui-privacy-cover span {
    background: rgba(#ffffff, 0.5);
    color: #000000;
    border-left: 2px solid rgb(170,171,171,0.5);
    display: block;
    line-height: 1.7;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    padding: 1rem;
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.ui-privacy-cover span:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}

@media (min-width: 768px) {.ui-privacy-cover {
    padding: 6rem 3rem;
}.ui-privacy-cover .container {
    padding: 0 2rem;
}.ui-privacy-cover h1 {
    margin-bottom: 3rem;
    font-size: calc(46px * 1.3);
}.ui-privacy-cover h1::after {
    width: 6rem;
    height: 4px;
}.ui-privacy-cover h2 {
    margin: 3.5rem 0 1.5rem;
    padding-left: 1.2rem;
    font-size: calc(30px * 1.1);
}.ui-privacy-cover h3 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(30px * 0.9);
}.ui-privacy-cover h4 {
    margin: 2rem 0 1rem;
    padding-left: 1.2rem;
    font-size: calc(30px * 0.75);
}.ui-privacy-cover ul {
    padding-left: 2rem;
}.ui-privacy-cover li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.ui-privacy-cover span {
    margin-left: 1rem;
    padding: 1.5rem;
}
}

@media (min-width: 992px) {.ui-privacy-cover {
    padding: 8rem 4rem;
}.ui-privacy-cover::before {
    height: 40vh;
    width: 40vw;
}.ui-privacy-cover::after {
    height: 50vh;
    width: 50vw;
}.ui-privacy-cover h1 {
    transform: translateZ(0);
    font-size: calc(46px * 1.5);
    margin-bottom: 4rem;
}.ui-privacy-cover h1::after {
    width: 8rem;
}.ui-privacy-cover h2 {
    font-size: calc(30px * 1.2);
    border-left-width: 4px;
    margin: 4rem 0 2rem;
    padding-left: 1.5rem;
}.ui-privacy-cover p {
    margin-bottom: 2rem;
    line-height: 1.8;
}.ui-privacy-cover ul {
    margin: 2rem 0 2.5rem;
}.ui-privacy-cover li {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
}.ui-privacy-cover span {
    padding: 2rem;
    margin-left: 2rem;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.ui-privacy-cover {
    padding: 3rem 1.5rem;
}.ui-privacy-cover h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 1);
}.ui-privacy-cover h1::after {
    height: 2px;
    width: 3rem;
}.ui-privacy-cover h2 {
    font-size: 30px;
    border-left-width: 2px;
    padding-left: 0.8rem;
    margin: 2rem 0 1rem;
}.ui-privacy-cover h3, 
    .ui-privacy-cover h4 {
    margin: 1.5rem 0 0.8rem;
    font-size: calc(30px * 0.8);
}.ui-privacy-cover p {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.ui-privacy-cover ul {
    padding-left: 0.8rem;
    margin: 1rem 0 1.5rem;
}.ui-privacy-cover li {
    font-size: calc(14px * 0.95);
    padding: 0.4rem 0 0.4rem 1.2rem;
    margin-bottom: 0.4rem;
    line-height: 1.5;
}.ui-privacy-cover span {
    margin-bottom: 1.2rem;
    padding: 0.8rem;
    font-size: calc(14px * 0.95);
    margin-left: 0;
    line-height: 1.6;
}}.ui-join-now {
    padding: 130px 0;
    background: linear-gradient(135deg, rgb(127,119,130,0.5) 0%, rgb(199,197,187) 100%);
    position: relative;
    overflow: hidden;
}.ui-join-now::before {
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    top: 0;
    content: '';
    opacity: 0.03;
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, rgb(199,197,187) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(199,197,187) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(199,197,187) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(199,197,187) 75%);
    z-index: 1;
    background-size: 20px 20px;
}.ui-join-now .ui-study-learn {
    position: relative;
    z-index: 10;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.ui-join-now .container p {
    border-radius: 21px;
    transition: transform 0.5s ease;
    color: #000000;
    background: #ffffff;
    line-height: 1.4;
    margin: 0;
    padding: 50px;
    z-index: 5;
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    font-weight: 700;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    font-size: 32px;
}.ui-join-now .ui-message-reach {
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-radius: 21px;
    justify-content: center;
    background: rgb(170,171,171);
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    text-decoration: none;
    transition: all 0.5s ease;
    padding: 50px;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
}.ui-join-now .ui-message-reach::before {
    height: 200%;
    top: -50%;
    left: -50%;
    opacity: 0;
    width: 200%;
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, rgb(127,119,130) 0%, transparent 60%);
    position: absolute;
    content: '';
    z-index: -1;
}.ui-join-now .container p:hover,
.ui-join-now .ui-message-reach:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}.ui-join-now .ui-message-reach:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.ui-join-now .ui-message-reach:hover::before {
    opacity: 0.3;
    animation: pulse-bg 3s infinite;
}.ui-join-now::after {
    width: 300px;
    height: 300px;
    background: linear-gradient(
        45deg,
        rgb(170,171,171,0.5),
        rgb(127,119,130,0.5)
    );
    border-radius: 50%;
    content: '';
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    bottom: -50px;
    right: -50px;
    filter: blur(80px);
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.ui-join-now {
    padding: 90px 0;
}.ui-join-now .container p {
    font-size: calc(23px * 1.2);
    padding: 40px;
}.ui-join-now .ui-message-reach {
    padding: 40px;
}
}

@media (max-width: 767px) {.ui-join-now {
    padding: 70px 0;
}.ui-join-now .ui-study-learn {
    grid-template-columns: 1fr;
}.ui-join-now .container p {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 30px;
    font-size: 23px;
}.ui-join-now .ui-message-reach {
    padding: 25px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
}.ui-join-now .container p:hover,
    .ui-join-now .ui-message-reach:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}

@media (max-width: 480px) {.ui-join-now {
    padding: 50px 0;
}.ui-join-now .container p {
    font-size: calc(12px * 1.2);
    padding: 25px 20px;
}.ui-join-now .ui-message-reach {
    font-size: calc(18px * 0.9);
    padding: 20px;
}
}