* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.wrapper-containerdb {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    width: 1146px;
    margin: auto;
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}.footer_subscribedb {
    flex: 0 0 auto;
}.nav_learndb {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_hutchdb {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 0;
    background: rgb(217,227,231);
}.privacy_hutchdb::before {
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(rgb(110,110,180,0.5), 0.04) 0%,
        rgba(rgb(110,110,180,0.5), 0.01) 100%);
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
}.privacy_hutchdb::after {
    background: linear-gradient(160deg, 
        rgba(rgb(157,180,190,0.5), 0.03) 0%,
        rgba(rgb(110,110,180,0.5), 0.05) 50%,
        rgba(rgb(157,180,190,0.5), 0.02) 100%);
    z-index: 0;
    width: 80%;
    top: -50%;
    right: -20%;
    transform: rotate(-15deg);
    height: 200%;
    position: absolute;
    content: '';
}.privacy_hutchdb .container {
    background: rgba(rgb(255, 255, 255, 0.5), 0.98);
    z-index: 2;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: translateZ(0);
    border-left: 3px solid rgb(110,110,180);
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    padding: 0 2rem;
}.privacy_hutchdb h1 {
    color: #000000;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-size: 48px;
    font-weight: 700;
    transform: translateX(-0.5rem);
}.privacy_hutchdb h1::after {
    bottom: 0;
    height: 3px;
    content: '';
    width: 6rem;
    background: linear-gradient(90deg, 
        rgb(110,110,180) 0%,
        rgb(157,180,190) 100%);
    left: 0;
    position: absolute;
}.privacy_hutchdb h2 {
    display: inline-block;
    margin: 2.5rem 0 1rem;
    position: relative;
    font-size: 31px;
    font-weight: 600;
    color: #000000;
}.privacy_hutchdb h2::before {
    bottom: -5px;
    height: 1px;
    left: 0;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    transform: scaleX(0.3);
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(110,110,180) 0%,
        transparent 100%);
}.privacy_hutchdb h2:hover::before {
    transform: scaleX(1);
}.privacy_hutchdb h3 {
    font-size: calc(31px * 0.85);
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 2rem 0 1rem;
    padding-left: 1rem;
}.privacy_hutchdb h3::before {
    content: '';
    opacity: 0.7;
    position: absolute;
    width: 3px;
    height: 100%;
    background: rgb(110,110,180);
    top: 0;
    left: 0;
}.privacy_hutchdb h4 {
    margin: 1.5rem 0 0.8rem;
    font-weight: 600;
    position: relative;
    font-size: calc(31px * 0.7);
    color: #000000;
    display: inline-block;
}.privacy_hutchdb h4::after {
    position: absolute;
    bottom: -4px;
    width: 2rem;
    opacity: 0.5;
    height: 2px;
    background: rgb(110,110,180);
    left: 0;
    content: '';
}.privacy_hutchdb p {
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
    line-height: 1.7;
    font-size: 14px;
}.privacy_hutchdb p strong {
    padding-right: 0.5rem;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}.privacy_hutchdb span {
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 14px;
    border-left: 1px dashed rgba(rgb(110,110,180,0.5), 0.3);
    line-height: 1.7;
    padding-left: 1rem;
    color: #000000;
}.privacy_hutchdb ul {
    padding: 0.5rem 0 1rem 1.2rem;
    position: relative;
    list-style: none;
    margin: 1rem 0 2rem;
}.privacy_hutchdb ul::before {
    background: linear-gradient(to bottom,
        rgba(rgb(110,110,180,0.5), 0.1),
        rgba(rgb(110,110,180,0.5), 0.4),
        rgba(rgb(110,110,180,0.5), 0.1));
    content: '';
    height: 100%;
    position: absolute;
    width: 1px;
    top: 0;
    left: 0;
}.privacy_hutchdb li {
    padding: 0.7rem 0 0.7rem 1.5rem;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    color: #000000;
}.privacy_hutchdb li:hover {
    transform: translateX(5px);
}.privacy_hutchdb li::before {
    opacity: 0.7;
    left: 0;
    position: absolute;
    height: 8px;
    transform: rotate(45deg);
    background: rgb(110,110,180);
    top: 1.2rem;
    width: 8px;
    content: '';
}

@media (max-width: 992px) {.privacy_hutchdb {
    padding: 3rem 0;
}.privacy_hutchdb .container {
    padding: 2rem;
}.privacy_hutchdb h1 {
    font-size: calc(48px * 0.9);
}.privacy_hutchdb h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.privacy_hutchdb {
    padding: 2rem 0;
}.privacy_hutchdb .container {
    margin: 0 1rem;
    padding: 1.5rem;
}.privacy_hutchdb h1 {
    font-size: calc(48px * 0.8);
    padding-bottom: 0.8rem;
}.privacy_hutchdb h1::after {
    width: 5rem;
}.privacy_hutchdb h2 {
    margin: 2rem 0 0.8rem;
    font-size: calc(31px * 0.8);
}.privacy_hutchdb h3 {
    font-size: calc(31px * 0.7);
}.privacy_hutchdb h4 {
    font-size: calc(31px * 0.6);
}.privacy_hutchdb p, 
    .privacy_hutchdb span, 
    .privacy_hutchdb li {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.privacy_hutchdb {
    padding: 1.5rem 0;
}.privacy_hutchdb .container {
    padding: 1.2rem;
    margin: 0 0.8rem;
    border-left-width: 2px;
}.privacy_hutchdb h1 {
    font-size: calc(48px * 0.7);
}.privacy_hutchdb h2 {
    font-size: calc(31px * 0.7);
    margin: 1.8rem 0 0.7rem;
}.privacy_hutchdb h3 {
    padding-left: 0.8rem;
    font-size: calc(31px * 0.6);
}.privacy_hutchdb h4 {
    font-size: calc(31px * 0.5);
}.privacy_hutchdb p, 
    .privacy_hutchdb span, 
    .privacy_hutchdb li {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.privacy_hutchdb ul {
    padding-left: 0.8rem;
}.privacy_hutchdb li {
    padding: 0.6rem 0 0.6rem 1.2rem;
}.privacy_hutchdb li::before {
    height: 6px;
    width: 6px;
}}.thanks_iddb {
    background: linear-gradient(135deg, rgb(110,110,180,0.5), rgb(157,180,190,0.5) 70%);
    min-height: 60vh;
    align-items: center;
    position: relative;
    padding: 5rem 0;
    display: flex;
    perspective: 1000px;
    overflow: hidden;
}.thanks_iddb::before {
    width: 100%;
    position: absolute;
    opacity: 0.07;
    pointer-events: none;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(110,110,180,0.5) 0px,
        rgb(110,110,180,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
}.thanks_iddb::after {
    height: 200%;
    right: -20%;
    position: absolute;
    content: "";
    z-index: 0;
    transform: rotate(35deg);
    opacity: 0.15;
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(157,180,190,0.5) 0%,
        transparent 70%
    );
    width: 80%;
}.thanks_iddb .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}.thanks_iddb .knowledge_prodb {
    transform: rotateX(2deg) rotateY(1deg);
    padding: 3.5rem;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.9),
        rgba(255, 255, 255, 0.7)
    );
    position: relative;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 2px 5px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 3px;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
}.thanks_iddb .knowledge_prodb:hover {
    transform: rotateX(0deg) rotateY(0deg);
}.thanks_iddb .knowledge_prodb::before {
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(110,110,180,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(157,180,190,0.5) 100%
    );
    transform: translateZ(-10px);
    opacity: 0.05;
    pointer-events: none;
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
}.thanks_iddb .knowledge_prodb > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1.5rem;
}.thanks_iddb .knowledge_prodb > div:first-child::after {
    position: absolute;
    content: "";
    background: linear-gradient(
        to right,
        rgb(110,110,180),
        rgb(157,180,190,0.5)
    );
    bottom: 0;
    animation: lineExtend 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    transform-origin: left center;
    width: 40%;
    height: 3px;
}.thanks_iddb h5 {
    line-height: 1.4;
    color: #000000;
    font-size: clamp(1.5rem, 2.5vw, 20px);
    transform: translateY(15px);
    margin: 0;
    font-weight: 700;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
}.thanks_iddb p {
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.8;
    margin: 0;
    max-width: 95%;
    font-size: clamp(1rem, 1.2vw, 17px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    color: #000000;
}.thanks_iddb a {
    transform: scale(1);
    color: inherit;
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
    display: inline-block;
}.thanks_iddb a:hover {
    transform: scale(1.01);
}.thanks_iddb a::before {
    border-radius: 3px;
    top: -15px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    border: 1px solid rgb(110,110,180,0.5);
}.thanks_iddb a:hover::before {
    transform: scale(1.02);
    opacity: 0.5;
}.thanks_iddb a::after {
    position: absolute;
    bottom: -5px;
    background: linear-gradient(
        to right,
        rgb(110,110,180),
        rgb(157,180,190)
    );
    transform-origin: right;
    height: 1px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    transform: scaleX(0);
    width: 100%;
    left: 0;
}.thanks_iddb a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

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

@keyframes lineExtend {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes shimmerEffect {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(35deg) translateX(0);
    }
    50% {
        opacity: 0.25;
        transform: rotate(35deg) translateX(5%);
    }
}

@media (max-width: 991px) {.thanks_iddb {
    padding: 4rem 0;
}.thanks_iddb .knowledge_prodb {
    padding: 2.5rem;
    transform: rotateX(1deg) rotateY(0.5deg);
}.thanks_iddb h5 {
    line-height: 1.35;
}.thanks_iddb p {
    max-width: 100%;
}.thanks_iddb .knowledge_prodb > div:first-child::after {
    width: 60%;
}
}

@media (max-width: 767px) {.thanks_iddb {
    min-height: auto;
    padding: 3rem 0;
}.thanks_iddb .knowledge_prodb {
    padding: 2rem;
    transform: none;
}.thanks_iddb .knowledge_prodb > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}.thanks_iddb .knowledge_prodb > div:first-child::after {
    width: 80%;
}.thanks_iddb p {
    line-height: 1.6;
}.thanks_iddb::after {
    right: -50%;
    top: -30%;
    width: 100%;
}
}

