﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.tool-main-info {
    flex: 1 0 auto;
}

.tool-main-info {
    background: rgb(176,186,186);
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

.tool-program-details::before {
    left: 0;
    z-index: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(141,153,152,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(106,114,113,0.5) 0%, transparent 25%);
    width: 100%;
    content: "";
}

.tool-program-details .tool-class-map {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}

.tool-program-details .tool-img-wrapper::after {
    width: 120%;
    position: absolute;
    transition: opacity 0.5s ease;
    background: rgb(141,153,152);
    top: -10%;
    left: -10%;
    opacity: 0;
    content: "";
    height: 120%;
    mix-blend-mode: overlay;
}

.tool-program-details .tool-text-item:hover::before {
    height: 100%;
}

.tool-program-details .description {
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    padding-left: 15px;
}

.tool-ty-sidebar::before {
    z-index: 0;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.07;
    width: 100%;
    left: 0;
    top: 0;
    background-image: radial-gradient(circle at 20% 30%, rgb(141,153,152,0.5) 0%, transparent 40%),
                      radial-gradient(circle at 80% 70%, rgb(106,114,113,0.5) 0%, transparent 40%);
}

.tool-ty-sidebar .tool-skill-boost > div:first-child {
    position: relative;
    transform: translateZ(20px);
    padding-left: 20px;
    transition: transform 0.5s ease;
}

.tool-ty-sidebar .tool-skill-boost > div:first-child::before {
    left: 0;
    height: 8px;
    top: 50%;
    width: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    content: "";
    background: rgb(141,153,152);
    transform: translateY(-50%);
}

.tool-ty-sidebar a:hover {
    transform: translateY(-5px);
}

.tool-ty-sidebar a:hover p {
    border-left: 3px solid rgb(141,153,152);
    background: rgba(245, 245, 250, 0.9);
}

.tool-ty-sidebar p::after {
    content: "";
    position: absolute;
    line-height: 1;
    font-family: serif;
    color: rgb(106,114,113,0.5);
    opacity: 0.2;
    font-size: 60px;
    bottom: -20px;
    right: 10px;
}

.tool-course-candidates .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}

.tool-course-candidates h4 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 80px;
    padding: 20px 0;
    color: #000000;
    position: relative;
}

.tool-course-candidates div {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.tool-course-candidates div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}

.tool-course-candidates div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}

.tool-course-candidates div p:nth-child(odd)::before {
    top: -15px;
    left: -15px;
}

.tool-course-candidates div p::after {
    z-index: 3;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(141,153,152), rgb(106,114,113));
    height: 15px;
    width: 15px;
}

.tool-our-background::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.tool-our-background .tool-text-item {
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    transform: translateY(30px);
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    opacity: 0;
    display: flex;
    backdrop-filter: blur(10px);
}

.tool-our-background .tool-text-item {
    margin: 0 auto;
    max-width: 90%;
}

.tool-teaching-history {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,186,186), rgb(106,114,113,0.5));
}

.tool-teaching-history .container {
    position: relative;
    z-index: 2;
}

.tool-teaching-history .tool-user-stories:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}

.tool-teaching-history .name {
    grid-area: name;
    margin-top: 20px;
    transform: translateX(20px);
    font-size: 21px;
    font-weight: 700;
    color: #000000;
}

.tool-teaching-history .tool-emp-milestones::before {
    left: 10px;
    content: "";
    font-family: serif;
    position: absolute;
    color: rgb(141,153,152,0.5);
    font-size: calc(42px * 2);
    line-height: 1;
    top: -10px;
}



.tool-milestone-cta .container {
    z-index: 2;
    position: relative;
}

footer .tool-converter {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}

footer .info_item {
    display: flex;
    align-items: center;
    flex: 1 1 220px;
}

footer .info_item p, footer .info_item a {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    transition: color 0.3s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
}

footer .tool-nav-tutor svg {
    transition: filter 0.3s ease;
    height: 50px;
    width: auto;
    filter: drop-shadow(0 0 5px rgb(141,153,152,0.5));
    margin-bottom: 10px;
}



