﻿a {
    color: inherit;
    text-decoration: none;
}

.container {
    max-width: 100%;
    width: 1208px;
    margin: auto;
}

svg {
    height: 30px;
    width: 30px;
}

.tool-milestone-cta {
    flex: 0 0 auto;
}

.tool-milestone-cta {
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000, rgb(106,114,113));
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}

.tool-program-details h2 {
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    transform: translateX(-5px);
    margin-bottom: 50px;
    font-size: 30px;
    color: #000000;
}

.tool-program-details .tool-img-wrapper {
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    height: 350px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.tool-program-details .tool-img-wrapper:hover::after {
    opacity: 0.1;
}

.tool-program-details .tool-text-item::before {
    top: 0;
    position: absolute;
    content: "";
    width: 3px;
    background: rgb(141,153,152);
    left: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
}

.tool-ty-sidebar {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(176,186,186) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}

.tool-ty-sidebar .tool-skill-boost {
    background: #ffffff;
    transform-style: preserve-3d;
    gap: 40px;
    perspective: 1000px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0,0,0,0.04), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    padding: 60px 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.tool-ty-sidebar h5 {
    color: #000000;
    display: inline-block;
    font-size: 24px;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.tool-ty-sidebar p::before {
    font-family: serif;
    left: 10px;
    top: 10px;
    line-height: 1;
    position: absolute;
    color: rgb(141,153,152,0.5);
    opacity: 0.2;
    font-size: 60px;
    content: "";
}

.tool-course-candidates::before {
    top: 0;
    left: 0;
    background-size: 60px 60px;
    opacity: 0.03;
    width: 100%;
    position: absolute;
    content: "";
    background-position: 0 0, 30px 30px;
    height: 100%;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(141,153,152,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(141,153,152,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(141,153,152,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(141,153,152,0.5) 75%
        );
    z-index: 0;
}

.tool-course-candidates div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}

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

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

.tool-course-candidates div p svg {
    width: 32px;
    transition: all 0.3s ease;
    height: 32px;
    margin-right: 20px;
    min-width: 32px;
}

.tool-our-background {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}

.tool-our-background h2 {
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    color: #ffffff;
    margin-bottom: 50px;
    transform: translateX(-20px);
    padding-bottom: 15px;
    font-size: 34px;
    position: relative;
    font-weight: 700;
    opacity: 0;
}

.tool-our-background .tool-text-item > div {
    width: 100%;
}

.tool-our-background .tool-text-item p {
    font-size: calc(24px - 2px);
    color: rgb(141,153,152);
    transform: translateX(-15px);
    margin-bottom: 20px;
    opacity: 0;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    font-weight: 600;
}

.tool-teaching-history::after {
    bottom: -5%;
    background: rgb(106,114,113,0.5);
    transform: rotate(20deg);
    content: "";
    height: 60%;
    position: absolute;
    width: 40%;
    animation: float 6s ease-in-out infinite reverse;
    z-index: 1;
    left: -5%;
    border-radius: 26px;
}

.tool-teaching-history .tool-user-stories:hover .tool-img-wrapper {
    transform: rotate(0deg) scale(1.05);
}

.tool-teaching-history .tool-user-stories span:not(.name) {
    font-size: 16px;
    transform: translateX(20px);
    font-style: italic;
    color: #000000;
    grid-area: job;
}

footer {
    position: relative;
    z-index: 1;
    width: 100%;
}

.tool-milestone-cta::after {
    pointer-events: none;
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(141,153,152,0.5) 70%, transparent 100%);
    bottom: 0;
    top: 0;
    animation: shiftGradient 15s infinite linear;
    content: "";
}

footer .info_item svg {
    margin-right: 12px;
    width: 20px;
    fill: rgb(141,153,152);
    filter: drop-shadow(0 0 3px rgb(141,153,152,0.5));
    height: 20px;
    transition: transform 0.3s ease;
}

footer .tool-nav-tutor {
    flex-direction: column;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

footer .tool-head-bar {
    transition: box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 27px;
}

footer .tool-head-bar:hover h5::after {
    width: 100px;
}

footer .tool-main-skill {
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

footer .tool-main-skill a::before {
    content: "";
    left: 0;
    width: 6px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    background-color: rgb(141,153,152);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

footer .subscribe_holder p {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 20px;
    font-size: 12px;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(141,153,152);
    outline: none;
    box-shadow: 0 0 10px rgb(141,153,152,0.5);
    background: rgba(255, 255, 255, 0.1);
}

footer .tool-sub-block:hover {
    background: rgb(106,114,113);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

footer .tool-grant-info {
    opacity: 0.7;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.tool-program-assets .tool-skill-boost {
    position: relative;
    max-width: 1300px;
    z-index: 2;
    display: flex;
    margin: 0 auto;
}

.tool-program-assets .tool-img-wrapper:hover {
    transform: rotateY(0deg);
}

.tool-program-assets h2 {
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(141,153,152);
    width: fit-content;
    font-size: 28px;
}

.tool-program-assets .text_main_holder > div:nth-child(even) {
    transform: rotateY(5deg);
}

.tool-program-assets .text_main_holder > div:hover {
    transform: rotateY(0) translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
}

.tool-program-assets .text_main_holder > div:hover svg {
    transform: translateZ(30px) scale(1.1);
}

.tool-program-assets .text_main_holder p {
    margin: 0;
    line-height: 1.6;
    transition: transform 0.4s ease;
    transform: translateZ(5px);
    color: #000000;
    font-size: 12px;
}

.tool-operation-process .tool-skill-boost {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 40px;
    margin: 0 auto;
}

.tool-operation-process h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(141,153,152) 0%, rgb(106,114,113) 100%);
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    height: 3px;
    width: 80px;
    bottom: -12px;
    transform-origin: left center;
    left: 0;
}

.tool-operation-process p::first-letter {
    color: rgb(141,153,152);
    font-size: 1.3em;
    font-weight: 600;
}

.tool-privacy-fence h2 {
    margin-bottom: 1em;
    text-shadow: 0 0 8px rgb(106,114,113,0.5);
    font-size: 31px;
    color: rgb(106,114,113);
    font-weight: 600;
}

.tool-privacy-fence h4 {
    font-weight: 400;
    font-size: calc(18px - 0.4em);
}

.tool-privacy-fence ol {
    list-style-type: decimal;
}

.tool-privacy-fence span {
    font-weight: 600;
    color: rgb(141,153,152);
}


.tool-privacy-fence h1::after {
    box-shadow: 0 0 10px rgb(141,153,152,0.5);
    display: block;
    margin: 0.5em auto 0;
    content: "";
    border-radius: 10px;
    height: 4px;
    width: 80px;
    background-color: rgb(141,153,152);
}

.tool-privacy-fence blockquote {
    border-left: 5px solid rgb(141,153,152);
    color: #ffffff;
    padding: 1.5em;
    font-style: italic;
    margin: 1em 0;
    box-shadow: 0 0 10px rgb(141,153,152,0.5);
    background-color: rgba(0, 0, 0, 0.5);
}

.tool-stay-informed h3 {
    margin: 0 3rem 0 0;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transform: translateZ(30px);
    font-size: 24px;
    color: #000000;
    position: relative;
    flex: 1;
}

.tool-stay-informed input[type="email"] {
    border: 2px solid rgba(0, 0, 0, 0.5);
    flex: 3;
    background: #ffffff;
    padding: 1rem 1.5rem;
    font-size: 16px;
    color: #000000;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.tool-stay-informed input[type="submit"]:hover::before {
    opacity: 1;
}

.tool-contact-form-box::before {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.7;
    top: 0;
    left: 0;
}

.tool-contact-form-box h3::before {
    top: -15px;
    width: 40px;
    border-radius: 10px;
    background: rgb(141,153,152);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: '';
    height: 4px;
}

.tool-contact-form-box .tool-connect-box::after {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
    inset: 0;
    box-shadow: 0 0 25px rgb(141,153,152,0.5);
    animation: pulse-border 4s infinite alternate;
    border-radius: 21px;
    position: absolute;
}

.tool-contact-form-box .tool-request-links::after {
    top: 0;
    background: 
        linear-gradient(135deg, transparent 40%, rgb(141,153,152,0.5) 100%);
    z-index: 0;
    height: 150px;
    opacity: 0.5;
    content: '';
    width: 150px;
    right: 0;
    position: absolute;
    border-radius: 0 0 0 150px;
}

.tool-contact-form-box .tool-request-links textarea {
    height: 150px;
    resize: vertical;
}

.tool-contact-form-box .tool-request-links .tool-support-feedback input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.tool-contact-form-box .tool-request-links .tool-support-feedback label::before {
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 2px;
    content: '';
    left: 0;
}

.tool-contact-form-box .tool-request-links .tool-support-feedback a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    background-color: rgb(106,114,113);
}

.tool-contact-form-box .tool-request-links .tool-support-query::after {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.5;
    animation: glow 2s infinite;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
}

.tool-contact-form-box .tool-help-query {
    flex: 1 1 40%;
    overflow: hidden;
    padding: 50px;
    position: relative;
    background: linear-gradient(135deg, rgb(141,153,152) 0%, rgb(106,114,113) 100%);
}

.tool-contact-form-box .tool-help-query h4::after {
    width: 60px;
    left: 0;
    background: #ffffff;
    height: 3px;
    content: '';
    position: absolute;
    border-radius: 10px;
    bottom: -10px;
}

.tool-contact-form-box .tool-help-query .tool-feedback-box li:not(:last-child)::after {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    bottom: 0;
    height: 1px;
    content: '';
    width: 100%;
}

.tool-contact-form-box .tool-help-query .tool-feedback-box li span {
    position: relative;
    line-height: 1.5;
    color: #ffffff;
    font-size: 15px;
}

.tool-contact-form-box .tool-help-query .tool-feedback-box li a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

.tool-pricing-item .container {
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.tool-pricing-item .tool-package-rates:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.tool-pricing-item .tool-price-grid {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
    position: relative;
}

.tool-pricing-item .tool-pricing-catalog {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 4px;
    display: block;
    transform: translateY(0);
}

.tool-pricing-item .tool-learn-offers {
    flex-direction: column;
    flex: 1;
    display: flex;
    padding: 30px;
    z-index: 1;
    position: relative;
}

.tool-pricing-item .tool-plan-fees {
    font-weight: 700;
    color: rgb(106,114,113);
    font-size: calc(23px + 4px);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.tool-pricing-item .tool-img-wrapper {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 200px;
    overflow: hidden;
}

.tool-opening-page {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tool-opening-page .tool-start-learn::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(
    135deg,
    rgb(141,153,152,0.5),
    rgb(106,114,113,0.5)
  );
    content: "";
    left: 0;
    top: 0;
}

.tool-opening-page .tool-knowledge-center::before {
    background: linear-gradient(
    45deg,
    rgb(141,153,152) 0%,
    transparent 40%,
    transparent 60%,
    rgb(106,114,113) 100%
  );
    position: absolute;
    bottom: -8px;
    right: -8px;
    transition: opacity 0.4s ease;
    content: "";
    z-index: -1;
    left: -8px;
    top: -8px;
    filter: blur(8px);
    opacity: 0.6;
}

.tool-opening-page p::before {
    width: 0.75rem;
    content: "";
    background: rgb(106,114,113);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    left: 0;
    top: 50%;
    height: 0.75rem;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}

header .tool-nav-tutor {
    overflow: hidden;
    padding: 0.5rem 0.7rem;
    flex: 0 0 auto;
    border-left: 3px solid rgb(141,153,152);
    z-index: 2;
    margin-right: 2rem;
    position: relative;
    transition: all 0.3s ease;
}

header .tool-top-section {
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

header .tool-top-section img {
    max-height: 40px;
    filter: brightness(1.1);
}

header .tool-nav-teach {
    margin: 0 1px;
    position: relative;
}

header .tool-nav-teach a {
    display: flex;
    height: 45px;
    justify-content: center;
    z-index: 1;
    align-items: center;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 1px;
    padding: 0 1.2rem;
    font-size: 12px;
    position: relative;
}



header .tool-nav-teach:last-child::after {
    top: 50%;
    content: '|';
    color: rgb(141,153,152);
    position: absolute;
    right: -10px;
    animation: typingCursor 1s infinite;
    transform: translateY(-50%);
    font-weight: 700;
}

.tool-cookie-menu svg:hover {
    fill: rgb(106,114,113);
}

.tool-dialogCookieSettings h5 {
    font-weight: 600;
    color: rgb(141,153,152);
    margin-bottom: 8px;
    font-size: 19px;
    font-family: Arial, sans-serif;
}

#tool-cookiePermissionAcceptBtn {
    background: rgb(141,153,152);
}

.tool-dialogCookieSettings p a:hover {
    color: rgb(106,114,113);
}

.tool-try-immediately {
    z-index: 1;
    background: linear-gradient(145deg, rgb(141,153,152) 0%, rgb(106,114,113) 50%, rgb(141,153,152) 100%);
    overflow: hidden;
    position: relative;
    padding: 110px 0;
}

.tool-try-immediately .tool-skill-boost::before {
    animation: borderGlow 5s ease infinite;
    top: -2px;
    position: absolute;
    content: '';
    z-index: -1;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    opacity: 0.5;
    background: linear-gradient(
        45deg,
        rgb(141,153,152,0.5),
        rgb(106,114,113,0.5),
        rgb(141,153,152,0.5)
    );
    right: -2px;
    bottom: -2px;
    filter: blur(20px);
    left: -2px;
}

.tool-try-immediately .tool-help-desk {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.4s ease;
    padding: 16px 45px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
    border-radius: 10px;
    clip-path: polygon(
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%, 
        0% 5%
    );
    display: inline-block;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    font-size: 20px;
}



@media (min-width: 1200px) {.tool-program-details h2 {
    margin-left: 50px;
}.tool-program-details .tool-class-map {
    gap: 100px;
}.tool-program-details .tool-img-wrapper {
    transform: perspective(1200px) rotateY(-8deg) translateX(-30px);
}.tool-program-details .tool-text-item {
    transform: translateY(0) translateX(30px);
}
}



@media (min-width: 768px) {.tool-ty-sidebar {
    padding: 150px 0;
}.tool-ty-sidebar .tool-skill-boost {
    grid-template-columns: 1fr 1fr;
    padding: 80px 60px;
}.tool-ty-sidebar .tool-skill-boost > div:first-child {
    align-items: center;
    display: flex;
}.tool-ty-sidebar h5 {
    margin-bottom: 0;
    font-size: calc(24px * 1.2);
}.tool-ty-sidebar p {
    font-size: calc(17px * 1.05);
}
}



@media (max-width: 767px) {.tool-ty-sidebar {
    padding: 80px 0;
}.tool-ty-sidebar .tool-skill-boost {
    padding: 40px 30px;
}.tool-ty-sidebar h5 {
    font-size: calc(24px * 0.9);
}.tool-ty-sidebar p {
    font-size: calc(17px * 0.95);
    padding: 20px 25px;
    line-height: 1.7;
}
}



@media (max-width: 991px) {.tool-course-candidates {
    padding: 120px 0;
}.tool-course-candidates h4 {
    margin-bottom: 70px;
    font-size: calc(30px - 2px);
}.tool-course-candidates div p {
    padding: 22px 25px;
    width: 80%;
    margin-bottom: 50px;
}.tool-course-candidates div p svg {
    height: 28px;
    width: 28px;
    margin-right: 15px;
    min-width: 28px;
}
}



@media screen and (min-width: 992px) {.tool-our-background {
    padding: 180px 0 160px;
}.tool-our-background::after {
    right: -2%;
    height: 80%;
    width: 35%;
    top: -15%;
}.tool-our-background h2 {
    margin-left: 60px;
}.tool-our-background .tool-text-item {
    margin-left: 60px;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 70px;
    margin-right: 60px;
    transition: transform 0.5s ease;
}.tool-our-background .tool-text-item:hover {
    transform: perspective(1000px) rotateY(0deg);
}.tool-our-background .tool-text-item div div {
    column-count: 2;
    column-gap: 50px;
}
}



@media (min-width: 992px) {footer .tool-converter {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .tool-message-us {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (max-width: 1200px) {.tool-program-assets .tool-img-wrapper {
    width: 35%;
}.tool-program-assets .tool-text-item {
    width: 65%;
}
}



@media (max-width: 992px) {.tool-program-assets {
    padding: 100px 0;
}.tool-program-assets .tool-skill-boost {
    padding: 0 20px;
    flex-direction: column;
}.tool-program-assets .tool-img-wrapper {
    top: 0;
    width: 90%;
    transform: rotateY(0);
    height: 400px;
    margin: 0 auto 50px;
    border-radius: 11px;
    position: relative;
    left: 0;
}.tool-program-assets .tool-text-item {
    margin: 0;
    padding: 0;
    width: 100%;
}.tool-program-assets .text_main_holder {
    grid-template-columns: 1fr;
}.tool-program-assets .text_main_holder > div,
    .tool-program-assets .text_main_holder > div:nth-child(even) {
    transform: rotateY(0);
}
}



@media (max-width: 768px) {.tool-stay-informed {
    padding: 4rem 1.5rem;
}.tool-stay-informed .tool-support-support {
    max-width: 100%;
    padding: 2rem;
}.tool-stay-informed .input_holder {
    flex-direction: column;
}.tool-stay-informed input[type="email"],
    .tool-stay-informed input[type="submit"] {
    width: 100%;
}
}



@media (max-width: 768px) {.tool-contact-form-box {
    padding: 60px 0;
}.tool-contact-form-box h3 {
    margin-bottom: 40px;
    font-size: calc(30px - 4px);
}.tool-contact-form-box .tool-request-links h3,
    .tool-contact-form-box .tool-help-query h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 30px;
}.tool-contact-form-box .tool-request-links input[type="text"],
    .tool-contact-form-box .tool-request-links textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.tool-contact-form-box .tool-request-links textarea {
    height: 120px;
}.tool-contact-form-box .tool-request-links .tool-support-query {
    padding: 14px 30px;
    font-size: calc(15px - 1px);
}.tool-contact-form-box .tool-help-query .tool-feedback-box li {
    margin-bottom: 25px;
    padding-bottom: 15px;
}.tool-contact-form-box .tool-help-query .tool-feedback-box li svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
}
}



@media (max-width: 768px) {.tool-opening-page .tool-start-learn {
    padding: 3rem 1.5rem;
}.tool-opening-page .tool-knowledge-center {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.tool-opening-page h1 {
    margin-bottom: 1.25rem;
    font-size: calc(45px * 0.85);
}.tool-opening-page h3 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 0.95);
}.tool-opening-page p {
    font-size: 18px;
}
}



@media (max-width: 479px) {header .tool-head-tutor {
    padding: 0.7rem 1.2rem;
}header .tool-nav-tutor {
    max-width: 120px;
    padding: 0.3rem 0.5rem;
}header .tool-nav-teach a {
    font-size: calc(12px - 3px);
    height: 32px;
    padding: 0 0.6rem;
}}


@media only screen and (max-width: 800px) {.tool-privacy-ctrl {
    padding: 15px;
}.tool-cookie-menu {
    display: none;
}.tool-dialogCookieSettings h5 {
    font-size: 19px;
}.tool-dialogCookieSettings p {
    font-size: 15px;
}}



@media screen and (max-width: 768px) {.tool-try-immediately {
    padding: 70px 0;
}.tool-try-immediately .tool-skill-boost {
    padding: 40px 30px;
}.tool-try-immediately h3 {
    letter-spacing: 3px;
    font-size: calc(35px * 0.8);
    margin-bottom: 40px;
}.tool-try-immediately h3::before {
    height: 20px;
    top: -30px;
    width: 20px;
}.tool-try-immediately h3::after {
    width: 40px;
}.tool-try-immediately .tool-help-desk {
    letter-spacing: 1.5px;
    padding: 12px 35px;
    font-size: calc(20px * 0.95);
}
}



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



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(20px);
    }
}



@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

