* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.wrapper-segment-953 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    width: 1152px;
    max-width: 100%;
}.whatsapp-grp-306 {
    flex: 0 0 auto;
}.nav-top-758 {
    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;
}}
.educational-yield-931 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,209,192) 0%, rgba(245, 245, 248, 0.9) 100%);
    padding: 7rem 0;
}.educational-yield-931::before {
    background: linear-gradient(to right, rgb(174,180,165,0.5), rgb(145,151,131,0.5));
    position: absolute;
    filter: blur(70px);
    width: 25rem;
    height: 25rem;
    top: -5%;
    content: "";
    right: -10%;
    z-index: 0;
    transform: rotate(-15deg);
    opacity: 0.4;
    animation: pulse 8s infinite alternate ease-in-out;
}.educational-yield-931::after {
    position: absolute;
    left: -5%;
    filter: blur(60px);
    opacity: 0.3;
    content: "";
    transform: rotate(10deg);
    height: 20rem;
    bottom: -10%;
    z-index: 0;
    animation: pulse 10s infinite alternate-reverse ease-in-out;
    width: 20rem;
    background: linear-gradient(to left, rgb(145,151,131,0.5), rgb(174,180,165,0.5));
}.educational-yield-931 h5 {
    margin-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: 700;
    transition: transform 0.6s ease-out, opacity 0.8s ease;
    opacity: 1;
    transform: translateY(0);
    max-width: 800px;
    color: #000000;
}.educational-yield-931 h5::after {
    content: "";
    background: linear-gradient(90deg, rgb(174,180,165) 0%, rgb(145,151,131) 100%);
    position: absolute;
    width: 6rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.8rem;
    height: 0.25rem;
    border-radius: 1px;
}.educational-yield-931 .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.educational-yield-931 .training-track-651 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 50px rgba(rgb(174,180,165,0.5), 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 3rem;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    position: relative;
    transform: translateY(0);
}.educational-yield-931 .training-track-651:hover {
    transform: translateY(-5px);
}.educational-yield-931 .training-track-651 > div:first-child {
    position: relative;
    height: 300px;
    overflow: hidden;
}.educational-yield-931 .pic-show-382 {
    transform-origin: center center;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    width: 100%;
    object-fit: cover;
}.educational-yield-931 .training-track-651:hover .pic-show-382 {
    transform: scale(1.05);
}.educational-yield-931 .word-box-374 {
    padding: 2rem;
    position: relative;
}.educational-yield-931 .word-box-374::before {
    left: 2rem;
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.05), 
        rgba(rgb(174,180,165,0.5), 0.2), 
        rgba(rgba(0, 0, 0, 0.5), 0.05));
    top: 0;
    content: "";
    right: 2rem;
    position: absolute;
    height: 1px;
}.educational-yield-931 ul {
    margin: 0;
    gap: 1.5rem;
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
}.educational-yield-931 li {
    position: relative;
    padding-left: 3rem;
    transition: transform 0.3s ease;
}.educational-yield-931 li:hover {
    transform: translateX(5px);
}.educational-yield-931 li p {
    color: #000000;
    display: flex;
    line-height: 1.6;
    position: relative;
    align-items: flex-start;
    margin: 0;
    font-size: calc(15px - 0.05rem);
}.educational-yield-931 li p svg {
    position: absolute;
    top: 0.1rem;
    left: -2.8rem;
    width: 22px;
    height: 22px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.educational-yield-931 li:hover p svg {
    transform: scale(1.15) rotate(5deg);
}.educational-yield-931 li p svg path {
    fill: rgb(174,180,165);
    transition: fill 0.3s ease;
}.educational-yield-931 li:hover p svg path {
    fill: rgb(145,151,131);
}.educational-yield-931 li:nth-child(odd) {
    transform: translateX(0);
}.educational-yield-931 li:nth-child(even) {
    transform: translateX(0);
}.educational-yield-931 li:nth-child(odd):hover {
    transform: translateX(5px);
}.educational-yield-931 li:nth-child(even):hover {
    transform: translateX(5px);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05) rotate(-10deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
}

@media (min-width: 768px) {.educational-yield-931 {
    padding: 9rem 0;
}.educational-yield-931 h5 {
    margin-bottom: 4rem;
    font-size: calc(22px + 0.2rem);
}.educational-yield-931 .training-track-651 {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    border-radius: 100px;
}.educational-yield-931 .training-track-651 > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    flex: 0 0 45%;
    height: auto;
}.educational-yield-931 .word-box-374 {
    padding: 3rem;
    align-items: center;
    display: flex;
    flex: 1;
}.educational-yield-931 .word-box-374::before {
    height: auto;
    left: 0;
    background: linear-gradient(to bottom, 
            rgba(rgba(0, 0, 0, 0.5), 0.05), 
            rgba(rgb(174,180,165,0.5), 0.2), 
            rgba(rgba(0, 0, 0, 0.5), 0.05));
    bottom: 3rem;
    top: 3rem;
    width: 1px;
    right: auto;
}.educational-yield-931 ul {
    grid-template-columns: repeat(2, 1fr);
}.educational-yield-931 li p {
    font-size: 15px;
}
}

@media (min-width: 992px) {.educational-yield-931 .training-track-651 > div:first-child {
    flex: 0 0 40%;
}.educational-yield-931 ul {
    grid-template-columns: repeat(3, 1fr);
}.educational-yield-931 li:nth-child(3n+1) {
    transform: translateY(-5px);
}.educational-yield-931 li:nth-child(3n+2) {
    transform: translateY(0);
}.educational-yield-931 li:nth-child(3n+3) {
    transform: translateY(5px);
}.educational-yield-931 li:nth-child(3n+1):hover {
    transform: translateY(-5px) translateX(5px);
}.educational-yield-931 li:nth-child(3n+2):hover {
    transform: translateY(0) translateX(5px);
}.educational-yield-931 li:nth-child(3n+3):hover {
    transform: translateY(5px) translateX(5px);
}
}