footer .tool-head-bar h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 19px;
}

footer .tool-main-skill a {
    font-size: calc(12px - 1px);
    color: #ffffff;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

footer .subscribe_holder::before {
    position: absolute;
    top: -50%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    height: 200%;
    left: -50%;
    width: 200%;
    content: "";
    animation: pulseBackground 10s infinite ease-in-out;
    z-index: -1;
}

footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

footer .tool-sub-block:hover::before {
    left: 100%;
}

footer .tool-project-ref {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
}

.tool-program-assets::after {
    content: '';
    background: rgb(106,114,113,0.5);
    border-radius: 50%;
    z-index: 1;
    height: 300px;
    width: 300px;
    position: absolute;
    left: -100px;
    bottom: -100px;
    opacity: 0.5;
    filter: blur(80px);
}

.tool-program-assets .tool-text-item {
    width: 60%;
    position: relative;
    z-index: 4;
    margin-left: auto;
    padding-right: 20px;
}

.tool-program-assets h2::after {
    height: 15px;
    width: 15px;
    bottom: -9px;
    right: 0;
    background: rgb(141,153,152);
    border-radius: 50%;
    content: '';
    position: absolute;
}

.tool-program-assets .text_main_holder > div::before {
    position: absolute;
    transition: opacity 0.4s ease;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(141,153,152,0.5) 0%, transparent 80%);
    opacity: 0;
    border-radius: inherit;
    content: '';
    z-index: -1;
}

.tool-program-assets .text_main_holder > div:hover p {
    transform: translateZ(25px);
}

.tool-operation-process::after {
    opacity: 0.07;
    z-index: 1;
    content: "";
    position: absolute;
    bottom: -10%;
    left: -5%;
    pointer-events: none;
    background: linear-gradient(225deg, rgb(106,114,113,0.5) 0%, rgb(141,153,152,0.5) 100%);
    height: 70%;
    transform: rotate(15deg) skewX(-15deg);
    width: 40%;
}