@media (max-width: 480px) {.thanks_iddb {
    padding: 2.5rem 0;
}.thanks_iddb .knowledge_prodb {
    padding: 1.5rem;
}.thanks_iddb h5 {
    font-size: 1.3rem;
}.thanks_iddb p {
    font-size: 0.95rem;
}.thanks_iddb .knowledge_prodb > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.thanks_iddb a::before {
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
    top: -10px;
}}.contactdbk4V {
    position: relative;
    isolation: isolate;
    padding: 80px 0;
}.contactdbk4V::before {
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
}.contactdbk4V .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}.contactdbk4V .message_reachdb {
    border-radius: 24px;
    grid-template-columns: 1fr 1.5fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    display: grid;
    overflow: hidden;
}.contactdbk4V .support_widgetdb {
    position: relative;
    padding: 50px 40px;
    background: rgb(157,180,190);
}.contactdbk4V .support_widgetdb::after {
    position: absolute;
    height: 100%;
    width: 25px;
    right: 0;
    content: '';
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    top: 0;
}.contactdbk4V .support_widgetdb h3 {
    font-weight: 700;
    border-bottom: 2px solid rgb(110,110,180);
    font-size: 33px;
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 35px;
}.contactdbk4V .support_widgetdb div {
    margin-bottom: 25px;
    display: flex;
    padding: 10px 0;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contactdbk4V .support_widgetdb div:last-of-type {
    border-bottom: none;
}.contactdbk4V .support_widgetdb div svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
}.contactdbk4V .support_widgetdb div svg path {
    fill: rgb(110,110,180);
}.contactdbk4V .support_widgetdb div span {
    font-size: 17px;
    color: #ffffff;
}.contactdbk4V .support_widgetdb div span a {
    transition: color 0.3s;
    text-decoration: none;
    color: #ffffff;
}.contactdbk4V .support_widgetdb div span a:hover {
    color: rgb(110,110,180);
}.contactdbk4V .inquiry_feedbackdb {
    padding: 50px 40px;
    background-color: rgb(217,227,231);
}.contactdbk4V .inquiry_feedbackdb h3 {
    font-weight: 600;
    margin-bottom: 30px;
    color: rgb(157,180,190);
    position: relative;
    font-size: 18px;
}.contactdbk4V form {
    display: flex;
    flex-direction: column;
}.contactdbk4V form input[type="text"],
.contactdbk4V form input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
    font-size: 17px;
    background: #ffffff;
    transition: border-color 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    color: #000000;
}.contactdbk4V form input[type="text"]:focus,
.contactdbk4V form input[type="email"]:focus {
    border-color: rgb(157,180,190);
    outline: none;
    box-shadow: 0 0 0 2px rgba(rgb(157,180,190), 0.1);
}.contactdbk4V form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contactdbk4V .feedback_reachdb {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contactdbk4V .feedback_reachdb input[type="checkbox"] {
    margin-top: 4px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    appearance: none;
    height: 18px;
    border: 2px solid rgb(157,180,190);
    width: 18px;
    border-radius: 3px;
}.contactdbk4V .feedback_reachdb input[type="checkbox"]:checked {
    background-color: rgb(157,180,190);
}.contactdbk4V .feedback_reachdb input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    top: 1px;
    border-width: 0 2px 2px 0;
    height: 10px;
    content: "";
    width: 5px;
    left: 5px;
    position: absolute;
}.contactdbk4V .feedback_reachdb label {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}.contactdbk4V .feedback_reachdb label a {
    font-weight: 600;
    color: rgb(157,180,190);
    text-decoration: none;
}.contactdbk4V .feedback_reachdb label a:hover {
    text-decoration: underline;
}.contactdbk4V form .connect_griddb {
    border-radius: 10px;
    border: none;
    padding: 15px 25px;
    transition: background-color 0.3s, transform 0.3s;
    cursor: pointer;
    color: #ffffff;
    align-self: flex-start;
    font-weight: 600;
    font-size: 19px;
    background-color: rgb(157,180,190);
}.contactdbk4V form .connect_griddb:hover {
    background-color: rgb(110,110,180);
    transform: translateY(-3px);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contactdbk4V .support_widgetdb h3 {
    animation: reveal 0.6s ease forwards;
}.contactdbk4V .support_widgetdb div {
    opacity: 0;
    animation: reveal 0.6s ease forwards;
}.contactdbk4V .support_widgetdb div:nth-child(2) {
    animation-delay: 0.2s;
}.contactdbk4V .support_widgetdb div:nth-child(3) {
    animation-delay: 0.4s;
}.contactdbk4V .support_widgetdb div:nth-child(4) {
    animation-delay: 0.6s;
}.contactdbk4V .support_widgetdb div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.contactdbk4V .message_reachdb {
    grid-template-columns: 1fr;
}.contactdbk4V .support_widgetdb {
    padding: 40px 30px;
}.contactdbk4V .inquiry_feedbackdb {
    padding: 40px 30px;
}.contactdbk4V .support_widgetdb::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.contactdbk4V {
    padding: 50px 0;
}.contactdbk4V .support_widgetdb,
    .contactdbk4V .inquiry_feedbackdb {
    padding: 30px 20px;
}.contactdbk4V .support_widgetdb h3 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.contactdbk4V form input[type="text"],
    .contactdbk4V form input[type="email"] {
    padding: 12px;
}.contactdbk4V form .connect_griddb {
    padding: 12px;
    width: 100%;
}}.course_candidatesdb {
    position: relative;
    background-color: rgb(217,227,231);
    overflow: hidden;
    padding: 6rem 0;
    z-index: 1;
}.course_candidatesdb::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}.course_candidatesdb::after {
    height: 100%;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(157,180,190,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(110,110,180,0.5), 0.1) 0%, transparent 40%);
    position: absolute;
    left: 0;
    width: 100%;
    animation: cloudMove 25s infinite alternate ease-in-out;
    content: "";
    top: 0;
    z-index: -1;
}.course_candidatesdb .knowledge_prodb {
    padding: 0 2rem;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}.course_candidatesdb h3 {
    color: rgb(157,180,190);
    text-align: center;
    font-weight: 600;
    font-size: 39px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 4rem;
    opacity: 0.9;
}.course_candidatesdb h3::after {
    width: 50px;
    opacity: 0.6;
    bottom: -15px;
    left: 50%;
    position: absolute;
    content: "";
    background: rgb(157,180,190);
    height: 2px;
    transform: translateX(-50%);
}.course_candidatesdb ul {
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    gap: 2rem;
    margin: 0;
    width: 100%;
}.course_candidatesdb li {
    padding: 2rem;
    border: 1px solid rgba(#ffffff, 0.1);
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    background: rgba(#ffffff, 0.08);
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
}.course_candidatesdb li::before {
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
}.course_candidatesdb li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    border-color: rgba(rgb(157,180,190,0.5), 0.2);
    transform: translateY(-10px);
}.course_candidatesdb li:hover::after {
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(157,180,190) 0%,
        rgb(110,110,180) 100%
    );
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    position: absolute;
}.course_candidatesdb li svg {
    transition: all 0.5s ease;
    height: 50px;
    width: 50px;
    fill: rgb(110,110,180);
    margin-bottom: 1.5rem;
    opacity: 0.9;
}.course_candidatesdb li svg path {
    fill: rgb(110,110,180);
    transition: fill 0.5s ease;
}.course_candidatesdb li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}.course_candidatesdb li:hover svg path {
    fill: rgb(157,180,190);
}.course_candidatesdb li {
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.course_candidatesdb ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.course_candidatesdb {
    padding: 5rem 0;
}.course_candidatesdb h3 {
    margin-bottom: 3.5rem;
    font-size: calc(39px * 0.9);
}
}