@media (max-width: 767px) {.educational-yield-931 {
    padding: 5rem 0;
}.educational-yield-931 h5 {
    padding: 0 1rem;
    margin-bottom: 2.5rem;
    font-size: calc(22px - 0.1rem);
}.educational-yield-931 .training-track-651 > div:first-child {
    height: 200px;
}.educational-yield-931 .word-box-374 {
    padding: 1.5rem;
}.educational-yield-931 li {
    padding-left: 2.5rem;
}.educational-yield-931 li p svg {
    left: -2.5rem;
    height: 20px;
    width: 20px;
}}.secure-safehouse-905 {
    color: #000000;
    background-color: rgb(205,209,192);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
    font-family: Arial, sans-serif;
}.secure-safehouse-905 h1 {
    margin-bottom: 20px;
    color: rgb(174,180,165);
    font-size: 42px;
    font-weight: 700;
}.secure-safehouse-905 h2 {
    font-size: 38px;
    color: rgb(145,151,131);
    font-weight: 600;
    margin-bottom: 15px;
}.secure-safehouse-905 h3, .secure-safehouse-905 h4, .secure-safehouse-905 h5, .secure-safehouse-905 h6 {
    margin: 1rem 0;
}.secure-safehouse-905 ul {
    list-style-type: none;
    padding: 0;
}.secure-safehouse-905 li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
}.secure-safehouse-905 p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}.secure-safehouse-905 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure-safehouse-905 {
    padding: 30px;
}.secure-safehouse-905 h1 {
    font-size: calc(24px * 0.8);
}.secure-safehouse-905 h2 {
    font-size: calc(24px * 0.9);
}}.our-team-876 {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(205,209,192);
    position: relative;
}.our-team-876::before {
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(120deg, rgb(174,180,165,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(145,151,131,0.5) 0%, transparent 30%);
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
}.our-team-876 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.our-team-876 h2 {
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 60px;
}.our-team-876 h2::after {
    width: 100px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: -15px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(174,180,165), rgb(145,151,131));
    height: 3px;
    position: absolute;
}.our-team-876 .learning-creators-521 {
    display: flex;
    gap: 30px;
    flex-direction: column;
    position: relative;
}.our-team-876 .edu-leadership-487 {
    transition: all 0.3s ease;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    border-left: 4px solid rgb(174,180,165);
    position: relative;
}.our-team-876 .edu-leadership-487:nth-child(2) {
    border-left-color: rgb(145,151,131);
}.our-team-876 .edu-leadership-487::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.our-team-876 .edu-leadership-487::after {
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(174,180,165,0.5);
    content: "";
    border-radius: 50%;
    animation: pulse 4s infinite;
    right: 30px;
}.our-team-876 .edu-leadership-487:nth-child(2)::after {
    border-color: rgb(145,151,131,0.5);
    animation-delay: 2s;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.our-team-876 .edu-leadership-487:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(rgb(174,180,165,0.5), 0.03), rgba(255, 255, 255, 0.05));
}.our-team-876 .edu-leadership-487 h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(174,180,165);
    font-size: 21px;
    position: relative;
}.our-team-876 .edu-leadership-487:nth-child(2) h3 {
    color: rgb(145,151,131);
}.our-team-876 .edu-leadership-487 h3::before {
    position: absolute;
    left: 0;
    width: 30px;
    bottom: -8px;
    background: currentColor;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
}.our-team-876 .edu-leadership-487:hover h3::before {
    width: 100%;
}.our-team-876 .edu-leadership-487 p {
    line-height: 1.8;
    font-size: 16px;
    color: #000000;
    padding-left: 0;
    position: relative;
    transition: padding-left 0.3s ease;
}.our-team-876 .edu-leadership-487:first-child {
    animation: slideIn 0.6s forwards 0.2s;
    transform: translateX(-20px);
    opacity: 0;
}.our-team-876 .edu-leadership-487:last-child {
    animation: slideIn 0.6s forwards 0.5s;
    opacity: 0;
    transform: translateX(-20px);
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our-team-876::after {
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    content: "";
    opacity: 0.03;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-size: 50px 50px;
    height: 100%;
}.our-team-876 .container::before,
.our-team-876 .container::after {
    content: "";
    width: 200px;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    height: 200px;
    background: radial-gradient(circle, rgb(174,180,165,0.5) 0%, transparent 70%);
}.our-team-876 .container::before {
    top: -100px;
    right: -100px;
}.our-team-876 .container::after {
    background: radial-gradient(circle, rgb(145,151,131,0.5) 0%, transparent 70%);
    left: -100px;
    bottom: -100px;
}

@media (max-width: 992px) {.our-team-876 {
    padding: 80px 0;
}.our-team-876 h2 {
    margin-bottom: 50px;
}.our-team-876 .edu-leadership-487 {
    padding: 30px;
}
}

@media (max-width: 768px) {.our-team-876 {
    padding: 60px 0;
}.our-team-876 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.our-team-876 .edu-leadership-487 {
    padding: 25px;
}.our-team-876 .edu-leadership-487 h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 576px) {.our-team-876 {
    padding: 40px 0;
}.our-team-876 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.our-team-876 .edu-leadership-487 {
    border-left-width: 3px;
    padding: 20px;
}.our-team-876 .edu-leadership-487::after {
    top: 20px;
    height: 15px;
    width: 15px;
    right: 20px;
}.our-team-876 .edu-leadership-487 p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.our-team-876 .container::before,
    .our-team-876 .container::after {
    width: 150px;
    height: 150px;
}}.plan-card-283 {
    background: rgb(205,209,192);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.plan-card-283::before {
    z-index: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    position: absolute;
    top: 0;
}.plan-card-283 .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}.plan-card-283 .trial-rates-875 {
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
}.plan-card-283 .learn-rates-512 {
    text-align: center;
    max-width: 800px;
    transform: translateY(20px);
    margin: 0 auto;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
}.plan-card-283 .learn-rates-512 h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.plan-card-283 .learn-rates-512 h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(174,180,165), rgb(145,151,131));
    width: 80px;
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
}.plan-card-283 .pricing-tiers-706 {
    margin-top: 30px;
    line-height: 1.6;
    color: #000000;
    font-size: calc(17px + 0.1rem);
}.plan-card-283 .value-rates-307 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    opacity: 0;
    display: grid;
    transform: translateY(30px);
    gap: 30px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    margin-top: 20px;
}.plan-card-283 .study-packages-234 {
    color: inherit;
    will-change: transform;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    z-index: 1;
    display: block;
}.plan-card-283 .study-packages-234:hover {
    transform: translateY(-10px) scale(1.02);
}.plan-card-283 .package-pricing-702 {
    display: flex;
    background: #ffffff;
    overflow: hidden;
    flex-direction: column;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    min-height: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 20px;
}.plan-card-283 .study-packages-234:hover .package-pricing-702 {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.plan-card-283 .study-packages-234:nth-child(odd) .package-pricing-702::before {
    width: 5px;
    content: "";
    background: rgb(174,180,165);
    left: 0;
    height: 100%;
    top: 0;
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: scaleY(0);
}.plan-card-283 .study-packages-234:nth-child(even) .package-pricing-702::before {
    width: 5px;
    transform-origin: bottom;
    height: 100%;
    right: 0;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: scaleY(0);
    background: rgb(145,151,131);
    content: "";
}.plan-card-283 .study-packages-234:hover .package-pricing-702::before {
    transform: scaleY(1);
}.plan-card-283 .study-sub-340 {
    display: flex;
    position: relative;
    z-index: 1;
    padding: 40px 30px;
    flex-direction: column;
    flex: 1;
}.plan-card-283 .study-sub-340 h3 {
    transition: color 0.3s ease;
    font-size: calc(22px + 0.2rem);
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
}.plan-card-283 .study-packages-234:hover .study-sub-340 h3 {
    color: rgb(174,180,165);
}.plan-card-283 .study-packages-234:nth-child(even):hover .study-sub-340 h3 {
    color: rgb(145,151,131);
}.plan-card-283 .lesson-plans-956 {
    position: relative;
    color: rgb(174,180,165);
    display: inline-block;
    margin: 10px 0 20px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: calc(22px + 0.5rem);
}.plan-card-283 .study-packages-234:nth-child(even) .lesson-plans-956 {
    color: rgb(145,151,131);
}.plan-card-283 .lesson-plans-956::after {
    content: "";
    width: 40px;
    bottom: 0;
    height: 3px;
    left: 0;
    background: currentColor;
    position: absolute;
    opacity: 0.6;
}.plan-card-283 .study-sub-340 p {
    word-break: break-word;
    hyphens: auto;
    word-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    overflow-wrap: break-word;
    margin-top: auto;
}.plan-card-283 .pic-show-382 {
    height: 200px;
    position: relative;
    width: 100%;
    transform-origin: center;
    transition: transform 0.5s ease;
}.plan-card-283 .study-packages-234:hover .pic-show-382 {
    transform: scale(1.05);
}.plan-card-283 .pic-show-382::after {
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    position: absolute;
    left: 0;
    content: "";
    height: 40%;
    width: 100%;
    bottom: 0;
    opacity: 0;
}.plan-card-283 .study-packages-234:hover .pic-show-382::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.plan-card-283 .trial-rates-875 {
    grid-template-columns: 1fr;
}.plan-card-283 .value-rates-307 {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}

@media (min-width: 992px) {.plan-card-283 {
    padding: 150px 0;
}.plan-card-283 .trial-rates-875 {
    grid-template-columns: 1fr;
    gap: 80px;
}.plan-card-283 .value-rates-307 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.plan-card-283 .package-pricing-702 {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.plan-card-283 .value-rates-307 {
    gap: 40px;
}
}

@media (max-width: 767px) {.plan-card-283 {
    padding: 80px 0;
}.plan-card-283 .learn-rates-512 h2 {
    font-size: calc(30px - 0.4rem);
}.plan-card-283 .pricing-tiers-706 {
    font-size: 17px;
}.plan-card-283 .study-sub-340 {
    padding: 30px 20px;
}.plan-card-283 .package-pricing-702 {
    min-height: 400px;
}.plan-card-283 .pic-show-382 {
    height: 160px;
}
}

@media (max-width: 480px) {.plan-card-283 {
    padding: 60px 0;
}.plan-card-283 .trial-rates-875 {
    gap: 40px;
}.plan-card-283 .value-rates-307 {
    gap: 25px;
}.plan-card-283 .study-sub-340 h3 {
    font-size: 22px;
}.plan-card-283 .lesson-plans-956 {
    font-size: 22px;
}.plan-card-283 .study-sub-340 p {
    font-size: calc(17px - 0.1rem);
}}header {
    position: relative;
    background-color: rgb(205,209,192);
    padding: 1.2rem 0;
    z-index: 1000;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
}header::before {
    width: 100%;
    top: 0;
    opacity: 0.15;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
    animation: gridMove 40s linear infinite;
    content: '';
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(174,180,165,0.5) 49.5%, rgb(174,180,165,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(145,151,131,0.5) 49.5%, rgb(145,151,131,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
}header::after {
    content: '';
    width: 100%;
    z-index: 1;
    bottom: 0;
    position: absolute;
    height: 4px;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(174,180,165) 0%, 
        rgb(145,151,131) 50%, 
        rgb(174,180,165) 100%);
}header .container {
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}header .top-main-275 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .head-teach-508 {
    padding: 5px;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    position: relative;
}header .header-sitebar-028 {
    padding: 0.7rem 1.2rem;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
}header .header-sitebar-028::before {
    transition: all 0.3s ease;
    transform: scale(0.95);
    opacity: 0;
    position: absolute;
    content: '';
    border-radius: calc(10px + 2px);
    z-index: -1;
    bottom: -2px;
    top: -2px;
    background: linear-gradient(45deg, rgb(174,180,165), rgb(145,151,131));
    left: -2px;
    right: -2px;
}header .header-sitebar-028::after {
    left: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    border-radius: 10px;
    background: rgb(174,180,165);
}header .header-sitebar-028:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}header .header-sitebar-028:hover::before {
    opacity: 1;
    transform: scale(1);
}header .head-learning-382 {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.5rem 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    align-items: center;
    display: flex;
}header .head-learning-382::before {
    top: 0;
    height: 100%;
    left: -100%;
    content: '';
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 100%;
    transition: 0.5s;
}header .head-learning-382:hover::before {
    left: 100%;
}header .head-learning-382 svg {
    position: relative;
    height: auto;
    width: 160px;
    z-index: 2;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .head-teach-508 {
    gap: 0.3rem;
}header .header-sitebar-028 {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .head-learning-382 svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .top-main-275 {
    flex-direction: column;
}header .head-teach-508 {
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
    margin-top: 1rem;
    order: 2;
    width: 100%;
    gap: 0.5rem;
}header .header-sitebar-028 {
    padding: 0.5rem 0.7rem;
    font-size: calc(16px - 2px);
}header .head-learning-382 {
    order: 1;
    margin-bottom: 0.5rem;
}header .head-learning-382 svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .head-teach-508 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .head-teach-508::-webkit-scrollbar {
    height: 3px;
}header .head-teach-508::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(174,180,165);
}header .header-sitebar-028 {
    white-space: nowrap;
}header .head-learning-382 svg {
    width: 110px;
}}.whatsapp-grp-306 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 80px 0 40px;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.whatsapp-grp-306 .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}.whatsapp-grp-306 .company_holder {
    padding-right: 30px;
    flex: 0 0 30%;
    position: relative;
}.whatsapp-grp-306 .company_holder::after {
    content: '';
    right: 0;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(174,180,165), transparent);
    position: absolute;
    width: 1px;
    top: 10%;
}.whatsapp-grp-306 .company_holder h3 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    font-size: calc(28px * 0.9);
    text-shadow: 0 0 10px rgb(174,180,165,0.5);
    position: relative;
    font-weight: 700;
}.whatsapp-grp-306 .company_holder h3::after {
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    background: rgb(174,180,165);
    bottom: -5px;
    width: 40%;
    transition: width 0.3s ease-in-out;
}.whatsapp-grp-306 .company_holder h3:hover::after {
    width: 100%;
}.whatsapp-grp-306 .facebook-cta-026 {
    line-height: 1.6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    padding: 15px;
    font-size: 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 15px;
    transform: translateZ(0);
}.whatsapp-grp-306 .facebook-cta-026:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
}.whatsapp-grp-306 .equity-info-096 {
    justify-content: space-between;
    display: flex;
    position: relative;
    flex: 0 0 65%;
}.whatsapp-grp-306 .header-lesson-894 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}.whatsapp-grp-306 .head-teach-508 {
    position: relative;
    border-radius: 13px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 20px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    flex: 0 0 45%;
}.whatsapp-grp-306 .head-teach-508::before {
    transform: translateX(-100%);
    content: '';
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: transform 0.6s ease;
    position: absolute;
}.whatsapp-grp-306 .head-teach-508:hover::before {
    transform: translateX(100%);
}.whatsapp-grp-306 .head-teach-508 h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    padding-bottom: 10px;
}.whatsapp-grp-306 .head-teach-508 h5::after {
    content: '';
    position: absolute;
    background: rgb(174,180,165);
    width: 40px;
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    left: 0;
}.whatsapp-grp-306 .head-teach-508:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(174,180,165), 0 0 16px rgb(174,180,165,0.5);
}.whatsapp-grp-306 .head-teach-508 .header-lesson-894 {
    gap: 12px;
    display: flex;
    flex-direction: column;
}.whatsapp-grp-306 .head-teach-508 .header-lesson-894 a {
    position: relative;
    display: inline-block;
    padding-left: 0;
    opacity: 0.85;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    font-size: calc(14px * 0.95);
}.whatsapp-grp-306 .head-teach-508 .header-lesson-894 a::before {
    content: '';
    height: 1px;
    position: absolute;
    width: 0;
    transform-origin: left;
    transition: width 0.3s ease, transform 0.3s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(174,180,165), transparent);
    bottom: -2px;
}.whatsapp-grp-306 .head-teach-508 .header-lesson-894 a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 5px;
}.whatsapp-grp-306 .head-teach-508 .header-lesson-894 a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(174,180,165,0.5);
}.assign-help-213 {
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 0;
}.assign-help-213::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(174,180,165,0.5), transparent);
    top: 0;
    content: '';
    right: 0;
    left: 0;
    position: absolute;
}.assign-help-213 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.assign-help-213 .encrypt-cta-491 {
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
    text-align: center;
    opacity: 0.8;
    color: #ffffff;
    font-size: 14px;
}.assign-help-213 .encrypt-cta-491:hover {
    opacity: 1;
}

