﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.viewport-container-ui {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1191px;
}::-webkit-scrollbar {
    width: 2%;
    padding: 1px;
}::-webkit-scrollbar-track {
    border: 1px groove rgb(112,122,121);
    margin: 2px 0;
    background: rgb(148,160,160,0.5);
    border-radius: 13%;
}::-webkit-scrollbar-track:active {
    background: rgb(112,122,121);
}::-webkit-scrollbar-thumb {
    box-shadow: -5px -5px 11px 5px rgba(0, 0, 0, 0.6);
    background: rgb(185,197,197);
    transition: box-shadow, border-radius, transform 3.3s linear;
    border-radius: 17%;
    border: 3px solid #ffffff;
}

::-webkit-scrollbar-thumb:hover {
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    transform: translateY(1px);
    box-shadow: inset 2px -2px 14px 5px rgba(0, 0, 0, 0.5);
}* {
    scrollbar-color: rgb(148,160,160) rgb(112,122,121,0.5);
    scrollbar-width: auto;
}html,body {
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.main-page-ui {
    flex: 1 0 auto;
}.citation-ui {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.sign-up-for-updates-ui {
    position: relative;
    padding: 4rem 2rem;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(148,160,160,0.5), rgb(112,122,121) 120%);
}.sign-up-for-updates-ui::before {
    height: 100%;
    z-index: -1;
    content: "";
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    animation: lightSweep 8s ease-in-out infinite;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 40%, transparent 60%);
    pointer-events: none;
}.sign-up-for-updates-ui::after {
    content: "";
    bottom: -2px;
    z-index: 1;
    position: absolute;
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121), rgb(148,160,160));
    left: 0;
    width: 100%;
    animation: gradientShift 8s linear infinite;
    height: 6px;
    background-size: 200% 100%;
}.sign-up-for-updates-ui .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.sign-up-for-updates-ui .team-culture-ui {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem 2.5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    border-radius: 10px;
}.sign-up-for-updates-ui .team-culture-ui:hover {
    transform: perspective(1000px) rotateX(0);
}.sign-up-for-updates-ui h4 {
    padding-left: 1.5rem;
    font-size: 22px;
    margin: 0 0 1.5rem;
    max-width: 90%;
    font-weight: 600;
    transition: transform 0.3s ease;
    position: relative;
    line-height: 1.4;
    color: #000000;
}.sign-up-for-updates-ui h4::before {
    content: "";
    position: absolute;
    width: 4px;
    left: 0;
    animation: lineGrow 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: top;
    transform: scaleY(0);
    background: rgb(148,160,160);
    height: 80%;
    top: 10%;
}.sign-up-for-updates-ui .input_holder {
    margin-top: 1rem;
    gap: 1rem;
    transition: all 0.4s ease;
    display: flex;
    flex-wrap: wrap;
}.sign-up-for-updates-ui .input_holder span {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 1 auto;
    min-width: 180px;
    transform: translateY(0);
}.sign-up-for-updates-ui .input_holder span:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}.sign-up-for-updates-ui input[type="email"] {
    background: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.sign-up-for-updates-ui input[type="email"]:focus {
    border-color: rgb(148,160,160);
    outline: none;
    box-shadow: 0 0 0 3px rgb(148,160,160,0.5);
}.sign-up-for-updates-ui input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.sign-up-for-updates-ui input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.sign-up-for-updates-ui .email-wrap-ui {
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgb(148,160,160);
    width: 100%;
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 17px;
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: 0.5px;
    padding: 1rem 1.5rem;
    border: none;
}.sign-up-for-updates-ui .email-wrap-ui::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease;
    top: 0;
    content: "";
    left: -100%;
}.sign-up-for-updates-ui .email-wrap-ui:hover {
    background: rgb(112,122,121);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.sign-up-for-updates-ui .email-wrap-ui:hover::before {
    left: 100%;
    transition: all 0.8s ease;
}.sign-up-for-updates-ui .email-wrap-ui:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

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

@keyframes lightSweep {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@media screen and (min-width: 768px) {.sign-up-for-updates-ui {
    padding: 5rem 3rem;
}.sign-up-for-updates-ui .team-culture-ui {
    flex-direction: row;
    padding: 3.5rem 3rem;
    justify-content: space-between;
    align-items: center;
}.sign-up-for-updates-ui h4 {
    padding-right: 2rem;
    margin: 0;
    max-width: 50%;
}.sign-up-for-updates-ui .input_holder {
    margin-top: 0;
    flex: 1;
    max-width: 500px;
    justify-content: flex-end;
}
}

@media screen and (min-width: 992px) {.sign-up-for-updates-ui {
    padding: 6rem 4rem;
}.sign-up-for-updates-ui .team-culture-ui {
    padding: 4rem;
}.sign-up-for-updates-ui h4 {
    font-size: calc(22px * 1.1);
}.sign-up-for-updates-ui .input_holder {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.sign-up-for-updates-ui {
    padding: 3rem 1.5rem;
}.sign-up-for-updates-ui .team-culture-ui {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.sign-up-for-updates-ui h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 2rem;
}.sign-up-for-updates-ui .input_holder {
    gap: 0.8rem;
}.sign-up-for-updates-ui input[type="email"],
    .sign-up-for-updates-ui .email-wrap-ui {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion) {.sign-up-for-updates-ui::before,
    .sign-up-for-updates-ui::after,
    .sign-up-for-updates-ui h4::before,
    .sign-up-for-updates-ui .email-wrap-ui::before {
    animation: none;
}.sign-up-for-updates-ui .team-culture-ui,
    .sign-up-for-updates-ui .team-culture-ui:hover,
    .sign-up-for-updates-ui .input_holder span:hover,
    .sign-up-for-updates-ui .email-wrap-ui:hover {
    transition: none;
    transform: none;
}}footer {
    width: 100%;
    position: relative;
}.citation-ui {
    position: relative;
    padding: 70px 0 30px;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
}.citation-ui::before {
    width: 100%;
    top: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121));
}footer .syllabus-ref-ui {
    display: grid;
    gap: 60px;
}footer .contact-us-ui {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
}footer .info_item {
    position: relative;
    margin-bottom: 15px;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    margin-right: 10px;
    position: relative;
    fill: rgb(148,160,160);
    top: 3px;
    height: 18px;
    width: 18px;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    transition: color 0.2s ease;
    letter-spacing: 0.3px;
    color: #000000;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(148,160,160);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .main-pagewrap-ui {
    margin-bottom: 15px;
}footer .main-pagewrap-ui svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}footer .news-feed-ui {
    color: #000000;
    max-width: 350px;
    line-height: 1.6;
    font-size: 16px;
}footer .top-lead-ui h5 {
    position: relative;
    margin-bottom: 25px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}footer .top-lead-ui h5::after {
    height: 2px;
    content: "";
    bottom: -8px;
    position: absolute;
    left: 0;
    background-color: rgb(148,160,160);
    width: 30px;
}footer .head-prime-ui {
    margin-bottom: 30px;
}footer .head-prime-ui a {
    transition: transform 0.2s ease, color 0.2s ease;
    color: #000000;
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
    font-size: 16px;
}footer .head-prime-ui a:hover {
    color: rgb(148,160,160);
    transform: translateX(5px);
}footer .subscribe_holder {
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    gap: 10px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
    background-color: #ffffff;
    border-radius: 10px;
    color: #000000;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(148,160,160);
}footer .email-wrap-ui {
    color: #ffffff;
    font-weight: 600;
    background-color: rgb(148,160,160);
    cursor: pointer;
    padding: 14px 20px;
    transition: background-color 0.3s ease;
    font-size: 18px;
    text-align: center;
    border: none;
    border-radius: 10px;
}footer .email-wrap-ui:hover {
    background-color: rgb(112,122,121);
}footer .equity-pledge-ui {
    margin-top: 50px;
}footer .whatsapp-grp-ui {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .email-wrap-ui {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .citation-ui {
    padding: 50px 0 30px;
}footer .contact-us-ui {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .equity-pledge-ui {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .citation-ui {
    padding: 40px 0 20px;
}footer .syllabus-ref-ui {
    gap: 40px;
}footer .top-lead-ui h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.try-immediately-ui {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(185,197,197) 100%);
}.try-immediately-ui::before {
    z-index: 1;
    border-radius: 50%;
    border: 30px solid rgb(148,160,160,0.5);
    top: -150px;
    position: absolute;
    width: 300px;
    right: -150px;
    height: 300px;
    content: '';
    opacity: 0.1;
}.try-immediately-ui::after {
    border: 40px solid rgb(112,122,121,0.5);
    width: 400px;
    z-index: 1;
    height: 400px;
    position: absolute;
    content: '';
    border-radius: 50%;
    left: -200px;
    opacity: 0.1;
    bottom: -200px;
}.try-immediately-ui .team-culture-ui {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
}.try-immediately-ui .container {
    padding: 60px;
    z-index: 2;
    max-width: 900px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    margin: 0 auto;
    position: relative;
}.try-immediately-ui .container::before {
    height: 80px;
    right: 0;
    position: absolute;
    z-index: 1;
    content: '';
    background: rgb(148,160,160);
    top: 0;
    width: 80px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}.try-immediately-ui .container::after {
    height: 80px;
    position: absolute;
    background: rgb(112,122,121);
    z-index: 1;
    content: '';
    width: 80px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    bottom: 0;
    left: 0;
}.try-immediately-ui .container p {
    font-size: 34px;
    font-weight: 700;
    z-index: 5;
    position: relative;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 40px 0;
    color: #000000;
}.try-immediately-ui .message-feedback-ui {
    display: block;
    border: 2px solid rgb(148,160,160);
    text-decoration: none;
    position: relative;
    font-weight: 600;
    margin: 0 auto;
    height: 60px;
    width: 220px;
    font-size: 18px;
    background: transparent;
    z-index: 5;
    transition: all 0.4s ease;
    color: rgb(148,160,160);
    line-height: 60px;
    text-align: center;
}.try-immediately-ui .message-feedback-ui::before {
    background: rgb(148,160,160);
    transform: scaleX(0);
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    content: '';
    width: calc(100% + 4px);
    transition: transform 0.4s ease;
    transform-origin: left;
    position: absolute;
    z-index: -1;
}.try-immediately-ui .message-feedback-ui:hover {
    color: #ffffff;
}.try-immediately-ui .message-feedback-ui:hover::before {
    transform: scaleX(1);
}.try-immediately-ui .team-culture-ui::before {
    width: 94%;
    height: 94%;
    z-index: 1;
    content: '';
    top: 3%;
    border: 1px dashed rgb(148,160,160,0.5);
    left: 3%;
    position: absolute;
}.try-immediately-ui .team-culture-ui::after {
    width: 88%;
    content: '';
    position: absolute;
    z-index: 1;
    border: 1px dashed rgb(112,122,121,0.5);
    top: 6%;
    height: 88%;
    left: 6%;
}

@media (max-width: 991px) {.try-immediately-ui {
    padding: 110px 0;
}.try-immediately-ui .container {
    padding: 50px;
}.try-immediately-ui .container p {
    font-size: calc(23px * 1.2);
    margin-bottom: 35px;
}.try-immediately-ui .container::before,
    .try-immediately-ui .container::after {
    height: 70px;
    width: 70px;
}.try-immediately-ui .message-feedback-ui {
    height: 55px;
    width: 200px;
    line-height: 55px;
}
}

@media (max-width: 767px) {.try-immediately-ui {
    padding: 90px 0;
}.try-immediately-ui .container {
    padding: 40px;
}.try-immediately-ui .container p {
    font-size: 23px;
    margin-bottom: 30px;
}.try-immediately-ui .container::before,
    .try-immediately-ui .container::after {
    height: 60px;
    width: 60px;
}.try-immediately-ui .message-feedback-ui {
    height: 50px;
    width: 180px;
    line-height: 50px;
}
}

@media (max-width: 480px) {.try-immediately-ui {
    padding: 70px 0;
}.try-immediately-ui .container {
    padding: 30px;
}.try-immediately-ui .container p {
    margin-bottom: 25px;
    font-size: calc(18px * 1.2);
}.try-immediately-ui .container::before,
    .try-immediately-ui .container::after {
    height: 50px;
    width: 50px;
}.try-immediately-ui .message-feedback-ui {
    font-size: calc(18px * 0.9);
    width: 160px;
    height: 45px;
    line-height: 45px;
}}.about-this-ui {
    position: relative;
    background: linear-gradient(135deg, rgb(185,197,197) 0%, #ffffff 100%);
    padding: 100px 0;
    overflow: hidden;
}.about-this-ui::before {
    top: 0;
    left: 0;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(148,160,160,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(112,122,121,0.5) 0%, transparent 25%);
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
}.about-this-ui .container {
    z-index: 5;
    position: relative;
}.about-this-ui h2 {
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    font-size: 34px;
    padding-bottom: 20px;
    color: #000000;
}.about-this-ui h2::after {
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    content: "";
    background: rgb(148,160,160);
    left: 50%;
    height: 3px;
}.about-this-ui .skill-mastery-ui {
    margin-top: 60px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.about-this-ui .heritage-edu-ui {
    flex: 1 1 calc(50% - 20px);
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    margin: 0 10px;
    transition: all 0.3s ease;
    z-index: 2;
    background: #ffffff;
}.about-this-ui .heritage-edu-ui::before {
    left: 0;
    position: absolute;
    background: rgb(148,160,160);
    top: 0;
    content: "";
    height: 0;
    transition: all 0.5s ease;
    width: 5px;
}.about-this-ui .heritage-edu-ui:hover::before {
    height: 100%;
}.about-this-ui .heritage-edu-ui::after {
    height: 100%;
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    z-index: -1;
    top: 0;
    transition: transform 0.5s ease;
    background: rgb(185,197,197);
    content: "";
    left: 0;
    width: 100%;
}.about-this-ui .heritage-edu-ui:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.about-this-ui .heritage-edu-ui:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.about-this-ui .heritage-edu-ui h3 {
    color: #000000;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}.about-this-ui .heritage-edu-ui:hover h3 {
    transform: translateX(10px);
    color: rgb(148,160,160);
}.about-this-ui .heritage-edu-ui p {
    color: #000000;
    line-height: 1.8;
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    z-index: 2;
}.about-this-ui .heritage-edu-ui:hover p {
    transform: translateX(10px);
}.about-this-ui .heritage-edu-ui:first-child {
    border-top: 3px solid rgb(148,160,160);
}.about-this-ui .heritage-edu-ui:last-child {
    border-top: 3px solid rgb(112,122,121);
}.about-this-ui .container::before {
    border-radius: 10px;
    top: -10%;
    border: 2px solid rgb(148,160,160,0.5);
    content: "";
    opacity: 0.2;
    width: 20%;
    height: 20%;
    animation: rotate-element 20s linear infinite;
    left: -10%;
    position: absolute;
}.about-this-ui .container::after {
    position: absolute;
    border-radius: 10px;
    content: "";
    bottom: -5%;
    border: 2px solid rgb(112,122,121,0.5);
    animation: rotate-element 15s linear infinite reverse;
    width: 15%;
    height: 15%;
    opacity: 0.2;
    right: -5%;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about-this-ui .skill-mastery-ui::before {
    background: linear-gradient(to bottom, transparent, rgb(148,160,160,0.5), transparent);
    width: 1px;
    z-index: 1;
    top: 0;
    content: "";
    opacity: 0.5;
    position: absolute;
    left: 50%;
    bottom: 0;
}.about-this-ui .skill-mastery-ui::after {
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    opacity: 0.02;
    position: absolute;
    top: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    left: 0;
    width: 100%;
    z-index: 0;
    background-size: 20px 20px;
    height: 100%;
}

@media screen and (max-width: 992px) {.about-this-ui {
    padding: 80px 0;
}.about-this-ui .skill-mastery-ui {
    margin-top: 40px;
    flex-direction: column;
}.about-this-ui .heritage-edu-ui {
    margin: 10px 0;
    flex: 1 1 100%;
}.about-this-ui .skill-mastery-ui::before {
    display: none;
}.about-this-ui .container::before,
    .about-this-ui .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.about-this-ui {
    padding: 60px 0;
}.about-this-ui h2 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: calc(34px * 0.9);
}.about-this-ui h2::after {
    width: 60px;
}.about-this-ui .heritage-edu-ui {
    padding: 30px;
}.about-this-ui .heritage-edu-ui h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.about-this-ui {
    padding: 50px 0;
}.about-this-ui h2 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.8);
    padding-bottom: 12px;
}.about-this-ui h2::after {
    width: 50px;
    height: 2px;
}.about-this-ui .skill-mastery-ui {
    margin-top: 30px;
}.about-this-ui .heritage-edu-ui {
    padding: 25px;
}.about-this-ui .heritage-edu-ui h3 {
    font-size: calc(20px * 0.85);
    margin-bottom: 12px;
}.about-this-ui .heritage-edu-ui p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.about-this-ui .heritage-edu-ui:hover h3,
    .about-this-ui .heritage-edu-ui:hover p {
    transform: translateX(5px);
}}.program-assets-ui {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(185,197,197) 0%, rgb(148,160,160,0.5) 100%);
    padding: 100px 0;
    font-family: Arial, sans-serif;
}.program-assets-ui::before {
    animation: rotateBackground 30s infinite linear;
    position: absolute;
    left: -50%;
    content: "";
    top: -50%;
    opacity: 0.4;
    background: radial-gradient(
        ellipse at center,
        rgb(112,122,121,0.5) 0%,
        transparent 70%
    );
    height: 200%;
    width: 200%;
    z-index: 0;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.program-assets-ui::after {
    top: 0;
    z-index: 0;
    opacity: 0.2;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: 
        linear-gradient(135deg, transparent 0%, rgb(112,122,121,0.5) 100%),
        linear-gradient(45deg, rgb(148,160,160,0.5) 0%, transparent 60%);
}.program-assets-ui .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
}.program-assets-ui .team-culture-ui {
    gap: 50px;
    grid-template-columns: 1.2fr 1fr;
    position: relative;
    border-radius: 20px;
    display: grid;
    position: relative;
}.program-assets-ui .team-culture-ui::before {
    background: linear-gradient(
        -45deg,
        rgb(148,160,160) 0%,
        transparent 40%,
        transparent 60%,
        rgb(112,122,121) 100%
    );
    z-index: -1;
    inset: -2px;
    opacity: 0.6;
    animation: borderGlow 8s infinite alternate;
    border-radius: 22px;
    content: "";
    position: absolute;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
        filter: blur(3px);
    }
    100% {
        opacity: 0.6;
        filter: blur(1px);
    }
}

.program-assets-ui .team-culture-ui::after {
    border-radius: 20px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
    position: absolute;
    backdrop-filter: blur(15px);
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(245, 245, 250, 0.9) 100%
    );
    inset: 0;
    z-index: -1;
    content: "";
}.program-assets-ui .message-wrap-ui {
    display: flex;
    flex-direction: column;
    order: 1;
    justify-content: center;
    padding: 40px;
}.program-assets-ui .portrait-image-ui {
    width: 100%;
    order: 2;
    height: 100%;
    transform: scale(1.05) translateX(-5%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    position: relative;
    object-fit: cover;
    box-shadow: 
        20px 0 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 0 20px 20px 0;
}.program-assets-ui .portrait-image-ui:hover {
    transform: scale(1.08) translateX(-3%);
}.program-assets-ui h3 {
    font-size: 35px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    color: #000000;
    position: relative;
    font-weight: 700;
}.program-assets-ui h3::before {
    top: 50%;
    content: "";
    position: absolute;
    left: -40px;
    height: 2px;
    background: rgb(148,160,160);
    width: 30px;
    transform: translateY(-50%);
}.program-assets-ui h3::after {
    left: 0;
    background: linear-gradient(
        to right, 
        rgb(112,122,121) 0%, 
        rgb(148,160,160) 50%,
        transparent 100%
    );
    content: "";
    height: 3px;
    position: absolute;
    bottom: -10px;
    width: 80px;
    border-radius: 10px;
}.program-assets-ui ul {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0;
    gap: 15px;
    flex-direction: column;
}.program-assets-ui li {
    transition: all 0.4s ease;
    padding: 18px;
    border-radius: 12px;
    background: rgb(185,197,197);
    position: relative;
    overflow: hidden;
}.program-assets-ui li::before {
    content: "";
    height: 100%;
    width: 4px;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(148,160,160) 0%,
        rgb(112,122,121) 100%
    );
    transition: all 0.4s ease;
    top: 0;
    position: absolute;
    opacity: 0.7;
}.program-assets-ui li::after {
    content: "";
    z-index: -1;
    transition: all 0.4s ease;
    left: 0;
    top: 0;
    opacity: 0;
    background: linear-gradient(
        to right,
        rgb(148,160,160,0.5) 0%,
        transparent 30%
    );
    position: absolute;
    height: 100%;
    width: 100%;
}.program-assets-ui li:hover {
    background: linear-gradient(
        to right,
        rgb(185,197,197) 0%,
        #ffffff 100%
    );
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}.program-assets-ui li:hover::before {
    width: 6px;
}.program-assets-ui li:hover::after {
    opacity: 0.3;
}.program-assets-ui li p {
    font-size: 13px;
    gap: 15px;
    align-items: center;
    z-index: 2;
    display: flex;
    position: relative;
    margin: 0;
    color: #000000;
}.program-assets-ui svg {
    width: 24px;
    background: #ffffff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 4px;
    flex-shrink: 0;
    transition: all 0.5s ease;
    height: 24px;
    position: relative;
    border-radius: 50%;
}.program-assets-ui svg path {
    transition: all 0.5s ease;
    fill: rgb(148,160,160);
}.program-assets-ui li:hover svg {
    transform: scale(1.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}.program-assets-ui li:hover svg path {
    fill: rgb(112,122,121);
}

@media (max-width: 992px) {.program-assets-ui {
    padding: 80px 0;
}.program-assets-ui .team-culture-ui {
    gap: 30px;
}.program-assets-ui .message-wrap-ui {
    padding: 30px;
}
}

@media (max-width: 768px) {.program-assets-ui .team-culture-ui {
    grid-template-columns: 1fr;
    gap: 40px;
}.program-assets-ui .portrait-image-ui {
    order: 1;
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-height: 350px;
    transform: scale(1);
}.program-assets-ui .message-wrap-ui {
    padding: 30px;
    order: 2;
}.program-assets-ui h3::before {
    left: -30px;
    width: 20px;
}
}

@media (max-width: 576px) {.program-assets-ui {
    padding: 60px 0;
}.program-assets-ui .team-culture-ui {
    gap: 30px;
}.program-assets-ui .portrait-image-ui {
    max-height: 250px;
}.program-assets-ui .message-wrap-ui {
    padding: 25px 20px;
}.program-assets-ui h3 {
    margin-bottom: 25px;
    font-size: 20px;
}.program-assets-ui h3::before {
    display: none;
}.program-assets-ui li {
    padding: 15px;
}.program-assets-ui li p {
    font-size: 13px;
    gap: 12px;
}.program-assets-ui svg {
    width: 22px;
    height: 22px;
    padding: 3px;
}}.tariff-card-ui {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(185,197,197), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
    padding: 5rem 1rem;
}.tariff-card-ui::before {
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgb(148,160,160,0.5) 30%, transparent 70%);
    pointer-events: none;
    height: 100%;
    left: 0;
    opacity: 0.1;
    content: "";
    top: 0;
    z-index: 1;
    width: 100%;
}.tariff-card-ui .container {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.tariff-card-ui .monthly-rate-ui {
    flex-direction: column;
    display: flex;
    gap: 3rem;
}.tariff-card-ui .bundle-rate-ui {
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
    margin: 0 auto 2rem;
    order: -1;
    transform: translateY(20px);
    max-width: 800px;
    opacity: 0;
}.tariff-card-ui .bundle-rate-ui h2 {
    position: relative;
    margin-bottom: 1rem;
    font-size: 34px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
}.tariff-card-ui .bundle-rate-ui h2::after {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -10px;
    width: 80px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121));
}.tariff-card-ui .annual-plan-ui {
    font-size: 15px;
    line-height: 1.6;
    max-width: 90%;
    margin: 0 auto;
    color: #000000;
}.tariff-card-ui .skill-offers-ui {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 2rem;
}.tariff-card-ui .learning-fees-ui {
    transform: translateZ(0) scale(1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    color: #000000;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    display: block;
    position: relative;
    opacity: 0;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
}.tariff-card-ui .learning-fees-ui:nth-child(1) {
    animation-delay: 0.1s;
}.tariff-card-ui .learning-fees-ui:nth-child(2) {
    animation-delay: 0.2s;
}.tariff-card-ui .learning-fees-ui:nth-child(3) {
    animation-delay: 0.3s;
}.tariff-card-ui .learning-fees-ui:nth-child(4) {
    animation-delay: 0.4s;
}.tariff-card-ui .learning-fees-ui::before {
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121));
    transform: scaleX(0);
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    transform-origin: left;
    left: 0;
}.tariff-card-ui .learning-fees-ui:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.tariff-card-ui .learning-fees-ui:hover::before {
    transform: scaleX(1);
}.tariff-card-ui .study-rates-ui {
    display: flex;
    flex-direction: column;
    height: 100%;
}.tariff-card-ui .learn-packs-ui {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    padding: 2rem;
}.tariff-card-ui .learn-packs-ui h3 {
    position: relative;
    margin: 0 0 1rem;
    transition: color 0.3s ease;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
}.tariff-card-ui .learning-fees-ui:hover .learn-packs-ui h3 {
    color: rgb(148,160,160);
}.tariff-card-ui .package-deal-ui {
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    font-size: 2rem;
    display: inline-block;
    color: rgb(148,160,160);
}.tariff-card-ui .package-deal-ui::after {
    content: "";
    bottom: -8px;
    background-color: rgb(112,122,121);
    width: 40px;
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
}.tariff-card-ui .learning-fees-ui:hover .package-deal-ui {
    transform: translateY(-3px);
}.tariff-card-ui .learning-fees-ui:hover .package-deal-ui::after {
    width: 80px;
}.tariff-card-ui .learn-packs-ui p {
    flex-grow: 1;
    font-size: calc(15px - 2px);
    color: #000000;
    line-height: 1.6;
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}.tariff-card-ui .portrait-image-ui {
    width: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 200px;
    overflow: hidden;
}.tariff-card-ui .portrait-image-ui::after {
    transition: opacity 0.5s ease;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    position: absolute;
    content: "";
}.tariff-card-ui .learning-fees-ui:hover .portrait-image-ui {
    transform: scale(1.05);
}.tariff-card-ui .learning-fees-ui:hover .portrait-image-ui::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.tariff-card-ui {
    padding: 7rem 2rem;
}.tariff-card-ui .monthly-rate-ui {
    align-items: flex-start;
    flex-direction: row;
}.tariff-card-ui .bundle-rate-ui {
    flex-direction: column;
    justify-content: center;
    order: 0;
    text-align: left;
    display: flex;
    flex: 0 0 30%;
    margin: 0;
    padding-right: 2rem;
}.tariff-card-ui .bundle-rate-ui h2 {
    text-align: left;
}.tariff-card-ui .bundle-rate-ui h2::after {
    left: 0;
    transform: none;
}.tariff-card-ui .annual-plan-ui {
    margin: 0;
    max-width: 100%;
}.tariff-card-ui .skill-offers-ui {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}