.tool-operation-process .tool-text-item::before {
    background: linear-gradient(135deg, rgb(106,114,113,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
    height: 100%;
    opacity: 0.04;
}

.tool-privacy-fence {
    box-shadow: 0 0 20px rgb(141,153,152,0.5);
    margin: 0 auto;
    background-color: rgb(141,153,152);
    font-family: Arial, sans-serif;
    padding: 2em;
    border: 1px solid rgb(141,153,152,0.5);
    color: #ffffff;
}

.tool-privacy-fence h6 {
    font-size: 18px;
    font-weight: 300;
}

.tool-privacy-fence li {
    color: #ffffff;
    margin-bottom: 0.75em;
    font-size: 17px;
}

.tool-privacy-fence div {
    margin-bottom: 1.5em;
}

.tool-privacy-fence a {
    color: rgb(141,153,152);
    box-shadow: 0 0 5px rgb(141,153,152,0.5);
    text-decoration: underline;
}

.tool-privacy-fence a:hover {
    color: rgb(106,114,113);
    box-shadow: 0 0 5px rgb(106,114,113,0.5);
}

.tool-stay-informed::before {
    background: 
        linear-gradient(45deg, transparent 70%, rgb(106,114,113,0.5) 70%),
        linear-gradient(135deg, rgb(141,153,152,0.5) 30%, transparent 30%);
    opacity: 0.3;
    top: -10%;
    width: 120%;
    position: absolute;
    transform: rotateX(45deg);
    height: 120%;
    content: "";
    left: -10%;
    z-index: 1;
}

.tool-stay-informed .input_holder {
    flex-direction: row;
    transform: translateZ(20px);
    display: flex;
    flex: 2;
    align-items: stretch;
    gap: 1.5rem;
}

.tool-stay-informed input[type="submit"] {
    transition: all 0.3s ease;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    padding: 1rem 1.5rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    background: linear-gradient(45deg, rgb(141,153,152) 0%, rgb(106,114,113) 100%);
    flex: 1;
    border: none;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.tool-contact-form-box::after {
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(141,153,152,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(106,114,113,0.5) 95%,
            transparent 100%
        );
    top: -50%;
    left: -50%;
    position: absolute;
    z-index: -1;
    width: 200%;
    height: 200%;
    animation: rotate 120s linear infinite;
    content: '';
    opacity: 0.2;
}

.tool-contact-form-box .tool-connect-box::before {
    position: absolute;
    z-index: 0;
    content: '';
    pointer-events: none;
    inset: 0;
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
}

.tool-contact-form-box .tool-request-links #contact {
    position: relative;
    z-index: 2;
}

.tool-contact-form-box .tool-request-links h3::before {
    display: none;
}

.tool-contact-form-box .tool-request-links h3::after {
    transform: none;
    left: 0;
    width: 60px;
    bottom: -10px;
    background: rgb(141,153,152);
}

.tool-contact-form-box .tool-request-links .tool-support-feedback {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.tool-contact-form-box .tool-request-links .tool-support-feedback label {
    padding-left: 38px;
    font-size: calc(15px - 2px);
    color: #000000;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
}

.tool-contact-form-box .tool-request-links .tool-support-feedback input[type="checkbox"]:checked + label::after {
    transform: scale(1);
    opacity: 1;
}

.tool-contact-form-box .tool-request-links .tool-support-feedback a::after {
    bottom: -2px;
    content: '';
    background-color: rgb(141,153,152);
    transform-origin: right;
    position: absolute;
    transition: transform 0.3s ease;
    height: 1px;
    transform: scaleX(0);
    width: 100%;
    left: 0;
}

.tool-contact-form-box .tool-request-links .tool-support-query:hover {
    background: linear-gradient(135deg, rgb(106,114,113) 0%, rgb(141,153,152) 100%);
    box-shadow: 
        0 8px 25px rgb(141,153,152,0.5),
        0 0 0 1px rgb(141,153,152) inset;
    transform: translateY(-3px);
}

.tool-contact-form-box .tool-help-query::after {
    content: '';
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    animation: shine 8s infinite linear;
    position: absolute;
    z-index: 0;
}

.tool-contact-form-box .tool-help-query .tool-feedback-box {
    padding: 0;
    list-style: none;
    margin: 0;
    z-index: 1;
    position: relative;
}

.tool-contact-form-box .tool-help-query .tool-feedback-box li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.tool-contact-form-box .tool-help-query .tool-feedback-box li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}

.tool-contact-form-box .tool-help-query .tool-feedback-box li a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.tool-pricing-item::before {
    position: absolute;
    left: 0;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(106,114,113,0.5) 0%, transparent 60%);
    top: 0;
    content: "";
}

.tool-pricing-item .tool-package-rates .tool-learning-deals {
    margin-bottom: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    max-width: 700px;
    line-height: 1.6;
    font-size: 14px;
}

.tool-pricing-item .tool-pricing-catalog:hover {
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.tool-pricing-item .tool-pricing-catalog:hover .tool-group-plans::before {
    transform: scaleX(1);
}

.tool-pricing-item .tool-learn-offers h3 {
    transform-origin: left;
    position: relative;
    color: #000000;
    text-overflow: ellipsis;
    font-size: calc(23px + 2px);
    white-space: nowrap;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    overflow: hidden;
    font-weight: 700;
}

.tool-pricing-item .tool-learn-offers p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    line-height: 1.6;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    color: #000000;
    margin-bottom: 0;
    overflow-wrap: break-word;
    font-size: 14px;
}

.tool-opening-page .tool-start-learn::after {
    pointer-events: none;
    background: 
    radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
    radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    content: "";
    width: 100%;
    z-index: 2;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
}

.tool-opening-page .tool-knowledge-center:hover::before {
    opacity: 0.8;
}

.tool-opening-page h1 {
    opacity: 0;
    transform: translateX(-10px);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-size: calc(45px * 1.1);
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}

header::before {
    left: 0;
    content: '';
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    top: 0;
    background-size: 20px 20px;
}

header .tool-nav-tutor:hover {
    box-shadow: 5px 0 15px -5px rgb(141,153,152);
    transform: translateX(5px);
}

header .tool-top-section:hover::after {
    opacity: 1;
}

header .tool-head-bar {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 2;
}

header .tool-nav-teach a::before {
    content: '';
    height: 100%;
    background: rgb(141,153,152);
    top: 0;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    transition: transform 0.3s ease;
}

header .tool-nav-teach::before {
    top: 50%;
    content: '';
    background: rgb(141,153,152);
    left: -10px;
    height: 5px;
    transform: translateY(-50%) scale(0);
    position: absolute;
    width: 5px;
    transition: transform 0.3s ease;
}

.tool-dialogCookieSettings {
    bottom: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    border-top: 3px solid rgb(141,153,152);
    background: rgb(176,186,186);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
}

.tool-edu-accept:hover {
    background: rgb(106,114,113);
    box-shadow: 0 0 10px rgb(106,114,113,0.5);
}

#tool-declineDataCookiesSetting {
    background: rgba(0, 0, 0, 0.5);
}