@media (max-width: 991px) {.whatsapp-grp-306 {
    padding: 60px 0 30px;
}.whatsapp-grp-306 .container {
    flex-direction: column;
}.whatsapp-grp-306 .company_holder {
    margin-bottom: 40px;
    padding-right: 0;
    flex: 0 0 100%;
}.whatsapp-grp-306 .company_holder::after {
    display: none;
}.whatsapp-grp-306 .equity-info-096 {
    flex: 0 0 100%;
}.whatsapp-grp-306 .head-teach-508 {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.whatsapp-grp-306 {
    padding: 40px 0 20px;
}.whatsapp-grp-306 .header-lesson-894 {
    flex-direction: column;
}.whatsapp-grp-306 .head-teach-508 {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.whatsapp-grp-306 .company_holder h3 {
    font-size: calc(28px * 0.8);
}.whatsapp-grp-306 .head-teach-508 h5 {
    font-size: calc(20px * 0.9);
}.assign-help-213 .encrypt-cta-491 {
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.whatsapp-grp-306 {
    padding: 30px 0 15px;
}.whatsapp-grp-306 .company_holder {
    margin-bottom: 30px;
}.whatsapp-grp-306 .company_holder h3 {
    font-size: calc(28px * 0.7);
}.whatsapp-grp-306 .head-teach-508 h5 {
    font-size: calc(20px * 0.8);
}.assign-help-213 {
    padding: 10px 0;
}.assign-help-213 .encrypt-cta-491 {
    font-size: calc(14px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    position: absolute;
    z-index: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    background-size: 50px 50px;
    bottom: 0;
    opacity: 0.3;
    left: 0;
    top: 0;
    content: '';
    right: 0;
}.whatsapp-grp-306 .company_holder h3 {
    overflow: hidden;
    position: relative;
}.whatsapp-grp-306 .company_holder h3::before {
    width: 100%;
    position: absolute;
    content: '';
    transition: 0.5s;
    top: 0;
    pointer-events: none;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.whatsapp-grp-306 .company_holder h3:hover::before {
    left: 100%;
}.welcome-board-430 {
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
    background: linear-gradient(125deg, #000000 0%, rgb(145,151,131,0.5) 100%);
    min-height: 650px;
}.welcome-board-430 .training-track-651 {
    position: relative;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}.welcome-board-430 .main-entry-870 {
    left: 0;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    top: 0;
    z-index: 1;
}.welcome-board-430 .main-entry-870::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 80%,
        #000000 100%
    );
    content: '';
}.welcome-board-430 .edu-intro-796 {
    height: 100%;
    width: 500%;
    animation: parallax-carousel 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    display: flex;
}.welcome-board-430 .learn-base-875 {
    height: 100%;
    position: relative;
    width: 20%;
    overflow: hidden;
}.welcome-board-430 .learn-base-875:nth-child(odd) {
    filter: saturate(1.1) contrast(1.05);
}.welcome-board-430 .learn-base-875:nth-child(even) {
    filter: saturate(1.2) contrast(1.1);
}.welcome-board-430 .learn-base-875::before {
    z-index: 2;
    position: absolute;
    background: rgb(174,180,165,0.5);
    opacity: 0.15;
    content: '';
    inset: 0;
}.welcome-board-430 .learn-base-875 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 1s ease;
    transform: translateY(0);
}.welcome-board-430 .word-box-374 {
    text-align: center;
    padding: 3rem 10% 5rem;
    bottom: 0;
    z-index: 10;
    left: 0;
    background: linear-gradient(
        to top,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 70%,
        transparent 100%
    );
    position: absolute;
    width: 100%;
}.welcome-board-430 .word-box-374 h1 {
    font-size: calc(42px * 1.5);
    color: #ffffff;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
}.welcome-board-430 .word-box-374 h1::after {
    position: absolute;
    content: '';
    bottom: -10px;
    height: 2px;
    transform-origin: center;
    left: 0;
    background: rgb(174,180,165);
    width: 100%;
    animation: pulse-width 4s ease-in-out infinite;
}.welcome-board-430 .word-box-374 p {
    font-size: calc(13px * 1.1);
    margin-right: auto;
    opacity: 0.9;
    max-width: 800px;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    margin-left: auto;
    color: #ffffff;
}.welcome-board-430 .word-box-374 .connect-reach-428 {
    padding: 15px 40px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: inline-block;
    transition: all 0.4s ease;
    background: rgb(174,180,165);
    font-size: 20px;
    overflow: hidden;
    color: #ffffff;
    border-radius: 22px;
}.welcome-board-430 .word-box-374 .connect-reach-428::before {
    transform-origin: right;
    inset: 0;
    content: '';
    transition: transform 0.4s ease;
    transform: scaleX(0);
    background: rgb(145,151,131);
    z-index: -1;
    position: absolute;
}.welcome-board-430 .word-box-374 .connect-reach-428:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.welcome-board-430 .word-box-374 .connect-reach-428:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}@keyframes parallax-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes pulse-width {
    0%, 100% {
        opacity: 0.8;
        width: 100%;
    }
    50% {
        opacity: 1;
        width: 70%;
    }
}

.welcome-board-430::after {
    background: linear-gradient(
        125deg,
        rgb(174,180,165,0.5) 0%,
        transparent 70%
    );
    z-index: 3;
    left: 0;
    opacity: 0.05;
    pointer-events: none;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
}

@media (max-width: 1200px) {.welcome-board-430 .word-box-374 {
    padding: 3rem 8% 4rem;
}.welcome-board-430 .word-box-374 h1 {
    font-size: calc(42px * 1.3);
}.welcome-board-430 .word-box-374 p {
    font-size: 13px;
}
}

@media (max-width: 992px) {.welcome-board-430 {
    min-height: 600px;
}.welcome-board-430 .main-entry-870 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}.welcome-board-430 .word-box-374 {
    padding: 2.5rem 6% 3.5rem;
}.welcome-board-430 .word-box-374 h1 {
    font-size: calc(42px * 1.2);
}
}

@media (max-width: 768px) {.welcome-board-430 {
    min-height: 550px;
}.welcome-board-430 .main-entry-870 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}.welcome-board-430 .word-box-374 {
    padding: 2rem 5% 3rem;
}.welcome-board-430 .word-box-374 h1 {
    font-size: 42px;
}.welcome-board-430 .word-box-374 h1::after {
    bottom: -5px;
}.welcome-board-430 .word-box-374 p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.welcome-board-430 {
    min-height: 500px;
}.welcome-board-430 .main-entry-870 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 98%, 0 90%);
}.welcome-board-430 .word-box-374 {
    padding: 1.5rem 5% 2.5rem;
}.welcome-board-430 .word-box-374 h1 {
    font-size: calc(42px * 0.9);
    margin-bottom: 1rem;
}.welcome-board-430 .word-box-374 p {
    font-size: calc(13px * 0.9);
    margin-bottom: 2rem;
}.welcome-board-430 .word-box-374 .connect-reach-428 {
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
}

}

