* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.honor_cta_70124 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    width: 2%;
    background: rgb(222,218,216);
}::-webkit-scrollbar-button {
    width: 0px;
    height: 2px;
    background: rgb(170,151,175,0.5);
    border-radius: 1px;
}::-webkit-scrollbar-track {
    box-shadow: inset -5px 5px 9px 4px rgba(0, 0, 0, 0.2);
    background: linear-gradient(36deg, rgb(255, 255, 255, 0.5) 55%, rgb(105,141,157) 7%, rgb(105,141,157,0.5) 12%, rgb(170,151,175) 54%, rgb(170,151,175,0.5) 44%);
    border-radius: 13px;
    margin: 4px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: 0px 5px 8px 8px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-corner {
    background: rgb(170,151,175,0.5);
    border-radius: 4px;
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(170,151,175) rgb(105,141,157,0.5);
}header,footer {
    width: 100%;
}.wrapper-container_86410 {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.main_mentor_56892 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1172px;
    max-width: 100%;
}html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}


.course_structure_29186 {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(222,218,216);
    justify-content: center;
    min-height: 100vh;
}.course_structure_29186 .next_skill_35081 {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}.course_structure_29186 .next_skill_35081::before {
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    top: 0;
    content: "";
    z-index: 2;
}.course_structure_29186 .learn_code_59034 {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}.course_structure_29186 .tech_classes_63518 {
    width: 100%;
    position: absolute;
    transition: transform 1s ease;
    transform: scale(1.1);
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0;
    animation: fade-slides 30s infinite;
}.course_structure_29186 .next_skill_35081:hover .tech_classes_63518 {
    animation-play-state: paused;
}.course_structure_29186 .tech_classes_63518:hover {
    transform: scale(1);
}.course_structure_29186 .tech_classes_63518:nth-child(1) {
    animation-delay: 0s;
}.course_structure_29186 .tech_classes_63518:nth-child(2) {
    animation-delay: -6s;
}.course_structure_29186 .tech_classes_63518:nth-child(3) {
    animation-delay: -12s;
}.course_structure_29186 .tech_classes_63518:nth-child(4) {
    animation-delay: -18s;
}.course_structure_29186 .tech_classes_63518:nth-child(5) {
    animation-delay: -24s;
}.course_structure_29186 .tech_classes_63518 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    filter: saturate(0.8) brightness(0.7);
}.course_structure_29186 .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 10;
}.course_structure_29186 .study_program_62795 {
    align-items: center;
    justify-content: center;
    display: flex;
}.course_structure_29186 .tech_training_60289 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    flex-direction: column;
    padding: 3rem;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.4);
    aspect-ratio: 1;
    text-align: center;
    max-width: 1000px;
}.course_structure_29186 .tech_training_60289::before {
    position: absolute;
    top: -5px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(170,151,175,0.5) 90deg,
        transparent 180deg,
        rgb(105,141,157,0.5) 270deg,
        transparent 360deg
    );
    animation: rotate-border 15s linear infinite;
    opacity: 0.7;
    right: -5px;
    z-index: -1;
    bottom: -5px;
    border-radius: 50%;
    content: "";
    left: -5px;
}.course_structure_29186 .tech_training_60289::after {
    background: radial-gradient(
        ellipse at center,
        rgb(170,151,175,0.5) 0%,
        transparent 70%
    );
    height: 120%;
    opacity: 0.1;
    z-index: -2;
    filter: blur(20px);
    content: "";
    position: absolute;
    width: 120%;
    animation: pulse-glow 5s ease-in-out infinite alternate;
}.course_structure_29186 .tech_training_60289 h3 {
    color: #ffffff;
    font-size: 31px;
    margin-bottom: 1rem;
    font-weight: 700;
    position: relative;
}.course_structure_29186 .tech_training_60289 p {
    font-size: 16px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 2rem;
    -webkit-line-clamp: 4;
    overflow: hidden;
}.course_structure_29186 .request_links_81049 {
    text-decoration: none;
    overflow: hidden;
    padding: 0.8rem 2rem;
    background: rgb(170,151,175);
    font-weight: 600;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.course_structure_29186 .request_links_81049::before {
    top: 0;
    transform-origin: right;
    width: 100%;
    content: "";
    position: absolute;
    background: rgb(105,141,157);
    transform: scaleX(0);
    left: 0;
    z-index: -1;
    height: 100%;
    transition: transform 0.6s ease;
}.course_structure_29186 .request_links_81049:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.course_structure_29186 .request_links_81049:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.course_structure_29186 .tech_training_60289 .orbital-elements {
    height: 100%;
    position: absolute;
    width: 100%;
    pointer-events: none;
    left: 0;
    border-radius: 50%;
    top: 0;
}.course_structure_29186 .tech_training_60289::before,
.course_structure_29186 .tech_training_60289::after {
    position: absolute;
    content: "";
    border-radius: 50%;
}.course_structure_29186::after {
    left: 50%;
    position: absolute;
    content: "";
    z-index: 100;
    transform: translateX(-50%);
    gap: 15px;
    bottom: 15%;
    display: flex;
}.course_structure_29186::after {
    width: 100px;
    opacity: 0.3;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    height: 10px;
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.course_structure_29186 .tech_training_60289 {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.course_structure_29186 .tech_training_60289 {
    padding: 3rem;
    max-width: 800px;
}
}

@media screen and (max-width: 768px) {.course_structure_29186 {
    padding: 2rem 0;
}.course_structure_29186 .tech_training_60289 {
    padding: 3rem;
    border-radius: 20px;
    aspect-ratio: auto;
    height: auto;
    min-height: 700px;
    max-width: 700px;
}.course_structure_29186 .tech_training_60289::before {
    border-radius: 20px;
}.course_structure_29186 .tech_training_60289 h3 {
    font-size: calc(31px * 0.9);
}.course_structure_29186 .tech_training_60289 p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.course_structure_29186 .tech_training_60289 {
    padding: 2rem 1.5rem;
    border-radius: 15px;
    aspect-ratio: auto;
    max-width: 90%;
    min-height: auto;
}.course_structure_29186 .tech_training_60289::before {
    border-radius: 15px;
}.course_structure_29186 .tech_training_60289 h3 {
    font-size: calc(31px * 0.8);
}.course_structure_29186 .tech_training_60289 p {
    -webkit-line-clamp: 4;
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
}.course_structure_29186 .request_links_81049 {
    font-size: calc(18px * 0.9);
    padding: 0.7rem 1.8rem;
}.course_structure_29186::after {
    bottom: 10%;
}}


.course_structure_29186 .learn_code_59034:has(.tech_classes_63518:nth-child(2):last-child) .tech_classes_63518:nth-child(1) {
    animation-delay: 0s;
}.course_structure_29186 .learn_code_59034:has(.tech_classes_63518:nth-child(2):last-child) .tech_classes_63518:nth-child(2) {
    animation-delay: -15s;
}.course_structure_29186 .learn_code_59034:has(.tech_classes_63518:nth-child(3):last-child) .tech_classes_63518:nth-child(1) {
    animation-delay: 0s;
}.course_structure_29186 .learn_code_59034:has(.tech_classes_63518:nth-child(3):last-child) .tech_classes_63518:nth-child(2) {
    animation-delay: -10s;
}.course_structure_29186 .learn_code_59034:has(.tech_classes_63518:nth-child(3):last-child) .tech_classes_63518:nth-child(3) {
    animation-delay: -20s;
}.course_structure_29186 .learn_code_59034:has(.tech_classes_63518:nth-child(4):last-child) .tech_classes_63518:nth-child(1) {
    animation-delay: 0s;
}.course_structure_29186 .learn_code_59034:has(.tech_classes_63518:nth-child(4):last-child) .tech_classes_63518:nth-child(2) {
    animation-delay: -7.5s;
}.course_structure_29186 .learn_code_59034:has(.tech_classes_63518:nth-child(4):last-child) .tech_classes_63518:nth-child(3) {
    animation-delay: -15s;
}.course_structure_29186 .learn_code_59034:has(.tech_classes_63518:nth-child(4):last-child) .tech_classes_63518:nth-child(4) {
    animation-delay: -22.5s;
}.homepage_61839 {
    overflow: hidden;
    background-color: rgb(170,151,175);
    height: 100vh;
    position: relative;
    width: 100%;
}.homepage_61839::before {
    background: linear-gradient(0deg, #000000 0%, transparent 50%);
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 2;
}.homepage_61839 .study_program_62795 {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 3;
    align-items: flex-end;
    height: 100%;
    justify-content: center;
}.homepage_61839 .learning_page_20741 {
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}.homepage_61839 .learning_page_20741::after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    background: 
        linear-gradient(90deg, #000000 0%, transparent 20%),
        linear-gradient(270deg, #000000 0%, transparent 20%);
    height: 100%;
    pointer-events: none;
}.homepage_61839 .course_primary_52817 {
    display: flex;
    animation: cube-carousel 20s ease-in-out infinite;
    perspective: 1000px;
    transform-style: preserve-3d;
    height: 100%;
}.homepage_61839 .online_skills_87490 {
    flex: 0 0 100%;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 100%;
    backface-visibility: hidden;
    position: relative;
    transform-origin: center center;
    transform: rotateY(0deg);
}.homepage_61839 .online_skills_87490:nth-child(2) {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transform: rotateY(90deg);
    height: 100%;
}.homepage_61839 .online_skills_87490:nth-child(3) {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    transform: rotateY(180deg);
    position: absolute;
}.homepage_61839 .online_skills_87490:nth-child(4) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(270deg);
    top: 0;
}.homepage_61839 .online_skills_87490::before {
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0.8;
    inset: 0;
    background: linear-gradient(to bottom, transparent 70%, #000000 100%);
}.homepage_61839 .online_skills_87490 img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    filter: saturate(0.8) brightness(0.9);
}.homepage_61839 .content_box_wrap_84016 {
    text-align: center;
    z-index: 4;
    max-width: 1000px;
    margin-bottom: 5rem;
    width: 100%;
    padding: 2rem 3rem;
    position: relative;
}.homepage_61839 .content_box_wrap_84016::before {
    backdrop-filter: blur(10px);
    content: "";
    position: absolute;
    border-top: 1px solid rgb(170,151,175);
    background-color: rgba(0, 0, 0, 0.5);
    inset: 0;
    z-index: -1;
}.homepage_61839 .content_box_wrap_84016 h1 {
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 42px;
}.homepage_61839 .content_box_wrap_84016 h1::after {
    bottom: -10px;
    width: 60%;
    position: absolute;
    left: 50%;
    height: 1px;
    background-color: rgb(170,151,175);
    content: "";
    transform: translateX(-50%);
}.homepage_61839 .content_box_wrap_84016 p {
    line-height: 1.6;
    color: #ffffff;
    margin: 1.5rem auto;
    opacity: 0.9;
    font-size: 13px;
    max-width: 800px;
}.homepage_61839 .content_box_wrap_84016 .request_links_81049 {
    background-color: rgb(170,151,175);
    border: 1px solid rgb(170,151,175);
    position: relative;
    margin-top: 1rem;
    text-decoration: none;
    z-index: 1;
    padding: 1rem 2.5rem;
    overflow: hidden;
    display: inline-block;
    transition: all 0.4s ease;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
}.homepage_61839 .content_box_wrap_84016 .request_links_81049::before {
    bottom: 0;
    position: absolute;
    background-color: rgb(105,141,157);
    transform-origin: 0 50%;
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
    transition: transform 0.5s ease-out;
    transform: scaleX(0);
    content: "";
}.homepage_61839 .content_box_wrap_84016 .request_links_81049:hover {
    border-color: rgb(105,141,157);
}.homepage_61839 .content_box_wrap_84016 .request_links_81049:hover::before {
    transform: scaleX(1);
}@keyframes cube-carousel {
    0%, 20% {
        transform: rotateY(0deg);
    }
    25%, 45% {
        transform: rotateY(-90deg);
    }
    50%, 70% {
        transform: rotateY(-180deg);
    }
    75%, 95% {
        transform: rotateY(-270deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.homepage_61839 .content_box_wrap_84016 h1 {
    animation: fade-in-up 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.2s;
}.homepage_61839 .content_box_wrap_84016 p {
    animation: fade-in-up 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.5s;
}.homepage_61839 .content_box_wrap_84016 .request_links_81049 {
    animation: fade-in-up 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: 0.8s;
}

@media (max-width: 992px) {.homepage_61839 .content_box_wrap_84016 {
    margin-bottom: 4rem;
    padding: 2rem;
}.homepage_61839 .content_box_wrap_84016 h1 {
    font-size: calc(42px * 0.85);
}.homepage_61839 .content_box_wrap_84016 p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 768px) {.homepage_61839 .content_box_wrap_84016 {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.homepage_61839 .content_box_wrap_84016 h1 {
    font-size: calc(42px * 0.7);
}.homepage_61839 .content_box_wrap_84016 h1::after {
    bottom: -8px;
}.homepage_61839 .content_box_wrap_84016 p {
    margin: 1.2rem auto;
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.homepage_61839 .content_box_wrap_84016 .request_links_81049 {
    padding: 0.8rem 2rem;
}
    
    @keyframes cube-carousel {
        0%, 20% {
            transform: rotateY(0deg);
        }
        25%, 45% {
            transform: rotateY(-90deg);
        }
        50%, 70% {
            transform: rotateY(-180deg);
        }
        75%, 95% {
            transform: rotateY(-270deg);
        }
        100% {
            transform: rotateY(-360deg);
        }
    }
}

@media (max-width: 576px) {.homepage_61839 {
    height: 90vh;
}.homepage_61839 .content_box_wrap_84016 {
    padding: 1.2rem;
    margin-bottom: 2rem;
}.homepage_61839 .content_box_wrap_84016 h1 {
    font-size: calc(42px * 0.6);
}.homepage_61839 .content_box_wrap_84016 h1::after {
    bottom: -6px;
}.homepage_61839 .content_box_wrap_84016 p {
    line-height: 1.4;
    margin: 1rem auto;
    font-size: calc(13px * 0.85);
}.homepage_61839 .content_box_wrap_84016 .request_links_81049 {
    font-size: calc(18px * 0.9);
    padding: 0.7rem 1.5rem;
    margin-top: 0.5rem;
}}.appBlock_02163 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(222,218,216) 0%, #ffffff 100%);
    padding: 120px 0 80px;
}.appBlock_02163::before {
    top: 0;
    transform: translateX(20%) skewX(-15deg);
    content: "";
    height: 100%;
    right: 0;
    z-index: 1;
    background: linear-gradient(215deg, rgb(170,151,175,0.5) 0%, transparent 70%);
    position: absolute;
    width: 40%;
}.appBlock_02163::after {
    bottom: -5%;
    left: -2%;
    z-index: 1;
    height: 70%;
    position: absolute;
    background: linear-gradient(125deg, rgb(105,141,157,0.5) 0%, transparent 80%);
    content: "";
    transform: rotate(-10deg);
    width: 30%;
}.appBlock_02163 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 30px;
}.appBlock_02163 h2 {
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    opacity: 0;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    transform: translateX(-20px);
    position: relative;
    max-width: 800px;
    font-size: 31px;
}.appBlock_02163 h2::before {
    content: "";
    transform-origin: left;
    left: 0;
    height: 4px;
    top: -15px;
    transform: scaleX(0);
    background: rgb(170,151,175);
    position: absolute;
    width: 80px;
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
}.appBlock_02163 .study_program_62795 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    opacity: 0;
    transform-origin: top center;
    padding: 40px 50px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background-color: #ffffff;
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    overflow: hidden;
}.appBlock_02163 .study_program_62795::before {
    width: 5px;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(170,151,175), rgb(105,141,157));
}.appBlock_02163 .study_program_62795::after {
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    width: 80%;
    transform: translateX(100%);
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    z-index: -1;
}.appBlock_02163 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.appBlock_02163 li {
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}.appBlock_02163 li::before {
    border-radius: 50%;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    position: absolute;
    height: 10px;
    content: "";
    transform: scale(0);
    left: -30px;
    background: rgb(170,151,175);
    width: 10px;
    top: 10px;
}.appBlock_02163 span {
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    font-size: 18px;
    letter-spacing: 0.02em;
}

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

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

@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {.appBlock_02163 {
    padding: 90px 0 60px;
}.appBlock_02163 h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}.appBlock_02163 .study_program_62795 {
    padding: 35px 40px;
}
}

@media (max-width: 768px) {.appBlock_02163 {
    padding: 70px 0 50px;
}.appBlock_02163::before {
    width: 50%;
}.appBlock_02163 h2 {
    font-size: calc(31px * 0.8);
    max-width: 100%;
}.appBlock_02163 .study_program_62795 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 576px) {.appBlock_02163 {
    padding: 60px 0 40px;
}.appBlock_02163::before,
    .appBlock_02163::after {
    opacity: 0.5;
}.appBlock_02163 .container {
    padding: 0 20px;
}.appBlock_02163 h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 25px;
}.appBlock_02163 h2::before {
    top: -10px;
    width: 60px;
    height: 3px;
}.appBlock_02163 .study_program_62795 {
    transform: none;
    padding: 25px 20px;
}.appBlock_02163 span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.appBlock_02163 li::before {
    width: 8px;
    left: -20px;
    height: 8px;
}}.education_history_03972 {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(222,218,216) 0%, rgb(170,151,175,0.5) 100%);
    overflow: hidden;
}.education_history_03972::before {
    background: linear-gradient(45deg, transparent 45%, rgb(105,141,157,0.5) 45%, rgb(105,141,157,0.5) 55%, transparent 55%);
    content: "";
    position: absolute;
    width: 100%;
    transform: scale(1.5) rotate(-5deg);
    top: 0;
    height: 100%;
    left: 0;
}.education_history_03972 .learner_views_80592 {
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    transform: rotate(-2deg);
    flex-direction: row;
    gap: 2rem;
    position: relative;
    z-index: 1;
    display: flex;
}.education_history_03972 .img_overlay_box_73849 {
    border-radius: 12px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    height: 400px;
    width: 350px;
    transform: perspective(1000px) rotateY(-15deg);
    box-shadow: 20px 20px 0 rgb(170,151,175,0.5);
    transition: all 0.5s ease;
}.education_history_03972 .exp_grid_21670 {
    position: relative;
    background: #ffffff;
    max-width: 450px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    padding: 2.5rem;
}.education_history_03972 .exp_grid_21670::before {
    border-radius: 12px;
    transform: rotate(3deg);
    top: -15px;
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: rgb(105,141,157,0.5);
    right: -15px;
}.education_history_03972 .name {
    font-size: 28px;
    margin-bottom: 0.5rem;
    transform: skewX(-5deg);
    color: rgb(170,151,175);
    font-weight: 700;
}.education_history_03972 .exp_grid_21670 div:nth-child(2) {
    color: rgb(105,141,157);
    font-size: 20px;
    margin-bottom: 1.5rem;
    transform: skewX(-5deg);
    font-weight: 600;
}.education_history_03972 .work_wrap_96513 {
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    font-style: italic;
}.education_history_03972 .work_wrap_96513::before {
    position: absolute;
    left: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(170,151,175), rgb(105,141,157));
    border-radius: 10px;
    top: 0;
    content: "";
    height: 100%;
}.education_history_03972 .learner_views_80592:hover .img_overlay_box_73849 {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 30px 30px 0 rgb(170,151,175,0.5);
}.education_history_03972 .learner_views_80592:hover .exp_grid_21670 {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.education_history_03972 .learner_views_80592 {
    transform: rotate(0);
    gap: 3rem;
    flex-direction: column;
}.education_history_03972 .img_overlay_box_73849 {
    height: 320px;
    width: 280px;
    transform: perspective(1000px) rotateY(0);
    margin: 0 auto;
}.education_history_03972 .exp_grid_21670 {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.education_history_03972 .learner_views_80592:hover .img_overlay_box_73849 {
    transform: perspective(1000px) rotateY(0);
}.education_history_03972 .learner_views_80592:hover .exp_grid_21670 {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}header .site_top_43862 {
    z-index: 100;
    overflow: hidden;
    background: rgb(222,218,216);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}header .site_top_43862::before {
    top: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(170,151,175,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(105,141,157,0.5) 0%, transparent 30%);
    content: "";
}header .site_top_43862::after {
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, transparent 25%, rgb(170,151,175,0.5) 100%);
    width: 40%;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .main_info_34120 {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 3rem;
}header .top_sitewrap_59841 {
    z-index: 2;
    position: relative;
}header .main_base_46038 {
    z-index: 2;
    position: relative;
    display: block;
}header .main_base_46038::before,
header .main_base_46038::after {
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s ease;
    background: rgb(170,151,175,0.5);
    content: "";
    position: absolute;
    z-index: -1;
}header .main_base_46038::before {
    width: 50px;
    top: -15px;
    left: -15px;
    height: 50px;
}header .main_base_46038::after {
    bottom: -5px;
    background: rgb(105,141,157,0.5);
    width: 25px;
    right: -10px;
    height: 25px;
}header .main_base_46038:hover::before,
header .main_base_46038:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}header .main_base_46038 svg {
    height: 50px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
    width: auto;
}header .main_base_46038:hover svg {
    transform: rotate(-5deg);
}header .main_start_62104 {
    display: flex;
    padding: 10px 20px;
    position: relative;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    border-radius: 0 22px 22px 0;
    justify-content: flex-end;
    background: linear-gradient(to right, transparent, #ffffff);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}header .main_start_62104::after {
    top: 0;
    left: 0;
    opacity: 0.05;
    animation: moveStripes 20s linear infinite;
    background-size: 10px 10px;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(170,151,175,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(170,151,175,0.5) 50%, rgb(170,151,175,0.5) 75%, transparent 75%, transparent);
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
}header .nav_tutor_10289 {
    perspective: 800px;
    position: relative;
    margin: 5px 8px;
}header .nav_tutor_10289::before {
    transition: all 0.3s ease;
    border-left: 5px solid rgb(170,151,175);
    width: 0;
    opacity: 0;
    border-top: 5px solid transparent;
    height: 0;
    border-bottom: 5px solid transparent;
    top: 50%;
    left: -10px;
    transform: translateY(-50%) scale(0);
    content: "";
    position: absolute;
}header .nav_tutor_10289:hover::before {
    left: -15px;
    transform: translateY(-50%) scale(1);
    opacity: 1;
}header .nav_tutor_10289 a {
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    padding: 10px 18px;
    text-decoration: none;
    font-size: 12px;
    border: 1px solid transparent;
    transform-style: preserve-3d;
    font-weight: 600;
    color: #000000;
    background: transparent;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
}header .nav_tutor_10289 a::before {
    left: 0;
    width: 100%;
    transform: translateZ(-1px);
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    background: #ffffff;
    top: 0;
}header .nav_tutor_10289 a::after {
    width: 0;
    height: 2px;
    left: 50%;
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(170,151,175);
    transition: width 0.3s ease;
    transform: translateX(-50%);
}header .nav_tutor_10289 a:hover {
    transform: translateZ(20px);
    color: rgb(170,151,175);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgb(170,151,175,0.5);
}header .nav_tutor_10289 a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .main_info_34120 {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2rem;
}header .main_start_62104 {
    clip-path: none;
    width: 100%;
    background: #ffffff;
    border-radius: 22px;
    justify-content: center;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .nav_tutor_10289 {
    margin: 3px 5px;
}header .nav_tutor_10289 a {
    font-size: calc(12px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .main_start_62104 {
    flex-direction: column;
    align-items: center;
    padding: 15px;
}header .nav_tutor_10289 {
    margin: 3px 0;
    width: 100%;
}header .nav_tutor_10289 a {
    width: 100%;
    text-align: center;
}header .nav_tutor_10289::before {
    display: none;
}header .main_base_46038 svg {
    height: 40px;
}}footer {
    perspective: 1000px;
    position: relative;
    z-index: 1;
}footer::before {
    top: 0;
    content: "";
    bottom: 0;
    z-index: -2;
    left: 0;
    opacity: 0.9;
    position: absolute;
    background: linear-gradient(135deg, rgb(105,141,157,0.5) 0%, rgb(170,151,175,0.5) 100%);
    right: 0;
}footer::after {
    right: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    top: 0;
    bottom: 0;
}.honor_cta_70124 {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2.5rem;
}.honor_cta_70124::before {
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        90deg,
        rgb(170,151,175) 0px,
        rgb(170,151,175) 40px,
        rgb(105,141,157) 40px,
        rgb(105,141,157) 80px
    );
    height: 20px;
    top: 0;
}.honor_cta_70124 .container {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 4rem;
}.honor_cta_70124 .company_holder {
    transform-style: preserve-3d;
    border-radius: 0;
    padding: 2rem;
    border-bottom: 6px solid rgb(170,151,175);
    transform: rotateX(5deg);
    transition: all 0.4s ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    flex: 1 1 380px;
    background: rgb(170,151,175,0.5);
}.honor_cta_70124 .company_holder:hover {
    transform: rotateX(0deg);
}.honor_cta_70124 .company_holder h3 {
    transform: translateZ(20px);
    color: #ffffff;
    margin: 0 0 1.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
    position: relative;
}.honor_cta_70124 .company_holder h3::before {
    width: 30px;
    border-left: 3px solid #ffffff;
    content: "";
    position: absolute;
    height: 30px;
    top: -10px;
    left: -10px;
    border-top: 3px solid #ffffff;
}.honor_cta_70124 .company_holder h3::after {
    height: 30px;
    border-bottom: 3px solid #ffffff;
    position: absolute;
    width: 30px;
    bottom: -10px;
    border-right: 3px solid #ffffff;
    right: -10px;
    content: "";
}.honor_cta_70124 .discord_cta_81946 {
    padding: 1.5rem;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    border-radius: 10px;
    transform: translateZ(10px);
    color: #ffffff;
}.honor_cta_70124 .subscr_info_42753 {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}.honor_cta_70124 .nav_block_62058 {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.honor_cta_70124 .main_start_62104 {
    min-width: 220px;
    transition: all 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(-5deg);
    flex: 1 1 calc(50% - 1.5rem);
}.honor_cta_70124 .main_start_62104:hover {
    transform: rotateX(0deg);
}.honor_cta_70124 .main_start_62104 h5 {
    transform: translateZ(15px);
    font-weight: 600;
    margin: 0 0 1.5rem;
    display: inline-block;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-size: 24px;
    background: rgb(105,141,157,0.5);
    min-width: 200px;
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}.honor_cta_70124 .main_start_62104 h5::after {
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
    content: "";
    background: rgb(105,141,157);
    position: absolute;
}.honor_cta_70124 .main_start_62104 .nav_block_62058 {
    transform: translateZ(5px);
    padding: 1rem;
    border-radius: 10px;
    gap: 1rem;
    flex-direction: column;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
}.honor_cta_70124 .main_start_62104 .nav_block_62058 a {
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    display: block;
    transform: translateZ(10px);
    font-size: 17px;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0.7rem 1rem;
}.honor_cta_70124 .main_start_62104 .nav_block_62058 a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    content: "";
    left: -100%;
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
}.honor_cta_70124 .main_start_62104 .nav_block_62058 a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(105,141,157,0.5);
}.honor_cta_70124 .main_start_62104 .nav_block_62058 a:hover::before {
    left: 100%;
}.webinar_arch_40257 {
    perspective: 1000px;
    transform-style: preserve-3d;
    background: rgb(105,141,157,0.5);
    margin-top: 3rem;
    position: relative;
    padding: 2rem 0;
}.webinar_arch_40257::before {
    left: 0;
    transform-origin: bottom;
    transform: rotateX(45deg);
    width: 100%;
    content: "";
    position: absolute;
    background: rgb(105,141,157);
    top: -20px;
    height: 20px;
}.webinar_arch_40257 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.webinar_arch_40257 .compliance_60512 {
    transform: translateZ(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.8rem 2rem;
    color: #ffffff;
    border-radius: 50px;
}

@media (max-width: 1200px) {.honor_cta_70124 .container {
    gap: 3rem;
}.honor_cta_70124 .company_holder {
    flex: 1 1 350px;
}.honor_cta_70124 .subscr_info_42753 {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.honor_cta_70124 .nav_block_62058 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.honor_cta_70124 {
    padding: 4rem 0 2rem;
}.honor_cta_70124 .container {
    flex-direction: column;
    gap: 3rem;
}.honor_cta_70124 .company_holder,
    .honor_cta_70124 .subscr_info_42753 {
    min-width: 100%;
    flex: 1 1 100%;
}.honor_cta_70124 .main_start_62104 {
    min-width: 220px;
    flex: 1 1 calc(50% - 1.5rem);
}.honor_cta_70124 .company_holder,
    .honor_cta_70124 .main_start_62104 {
    transform: none;
}
}

@media (max-width: 768px) {.honor_cta_70124 {
    padding: 3.5rem 0 1.5rem;
}.honor_cta_70124 .nav_block_62058 {
    gap: 1.5rem;
}.honor_cta_70124 .company_holder h3 {
    font-size: calc(28px - 2px);
}.honor_cta_70124 .company_holder h3::before,
    .honor_cta_70124 .company_holder h3::after {
    height: 20px;
    width: 20px;
}.webinar_arch_40257 {
    margin-top: 2rem;
}.webinar_arch_40257::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.honor_cta_70124 {
    padding: 3rem 0 1rem;
}.honor_cta_70124 .main_start_62104 {
    min-width: 100%;
    flex: 1 1 100%;
}.honor_cta_70124 .nav_block_62058 {
    gap: 0.7rem;
}.honor_cta_70124 .main_start_62104 .nav_block_62058 a {
    padding: 0.6rem 0.8rem;
}.webinar_arch_40257 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.webinar_arch_40257::before {
    display: none;
}
}

@media (max-width: 420px) {.honor_cta_70124::before {
    height: 10px;
}.honor_cta_70124 .company_holder h3::before,
    .honor_cta_70124 .company_holder h3::after {
    display: none;
}.honor_cta_70124 .main_start_62104 h5 {
    min-width: auto;
    width: 100%;
}.webinar_arch_40257 .compliance_60512 {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.tariff_box_32798 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.tariff_box_32798::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}.tariff_box_32798 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.tariff_box_32798 .study_packages_79541 {
    position: relative;
}.tariff_box_32798 h2 {
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s ease-out forwards;
    color: #ffffff;
    font-size: calc(33px * 1.1);
    text-align: center;
    opacity: 0;
}.tariff_box_32798 .skill_plans_78352 {
    opacity: 0;
    max-width: 700px;
    position: relative;
    overflow-wrap: break-word;
    transform: translateY(20px);
    margin: 0 auto 50px;
    text-align: center;
    font-size: 16px;
    word-break: break-word;
    color: rgb(255, 255, 255, 0.5);
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
}.tariff_box_32798 .deal_board_62873 {
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 25px;
}.tariff_box_32798 .deal_board_62873 li {
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
    opacity: 0;
    animation-delay: calc(0.2s * var(--li-index, 1));
    transform: translateZ(0) rotateY(5deg);
    transform-style: preserve-3d;
}.tariff_box_32798 .deal_board_62873 li:nth-child(1) {
    --li-index: 1;
}.tariff_box_32798 .deal_board_62873 li:nth-child(2) {
    --li-index: 2;
}.tariff_box_32798 .deal_board_62873 li:nth-child(3) {
    --li-index: 3;
}.tariff_box_32798 .deal_board_62873 li:nth-child(4) {
    --li-index: 4;
}.tariff_box_32798 .fee_pricing_13427 {
    height: 100%;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.tariff_box_32798 .fee_pricing_13427:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff_box_32798 .learn_price_61840 {
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(10px);
    height: 100%;
}.tariff_box_32798 .fee_pricing_13427:hover .learn_price_61840 {
    background: linear-gradient(145deg, 
        rgba(rgb(170,151,175), 0.15) 0%, 
        rgba(rgb(170,151,175), 0.05) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
}.tariff_box_32798 .learn_price_61840::before {
    transform: rotate(30deg);
    width: 200%;
    transition: opacity 0.6s ease;
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    pointer-events: none;
    opacity: 0;
    left: -50%;
    height: 200%;
    position: absolute;
    content: "";
}.tariff_box_32798 .fee_pricing_13427:hover .learn_price_61840::before {
    opacity: 1;
}.tariff_box_32798 .value_deals_07631 {
    height: 100%;
    flex-direction: column;
    display: flex;
}.tariff_box_32798 .value_deals_07631 h4 {
    margin-top: 0;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.3s ease;
    font-size: calc(23px * 1.1);
    margin-bottom: 20px;
}.tariff_box_32798 .fee_pricing_13427:hover .value_deals_07631 h4 {
    color: rgb(170,151,175);
    transform: translateY(-2px);
}.tariff_box_32798 .value_deals_07631 h4::after {
    background: rgb(170,151,175);
    transform-origin: left;
    left: 0;
    bottom: -10px;
    width: 50px;
    position: absolute;
    transition: transform 0.4s ease;
    transform: scaleX(0.7);
    height: 2px;
    content: "";
}.tariff_box_32798 .fee_pricing_13427:hover .value_deals_07631 h4::after {
    transform: scaleX(1);
}.tariff_box_32798 .value_deals_07631 p {
    flex-grow: 1;
    white-space: normal;
    word-break: break-word;
    line-height: 1.7;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    margin-bottom: 25px;
    font-size: calc(16px * 0.9);
}.tariff_box_32798 .payment_plans_98415 {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    margin-top: auto;
    font-size: calc(23px * 1.4);
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    padding: 10px 0;
}.tariff_box_32798 .fee_pricing_13427:hover .payment_plans_98415 {
    transform: scale(1.05);
    color: rgb(170,151,175);
}.tariff_box_32798 .payment_plans_98415::before {
    content: "";
    height: 1px;
    top: 0;
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    width: 100%;
    left: 0;
    position: absolute;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}

@media (max-width: 1024px) {.tariff_box_32798 {
    padding: 100px 0;
}.tariff_box_32798 .deal_board_62873 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.tariff_box_32798 .learn_price_61840 {
    padding: 25px;
}
}

@media (max-width: 768px) {.tariff_box_32798 {
    padding: 80px 0;
}.tariff_box_32798 h2 {
    margin-bottom: 20px;
    font-size: 33px;
}.tariff_box_32798 .skill_plans_78352 {
    font-size: calc(16px * 0.95);
    margin-bottom: 40px;
}.tariff_box_32798 .deal_board_62873 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.tariff_box_32798 .learn_price_61840 {
    padding: 25px 20px;
}.tariff_box_32798 .value_deals_07631 h4 {
    font-size: 23px;
}.tariff_box_32798 .value_deals_07631 p {
    font-size: calc(16px * 0.85);
}.tariff_box_32798 .payment_plans_98415 {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 480px) {.tariff_box_32798 {
    padding: 60px 0;
}.tariff_box_32798 h2 {
    font-size: calc(33px * 0.9);
}.tariff_box_32798 .skill_plans_78352 {
    font-size: calc(16px * 0.9);
}.tariff_box_32798 .learn_price_61840 {
    padding: 20px 15px;
}.tariff_box_32798 .value_deals_07631 h4 {
    font-size: calc(23px * 0.95);
}.tariff_box_32798 .value_deals_07631 p {
    margin-bottom: 20px;
    line-height: 1.6;
}.tariff_box_32798 .payment_plans_98415 {
    font-size: calc(23px * 1.1);
}}.our_team_16328 {
    background: linear-gradient(135deg, rgb(222,218,216) 0%, rgb(105,141,157,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.our_team_16328::before {
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
    position: absolute;
    left: 0;
}.our_team_16328::after {
    transform: rotate(15deg);
    height: 200%;
    z-index: 0;
    position: absolute;
    right: -20%;
    content: "";
    top: -50%;
    width: 60%;
    background: linear-gradient(
        to bottom right,
        rgb(170,151,175,0.5) 10%,
        transparent 70%
    );
}.our_team_16328 .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.our_team_16328 h1 {
    transform: perspective(500px) translateZ(0);
    font-size: 47px;
    position: relative;
    margin-bottom: 3rem;
    color: rgb(170,151,175);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-weight: 700;
    display: inline-block;
}.our_team_16328 h1::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 3px;
    background: linear-gradient(
        to right,
        rgb(170,151,175) 0%,
        rgb(105,141,157) 100%
    );
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60%;
    transform-origin: left center;
    transform: scaleX(1);
    content: "";
}.our_team_16328 h1:hover {
    transform: perspective(500px) translateZ(10px);
}.our_team_16328 h1:hover::after {
    transform: scaleX(1.2);
}.our_team_16328 .study_studio_02136 {
    position: relative;
}.our_team_16328 .study_studio_02136 ul {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    gap: 2.5rem;
}.our_team_16328 .training_space_37519 {
    backdrop-filter: blur(10px);
    transform: translateY(0);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    z-index: 1;
    border-left: 4px solid rgb(170,151,175);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.our_team_16328 .training_space_37519::before {
    top: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    left: 0;
}.our_team_16328 .training_space_37519::after {
    opacity: 0.6;
    top: 20px;
    right: 20px;
    border-right: 3px solid rgb(105,141,157,0.5);
    z-index: -1;
    position: absolute;
    width: 60px;
    border-top: 3px solid rgb(105,141,157,0.5);
    height: 60px;
    content: "";
}.our_team_16328 .training_space_37519:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}.our_team_16328 .training_space_37519 h4 {
    font-weight: 700;
    font-size: calc(20px * 1.2);
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    position: relative;
    color: #000000;
}.our_team_16328 .training_space_37519 h4::after {
    position: absolute;
    left: 0;
    transform: scaleX(1);
    width: 40px;
    background: linear-gradient(
        to right,
        rgb(170,151,175) 0%,
        rgb(105,141,157) 100%
    );
    height: 3px;
    bottom: 0;
    transform-origin: left center;
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
}.our_team_16328 .training_space_37519:hover h4::after {
    width: 60px;
    transform: scaleX(1.2);
}.our_team_16328 .training_space_37519 div {
    color: #000000;
    position: relative;
    line-height: 1.7;
    z-index: 1;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.our_team_16328 .training_space_37519:nth-child(even) {
    border-right: 4px solid rgb(105,141,157);
    border-left: none;
}.our_team_16328 .training_space_37519:nth-child(odd) div {
    padding-right: 1rem;
}.our_team_16328 .training_space_37519:nth-child(even) div {
    padding-left: 1rem;
}

@media (min-width: 768px) {.our_team_16328 {
    padding: 8rem 0;
}.our_team_16328 h1 {
    font-size: calc(47px * 1.2);
    margin-bottom: 4rem;
}.our_team_16328 .study_studio_02136 ul {
    gap: 3.5rem;
    grid-template-columns: repeat(2, 1fr);
}.our_team_16328 .training_space_37519 {
    padding: 3rem;
}.our_team_16328 .training_space_37519 h4 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.4);
}.our_team_16328 .training_space_37519:nth-child(1) {
    transform: perspective(1000px) rotateY(-2deg);
}.our_team_16328 .training_space_37519:nth-child(2) {
    transform: perspective(1000px) rotateY(2deg);
}.our_team_16328 .training_space_37519:hover:nth-child(1) {
    transform: perspective(1000px) rotateY(-2deg) translateY(-8px);
}.our_team_16328 .training_space_37519:hover:nth-child(2) {
    transform: perspective(1000px) rotateY(2deg) translateY(-8px);
}
}

@media (min-width: 992px) {.our_team_16328::before {
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 30px
        );
}.our_team_16328 .container {
    padding: 0 2rem;
}.our_team_16328 h1 {
    font-size: calc(47px * 1.5);
}.our_team_16328 .training_space_37519 {
    padding: 3.5rem;
}.our_team_16328 .training_space_37519::after {
    height: 80px;
    width: 80px;
}
}

@media (min-width: 1200px) {.our_team_16328 {
    padding: 10rem 0;
}.our_team_16328 .container {
    padding: 0 3rem;
}.our_team_16328 .study_studio_02136 ul {
    gap: 5rem;
}.our_team_16328 .training_space_37519 {
    padding: 4rem;
}.our_team_16328 .training_space_37519:nth-child(1) {
    transform: perspective(1200px) rotateY(-3deg) translateZ(20px);
}.our_team_16328 .training_space_37519:nth-child(2) {
    transform: perspective(1200px) rotateY(3deg) translateZ(20px);
}.our_team_16328 .training_space_37519:hover:nth-child(1) {
    transform: perspective(1200px) rotateY(-3deg) translateZ(30px) translateY(-10px);
}.our_team_16328 .training_space_37519:hover:nth-child(2) {
    transform: perspective(1200px) rotateY(3deg) translateZ(30px) translateY(-10px);
}
}

@media (prefers-reduced-motion) {.our_team_16328 .training_space_37519,
    .our_team_16328 h1,
    .our_team_16328 .training_space_37519 h4::after,
    .our_team_16328 h1::after {
    transition: none;
}.our_team_16328 .training_space_37519:hover,
    .our_team_16328 h1:hover,
    .our_team_16328 .training_space_37519:hover h4::after,
    .our_team_16328 h1:hover::after {
    transform: none;
}}.contact_information_25846 {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: rgb(222,218,216);
}.contact_information_25846::before {
    right: -150px;
    content: "";
    background: linear-gradient(45deg, rgb(170,151,175,0.5), rgb(105,141,157,0.5));
    filter: blur(70px);
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    top: -150px;
    width: 400px;
    height: 400px;
}.contact_information_25846::after {
    z-index: 1;
    background: linear-gradient(225deg, rgb(105,141,157,0.5), rgb(170,151,175,0.5));
    position: absolute;
    left: -100px;
    content: "";
    bottom: -100px;
    filter: blur(60px);
    width: 300px;
    height: 300px;
    border-radius: 50%;
}.contact_information_25846 .container {
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contact_information_25846 h2 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    font-size: 34px;
}.contact_information_25846 h2::before {
    left: calc(50% - 120px);
    width: 50px;
    top: -25px;
    content: "";
    border-radius: 50%;
    background: rgb(170,151,175,0.5);
    position: absolute;
    height: 50px;
    z-index: -1;
}.contact_information_25846 h2::after {
    z-index: -1;
    border-radius: 50%;
    bottom: -15px;
    height: 30px;
    background: rgb(105,141,157,0.5);
    width: 30px;
    position: absolute;
    right: calc(50% - 100px);
    content: "";
}.contact_information_25846 .connect_message_72093 {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    display: flex;
}.contact_information_25846 .connect_message_72093::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(170,151,175,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(105,141,157,0.5) 99%
    );
    pointer-events: none;
}.contact_information_25846 .img_overlay_box_73849 {
    flex: 0 0 45%;
    transition: transform 0.5s ease;
    min-height: 500px;
    position: relative;
}.contact_information_25846 .img_overlay_box_73849::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    inset: 0;
    z-index: 1;
    content: "";
}.contact_information_25846 .img_overlay_box_73849::after {
    right: 20px;
    top: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
}.contact_information_25846 .connect_reach_54073 {
    flex-direction: column;
    position: relative;
    display: flex;
    flex: 0 0 55%;
    padding: 60px;
    justify-content: center;
}.contact_information_25846 form {
    position: relative;
    z-index: 3;
}.contact_information_25846 form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
    font-size: 21px;
}.contact_information_25846 form input[type="text"] {
    transition: all 0.3s ease;
    font-size: 13px;
    margin-bottom: 25px;
    color: #000000;
    background: rgb(222,218,216);
    width: 100%;
    padding: 18px 25px;
    border: none;
    border-radius: 12px;
}.contact_information_25846 form input[type="text"]:focus {
    border: 1px solid transparent;
    outline: none;
    background: linear-gradient(rgb(222,218,216), rgb(222,218,216)) padding-box,
                linear-gradient(to right, rgb(170,151,175), rgb(105,141,157)) border-box;
    box-shadow: 0 5px 15px rgba(rgb(170,151,175), 0.1);
}.contact_information_25846 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact_information_25846 .feedback_info_72694 {
    margin-bottom: 30px;
    position: relative;
}.contact_information_25846 .feedback_info_72694 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_information_25846 .feedback_info_72694 label {
    align-items: center;
    font-size: 12px;
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    position: relative;
    display: flex;
}.contact_information_25846 .feedback_info_72694 label::before {
    width: 22px;
    left: 0;
    background: rgb(222,218,216);
    position: absolute;
    top: 0;
    content: "";
    height: 22px;
    border-radius: 6px;
    transition: all 0.3s ease;
}.contact_information_25846 .feedback_info_72694 input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(170,151,175), rgb(105,141,157));
}.contact_information_25846 .feedback_info_72694 input[type="checkbox"]:checked + label::after {
    height: 12px;
    top: 4px;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    width: 6px;
    left: 8px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
}.contact_information_25846 .feedback_info_72694 label a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(170,151,175);
}.contact_information_25846 .feedback_info_72694 label a:hover {
    color: rgb(105,141,157);
}.contact_information_25846 .request_links_81049 {
    background: linear-gradient(135deg, rgb(170,151,175), rgb(105,141,157));
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    width: 100%;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-weight: 600;
    color: #ffffff;
    border: none;
}.contact_information_25846 .request_links_81049::before {
    top: 0;
    height: 100%;
    transform-origin: right;
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(105,141,157), rgb(170,151,175));
    transform: scaleX(0);
    transition: transform 0.5s ease;
    content: "";
}.contact_information_25846 .request_links_81049:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_information_25846 svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
    stroke: rgb(170,151,175);
    fill: none;
    transition: all 0.3s ease;
}.contact_information_25846 svg path {
    stroke-width: 2;
    stroke: rgb(170,151,175);
    fill: none;
    transition: all 0.3s ease;
}.contact_information_25846 svg:hover,
.contact_information_25846 svg:hover path {
    stroke: rgb(105,141,157);
}

