* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    auto;
    color: #000000;
    scroll-snap-type: none;
    height: 100%;
    min-height: 100%;
}.telegram-ref-css {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1172px;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.wrapper-canvas-css {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.nav-mentor-css {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    perspective: 1000px;
}footer::before {
    width: 100%;
    opacity: 0.85;
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(147,161,148,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
}footer::after {
    animation: scanline 10s linear infinite;
    z-index: -1;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.telegram-ref-css {
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}.telegram-ref-css::before {
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(104,111,103) 50%, 
                transparent 100%);
    top: 0;
    animation: glowPulse 3s ease-in-out infinite alternate;
    left: 0;
    width: 100%;
    position: absolute;
    height: 2px;
    content: "";
}.telegram-ref-css .container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    display: grid;
    position: relative;
}.telegram-ref-css .company_holder {
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(147,161,148);
    transform-style: preserve-3d;
    border-radius: 12px;
}.telegram-ref-css .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(147,161,148,0.5);
}.telegram-ref-css .company_holder h3 {
    font-size: calc(35px * 0.9);
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 0.75rem;
}.telegram-ref-css .company_holder h3::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 60px;
    left: 0;
    transition: width 0.4s ease-in-out;
    background: rgb(147,161,148);
    content: "";
}.telegram-ref-css .company_holder:hover h3::after {
    width: 100%;
}.telegram-ref-css .level-up-css {
    max-width: 100%;
    font-size: 18px;
    position: relative;
    line-height: 1.7;
    padding-left: 1rem;
    color: rgba(255, 255, 255, 0.8);
}.telegram-ref-css .level-up-css::before {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, 
                rgb(147,161,148) 0%, 
                transparent 100%);
    content: "";
    height: 100%;
    width: 2px;
}.telegram-ref-css .data-viz-css {
    position: relative;
}.telegram-ref-css .top-pagebar-css {
    display: grid;
    gap: 2rem;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
}.telegram-ref-css .nav-core-css {
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.telegram-ref-css .nav-core-css::before {
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    content: "";
    z-index: -1;
    top: -50%;
    width: 200%;
    transition: all 0.6s ease;
    left: -50%;
    transform: rotate(45deg);
    position: absolute;
    height: 200%;
}.telegram-ref-css .nav-core-css:hover::before {
    top: -100%;
    left: -100%;
}.telegram-ref-css .nav-core-css::after {
    transform-style: preserve-3d;
    border-width: 0 25px 25px 0;
    right: 0;
    border-style: solid;
    width: 0;
    transform: translateZ(5px);
    content: "";
    border-color: transparent rgb(147,161,148) transparent transparent;
    position: absolute;
    height: 0;
    transition: all 0.4s ease;
    top: 0;
}.telegram-ref-css .nav-core-css:hover::after {
    border-color: transparent rgb(104,111,103) transparent transparent;
    border-width: 0 35px 35px 0;
}.telegram-ref-css .nav-core-css:hover {
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.telegram-ref-css .nav-core-css h5 {
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}.telegram-ref-css .nav-core-css h5::before {
    width: 100%;
    bottom: -8px;
    background: rgb(104,111,103);
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
}.telegram-ref-css .nav-core-css h5::after {
    left: 0;
    background: rgb(147,161,148);
    height: 3px;
    position: absolute;
    transition: width 0.4s ease-in-out;
    bottom: -8px;
    width: 30%;
    content: "";
}.telegram-ref-css .nav-core-css:hover h5::after {
    width: 100%;
}.telegram-ref-css .nav-core-css .top-pagebar-css {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}.telegram-ref-css .nav-core-css a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    padding: 0.5rem 0;
    font-size: 18px;
    position: relative;
}.telegram-ref-css .nav-core-css a::before {
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: -20px;
    transform: translateZ(5px);
    content: "→";
}.telegram-ref-css .nav-core-css a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
    color: #ffffff;
}.telegram-ref-css .nav-core-css a:hover::before {
    opacity: 1;
    left: 0;
}.leaderboard-css {
    position: relative;
    margin-top: 3rem;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.3);
    padding: 1.5rem 0;
}.leaderboard-css::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(147,161,148) 30%, 
                #ffffff 50%, 
                rgb(104,111,103) 70%, 
                transparent 100%);
    left: 0;
}.leaderboard-css .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.leaderboard-css .webinar-arch-css {
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    font-size: 15px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.6);
}.leaderboard-css .webinar-arch-css:hover {
    box-shadow: 0 0 15px rgba(rgb(147,161,148), 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(104,111,103,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(104,111,103);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.telegram-ref-css .company_holder::before,
.telegram-ref-css .nav-core-css::before {
    filter: blur(30px);
    transition: opacity 0.5s ease;
    opacity: 0;
    width: 100px;
    z-index: -1;
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 100px;
    background: radial-gradient(circle, rgb(147,161,148,0.5) 0%, transparent 70%);
}.telegram-ref-css .company_holder::before {
    bottom: -20px;
    right: -20px;
}.telegram-ref-css .nav-core-css::before {
    left: -20px;
    top: -20px;
}.telegram-ref-css .company_holder:hover::before,
.telegram-ref-css .nav-core-css:hover::before {
    opacity: 0.5;
}.telegram-ref-css .company_holder::after {
    content: "";
    right: 20px;
    top: 20px;
    height: 30px;
    opacity: 0.7;
    border-right: 2px solid rgb(147,161,148);
    position: absolute;
    border-top: 2px solid rgb(147,161,148);
    transition: all 0.4s ease;
    width: 30px;
}.telegram-ref-css .company_holder:hover::after {
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
}

@media (max-width: 992px) {.telegram-ref-css {
    padding: 4rem 0 2rem;
}.telegram-ref-css .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.telegram-ref-css .company_holder,
    .telegram-ref-css .data-viz-css {
    width: 100%;
}.telegram-ref-css .top-pagebar-css {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.telegram-ref-css {
    padding: 3.5rem 0 1.5rem;
}.telegram-ref-css .top-pagebar-css {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.telegram-ref-css .company_holder,
    .telegram-ref-css .nav-core-css {
    padding: 1.5rem;
}.telegram-ref-css .company_holder h3,
    .telegram-ref-css .nav-core-css h5 {
    margin-bottom: 1.25rem;
}.leaderboard-css {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}

@media (max-width: 576px) {.telegram-ref-css {
    padding: 3rem 0 1rem;
}.telegram-ref-css .company_holder {
    padding: 1.25rem;
}.telegram-ref-css .company_holder h3 {
    font-size: calc(35px * 0.8);
}.telegram-ref-css .nav-core-css h5 {
    font-size: calc(22px * 0.9);
}.telegram-ref-css .nav-core-css a,
    .telegram-ref-css .level-up-css {
    font-size: calc(18px * 0.9);
}.leaderboard-css .webinar-arch-css {
    font-size: calc(15px * 0.9);
    padding: 0.4rem 1rem;
}}

.telegram-ref-css .company_holder .level-up-css::after {
    left: 1rem;
    content: "";
    position: absolute;
    height: 3px;
    width: 70px;
    background: linear-gradient(to right, rgb(147,161,148), transparent);
    transition: width 0.4s ease;
    bottom: -10px;
}.telegram-ref-css .company_holder:hover .level-up-css::after {
    width: calc(100% - 1rem);
}.telegram-ref-css::after {
    opacity: 0.3;
    z-index: -2;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: 40px 40px;
    content: "";
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
}.telegram-ref-css .nav-core-css:nth-child(1)::before {
    background: radial-gradient(circle, rgb(147,161,148,0.5) 0%, transparent 70%);
}.telegram-ref-css .nav-core-css:nth-child(2)::before {
    background: radial-gradient(circle, rgb(104,111,103,0.5) 0%, transparent 70%);
}.telegram-ref-css .top-pagebar-css a::after {
    background: linear-gradient(to right, rgb(147,161,148), rgb(104,111,103));
    content: "";
    bottom: 0;
    position: absolute;
    height: 1px;
    width: 0;
    left: 0;
    transition: width 0.3s ease;
}.telegram-ref-css .top-pagebar-css a:hover::after {
    width: 100%;
}.contact-css {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgba(16, 22, 47, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.contact-css::before {
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(147,161,148), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(104,111,103), 0.04) 50%, transparent 100%);
    left: 0;
    content: "";
    width: 100%;
    animation: gridMove 20s linear infinite;
    background-size: 20px 20px, 20px 20px;
    position: absolute;
    top: 0;
    height: 100%;
}.contact-css::after {
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(147,161,148), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(104,111,103), 0.15) 0%, 
        transparent 50%
    );
    opacity: 0.6;
    height: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact-css .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact-css h2 {
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
}.contact-css h2::after {
    content: "";
    border-radius: 1.5px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    height: 3px;
}.contact-css .inquiry-block-css {
    display: grid;
    margin-top: 60px;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.contact-css .inquiry-block-css::before {
    top: -8px;
    border-radius: 10px;
    border: 1px solid rgba(rgb(147,161,148), 0.2);
    content: "";
    z-index: -1;
    position: absolute;
    left: -8px;
    height: 100%;
    width: 100%;
}.contact-css .inquiry-block-css::after {
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    bottom: -8px;
    content: "";
    right: -8px;
    height: 100%;
    width: 100%;
    border: 1px solid rgba(rgb(104,111,103), 0.2);
}.contact-css .header-image-css {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    min-height: 550px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}.contact-css .header-image-css::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    z-index: 1;
}.contact-css .header-image-css::after {
    width: 60px;
    top: 20px;
    height: 60px;
    right: 20px;
    content: "";
    border-top: 2px solid rgba(rgb(147,161,148), 0.6);
    z-index: 2;
    position: absolute;
    border-right: 2px solid rgba(rgb(147,161,148), 0.6);
}.contact-css .feedback-reach-css {
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
}.contact-css .feedback-reach-css::before {
    height: 60px;
    position: absolute;
    content: "";
    border-bottom: 2px solid rgba(rgb(104,111,103), 0.6);
    left: 20px;
    bottom: 20px;
    width: 60px;
    border-left: 2px solid rgba(rgb(104,111,103), 0.6);
}.contact-css form {
    width: 100%;
}.contact-css form h3 {
    padding-left: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    font-size: 18px;
}.contact-css form h3::before {
    height: 100%;
    position: absolute;
    border-radius: 10px;
    content: "";
    left: 0;
    top: 0;
    background: rgb(147,161,148);
    width: 3px;
}.contact-css form input[type="text"] {
    width: 100%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding: 18px 25px;
}.contact-css form input[type="text"]:focus {
    border-color: rgb(147,161,148);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(147,161,148), 0.2);
}.contact-css form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-css .support-card-css {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact-css .support-card-css input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-css .support-card-css label {
    font-size: 13px;
    padding-left: 35px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    position: relative;
}.contact-css .support-card-css label::before {
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    width: 22px;
    transition: all 0.3s ease;
    top: 2px;
    position: absolute;
}.contact-css .support-card-css input[type="checkbox"]:checked + label::before {
    background: rgb(147,161,148);
    border-color: rgb(147,161,148);
}.contact-css .support-card-css input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-right: 2px solid #ffffff;
    width: 6px;
    top: 6px;
    transform: rotate(45deg);
    content: "";
    border-bottom: 2px solid #ffffff;
    height: 10px;
    left: 8px;
}.contact-css .support-card-css label a {
    font-weight: 600;
    color: rgb(147,161,148);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.contact-css .support-card-css label a:hover {
    color: rgb(104,111,103);
}.contact-css form .request-query-css {
    color: #ffffff;
    border: none;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    padding: 16px 40px;
    display: inline-block;
    font-weight: 600;
    z-index: 1;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(147,161,148), rgb(104,111,103));
    font-size: 17px;
}.contact-css form .request-query-css::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(104,111,103), rgb(147,161,148));
    top: 0;
    z-index: -1;
    left: -100%;
    content: "";
    position: absolute;
    transition: all 0.4s ease;
}.contact-css form .request-query-css:hover::before {
    left: 0;
}.contact-css form .request-query-css:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact-css svg {
    height: 22px;
    fill: rgb(147,161,148);
    width: 22px;
}.contact-css svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,161,148);
}