@media (orientation: landscape) and (max-height: 600px) {.welcome-board-430 {
    min-height: 450px;
    height: auto;
}.welcome-board-430 .word-box-374 {
    padding: 1.5rem 5% 2rem;
}.welcome-board-430 .word-box-374 h1 {
    margin-bottom: 0.8rem;
}.welcome-board-430 .word-box-374 p {
    margin-bottom: 1.5rem;
}}.connect-form-785 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(205,209,192);
}.connect-form-785::before {
    left: 0;
    height: 100%;
    background-size: 40px 40px;
    opacity: 0.03;
    content: "";
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(174,180,165,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(174,180,165,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(174,180,165,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(174,180,165,0.5) 75%);
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
}.connect-form-785::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(174,180,165,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    content: "";
    top: -50%;
    right: -50%;
    z-index: 0;
}.connect-form-785 .pic-show-382 {
    opacity: 0.1;
    filter: saturate(0.5) brightness(1.2);
    z-index: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.connect-form-785 .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.connect-form-785 h3 {
    color: rgb(174,180,165);
    text-align: center;
    position: relative;
    font-size: 29px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
}.connect-form-785 h3::before {
    content: "";
    bottom: -15px;
    left: 50%;
    background: rgb(174,180,165);
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    width: 80px;
}.connect-form-785 h3::after {
    width: 40px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(145,151,131);
    content: "";
    height: 2px;
}.connect-form-785 .request-request-530 {
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 5px 25px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    z-index: 2;
    background: #ffffff;
    display: flex;
}.connect-form-785 .connect-grid-037 {
    position: relative;
    flex: 1 1 60%;
    padding: 50px;
}.connect-form-785 .connect-grid-037::before {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(205,209,192), transparent);
    width: 1px;
    right: 0;
}.connect-form-785 .connect-grid-037 h3 {
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
}.connect-form-785 .connect-grid-037 h3::before {
    width: 50px;
    transform: none;
    left: 0;
    bottom: -10px;
}.connect-form-785 .connect-grid-037 h3::after {
    transform: none;
    bottom: -18px;
    left: 0;
    width: 25px;
}.connect-form-785 .connect-grid-037 input[type="text"],
.connect-form-785 .connect-grid-037 textarea {
    font-size: 15px;
    padding: 15px 20px;
    color: #000000;
    width: 100%;
    background: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    border: 2px solid rgb(205,209,192);
    border-radius: 10px;
    transition: all 0.3s ease;
}.connect-form-785 .connect-grid-037 input[type="text"]:focus,
.connect-form-785 .connect-grid-037 textarea:focus {
    outline: none;
    border-color: rgb(174,180,165);
    box-shadow: 0 0 0 4px rgb(174,180,165,0.5);
}.connect-form-785 .connect-grid-037 textarea {
    min-height: 140px;
    resize: vertical;
}.connect-form-785 .connect-grid-037 .reach-message-305 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.connect-form-785 .connect-grid-037 .reach-message-305 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-form-785 .connect-grid-037 .reach-message-305 label {
    padding-left: 30px;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
}.connect-form-785 .connect-grid-037 .reach-message-305 label::before {
    content: "";
    border: 2px solid rgb(205,209,192);
    width: 18px;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    top: 3px;
    height: 18px;
    border-radius: 2px;
}.connect-form-785 .connect-grid-037 .reach-message-305 input[type="checkbox"]:checked + label::before {
    border-color: rgb(174,180,165);
    background: rgb(174,180,165);
}.connect-form-785 .connect-grid-037 .reach-message-305 input[type="checkbox"]:checked + label::after {
    top: 8px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    left: 6px;
    height: 10px;
    width: 6px;
    content: "";
}.connect-form-785 .connect-grid-037 .reach-message-305 a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(174,180,165);
    text-decoration: none;
    position: relative;
}.connect-form-785 .connect-grid-037 .reach-message-305 a::after {
    content: "";
    transform-origin: right;
    height: 1px;
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(174,180,165);
    bottom: -2px;
    transform: scaleX(0);
    left: 0;
}.connect-form-785 .connect-grid-037 .reach-message-305 a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.connect-form-785 .connect-grid-037 .connect-reach-428 {
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    overflow: hidden;
    background: rgb(174,180,165);
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 35px;
    font-size: 19px;
}.connect-form-785 .connect-grid-037 .connect-reach-428::before {
    left: 0;
    height: 100%;
    content: "";
    width: 0;
    background: rgb(145,151,131);
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    top: 0;
}.connect-form-785 .connect-grid-037 .connect-reach-428:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.connect-form-785 .connect-grid-037 .connect-reach-428:hover::before {
    width: 100%;
}.connect-form-785 .query-support-481 {
    justify-content: center;
    background: linear-gradient(to bottom right, rgb(205,209,192), #ffffff);
    flex: 1 1 35%;
    display: flex;
    flex-direction: column;
    padding: 50px;
    position: relative;
}.connect-form-785 .query-support-481::before {
    background-size: 30px 30px;
    opacity: 0.03;
    position: absolute;
    height: 100%;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    top: 0;
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(174,180,165,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(174,180,165,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(174,180,165,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(174,180,165,0.5) 75%);
    content: "";
}.connect-form-785 .query-support-481 h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
}.connect-form-785 .query-support-481 h4::after {
    position: absolute;
    bottom: -10px;
    background: rgb(174,180,165);
    width: 40px;
    content: "";
    height: 2px;
    left: 0;
}.connect-form-785 .query-support-481 .help-panel-567 {
    list-style: none;
    padding: 0;
    margin: 0;
}.connect-form-785 .query-support-481 .help-panel-567 li {
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    display: flex;
    padding: 15px;
    border-radius: 10px;
}.connect-form-785 .query-support-481 .help-panel-567 li:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}.connect-form-785 .query-support-481 .help-panel-567 li svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
    transition: all 0.3s ease;
}.connect-form-785 .query-support-481 .help-panel-567 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.connect-form-785 .query-support-481 .help-panel-567 li svg path {
    fill: rgb(174,180,165);
    transition: all 0.3s ease;
}.connect-form-785 .query-support-481 .help-panel-567 li:hover svg path {
    fill: rgb(145,151,131);
}.connect-form-785 .query-support-481 .help-panel-567 li span {
    font-size: 15px;
    color: #000000;
}.connect-form-785 .query-support-481 .help-panel-567 li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.connect-form-785 .query-support-481 .help-panel-567 li a:hover {
    color: rgb(174,180,165);
}

@media (max-width: 992px) {.connect-form-785 {
    padding: 60px 0;
}.connect-form-785 h3 {
    margin-bottom: 40px;
}.connect-form-785 .request-request-530 {
    flex-direction: column;
}.connect-form-785 .connect-grid-037,
    .connect-form-785 .query-support-481 {
    flex: 1 1 100%;
}.connect-form-785 .connect-grid-037::before {
    display: none;
}.connect-form-785 .connect-grid-037 {
    padding: 40px;
}.connect-form-785 .query-support-481 {
    padding: 40px;
}
}

@media (max-width: 768px) {.connect-form-785 {
    padding: 50px 0;
}.connect-form-785 h3 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.8);
}.connect-form-785 .connect-grid-037 h3,
    .connect-form-785 .query-support-481 h4 {
    font-size: calc(19px * 0.9);
}.connect-form-785 .connect-grid-037,
    .connect-form-785 .query-support-481 {
    padding: 30px;
}.connect-form-785 .connect-grid-037 input[type="text"],
    .connect-form-785 .connect-grid-037 textarea {
    padding: 12px 15px;
}.connect-form-785 .connect-grid-037 .connect-reach-428 {
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.connect-form-785 {
    padding: 40px 0;
}.connect-form-785 h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 30px;
}.connect-form-785 .connect-grid-037,
    .connect-form-785 .query-support-481 {
    padding: 25px 20px;
}.connect-form-785 .connect-grid-037 input[type="text"],
    .connect-form-785 .connect-grid-037 textarea {
    margin-bottom: 15px;
}.connect-form-785 .connect-grid-037 .reach-message-305 label {
    font-size: calc(13px * 0.9);
}.connect-form-785 .connect-grid-037 .connect-reach-428 {
    padding: 12px 20px;
    width: 100%;
}.connect-form-785 .query-support-481 .help-panel-567 li {
    padding: 12px;
    margin-bottom: 15px;
}}.newsletter-signup-692 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,209,192) 0%, rgb(145,151,131,0.5) 100%);
    padding: 5rem 2rem;
}.newsletter-signup-692::before {
    animation: rotateBg 30s linear infinite;
    left: -50%;
    opacity: 0.3;
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    z-index: 1;
    content: "";
    background: 
        radial-gradient(circle at 30% 30%, rgb(174,180,165,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(145,151,131,0.5) 0%, transparent 50%);
}@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.newsletter-signup-692 .training-track-651 {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.newsletter-signup-692 .inquiry-info-248 {
    margin-left: 5%;
    width: 80%;
    position: relative;
    max-width: 800px;
    flex-direction: column;
    display: flex;
}.newsletter-signup-692 h3 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 0 0;
    position: relative;
    transform: translateX(-5%);
    background: #ffffff;
    font-size: 21px;
    margin-bottom: 0;
    color: #000000;
    z-index: 3;
    padding: 1.5rem 2rem;
    font-weight: 700;
}.newsletter-signup-692 h3::after {
    background: rgb(174,180,165);
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    z-index: -1;
    bottom: -15px;
}.newsletter-signup-692 .input_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    position: relative;
    padding: 2.5rem 3rem;
    transform: translateX(5%);
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 0 10px 10px;
    z-index: 2;
}.newsletter-signup-692 input[type="email"] {
    flex: 1 1 250px;
    background: rgb(205,209,192);
    border-radius: 10px;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
    z-index: 1;
    border: none;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
}.newsletter-signup-692 input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(174,180,165);
    transform: translateY(-5px);
    outline: none;
}.newsletter-signup-692 input[type="submit"] {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    background: rgb(174,180,165);
    flex: 0 0 auto;
    overflow: hidden;
    padding: 1rem 2rem;
    font-family: Arial, sans-serif;
}.newsletter-signup-692 input[type="submit"]::before {
    top: 0;
    background: rgb(145,151,131);
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    left: -100%;
    z-index: -1;
    content: "";
}.newsletter-signup-692 input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.newsletter-signup-692 input[type="submit"]:hover::before {
    left: 0;
}.newsletter-signup-692::after {
    height: 70%;
    z-index: 1;
    width: 40%;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(174,180,165) 49.5%, rgb(174,180,165) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(174,180,165) 49.5%, rgb(174,180,165) 50.5%, transparent 50.5%);
    top: 15%;
    animation: patternMove 15s linear infinite;
    position: absolute;
    pointer-events: none;
    opacity: 0.1;
    right: -10%;
    background-size: 20px 20px;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.newsletter-signup-692 .input_holder::before {
    right: -50px;
    opacity: 0.3;
    position: absolute;
    border: 2px solid rgb(145,151,131,0.5);
    height: 100px;
    border-radius: 50%;
    content: "";
    top: -30px;
    width: 100px;
    pointer-events: none;
}.newsletter-signup-692 .input_holder::after {
    left: 10%;
    height: 50px;
    transform: rotate(180deg);
    position: absolute;
    width: 50px;
    opacity: 0.5;
    content: "";
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: -25px;
    background: rgb(174,180,165,0.5);
}