@media (min-width: 992px) {.tariff-card-ui .skill-offers-ui {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.tariff-card-ui {
    padding: 8rem 2rem;
}.tariff-card-ui .bundle-rate-ui {
    flex: 0 0 25%;
}.tariff-card-ui .skill-offers-ui {
    flex: 0 0 75%;
}.tariff-card-ui .learn-packs-ui {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.tariff-card-ui .learning-fees-ui {
    margin: 0 auto;
    max-width: 400px;
}.tariff-card-ui .bundle-rate-ui h2 {
    font-size: calc(34px * 0.9);
}.tariff-card-ui .annual-plan-ui {
    font-size: calc(15px * 0.95);
}}header .nav-mentor-ui {
    overflow: hidden;
    background: rgb(185,197,197);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}header .nav-mentor-ui::before {
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.2;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(148,160,160,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(112,122,121,0.5) 0%, transparent 30%);
    width: 100%;
    left: 0;
    z-index: -1;
}header .nav-mentor-ui::after {
    width: 40%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 100%;
    opacity: 0.1;
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, transparent 25%, rgb(148,160,160,0.5) 100%);
    right: 0;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .header-sitebar-ui {
    gap: 3rem;
    grid-template-columns: auto 1fr;
    display: grid;
    align-items: center;
}header .main-pagewrap-ui {
    position: relative;
    z-index: 2;
}header .main-start-ui {
    display: block;
    position: relative;
    z-index: 2;
}header .main-start-ui::before,
header .main-start-ui::after {
    background: rgb(148,160,160,0.5);
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    z-index: -1;
    content: "";
    transition: all 0.5s ease;
}header .main-start-ui::before {
    height: 50px;
    width: 50px;
    top: -15px;
    left: -15px;
}header .main-start-ui::after {
    background: rgb(112,122,121,0.5);
    height: 25px;
    bottom: -5px;
    width: 25px;
    right: -10px;
}header .main-start-ui:hover::before,
header .main-start-ui:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .main-start-ui svg {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
}header .main-start-ui:hover svg {
    transform: rotate(-5deg);
}header .top-lead-ui {
    display: flex;
    margin: 0;
    background: linear-gradient(to right, transparent, #ffffff);
    flex-wrap: wrap;
    position: relative;
    border-radius: 0 12px 12px 0;
    list-style: none;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 10px 20px;
    justify-content: flex-end;
}header .top-lead-ui::after {
    position: absolute;
    width: 100%;
    animation: moveStripes 20s linear infinite;
    top: 0;
    background-size: 10px 10px;
    content: "";
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(148,160,160,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(148,160,160,0.5) 50%, rgb(148,160,160,0.5) 75%, transparent 75%, transparent);
    opacity: 0.05;
    z-index: -1;
    left: 0;
}header .top-pagebar-ui {
    margin: 5px 8px;
    position: relative;
    perspective: 800px;
}header .top-pagebar-ui::before {
    border-left: 5px solid rgb(148,160,160);
    width: 0;
    transform: translateY(-50%) scale(0);
    left: -10px;
    position: absolute;
    opacity: 0;
    content: "";
    border-top: 5px solid transparent;
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    height: 0;
    top: 50%;
}header .top-pagebar-ui:hover::before {
    transform: translateY(-50%) scale(1);
    left: -15px;
    opacity: 1;
}header .top-pagebar-ui a {
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    font-weight: 600;
    padding: 10px 18px;
    font-size: 16px;
    position: relative;
    color: #000000;
    background: transparent;
    font-family: Arial, sans-serif;
    transform-style: preserve-3d;
    display: block;
    text-decoration: none;
    overflow: hidden;
}header .top-pagebar-ui a::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    transform: translateZ(-1px);
    background: #ffffff;
}header .top-pagebar-ui a::after {
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    background: rgb(148,160,160);
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease;
}header .top-pagebar-ui a:hover {
    border-color: rgb(148,160,160,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: rgb(148,160,160);
    transform: translateZ(20px);
}header .top-pagebar-ui a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .header-sitebar-ui {
    justify-items: center;
    gap: 2rem;
    grid-template-columns: 1fr;
}header .top-lead-ui {
    justify-content: center;
    border-radius: 12px;
    width: 100%;
    clip-path: none;
    background: #ffffff;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .top-pagebar-ui {
    margin: 3px 5px;
}header .top-pagebar-ui a {
    padding: 8px 15px;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header .top-lead-ui {
    padding: 15px;
    align-items: center;
    flex-direction: column;
}header .top-pagebar-ui {
    width: 100%;
    margin: 3px 0;
}header .top-pagebar-ui a {
    width: 100%;
    text-align: center;
}header .top-pagebar-ui::before {
    display: none;
}header .main-start-ui svg {
    height: 40px;
}}.developer-experience-ui {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(185,197,197) 0%, rgb(112,122,121,0.5) 100%);
    overflow: hidden;
    position: relative;
}.developer-experience-ui::before {
    position: absolute;
    background-size: 20px 20px;
    background-image: 
    linear-gradient(45deg, rgb(112,122,121,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(112,122,121,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(112,122,121,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(112,122,121,0.5) 75%);
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    opacity: 0.05;
}.developer-experience-ui .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
}.developer-experience-ui .opinion-corner-ui {
    border-left: 4px solid rgb(148,160,160);
    overflow: hidden;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.05),
    0 20px 60px rgba(0,0,0,0.08);
    transform: rotateY(-5deg);
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 2rem;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2.5rem;
    background: #ffffff;
}.developer-experience-ui .opinion-corner-ui::after {
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgba(rgb(148,160,160), 0.02) 100%
  );
}.developer-experience-ui .opinion-corner-ui:hover {
    transform: rotateY(0deg) translateZ(10px);
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.08),
    0 25px 70px rgba(0,0,0,0.12);
}.developer-experience-ui .opinion-corner-ui > div:first-child {
    position: relative;
    animation: slide-in 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateX(-2rem);
    opacity: 0;
}.developer-experience-ui .portrait-image-ui {
    box-shadow: 
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 5px #ffffff,
    0 0 0 8px rgb(112,122,121,0.5);
    border-radius: 50%;
    animation: pulse 6s infinite alternate;
    width: 120px;
    height: 120px;
}.developer-experience-ui .opinion-corner-ui > div:nth-child(2) {
    transform: translateY(1rem);
    opacity: 0;
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}.developer-experience-ui .name {
    color: rgb(148,160,160);
    margin: 0 0 0.5rem;
    font-size: 23px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.developer-experience-ui .name::after {
    position: absolute;
    bottom: -8px;
    content: "";
    height: 2px;
    background: rgb(112,122,121);
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    left: 0;
}.developer-experience-ui .opinion-corner-ui:hover .name::after {
    width: 100%;
}.developer-experience-ui .opinion-corner-ui > div:nth-child(2) > div {
    position: relative;
    font-size: 0.95rem;
    font-weight: 600;
    color: #000000;
    opacity: 0.85;
}.developer-experience-ui .career-progress-ui {
    color: #000000;
    animation: slide-up 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    line-height: 1.8;
    position: relative;
    font-size: 13px;
    opacity: 0;
    transform: translateY(1rem);
}.developer-experience-ui .career-progress-ui::before {
    opacity: 0.3;
    left: -1rem;
    color: rgb(112,122,121,0.5);
    position: absolute;
    pointer-events: none;
    content: "";
    top: -2.5rem;
    font-size: 5rem;
}.developer-experience-ui .career-progress-ui::after {
    bottom: -4rem;
    color: rgb(112,122,121,0.5);
    right: -1rem;
    content: "";
    pointer-events: none;
    opacity: 0.3;
    position: absolute;
    font-size: 5rem;
}

@keyframes slide-in {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 
      0 5px 15px rgba(0,0,0,0.1),
      0 0 0 5px #ffffff,
      0 0 0 8px rgb(112,122,121,0.5);
  }
  50% {
    box-shadow: 
      0 8px 20px rgba(0,0,0,0.15),
      0 0 0 5px #ffffff,
      0 0 0 12px rgb(112,122,121,0.5);
  }
}

@media (min-width: 768px) {.developer-experience-ui {
    padding: 7rem 3rem;
}.developer-experience-ui .opinion-corner-ui {
    align-items: center;
    gap: 3rem;
    padding: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.developer-experience-ui .portrait-image-ui {
    width: 150px;
    height: 150px;
}.developer-experience-ui .name {
    margin-bottom: 0.75rem;
    font-size: calc(23px * 1.1);
}.developer-experience-ui .opinion-corner-ui > div:nth-child(2) > div {
    font-size: 1.05rem;
}.developer-experience-ui .career-progress-ui {
    padding-right: 2rem;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1200px) {.developer-experience-ui {
    padding: 8rem 4rem;
}.developer-experience-ui .opinion-corner-ui {
    border-left-width: 6px;
    gap: 4rem;
    padding: 4rem;
}.developer-experience-ui .portrait-image-ui {
    height: 180px;
    width: 180px;
}.developer-experience-ui .career-progress-ui {
    line-height: 1.9;
    font-size: calc(13px * 1.1);
}.developer-experience-ui .container::before {
    filter: blur(30px);
    border-radius: 50%;
    opacity: 0.6;
    top: -20px;
    background: linear-gradient(135deg, rgb(148,160,160,0.5) 0%, transparent 70%);
    right: -20px;
    z-index: -1;
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
}.developer-experience-ui .container::after {
    filter: blur(40px);
    left: 10%;
    background: linear-gradient(135deg, rgb(112,122,121,0.5) 0%, transparent 70%);
    width: 150px;
    opacity: 0.5;
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: -30px;
    position: absolute;
    content: "";
    height: 150px;
}}.ty-footer-ui {
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(148,160,160,0.5), rgb(112,122,121,0.5));
    position: relative;
    overflow: hidden;
}.ty-footer-ui::before {
    transform: rotate(-15deg) skew(15deg);
    height: 70%;
    background: #ffffff;
    content: "";
    opacity: 0.03;
    position: absolute;
    top: -10%;
    pointer-events: none;
    left: -5%;
    width: 50%;
}.ty-footer-ui::after {
    pointer-events: none;
    right: -5%;
    background: rgb(112,122,121);
    position: absolute;
    content: "";
    width: 40%;
    opacity: 0.05;
    transform: rotate(25deg) skew(-15deg);
    height: 80%;
    bottom: -10%;
}.ty-footer-ui .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.ty-footer-ui .team-culture-ui {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px 50px;
    flex-direction: column;
}.ty-footer-ui .team-culture-ui:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ty-footer-ui .team-culture-ui::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    position: absolute;
    width: 6px;
    transform: scaleY(0);
    top: 0;
    transform-origin: left center;
    left: 0;
    background: linear-gradient(to bottom, rgb(148,160,160), rgb(112,122,121));
    content: "";
}.ty-footer-ui .team-culture-ui:hover::before {
    transform: scaleY(1);
}.ty-footer-ui .team-culture-ui > div:first-child {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}.ty-footer-ui h5 {
    line-height: 1.4;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 22px;
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    margin: 0;
}.ty-footer-ui .team-culture-ui:hover h5 {
    transform: translateY(-5px);
}.ty-footer-ui h5::after {
    transform: scaleX(0.7);
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    left: 0;
    bottom: -8px;
    position: absolute;
    transform-origin: left center;
    height: 3px;
    background: linear-gradient(90deg, rgb(148,160,160), rgb(112,122,121));
}.ty-footer-ui .team-culture-ui:hover h5::after {
    transform: scaleX(1);
}.ty-footer-ui a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease;
    position: relative;
    overflow: hidden;
}.ty-footer-ui a:hover {
    transform: translateX(5px);
}.ty-footer-ui p {
    transition: color 0.3s ease;
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
}.ty-footer-ui a:hover p {
    color: rgb(148,160,160);
}.ty-footer-ui a::before {
    content: "";
    transform: skewX(-15deg);
    height: 100%;
    left: -100%;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, #ffffff, rgb(112,122,121,0.5), #ffffff);
    opacity: 0.3;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}.ty-footer-ui a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.ty-footer-ui {
    padding: 150px 0;
}.ty-footer-ui .team-culture-ui {
    max-width: 85%;
    padding: 80px 70px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
}.ty-footer-ui h5 {
    font-size: calc(22px * 1.15);
    line-height: 1.3;
}.ty-footer-ui p {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}.ty-footer-ui h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.ty-footer-ui .team-culture-ui {
    max-width: 75%;
}
}