#tool-privacyTermsModal {
    display: none;
}

#tool-privacyTermsModal:checked ~ .tool-dialogCookieSettings {
    opacity: 0;
    visibility: hidden;
}

.tool-try-immediately .tool-skill-boost {
    max-width: 1000px;
    border-radius: 17px;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(255, 255, 255, 0.1);
    z-index: 2;
    justify-content: center;
    padding: 60px;
    display: flex;
    background: rgba(255, 255, 255, 0.07);
}

.tool-try-immediately h3::before {
    width: 30px;
    left: 50%;
    top: -40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 30px;
    animation: orbitalSpin 10s linear infinite;
    content: '';
    opacity: 0.6;
    transform: translateX(-50%);
    position: absolute;
}

.tool-try-immediately .tool-help-desk::after {
    content: '';
    z-index: 1;
    transition: all 0.6s ease;
    width: 40%;
    position: absolute;
    height: 200%;
    left: -100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    top: -50%;
    transform: rotate(25deg);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.tool-program-details {
    padding: 150px 0;
}.tool-program-details::before {
    background: 
            radial-gradient(circle at 10% 30%, rgb(141,153,152,0.5) 0%, transparent 30%),
            radial-gradient(circle at 90% 70%, rgb(106,114,113,0.5) 0%, transparent 35%);
}.tool-program-details h2 {
    transform: translateX(0);
    margin-left: 30px;
    max-width: 70%;
}.tool-program-details .tool-class-map {
    gap: 80px;
}.tool-program-details .tool-img-wrapper {
    height: 500px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.8s ease;
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
}.tool-program-details .tool-img-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.tool-program-details .tool-text-item {
    padding: 50px 60px;
    max-height: 500px;
    transform: translateY(0) translateX(20px);
}.tool-program-details .tool-text-item:hover {
    transform: translateY(0) translateX(0);
}.tool-program-details .description {
    padding-left: 25px;
    font-size: calc(13px * 1.05);
}.tool-program-details .description::before {
    left: 10px;
    width: 6px;
    height: 6px;
}
}



@media (max-width: 479px) {.tool-course-candidates {
    padding: 80px 0;
}.tool-course-candidates h4 {
    font-size: calc(30px - 6px);
    margin-bottom: 50px;
}.tool-course-candidates div p {
    width: 100%;
    padding: 15px 18px;
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.tool-course-candidates div p svg {
    width: 22px;
    min-width: 22px;
    margin-right: 10px;
    height: 22px;
}}



@media (hover: hover) {.tool-our-background .tool-text-item {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                   box-shadow 0.4s ease;
}.tool-our-background .tool-text-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
                    0 0 0 1px rgba(rgb(141,153,152,0.5), 0.1);
}
}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .tool-sub-block {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .tool-milestone-cta {
    padding: 40px 0 20px;
}footer .tool-message-us, footer .tool-head-bar, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .tool-sub-block {
    padding: 12px;
}footer .tool-nav-tutor svg {
    height: 40px;
}footer .tool-lecture-ref {
    font-size: calc(12px - 1px);
}}