@media (max-width: 992px) {.newsletter-signup-692 .inquiry-info-248 {
    width: 90%;
    margin: 0 auto;
}.newsletter-signup-692 h3 {
    transform: translateX(0);
}.newsletter-signup-692 .input_holder {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.newsletter-signup-692 {
    padding: 4rem 1.5rem;
}.newsletter-signup-692 .inquiry-info-248 {
    width: 100%;
}.newsletter-signup-692 h3 {
    font-size: calc(21px * 0.9);
    padding: 1.2rem 1.5rem;
}.newsletter-signup-692 .input_holder {
    padding: 2rem;
}.newsletter-signup-692 input[type="email"] {
    margin-right: 0;
    flex: 1 1 100%;
}.newsletter-signup-692 input[type="submit"] {
    margin-top: 1rem;
    width: 100%;
}
}

@media (max-width: 480px) {.newsletter-signup-692 {
    padding: 3rem 1rem;
}.newsletter-signup-692 h3 {
    padding: 1rem 1.2rem;
    font-size: calc(21px * 0.8);
}.newsletter-signup-692 .input_holder {
    padding: 1.5rem;
}.newsletter-signup-692 input[type="email"] {
    padding: 0.8rem 1rem;
}.newsletter-signup-692 input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.newsletter-signup-692 .input_holder::before,
    .newsletter-signup-692 .input_holder::after {
    display: none;
}}.data-statistics-348 {
    overflow: hidden;
    background: rgb(205,209,192);
    position: relative;
    padding: 120px 0;
}.data-statistics-348::before {
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(174,180,165,0.5),
        rgb(174,180,165,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    opacity: 0.1;
    left: 0;
    position: absolute;
}.data-statistics-348 .container {
    padding: 0 30px;
    position: relative;
    max-width: 1400px;
    z-index: 10;
    margin: 0 auto;
}.data-statistics-348 h2 {
    font-family: Arial, sans-serif;
    padding-left: 30px;
    color: #000000;
    text-align: left;
    position: relative;
    font-size: 28px;
    margin-bottom: 80px;
    font-weight: 700;
    border-left: 5px solid rgb(174,180,165);
}.data-statistics-348 ul {
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 40px;
    margin: 0;
    padding: 0;
}.data-statistics-348 .value-statistics-980 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: grid;
    transition: all 0.4s ease-out;
    border-radius: 19px;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    position: relative;
    overflow: hidden;
    grid-template-columns: 40% 60%;
}.data-statistics-348 .value-statistics-980:nth-child(even) {
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.9));
    grid-template-columns: 60% 40%;
    direction: rtl;
}.data-statistics-348 .value-statistics-980 p {
    padding: 40px;
    color: rgb(174,180,165);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(205,209,192);
    text-shadow: 0 0 15px rgb(174,180,165,0.5);
    font-size: calc(42px * 1.5);
    font-weight: 700;
    position: relative;
    margin: 0;
    direction: ltr;
}.data-statistics-348 .value-statistics-980 span {
    align-items: center;
    display: flex;
    font-size: 20px;
    padding: 40px;
    font-weight: 400;
    direction: ltr;
    z-index: 2;
    position: relative;
    color: #000000;
    line-height: 1.7;
}.data-statistics-348 .value-statistics-980::before {
    left: -50%;
    transition: all 0.5s ease-out;
    transform: scale(0.5);
    height: 200%;
    opacity: 0;
    position: absolute;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(174,180,165,0.5) 0%,
        transparent 70%
    );
    content: "";
    width: 200%;
    z-index: 1;
}.data-statistics-348 .value-statistics-980:hover::before {
    transform: scale(1);
    opacity: 0.2;
}.data-statistics-348 .value-statistics-980 p::after {
    transition: transform 0.4s ease-out;
    transform-origin: left;
    position: absolute;
    bottom: 50%;
    background: rgb(145,151,131);
    content: "";
    width: 70%;
    transform: scaleX(0);
    height: 1px;
}.data-statistics-348 .value-statistics-980:nth-child(odd) p::after {
    transform-origin: right;
    right: -35%;
}.data-statistics-348 .value-statistics-980:nth-child(even) p::after {
    left: -35%;
}.data-statistics-348 .value-statistics-980:hover p::after {
    transform: scaleX(1);
}.data-statistics-348 svg {
    z-index: 3;
    right: 20px;
    position: absolute;
    fill: rgb(145,151,131);
    transition: transform 0.3s ease;
    height: 30px;
    width: 30px;
    top: 20px;
}.data-statistics-348 .value-statistics-980:nth-child(even) svg {
    left: 20px;
    right: auto;
}.data-statistics-348 svg path {
    fill: rgb(145,151,131);
}.data-statistics-348 .value-statistics-980:hover svg {
    transform: rotate(45deg);
}@keyframes borderFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.data-statistics-348 .value-statistics-980 {
    position: relative;
}.data-statistics-348 .value-statistics-980::after {
    animation: borderFlow 3s linear infinite;
    position: absolute;
    background-size: 200% 200%;
    border-radius: 19px;
    mask-composite: exclude;
    inset: 0;
    content: "";
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    border: 1px solid transparent;
    background: linear-gradient(90deg, rgb(174,180,165), rgb(145,151,131), rgb(174,180,165)) border-box;
    pointer-events: none;
}.program-overview-853 {
    background: linear-gradient(135deg, rgb(205,209,192) 0%, rgba(245, 247, 251, 0.92) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.program-overview-853::before {
    right: -5%;
    position: absolute;
    z-index: 1;
    top: -10%;
    opacity: 0.15;
    width: 40%;
    content: "";
    transform: rotate(-15deg) skewX(20deg);
    height: 70%;
    pointer-events: none;
    background: linear-gradient(210deg, rgb(174,180,165,0.5) 0%, transparent 80%);
}.program-overview-853::after {
    pointer-events: none;
    width: 50%;
    left: -5%;
    background: linear-gradient(150deg, rgb(145,151,131,0.5) 0%, transparent 90%);
    z-index: 1;
    transform: rotate(10deg) skewX(-15deg);
    content: "";
    bottom: -10%;
    position: absolute;
    height: 60%;
    opacity: 0.12;
}.program-overview-853 .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.program-overview-853 .skill-map-284 {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.program-overview-853 .pic-show-382 {
    position: relative;
    transform: perspective(1000px) rotateY(3deg) rotateX(1deg);
    transition: transform 0.6s cubic-bezier(0.21, 1.05, 0.81, 1), 
                box-shadow 0.6s cubic-bezier(0.21, 1.05, 0.81, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 
                0 5px 20px -5px rgba(0, 0, 0, 0.1);
    height: 350px;
    overflow: hidden;
}.program-overview-853 .pic-show-382:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2), 
                0 10px 30px -5px rgba(0, 0, 0, 0.15);
}.program-overview-853 .pic-show-382::before {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
                transparent 0%, 
                rgba(rgb(174,180,165), 0.05) 50%, 
                rgba(rgb(145,151,131), 0.1) 100%);
    content: "";
    height: 100%;
}.program-overview-853 .pic-show-382::after {
    height: 140%;
    content: "";
    position: absolute;
    transition: opacity 0.8s ease, transform 0.8s ease;
    top: -20%;
    z-index: 2;
    transform: scale(1.2);
    width: 140%;
    pointer-events: none;
    left: -20%;
    background: radial-gradient(ellipse at center, 
                rgba(255, 255, 255, 0.2) 0%, 
                transparent 60%);
    opacity: 0;
}.program-overview-853 .pic-show-382:hover::after {
    opacity: 1;
    transform: scale(1);
}.program-overview-853 .word-box-374 {
    position: relative;
    border-left: 4px solid rgb(174,180,165);
    padding: 30px;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.95) 0%, 
                rgba(252, 252, 255, 0.98) 100%);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.08), 
                0 5px 15px -5px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.21, 1.05, 0.81, 1);
    transform: perspective(1000px) rotateY(-1deg) rotateX(1deg);
}.program-overview-853 .word-box-374:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.program-overview-853 .word-box-374::before {
    position: absolute;
    left: -30px;
    height: 60px;
    transform: rotate(45deg);
    content: "";
    opacity: 0.15;
    z-index: -1;
    width: 60px;
    top: 30px;
    background-color: rgb(174,180,165);
}.program-overview-853 h3 {
    position: relative;
    font-size: calc(23px * 1.1);
    color: #000000;
    padding-bottom: 15px;
    transform: translateX(-5px);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
}.program-overview-853 h3::after {
    content: "";
    width: 80px;
    background: linear-gradient(90deg, 
                rgb(174,180,165) 0%, 
                rgb(145,151,131) 100%);
    transition: transform 0.4s ease;
    height: 3px;
    bottom: 0;
    position: absolute;
    transform-origin: left center;
    left: 0;
}.program-overview-853 .word-box-374:hover h3::after {
    transform: scaleX(1.5);
}.program-overview-853 .description {
    font-size: 15px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 25px;
    opacity: 0.95;
    color: #000000;
}.program-overview-853 p.description {
    overflow-y: auto;
    margin-bottom: 30px;
    scrollbar-color: rgb(174,180,165,0.5) transparent;
    max-height: 250px;
    display: block;
    scrollbar-width: thin;
    padding-right: 15px;
}.program-overview-853 p.description::-webkit-scrollbar {
    width: 4px;
}.program-overview-853 p.description::-webkit-scrollbar-track {
    background: transparent;
}.program-overview-853 p.description::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: rgb(174,180,165,0.5);
}.program-overview-853 span.description {
    display: none;
}