@media (max-width: 1024px) {.contact_information_25846 {
    padding: 70px 0;
}.contact_information_25846 .connect_reach_54073 {
    padding: 45px;
}.contact_information_25846 .img_overlay_box_73849 {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact_information_25846 {
    padding: 60px 0;
}.contact_information_25846 h2 {
    margin-bottom: 40px;
}.contact_information_25846 .connect_message_72093 {
    flex-direction: column;
}.contact_information_25846 .img_overlay_box_73849 {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.contact_information_25846 .connect_reach_54073 {
    padding: 40px 30px;
    flex: 0 0 auto;
}.contact_information_25846 form h3 {
    margin-bottom: 25px;
}.contact_information_25846 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact_information_25846 {
    padding: 50px 0;
}.contact_information_25846 h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 30px;
}.contact_information_25846 .img_overlay_box_73849 {
    min-height: 220px;
}.contact_information_25846 .connect_reach_54073 {
    padding: 30px 20px;
}.contact_information_25846 form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.contact_information_25846 form input[type="text"] {
    font-size: calc(13px * 0.95);
    padding: 14px 16px;
    margin-bottom: 16px;
}.contact_information_25846 .request_links_81049 {
    padding: 16px;
}.contact_information_25846 .feedback_info_72694 label {
    font-size: calc(12px * 0.95);
}}.our_info_47269 {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    border-top: 4px solid rgb(170,151,175);
    background: rgb(170,151,175,0.5);
}.our_info_47269::before {
    width: 100%;
    content: "";
    top: 0;
    background-image: 
    repeating-linear-gradient(90deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    ),
    repeating-linear-gradient(0deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    );
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}.our_info_47269 .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.our_info_47269 .assist_team_56401 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 0;
    background: rgb(105,141,157);
    border-left: 1px solid rgb(170,151,175);
}.our_info_47269 h2 {
    letter-spacing: 2px;
    padding: 30px;
    font-size: 36px;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.our_info_47269 p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}.our_info_47269 .talk_answer_62173 {
    display: flex;
    padding: 30px;
    justify-content: space-between;
}.our_info_47269 .connect_section_04357 {
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
    width: 70px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    justify-content: center;
    height: 70px;
    background: #2a2a2a;
    position: relative;
    display: flex;
    border-radius: 50%;
}.our_info_47269 .connect_section_04357::before {
    z-index: -1;
    transform: scale(0);
    background: rgb(170,151,175);
    width: 100%;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    top: 0;
    content: "";
    height: 100%;
    border-radius: 50%;
}.our_info_47269 .connect_section_04357:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 10px rgb(170,151,175,0.5);
    border-color: rgb(170,151,175);
}.our_info_47269 .connect_section_04357:hover::before {
    transform: scale(0.9);
}.our_info_47269 .connect_section_04357 svg {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}.our_info_47269 .connect_section_04357:hover svg {
    transform: scale(1.2);
}.our_info_47269 .connect_section_04357 svg path {
    fill: rgb(170,151,175);
    transition: fill 0.3s ease;
}.our_info_47269 .connect_section_04357:hover svg path {
    fill: #ffffff;
}.our_info_47269 p svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
}.our_info_47269 p svg path {
    fill: rgb(170,151,175);
}.our_info_47269 p:nth-last-child(2) {
    align-items: center;
    display: flex;
    padding: 25px 30px;
    border-bottom: none;
}.our_info_47269 .assist_team_56401::after {
    right: 20px;
    bottom: -20px;
    content: "";
    z-index: -1;
    height: 20px;
    background: #1a1a1a;
    position: absolute;
    width: calc(100% - 40px);
}.our_info_47269 .assist_team_56401::before {
    top: 15px;
    position: absolute;
    z-index: 1;
    background: rgb(170,151,175);
    width: 15px;
    content: "";
    height: 15px;
    right: 15px;
}