@media (max-width: 991px) {.ty-footer-ui {
    padding: 100px 0;
}.ty-footer-ui .team-culture-ui {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.ty-footer-ui {
    padding: 80px 0;
}.ty-footer-ui .team-culture-ui {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.ty-footer-ui h5 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 575px) {.ty-footer-ui {
    padding: 60px 0;
}.ty-footer-ui .team-culture-ui {
    padding: 30px 20px;
    transform: none;
}.ty-footer-ui h5 {
    line-height: 1.5;
    font-size: calc(22px * 0.85);
}.ty-footer-ui p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.ty-footer-ui h5::after {
    height: 2px;
    width: 60px;
}}.cookieAgreementModal-ui {
    background: rgb(185,197,197);
    bottom: 0;
    width: 100%;
    z-index: 90;
    border-top: 2px solid rgb(148,160,160);
    position: fixed;
}.cookies-terms-ui {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.cookieAgreementModal-ui h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#userPrivacyDialog-ui {
    display: none;
}#userPrivacyDialog-ui:checked ~ .cookieAgreementModal-ui {
    opacity: 0;
    visibility: hidden;
}.cookieAgreementModal-ui p {
    font-size: 18px;
}.cookie-list-ui {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-list-ui svg, .cookie-list-ui svg path, .cookie-list-ui img {
    fill: rgb(148,160,160);
    width: 100px;
    height: 100px;
}.cookie-notice-ui {
    line-height: 35px;
    min-width: 120px;
    border-bottom: 2px solid rgb(148,160,160);
    flex-shrink: 0;
    text-align: center;
    text-decoration: none;
    margin-left: 10px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 24px;
    color: rgb(148,160,160);
}.cookieAgreementModal-ui p a {
    text-decoration: none;
    color: rgb(148,160,160);
}
@media only screen and (max-width: 1200px) {.cookieAgreementModal-ui {
    padding: 20px;
}}

.viewport-container-ui .cookieAgreementModal-ui {
    background: rgb(112,122,121);
    padding: 40px 0;
    box-shadow: rgb(112,122,121,0.5) 0px 0px 40px 39px;
    border: none;
}.viewport-container-ui .cookie-notice-ui {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
    background: rgb(148,160,160);
    border: none;
}.viewport-container-ui .cookie-alerts-ui h5, .viewport-container-ui .cookie-alerts-ui p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie-list-ui {
    display: none;
}.cookies-terms-ui {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieAgreementModal-ui h5 {
    text-align: center;
}.cookieAgreementModal-ui p {
    text-align: center;
}.cookie-alerts-ui {
    margin-bottom: 20px;
}body .viewport-container-ui .cookie-notice-ui {
    margin-bottom: 10px;
    margin-left: 0;
}}.connect-form-ui {
    padding: 100px 0;
    position: relative;
}.connect-form-ui::before {
    content: '';
    background: rgb(185,197,197);
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.85;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    left: 0;
    z-index: 1;
}.connect-form-ui::after {
    clip-path: polygon(0 65%, 100% 25%, 100% 100%, 0 100%);
    width: 100%;
    z-index: 1;
    background: rgb(148,160,160,0.5);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
}.connect-form-ui .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.connect-form-ui .reach-panel-ui {
    overflow: hidden;
    border-radius: 12px;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    display: flex;
}.connect-form-ui .query-list-ui {
    flex: 1;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform-origin: left center;
    border-radius: 12px 0 0 12px;
    padding: 60px 40px;
    transform: rotateY(10deg);
}.connect-form-ui .query-list-ui h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 36px;
    position: relative;
}.connect-form-ui .query-list-ui h3::before {
    width: 30px;
    top: -15px;
    background: rgb(148,160,160);
    position: absolute;
    height: 5px;
    content: '';
    left: 0;
}.connect-form-ui .query-list-ui div {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    display: flex;
    padding: 15px;
    transform: translateZ(0);
    background: #f5f7fa;
    align-items: center;
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.connect-form-ui .query-list-ui div:hover {
    transform: scale(1.05) translateZ(10px);
}.connect-form-ui .query-list-ui svg {
    height: 30px;
    border-radius: 50%;
    width: 30px;
    padding: 6px;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}.connect-form-ui .query-list-ui svg path {
    fill: rgb(148,160,160);
}.connect-form-ui .query-list-ui span {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
}.connect-form-ui .query-list-ui a {
    text-decoration: none;
    color: rgb(148,160,160);
    position: relative;
    font-weight: 600;
}.connect-form-ui .query-list-ui a::after {
    height: 1px;
    bottom: -2px;
    background: rgb(148,160,160);
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    left: 0;
}.connect-form-ui .query-list-ui a:hover::after {
    width: 100%;
}.connect-form-ui .query-card-ui {
    flex: 1.2;
    transform: rotateY(-5deg);
    border-radius: 0 12px 12px 0;
    background: rgb(185,197,197);
    transform-origin: right center;
    padding: 60px 40px;
}.connect-form-ui form {
    position: relative;
}.connect-form-ui form h3 {
    color: rgb(148,160,160);
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 2px;
}.connect-form-ui form input[type="text"],
.connect-form-ui form input[type="email"] {
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 25px;
    background: transparent;
    font-size: 18px;
    color: rgb(148,160,160);
    border-radius: 0;
    transition: all 0.3s ease;
    border: none;
}.connect-form-ui form input[type="text"]:focus,
.connect-form-ui form input[type="email"]:focus {
    border-bottom-color: rgb(148,160,160);
    outline: none;
    box-shadow: 0 5px 10px -5px rgb(148,160,160,0.5);
}.connect-form-ui form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}.connect-form-ui .inquiry-help-ui {
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
}.connect-form-ui .inquiry-help-ui input[type="checkbox"] {
    opacity: 0;
    appearance: none;
    position: absolute;
    width: 0;
    height: 0;
    -webkit-appearance: none;
}.connect-form-ui .inquiry-help-ui label {
    position: relative;
    font-size: 15px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    padding-left: 35px;
}.connect-form-ui .inquiry-help-ui label::before {
    width: 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
    height: 22px;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    background: transparent;
}.connect-form-ui .inquiry-help-ui input[type="checkbox"]:checked + label::before {
    background: rgb(148,160,160);
    border-color: rgb(148,160,160);
}.connect-form-ui .inquiry-help-ui input[type="checkbox"]:checked + label::after {
    border: solid rgb(148,160,160);
    position: absolute;
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 4px;
    content: '';
    left: 8px;
    transform: rotate(45deg);
    height: 12px;
}.connect-form-ui .inquiry-help-ui a {
    color: rgb(148,160,160);
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
}.connect-form-ui .inquiry-help-ui a:hover {
    color: rgb(112,122,121);
}.connect-form-ui .message-feedback-ui {
    padding: 18px 25px;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease;
    font-weight: 700;
    border: none;
    position: relative;
    background: rgb(148,160,160);
    overflow: hidden;
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
}.connect-form-ui .message-feedback-ui::before {
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    width: 0;
    content: '';
    height: 100%;
    left: 0;
    background: rgb(112,122,121);
    position: absolute;
    top: 0;
}.connect-form-ui .message-feedback-ui:hover::before {
    width: 100%;
}.connect-form-ui .message-feedback-ui:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {.connect-form-ui .reach-panel-ui {
    transform-style: flat;
}.connect-form-ui .query-list-ui,
    .connect-form-ui .query-card-ui {
    transform: none;
}
}

@media (max-width: 768px) {.connect-form-ui {
    padding: 80px 0;
}.connect-form-ui .reach-panel-ui {
    flex-direction: column;
}.connect-form-ui .query-list-ui,
    .connect-form-ui .query-card-ui {
    width: 100%;
    padding: 40px 30px;
    border-radius: 0;
}.connect-form-ui .query-list-ui {
    border-radius: 12px 12px 0 0;
}.connect-form-ui .query-card-ui {
    border-radius: 0 0 12px 12px;
}.connect-form-ui .query-list-ui h3,
    .connect-form-ui form h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.connect-form-ui {
    padding: 60px 0;
}.connect-form-ui::before,
    .connect-form-ui::after {
    opacity: 0.9;
    clip-path: none;
}.connect-form-ui::before {
    height: 60%;
}.connect-form-ui::after {
    top: 60%;
    height: 40%;
}.connect-form-ui .query-list-ui,
    .connect-form-ui .query-card-ui {
    padding: 30px 20px;
}.connect-form-ui .query-list-ui h3,
    .connect-form-ui form h3 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.8);
}.connect-form-ui .query-list-ui div {
    padding: 12px;
    margin-bottom: 20px;
}.connect-form-ui form input[type="text"],
    .connect-form-ui form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect-form-ui .inquiry-help-ui {
    margin: 25px 0;
}.connect-form-ui .message-feedback-ui {
    padding: 15px 20px;
}}.privacy-hold-ui {
    padding: 40px;
    overflow: hidden;
    height: auto;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(148,160,160);
    color: #ffffff;
    width: 100%;
    box-shadow: 0 0 15px rgb(148,160,160,0.5);
}.privacy-hold-ui h1 {
    padding-bottom: 10px;
    font-size: 46px;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(148,160,160,0.5);
    border-bottom: 2px solid rgb(148,160,160);
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(148,160,160);
    margin-top: 30px;
}.privacy-hold-ui h2 {
    color: rgb(112,122,121);
    font-size: 29px;
    border-bottom: 1px solid rgb(112,122,121);
    padding-bottom: 5px;
    text-shadow: 0 0 10px rgb(112,122,121,0.5);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}.privacy-hold-ui h3, .privacy-hold-ui h4, .privacy-hold-ui h5, .privacy-hold-ui h6 {
    margin-top: 20px;
    text-shadow: 0 0 5px rgb(148,160,160,0.5);
    margin-bottom: 10px;
    font-weight: 600;
    color: rgb(148,160,160);
    font-size: 20px;
}.privacy-hold-ui li {
    position: relative;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
}.privacy-hold-ui li::before {
    left: -15px;
    top: 0;
    content: "▸";
    color: rgb(148,160,160);
    position: absolute;
}.privacy-hold-ui section {
    box-shadow: 0 0 15px rgb(148,160,160,0.5);
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
}.privacy-hold-ui p, .privacy-hold-ui span, .privacy-hold-ui div {
    text-shadow: 0 0 5px rgb(148,160,160,0.5);
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy-hold-ui {
    padding: 20px 10px;
}.privacy-hold-ui h1 {
    font-size: calc(20px * 0.8);
}.privacy-hold-ui h2 {
    font-size: calc(20px * 0.8);
}.privacy-hold-ui h3, .privacy-hold-ui h4, .privacy-hold-ui h5, .privacy-hold-ui h6 {
    font-size: calc(20px * 0.8);
}.privacy-hold-ui p, .privacy-hold-ui span, .privacy-hold-ui div {
    font-size: calc(16px * 0.9);
}}.course-structure-ui {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(185,197,197) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.course-structure-ui::before {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(148,160,160,0.5) 0%, transparent 40%);
    height: 100%;
    z-index: 1;
    left: 0;
    pointer-events: none;
    width: 100%;
    top: 0;
}.course-structure-ui::after {
    bottom: -50px;
    height: 300px;
    content: "";
    width: 300px;
    pointer-events: none;
    transform: rotate(-15deg);
    right: -50px;
    border: 4px solid rgb(112,122,121,0.5);
    z-index: 0;
    position: absolute;
}.course-structure-ui .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.course-structure-ui .study-route-ui {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
    opacity: 0;
    gap: 40px;
    display: flex;
    flex-direction: column;
}.course-structure-ui .portrait-image-ui {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    height: 380px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    transform: translateX(-20px);
}.course-structure-ui .portrait-image-ui::before {
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 60%, rgb(148,160,160,0.5) 100%);
    content: "";
}.course-structure-ui .portrait-image-ui::after {
    content: "";
    width: 80px;
    transform: rotate(15deg);
    background: rgb(112,122,121);
    top: 20px;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -20px;
    height: 80px;
    animation: float 6s ease-in-out infinite;
    z-index: -1;
}.course-structure-ui .message-wrap-ui {
    background: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}.course-structure-ui .message-wrap-ui::before {
    background: linear-gradient(to bottom, rgb(148,160,160), rgb(112,122,121));
    transition: height 0.6s ease-out;
    content: "";
    width: 5px;
    left: 0;
    position: absolute;
    height: 0;
    top: 0;
}.course-structure-ui .message-wrap-ui:hover::before {
    height: 100%;
}.course-structure-ui h3 {
    margin-bottom: 25px;
    color: #000000;
    transform: translateX(0);
    padding-bottom: 15px;
    position: relative;
    transition: transform 0.4s ease-out;
    font-size: 31px;
    font-weight: 700;
}.course-structure-ui h3::after {
    left: 0;
    height: 3px;
    width: 80px;
    content: "";
    bottom: 0;
    background: rgb(148,160,160);
    position: absolute;
    transition: width 0.4s ease-out;
}.course-structure-ui .message-wrap-ui:hover h3 {
    transform: translateX(15px);
}.course-structure-ui .message-wrap-ui:hover h3::after {
    width: 120px;
}.course-structure-ui p.description {
    color: #000000;
    opacity: 1;
    line-height: 1.75;
    display: block;
    position: relative;
    font-size: 13px;
    margin-bottom: 20px;
}.course-structure-ui span.description {
    display: none;
}.course-structure-ui .study-route-ui:hover .portrait-image-ui {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
    transform: translateX(0) scale(1.02);
}

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

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