@media (min-width: 768px) {.program-overview-853 .skill-map-284 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.program-overview-853 .pic-show-382 {
    transform: perspective(1000px) rotateY(5deg) rotateX(2deg);
    height: 450px;
}.program-overview-853 h3 {
    margin-bottom: 30px;
    font-size: 33px;
}
}

@media (min-width: 992px) {.program-overview-853 {
    padding: 150px 0;
}.program-overview-853 .skill-map-284 {
    gap: 80px;
}.program-overview-853 .pic-show-382 {
    height: 500px;
    transform: perspective(1200px) rotateY(8deg) rotateX(3deg);
}.program-overview-853 .word-box-374 {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
    padding: 40px 50px 40px 40px;
}.program-overview-853 p.description {
    max-height: 300px;
}
}

@media (min-width: 1200px) {.program-overview-853 .skill-map-284 {
    gap: 100px;
}.program-overview-853 .pic-show-382 {
    height: 550px;
}.program-overview-853 h3 {
    font-size: calc(33px * 1.1);
}.program-overview-853 .word-box-374 {
    padding: 50px 60px 50px 50px;
}.program-overview-853 p.description {
    max-height: 350px;
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.program-overview-853 {
    padding: 80px 0;
}.program-overview-853 .word-box-374 {
    padding: 25px 20px;
}.program-overview-853 h3 {
    font-size: calc(23px * 1.05);
    padding-bottom: 12px;
    margin-bottom: 20px;
}.program-overview-853 .pic-show-382 {
    height: 250px;
}.program-overview-853 p.description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    max-height: 200px;
}}.gratitudeHub-703 {
    background: linear-gradient(135deg, rgb(205,209,192) 0%, rgb(145,151,131,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
}.gratitudeHub-703::before {
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(174,180,165,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(145,151,131,0.5) 0%, transparent 40%);
    z-index: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
}.gratitudeHub-703::after {
    top: -50%;
    z-index: 0;
    position: absolute;
    transform: rotate(25deg);
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.05;
    height: 100%;
    content: "";
    width: 100%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: -50%;
}.gratitudeHub-703 .container {
    margin: 0 auto;
    z-index: 2;
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
    transform: translateZ(0);
}.gratitudeHub-703 h2 {
    border-left: 5px solid rgb(174,180,165);
    padding-left: 1.5rem;
    max-width: 90%;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    animation: slide-up 0.8s ease-out forwards;
    position: relative;
    transform: translateY(30px);
    text-align: left;
    opacity: 0;
    line-height: 1.3;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
}.gratitudeHub-703 .training-track-651 {
    overflow: hidden;
    opacity: 0;
    animation: slide-up 0.8s ease-out forwards 0.2s;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    position: relative;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: translateY(30px);
}.gratitudeHub-703 .training-track-651::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(174,180,165) 0%, rgb(145,151,131) 100%);
    top: 0;
    left: 0;
    content: "";
    height: 5px;
}.gratitudeHub-703 ul {
    padding: 0;
    position: relative;
    list-style: none;
    margin: 0;
}.gratitudeHub-703 li {
    position: relative;
    padding: 0.5rem 0;
}.gratitudeHub-703 li::before {
    top: 0;
    left: -1.5rem;
    content: "";
    transform-origin: top;
    height: 100%;
    background: rgb(174,180,165,0.5);
    animation: grow-line 1.2s ease-out forwards 0.8s;
    opacity: 0;
    position: absolute;
    transform: scaleY(0);
    width: 3px;
}.gratitudeHub-703 li span {
    font-size: 16px;
    font-family: Arial, sans-serif;
    transform: translateX(20px);
    animation: fade-in-text 1s ease-out forwards 0.6s;
    display: block;
    opacity: 0;
    text-align: left;
    position: relative;
    padding-left: 0.5rem;
    line-height: 1.8;
    color: #000000;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.gratitudeHub-703 .training-track-651:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateZ(0) scale(1.01);
}