@media (max-width: 992px) {.tool-operation-process {
    padding: 90px 0;
}.tool-operation-process .tool-skill-boost {
    padding: 0 30px;
}.tool-operation-process h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.tool-operation-process .tool-text-item {
    padding: 40px;
}
}



@media (max-width: 576px) {.tool-operation-process {
    padding: 60px 0;
}.tool-operation-process .tool-skill-boost {
    padding: 0 15px;
}.tool-operation-process h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.7);
}.tool-operation-process h2::after {
    width: 50px;
    height: 2px;
}.tool-operation-process .tool-text-item {
    padding: 25px 20px;
}.tool-operation-process p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}
}



@media (max-width: 480px) {.tool-stay-informed {
    padding: 3rem 1rem;
}.tool-stay-informed .tool-support-support {
    padding: 1.5rem;
}.tool-stay-informed h3 {
    margin: 0 0 1.5rem 0;
    font-size: calc(24px * 0.9);
}.tool-stay-informed input[type="email"] {
    padding: 0.8rem 1rem;
}.tool-stay-informed input[type="submit"] {
    padding: 0.8rem 1rem;
}}



@media (min-width: 768px) {.tool-pricing-item .tool-price-grid {
    grid-template-columns: repeat(2, 1fr);
}.tool-pricing-item .tool-package-rates {
    padding: 40px;
}.tool-pricing-item .tool-learn-offers {
    padding: 30px 35px;
}.tool-pricing-item .tool-img-wrapper {
    height: 240px;
}
}



@media (min-width: 1200px) {.tool-pricing-item {
    padding: 120px 0;
}.tool-pricing-item .tool-price-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tool-pricing-item .tool-package-rates h2 {
    font-size: calc(37px + 4px);
}.tool-pricing-item .tool-learn-offers h3 {
    font-size: calc(23px + 4px);
}.tool-pricing-item .tool-plan-fees {
    font-size: calc(23px + 8px);
}.tool-pricing-item .tool-img-wrapper {
    height: 280px;
}
}



@media (max-width: 576px) {.tool-opening-page .tool-start-learn {
    padding: 2rem 1rem;
}.tool-opening-page .tool-knowledge-center {
    padding: 2rem 1.5rem;
    transform: none;
}.tool-opening-page .tool-knowledge-center:hover {
    transform: translateY(-3px);
}.tool-opening-page h1 {
    font-size: calc(45px * 0.75);
    margin-bottom: 1rem;
}.tool-opening-page h3 {
    margin-bottom: 1.25rem;
    font-size: calc(22px * 0.9);
}.tool-opening-page p {
    font-size: calc(18px * 0.95);
    padding-left: 1.25rem;
}.tool-opening-page p::before {
    height: 0.6rem;
    width: 0.6rem;
}}


@media only screen and (max-width: 1200px) {.tool-privacy-ctrl {
    flex-direction: column;
    align-items: center;
}.tool-cookie-menu {
    margin-bottom: 15px;
}.tool-data-comply {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.tool-edu-accept {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
}
}



@media screen and (max-width: 576px) {.tool-try-immediately {
    padding: 60px 0;
}.tool-try-immediately .tool-skill-boost {
    padding: 30px 20px;
}.tool-try-immediately h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 35px;
    letter-spacing: 2px;
}.tool-try-immediately h3::before {
    width: 15px;
    top: -25px;
    height: 15px;
}.tool-try-immediately h3::after {
    width: 35px;
}.tool-try-immediately .tool-help-desk {
    letter-spacing: 1px;
    padding: 10px 30px;
    font-size: calc(20px * 0.9);
}
}



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



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

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



@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(141,153,152,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(106,114,113,0.5);
    }
}



@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



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