@media (max-width: 768px) {.course_candidatesdb {
    padding: 4rem 0;
}.course_candidatesdb .knowledge_prodb {
    padding: 0 1.5rem;
}.course_candidatesdb h3 {
    font-size: calc(39px * 0.8);
    margin-bottom: 3rem;
}.course_candidatesdb ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_candidatesdb li {
    padding: 1.5rem;
}.course_candidatesdb li svg {
    margin-bottom: 1.2rem;
    height: 45px;
    width: 45px;
}
}

@media (max-width: 480px) {.course_candidatesdb {
    padding: 3rem 0;
}.course_candidatesdb .knowledge_prodb {
    padding: 0 1rem;
}.course_candidatesdb h3 {
    font-size: calc(39px * 0.7);
    margin-bottom: 2.5rem;
}.course_candidatesdb li {
    padding: 1.25rem;
}.course_candidatesdb li svg {
    width: 40px;
    margin-bottom: 1rem;
    height: 40px;
}}.program_informationdb {
    min-height: 100vh;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: 1fr;
    background-color: rgb(217,227,231);
}.program_informationdb .learn_pathdb {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    grid-column: 4 / span 8;
    grid-row: 1;
    position: relative;
    height: 100%;
    z-index: 1;
}.program_informationdb .learn_pathdb::before {
    content: "";
    background: linear-gradient(90deg, rgb(110,110,180,0.5), transparent);
    left: 0;
    position: absolute;
    z-index: 2;
    height: 100%;
    pointer-events: none;
    width: 30%;
    top: 0;
}.program_informationdb .program_trackdb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}.program_informationdb .tech_trainingdb {
    position: relative;
    width: 100%;
    perspective: 1000px;
    height: 100%;
}.program_informationdb .learn_skillsdb {
    width: 100%;
    transition: opacity 0.8s, transform 0.8s;
    position: absolute;
    opacity: 0;
    height: 100%;
    transform: translateZ(-50px);
    left: 0;
    top: 0;
    z-index: 1;
}.program_informationdb .learn_skillsdb:nth-child(1) {
    animation: slide-cube 25s infinite 0s;
}.program_informationdb .learn_skillsdb:nth-child(2) {
    animation: slide-cube 25s infinite -5s;
}.program_informationdb .learn_skillsdb:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}.program_informationdb .learn_skillsdb:nth-child(4) {
    animation: slide-cube 25s infinite -15s;
}.program_informationdb .learn_skillsdb:nth-child(5) {
    animation: slide-cube 25s infinite -20s;
}.program_informationdb .learn_skillsdb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}.program_informationdb .program_trackdb:hover .learn_skillsdb {
    animation-play-state: paused;
}.program_informationdb .container {
    grid-row: 1;
    padding: 0 0 0 4rem;
    position: relative;
    z-index: 2;
    grid-column: 1 / span 7;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}.program_informationdb .knowledge_prodb {
    width: 100%;
    margin-left: 0;
    position: relative;
    max-width: 550px;
    margin-right: auto;
}.program_informationdb .master_itdb {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    padding: 2rem;
    position: relative;
}.program_informationdb .master_itdb h3 {
    font-size: 43px;
    font-weight: 700;
    position: relative;
    transform: translateY(30px);
    margin-bottom: 1.5rem;
    line-height: 1.1;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    animation: slide-up 0.7s ease-out forwards;
    opacity: 0;
}.program_informationdb .master_itdb::before {
    height: 80px;
    top: -40px;
    opacity: 0;
    border-left: 3px solid rgb(157,180,190);
    animation: fade-in 0.5s 0.9s ease-out forwards;
    content: "";
    left: -40px;
    border-top: 3px solid rgb(157,180,190);
    position: absolute;
    width: 80px;
}.program_informationdb .master_itdb::after {
    width: 80px;
    bottom: -40px;
    height: 80px;
    border-bottom: 3px solid rgb(157,180,190);
    right: -40px;
    content: "";
    position: absolute;
    border-right: 3px solid rgb(157,180,190);
    animation: fade-in 0.5s 0.9s ease-out forwards;
    opacity: 0;
}.program_informationdb .master_itdb p {
    line-height: 1.8;
    transform: translateY(30px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: slide-up 0.7s 0.4s ease-out forwards;
    font-size: 12px;
    color: #ffffff;
}.program_informationdb .connect_griddb {
    background: rgb(157,180,190);
    letter-spacing: 1px;
    animation: slide-up 0.7s 0.6s ease-out forwards;
    transform: translateY(30px);
    display: inline-block;
    transition: all 0.3s;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-size: 15px;
    opacity: 0;
}.program_informationdb .connect_griddb:hover {
    background: transparent;
    box-shadow: 0 0 30px rgba(rgb(157,180,190), 0.5);
    transform: scale(1.05);
}.program_informationdb .connect_griddb::before {
    content: "";
    left: 0;
    background: rgb(157,180,190);
    position: absolute;
    transform-origin: bottom right;
    top: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.5s;
    transform: scale(1);
    z-index: -1;
}.program_informationdb .connect_griddb:hover::before {
    transform: scale(0);
    transition: transform 0.5s;
}@keyframes slide-cube {
    0%, 20%, 100% {
        opacity: 0;
        transform: translateZ(-50px) rotateY(-5deg);
    }
    4%, 16% {
        opacity: 1;
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.program_informationdb::before {
    background: linear-gradient(to right,
        rgb(110,110,180,0.5) 0%,
        rgb(110,110,180,0.5) 40%,
        transparent 70%);
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    content: "";
    left: 0;
}.program_informationdb::after {
    background: radial-gradient(
        circle at 30% 50%,
        rgb(157,180,190,0.5) 0%,
        transparent 50%
    );
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    z-index: 0;
    position: absolute;
    opacity: 0.5;
    pointer-events: none;
    height: 100%;
}

@media screen and (max-width: 1400px) {.program_informationdb .knowledge_prodb {
    margin-right: 1rem;
}
}

@media screen and (max-width: 1200px) {.program_informationdb {
    grid-template-columns: repeat(10, 1fr);
}.program_informationdb .learn_pathdb {
    grid-column: 6 / span 5;
}.program_informationdb .container {
    padding: 0 0 0 3rem;
    grid-column: 1 / span 6;
}.program_informationdb .knowledge_prodb {
    max-width: 100%;
}.program_informationdb::before {
    background: linear-gradient(to right,
            rgb(110,110,180,0.5) 0%,
            rgb(110,110,180,0.5) 30%,
            transparent 60%);
}
}

@media screen and (max-width: 992px) {.program_informationdb {
    flex-direction: column;
    display: flex;
    padding: 0;
    min-height: auto;
}.program_informationdb .learn_pathdb {
    width: 100%;
    order: 1;
    clip-path: none;
    height: 50vh;
}.program_informationdb .learn_pathdb::before {
    display: none;
}.program_informationdb .container {
    padding: 4rem 3rem;
    order: 2;
    width: 100%;
}.program_informationdb .knowledge_prodb {
    margin: 0;
    max-width: 600px;
}.program_informationdb .master_itdb {
    background: rgba(0, 0, 0, 0.7);
}.program_informationdb::before {
    background: rgb(110,110,180,0.5);
    opacity: 0.95;
}.program_informationdb::after {
    background: none;
}.program_informationdb .learn_skillsdb {
    animation-duration: 20s;
}
}

@media screen and (max-width: 768px) {.program_informationdb .learn_pathdb {
    height: 40vh;
}.program_informationdb .container {
    padding: 3rem 2rem;
}.program_informationdb .master_itdb h3 {
    font-size: calc(43px * 0.8);
}.program_informationdb .master_itdb::before,
    .program_informationdb .master_itdb::after {
    height: 60px;
    width: 60px;
}
}

@media screen and (max-width: 576px) {.program_informationdb .learn_pathdb {
    height: 35vh;
}.program_informationdb .container {
    padding: 2.5rem 1.5rem;
}.program_informationdb .master_itdb h3 {
    font-size: calc(37px * 1.1);
}.program_informationdb .master_itdb::before,
    .program_informationdb .master_itdb::after {
    bottom: -20px;
    height: 40px;
    right: -20px;
    width: 40px;
    left: -20px;
    top: -20px;
}.program_informationdb .connect_griddb {
    text-align: center;
    width: 100%;
}}footer {
    width: 100%;
    position: relative;
}footer .footer_subscribedb {
    padding: 80px 0 30px;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(157,180,190) 100%);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}footer .footer_subscribedb::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    opacity: 0.05;
    z-index: -1;
}footer .footer_subscribedb::after {
    animation: glowBorder 3s infinite linear;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(157,180,190) 0%, 
        rgb(110,110,180) 50%, 
        rgb(157,180,190) 100%);
    height: 3px;
    content: '';
    position: absolute;
    width: 100%;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .footer_subscribedb .container {
    z-index: 2;
    position: relative;
}footer .skill_linksdb {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .edu_querydb {
    margin-bottom: 30px;
    gap: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    flex-wrap: wrap;
}footer .edu_querydb::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(110,110,180,0.5) 50%, 
        transparent 100%);
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
}footer .info_item {
    margin-bottom: 15px;
    transform: translateY(0);
    border-radius: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    min-width: 200px;
    background: rgba(255, 255, 255, 0.03);
    flex: 1;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    transition: color 0.3s ease;
    gap: 10px;
    display: flex;
    font-weight: 400;
    align-items: center;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
}footer .info_item svg {
    flex-shrink: 0;
    width: 20px;
    transition: transform 0.3s ease;
    fill: rgb(110,110,180);
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(110,110,180);
}footer .text_main_holder {
    gap: 40px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}footer .nav_wrapdb {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}footer .nav_wrapdb svg {
    height: auto;
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(157,180,190,0.5));
}footer .exam_prepdb {
    opacity: 0.7;
    line-height: 1.5;
    color: #ffffff;
    max-width: 300px;
    font-weight: 300;
    font-size: 14px;
}footer .main_classdb {
    flex-direction: column;
    display: flex;
    gap: 20px;
}footer .main_classdb h5 {
    font-size: 23px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
    color: #ffffff;
}footer .main_classdb h5::after {
    background: rgb(110,110,180);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-radius: 10px;
    height: 3px;
    content: '';
}footer .nav_learningdb {
    gap: 15px;
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
}footer .nav_learningdb a {
    padding-left: 15px;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    opacity: 0.8;
    color: #ffffff;
    transition: all 0.3s ease;
}footer .nav_learningdb a::before {
    content: '';
    width: 6px;
    opacity: 0.7;
    height: 6px;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: rgb(110,110,180);
    transition: all 0.3s ease;
    border-radius: 50%;
}footer .nav_learningdb a:hover {
    color: rgb(110,110,180);
    transform: translateX(5px);
    opacity: 1;
}footer .nav_learningdb a:hover::before {
    box-shadow: 0 0 10px rgb(110,110,180);
    width: 8px;
    height: 8px;
    opacity: 1;
}footer .subscribe_holder {
    background: rgba(0, 0, 0, 0.2);
    flex-direction: column;
    transition: all 0.5s ease;
    padding: 25px;
    transform: perspective(1000px) rotateY(-5deg);
    display: flex;
    gap: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 23px;
}footer .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 20px;
}footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    width: 100%;
    outline: none;
    font-size: 15px;
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(110,110,180);
    box-shadow: 0 0 15px rgb(110,110,180,0.5);
}footer .email_ctadb {
    padding: 12px 24px;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(110,110,180) 0%, rgb(157,180,190) 100%);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    overflow: hidden;
}footer .email_ctadb::before {
    transition: 0.6s;
    position: absolute;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    top: 0;
    width: 100%;
    content: '';
}footer .email_ctadb:hover::before {
    left: 100%;
}footer .email_ctadb:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .award_showdb {
    text-align: center;
    padding-top: 30px;
    position: relative;
}footer .award_showdb::before {
    top: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(110,110,180,0.5) 50%, 
        transparent 100%);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
}footer .credit_infodb {
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.7;
}