@media (min-width: 768px) {.course-structure-ui .study-route-ui {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.course-structure-ui .portrait-image-ui {
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
    flex: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 450px;
}.course-structure-ui .message-wrap-ui {
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
    flex: 1.2;
}.course-structure-ui .study-route-ui:hover .portrait-image-ui {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.course-structure-ui .study-route-ui:hover .message-wrap-ui {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.course-structure-ui {
    padding: 150px 0;
}.course-structure-ui .study-route-ui {
    gap: 80px;
}.course-structure-ui .portrait-image-ui {
    height: 520px;
}.course-structure-ui .message-wrap-ui {
    padding: 50px;
}.course-structure-ui h3 {
    font-size: calc(31px * 1.1);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.course-structure-ui {
    padding: 80px 0;
}.course-structure-ui h3 {
    font-size: calc(31px * 0.85);
}.course-structure-ui p.description {
    font-size: calc(13px * 0.95);
}.course-structure-ui .message-wrap-ui {
    padding: 25px 20px;
}
}

@media (hover: hover) {.course-structure-ui .message-wrap-ui:hover {
    transform: translateY(10px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
}}.welcome-section-ui {
    display: flex;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    perspective: 1000px;
    background-color: rgb(185,197,197);
    position: relative;
    align-items: center;
}.welcome-section-ui .portrait-image-ui {
    z-index: 1;
    transform: translateZ(-20px) scale(1.05);
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.welcome-section-ui .portrait-image-ui::after {
    content: '';
    top: 0;
    backdrop-filter: blur(3px);
    animation: gradientShift 15s infinite alternate ease-in-out;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgba(94,170,168,0.85), rgba(94,170,168,0.4), rgba(94,170,168,0.1));
    left: 0;
}.welcome-section-ui .team-culture-ui {
    max-width: 1200px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,255,255,0.85));
    width: 85%;
    padding: 3.5rem;
    box-shadow: 0 25px 50px -12px rgba(94,170,168,0.25), 
                0 15px 30px -5px rgba(94,170,168,0.2),
                0 0 0 1px rgba(94,170,168,0.1);
    z-index: 2;
    animation: slideInUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: translateY(0) rotateX(0deg);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
}.welcome-section-ui h1 {
    text-shadow: 2px 2px 0px rgba(94,170,168,0.1);
    font-size: calc(43px * 1.2);
    font-weight: 700;
    color: #000000;
    transform: translateZ(20px);
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
}.welcome-section-ui h1::after {
    background: linear-gradient(90deg, rgb(112,122,121), transparent);
    left: 0;
    height: 4px;
    animation: expandWidth 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    content: '';
    bottom: -12px;
    position: absolute;
    width: 25%;
    transform: translateZ(25px);
}.welcome-section-ui .message-wrap-ui {
    transform: translateZ(10px);
    display: grid;
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.welcome-section-ui .message-wrap-ui p {
    font-size: calc(14px * 1.15);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transform: translateZ(15px);
    margin-bottom: 2rem;
    font-weight: 400;
    position: relative;
    color: #000000;
    animation: fadeInText 1s ease-out 0.8s both;
}.welcome-section-ui .course-main-ui {
    transform: translateZ(30px) rotateY(-5deg);
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 220px;
    animation: floatSvg 6s ease-in-out infinite alternate;
}.welcome-section-ui .course-main-ui svg {
    filter: drop-shadow(0px 10px 15px rgba(94,170,168,0.3));
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    height: 100%;
    transform-origin: center;
}.welcome-section-ui .course-main-ui svg:hover {
    transform: scale(1.05);
}.welcome-section-ui .course-main-ui svg path {
    opacity: 0.9;
    fill: rgb(94,170,168);
    transition: fill 0.3s ease-out, opacity 0.3s ease-out;
}.welcome-section-ui .course-main-ui svg:hover path {
    fill: rgb(74,150,148);
    opacity: 1;
}.welcome-section-ui .course-main-ui svg text {
    fill: rgb(94,170,168);
    font-weight: 700;
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease-out;
}.welcome-section-ui .course-main-ui svg:hover text {
    fill: rgb(74,150,148);
}.welcome-section-ui h6 {
    transform: translateZ(20px);
    margin-top: 1.5rem;
}.welcome-section-ui .message-feedback-ui {
    text-decoration: none;
    box-shadow: 0 10px 20px -10px rgba(94,170,168,0.5),
                0 0 0 1px rgba(94,170,168,0.1),
                0 3px 3px rgba(94,170,168,0.1);
    padding: 1rem 2.5rem;
    transform: translateZ(25px);
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    font-family: Arial, sans-serif;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 600;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(94,170,168), rgb(74,150,148));
    font-size: 15px;
    overflow: hidden;
}.welcome-section-ui .message-feedback-ui::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
}.welcome-section-ui .message-feedback-ui:hover {
    box-shadow: 0 15px 25px -10px rgba(94,170,168,0.6),
                0 0 0 1px rgba(94,170,168,0.2),
                0 5px 10px rgba(94,170,168,0.2);
    transform: translateZ(25px) translateY(-5px);
}.welcome-section-ui .message-feedback-ui:hover::before {
    left: 100%;
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(60px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateZ(15px) translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(15px) translateX(0);
    }
}

@keyframes expandWidth {
    0% {
        width: 0;
    }
    100% {
        width: 25%;
    }
}

@keyframes floatSvg {
    0% {
        transform: translateZ(30px) rotateY(-5deg) translateY(0);
    }
    100% {
        transform: translateZ(30px) rotateY(-5deg) translateY(-10px);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.welcome-section-ui .team-culture-ui {
    width: 90%;
    padding: 3rem;
}.welcome-section-ui h1 {
    font-size: calc(43px * 1.1);
}
}

@media (max-width: 992px) {.welcome-section-ui .team-culture-ui {
    padding: 2.5rem;
}.welcome-section-ui h1 {
    font-size: 43px;
}.welcome-section-ui .message-wrap-ui {
    grid-template-columns: 1.5fr 1fr;
    gap: 1.5rem;
}.welcome-section-ui .message-wrap-ui p {
    font-size: 14px;
}
}

@media (max-width: 768px) {.welcome-section-ui {
    min-height: 90vh;
}.welcome-section-ui .team-culture-ui {
    width: 92%;
    padding: 2rem;
}.welcome-section-ui .message-wrap-ui {
    grid-template-columns: 1fr;
    gap: 1rem;
}.welcome-section-ui .course-main-ui {
    height: 180px;
    margin: 0 auto;
    max-width: 300px;
}.welcome-section-ui h1::after {
    width: 50%;
}
    
    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 50%;
        }
    }
}

@media (max-width: 576px) {.welcome-section-ui .team-culture-ui {
    width: 95%;
    padding: 1.5rem;
}.welcome-section-ui h1 {
    font-size: calc(43px * 0.9);
}.welcome-section-ui .message-wrap-ui p {
    font-size: calc(14px * 0.95);
    margin-bottom: 1.5rem;
}.welcome-section-ui .course-main-ui {
    height: 150px;
}.welcome-section-ui .message-feedback-ui {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 400px) {.welcome-section-ui .team-culture-ui {
    padding: 1.25rem;
}.welcome-section-ui h1 {
    font-size: calc(43px * 0.8);
}.welcome-section-ui .message-wrap-ui p {
    font-size: calc(14px * 0.9);
}.welcome-section-ui .course-main-ui {
    height: 120px;
}
}