@media (max-width: 991px) {.our_info_47269 {
    padding: 60px 0;
}.our_info_47269 h2 {
    padding: 25px;
    font-size: calc(36px * 0.9);
}.our_info_47269 p,
  .our_info_47269 p:nth-last-child(2) {
    padding: 20px 25px;
}.our_info_47269 .talk_answer_62173 {
    padding: 25px;
}.our_info_47269 .connect_section_04357 {
    height: 60px;
    width: 60px;
}.our_info_47269 .connect_section_04357 svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 767px) {.our_info_47269 {
    padding: 50px 0;
}.our_info_47269 h2 {
    padding: 20px;
    font-size: calc(36px * 0.85);
}.our_info_47269 p {
    font-size: calc(15px * 0.95);
    padding: 20px;
}.our_info_47269 p:nth-last-child(2) {
    padding: 18px 20px;
}.our_info_47269 .talk_answer_62173 {
    padding: 20px;
}.our_info_47269 .connect_section_04357 {
    height: 50px;
    width: 50px;
}.our_info_47269 .connect_section_04357 svg {
    width: 20px;
    height: 20px;
}.our_info_47269 p svg {
    margin-right: 12px;
    height: 20px;
    width: 20px;
}.our_info_47269 .assist_team_56401::after {
    height: 10px;
    bottom: -10px;
}.our_info_47269 .assist_team_56401::before {
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
}}

