﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.trust-badge {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.wrapper-skeleton {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1149px;
}.top-nav {
    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;
}}
.contact-section {
    overflow: hidden;
    background: rgb(194,193,181);
    padding: 100px 0;
    position: relative;
}.contact-section::before {
    opacity: 0.07;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(157,158,156,0.5) 0,
        rgb(157,158,156,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.contact-section::after {
    left: 0;
    top: 0;
    width: 100%;
    background-size: 30px 30px;
    position: absolute;
    background-image: 
        linear-gradient(rgb(115,116,115,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(115,116,115,0.5) 1px, transparent 1px);
    content: "";
    z-index: 1;
    height: 100%;
    opacity: 0.07;
}.contact-section .container {
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.contact-section h2 {
    margin-bottom: 20px;
    transform: translateX(-50%);
    font-weight: 700;
    padding-bottom: 20px;
    display: inline-block;
    text-align: center;
    left: 50%;
    color: #000000;
    font-size: 33px;
    position: relative;
}.contact-section h2::before {
    width: 80px;
    left: calc(50% - 40px);
    content: "";
    bottom: 0;
    position: absolute;
    height: 4px;
    background: rgb(157,158,156);
}.contact-section h2::after {
    bottom: 0;
    height: 4px;
    left: calc(50% - 15px);
    content: "";
    width: 30px;
    position: absolute;
    background: rgb(115,116,115);
}.contact-section .query-block {
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: hidden;
    margin-top: 50px;
    display: flex;
    background: #ffffff;
}.contact-section .img-vertical {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}.contact-section .img-vertical::before {
    background: linear-gradient(
        135deg, 
        rgba(rgb(157,158,156), 0.4), 
        rgba(rgb(115,116,115), 0.4)
    );
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}.contact-section .support-box {
    display: flex;
    justify-content: center;
    position: relative;
    flex: 0 0 55%;
    flex-direction: column;
    padding: 60px;
}.contact-section .support-box::before {
    top: -75px;
    right: -75px;
    border-radius: 50%;
    position: absolute;
    width: 150px;
    content: "";
    height: 150px;
    border: 30px solid rgb(157,158,156,0.5);
    z-index: 0;
}.contact-section .support-box::after {
    background: rgb(115,116,115,0.5);
    transform: rotate(45deg);
    left: -50px;
    content: "";
    z-index: 0;
    bottom: -50px;
    height: 100px;
    width: 100px;
    border-radius: 0;
    position: absolute;
}.contact-section form {
    z-index: 2;
    position: relative;
}.contact-section form h3 {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    font-size: 19px;
    margin-bottom: 40px;
}.contact-section form h3::after {
    position: absolute;
    background: rgb(157,158,156);
    width: 50%;
    content: "";
    left: 0;
    height: 2px;
    bottom: -15px;
}.contact-section form input[type="text"] {
    margin-bottom: 25px;
    transition: all 0.3s ease;
    background: transparent;
    border-bottom: 2px solid rgb(194,193,181);
    color: #000000;
    padding: 20px 25px;
    border: none;
    width: 100%;
    font-size: 13px;
}.contact-section form input[type="text"]:focus {
    border-bottom-color: rgb(157,158,156);
    outline: none;
}.contact-section form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact-section form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.contact-section .inquiry-query {
    position: relative;
    margin-bottom: 40px;
}.contact-section .inquiry-query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-section .inquiry-query label {
    cursor: pointer;
    padding-left: 35px;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    color: #000000;
}.contact-section .inquiry-query label::before {
    height: 22px;
    transition: all 0.3s ease;
    top: 0;
    content: "";
    border: 2px solid rgb(194,193,181);
    background: transparent;
    width: 22px;
    position: absolute;
    left: 0;
}.contact-section .inquiry-query input[type="checkbox"]:checked + label::before {
    background: rgb(157,158,156);
    border-color: rgb(157,158,156);
}.contact-section .inquiry-query input[type="checkbox"]:checked + label::after {
    width: 6px;
    transform: rotate(45deg);
    left: 8px;
    height: 12px;
    border-width: 0 2px 2px 0;
    top: 4px;
    border: solid #ffffff;
    content: "";
    position: absolute;
}.contact-section .inquiry-query label a {
    transition: all 0.3s ease;
    color: rgb(157,158,156);
    position: relative;
    text-decoration: none;
    font-weight: 600;
}.contact-section .inquiry-query label a::after {
    transform: scaleX(1);
    position: absolute;
    transition: transform 0.3s ease;
    width: 100%;
    left: 0;
    transform-origin: left;
    height: 1px;
    bottom: -1px;
    content: "";
    background: rgb(157,158,156);
}.contact-section .inquiry-query label a:hover {
    color: rgb(115,116,115);
}.contact-section .inquiry-query label a:hover::after {
    background: rgb(115,116,115);
    transform: scaleX(0);
}.contact-section .query-inquiry {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 18px 40px;
    font-weight: 600;
    z-index: 1;
    border: none;
    width: auto;
    background: rgb(157,158,156);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact-section .query-inquiry::before {
    left: -10px;
    transition: width 0.5s ease;
    background: rgb(115,116,115);
    width: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    transform: skewX(-25deg);
}.contact-section .query-inquiry:hover::before {
    width: 150%;
}.contact-section svg {
    transition: all 0.3s ease;
    stroke: rgb(157,158,156);
    fill: none;
    stroke-width: 2;
    width: 24px;
    height: 24px;
}.contact-section svg path {
    stroke: rgb(157,158,156);
    transition: all 0.3s ease;
    fill: none;
}.contact-section svg:hover,
.contact-section svg:hover path {
    stroke: rgb(115,116,115);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact-section {
    padding: 80px 0;
}.contact-section .img-vertical {
    min-height: 500px;
}.contact-section .support-box {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-section {
    padding: 60px 0;
}.contact-section .query-block {
    flex-direction: column;
}.contact-section .img-vertical {
    width: 100%;
    min-height: 300px;
}.contact-section .support-box {
    padding: 40px 30px;
    width: 100%;
}.contact-section form h3 {
    margin-bottom: 30px;
}.contact-section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-section .inquiry-query {
    margin-bottom: 30px;
}.contact-section .query-inquiry {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact-section {
    padding: 50px 0;
}.contact-section h2 {
    font-size: calc(33px * 0.85);
}.contact-section .query-block {
    margin-top: 30px;
}.contact-section .img-vertical {
    min-height: 200px;
}.contact-section .support-box {
    padding: 30px 20px;
}.contact-section form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact-section form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-section .inquiry-query {
    margin-bottom: 25px;
}.contact-section .inquiry-query label {
    font-size: calc(15px * 0.9);
}.contact-section .query-inquiry {
    padding: 12px 25px;
}}.course-overview {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(194,193,181) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    position: relative;
}.course-overview::before {
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    top: 0;
    content: "";
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(157,158,156,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(115,116,115,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(157,158,156,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(115,116,115,0.5) 4%, transparent 8%);
    animation: backgroundPulse 15s infinite alternate;
    width: 100%;
    position: absolute;
}.course-overview::after {
    background: linear-gradient(45deg, rgb(157,158,156,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 200%;
    animation: gradientRotate 20s infinite linear;
    width: 200%;
    position: absolute;
    content: "";
    top: -50%;
    opacity: 0.2;
    left: -50%;
    transform: rotate(45deg);
}.course-overview .container {
    z-index: 5;
    position: relative;
}.course-overview .knowledge-pro {
    background: rgba(255, 255, 255, 0.03);
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(157,158,156,0.5);
    overflow: hidden;
    display: flex;
    transition: all 0.5s ease;
    border-radius: 19px;
    position: relative;
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
}.course-overview .knowledge-pro::before {
    position: absolute;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(157,158,156,0.5) 0%, transparent 100%);
    content: "";
    top: 0;
    left: 0;
}.course-overview .learn-more {
    position: relative;
    z-index: 2;
    flex: 1 1 55%;
    padding: 40px 50px;
}.course-overview .header-start {
    position: relative;
    margin-bottom: 20px;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s ease;
    display: inline-block;
}.course-overview .header-start:hover {
    transform: perspective(1000px) rotateY(10deg);
}.course-overview .header-start svg {
    width: 120px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    height: auto;
}.course-overview .header-start svg path {
    fill: rgb(157,158,156);
    transition: fill 0.3s ease;
}.course-overview .header-start:hover svg path {
    fill: rgb(115,116,115);
}.course-overview .learn-more h3 {
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    transform-style: preserve-3d;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 32px;
}.course-overview .learn-more h3::after {
    width: 80px;
    left: 0;
    filter: blur(1px);
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(157,158,156) 0%, rgb(115,116,115) 100%);
    content: "";
    border-radius: 10px;
    transform: translateZ(-5px);
    bottom: -12px;
}.course-overview .learn-more p {
    font-size: 12px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.7;
    color: #ffffff;
    max-width: 100%;
    margin-bottom: 30px;
}.course-overview .img-vertical {
    min-height: 450px;
    position: relative;
    transition: all 0.5s ease;
    flex: 1 1 45%;
    transform-style: preserve-3d;
    perspective: 1000px;
}.course-overview .img-vertical::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(157,158,156,0.5) 0%, transparent 70%);
    left: 0;
    content: "";
    width: 100%;
    animation: overlayPulse 8s infinite alternate;
    z-index: 1;
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
}.course-overview .img-vertical::after {
    position: absolute;
    transform: translateZ(20px);
    right: 20px;
    opacity: 0.2;
    bottom: 20px;
    content: "";
    border: 1px solid #ffffff;
    left: 20px;
    top: 20px;
    z-index: 2;
    box-shadow: 0 0 30px rgb(157,158,156,0.5);
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (hover: hover) {.course-overview .knowledge-pro:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(157,158,156);
}.course-overview .img-vertical:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}

@media screen and (max-width: 992px) {.course-overview {
    padding: 60px 0;
}.course-overview .learn-more {
    padding: 30px 40px;
}.course-overview .img-vertical {
    min-height: 380px;
}.course-overview .header-start svg {
    width: 100px;
}.course-overview .learn-more h3 {
    font-size: calc(32px * 0.9);
}
}

@media screen and (max-width: 768px) {.course-overview {
    padding: 50px 0;
}.course-overview .knowledge-pro {
    flex-direction: column-reverse;
}.course-overview .learn-more {
    padding: 30px 25px;
    flex: 1 1 100%;
}.course-overview .img-vertical {
    width: 100%;
    min-height: 300px;
    flex: 1 1 100%;
}.course-overview .learn-more h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 20px;
}.course-overview .learn-more p {
    margin-bottom: 20px;
}.course-overview .header-start {
    margin-bottom: 15px;
}.course-overview .header-start svg {
    width: 90px;
}.course-overview .learn-more h3::after {
    height: 2px;
    width: 60px;
    bottom: -10px;
}
}

@media screen and (max-width: 480px) {.course-overview {
    padding: 40px 0;
}.course-overview .img-vertical {
    min-height: 250px;
}.course-overview .learn-more {
    padding: 25px 20px;
}.course-overview .learn-more h3 {
    font-size: calc(24px * 1.2);
}.course-overview .header-start svg {
    width: 80px;
}}.teaching-history {
    overflow: hidden;
    position: relative;
    min-height: 700px;
    background: linear-gradient(150deg, rgb(194,193,181) 0%, #000000 100%);
    padding: 8rem 0;
}.teaching-history::before {
    background: 
        linear-gradient(90deg, transparent 85%, rgb(157,158,156,0.5) 85%, rgb(157,158,156,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(115,116,115,0.5) 85%, rgb(115,116,115,0.5) 88%, transparent 88%);
    opacity: 0.1;
    width: 100%;
    animation: gridFlow 20s linear infinite;
    background-size: 150px 150px;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    content: "";
}.teaching-history .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1300px;
}.teaching-history .review-track {
    position: relative;
    gap: 20px 30px;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    background: transparent;
    display: grid;
    grid-template-rows: auto auto 1fr;
    min-height: 580px;
    grid-template-columns: 45% 1fr;
}.teaching-history .review-track::before {
    top: 50%;
    left: 0;
    right: 0;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    position: absolute;
    height: 90%;
    filter: blur(40px);
    opacity: 0.3;
    z-index: -1;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgb(157,158,156,0.5) 0%, transparent 50%);
    content: "";
    border-radius: 14px;
}.teaching-history .review-track::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: -2;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}.teaching-history .img-vertical {
    z-index: 2;
    position: relative;
    transform: scale(1);
    filter: contrast(1.1) brightness(1.05);
    height: 100%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: photo;
    border-radius: 14px 0 0 14px;
    overflow: hidden;
}.teaching-history .review-track:hover .img-vertical {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.teaching-history .img-vertical::before {
    top: 0;
    opacity: 0.7;
    width: 10px;
    animation: pulseOpacity 3s ease-in-out infinite;
    position: absolute;
    z-index: 3;
    height: 100%;
    content: "";
    left: 0;
    background: rgb(157,158,156);
}.teaching-history .name {
    position: relative;
    z-index: 3;
    padding-bottom: 10px;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 80px;
    color: #ffffff;
    grid-area: name;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    align-self: end;
    font-size: 29px;
    font-weight: 700;
}.teaching-history .review-track:hover .name {
    transform: translateX(15px);
}.teaching-history .name::after {
    position: absolute;
    transition: width 0.5s ease;
    bottom: 0;
    width: 0;
    left: 0;
    content: "";
    background: rgb(157,158,156);
    height: 2px;
}.teaching-history .review-track:hover .name::after {
    width: 60%;
}.teaching-history .review-track span:not(.name) {
    color: rgb(115,116,115);
    display: inline-block;
    align-self: start;
    grid-area: job;
    position: relative;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3;
    font-size: 19px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    transform: translateX(0);
}.teaching-history .review-track:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.teaching-history .experience-area {
    align-self: start;
    border-left: 4px solid rgb(115,116,115);
    width: 95%;
    font-size: 12px;
    grid-area: quote;
    z-index: 2;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 14px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    line-height: 1.8;
    backdrop-filter: blur(10px);
    padding: 2rem;
    transform: translateY(0);
    margin-right: 0;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}.teaching-history .review-track:hover .experience-area {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.teaching-history .container::after {
    right: -150px;
    filter: blur(70px);
    bottom: -150px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    opacity: 0.3;
    width: 300px;
    height: 300px;
    content: "";
    background: radial-gradient(circle, rgb(115,116,115,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -1;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.teaching-history .review-track {
    grid-template-areas:
            "img-vertical"
            "name"
            "exp-timeline"
            "experience-area";
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto auto;
}.teaching-history .img-vertical {
    border-radius: 14px 14px 0 0;
    height: 350px;
}.teaching-history .img-vertical::before {
    height: 10px;
    width: 100%;
}.teaching-history .name {
    margin-top: 0;
    text-align: center;
}.teaching-history .name::after {
    transform: translateX(-50%);
    left: 50%;
}.teaching-history .review-track:hover .name {
    transform: translateY(-5px);
}.teaching-history .review-track span:not(.name) {
    margin: 0 auto;
}.teaching-history .review-track:hover span:not(.name) {
    transform: translateY(-5px);
}.teaching-history .experience-area {
    border-left: none;
    width: 90%;
    border-top: 4px solid rgb(115,116,115);
    margin: 0 auto;
}.teaching-history .review-track:hover .experience-area {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teaching-history {
    padding: 5rem 0;
}.teaching-history .img-vertical {
    height: 250px;
}.teaching-history .name {
    font-size: 19px;
}.teaching-history .review-track span:not(.name) {
    font-size: 12px;
    padding: 0.5rem 1rem;
}.teaching-history .experience-area {
    padding: 1.5rem;
    width: 95%;
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.who-we-are {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
    position: relative;
}.who-we-are::before {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
    left: 0;
}.who-we-are::after {
    right: -10%;
    filter: blur(40px);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: floatBlob 20s infinite alternate ease-in-out;
    top: -10%;
    width: 60%;
    opacity: 0.15;
    background: rgb(157,158,156);
    z-index: 0;
    content: "";
    height: 60%;
    position: absolute;
}.who-we-are .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}.who-we-are .metadata-block {
    transform: translateX(0);
    position: relative;
    max-width: 840px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.who-we-are h1 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    transform: translateY(0);
    margin-bottom: 50px;
    font-size: 39px;
    opacity: 1;
    color: #ffffff;
    transition: all 0.5s ease-out;
}.who-we-are h1::after {
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    bottom: -15px;
    width: 80px;
    position: absolute;
    height: 4px;
    content: "";
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(157,158,156) 0%, rgb(115,116,115) 100%);
}.who-we-are ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.who-we-are li {
    margin-bottom: 20px;
}.who-we-are h4 {
    letter-spacing: 0.5px;
    transition: transform 0.4s ease;
    font-size: calc(35px - 2px);
    transform: translateX(0);
    display: inline-block;
    position: relative;
    color: rgb(115,116,115);
    margin: 0 0 15px 0;
    font-weight: 600;
}.who-we-are h4::before {
    bottom: -5px;
    left: 0;
    background: rgb(115,116,115);
    position: absolute;
    width: 0;
    transition: width 0.4s ease;
    height: 2px;
    content: "";
}.who-we-are h4:hover {
    transform: translateX(5px);
}.who-we-are h4:hover::before {
    width: 100%;
}.who-we-are span {
    border-left: 3px solid rgb(157,158,156);
    line-height: 1.7;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.3) 100%);
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    padding: 30px;
    display: block;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}.who-we-are span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.who-we-are span::first-letter {
    float: left;
    margin-right: 8px;
    font-weight: 700;
    color: rgb(157,158,156);
    line-height: 1;
    font-size: 2.5em;
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes floatBlob {
    0% {
        transform: rotate(0deg) translate(0, 0);
    }
    50% {
        transform: rotate(5deg) translate(20px, 20px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 20px);
    }
}

@media (max-width: 992px) {.who-we-are {
    padding: 90px 0;
}.who-we-are h1 {
    font-size: calc(39px - 6px);
    margin-bottom: 40px;
}.who-we-are h4 {
    font-size: calc(35px - 4px);
}.who-we-are span {
    padding: 25px;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 768px) {.who-we-are {
    padding: 70px 0;
}.who-we-are .container {
    padding: 0 20px;
}.who-we-are h1 {
    font-size: calc(39px - 10px);
    margin-bottom: 35px;
}.who-we-are h4 {
    font-size: calc(35px - 6px);
}.who-we-are span {
    line-height: 1.6;
    padding: 20px;
}.who-we-are span::first-letter {
    font-size: 2em;
}.who-we-are::after {
    width: 80%;
    height: 50%;
}
}

@media (max-width: 576px) {.who-we-are {
    padding: 50px 0;
}.who-we-are .container {
    padding: 0 15px;
}.who-we-are h1 {
    font-size: calc(39px - 14px);
    margin-bottom: 30px;
}.who-we-are h1::after {
    bottom: -10px;
    height: 3px;
}.who-we-are h4 {
    margin-bottom: 10px;
    font-size: calc(35px - 8px);
}.who-we-are span {
    padding: 15px;
    line-height: 1.5;
    font-size: calc(18px - 2px);
}.who-we-are span::first-letter {
    margin-right: 5px;
    font-size: 1.8em;
}}.tariff-grid {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.tariff-grid::before {
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
}.tariff-grid .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.pricing-block {
    position: relative;
}.tariff-grid h2 {
    text-align: center;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 20px;
    color: #ffffff;
}.tariff-grid h2::after {
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(157,158,156), rgb(115,116,115));
    content: "";
}.tariff-grid .payment-plans {
    margin: 0 auto 50px;
    color: #ffffff;
    opacity: 0.9;
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    text-align: center;
}.tariff-grid .trial-pricing {
    display: grid;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
}.tariff-grid .learning-fee {
    display: block;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    will-change: transform;
    text-decoration: none;
    position: relative;
}.tariff-grid .learning-fee:hover {
    transform: translateY(-8px);
}.tariff-grid .pricing-tiers {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
    transition: box-shadow 0.3s ease, border 0.3s ease;
    -webkit-backdrop-filter: blur(10px);
}.tariff-grid .learning-fee:hover .pricing-tiers {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}.tariff-grid .pricing-catalog {
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
    height: 100%;
    padding: 35px 30px;
}.tariff-grid .pricing-tiers::before {
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(157,158,156), rgb(115,116,115));
    top: 0;
}.tariff-grid .pricing-catalog h4 {
    font-weight: 600;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-size: calc(18px + 2px);
}.tariff-grid .pricing-catalog h4::after {
    height: 2px;
    width: 40px;
    background-color: rgb(115,116,115);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}.tariff-grid .pricing-catalog p {
    hyphens: auto;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    opacity: 0.85;
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 1.6;
    color: #ffffff;
    white-space: normal;
}.tariff-grid .bundle-offer {
    border-radius: 3px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, rgb(157,158,156,0.5) 0%, rgb(115,116,115,0.5) 100%);
    z-index: 1;
    color: #ffffff;
    padding: 10px 20px;
    font-size: calc(18px + 4px);
    position: relative;
}.tariff-grid .bundle-offer::before {
    opacity: 0.6;
    z-index: -1;
    background: linear-gradient(135deg, rgb(157,158,156,0.5) 0%, rgb(115,116,115,0.5) 100%);
    inset: 0;
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    border-radius: 3px;
}.tariff-grid .learning-fee:hover .bundle-offer::before {
    opacity: 1;
}.tariff-grid li:nth-child(even) .pricing-tiers::before {
    background: linear-gradient(90deg, rgb(115,116,115), rgb(157,158,156));
}

@media (max-width: 1200px) {.tariff-grid {
    padding: 100px 0;
}.tariff-grid .trial-pricing {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.tariff-grid {
    padding: 80px 0;
}.tariff-grid .trial-pricing {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}.tariff-grid .pricing-catalog {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.tariff-grid {
    padding: 60px 0;
}.tariff-grid h2 {
    font-size: calc(33px - 4px);
}.tariff-grid .payment-plans {
    font-size: calc(18px - 1px);
    margin-bottom: 40px;
}.tariff-grid .trial-pricing {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.tariff-grid .pricing-catalog h4 {
    font-size: 18px;
}.tariff-grid .bundle-offer {
    font-size: 18px;
}
}

@media (max-width: 480px) {.tariff-grid {
    padding: 50px 0;
}.tariff-grid .pricing-catalog {
    padding: 25px 20px;
}.tariff-grid h2 {
    font-size: calc(33px - 6px);
}.tariff-grid .payment-plans {
    font-size: calc(18px - 2px);
}}.customer-support {
    background: rgb(194,193,181);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.customer-support::before {
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(157,158,156,0.5) 0%, transparent 100%);
    z-index: 1;
    width: 100%;
    position: absolute;
}.customer-support::after {
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(115,116,115,0.5) 0%, transparent 70%);
    width: 100%;
    content: '';
    left: 0;
    z-index: 1;
    height: 100%;
}.customer-support .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
}.customer-support .contact-query {
    align-items: stretch;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    border: 1px solid rgb(115,116,115,0.5);
    padding: 40px;
    border-radius: 14px;
    background: #ffffff;
}.customer-support .contact-query:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.customer-support .get-contactblock {
    padding-bottom: 15px;
    color: rgb(157,158,156);
    position: relative;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 700;
}.customer-support .img-vertical {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    height: 280px;
    transition: transform 0.5s ease;
}.customer-support .img-vertical::before {
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}.customer-support .img-vertical::after {
    top: -50%;
    left: -50%;
    content: '';
    width: 200%;
    transform: rotate(30deg);
    z-index: 2;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: shine 6s infinite linear;
    height: 200%;
    position: absolute;
}@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.customer-support .instant-contact {
    position: relative;
    padding: 30px;
    border-radius: 14px;
    background: rgb(194,193,181);
    border: 1px solid rgb(115,116,115,0.5);
}.customer-support .instant-contact::before {
    z-index: -1;
    top: 0;
    opacity: 0.05;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 14px;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(157,158,156,0.5) 0%, transparent 100%);
}.customer-support .instant-contact p {
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    color: #000000;
    display: flex;
    font-size: 18px;
}.customer-support .instant-contact p::before {
    position: absolute;
    background: rgb(157,158,156,0.5);
    content: '';
    transition: transform 0.3s ease, background 0.3s ease;
    left: -3px;
    justify-content: center;
    width: 24px;
    border-radius: 50%;
    top: 0px;
    height: 24px;
    display: flex;
    align-items: center;
}.customer-support .instant-contact p:hover::before {
    background-color: rgb(157,158,156);
    transform: scale(1.2);
}.customer-support .instant-contact p span {
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
}.customer-support .instant-contact p span::after {
    transition: width 0.3s ease;
    width: 0;
    content: '';
    position: absolute;
    background: rgb(157,158,156);
    bottom: 0;
    height: 1px;
    left: 0;
}.customer-support .instant-contact p:hover span::after {
    width: 100%;
}.customer-support .instant-contact p span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(115,116,115);
}.customer-support .instant-contact p span a:hover {
    color: rgb(157,158,156);
}.customer-support .instant-contact p svg {
    left: 0;
    width: 18px;
    fill: rgb(157,158,156);
    transition: transform 0.3s ease, fill 0.3s ease;
    position: absolute;
    height: 18px;
    top: 3px;
}.customer-support .instant-contact p:hover svg {
    fill: rgb(115,116,115);
    transform: scale(1.2);
}.customer-support .instant-contact p svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.customer-support .message-us {
    margin-top: 30px;
    border-top: 1px solid rgb(115,116,115,0.5);
    padding-top: 20px;
}.customer-support .get-in-touch {
    padding-left: 30px;
    font-weight: 600;
    position: relative;
    font-size: 24px;
    color: rgb(157,158,156);
    margin-bottom: 20px;
}.customer-support .get-in-touch::before {
    top: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
    transition: transform 0.3s ease;
    border-radius: 50%;
    background: rgb(157,158,156,0.5);
    left: 0;
}.customer-support .get-in-touch:hover::before {
    transform: translateY(-50%) scale(1.2);
}.customer-support .get-in-touch svg {
    fill: rgb(157,158,156);
    width: 20px;
    transition: transform 0.3s ease, fill 0.3s ease;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    position: absolute;
    top: 50%;
}.customer-support .get-in-touch:hover svg {
    transform: translateY(-50%) scale(1.2);
    fill: rgb(115,116,115);
}.customer-support .get-in-touch svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.customer-support .talk-support {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    display: grid;
}.customer-support .get-answers {
    border-radius: 10px;
    position: relative;
    color: #000000;
    padding: 10px 15px;
    overflow: hidden;
    background: rgb(115,116,115,0.5);
    transition: transform 0.3s ease, background 0.3s ease;
    font-size: 18px;
}.customer-support .get-answers::before {
    top: 0;
    left: 0;
    background: rgb(157,158,156);
    position: absolute;
    width: 4px;
    transition: width 0.3s ease;
    content: '';
    height: 100%;
}.customer-support .get-answers:hover {
    background: rgb(115,116,115);
    transform: translateX(5px);
}.customer-support .get-answers:hover::before {
    width: 8px;
}.customer-support .get-answers svg {
    fill: rgb(157,158,156);
    transition: transform 0.3s ease, fill 0.3s ease;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}.customer-support .get-answers:hover svg {
    fill: #ffffff;
    transform: rotate(15deg);
}.customer-support .get-answers svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.customer-support .container::before {
    background-image: linear-gradient(
        45deg,
        rgb(115,116,115,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(115,116,115,0.5) 50%,
        rgb(115,116,115,0.5) 75%,
        transparent 75%,
        transparent
    );
    z-index: -1;
    content: '';
    width: 300px;
    position: absolute;
    border-radius: 50%;
    top: -100px;
    animation: pulse 10s infinite linear;
    height: 300px;
    background-size: 15px 15px;
    opacity: 0.2;
    right: -100px;
}.customer-support .container::after {
    background-image: linear-gradient(
        45deg,
        rgb(157,158,156,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(157,158,156,0.5) 50%,
        rgb(157,158,156,0.5) 75%,
        transparent 75%,
        transparent
    );
    left: -50px;
    width: 200px;
    bottom: -50px;
    background-size: 10px 10px;
    z-index: -1;
    animation: pulse 15s infinite linear;
    height: 200px;
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    content: '';
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        background-position: 100% 0%, 0% 100%;
    }
    100% {
        background-position: 0% 0%, 100% 100%;
    }
}

@media (min-width: 992px) {.customer-support .contact-query {
    flex-direction: row;
    gap: 40px;
}.customer-support .img-vertical {
    flex: 0 0 350px;
    margin-bottom: 0;
    height: 350px;
}.customer-support .instant-contact {
    flex: 1;
}.customer-support .talk-support {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.customer-support {
    padding: 60px 0;
}.customer-support .contact-query {
    padding: 30px;
}.customer-support .get-contactblock {
    font-size: 24px;
    margin-bottom: 25px;
}.customer-support .img-vertical {
    height: 240px;
}.customer-support .instant-contact {
    padding: 25px;
}.customer-support .talk-support {
    grid-template-columns: repeat(2, 1fr);
}.customer-support .instant-contact p svg {
    height: 16px;
    width: 16px;
}.customer-support .get-in-touch svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 767px) {.customer-support {
    padding: 40px 0;
}.customer-support .contact-query {
    padding: 20px;
}.customer-support .get-contactblock {
    font-size: 17px;
    margin-bottom: 20px;
}.customer-support .img-vertical {
    height: 200px;
}.customer-support .instant-contact {
    padding: 20px;
}.customer-support .instant-contact p {
    font-size: 18px;
    margin-bottom: 15px;
}.customer-support .get-in-touch {
    font-size: 17px;
}.customer-support .talk-support {
    grid-template-columns: 1fr;
}.customer-support .instant-contact p svg {
    height: 15px;
    width: 15px;
    top: 4px;
}.customer-support .get-in-touch svg {
    width: 16px;
    height: 16px;
}.customer-support .get-answers svg {
    width: 12px;
    height: 12px;
}}.trust-badge {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 3rem;
    z-index: 1;
}.trust-badge::before {
    backdrop-filter: blur(8px);
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(157,158,156,0.5) 100%);
    left: 0;
    width: 100%;
    top: 0;
}.trust-badge .container {
    display: grid;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1.5fr 2fr;
}.trust-badge .company_holder {
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(157,158,156);
    position: relative;
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(157,158,156);
    }
    50% {
        border-left-color: rgb(115,116,115);
    }
    100% {
        border-left-color: rgb(157,158,156);
    }
}

.trust-badge .company_holder h3 {
    font-size: calc(34px * 1.2);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-weight: 700;
    background: linear-gradient(to right, #ffffff, rgb(115,116,115));
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
}.trust-badge .hackathon {
    opacity: 0.8;
    margin-top: 1rem;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}.trust-badge .sample-docs {
    justify-content: flex-end;
    display: flex;
}.trust-badge .site-header {
    gap: 4rem;
    display: flex;
}.trust-badge .top-header {
    position: relative;
}.trust-badge .top-header::before {
    opacity: 0.4;
    width: 40px;
    top: -10px;
    position: absolute;
    height: 40px;
    border-top: 1px solid rgb(157,158,156);
    content: "";
    border-left: 1px solid rgb(157,158,156);
    left: -20px;
}.trust-badge .top-header::after {
    bottom: -10px;
    border-bottom: 1px solid rgb(157,158,156);
    position: absolute;
    height: 40px;
    border-right: 1px solid rgb(157,158,156);
    width: 40px;
    right: -20px;
    content: "";
    opacity: 0.4;
}.trust-badge .top-header h5 {
    margin-bottom: 1.5rem;
    font-size: 18px;
    color: rgb(115,116,115);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}.trust-badge .top-header .site-header {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.trust-badge .top-header .site-header a {
    opacity: 0.8;
    color: #ffffff;
    padding-left: 1rem;
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px;
    text-decoration: none;
}.trust-badge .top-header .site-header a::before {
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    transition: all 0.3s ease;
    background-color: rgb(157,158,156);
    height: 5px;
    border-radius: 50%;
    content: "";
    top: 50%;
    position: absolute;
}.trust-badge .top-header .site-header a:hover {
    opacity: 1;
    color: rgb(157,158,156);
    transform: translateX(5px);
}.trust-badge .top-header .site-header a:hover::before {
    width: 7px;
    height: 7px;
    background-color: rgb(115,116,115);
}.mentor-cta {
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    position: relative;
    margin-top: 2rem;
}.mentor-cta::before {
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(157,158,156), transparent);
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.5;
    position: absolute;
    left: 0;
}.mentor-cta .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.mentor-cta .progress-bar {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.trust-badge .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.trust-badge .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.trust-badge .sample-docs {
    justify-content: flex-start;
}.trust-badge .site-header {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.trust-badge {
    padding: 3rem 0 2rem;
}.trust-badge .site-header {
    flex-direction: column;
    gap: 2rem;
}.trust-badge .top-header::before,
    .trust-badge .top-header::after {
    display: none;
}.trust-badge .top-header {
    margin-bottom: 1.5rem;
}.mentor-cta {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.trust-badge .company_holder h3 {
    font-size: 34px;
}.trust-badge .top-header h5 {
    font-size: calc(20px * 1.1);
}.trust-badge .top-header .site-header a {
    font-size: calc(14px * 0.9);
}}header {
    padding: 1.2rem 0;
    z-index: 100;
    position: relative;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom, rgb(194,193,181), #ffffff);
}header::before {
    position: absolute;
    z-index: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(157,158,156,0.5) 65%, 
        rgb(157,158,156,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(115,116,115,0.5) 75%, 
        rgb(115,116,115,0.5) 80%, 
        transparent 80%);
    height: 100%;
    opacity: 0.5;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
}header .container {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 3%;
    max-width: 100%;
    margin: 0;
}header .head-train {
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}header .head-sitebar {
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 26px;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(157,158,156,0.5), rgb(115,116,115,0.5));
    padding: 0.5rem 1.5rem;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
}header .head-sitebar::before {
    opacity: 0;
    top: -50%;
    width: 200%;
    position: absolute;
    height: 200%;
    content: '';
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    left: -50%;
    transition: opacity 0.3s ease;
}header .head-sitebar:hover::before {
    opacity: 1;
}header .head-sitebar svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    width: 150px;
}header .head-sitebar:hover svg {
    transform: scale(1.03);
}header .top-header {
    width: 100%;
    max-width: 800px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    display: flex;
    margin-top: 0.5rem;
}header .top-wrap {
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    background: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    color: #000000;
    padding: 0.6rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 19px;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}header .top-wrap::before {
    content: '';
    top: 0;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(157,158,156), rgb(115,116,115));
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
}header .top-wrap:hover {
    color: rgb(157,158,156);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .top-wrap:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .head-sitebar {
    padding: 0.5rem 1.2rem;
}header .head-sitebar svg {
    width: 140px;
}header .top-header {
    gap: 0.5rem;
}header .top-wrap {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .head-train {
    gap: 1.5rem;
}header .head-sitebar {
    padding: 0.4rem 1rem;
}header .head-sitebar svg {
    width: 130px;
}header .top-header {
    gap: 0.5rem;
}header .top-wrap {
    padding: 0.5rem 0.9rem;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .head-train {
    gap: 1rem;
}header .head-sitebar svg {
    width: 120px;
}header .top-header {
    flex-wrap: nowrap;
    padding-bottom: 10px;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0.4rem;
}header .top-header::-webkit-scrollbar {
    height: 3px;
}header .top-header::-webkit-scrollbar-thumb {
    background: rgb(157,158,156);
    border-radius: 10px;
}header .top-wrap {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
}}.study-method {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(150deg, rgb(194,193,181) 45%, rgb(157,158,156,0.5) 100%);
    padding: 8rem 2rem;
}.study-method::before {
    opacity: 0.7;
    z-index: -1;
    background: 
        linear-gradient(135deg, transparent 20px, rgba(255,255,255,0.03) 0) top left,
        linear-gradient(225deg, transparent 20px, rgba(255,255,255,0.03) 0) top right,
        linear-gradient(315deg, transparent 20px, rgba(255,255,255,0.03) 0) bottom right,
        linear-gradient(45deg, transparent 20px, rgba(255,255,255,0.03) 0) bottom left;
    background-repeat: no-repeat;
    left: 0;
    width: 100%;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    position: absolute;
    background-size: 50% 50%;
    top: 0;
    content: "";
    height: 100%;
}.study-method::after {
    height: 70%;
    filter: blur(40px);
    transform: rotate(15deg);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    top: -10%;
    z-index: -1;
    opacity: 0.05;
    background: rgb(115,116,115,0.5);
    right: -5%;
    content: "";
    animation: floatElement 20s infinite alternate ease-in-out;
    width: 40%;
    position: absolute;
}.study-method .knowledge-pro {
    gap: 3rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.study-method h2 {
    font-size: 36px;
    opacity: 0;
    margin-bottom: 2rem;
    animation: slideInText 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    position: relative;
    transform: translateX(-20px);
    color: rgb(157,158,156);
}.study-method h2::before {
    height: 3px;
    bottom: -15px;
    left: 0;
    transform: scaleX(0);
    background: rgb(115,116,115);
    transform-origin: left;
    content: "";
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 80px;
    position: absolute;
}.study-method .metadata-block {
    overflow: hidden;
    padding: 2.5rem;
    opacity: 0;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(140deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.03) 100%);
    animation: fadeUpIn 1s 0.4s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05), 
                inset 0 0 0 1px rgba(255,255,255,0.1);
}.study-method .metadata-block::before {
    top: 0;
    position: absolute;
    animation: growVertical 0.7s 0.8s forwards ease-in-out;
    width: 4px;
    content: "";
    background: linear-gradient(to bottom, rgb(157,158,156), rgb(115,116,115));
    height: 0;
    left: 0;
}.study-method .metadata-block::after {
    content: "";
    right: 0;
    width: 25%;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(115,116,115,0.5), 0.1) 50%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
    height: 25%;
    bottom: 0;
}.study-method p {
    position: relative;
    transform: translateZ(0);
    z-index: 2;
    font-size: 15px;
    margin: 0;
    line-height: 1.8;
    color: #000000;
}.study-method p::first-letter {
    font-weight: 600;
    color: rgb(157,158,156);
    font-size: 1.5em;
}

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

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

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

@keyframes growVertical {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes backgroundPulse {
    0% { opacity: 0.5; }
    50% { opacity: 0.7; }
    100% { opacity: 0.6; }
}

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

@media (min-width: 768px) {.study-method {
    padding: 10rem 4rem;
}.study-method .knowledge-pro {
    gap: 4rem;
    grid-template-columns: 1fr;
}.study-method h2 {
    margin-bottom: 3rem;
    font-size: calc(36px * 1.2);
}.study-method h2::before {
    width: 120px;
    height: 4px;
    bottom: -20px;
}.study-method .metadata-block {
    margin-left: 5%;
    width: 90%;
    padding: 3.5rem;
    transition: transform 0.4s ease-out;
}.study-method .metadata-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.08), 
                    inset 0 0 0 1px rgba(255,255,255,0.15);
}.study-method p {
    font-size: calc(15px * 1.05);
    max-width: 90%;
}
}

@media (min-width: 1024px) {.study-method {
    padding: 12rem 5rem;
}.study-method::before {
    background-size: 25% 25%;
}.study-method .knowledge-pro {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 2rem;
    align-items: center;
}.study-method h2 {
    margin-bottom: 0;
    font-size: calc(36px * 1.3);
}.study-method h2::before {
    width: 140px;
    bottom: -25px;
}.study-method .metadata-block {
    width: 100%;
    margin-left: 0;
    padding: 4rem;
}.study-method p {
    max-width: 100%;
}
}

@media (min-width: 1440px) {.study-method {
    padding: 14rem 6rem;
}.study-method .knowledge-pro {
    grid-template-columns: 0.35fr 0.65fr;
    gap: 3rem;
}.study-method h2 {
    font-size: calc(36px * 1.4);
}.study-method .metadata-block {
    padding: 5rem;
}.study-method p {
    font-size: calc(15px * 1.1);
    line-height: 1.9;
}
}

@media (prefers-reduced-motion: reduce) {.study-method::before,
    .study-method::after,
    .study-method h2,
    .study-method h2::before,
    .study-method .metadata-block,
    .study-method .metadata-block::before {
    animation: none;
    transform: none;
    opacity: 1;
    transition: none;
}.study-method .metadata-block::before {
    height: 100%;
}
}

@media (max-width: 767px) {.study-method {
    padding: 6rem 1.5rem;
}.study-method .knowledge-pro {
    gap: 2rem;
}.study-method h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
}.study-method .metadata-block {
    padding: 2rem;
}.study-method p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}}.ty-sidebar {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(194,193,181) 0%, rgb(157,158,156,0.5) 100%);
    padding: 120px 0 80px;
}.ty-sidebar::before {
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(115,116,115,0.5) 0%, transparent 60%);
    top: 0;
}.ty-sidebar::after {
    border-radius: 50%;
    right: -50px;
    content: "";
    position: absolute;
    animation: rotate 24s linear infinite;
    width: 200px;
    top: -50px;
    height: 200px;
    border: 2px solid rgb(157,158,156,0.5);
    opacity: 0.4;
    z-index: 1;
}.ty-sidebar .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.ty-sidebar h2 {
    line-height: 1.3;
    max-width: 800px;
    position: relative;
    font-weight: 700;
    animation: slideInTitle 1s ease-out forwards 0.3s;
    opacity: 0;
    font-size: 33px;
    transform: translateX(-20px);
    color: #000000;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
}.ty-sidebar h2::after {
    height: 3px;
    position: absolute;
    width: 80px;
    bottom: -15px;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(157,158,156) 0%, rgb(115,116,115) 100%);
    animation: growLine 1.2s ease-out forwards 0.8s;
}.ty-sidebar .knowledge-pro {
    transform-origin: left center;
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    background: #ffffff;
    max-width: 900px;
    position: relative;
    transition: transform 0.5s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(-2deg);
}.ty-sidebar .knowledge-pro:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ty-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ty-sidebar li {
    position: relative;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease forwards 1s;
    padding-left: 25px;
    opacity: 0;
}.ty-sidebar li::before {
    width: 8px;
    content: "";
    box-shadow: 0 0 0 rgba(rgb(157,158,156), 0.4);
    background: rgb(157,158,156);
    animation: pulse 2s infinite;
    left: 0;
    border-radius: 50%;
    top: 8px;
    position: absolute;
    height: 8px;
}.ty-sidebar li span {
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
}@keyframes slideInTitle {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.ty-sidebar .container::before,
.ty-sidebar .container::after {
    position: absolute;
    height: 4px;
    width: 4px;
    content: "";
    opacity: 0.7;
    border-radius: 50%;
    background: rgb(157,158,156);
}.ty-sidebar .container::before {
    right: 15%;
    top: 30px;
    box-shadow: 
        30px 50px 0 -1px rgb(115,116,115),
        80px -20px 0 -1px rgb(157,158,156),
        120px 60px 0 -1px rgb(115,116,115),
        200px 40px 0 -1px rgb(157,158,156);
}.ty-sidebar .container::after {
    bottom: 60px;
    box-shadow: 
        40px -30px 0 -1px rgb(115,116,115),
        70px 20px 0 -1px rgb(157,158,156),
        120px -40px 0 -1px rgb(115,116,115),
        180px 10px 0 -1px rgb(157,158,156);
    left: 10%;
}

@media screen and (max-width: 992px) {.ty-sidebar {
    padding: 80px 0 60px;
}.ty-sidebar h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
}.ty-sidebar .knowledge-pro {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}
}

@media screen and (max-width: 768px) {.ty-sidebar {
    padding: 60px 0 40px;
}.ty-sidebar h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.ty-sidebar .knowledge-pro {
    transform: none;
    clip-path: none;
    padding: 25px;
}.ty-sidebar li {
    padding-left: 20px;
}.ty-sidebar li::before {
    top: 7px;
    height: 6px;
    width: 6px;
}.ty-sidebar li span {
    font-size: calc(16px * 0.95);
}
}

@media screen and (max-width: 576px) {.ty-sidebar {
    padding: 50px 0 30px;
}.ty-sidebar h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 25px;
}.ty-sidebar .knowledge-pro {
    padding: 20px;
}.ty-sidebar li span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.ty-sidebar h2::after {
    bottom: -10px;
    height: 2px;
    width: 60px;
}}.client-feedback {
    padding: 140px 0 160px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(115,116,115,0.5) 0%, rgb(194,193,181) 70%);
}.client-feedback::before {
    opacity: 0.1;
    position: absolute;
    width: 150vw;
    transform: translate(-50%, -50%);
    height: 150vw;
    content: "";
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(157,158,156,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(115,116,115,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(157,158,156,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(115,116,115,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    top: 50%;
    animation: rotateBackground 60s linear infinite;
    border-radius: 50%;
    left: 50%;
}@keyframes rotateBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.client-feedback .knowledge-pro {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.client-feedback h4 {
    margin-bottom: 100px;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 33px;
}.client-feedback h4::before,
.client-feedback h4::after {
    bottom: -20px;
    background: rgb(157,158,156);
    position: absolute;
    content: "";
    height: 3px;
}.client-feedback h4::before {
    left: calc(50% - 100px);
    width: 80px;
}.client-feedback h4::after {
    width: 80px;
    right: calc(50% - 100px);
}.client-feedback .review-carousel {
    max-width: 1100px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    position: relative;
    display: grid;
    gap: 40px;
}.client-feedback .review-carousel::before {
    transform: translate(-50%, -50%) scale(1.05);
    left: 50%;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 50%;
    border: 2px dashed rgb(157,158,156,0.5);
    z-index: -1;
    content: "";
    border-radius: 26px;
    position: absolute;
}.client-feedback .review-track {
    flex-direction: column;
    padding: 0;
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}.client-feedback .review-track:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.03);
}.client-feedback .review-track .img-vertical {
    margin-bottom: 15px;
    z-index: 2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
    position: relative;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 80px;
    height: 80px;
}.client-feedback .review-track:hover .img-vertical {
    box-shadow: 0 8px 25px rgb(157,158,156,0.5);
    transform: scale(1.1);
}.client-feedback .review-track::after {
    height: 60px;
    width: 2px;
    left: 50%;
    background: linear-gradient(to bottom, rgb(157,158,156,0.5), transparent);
    z-index: 1;
    transform: translateX(-50%);
    position: absolute;
    top: 70px;
    content: "";
}.client-feedback .review-track span {
    display: block;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    margin-bottom: 10px;
    z-index: 2;
    padding: 0 10px;
    text-align: center;
    font-size: 21px;
}.client-feedback .review-track p {
    padding: 20px;
    transition: all 0.3s ease;
    border-radius: 26px;
    background: #ffffff;
    z-index: 2;
    font-size: 13px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    width: 100%;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.client-feedback .review-track:hover p {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.client-feedback .review-track p::before {
    border-left: 10px solid transparent;
    top: -10px;
    left: 50%;
    border-right: 10px solid transparent;
    transform: translateX(-50%);
    border-bottom: 10px solid #ffffff;
    position: absolute;
    content: "";
}.client-feedback .review-track:last-child:nth-child(3n-1) {
    grid-column: 2;
}.client-feedback .review-track:last-child:nth-child(3n-2) {
    grid-column: 2;
}

@media (max-width: 1200px) {.client-feedback .review-carousel {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.client-feedback .review-track {
    width: 100%;
}.client-feedback .review-track:last-child:nth-child(2n-1) {
    grid-column: 1 / span 2;
    margin: 0 auto;
    width: 80%;
}
}

@media (max-width: 768px) {.client-feedback {
    padding: 80px 0 100px;
}.client-feedback .review-carousel {
    gap: 40px;
    grid-template-columns: 1fr;
}.client-feedback .review-track {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}.client-feedback .review-track:last-child:nth-child(2n-1) {
    grid-column: 1;
    width: 100%;
}.client-feedback .review-track:hover {
    transform: translateY(-5px);
}.client-feedback h4 {
    margin-bottom: 50px;
}}.course-candidates {
    position: relative;
    background-color: #000000;
    color: #ffffff;
    padding: 100px 0;
    background-size: 60px 60px;
    overflow: hidden;
}.course-candidates::before {
    animation: rotateBackground 60s linear infinite;
    pointer-events: none;
    top: -50%;
    left: -50%;
    opacity: 0.4;
    position: absolute;
    content: '';
    height: 200%;
    width: 200%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(157,158,156,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(115,116,115,0.5) 0%, transparent 25%);
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course-candidates::after {
    content: '';
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    height: 100%;
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    top: 0;
}.course-candidates .container {
    z-index: 5;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.course-candidates .knowledge-pro {
    padding: 0;
    overflow: visible;
    position: relative;
}.course-candidates h4 {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: calc(30px * 1.2);
    padding-bottom: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 70px;
    text-shadow: 0 0 15px rgb(157,158,156,0.5), 0 0 30px rgb(157,158,156,0.5);
}.course-candidates h4::before {
    left: 50%;
    width: 120px;
    content: '';
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    box-shadow: 0 0 10px 2px rgb(157,158,156);
    background: rgb(157,158,156);
    height: 3px;
}.course-candidates h4::after {
    height: 1px;
    content: '';
    transform: translateX(-50%);
    background: rgb(115,116,115,0.5);
    position: absolute;
    width: 200px;
    left: 50%;
    bottom: -5px;
}.course-candidates div > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    perspective: 1500px;
    margin: 0 -50px;
}.course-candidates p {
    overflow: visible;
    box-shadow: 
        0 0 20px rgb(157,158,156,0.5),
        inset 0 0 10px rgb(157,158,156,0.5);
    font-size: calc(13px * 1.05);
    z-index: 1;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    border: 1px solid rgb(157,158,156,0.5);
    align-items: flex-start;
    padding: 30px 35px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    border-radius: 0;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    line-height: 1.7;
    backdrop-filter: blur(5px);
}.course-candidates p::before {
    transition: opacity 0.3s ease;
    height: 30px;
    position: absolute;
    width: 30px;
    content: '';
    right: 0;
    opacity: 0.7;
    bottom: 0;
    background: rgb(157,158,156);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}.course-candidates p::after {
    content: attr(data-number);
    top: -15px;
    z-index: -1;
    opacity: 0.15;
    font-size: calc(41px * 1.2);
    font-weight: 700;
    transition: all 0.3s ease;
    position: absolute;
    color: rgb(115,116,115);
    right: 25px;
}.course-candidates p:nth-child(1)::after {
    content: '01';
}.course-candidates p:nth-child(2)::after {
    content: '02';
}.course-candidates p:nth-child(3)::after {
    content: '03';
}.course-candidates p:nth-child(4)::after {
    content: '04';
}.course-candidates p:nth-child(5)::after {
    content: '05';
}.course-candidates p:nth-child(6)::after {
    content: '06';
}.course-candidates p:nth-child(7)::after {
    content: '07';
}.course-candidates p:nth-child(8)::after {
    content: '08';
}.course-candidates p:nth-child(9)::after {
    content: '09';
}.course-candidates p:nth-child(10)::after {
    content: '10';
}.course-candidates p:hover {
    z-index: 10;
    transform: translateY(-15px) rotateX(5deg);
    border-color: rgb(157,158,156);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(157,158,156,0.5),
        inset 0 0 15px rgb(157,158,156);
}.course-candidates p:hover::before {
    opacity: 1;
}.course-candidates p:hover::after {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.3;
}.course-candidates p:nth-child(3n+1) {
    transform: translateX(-30px);
}.course-candidates p:nth-child(3n+3) {
    transform: translateX(30px);
}.course-candidates p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.course-candidates p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.course-candidates p svg {
    transition: transform 0.3s ease;
    margin-right: 20px;
    flex-shrink: 0;
    height: 36px;
    width: 36px;
    filter: drop-shadow(0 0 8px rgb(157,158,156,0.5));
}.course-candidates p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.course-candidates p svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,158,156);
}.course-candidates p:hover svg path {
    fill: rgb(115,116,115);
}.course-candidates .knowledge-pro::before {
    animation: rotateMesh 30s linear infinite;
    top: -70px;
    height: 200px;
    width: 200px;
    position: absolute;
    filter: blur(2px);
    background: 
        linear-gradient(45deg, transparent 48%, rgb(115,116,115) 49%, rgb(115,116,115) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(115,116,115) 49%, rgb(115,116,115) 51%, transparent 52%) 0 0/20px 20px;
    content: '';
    left: -100px;
    border-radius: 50%;
    opacity: 0.2;
}.course-candidates .knowledge-pro::after {
    border-radius: 50%;
    position: absolute;
    bottom: -70px;
    content: '';
    animation: rotateMesh 30s linear infinite reverse;
    filter: blur(2px);
    right: -70px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(157,158,156) 49%, rgb(157,158,156) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(157,158,156) 49%, rgb(157,158,156) 51%, transparent 52%) 0 0/15px 15px;
    width: 150px;
    height: 150px;
    opacity: 0.2;
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.course-candidates div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.course-candidates {
    padding: 80px 0;
}.course-candidates h4 {
    margin-bottom: 60px;
    font-size: calc(30px * 1.1);
}.course-candidates div > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 0 -20px;
}.course-candidates p {
    padding: 25px 30px;
}.course-candidates p svg {
    margin-right: 15px;
    height: 32px;
    width: 32px;
}.course-candidates p:nth-child(3n+1),
    .course-candidates p:nth-child(3n+3) {
    transform: none;
}.course-candidates p:nth-child(odd) {
    transform: translateX(-20px);
}.course-candidates p:nth-child(even) {
    transform: translateX(20px);
}.course-candidates p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.course-candidates p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.course-candidates {
    padding: 70px 0;
}.course-candidates h4 {
    letter-spacing: 2px;
    font-size: 30px;
    margin-bottom: 50px;
}.course-candidates div > div {
    gap: 25px;
    grid-template-columns: 1fr;
    margin: 0;
}.course-candidates p {
    padding: 25px;
    transform: none !important;
}.course-candidates p:hover {
    transform: translateY(-10px) !important;
}.course-candidates .knowledge-pro::before {
    height: 120px;
    width: 120px;
    top: -50px;
    left: -60px;
}.course-candidates .knowledge-pro::after {
    height: 100px;
    right: -50px;
    bottom: -50px;
    width: 100px;
}
}

@media (max-width: 480px) {.course-candidates {
    padding: 60px 0;
}.course-candidates h4 {
    letter-spacing: 1px;
    font-size: calc(30px * 0.85);
    margin-bottom: 40px;
}.course-candidates p {
    font-size: 13px;
    padding: 20px;
}.course-candidates p svg {
    width: 28px;
    margin-right: 12px;
    height: 28px;
}.course-candidates p::after {
    right: 15px;
    top: -10px;
    font-size: 41px;
}}.cookie-message-overlay {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(157,158,156);
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: rgb(194,193,181);
    padding: 20px 0;
    display: flex;
    width: 100%;
    justify-content: center;
}.track-bar {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    margin: auto;
    border: 2px solid rgb(157,158,156);
    border-radius: 26px;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
}.manage-cookies {
    margin-right: 20px;
    flex-shrink: 0;
}.manage-cookies svg {
    height: 50px;
    fill: rgb(157,158,156);
    width: 50px;
}.privacy-gate {
    text-align: left;
    flex-grow: 1;
    color: #ffffff;
}.privacy-gate h5 {
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgb(157,158,156);
    font-size: 21px;
    font-weight: 700;
}.privacy-gate p {
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}.privacy-gate p a {
    color: rgb(157,158,156);
    text-decoration: underline;
}.cookies-terms {
    font-size: 15px;
    min-width: 120px;
    flex-shrink: 0;
    text-align: center;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    background: rgb(157,158,156);
    padding: 10px 20px;
    color: #ffffff;
}.cookie_button.cookie-necessary {
    margin-right: 10px;
}#consentAlertBanner {
    display: none;
}#consentAlertBanner:checked ~ .cookie-message-overlay {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.track-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.manage-cookies {
    margin-bottom: 20px;
    margin-right: 0;
}.cookies-terms {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}
.title-screen {
    z-index: 1;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(194,193,181) 0%, rgb(157,158,156,0.5) 100%);
    justify-content: center;
    padding: 5rem 1rem;
}.title-screen::before {
    opacity: 0.05;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(157,158,156,0.5) 0,
    rgb(157,158,156,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    width: 100%;
    height: 100%;
    z-index: -1;
}.title-screen::after {
    top: -50%;
    content: '';
    transform: rotate(-15deg) skewX(30deg);
    z-index: -1;
    width: 100%;
    position: absolute;
    background: rgb(115,116,115);
    animation: shiftBackground 20s infinite alternate ease-in-out;
    right: -50%;
    opacity: 0.05;
    height: 100%;
}.title-screen > div {
    display: grid;
    max-width: 1200px;
    width: 100%;
    gap: 3rem;
    perspective: 1000px;
    grid-template-columns: 1fr;
}.title-screen h1.page-entry {
    font-size: 47px;
    font-weight: 700;
    color: rgb(157,158,156);
    position: relative;
    animation: fadeInTitle 1.2s ease-out forwards;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
}.title-screen h1.page-entry::after {
    transform-origin: left;
    content: '';
    bottom: -10px;
    position: absolute;
    transform: scaleX(0);
    animation: expandLine 1.5s 0.5s ease-out forwards;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(115,116,115), rgb(157,158,156));
    left: 0;
}.title-screen p {
    line-height: 1.6;
    max-width: 650px;
    opacity: 0;
    color: #000000;
    animation: fadeInUp 1s 0.3s ease-out forwards;
    transform: translateY(30px);
    font-size: calc(17px * 1.1);
}.title-screen .start-primary {
    margin-top: 2rem;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    position: relative;
    transform: rotateX(5deg) rotateY(-5deg);
}.title-screen .start-primary:hover {
    transform: rotateX(0) rotateY(0);
}.title-screen .exp-years {
    width: 100%;
    overflow: hidden;
    height: 320px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s;
    border-radius: 3px;
    position: relative;
}.title-screen .exp-years::before {
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(
    to bottom,
    transparent 0%,
    rgb(157,158,156,0.5) 100%
  );
    z-index: 1;
    width: 100%;
}.title-screen .exp-years::after {
    content: '';
    left: -10%;
    width: 120%;
    height: 120%;
    transition: opacity 0.5s ease;
    opacity: 0;
    background: radial-gradient(
    circle at center,
    rgb(115,116,115,0.5) 0%,
    transparent 70%
  );
    z-index: 2;
    position: absolute;
    top: -10%;
}.title-screen .exp-years:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}.title-screen .exp-years:hover::after {
    opacity: 0.15;
}.title-screen .exp-years span {
    width: 100%;
    z-index: 3;
    opacity: 0.9;
    bottom: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    left: 0;
    transform: translateY(10px);
    padding: 2rem;
}.title-screen .exp-years:hover span {
    transform: translateY(0);
    opacity: 1;
}.title-screen .exp-years h3 {
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    padding-left: 1rem;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(18px * 0.95);
}.title-screen .exp-years h3::before {
    height: 100%;
    width: 3px;
    transition: transform 0.5s ease;
    background: rgb(115,116,115);
    top: 0;
    position: absolute;
    transform-origin: bottom;
    transform: scaleY(0);
    left: 0;
    content: '';
}.title-screen .exp-years:hover h3::before {
    transform: scaleY(1);
}

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

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

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