@media (max-width: 992px) {footer .footer_subscribedb {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .edu_querydb {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .footer_subscribedb {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .main_classdb {
    gap: 15px;
}footer .edu_querydb {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .email_ctadb {
    width: 100%;
}
}

@media (max-width: 576px) {footer .footer_subscribedb {
    padding: 40px 0 30px;
}footer .nav_wrapdb {
    align-items: center;
    margin: 0 auto;
    text-align: center;
}footer .exam_prepdb {
    text-align: center;
    margin: 0 auto;
}footer .main_classdb h5 {
    text-align: center;
}footer .main_classdb h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .nav_learningdb {
    align-items: center;
}footer .nav_learningdb a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.company_infodb {
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: rgb(217,227,231);
    padding: 140px 0;
}.company_infodb::before {
    left: 0;
    background: 
        linear-gradient(217deg, rgb(157,180,190,0.5), transparent 70%),
        linear-gradient(127deg, rgb(110,110,180,0.5), transparent 70%),
        linear-gradient(336deg, rgb(157,180,190,0.5), transparent 70%);
    width: 100%;
    filter: blur(20px);
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    transform-origin: center center;
    animation: gradientFlow 15s ease infinite;
    opacity: 0.15;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.company_infodb::after {
    top: 0;
    z-index: -2;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(157,180,190,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(110,110,180,0.5) 0%, transparent 50%);
    left: 0;
    width: 100%;
    opacity: 0.2;
    position: absolute;
    height: 100%;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.company_infodb .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.company_infodb .container::before {
    content: "";
    opacity: 0.1;
    right: -100px;
    border-radius: 50%;
    top: -100px;
    width: 200px;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(80px);
    height: 200px;
    background: rgb(157,180,190,0.5);
    position: absolute;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.company_infodb .knowledge_prodb {
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    position: relative;
    display: flex;
}.company_infodb .knowledge_prodb::before {
    position: absolute;
    width: 40%;
    content: "";
    opacity: 0.4;
    animation: scanline 4s ease-in-out infinite;
    bottom: -30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(157,180,190), transparent);
    left: 30%;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.company_infodb .virtual_guidesdb {
    background: rgba(255, 255, 255, 0.02);
    padding: 50px 35px;
    display: flex;
    perspective: 1000px;
    flex: 0 0 40%;
    backdrop-filter: blur(15px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 24px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
}.company_infodb .virtual_guidesdb:hover {
    border-color: rgb(157,180,190,0.5);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(157,180,190,0.5);
    transform: translateY(-15px) rotateX(5deg);
}.company_infodb .virtual_guidesdb::before {
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(157,180,190,0.5) 100%);
    opacity: 0.07;
    inset: 0;
    content: "";
    border-radius: 24px;
    z-index: -1;
    position: absolute;
}.company_infodb .virtual_guidesdb:hover::before {
    opacity: 0.12;
}.company_infodb .virtual_guidesdb::after {
    border-radius: calc(24px + 1px);
    animation: borderGlow 4s linear infinite;
    content: "";
    position: absolute;
    z-index: -2;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgb(157,180,190,0.5), transparent);
    inset: -1px;
    transition: opacity 0.4s ease;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.company_infodb .virtual_guidesdb:hover::after {
    opacity: 1;
}.company_infodb .image_stackdb {
    transition: all 0.5s ease;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.8);
    width: 220px;
    z-index: 2;
    margin-bottom: 30px;
    height: 220px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.company_infodb .image_stackdb::before {
    -webkit-mask: linear-gradient(rgb(110,110,180,0.5)) content-box, linear-gradient(rgb(157,180,190,0.5));
    border-radius: 50%;
    animation: rotate 8s linear infinite;
    position: absolute;
    mask-composite: exclude;
    background: conic-gradient(rgb(157,180,190), rgb(110,110,180), rgb(157,180,190));
    padding: 3px;
    -webkit-mask-composite: xor;
    content: "";
    inset: -3px;
    opacity: 0.2;
}.company_infodb .image_stackdb::after {
    border-radius: 50%;
    animation: rotateReverse 20s linear infinite;
    content: "";
    position: absolute;
    opacity: 0.2;
    border: 1px dashed rgb(157,180,190,0.5);
    inset: -10px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.company_infodb .pedagogy_waydb {
    text-align: center;
    width: 100%;
    position: relative;
    padding-top: 15px;
}.company_infodb .pedagogy_waydb::before {
    opacity: 0.8;
    content: "";
    top: 0;
    transform: translateX(-50%);
    width: 70px;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(157,180,190), transparent);
    left: 50%;
}.company_infodb .quick_masterydb {
    position: relative;
    letter-spacing: 0.5px;
    color: #000000;
    font-size: calc(19px * 1.15);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}.company_infodb .quick_masterydb::after {
    left: 50%;
    bottom: -4px;
    content: "";
    background: rgb(157,180,190);
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
    width: 0;
    transform: translateX(-50%);
}.company_infodb .virtual_guidesdb:hover .quick_masterydb::after {
    width: 80%;
}.company_infodb .fast_learningdb {
    margin-bottom: 0;
    transition: all 0.3s ease;
    font-size: calc(16px * 1.05);
    font-weight: 600;
    opacity: 0.9;
    color: rgb(157,180,190);
    letter-spacing: 0.5px;
}.company_infodb .virtual_guidesdb:hover .fast_learningdb {
    color: rgb(110,110,180);
    opacity: 1;
    transform: translateY(2px);
}.company_infodb .text_cubedb {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.01);
    padding: 50px 45px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.03);
    position: relative;
    border-radius: 24px;
    flex: 0 0 55%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.company_infodb .text_cubedb:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(110,110,180,0.5);
    border-color: rgb(110,110,180,0.5);
}.company_infodb .text_cubedb::before,
.company_infodb .text_cubedb::after {
    content: "";
    opacity: 0.03;
    position: absolute;
    width: 500px;
    filter: blur(60px);
    z-index: -1;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    transition: all 0.8s ease;
    animation: blobAnimation 25s infinite alternate;
    background: rgb(157,180,190,0.5);
    height: 500px;
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.company_infodb .text_cubedb::before {
    top: -250px;
    right: -250px;
}.company_infodb .text_cubedb::after {
    background: rgb(110,110,180,0.5);
    left: -250px;
    animation-delay: -15s;
    bottom: -250px;
}.company_infodb .text_cubedb:hover::before,
.company_infodb .text_cubedb:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}.company_infodb .knowledge_labdb {
    transition: all 0.3s ease;
    position: relative;
    gap: 16px;
    align-items: center;
    font-size: calc(19px * 1.2);
    font-weight: 600;
    display: flex;
    margin-bottom: 25px;
    color: rgb(157,180,190);
}.company_infodb .knowledge_labdb::after {
    width: 0;
    content: "";
    transition: width 0.4s ease;
    height: 1px;
    background: linear-gradient(90deg, rgb(157,180,190), transparent);
    position: absolute;
    bottom: -8px;
    left: 0;
}.company_infodb .text_cubedb:hover .knowledge_labdb::after {
    width: 50%;
}.company_infodb .knowledge_labdb svg {
    fill: rgb(157,180,190);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 48px;
    height: 48px;
    transition: all 0.4s ease;
}.company_infodb .knowledge_labdb svg path {
    transition: fill 0.4s ease;
}.company_infodb .text_cubedb h2 {
    font-size: calc(37px * 1.1);
    padding-bottom: 20px;
    transition: all 0.4s ease;
    position: relative;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
}.company_infodb .text_cubedb h2::after {
    height: 3px;
    border-radius: 10px;
    transition: width 0.5s ease;
    content: "";
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180,0.5), transparent);
    width: 100px;
    left: 0;
    position: absolute;
    bottom: 0;
}.company_infodb .text_cubedb p {
    color: #000000;
    position: relative;
    font-size: calc(16px * 1.05);
    margin-bottom: 0;
    transition: all 0.4s ease;
    line-height: 1.9;
}.company_infodb .text_cubedb::before,
.company_infodb .text_cubedb::after,
.company_infodb .virtual_guidesdb::before,
.company_infodb .virtual_guidesdb::after,
.company_infodb .image_stackdb::before,
.company_infodb .image_stackdb::after {
    pointer-events: none;
}.company_infodb .knowledge_prodb::after {
    background-size: 40px 40px;
    width: 100%;
    content: "";
    left: 0;
    background-image: 
        radial-gradient(rgb(157,180,190,0.5) 1px, transparent 1px),
        radial-gradient(rgb(110,110,180,0.5) 1px, transparent 1px);
    opacity: 0.03;
    pointer-events: none;
    background-position: 0 0, 20px 20px;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}

@media (max-width: 1199px) {.company_infodb {
    padding: 120px 0;
}.company_infodb .knowledge_prodb {
    gap: 50px;
}.company_infodb .text_cubedb {
    padding: 40px 35px;
}.company_infodb .virtual_guidesdb {
    padding: 40px 30px;
}
}

@media (max-width: 991px) {.company_infodb {
    padding: 100px 0;
}.company_infodb .knowledge_prodb {
    gap: 50px;
    flex-direction: column;
}.company_infodb .virtual_guidesdb,
    .company_infodb .text_cubedb {
    width: 100%;
    flex: 0 0 100%;
}.company_infodb .text_cubedb {
    padding: 40px 30px;
}.company_infodb .virtual_guidesdb {
    max-width: 500px;
    margin: 0 auto;
}.company_infodb .knowledge_prodb::before {
    left: 20%;
    width: 60%;
}.company_infodb .text_cubedb h2 {
    font-size: 37px;
}
}

@media (max-width: 767px) {.company_infodb {
    padding: 80px 0;
}.company_infodb .image_stackdb {
    height: 180px;
    width: 180px;
}.company_infodb .virtual_guidesdb {
    padding: 35px 25px;
}.company_infodb .text_cubedb {
    padding: 35px 25px;
}.company_infodb .text_cubedb h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.company_infodb .quick_masterydb {
    font-size: 19px;
}.company_infodb .fast_learningdb {
    font-size: 16px;
}.company_infodb .knowledge_labdb {
    font-size: 19px;
}.company_infodb .knowledge_labdb svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 575px) {.company_infodb {
    padding: 60px 0;
}.company_infodb .image_stackdb {
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
}.company_infodb .virtual_guidesdb {
    padding: 30px 20px;
}.company_infodb .text_cubedb {
    padding: 30px 20px;
}.company_infodb .knowledge_labdb {
    font-size: calc(19px * 0.95);
}.company_infodb .knowledge_labdb svg {
    width: 35px;
    height: 35px;
}.company_infodb .text_cubedb h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.8);
}.company_infodb .text_cubedb p {
    line-height: 1.8;
    font-size: 16px;
}.company_infodb .quick_masterydb {
    font-size: calc(19px * 0.95);
}.company_infodb .fast_learningdb {
    font-size: calc(16px * 0.95);
}.company_infodb .knowledge_prodb::before {
    width: 80%;
    left: 10%;
}}.leadership_experiencedb {
    padding: 5rem 2rem;
    overflow: hidden;
    perspective: 1000px;
    background: rgb(217,227,231);
    position: relative;
}.leadership_experiencedb::before {
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    filter: blur(60px);
    position: absolute;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(110,110,180,0.5) 0deg,
        rgb(157,180,190,0.5) 90deg,
        rgb(217,227,231) 180deg,
        rgb(157,180,190,0.5) 270deg,
        rgb(110,110,180,0.5) 360deg
    );
    opacity: 0.4;
    width: 100%;
}.leadership_experiencedb .opinion_showcasedb {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    transform-style: preserve-3d;
    align-items: center;
    z-index: 2;
    position: relative;
    gap: 0;
}.leadership_experiencedb .image_stackdb {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    width: 40%;
    position: relative;
    transform: rotateY(10deg) translateZ(50px);
    border-radius: 13px;
    filter: saturate(0.8);
    height: 400px;
}.leadership_experiencedb .image_stackdb::after {
    width: 100%;
    transition: opacity 0.6s ease;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(157,180,190,0.5) 100%
    );
    border-radius: 13px;
}.leadership_experiencedb .image_stackdb:hover {
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.leadership_experiencedb .image_stackdb:hover::after {
    opacity: 0;
}.leadership_experiencedb .career_skillsdb {
    border-radius: 13px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(-5deg) translateZ(30px);
    position: relative;
    width: 60%;
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2.5rem;
    overflow: hidden;
}.leadership_experiencedb .career_skillsdb::before {
    transform: scale(0);
    transition: transform 0.8s ease;
    opacity: 0.1;
    width: 200%;
    background: radial-gradient(
        circle at center,
        rgb(110,110,180,0.5) 0%,
        transparent 70%
    );
    height: 200%;
    content: "";
    top: -50%;
    left: -50%;
    position: absolute;
}.leadership_experiencedb .career_skillsdb:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.leadership_experiencedb .career_skillsdb:hover::before {
    transform: scale(1);
}.leadership_experiencedb .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 32px;
    color: rgb(157,180,190);
}.leadership_experiencedb .name::after {
    width: 0;
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    transition: width 0.4s ease-in-out;
    background: rgb(110,110,180);
    bottom: -5px;
}.leadership_experiencedb .career_skillsdb:hover .name::after {
    width: 100%;
}.leadership_experiencedb .career_skillsdb > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 2rem;
    color: rgb(110,110,180);
    font-weight: 600;
    opacity: 0.9;
}.leadership_experiencedb .work_exploredb {
    font-weight: 400;
    position: relative;
    font-style: italic;
    line-height: 1.7;
    font-size: 14px;
    padding-left: 2rem;
    color: #000000;
    border-left: 3px solid rgb(157,180,190,0.5);
}.leadership_experiencedb .work_exploredb::before {
    color: rgb(110,110,180,0.5);
    position: absolute;
    font-size: 5rem;
    top: -20px;
    left: -10px;
    font-family: serif;
    content: "";
    opacity: 0.3;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(157,180,190,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.leadership_experiencedb .image_stackdb:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.leadership_experiencedb .opinion_showcasedb {
    flex-direction: column;
}.leadership_experiencedb .image_stackdb,
    .leadership_experiencedb .career_skillsdb {
    width: 100%;
    transform: none;
}.leadership_experiencedb .image_stackdb {
    margin-bottom: 2rem;
    height: 300px;
}.leadership_experiencedb .image_stackdb:hover,
    .leadership_experiencedb .career_skillsdb:hover {
    transform: translateY(-10px);
}}.cookie_dialog_noticedb {
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(157,180,190);
    padding: 20px;
    overflow: hidden;
    position: fixed;
    background: rgb(217,227,231);
    z-index: 1050;
    width: 100%;
    bottom: 0;
}.privacy_switchdb {
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 1;
    flex-wrap: nowrap;
}.cookies_termsdb {
    flex-shrink: 0;
    margin-right: 20px;
}#cookiePolicyPromptdb {
    display: none;
}#cookiePolicyPromptdb:checked ~ .cookie_dialog_noticedb {
    opacity: 0;
    visibility: hidden;
}.cookies_termsdb svg {
    height: 60px;
    transition: fill 0.3s ease-in-out;
    width: 60px;
    fill: rgb(157,180,190);
}.user_statusdb {
    flex-grow: 1;
    margin-right: 20px;
}.user_statusdb h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(157,180,190);
    font-size: 19px;
}.user_statusdb p {
    font-size: 15px;
    margin-bottom: 0;
    color: #000000;
}.visitor_confirmdb {
    font-size: 14px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    border-radius: 10px;
    text-decoration: none;
}.visitor_confirmdb {
    background-color: rgb(157,180,190);
    color: #ffffff;
    border: 1px solid rgb(157,180,190);
}.visitor_confirmdb:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie_dialog_noticedb p a {
    color: rgb(157,180,190);
    text-decoration: underline;
}.cookie_dialog_noticedb p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.user_statusdb h5 {
    font-size: calc(19px - 2px);
}.user_statusdb p {
    font-size: calc(15px - 2px);
}.visitor_confirmdb {
    font-size: calc(14px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.privacy_switchdb {
    flex-direction: column;
    align-items: center;
}.cookies_termsdb {
    margin-bottom: 15px;
}.user_statusdb {
    margin-bottom: 20px;
    text-align: center;
}.visitor_confirmdb {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    background: rgb(217,227,231);
    z-index: 100;
}header::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    pointer-events: none;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(157,180,190), 0.03) 25%, 
        rgba(rgb(157,180,190), 0.05) 50%,
        rgba(rgb(157,180,190), 0.03) 75%,
        transparent 100%
    );
}header .first_teachdb {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.2rem 2rem;
}header .nav_wrapdb {
    position: relative;
    margin-right: 2rem;
    max-width: 180px;
    flex: 0 0 auto;
}header .nav_traindb {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: block;
}header .nav_traindb:hover {
    transform: translateY(-3px);
}header .nav_traindb img {
    height: auto;
    max-width: 100%;
    filter: brightness(1.03);
    display: block;
}header .nav_traindb::before {
    bottom: -15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    opacity: 0;
    background: rgb(157,180,190);
    transform: scaleX(0.7);
    left: 0;
    height: 10px;
    content: '';
}header .nav_traindb:hover::before {
    transform: scaleX(1);
    opacity: 0.7;
}header .main_classdb {
    display: flex;
    margin: 0;
    flex-wrap: nowrap;
    padding: 0;
    list-style: none;
    position: relative;
}header .main_classdb::after {
    content: '';
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(157,180,190,0.5), 
        transparent
    );
    bottom: -15px;
    left: 0;
    position: absolute;
    width: 100%;
}header .nav_headerdb {
    position: relative;
    margin: 0;
}header .nav_headerdb a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 1rem 1.2rem;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    overflow: hidden;
}header .nav_headerdb a::before {
    bottom: 0;
    transform: translateX(-100%);
    background: rgb(157,180,190);
    content: '';
    transition: transform 0.3s ease;
    width: 100%;
    height: 3px;
    left: 0;
    position: absolute;
}header .nav_headerdb a:hover {
    color: rgb(157,180,190);
}header .nav_headerdb a:hover::before {
    transform: translateX(0);
}header .nav_headerdb a::after {
    opacity: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
    background: rgb(157,180,190,0.5);
    z-index: -1;
    top: 0;
    transform: scale(0.8);
    height: 100%;
    width: 100%;
    border-radius: 10px;
    content: '';
    transition: all 0.3s ease;
}header .nav_headerdb a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .first_teachdb::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    background: linear-gradient(-90deg, rgb(217,227,231), transparent);
    width: 30%;
    top: 0;
    right: 0;
    content: '';
}header .first_teachdb::after {
    top: 0;
    background: linear-gradient(90deg, rgb(217,227,231), transparent);
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 30%;
    content: '';
}header .nav_learndb {
    position: relative;
    background: #ffffff;
    z-index: 1;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .first_teachdb {
    max-width: 1300px;
    margin: 0 auto;
}header .nav_headerdb a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .first_teachdb {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    padding: 1rem;
}header .nav_wrapdb {
    margin-right: 0;
    margin-bottom: 0;
}header .main_classdb {
    justify-content: flex-end;
    padding-top: 1rem;
    flex-basis: 100%;
    flex-wrap: wrap;
    margin-top: 0;
}header .nav_headerdb {
    margin-bottom: 0.5rem;
}header .nav_headerdb a {
    font-size: calc(16px - 1px);
    padding: 0.7rem 1rem;
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .first_teachdb {
    padding: 1rem 1.5rem;
}header .nav_wrapdb {
    flex: 0 0 auto;
    max-width: 150px;
}header .main_classdb {
    padding-bottom: 0.5rem;
    padding: 0.5rem 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.5rem;
    scrollbar-width: thin;
}header .main_classdb::-webkit-scrollbar {
    height: 3px;
}header .main_classdb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(157,180,190,0.5);
}header .nav_headerdb {
    flex: 0 0 auto;
}header .nav_headerdb a {
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 2px);
}header .main_classdb::after {
    bottom: 0;
}header .nav_traindb::before {
    display: none;
}}.course_benefitsdb {
    background: linear-gradient(135deg, rgba(rgb(157,180,190,0.5), 0.03), rgba(rgb(110,110,180,0.5), 0.05));
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.course_benefitsdb::before {
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(157,180,190,0.5), 0.02),
        rgba(rgb(157,180,190,0.5), 0.02) 2px,
        transparent 2px,
        transparent 8px
    );
    z-index: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
}.course_benefitsdb .container {
    display: flex;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    flex-direction: column;
}.course_benefitsdb .image_stackdb {
    height: 380px;
    width: 100%;
    filter: saturate(1.05);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s ease;
    object-fit: cover;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.course_benefitsdb .image_stackdb:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-5px);
}.course_benefitsdb .knowledge_prodb {
    transform: translateZ(0);
    margin-top: -80px;
    padding: 2.5rem;
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background: #ffffff;
}.course_benefitsdb .text_cubedb {
    position: relative;
}.course_benefitsdb .text_cubedb::before {
    animation: expandWidth 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform-origin: left center;
    width: calc(100% + 5rem);
    content: "";
    top: -2.5rem;
    height: 3px;
    left: -2.5rem;
    background: linear-gradient(90deg, 
        rgb(157,180,190) 0%, 
        rgb(110,110,180) 50%,
        rgb(157,180,190) 100%);
    opacity: 0;
    position: absolute;
}.course_benefitsdb h1 {
    transform: translateY(20px);
    font-size: 28px;
    font-weight: 700;
    animation: fadeUp 0.8s ease 0.2s forwards;
    opacity: 0;
    margin-bottom: 2rem;
    line-height: 1.3;
    color: #000000;
}.course_benefitsdb ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    list-style: none;
}.course_benefitsdb li {
    opacity: 0;
    transform: translateX(15px);
    animation: fadeSlideIn 0.6s ease forwards;
    position: relative;
}.course_benefitsdb li:nth-child(1) {
    animation-delay: 0.3s;
}.course_benefitsdb li:nth-child(2) {
    animation-delay: 0.4s;
}.course_benefitsdb li:nth-child(3) {
    animation-delay: 0.5s;
}.course_benefitsdb li:nth-child(4) {
    animation-delay: 0.6s;
}.course_benefitsdb li:nth-child(5) {
    animation-delay: 0.7s;
}.course_benefitsdb li p {
    margin: 0;
    transition: transform 0.3s ease;
    display: flex;
    letter-spacing: 0.01em;
    font-size: 18px;
    color: #000000;
    align-items: flex-start;
    padding-left: 0.75rem;
    line-height: 1.6;
    transform: translateZ(0);
}.course_benefitsdb li:hover p {
    transform: translateX(5px);
    color: rgb(157,180,190);
}.course_benefitsdb li svg {
    flex-shrink: 0;
    transform: translateY(2px);
    margin-right: 1rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course_benefitsdb li:hover svg {
    transform: translateY(2px) scale(1.1) rotate(5deg);
}.course_benefitsdb svg path {
    fill: rgb(157,180,190);
    transition: fill 0.3s ease;
}.course_benefitsdb li:hover svg path {
    fill: rgb(110,110,180);
}

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

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

@keyframes slideUp {
    from { transform: translateY(30px); }
    to { transform: translateY(0); }
}

@keyframes expandWidth {
    from { width: 0; opacity: 1; }
    to { width: calc(100% + 5rem); opacity: 1; }
}

@media (min-width: 768px) {.course_benefitsdb {
    padding: 8rem 0;
}.course_benefitsdb .container {
    gap: 2rem;
    flex-direction: row;
    align-items: center;
}.course_benefitsdb .image_stackdb {
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    width: 45%;
    height: 450px;
    margin-top: 0;
}.course_benefitsdb .knowledge_prodb {
    padding: 3rem;
    margin-top: 0;
    margin-left: -5rem;
    width: 55%;
}.course_benefitsdb ul {
    grid-template-columns: repeat(2, 1fr);
}.course_benefitsdb h1 {
    font-size: 39px;
}
}

@media (min-width: 1024px) {.course_benefitsdb {
    padding: 10rem 0;
}.course_benefitsdb .container {
    gap: 3rem;
}.course_benefitsdb .image_stackdb {
    height: 550px;
}.course_benefitsdb .knowledge_prodb {
    padding: 4rem;
    margin-left: -8rem;
}.course_benefitsdb .text_cubedb::before {
    height: 4px;
}
}

@media (max-width: 767px) {.course_benefitsdb .knowledge_prodb {
    padding: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 2rem);
}.course_benefitsdb .image_stackdb {
    height: 280px;
}.course_benefitsdb h1 {
    font-size: calc(28px * 0.9);
}.course_benefitsdb li p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.course_benefitsdb {
    padding: 4rem 0;
}.course_benefitsdb .knowledge_prodb {
    padding: 1.5rem;
}.course_benefitsdb .image_stackdb {
    height: 220px;
}.course_benefitsdb h1 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.8);
}.course_benefitsdb ul {
    gap: 1rem;
}.course_benefitsdb li p {
    font-size: calc(18px * 0.9);
}.course_benefitsdb li svg {
    height: 20px;
    width: 20px;
    margin-right: 0.75rem;
}}.greeting_pagedb {
    padding: 2rem;
    min-height: 100vh;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    background: linear-gradient(135deg, rgb(217,227,231), rgba(0, 0, 0, 0.5));
    overflow: hidden;
}.greeting_pagedb > div {
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    position: relative;
}.greeting_pagedb .training_prodb {
    margin-bottom: 2rem;
    animation: slide-in 0.8s forwards ease-out;
    position: relative;
    opacity: 0;
    transform: translateX(-20px);
}.greeting_pagedb .start_frontdb {
    font-size: 45px;
    color: rgb(157,180,190);
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}.greeting_pagedb .start_frontdb::after {
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    position: absolute;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    bottom: -10px;
    left: 0;
    width: 80%;
    animation: line-expand 1.2s 0.5s forwards ease-out;
}.greeting_pagedb .edu_smartdb {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fade-up 1s 0.3s forwards ease-out;
}.greeting_pagedb .edu_smartdb::before {
    top: 0;
    background: linear-gradient(135deg, rgb(157,180,190,0.5), rgb(110,110,180,0.5));
    opacity: 0.7;
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}.greeting_pagedb .edu_smartdb > div {
    position: relative;
    gap: 2rem;
    display: grid;
    padding: 3rem;
    z-index: 2;
    grid-template-columns: 1fr;
}.greeting_pagedb .edu_smartdb > div > div {
    position: relative;
}.greeting_pagedb .edu_smartdb p {
    color: #ffffff;
    line-height: 1.6;
    animation: slide-in 0.8s 0.6s forwards ease-out;
    font-weight: 600;
    max-width: 80%;
    font-size: calc(15px * 1.2);
    position: relative;
    transform: translateX(-20px);
    opacity: 0;
    margin-bottom: 1rem;
}.greeting_pagedb .edu_smartdb p::before {
    top: 0;
    width: 4px;
    left: -20px;
    height: 100%;
    content: "";
    transform: scaleY(0);
    animation: line-expand-vertical 0.8s 0.9s forwards ease-out;
    background: rgb(157,180,190);
    position: absolute;
    transform-origin: top;
}.greeting_pagedb .edu_smartdb h3 {
    transform: translateY(20px);
    animation: fade-up 0.8s 0.8s forwards ease-out;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    padding: 1.5rem;
    font-size: calc(21px * 1.1);
    backdrop-filter: blur(4px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 1rem;
    border-left: 3px solid rgb(110,110,180);
}

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

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

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

@keyframes line-expand-vertical {
  to {
    transform: scaleY(1);
  }
}

@media (min-width: 768px) {.greeting_pagedb {
    padding: 4rem;
}.greeting_pagedb .start_frontdb {
    font-size: calc(45px * 1.2);
}.greeting_pagedb .edu_smartdb > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.greeting_pagedb .edu_smartdb p {
    margin-bottom: 0;
    font-size: calc(15px * 1.4);
}.greeting_pagedb .edu_smartdb h3 {
    transform: translateX(20px);
    animation: slide-in-right 0.8s 0.8s forwards ease-out;
    font-size: 21px;
    opacity: 0;
}
  
  @keyframes slide-in-right {
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
}

@media (min-width: 992px) {.greeting_pagedb .training_prodb {
    transform: translateX(-40px);
}.greeting_pagedb .start_frontdb {
    font-size: calc(45px * 1.4);
}.greeting_pagedb .edu_smartdb {
    margin-left: 3rem;
    margin-right: 3rem;
}.greeting_pagedb .edu_smartdb > div {
    padding: 4rem;
}.greeting_pagedb .edu_smartdb::after {
    border-top: 4px solid rgb(157,180,190);
    position: absolute;
    opacity: 0;
    height: 80px;
    right: -15px;
    border-right: 4px solid rgb(157,180,190);
    content: "";
    z-index: 3;
    animation: corner-appear 0.8s 1.2s forwards ease-out;
    width: 80px;
    top: -15px;
}
  
  @keyframes corner-appear {
    to {
      opacity: 1;
    }
  }
}

@media (max-width: 767px) {.greeting_pagedb {
    padding: 1.5rem;
}.greeting_pagedb .start_frontdb {
    font-size: calc(45px * 0.9);
}.greeting_pagedb .edu_smartdb > div {
    padding: 2rem 1.5rem;
}.greeting_pagedb .edu_smartdb p {
    font-size: 15px;
    max-width: 100%;
}.greeting_pagedb .edu_smartdb h3 {
    padding: 1rem;
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 480px) {.greeting_pagedb .start_frontdb {
    font-size: calc(31px * 0.9);
}.greeting_pagedb .edu_smartdb > div {
    padding: 1.5rem 1rem;
}.greeting_pagedb .edu_smartdb h3 {
    padding: 0.8rem;
    font-size: 21px;
}}.offer_deckdb {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.offer_deckdb::before {
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}.offer_deckdb .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.offer_deckdb .study_pricingdb {
    position: relative;
}.offer_deckdb h2 {
    text-align: center;
    color: #ffffff;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 30px;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 20px;
    transform: translateY(20px);
}.offer_deckdb .package_dealdb {
    text-align: center;
    margin: 0 auto 50px;
    opacity: 0;
    color: rgb(255, 255, 255, 0.5);
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    max-width: 800px;
    font-size: 16px;
}.offer_deckdb .promo_ratesdb {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    perspective: 1000px;
}.offer_deckdb .promo_ratesdb li {
    opacity: 0;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
    animation: fadeInStagger 0.8s ease-out forwards;
}.offer_deckdb .promo_ratesdb li:nth-child(1) {
    animation-delay: 0.3s;
}.offer_deckdb .promo_ratesdb li:nth-child(2) {
    animation-delay: 0.5s;
}.offer_deckdb .promo_ratesdb li:nth-child(3) {
    animation-delay: 0.7s;
}.offer_deckdb .promo_ratesdb li:nth-child(4) {
    animation-delay: 0.9s;
}.offer_deckdb .pricing_optionsdb {
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
}.offer_deckdb .fee_dealsdb {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}.offer_deckdb .fee_dealsdb::before {
    content: "";
    z-index: -1;
    opacity: 0;
    left: 0;
    transition: opacity 0.6s ease;
    height: 100%;
    background: linear-gradient(45deg, rgb(157,180,190,0.5), rgb(110,110,180,0.5));
    top: 0;
    width: 100%;
    position: absolute;
}.offer_deckdb .fee_plandb {
    color: #ffffff;
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
    min-height: 400px;
    height: 100%;
}.offer_deckdb .fee_plandb h4 {
    position: relative;
    padding-bottom: 15px;
    font-size: calc(20px * 1.1);
    transition: transform 0.3s ease-out;
    margin: 0 0 15px;
    color: #ffffff;
    font-weight: 700;
}.offer_deckdb .fee_plandb h4::after {
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(157,180,190);
    left: 0;
    transition: width 0.4s ease;
    width: 60px;
    bottom: 0;
}.offer_deckdb .fee_plandb p {
    overflow-wrap: break-word;
    margin: 0 0 auto;
    line-height: 1.7;
    hyphens: auto;
    font-size: 16px;
    word-wrap: break-word;
    color: rgba(255,255,255,0.8);
    flex-grow: 1;
}.offer_deckdb .study_pricedb {
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(157,180,190) 0%, rgb(110,110,180) 100%);
    font-size: calc(20px * 1.3);
    border-radius: 6px;
    font-weight: 700;
    display: inline-block;
    margin-top: 25px;
    align-self: flex-start;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    padding: 10px 20px;
}.offer_deckdb .pricing_optionsdb:hover {
    transform: translateY(-10px) scale(1.02);
}.offer_deckdb .pricing_optionsdb:hover .fee_dealsdb {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
}.offer_deckdb .pricing_optionsdb:hover .fee_dealsdb::before {
    opacity: 0.05;
}.offer_deckdb .pricing_optionsdb:hover .fee_plandb h4 {
    transform: translateY(-5px);
}.offer_deckdb .pricing_optionsdb:hover .fee_plandb h4::after {
    width: 100px;
}.offer_deckdb .pricing_optionsdb:hover .study_pricedb {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

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

@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}

@media (max-width: 1024px) {.offer_deckdb {
    padding: 80px 0;
}.offer_deckdb .promo_ratesdb {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.offer_deckdb .fee_plandb {
    padding: 30px 25px;
    min-height: 380px;
}
}

@media (max-width: 768px) {.offer_deckdb {
    padding: 60px 0;
}.offer_deckdb h2 {
    font-size: calc(30px * 0.9);
}.offer_deckdb .package_dealdb {
    margin-bottom: 40px;
    font-size: calc(16px * 0.95);
}.offer_deckdb .promo_ratesdb {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.offer_deckdb .fee_plandb {
    padding: 25px 20px;
    min-height: 350px;
}.offer_deckdb .fee_plandb h4 {
    font-size: 20px;
}.offer_deckdb .study_pricedb {
    font-size: calc(20px * 1.1);
}
}

@media (max-width: 576px) {.offer_deckdb {
    padding: 50px 0;
}.offer_deckdb .container {
    padding: 0 15px;
}.offer_deckdb h2 {
    font-size: calc(30px * 0.8);
}.offer_deckdb .package_dealdb {
    font-size: calc(16px * 0.9);
    margin-bottom: 30px;
}.offer_deckdb .promo_ratesdb {
    gap: 25px;
    grid-template-columns: 1fr;
}.offer_deckdb .fee_plandb {
    min-height: auto;
}.offer_deckdb .fee_plandb p {
    font-size: calc(16px * 0.9);
}.offer_deckdb .study_pricedb {
    margin-top: 20px;
    align-self: center;
}
}