.our_info_47269 .connect_section_04357:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgb(170,151,175,0.5);
    transform: translateY(0);
}@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(170,151,175,0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}

.our_info_47269 .connect_section_04357:hover {
    animation: pulse 1.5s infinite;
}@keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
}

.our_info_47269 .container::before {
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 15px;
    background: rgb(170,151,175);
    height: 8px;
    right: 45px;
    animation: blink 2s ease-in-out infinite;
    width: 8px;
}.our_info_47269 .container::after {
    letter-spacing: 1px;
    content: attr(data-text);
    color: rgb(170,151,175);
    position: absolute;
    left: 15px;
    text-transform: uppercase;
    top: -10px;
    font-size: 12px;
}.our_info_47269 .connect_section_04357:nth-child(1) {
    transition-delay: 0.1s;
}.our_info_47269 .connect_section_04357:nth-child(2) {
    transition-delay: 0.2s;
}.our_info_47269 .connect_section_04357:nth-child(3) {
    transition-delay: 0.3s;
}.user_reviews_14659 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(222,218,216) 0%, rgba(240, 248, 255, 0.8) 100%);
}.user_reviews_14659::before {
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(105,141,157,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(170,151,175,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    opacity: 0.15;
    content: "";
}.user_reviews_14659 .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.user_reviews_14659 h2 {
    font-size: 34px;
    transform: translateY(20px);
    opacity: 0;
    font-weight: 700;
    color: #000000;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
}.user_reviews_14659 h2::after {
    left: 50%;
    width: 80px;
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(105,141,157), rgb(170,151,175));
    content: "";
    position: absolute;
}.user_reviews_14659 .study_program_62795 {
    position: relative;
}.user_reviews_14659 .testimonial_highlights_24705 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    margin-top: 1rem;
}.user_reviews_14659 .learner_views_80592 {
    transform: translateY(30px);
    backdrop-filter: blur(8px);
    animation-delay: calc(0.2s * var(--index, 1));
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
}.user_reviews_14659 .learner_views_80592:nth-child(1) {
    --index: 1;
}.user_reviews_14659 .learner_views_80592:nth-child(2) {
    --index: 2;
}.user_reviews_14659 .learner_views_80592:nth-child(3) {
    --index: 3;
}.user_reviews_14659 .learner_views_80592:nth-child(4) {
    --index: 4;
}.user_reviews_14659 .learner_views_80592:nth-child(5) {
    --index: 5;
}.user_reviews_14659 .learner_views_80592:nth-child(6) {
    --index: 6;
}.user_reviews_14659 .learner_views_80592:nth-child(7) {
    --index: 7;
}.user_reviews_14659 .learner_views_80592::before {
    opacity: 0.8;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(170,151,175), rgb(105,141,157));
    top: 0;
    width: 4px;
    position: absolute;
}.user_reviews_14659 .learner_views_80592:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 
                0 5px 15px rgba(0, 0, 0, 0.06);
}.user_reviews_14659 .learner_views_80592:hover::after {
    transform: translateX(0);
}.user_reviews_14659 .learner_views_80592::after {
    content: "";
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(100%);
    right: 0;
    background: linear-gradient(145deg, transparent 0%, rgba(rgb(105,141,157,0.5), 0.05) 100%);
    width: 40%;
}.user_reviews_14659 .learner_views_80592 h3 {
    display: inline-block;
    font-weight: 700;
    font-size: calc(21px * 1.1);
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}.user_reviews_14659 .learner_views_80592 h3::after {
    left: 0;
    transition: width 0.3s ease;
    background: rgb(170,151,175);
    height: 2px;
    position: absolute;
    width: 40px;
    content: "";
    bottom: -5px;
}.user_reviews_14659 .learner_views_80592:hover h3::after {
    width: 100%;
}.user_reviews_14659 .learner_views_80592 .description {
    line-height: 1.6;
    font-size: 18px;
    color: #000000;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}.user_reviews_14659 .learner_views_80592 div {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 60px;
    margin-top: auto;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}.user_reviews_14659 .learner_views_80592 div::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    background: linear-gradient(145deg, rgb(170,151,175,0.5), transparent);
    z-index: 1;
    position: absolute;
    opacity: 0.3;
}.user_reviews_14659 .learner_views_80592:hover div::before {
    opacity: 0.5;
}.user_reviews_14659 .learner_views_80592 img {
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
}.user_reviews_14659 .learner_views_80592:hover img {
    transform: scale(1.1);
}

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