@keyframes shiftBackground {
  0% {
    transform: rotate(-15deg) skewX(30deg) translateX(0);
  }
  100% {
    transform: rotate(-15deg) skewX(30deg) translateX(5%);
  }
}

@media (min-width: 768px) {.title-screen > div {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.title-screen h1.page-entry {
    font-size: calc(47px * 1.2);
}.title-screen .exp-years {
    height: 380px;
}.title-screen::after {
    width: 120%;
    height: 120%;
}
}

@media (min-width: 1024px) {.title-screen {
    padding: 0;
}.title-screen > div {
    gap: 6rem;
}.title-screen h1.page-entry {
    font-size: calc(47px * 1.4);
}.title-screen p {
    font-size: calc(17px * 1.2);
}.title-screen .start-primary {
    margin-top: 0;
}.title-screen .exp-years {
    height: 420px;
}.title-screen .exp-years h3 {
    font-size: 18px;
}
}

@media (max-width: 767px) {.title-screen {
    padding: 4rem 1rem;
}.title-screen h1.page-entry {
    font-size: calc(47px * 0.9);
}.title-screen p {
    font-size: 17px;
}.title-screen .start-primary {
    transform: rotateX(3deg) rotateY(-3deg);
}.title-screen .exp-years {
    height: 280px;
}.title-screen .exp-years h3 {
    font-size: calc(18px * 0.85);
}
}

@media (max-width: 480px) {.title-screen {
    padding: 3rem 1rem;
}.title-screen h1.page-entry {
    font-size: calc(47px * 0.8);
}.title-screen p {
    font-size: calc(17px * 0.9);
}.title-screen .exp-years {
    height: 240px;
}.title-screen .exp-years span {
    padding: 1.5rem;
}.title-screen .exp-years h3 {
    font-size: calc(18px * 0.8);
}}.secure-grotto {
    border: 2px solid rgb(157,158,156);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 50px;
}.secure-grotto h1 {
    border-bottom: 3px solid rgb(115,116,115);
    margin-bottom: 30px;
    color: rgb(157,158,156);
    font-size: 38px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
    font-weight: 700;
}.secure-grotto h2 {
    border-bottom: 2px solid rgb(157,158,156);
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 28px;
    color: rgb(115,116,115);
    margin-bottom: 20px;
    font-weight: 600;
}.secure-grotto ul, .secure-grotto ol {
    width: 100%;
    margin: 20px 0;
    padding: 0;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    font-family: Arial, sans-serif;
    list-style: none;
    color: #000000;
    text-align: left;
    font-size: 13px;
}.secure-grotto li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(115,116,115,0.5);
}.secure-grotto section {
    background: none;
}.secure-grotto p, .secure-grotto span, .secure-grotto div {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 13px;
    width: 100%;
}

@media only screen and (max-width: 800px) {.secure-grotto {
    border-radius: 10px;
    padding: 30px;
}.secure-grotto h1 {
    font-size: calc(20px - 5px);
}.secure-grotto h2 {
    font-size: calc(20px - 3px);
}.secure-grotto ul, .secure-grotto ol {
    margin: 15px 0;
}.secure-grotto li {
    padding: 8px 0;
}.secure-grotto p, .secure-grotto span, .secure-grotto div {
    margin-bottom: 15px;
}
}