@media (max-width: 991px) {.gratitudeHub-703 {
    padding: 4rem 1.5rem;
}.gratitudeHub-703 h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.gratitudeHub-703 .training-track-651 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.gratitudeHub-703 {
    padding: 3rem 1rem;
}.gratitudeHub-703 h2 {
    padding-left: 1rem;
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
    border-left: 3px solid rgb(174,180,165);
}.gratitudeHub-703 .training-track-651 {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
    padding: 1.5rem;
}.gratitudeHub-703 li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.gratitudeHub-703 {
    padding: 2rem 0.8rem;
}.gratitudeHub-703 h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.2rem;
}.gratitudeHub-703 .training-track-651 {
    padding: 1.2rem;
}.gratitudeHub-703 li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (min-width: 1200px) {.gratitudeHub-703 .container {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}.gratitudeHub-703 h2 {
    margin-left: 3rem;
    max-width: 80%;
}.gratitudeHub-703 .training-track-651 {
    margin-left: auto;
    width: 85%;
    transform: translateY(30px) translateX(-2rem);
}.gratitudeHub-703 .training-track-651:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.gratitudeHub-703 .training-track-651 {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.cookie-warning-dialog-532 {
    z-index: 90;
    bottom: 0;
    position: fixed;
    background: rgb(205,209,192);
    width: 100%;
    border-top: 2px solid rgb(174,180,165);
}.track-edu-548 {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.cookie-warning-dialog-532 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookieDialogWindow-683 {
    display: none;
}#cookieDialogWindow-683:checked ~ .cookie-warning-dialog-532 {
    opacity: 0;
    visibility: hidden;
}.cookie-warning-dialog-532 p {
    font-size: 18px;
}.cookie-eductrl-168 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-eductrl-168 svg, .cookie-eductrl-168 svg path, .cookie-eductrl-168 img {
    width: 100px;
    fill: rgb(174,180,165);
    height: 100px;
}.data-accept-735 {
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid rgb(174,180,165);
    white-space: nowrap;
    margin-left: 10px;
    flex-shrink: 0;
    color: rgb(174,180,165);
    min-width: 120px;
    font-size: 24px;
    line-height: 35px;
    cursor: pointer;
}.cookie-warning-dialog-532 p a {
    color: rgb(174,180,165);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-warning-dialog-532 {
    padding: 20px;
}}

.wrapper-segment-953 .cookie-warning-dialog-532 {
    background: rgb(145,151,131);
    box-shadow: rgb(145,151,131,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
}.wrapper-segment-953 .data-accept-735 {
    font-weight: 400;
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
    background: rgb(174,180,165);
    border: none;
    color: #ffffff;
}.wrapper-segment-953 .cookie-option-139 h5, .wrapper-segment-953 .cookie-option-139 p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie-eductrl-168 {
    display: none;
}.track-edu-548 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-warning-dialog-532 h5 {
    text-align: center;
}.cookie-warning-dialog-532 p {
    text-align: center;
}.cookie-option-139 {
    margin-bottom: 20px;
}body .wrapper-segment-953 .data-accept-735 {
    margin-bottom: 10px;
    margin-left: 0;
}}.academic-expertise-714 {
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(205,209,192) 100%);
    padding: 120px 0;
    overflow: hidden;
}.academic-expertise-714::before {
    left: 0;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(174,180,165,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(145,151,131,0.5) 0%, transparent 30%);
    animation: pulse 20s infinite alternate;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
}.academic-expertise-714 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    perspective: 1200px;
}.academic-expertise-714 .review-space-236 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-rows: auto auto auto;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
    gap: 10px 30px;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    grid-template-columns: 1.2fr 0.8fr;
    display: grid;
    position: relative;
}.academic-expertise-714 .review-space-236:hover {
    transform: rotateY(0deg) translateZ(10px);
}.academic-expertise-714 .job-milestones-513 {
    padding: 50px 40px;
    grid-area: quote;
    border-radius: 25px;
    line-height: 1.7;
    font-size: 15px;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(174,180,165,0.5);
    z-index: 1;
    font-weight: 300;
    margin: 0;
    color: #ffffff;
    transform: translateZ(20px);
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}.academic-expertise-714 .job-milestones-513::before {
    line-height: 1;
    top: 15px;
    content: "";
    position: absolute;
    font-size: calc(45px * 2);
    color: rgb(174,180,165);
    left: 20px;
}.academic-expertise-714 .pic-show-382 {
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    height: 280px;
    transform: translateZ(40px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(174,180,165,0.5);
    grid-area: photo;
}.academic-expertise-714 .review-space-236:hover .pic-show-382 {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(174,180,165,0.5);
    transform: translateZ(60px) translateX(-10px);
}.academic-expertise-714 .name {
    transform: translateZ(30px);
    background: rgb(174,180,165);
    padding: 15px 20px;
    z-index: 2;
    grid-area: name;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    transition: transform 0.3s ease;
    border-radius: 10px;
    font-weight: 700;
}.academic-expertise-714 .review-space-236:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.academic-expertise-714 .review-space-236 > span:not(.name) {
    font-size: 15px;
    border-radius: 10px;
    grid-area: job;
    font-weight: 600;
    transform: translateZ(25px);
    color: rgb(145,151,131);
    transition: transform 0.3s ease;
    padding: 10px 15px;
    background: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2;
}.academic-expertise-714 .review-space-236:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.academic-expertise-714 {
    padding: 80px 0;
}.academic-expertise-714 .review-space-236 {
    grid-template-columns: 1fr;
    transform: none;
    grid-template-areas:
      "pic-show-382"
      "name"
      "experience-area-604"
      "job-milestones-513";
    gap: 15px;
    grid-template-rows: auto auto auto auto;
}.academic-expertise-714 .job-milestones-513,
  .academic-expertise-714 .pic-show-382,
  .academic-expertise-714 .name,
  .academic-expertise-714 .review-space-236 > span:not(.name) {
    transform: none;
}.academic-expertise-714 .review-space-236:hover .job-milestones-513,
  .academic-expertise-714 .review-space-236:hover .pic-show-382,
  .academic-expertise-714 .review-space-236:hover .name,
  .academic-expertise-714 .review-space-236:hover > span:not(.name) {
    transform: none;
}.academic-expertise-714 .pic-show-382 {
    height: 240px;
    margin: 0 auto;
    width: 90%;
}.academic-expertise-714 .job-milestones-513 {
    padding: 30px;
}.academic-expertise-714 .name,
  .academic-expertise-714 .review-space-236 > span:not(.name) {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
}

@media (max-width: 576px) {.academic-expertise-714 {
    padding: 60px 0;
}.academic-expertise-714 .pic-show-382 {
    width: 100%;
    height: 200px;
}.academic-expertise-714 .job-milestones-513 {
    font-size: calc(15px * 0.95);
    padding: 25px 20px;
}.academic-expertise-714 .name {
    font-size: calc(18px * 0.9);
}.academic-expertise-714 .review-space-236 > span:not(.name) {
    font-size: calc(15px * 0.9);
}
}