@media (max-width: 992px) {.user_reviews_14659 {
    padding: 4rem 0;
}.user_reviews_14659 .testimonial_highlights_24705 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.user_reviews_14659 h2 {
    margin-bottom: 2.5rem;
}
}

@media (max-width: 768px) {.user_reviews_14659 {
    padding: 3rem 0;
}.user_reviews_14659 .testimonial_highlights_24705 {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_reviews_14659 .learner_views_80592 {
    padding: 1.5rem;
}.user_reviews_14659 h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2rem;
}
}

@media (max-width: 576px) {.user_reviews_14659 {
    padding: 2.5rem 0;
}.user_reviews_14659 .testimonial_highlights_24705 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_reviews_14659 .learner_views_80592 {
    padding: 1.5rem;
}.user_reviews_14659 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1.5rem;
}}.cookie_window_banner_28956 {
    width: 100%;
    border-top: 3px solid rgb(170,151,175);
    font-family: Arial, sans-serif;
    z-index: 1050;
    overflow: hidden;
    padding: 20px;
    position: fixed;
    background: rgb(222,218,216);
    bottom: 0;
}.visitor_settings_64235 {
    display: flex;
    flex-wrap: nowrap;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
}.track_prefs_28760 {
    margin-right: 20px;
    flex-shrink: 0;
}#cookie_info_banner_54768 {
    display: none;
}#cookie_info_banner_54768:checked ~ .cookie_window_banner_28956 {
    opacity: 0;
    visibility: hidden;
}.track_prefs_28760 svg {
    width: 60px;
    fill: rgb(170,151,175);
    transition: fill 0.3s ease-in-out;
    height: 60px;
}.data_control_94027 {
    margin-right: 20px;
    flex-grow: 1;
}.data_control_94027 h5 {
    font-weight: 700;
    color: rgb(170,151,175);
    font-size: 22px;
    margin-bottom: 5px;
}.data_control_94027 p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}.cookie_tab_04196 {
    transition: all 0.3s ease-in-out;
    font-size: 19px;
    text-decoration: none;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 10px;
}.cookie_tab_04196 {
    color: #ffffff;
    border: 1px solid rgb(170,151,175);
    background-color: rgb(170,151,175);
}.cookie_tab_04196:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_window_banner_28956 p a {
    color: rgb(170,151,175);
    text-decoration: underline;
}.cookie_window_banner_28956 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.data_control_94027 h5 {
    font-size: calc(22px - 2px);
}.data_control_94027 p {
    font-size: calc(16px - 2px);
}.cookie_tab_04196 {
    padding: 8px 16px;
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.visitor_settings_64235 {
    align-items: center;
    flex-direction: column;
}.track_prefs_28760 {
    margin-bottom: 15px;
}.data_control_94027 {
    margin-bottom: 20px;
    text-align: center;
}.cookie_tab_04196 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.secure_sanctum_32761 {
    padding: 40px;
    height: auto;
    width: 100%;
}.secure_sanctum_32761 h1 {
    margin-top: 0;
    grid-column: span 2;
    font-size: 39px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(105,141,157);
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: rgb(170,151,175);
    text-shadow: 0 0 10px rgb(170,151,175);
    text-align: center;
}.secure_sanctum_32761 h2 {
    margin-top: 0;
    color: rgb(105,141,157);
    padding-left: 10px;
    text-align: left;
    border-left: 4px solid rgb(170,151,175);
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 28px;
    text-shadow: 0 0 5px rgb(105,141,157);
    font-weight: 600;
}.secure_sanctum_32761 ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}.secure_sanctum_32761 li {
    margin-bottom: 10px;
    border: 1px solid rgb(170,151,175);
    font-size: 15px;
    background: rgb(105,141,157,0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 10px;
    text-shadow: 0 0 5px rgb(170,151,175);
    padding: 10px;
    line-height: 1.5;
}.secure_sanctum_32761 div {
    border: 1px solid rgb(105,141,157);
    line-height: 1.8;
    font-size: 15px;
    border-radius: 25px;
    margin-bottom: 15px;
    background: rgb(170,151,175,0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 15px;
}.secure_sanctum_32761 p, .secure_sanctum_32761 span {
    text-shadow: 0 0 5px rgb(105,141,157);
    font-size: 15px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {.secure_sanctum_32761 {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
}.secure_sanctum_32761 h1 {
    margin-bottom: 15px;
    font-size: calc(23px - 4px);
}.secure_sanctum_32761 h2 {
    font-size: calc(23px - 2px);
    margin-bottom: 10px;
}.secure_sanctum_32761 ul {
    padding-left: 0;
}.secure_sanctum_32761 li {
    margin-bottom: 8px;
    padding: 8px;
}.secure_sanctum_32761 div {
    padding: 10px;
}
}