@media screen and (max-width: 991px) {.contact-css {
    padding: 90px 0;
}.contact-css .inquiry-block-css {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact-css .header-image-css {
    min-height: 400px;
}.contact-css .feedback-reach-css {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact-css {
    padding: 70px 0;
}.contact-css h2 {
    font-size: calc(36px * 0.9);
}.contact-css .header-image-css {
    min-height: 350px;
}.contact-css .header-image-css::after,
    .contact-css .feedback-reach-css::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contact-css {
    padding: 50px 0;
}.contact-css h2 {
    font-size: calc(36px * 0.8);
}.contact-css .inquiry-block-css {
    margin-top: 40px;
}.contact-css .header-image-css {
    min-height: 250px;
}.contact-css .feedback-reach-css {
    padding: 30px 20px;
}.contact-css form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact-css form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-css form .request-query-css {
    width: 100%;
    padding: 15px 20px;
}}.plan-selection-css {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.plan-selection-css::before {
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    content: "";
    z-index: 1;
    position: absolute;
}.plan-selection-css .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.plan-selection-css .plan-deals-css {
    flex-direction: column;
    align-items: center;
    display: flex;
}.plan-selection-css h2 {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 20px;
    opacity: 0;
    text-align: center;
    color: #ffffff;
}.plan-selection-css .pricing-deals-css {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin-bottom: 40px;
    transform: translateY(20px);
    font-size: 14px;
    text-align: center;
    opacity: 0;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    max-width: 700px;
}.plan-selection-css .skill-offers-css {
    list-style: none;
    gap: 30px;
    padding: 0;
    width: 100%;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.plan-selection-css .skill-offers-css li {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.plan-selection-css .skill-offers-css li:nth-child(1) {
    animation-delay: 0.3s;
}.plan-selection-css .skill-offers-css li:nth-child(2) {
    animation-delay: 0.4s;
}.plan-selection-css .skill-offers-css li:nth-child(3) {
    animation-delay: 0.5s;
}.plan-selection-css .skill-offers-css li:nth-child(4) {
    animation-delay: 0.6s;
}.plan-selection-css .deal-opts-css {
    position: relative;
    overflow: hidden;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    text-decoration: none;
}.plan-selection-css .deal-opts-css:hover {
    transform: translateY(-8px) scale(1.02);
}.plan-selection-css .deal-opts-css::before {
    left: -100%;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    top: 0;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    pointer-events: none;
    position: absolute;
}.plan-selection-css .deal-opts-css:hover::before {
    left: 100%;
}.plan-selection-css .pricing-levels-css {
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    padding: 5px;
    position: relative;
    height: 100%;
    border-radius: 29px;
}.plan-selection-css .deal-opts-css:hover .pricing-levels-css {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.plan-selection-css .pricing-levels-css::after {
    left: 0;
    height: 5px;
    transform-origin: left;
    transform: scaleX(0);
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    content: '';
    width: 100%;
}.plan-selection-css .deal-opts-css:hover .pricing-levels-css::after {
    transform: scaleX(1);
}.plan-selection-css .pricing-card-css {
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    min-height: 400px;
    display: flex;
}.plan-selection-css .pricing-card-css h4 {
    color: rgb(147,161,148);
    transition: transform 0.3s ease;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin: 0 0 20px;
}.plan-selection-css .deal-opts-css:hover .pricing-card-css h4 {
    transform: translateX(5px);
}.plan-selection-css .pricing-card-css h4::after {
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    background: rgb(104,111,103);
}.plan-selection-css .deal-opts-css:hover .pricing-card-css h4::after {
    width: 60px;
}.plan-selection-css .pricing-card-css p {
    max-height: 200px;
    color: rgba(255,255,255,0.8);
    margin: 0 0 30px;
    word-break: break-word;
    font-size: calc(14px - 2px);
    scrollbar-width: thin;
    overflow-wrap: break-word;
    overflow-y: auto;
    line-height: 1.6;
    scrollbar-color: rgb(147,161,148,0.5) transparent;
}.plan-selection-css .pricing-card-css p::-webkit-scrollbar {
    width: 5px;
}.plan-selection-css .pricing-card-css p::-webkit-scrollbar-track {
    background: transparent;
}.plan-selection-css .pricing-card-css p::-webkit-scrollbar-thumb {
    background-color: rgb(147,161,148,0.5);
    border-radius: 10px;
}.plan-selection-css .discount-grid-css {
    margin-top: auto;
    display: inline-block;
    background: linear-gradient(135deg, rgb(147,161,148) 0%, rgb(147,161,148,0.5) 100%);
    align-self: flex-start;
    font-weight: 700;
    padding: 10px 20px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: calc(24px + 4px);
    overflow: hidden;
    color: #ffffff;
}.plan-selection-css .deal-opts-css:hover .discount-grid-css {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: scale(1.05);
}.plan-selection-css .discount-grid-css::before {
    top: -50%;
    transform: scale(0);
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    content: "";
    height: 200%;
    width: 200%;
    opacity: 0;
    left: -50%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}.plan-selection-css .deal-opts-css:hover .discount-grid-css::before {
    transform: scale(1);
    opacity: 1;
}

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

@media (max-width: 991px) {.plan-selection-css {
    padding: 80px 0;
}.plan-selection-css .skill-offers-css {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.plan-selection-css .pricing-card-css {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 767px) {.plan-selection-css {
    padding: 60px 0;
}.plan-selection-css h2 {
    font-size: calc(32px - 4px);
}.plan-selection-css .pricing-deals-css {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.plan-selection-css .skill-offers-css {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.plan-selection-css .pricing-card-css {
    min-height: 300px;
}.plan-selection-css .discount-grid-css {
    font-size: calc(24px + 2px);
}
}

@media (max-width: 480px) {.plan-selection-css {
    padding: 40px 0;
}.plan-selection-css h2 {
    font-size: calc(32px - 6px);
}.plan-selection-css .pricing-card-css {
    padding: 20px;
    min-height: 280px;
}.plan-selection-css .pricing-card-css p {
    font-size: calc(14px - 3px);
    margin-bottom: 20px;
}.plan-selection-css .discount-grid-css {
    padding: 8px 15px;
}}.greeting-page-css {
    overflow: hidden;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(195,200,173) 40%, rgb(147,161,148,0.5) 100%);
    min-height: 100vh;
    align-items: center;
    position: relative;
}.greeting-page-css::before {
    position: absolute;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    height: 140%;
    z-index: 1;
    right: -10%;
    transform: rotate(-15deg);
    background: linear-gradient(145deg, rgb(104,111,103,0.5) 0%, rgb(147,161,148) 100%);
    width: 60%;
    top: -30%;
    animation: gradientShift 12s ease-in-out infinite alternate;
}.greeting-page-css::after {
    height: 60%;
    background: rgb(104,111,103);
    opacity: 0.07;
    transform: rotate(25deg);
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
    content: "";
    bottom: -10%;
    position: absolute;
    z-index: 1;
    width: 40%;
    left: -5%;
}.greeting-page-css .learning-intro-css {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    transform: translateY(-2vh);
    position: relative;
    padding: 2rem;
    width: 88%;
}.greeting-page-css .learning-intro-css > div {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.greeting-page-css h3 {
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    color: #000000;
    transform: translateX(-20px);
    padding-left: 2rem;
    line-height: 1.4;
    animation: slideInLeft 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    font-size: calc(19px * 1.05);
    opacity: 0;
}.greeting-page-css h3::before {
    height: 75%;
    transform-origin: top;
    position: absolute;
    width: 6px;
    content: "";
    top: 0.5rem;
    transform: scaleY(0);
    background: rgb(104,111,103);
    left: 0;
    animation: scaleDown 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
}.greeting-page-css .study-lab-css {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.5s ease-out;
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    border-radius: 11px;
}.greeting-page-css .study-lab-css:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.greeting-page-css .study-lab-css::before {
    z-index: 1;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.7)
  );
    content: "";
    inset: 0;
    position: absolute;
}.greeting-page-css .study-lab-css::after {
    content: "";
    z-index: 2;
    top: -50%;
    left: -50%;
    background: linear-gradient(
    45deg,
    transparent 65%,
    rgba(255, 255, 255, 0.08) 67%,
    rgba(255, 255, 255, 0.12) 69%,
    transparent 71%
  );
    pointer-events: none;
    height: 200%;
    position: absolute;
    animation: shimmer 5s linear infinite;
    width: 200%;
}.greeting-page-css .study-lab-css > div {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 3;
    min-height: 360px;
    padding: 4rem 3rem;
    flex-direction: column;
}.greeting-page-css .study-lab-css p {
    font-size: calc(12px * 1.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-bottom: 1.5rem;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
    opacity: 0;
    max-width: 90%;
    font-weight: 400;
    transform: translateY(15px);
}.greeting-page-css .title_style_header {
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s forwards;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1rem;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(41px * 1.1);
}.greeting-page-css .title_style_header::after {
    width: 8rem;
    bottom: -1rem;
    animation: scaleRight 1s cubic-bezier(0.19, 1, 0.22, 1) 1.8s forwards;
    position: absolute;
    left: 0;
    transform-origin: left;
    background: rgb(104,111,103);
    content: "";
    height: 4px;
    transform: scaleX(0);
}

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

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

@keyframes scaleDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

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

@keyframes shimmer {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

@keyframes gradientShift {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {.greeting-page-css .learning-intro-css > div {
    grid-template-columns: 1fr 2fr;
    align-items: center;
}.greeting-page-css h3 {
    font-size: 19px;
    padding-left: 2.5rem;
}.greeting-page-css .study-lab-css {
    transform: perspective(1200px) rotateX(3deg) rotateY(-2deg);
}.greeting-page-css .study-lab-css > div {
    min-height: 450px;
    padding: 5rem 4rem;
}.greeting-page-css .study-lab-css p {
    max-width: 80%;
    font-size: calc(12px * 1.2);
}.greeting-page-css .title_style_header {
    font-size: calc(41px * 1.2);
}
}

@media (min-width: 992px) {.greeting-page-css .learning-intro-css {
    width: 90%;
}.greeting-page-css h3 {
    font-size: calc(19px * 1.1);
}.greeting-page-css .study-lab-css {
    transform: perspective(1500px) rotateX(4deg) rotateY(-3deg);
}.greeting-page-css .study-lab-css > div {
    min-height: 500px;
    padding: 6rem 5rem;
}.greeting-page-css .study-lab-css p {
    font-size: calc(12px * 1.3);
    margin-bottom: 2rem;
}.greeting-page-css .title_style_header {
    font-size: calc(41px * 1.3);
}.greeting-page-css .title_style_header::after {
    width: 10rem;
    height: 5px;
}
}

@media (max-width: 767px) {.greeting-page-css {
    min-height: auto;
    padding: 5rem 0;
}.greeting-page-css::before {
    top: -20%;
    width: 80%;
}.greeting-page-css .learning-intro-css {
    padding: 1rem;
    width: 92%;
}.greeting-page-css h3 {
    font-size: calc(18px * 1.15);
    padding-left: 1.5rem;
}.greeting-page-css h3::before {
    width: 4px;
}.greeting-page-css .study-lab-css > div {
    min-height: 300px;
    padding: 3rem 2rem;
}.greeting-page-css .study-lab-css p {
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: 12px;
}.greeting-page-css .title_style_header {
    font-size: calc(36px * 1.1);
}.greeting-page-css .title_style_header::after {
    width: 6rem;
    height: 3px;
}
}

@media (max-width: 480px) {.greeting-page-css {
    padding: 4rem 0;
}.greeting-page-css .learning-intro-css {
    width: 94%;
    padding: 0.5rem;
}.greeting-page-css h3 {
    padding-left: 1.25rem;
    font-size: 18px;
}.greeting-page-css .study-lab-css > div {
    padding: 2.5rem 1.5rem;
    min-height: 280px;
}.greeting-page-css .title_style_header {
    font-size: 36px;
}}.course-program-details-css {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgba(245, 245, 247, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.course-program-details-css::before {
    content: "";
    left: 0;
    top: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(rgb(147,161,148,0.5), 0.03) 0px,
    rgba(rgb(147,161,148,0.5), 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    height: 100%;
    z-index: 0;
    width: 100%;
    position: absolute;
}.course-program-details-css .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.course-program-details-css .coding-expert-css {
    gap: 40px;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(20px);
}.course-program-details-css .header-image-css {
    overflow: hidden;
    height: 380px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.course-program-details-css .header-image-css::after {
    backdrop-filter: brightness(1.05);
    inset: 0;
    background: linear-gradient(
    to right,
    rgba(rgb(147,161,148,0.5), 0.2),
    transparent 40%
  );
    position: absolute;
    content: "";
}.course-program-details-css .header-image-css:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.course-program-details-css .text-drawer-css {
    padding: 40px;
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
}.course-program-details-css .text-drawer-css::before {
    content: "";
    left: 0;
    position: absolute;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(147,161,148);
    top: 0;
    z-index: 1;
    height: 0;
    width: 6px;
}.course-program-details-css .text-drawer-css:hover::before {
    height: 100%;
}.course-program-details-css .text-drawer-css h3 {
    font-size: calc(19px * 1.1);
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    padding-bottom: 12px;
    border-bottom: 2px solid rgb(104,111,103,0.5);
    font-weight: 700;
    transform: translateX(0);
    margin-bottom: 25px;
}.course-program-details-css .text-drawer-css:hover h3 {
    transform: translateX(15px);
    color: rgb(147,161,148);
}.course-program-details-css .text-drawer-css div {
    overflow: hidden;
    position: relative;
}.course-program-details-css .description {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    padding-right: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
    max-height: 300px;
    overflow-y: auto;
    color: #000000;
    font-size: 15px;
}.course-program-details-css .description::-webkit-scrollbar {
    width: 4px;
}.course-program-details-css .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course-program-details-css .description::-webkit-scrollbar-thumb {
    background: rgb(104,111,103);
    border-radius: 10px;
}.course-program-details-css .text-drawer-css span.description {
    display: none;
}

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

@media (min-width: 768px) {.course-program-details-css {
    padding: 120px 0;
}.course-program-details-css .coding-expert-css {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course-program-details-css .header-image-css {
    height: 480px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
}.course-program-details-css .text-drawer-css {
    padding: 50px 60px 50px 50px;
    margin-left: -40px;
    backdrop-filter: blur(5px);
}.course-program-details-css .text-drawer-css h3 {
    font-size: 19px;
    margin-bottom: 30px;
}.course-program-details-css .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-program-details-css .coding-expert-css {
    gap: 0;
}.course-program-details-css .header-image-css {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    z-index: 2;
    height: 580px;
}.course-program-details-css .text-drawer-css {
    margin-left: -80px;
    padding: 60px 70px 60px 100px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
}.course-program-details-css .text-drawer-css h3 {
    font-size: calc(19px * 1.15);
}.course-program-details-css .description {
    max-height: 380px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course-program-details-css {
    padding: 70px 0;
}.course-program-details-css .header-image-css {
    height: 280px;
    margin: 0 -15px;
    width: calc(100% + 30px);
}.course-program-details-css .text-drawer-css {
    padding: 30px 25px;
}.course-program-details-css .text-drawer-css h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 1.1);
}.course-program-details-css .description {
    font-size: calc(15px * 0.95);
    max-height: 250px;
    line-height: 1.7;
}}.support-css {
    position: relative;
    background: rgb(195,200,173);
    overflow: hidden;
    padding: 80px 0;
}.support-css::before {
    top: 0;
    z-index: 1;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(147,161,148,0.5) 100%),
        radial-gradient(circle at 20% 30%, rgb(104,111,103,0.5) 0%, transparent 70%);
}.support-css::after {
    z-index: 2;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
}.support-css .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
}.support-css .team-contact-css {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    border-radius: 21px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr 2fr;
    gap: 40px;
}.support-css .get-support-css {
    position: relative;
    grid-column: 1 / -1;
    font-weight: 700;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
    color: rgb(147,161,148);
    margin: 0;
    font-size: 36px;
    padding: 35px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.support-css .get-support-css::after {
    position: absolute;
    height: 3px;
    border-radius: 10px;
    bottom: 0;
    width: 60px;
    left: 40px;
    background: rgb(147,161,148);
    content: '';
}.support-css .header-image-css {
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 0;
    transform: scale(1.001);
    min-height: 350px;
}.support-css .header-image-css::before {
    top: 0;
    z-index: 1;
    right: 0;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgb(147,161,148,0.5) 100%
    );
}.support-css .header-image-css::after {
    position: absolute;
    content: '';
    top: -10%;
    height: 60%;
    width: 60%;
    background: radial-gradient(
        circle,
        rgb(147,161,148,0.5) 0%,
        transparent 70%
    );
    opacity: 0.7;
    animation: floatEffect 8s infinite alternate ease-in-out;
    z-index: 2;
    right: -10%;
}@keyframes floatEffect {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.support-css .msg-block-css {
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    gap: 22px;
    flex-direction: column;
    display: flex;
    position: relative;
}.support-css .msg-block-css::before {
    content: '';
    top: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, rgb(147,161,148), rgb(104,111,103), rgb(147,161,148));
    left: 0;
    position: absolute;
}.support-css .msg-block-css p {
    gap: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    align-items: flex-start;
    margin: 0;
    display: flex;
    padding: 0 0 22px 0;
    flex-direction: row;
}.support-css .msg-block-css p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}.support-css .msg-block-css p svg {
    margin-top: 3px;
    flex-shrink: 0;
    height: 22px;
    width: 22px;
}.support-css .msg-block-css p svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,161,148);
}.support-css .msg-block-css p:hover svg path {
    fill: #ffffff;
}.support-css .msg-block-css p .content-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}.support-css .msg-block-css p {
    color: #ffffff;
}.support-css .msg-block-css p span {
    font-size: 17px;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
}.support-css .msg-block-css p:first-child span {
    font-size: calc(17px + 2px);
}.support-css .msg-block-css p span a {
    color: #ffffff;
    padding: 2px 8px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
}.support-css .msg-block-css p span a:hover {
    transform: translateX(5px);
    color: #ffffff;
    background: rgb(147,161,148,0.5);
}.support-css .msg-block-css p span b {
    color: rgb(147,161,148);
    font-weight: 700;
}.support-css .contact-help-cssmHx3D {
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 35px;
}.support-css .contact-help-csstCfu {
    font-weight: 600;
    padding-bottom: 15px;
    display: flex;
    position: relative;
    margin: 0 0 20px 0;
    align-items: center;
    color: rgb(147,161,148);
    gap: 12px;
    font-size: 24px;
}.support-css .contact-help-csstCfu svg {
    height: 20px;
    width: 20px;
}.support-css .contact-help-csstCfu svg path {
    fill: rgb(147,161,148);
}.support-css .contact-help-csstCfu:after {
    content: '';
    background: rgb(147,161,148);
    width: 40px;
    border-radius: 10px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}.support-css .connect-block-css {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    display: grid;
}.support-css .contact-widget-css {
    transition: all 0.3s ease;
    font-size: calc(17px - 1px);
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    padding: 12px 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}.support-css .contact-widget-css::before {
    height: 100%;
    content: '';
    top: 0;
    opacity: 0.7;
    background: rgb(147,161,148);
    width: 4px;
    left: 0;
    position: absolute;
}.support-css .contact-widget-css::after {
    height: 100%;
    opacity: 0;
    background: rgb(147,161,148);
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
}.support-css .contact-widget-css:hover {
    transform: translateX(5px);
}.support-css .contact-widget-css:hover::after {
    opacity: 0.1;
}

@media (max-width: 1199px) {.support-css .team-contact-css {
    gap: 30px;
}.support-css .msg-block-css {
    padding: 30px;
}
}

@media (max-width: 991px) {.support-css {
    padding: 60px 0;
}.support-css .team-contact-css {
    grid-template-columns: 1fr;
}.support-css .get-support-css {
    padding: 30px;
}.support-css .get-support-css::after {
    left: 30px;
}.support-css .header-image-css {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 300px;
}.support-css .msg-block-css {
    padding: 30px;
}.support-css .msg-block-css p svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 767px) {.support-css {
    padding: 50px 0;
}.support-css .get-support-css {
    padding: 25px;
    font-size: calc(36px - 4px);
}.support-css .get-support-css::after {
    left: 25px;
}.support-css .msg-block-css {
    gap: 18px;
    padding: 25px;
}.support-css .msg-block-css p {
    padding-bottom: 18px;
}.support-css .header-image-css {
    min-height: 250px;
}.support-css .contact-help-cssmHx3D {
    margin-top: 25px;
    padding-top: 25px;
}.support-css .connect-block-css {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}

@media (max-width: 576px) {.support-css {
    padding: 40px 0;
}.support-css .get-support-css {
    text-align: center;
    padding: 20px;
}.support-css .get-support-css::after {
    transform: translateX(-50%);
    left: 50%;
}.support-css .msg-block-css {
    padding: 20px;
}.support-css .header-image-css {
    min-height: 200px;
}.support-css .contact-help-csstCfu {
    text-align: center;
}.support-css .contact-help-csstCfu:after {
    left: 50%;
    transform: translateX(-50%);
}.support-css .connect-block-css {
    grid-template-columns: 1fr;
}.support-css .msg-block-css p {
    flex-direction: row;
}.support-css .msg-block-css p svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 375px) {.support-css .team-contact-css {
    border-radius: 10px;
}.support-css .msg-block-css {
    padding: 15px;
}.support-css .msg-block-css p {
    padding-bottom: 15px;
}.support-css .header-image-css {
    min-height: 180px;
}.support-css .contact-help-cssmHx3D {
    padding-top: 20px;
    margin-top: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.support-css .header-image-css::after {
    animation: none;
}.support-css .msg-block-css p span a:hover,
    .support-css .contact-widget-css:hover {
    transform: none;
}}.appContainer-css {
    position: relative;
    padding: 6rem 0;
    background: radial-gradient(circle at 30% 70%, rgb(104,111,103,0.5), transparent 70%), 
                radial-gradient(circle at 70% 30%, rgb(147,161,148,0.5), transparent 60%);
    overflow: hidden;
}.appContainer-css::before {
    animation: constellation 20s infinite linear;
    left: 0;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.1) 1px, transparent 1px);
    z-index: 1;
    content: "";
    background-size: 40px 40px;
    position: absolute;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    top: 0;
}.appContainer-css::after {
    transform: translateY(-50%);
    height: 300px;
    position: absolute;
    width: 300px;
    opacity: 0.3;
    border-radius: 50%;
    content: "";
    border: 1px solid rgb(104,111,103,0.5);
    left: -150px;
    top: 50%;
    z-index: 1;
}.appContainer-css .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.appContainer-css .smart-study-css {
    padding: 4rem 3rem;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05));
    flex-direction: column;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    border-left: 2px solid rgb(104,111,103);
    gap: 2.5rem;
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.1) inset;
}.appContainer-css .smart-study-css:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 1px 0 rgba(255,255,255,0.15) inset;
}.appContainer-css .smart-study-css > div:first-child {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
}.appContainer-css .smart-study-css > div:first-child::before {
    background: rgb(104,111,103);
    left: 0;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    transition: width 0.3s ease;
    width: 15px;
    position: absolute;
    height: 2px;
}.appContainer-css .smart-study-css:hover > div:first-child::before {
    width: 20px;
}.appContainer-css h5 {
    transform: translateY(20px);
    line-height: 1.4;
    margin: 0;
    background: linear-gradient(to right, #000000, rgb(104,111,103));
    background-clip: text !important;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    font-weight: 700;
    color: #000000;
    z-index: 2;
    color: transparent;
    font-size: 21px;
    position: relative;
    -webkit-background-clip: text !important;
}.appContainer-css p {
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    animation: fadeSlideIn 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    margin: 0;
    z-index: 2;
}.appContainer-css a {
    transition: transform 0.3s ease;
    padding: 0.5rem 0;
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}.appContainer-css a::after {
    bottom: 0;
    position: absolute;
    left: 0;
    height: 1px;
    transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    background: rgb(104,111,103);
    content: "";
    width: 0;
}.appContainer-css a:hover {
    transform: translateX(5px);
}.appContainer-css a:hover::after {
    width: 100%;
}

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes constellation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100px 100px;
    }
}

@media (min-width: 768px) {.appContainer-css .smart-study-css {
    margin-left: 5rem;
    padding: 5rem 4rem;
    border-radius: 0 27px 27px 0;
}.appContainer-css .smart-study-css::before {
    right: -30px;
    z-index: 1;
    opacity: 0.5;
    border-radius: 50%;
    content: "";
    top: -50px;
    height: 200px;
    width: 200px;
    border: 1px solid rgb(147,161,148,0.5);
    position: absolute;
}.appContainer-css h5 {
    font-size: calc(21px * 1.1);
}.appContainer-css p {
    max-width: 90%;
}
}

@media (min-width: 992px) {.appContainer-css {
    padding: 8rem 0;
}.appContainer-css .smart-study-css {
    margin-left: 8rem;
    gap: 3rem;
    padding: 6rem 5rem;
}.appContainer-css h5 {
    font-size: calc(21px * 1.2);
}.appContainer-css p {
    font-size: calc(18px * 1.05);
    max-width: 80%;
}
}

@media (max-width: 767px) {.appContainer-css {
    padding: 4rem 0;
}.appContainer-css .smart-study-css {
    padding: 3rem 2rem;
    gap: 2rem;
}.appContainer-css h5 {
    font-size: calc(21px * 0.9);
}.appContainer-css::after,
    .appContainer-css .smart-study-css::before {
    display: none;
}
}

@media (max-width: 480px) {.appContainer-css {
    padding: 3rem 0;
}.appContainer-css .smart-study-css {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
}.appContainer-css h5 {
    font-size: calc(21px * 0.85);
}.appContainer-css p {
    font-size: calc(18px * 0.95);
}.appContainer-css .smart-study-css > div:first-child {
    padding-left: 20px;
}}.about-this-css {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.about-this-css::before {
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    width: 100%;
    position: absolute;
}.about-this-css::after {
    position: absolute;
    height: 100%;
    background-image: linear-gradient(30deg, rgb(147,161,148,0.5) 10%, transparent 10.5%),
                     linear-gradient(60deg, rgb(147,161,148,0.5) 25%, transparent 25.5%),
                     linear-gradient(90deg, rgb(104,111,103,0.5) 40%, transparent 40.5%);
    background-size: 60px 60px;
    animation: backgroundShift 35s infinite alternate ease-in-out;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.05;
    z-index: 2;
    width: 100%;
}.about-this-css h4 {
    animation: fadeInDown 0.8s ease-out;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    font-size: calc(19px * 1.2);
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
    z-index: 5;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}.about-this-css h4::after {
    position: absolute;
    bottom: -12px;
    transition: width 0.3s ease;
    height: 3px;
    width: 60px;
    transform: translateX(-50%);
    background: rgb(104,111,103);
    left: 50%;
    content: "";
}.about-this-css:hover h4::after {
    width: 100px;
}.about-this-css .container {
    margin: 0 auto;
    z-index: 5;
    position: relative;
    padding: 0 15px;
    animation: fadeIn 1s ease-out 0.3s both;
    max-width: 1140px;
}.about-this-css .text-drawer-css {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-left: 4px solid rgb(104,111,103);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.09);
}.about-this-css .text-drawer-css:hover {
    transform: translateY(-5px);
}.about-this-css .text-drawer-css::before {
    background: rgb(104,111,103);
    width: 40px;
    opacity: 0.2;
    right: 20px;
    height: 40px;
    position: absolute;
    transform: rotate(45deg);
    top: -10px;
    content: "";
    z-index: -1;
}.about-this-css .text-drawer-css::after {
    height: 20px;
    background: rgb(147,161,148);
    transform: rotate(45deg);
    content: "";
    bottom: -10px;
    opacity: 0.15;
    left: 40px;
    position: absolute;
    z-index: -1;
    width: 20px;
}.about-this-css .text-drawer-css h6 {
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: calc(16px * 1.3);
    animation: slideInLeft 0.7s ease-out 0.5s both;
    padding-bottom: 0.5rem;
    transform: translateX(0);
    font-weight: 700;
    position: relative;
    color: rgb(104,111,103);
}.about-this-css .text-drawer-css h6::after {
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(104,111,103) 0%, transparent 100%);
}.about-this-css .text-drawer-css div {
    position: relative;
    line-height: 1.8;
    animation: fadeIn 1s ease-out 0.8s both;
}.about-this-css .text-drawer-css span {
    transition: opacity 0.3s ease;
    display: block;
    color: #ffffff;
    column-gap: 40px;
    font-size: 15px;
    opacity: 0.9;
    column-count: 1;
    text-align: justify;
}.about-this-css .text-drawer-css div:hover span {
    opacity: 1;
}

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

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

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@media (min-width: 768px) {.about-this-css {
    padding: 8rem 0;
}.about-this-css h4 {
    font-size: calc(19px * 1.4);
    margin-bottom: 3.5rem;
}.about-this-css .text-drawer-css {
    border-left-width: 6px;
    padding: 4rem;
}.about-this-css .text-drawer-css span {
    column-count: 2;
}
}

@media (min-width: 992px) {.about-this-css {
    padding: 10rem 0;
}.about-this-css .container {
    justify-content: center;
    display: flex;
}.about-this-css .text-drawer-css {
    padding: 5rem;
    width: 90%;
}.about-this-css .text-drawer-css h6 {
    font-size: calc(16px * 1.5);
    margin-bottom: 2rem;
}.about-this-css .text-drawer-css span {
    font-size: calc(15px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.about-this-css {
    padding: 4rem 0;
}.about-this-css h4 {
    margin-bottom: 2rem;
    font-size: 19px;
}.about-this-css .text-drawer-css {
    padding: 2rem;
}.about-this-css .text-drawer-css h6 {
    margin-bottom: 1rem;
    font-size: 16px;
}.about-this-css .text-drawer-css span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.about-this-css {
    padding: 3rem 0;
}.about-this-css h4::after {
    width: 40px;
}.about-this-css .text-drawer-css {
    border-left-width: 3px;
    padding: 1.5rem;
}
}

@media (prefers-reduced-motion) {.about-this-css h4,
    .about-this-css .container,
    .about-this-css .text-drawer-css h6,
    .about-this-css .text-drawer-css div {
    animation: none;
}.about-this-css::after {
    animation: none;
}.about-this-css .text-drawer-css {
    transition: none;
}.about-this-css .text-drawer-css:hover {
    transform: none;
}}.training-specialist-css {
    position: relative;
    background: linear-gradient(45deg, rgb(195,200,173) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 70px 30px;
}.training-specialist-css::before {
    content: "";
    background: radial-gradient(circle at 30% 50%, rgb(147,161,148,0.5) 0%, transparent 40%);
    z-index: 0;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.training-specialist-css::after {
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(104,111,103,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.3;
    right: 0;
    position: absolute;
}.training-specialist-css .user-opinions-css {
    z-index: 2;
    grid-template-columns: 1fr;
    margin: 0 auto;
    transform-style: preserve-3d;
    perspective: 1500px;
    max-width: 1000px;
    display: grid;
    position: relative;
}.training-specialist-css .header-image-css {
    transform-origin: bottom;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    transform: rotateX(10deg);
    height: 300px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.training-specialist-css .header-image-css::before {
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}.training-specialist-css .user-opinions-css:hover .header-image-css {
    transform: rotateX(0deg) translateZ(30px);
}.training-specialist-css .work-tasks-css {
    transform-origin: top;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    background: #ffffff;
    position: relative;
    border-radius: 0 0 10px 10px;
    padding: 40px;
    transform: rotateX(-5deg);
}.training-specialist-css .user-opinions-css:hover .work-tasks-css {
    transform: rotateX(0deg) translateZ(20px);
}.training-specialist-css .name {
    font-size: 33px;
    transform: translateZ(0);
    margin-bottom: 10px;
    color: rgb(147,161,148);
    display: inline-block;
    transition: transform 0.4s ease;
    font-weight: 700;
    position: relative;
}.training-specialist-css .name::after {
    height: 3px;
    bottom: -5px;
    position: absolute;
    transition: width 0.4s ease 0.1s;
    width: 0;
    left: 0;
    background: linear-gradient(to right, rgb(104,111,103), transparent);
    content: "";
}.training-specialist-css .user-opinions-css:hover .name::after {
    width: 100%;
}.training-specialist-css .user-opinions-css:hover .name {
    transform: translateZ(10px);
}.training-specialist-css .work-tasks-css > div:nth-child(2) {
    margin-bottom: 20px;
    transform: translateZ(0);
    opacity: 0.7;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
}.training-specialist-css .user-opinions-css:hover .work-tasks-css > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(104,111,103);
}.training-specialist-css .career-container-css {
    transform: translateZ(0);
    font-size: 13px;
    color: #000000;
    border-top: 1px solid rgb(195,200,173);
    transition: transform 0.4s ease 0.2s;
    line-height: 1.7;
    position: relative;
    padding: 20px 0 0 0;
}.training-specialist-css .user-opinions-css:hover .career-container-css {
    transform: translateZ(5px);
}.training-specialist-css .career-container-css::before {
    position: absolute;
    font-size: 60px;
    top: 10px;
    color: rgb(104,111,103,0.5);
    opacity: 0.5;
    content: "";
    left: -5px;
    line-height: 0;
}

@media (min-width: 768px) {.training-specialist-css .user-opinions-css {
    grid-template-columns: 300px 1fr;
    grid-gap: 0;
}.training-specialist-css .header-image-css {
    transform-origin: right;
    height: 100%;
    border-radius: 10px 0 0 10px;
    transform: rotateY(-10deg);
}.training-specialist-css .user-opinions-css:hover .header-image-css {
    transform: rotateY(0deg) translateZ(30px);
}.training-specialist-css .work-tasks-css {
    transform: rotateY(5deg);
    transform-origin: left;
    border-radius: 0 10px 10px 0;
}.training-specialist-css .user-opinions-css:hover .work-tasks-css {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.training-specialist-css {
    padding: 50px 20px;
}.training-specialist-css .header-image-css {
    height: 250px;
}.training-specialist-css .work-tasks-css {
    padding: 30px 25px;
}.training-specialist-css .name {
    font-size: calc(33px - 4px);
}.training-specialist-css .work-tasks-css > div:nth-child(2) {
    font-size: calc(17px - 1px);
}.training-specialist-css .career-container-css {
    font-size: calc(13px - 1px);
}}header .nav-guide-css {
    overflow: visible;
    position: relative;
    padding: 1.5rem 0;
    z-index: 99;
    box-sizing: border-box;
    justify-content: space-between;
    background: linear-gradient(120deg, rgb(147,161,148) 0%, rgb(104,111,103,0.5) 100%);
    width: 100%;
    display: flex;
    align-items: center;
}header .nav-guide-css::before {
    left: 0;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(104,111,103,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    width: 100%;
}header .nav-guide-css .main-pagebar-css {
    transition: all 0.4s ease;
    position: relative;
    transform: translateY(-5px);
    z-index: 2;
    margin-left: calc((100vw - 100%) / 2);
}header .nav-guide-css .main-pagebar-css:hover {
    transform: translateY(0) scale(1.05);
}header .nav-guide-css .main-pagebar-css .top-study-css {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}header .nav-guide-css .main-pagebar-css .top-study-css::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    background: rgba(0, 0, 0, 0.5);
    left: -20px;
    content: "";
    height: calc(100% + 20px);
    top: -10px;
    position: absolute;
    z-index: -1;
    width: calc(100% + 40px);
}header .nav-guide-css .main-pagebar-css .top-study-css svg {
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
    height: 2.8rem;
}header .nav-guide-css .nav-core-css {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    padding: 0;
    width: 80vw;
    position: relative;
    margin: 0;
    justify-content: flex-end;
    padding-right: calc((100vw - 100%) / 2);
    list-style: none;
    background: linear-gradient(90deg, transparent, rgb(147,161,148,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
}header .nav-guide-css .nav-core-css::before {
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
}header .nav-guide-css .nav-core-css .header-mentor-css {
    position: relative;
    margin: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
}header .nav-guide-css .nav-core-css .header-mentor-css a {
    padding: 1.2rem 1.5rem;
    color: #ffffff;
    font-size: 14px;
    display: block;
    text-decoration: none;
    transform-origin: center;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
}header .nav-guide-css .nav-core-css .header-mentor-css a::after {
    content: "";
    width: 0;
    position: absolute;
    background: rgb(104,111,103);
    bottom: 0.8rem;
    left: 1.5rem;
    transition: width 0.3s ease;
    height: 2px;
}header .nav-guide-css .nav-core-css .header-mentor-css a:hover {
    transform: translateZ(10px);
    color: rgb(104,111,103);
}header .nav-guide-css .nav-core-css .header-mentor-css a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .nav-guide-css {
    padding: 1rem 0;
    flex-direction: column;
    align-items: center;
}header .nav-guide-css .main-pagebar-css {
    margin-bottom: 1rem;
    margin-left: 0;
}header .nav-guide-css .nav-core-css {
    justify-content: center;
    clip-path: none;
    padding-right: 0;
    flex-wrap: wrap;
    background: rgb(147,161,148,0.5);
    width: 100%;
}header .nav-guide-css .nav-core-css .header-mentor-css a {
    padding: 0.8rem 1rem;
}header .nav-guide-css .nav-core-css .header-mentor-css a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .nav-guide-css .nav-core-css .header-mentor-css a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .nav-guide-css .nav-core-css {
    padding: 0.5rem 0;
}header .nav-guide-css .nav-core-css .header-mentor-css {
    width: 50%;
}header .nav-guide-css .nav-core-css .header-mentor-css a {
    text-align: center;
    font-size: calc(14px - 2px);
    padding: 0.6rem 0.8rem;
}header .nav-guide-css .nav-core-css .header-mentor-css a::after {
    display: none;
}}.statistical-details-css {
    padding: 0;
    background-color: #000000;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}.statistical-details-css::after {
    height: 100%;
    z-index: 2;
    pointer-events: none;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 12px);
}.statistical-details-css::before {
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 100%),
        radial-gradient(circle at 15% 50%, rgb(147,161,148,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 30%, rgb(104,111,103,0.5) 0%, transparent 25%),
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%, transparent);
    z-index: 1;
    left: 0;
    background-size: auto, auto, auto, 100px 100px, 50px 50px, 50px 50px;
    position: absolute;
    top: 0;
    content: "";
}.statistical-details-css .container {
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 2;
    max-width: 100%;
}.statistical-details-css .statistics-upsides-css {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    width: 100%;
    z-index: 3;
    position: relative;
    background-size: 30px 30px;
    background-color: rgb(147,161,148);
    color: #ffffff;
    background-position: 0 0, 15px 0, 15px -15px, 0px 15px;
    padding: 60px 15% 60px 15%;
    margin-bottom: -50px;
}.statistical-details-css .study-edge-css {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 1px;
}.statistical-details-css .fast-statistics-css {
    max-width: 800px;
    font-size: 13px;
    line-height: 1.7;
}.statistical-details-css .statistics-advantages-css {
    background-size: 20px 20px;
    background-color: rgb(195,200,173);
    position: relative;
    display: flex;
    z-index: 2;
    flex-wrap: wrap;
    background-position: center center;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    padding: 100px 5% 50px;
}.statistical-details-css .pro-statistics-css {
    padding: 0 15px;
    margin-bottom: 50px;
    counter-increment: stat-counter;
    position: relative;
    width: 25%;
}.statistical-details-css .pro-statistics-css::before {
    font-size: 6rem;
    color: rgb(147,161,148);
    content: counter(stat-counter);
    left: 15px;
    position: absolute;
    z-index: -1;
    top: -30px;
    opacity: 0.1;
    font-weight: 700;
}.statistical-details-css .pro-statistics-css h4 {
    font-weight: 700;
    font-size: 2.5rem;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
}.statistical-details-css .pro-statistics-css span {
    color: #000000;
    position: relative;
    display: block;
    font-size: 13px;
    padding-bottom: 20px;
}.statistical-details-css .pro-statistics-css span::after {
    left: 0;
    background-color: rgb(147,161,148);
    height: 3px;
    width: 40px;
    position: absolute;
    content: "";
    bottom: 0;
}.statistical-details-css .pro-statistics-css:hover span::after {
    width: 60px;
    transition: width 0.3s ease;
}.statistical-details-css svg {
    z-index: 1;
    bottom: 20px;
    position: absolute;
    right: 20px;
    height: 120px;
    width: 120px;
    opacity: 0.1;
}.statistical-details-css svg path {
    fill: #ffffff;
}

@media (max-width: 1200px) {.statistical-details-css .statistics-upsides-css {
    padding: 50px 10% 60px 10%;
}.statistical-details-css .pro-statistics-css {
    width: 33.333%;
}
}

@media (max-width: 992px) {.statistical-details-css .statistics-upsides-css {
    padding: 50px 7% 70px 7%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.statistical-details-css .statistics-advantages-css {
    padding: 100px 5% 40px;
}.statistical-details-css .pro-statistics-css {
    width: 50%;
}.statistical-details-css .pro-statistics-css::before {
    font-size: 5rem;
    top: -25px;
}.statistical-details-css .pro-statistics-css h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 767px) {.statistical-details-css .statistics-upsides-css {
    padding: 40px 5% 60px 5%;
}.statistical-details-css .study-edge-css {
    font-size: calc(32px * 0.9);
}.statistical-details-css .statistics-advantages-css {
    padding: 80px 5% 30px;
}.statistical-details-css .pro-statistics-css {
    width: 100%;
    margin-bottom: 40px;
}.statistical-details-css .pro-statistics-css::before {
    font-size: 4.5rem;
}.statistical-details-css svg {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 576px) {.statistical-details-css .statistics-upsides-css {
    margin-bottom: -25px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    padding: 30px 5% 50px 5%;
}.statistical-details-css .study-edge-css {
    font-size: calc(32px * 0.8);
    margin-bottom: 15px;
}.statistical-details-css .fast-statistics-css {
    font-size: calc(13px * 0.95);
}.statistical-details-css .statistics-advantages-css {
    padding: 60px 5% 20px;
}.statistical-details-css .pro-statistics-css::before {
    font-size: 4rem;
    top: -20px;
}.statistical-details-css .pro-statistics-css h4 {
    font-size: 2rem;
}.statistical-details-css svg {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
}}.secure-hideout-css {
    padding: 2em;
    background-color: rgb(195,200,173);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Arial, sans-serif;
}.secure-hideout-css h1 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 1em;
    color: rgb(147,161,148);
    font-size: 43px;
}.secure-hideout-css h2 {
    font-size: 32px;
    margin-bottom: 0.75em;
    font-weight: 600;
    color: rgb(104,111,103);
}.secure-hideout-css h3,
.secure-hideout-css h4,
.secure-hideout-css h5,
.secure-hideout-css h6 {
    margin-bottom: 0.5em;
}.secure-hideout-css h3 {
    font-weight: 400;
    color: rgb(147,161,148);
    font-size: calc(24px - 0.2em);
}.secure-hideout-css h4 {
    font-size: calc(24px - 0.4em);
    color: rgb(104,111,103);
    font-weight: 400;
}.secure-hideout-css h5 {
    color: #000000;
    font-weight: 300;
    font-size: 24px;
}.secure-hideout-css h6 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 17px;
    font-weight: 300;
}.secure-hideout-css ul {
    list-style-type: disc;
    margin-bottom: 1em;
    padding-left: 1.5em;
}.secure-hideout-css ol {
    margin-bottom: 1em;
    list-style-type: decimal;
    padding-left: 1.5em;
}.secure-hideout-css li {
    margin-bottom: 0.5em;
    font-size: 17px;
}.secure-hideout-css p {
    margin-bottom: 1em;
    line-height: 1.6;
    font-size: 17px;
}.secure-hideout-css span {
    color: rgb(147,161,148);
    font-weight: 600;
}.secure-hideout-css div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.secure-hideout-css {
    border-radius: 10px;
    padding: 1em;
}.secure-hideout-css h1 {
    font-size: calc(24px - 0.5em);
}.secure-hideout-css h2 {
    font-size: calc(24px - 0.4em);
}.secure-hideout-css p,
    .secure-hideout-css li {
    font-size: calc(17px - 0.2em);
}}
.secure-hideout-css h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    border-radius: 10px;
    background-color: rgb(147,161,148);
    margin: 0.5em auto 0;
}.secure-hideout-css h2::after {
    background-color: rgb(104,111,103);
    content: "";
    border-radius: 10px;
    height: 3px;
    margin: 0.5em auto 0;
    width: 40px;
    display: block;
}.secure-hideout-css ul li::before {
    content: "•";
    color: rgb(147,161,148);
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}.secure-hideout-css ol li::before {
    color: rgb(104,111,103);
    font-weight: 700;
}.secure-hideout-css a {
    color: rgb(147,161,148);
    text-decoration: underline;
}.secure-hideout-css a:hover {
    color: rgb(104,111,103);
    text-decoration: none;
}.secure-hideout-css blockquote {
    background-color: rgb(147,161,148,0.5);
    border-left: 5px solid rgb(147,161,148);
    margin: 1em 0;
    font-style: italic;
    padding: 1em;
}.course-candidates-css {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgb(147,161,148,0.5) 100%);
}.course-candidates-css::before {
    left: 50%;
    position: absolute;
    animation: rotate 20s linear infinite;
    height: 500px;
    transform: translate(-50%, -50%);
    content: "";
    top: 50%;
    width: 500px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 1;
}.course-candidates-css::after {
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
    z-index: 1;
    height: 800px;
    animation: rotate-reverse 30s linear infinite;
    border-radius: 50%;
    border: 4px dotted rgb(147,161,148,0.5);
    content: "";
    width: 800px;
}@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

.course-candidates-css .smart-study-css {
    max-width: 1200px;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 2rem;
}.course-candidates-css .smart-study-css::before {
    transform: translate(-50%, -50%);
    position: absolute;
    animation: pulse 8s ease-in-out infinite alternate;
    content: "";
    background: radial-gradient(circle, rgb(104,111,103,0.5) 0%, transparent 70%);
    top: 50%;
    height: 300px;
    filter: blur(50px);
    left: 50%;
    z-index: -1;
    width: 300px;
    border-radius: 50%;
}@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.course-candidates-css h3 {
    text-align: center;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 4rem;
    z-index: 10;
    font-size: 38px;
}.course-candidates-css h3::after {
    animation: glow 3s infinite alternate;
    content: "";
    border-radius: 50px;
    position: absolute;
    height: 3px;
    width: 150px;
    left: 50%;
    background: rgb(147,161,148);
    box-shadow: 0 0 15px rgb(147,161,148);
    transform: translateX(-50%);
    bottom: -15px;
}@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(147,161,148); }
    100% { box-shadow: 0 0 20px rgb(147,161,148), 0 0 40px rgb(147,161,148,0.5); }
}

.course-candidates-css ul {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    list-style: none;
    margin: 0;
    gap: 2.5rem;
    position: relative;
}.course-candidates-css li {
    padding: 1.5rem 2rem;
    overflow: hidden;
    align-items: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    border-radius: 50px;
    display: flex;
    font-size: 15px;
    backdrop-filter: blur(10px);
}.course-candidates-css li::before {
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
}.course-candidates-css li::after {
    width: 50px;
    height: 150%;
    opacity: 0;
    animation: data-stream 5s infinite;
    content: "";
    transform: rotate(20deg) translateX(-150px);
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: 0;
    animation-delay: calc(var(--i, 0) * 1s);
}.course-candidates-css li:nth-child(1) {
    --i: 0;
}.course-candidates-css li:nth-child(2) {
    --i: 1;
}.course-candidates-css li:nth-child(3) {
    --i: 2;
}.course-candidates-css li:nth-child(4) {
    --i: 3;
}.course-candidates-css li:nth-child(5) {
    --i: 4;
}.course-candidates-css li:nth-child(6) {
    --i: 5;
}.course-candidates-css li:nth-child(7) {
    --i: 6;
}.course-candidates-css li:nth-child(8) {
    --i: 7;
}.course-candidates-css li:nth-child(9) {
    --i: 8;
}.course-candidates-css li:nth-child(10) {
    --i: 9;
}@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}

.course-candidates-css li:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    border-color: rgb(104,111,103);
}.course-candidates-css svg {
    transition: all 0.4s ease;
    position: relative;
    width: 30px;
    z-index: 2;
    margin-right: 1.5rem;
    height: 30px;
}.course-candidates-css svg path {
    transition: all 0.4s ease;
    fill: rgb(104,111,103);
}.course-candidates-css li:hover svg {
    transform: rotate(15deg);
}.course-candidates-css li:hover svg path {
    fill: rgb(147,161,148);
}

@media (max-width: 1200px) {.course-candidates-css::before {
    height: 400px;
    width: 400px;
}.course-candidates-css::after {
    height: 600px;
    width: 600px;
}
}

@media (max-width: 992px) {.course-candidates-css {
    padding: 4rem 1.5rem;
}.course-candidates-css ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.course-candidates-css li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.course-candidates-css {
    padding: 3.5rem 1.5rem;
}.course-candidates-css ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course-candidates-css::before {
    height: 300px;
    width: 300px;
}.course-candidates-css::after {
    width: 450px;
    height: 450px;
}.course-candidates-css h3 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.course-candidates-css {
    padding: 3rem 1rem;
}.course-candidates-css .smart-study-css {
    padding: 1.5rem 1rem;
}.course-candidates-css h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.course-candidates-css li {
    padding: 1rem 1.25rem;
}.course-candidates-css svg {
    height: 25px;
    width: 25px;
    margin-right: 1rem;
}
}