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

.head-sitebar-vkW {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    margin-top: 0;
    position: relative;
    overflow: visible;
    background: linear-gradient(120deg, rgb(180,203,194) 0%, rgb(120,176,157) 100%);
    padding: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
}

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

.course-program-description-rRU .image-section-zHo {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 300px;
    overflow: hidden;
    transform-origin: top center;
    position: relative;
}

.course-program-description-rRU .text-widget-eWY {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    background: #ffffff;
    transform: translateY(-40px);
    padding: 2.5rem 2rem;
    position: relative;
}

.course-program-description-rRU .text-widget-eWY p.description {
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 1.5rem;
    color: #000000;
    animation-delay: 0.5s;
    font-size: 16px;
    transform: translateY(20px);
    line-height: 1.7;
    opacity: 0;
}

.study-method-LWo::before {
    width: 100%;
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(120,176,157,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(120,176,157,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(120,176,157,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(120,176,157,0.5) 75%);
    z-index: 1;
    background-size: 20px 20px;
    left: 0;
    position: absolute;
    opacity: 0.05;
    content: "";
}

.study-method-LWo .text-widget-eWY {
    position: relative;
    border-left: 4px solid rgb(180,203,194);
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s ease;
    background: #ffffff;
}

.study-method-LWo p:first-child {
    margin-top: 0;
}

.secure-stockade-iUN h1 {
    margin-bottom: 20px;
    color: rgb(180,203,194);
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
}

.secure-stockade-iUN h3,
.secure-stockade-iUN h4,
.secure-stockade-iUN h5,
.secure-stockade-iUN h6 {
    color: rgb(180,203,194);
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 22px;
}

.secure-stockade-iUN span {
    font-weight: 600;
    color: rgb(180,203,194);
}


.ty-panel-lWr {
    position: relative;
    background: linear-gradient(135deg, rgb(227,232,230) 0%, rgb(120,176,157,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}

.ty-panel-lWr .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}

.ty-panel-lWr h2 {
    margin-bottom: 2.5rem;
    max-width: 80%;
    transform: translateY(20px);
    font-size: 32px;
    position: relative;
    animation: slideUp 0.8s forwards ease-out 0.2s;
    font-weight: 700;
    opacity: 0;
    color: #000000;
}

.ty-panel-lWr .learn-training-uir::before {
    position: absolute;
    opacity: 0.03;
    top: 0;
    background: linear-gradient(135deg, rgb(180,203,194,0.5) 0%, transparent 100%);
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    z-index: -1;
}

.ty-panel-lWr .learn-training-uir span {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    opacity: 0;
    font-size: 18px;
    position: relative;
    transform: translateX(10px);
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    display: block;
}

.contact-form-section-PaQ::after {
    top: -50%;
    height: 200%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    position: absolute;
    left: -50%;
    animation: shine 8s linear infinite;
    content: "";
    z-index: 2;
    width: 200%;
}

.contact-form-section-PaQ .feedback-section-TUs::after {
    bottom: 0;
    height: 1px;
    width: 200%;
    right: -50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(120,176,157), 
        transparent);
    content: "";
    position: absolute;
}

.contact-form-section-PaQ .inquiry-section-PTj h3 {
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-bottom: 1rem;
    font-size: 22px;
    position: relative;
    margin-bottom: 2rem;
}

.contact-form-section-PaQ .inquiry-section-PTj div:hover {
    transform: translateX(5px);
}

.contact-form-section-PaQ .inquiry-section-PTj div::before {
    left: 0;
    height: 0;
    content: "";
    top: 50%;
    width: 3px;
    transition: height 0.3s ease;
    background: rgb(120,176,157);
    position: absolute;
}

.contact-form-section-PaQ .inquiry-section-PTj div:hover svg path {
    fill: rgb(180,203,194);
    filter: drop-shadow(0 0 2px rgb(180,203,194));
}

.contact-form-section-PaQ .inquiry-section-PTj div span a:hover {
    color: rgb(120,176,157);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

.contact-form-section-PaQ .inquiry-panel-51O form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.contact-form-section-PaQ .inquiry-panel-51O h3 {
    font-size: 16px;
    position: relative;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #ffffff;
}

.contact-form-section-PaQ .inquiry-panel-51O input[type="text"]:focus,
.contact-form-section-PaQ .inquiry-panel-51O input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(180,203,194,0.5);
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(180,203,194);
}

.contact-form-section-PaQ .inquiry-panel-51O .contact-inquiry-nUq {
    align-items: flex-start;
    margin: 0.5rem 0;
    gap: 10px;
    display: flex;
}

.contact-form-section-PaQ .inquiry-panel-51O .contact-inquiry-nUq input[type="checkbox"]:checked {
    border-color: rgb(120,176,157);
    background: rgb(120,176,157);
}

.contact-form-section-PaQ .inquiry-panel-51O .contact-inquiry-nUq label {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    font-size: calc(15px - 2px);
}

.contact-form-section-PaQ .inquiry-panel-51O .contact-inquiry-nUq label a::after {
    width: 0;
    content: "";
    left: 0;
    bottom: -2px;
    position: absolute;
    transition: width 0.3s ease;
    height: 1px;
    background: rgb(120,176,157);
}

.contact-form-section-PaQ .inquiry-panel-51O .help-widget-tOq:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.contact-form-section-PaQ .inquiry-panel-51O .help-widget-tOq:hover::before {
    left: 100%;
}

footer .help-center-WYC {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(180,203,194), rgb(120,176,157));
    padding: 120px 0 30px;
}

footer .intern-ship-ltK {
    position: relative;
    z-index: 1;
}

footer .contact-panel-Nn6 {
    gap: 20px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}



footer .info_item:hover {
    background-color: rgb(120,176,157,0.5);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

footer .info_item svg {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    fill: #ffffff;
    margin-right: 15px;
}

footer .text_main_holder {
    gap: 25px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

footer .footer-caption-dfz {
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    line-height: 1.6;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}

footer .head-nav-e2x h5, footer .subscribe_holder h5 {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
}

footer .nav-skill-kCV a {
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 8px 15px;
    flex: 1 1 calc(50% - 10px);
    background-color: rgb(180,203,194,0.5);
    text-decoration: none;
    border-radius: 20px;
}

footer .input_holder input[type="email"] {
    font-size: 16px;
    border: none;
    border-radius: 25px;
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
}

footer .instant-access-cfi:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(227,232,230);
}

footer .instant-access-cfi:hover::after {
    left: 100%;
}

footer .transcript-avz {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

footer .affiliate-cta-wHO::after {
    right: 0;
}

.about-this-KQo {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.about-this-KQo::after {
    pointer-events: none;
    width: 80%;
    top: -50%;
    background: linear-gradient(145deg, rgb(180,203,194,0.5), transparent);
    position: absolute;
    height: 200%;
    right: -30%;
    transform: rotate(30deg);
    z-index: 2;
    content: "";
}

.about-this-KQo .text-widget-eWY {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 40px;
    transform: translateZ(20px) perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.about-this-KQo .text-widget-eWY p {
    margin-bottom: 20px;
    color: rgb(180,203,194);
    position: relative;
    font-weight: 600;
    transform: translateZ(10px);
    font-size: calc(14px * 1.5);
}

header::before {
    content: '';
    bottom: 2px;
    top: 2px;
    left: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    position: absolute;
    right: 2px;
}

header .main-teach-wcj:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}

header .nav-pro-mH4 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .head-train-kTe a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    text-decoration: none;
    height: 40px;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    justify-content: center;
    display: flex;
    overflow: hidden;
    align-items: center;
    position: relative;
    padding: 0 1.2rem;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #ffffff;
}

header .head-sitebar-vkW {
    padding-top: 2rem;
    margin-top: -15px;
    position: relative;
    background: rgb(227,232,230);
    z-index: 1;
}

.give-it-a-try-7mf::before {
    position: absolute;
    opacity: 0.08;
    content: "";
    background: linear-gradient(140deg, rgb(180,203,194) 0%, transparent 80%);
    left: -10%;
    z-index: -1;
    transform: rotate(-15deg);
    animation: float 15s ease-in-out infinite alternate;
    top: -50%;
    height: 200%;
    width: 70%;
}

.give-it-a-try-7mf h2 {
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    color: #000000;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    font-size: 28px;
    margin-bottom: 2.5rem;
}

.give-it-a-try-7mf svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 50px;
    width: 50px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    transform: translateY(0);
}

.give-it-a-try-7mf .learn-training-uir:hover svg path {
    fill: rgb(120,176,157);
}

.give-it-a-try-7mf .help-widget-tOq::before {
    content: "";
    opacity: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(120,176,157) 0%, rgb(180,203,194) 100%);
    top: 0;
    transition: opacity 0.4s ease;
    right: 0;
    z-index: -1;
}

.give-it-a-try-7mf .help-widget-tOq:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 8px rgba(rgb(180,203,194,0.5), 0.2);
}

.title-opener-QXa .fast-school-vew::before {
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
    rgb(180,203,194,0.5), 
    rgba(0, 0, 0, 0.7), 
    rgb(120,176,157,0.5));
    backdrop-filter: blur(3px);
    z-index: 1;
    content: "";
}

.title-opener-QXa .learn-legacy-ZMq > div {
    animation: fadeSlideUp 0.9s forwards;
    opacity: 0;
    transform: translateY(30px);
}

.title-opener-QXa .learn-legacy-ZMq > div:nth-child(2) {
    animation-delay: 0.6s;
}

.title-opener-QXa p {
    position: relative;
    font-size: clamp(1rem, 1vw + 0.75rem, 1.25rem);
    color: #ffffff;
    border-left: 4px solid rgb(120,176,157);
    padding-left: 2rem;
    letter-spacing: 0.05em;
    font-family: Arial, sans-serif;
    margin: 0 0 1rem;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.title-opener-QXa .title_style_header::after {
    width: 60%;
    height: 4px;
    position: absolute;
    content: "";
    transform: scaleX(0.7);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(180,203,194), rgb(120,176,157));
    bottom: -0.5rem;
    transform-origin: left;
    left: 0;
}

.title-opener-QXa .learn-legacy-ZMq:hover h3 {
    color: #ffffff;
}

.track-ack-cuT {
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;
}

.track-accept-5eh svg, .track-accept-5eh svg path, .track-accept-5eh img {
    height: 80px;
    fill: rgb(180,203,194);
    width: 80px;
}

.cookie-box-luK {
    display: inline-block;
    color: #ffffff;
    width: calc(50% - 10px);
    text-decoration: none;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgb(180,203,194);
    padding: 10px 20px;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    cursor: pointer;
    font-size: 18px;
}

.teaching-experience-Q9c::before {
    width: 100%;
    content: "";
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(180,203,194,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(120,176,157,0.5) 0%, transparent 30%);
    animation: pulse 20s infinite alternate;
    left: 0;
    position: absolute;
    top: 0;
}

.teaching-experience-Q9c .career-progress-NFv::before {
    left: 20px;
    position: absolute;
    line-height: 1;
    font-size: calc(46px * 2);
    content: "";
    color: rgb(180,203,194);
    top: 15px;
}

.teaching-experience-Q9c .success-feedback-hqt:hover .image-section-zHo {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(180,203,194,0.5);
}

.teaching-experience-Q9c .name {
    font-weight: 700;
    transform: translateZ(30px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2;
    margin: 0;
    border-radius: 10px;
    background: rgb(180,203,194);
    font-size: 19px;
    grid-area: name;
    padding: 15px 20px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.price-combo-vIO .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.price-combo-vIO h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    transform: perspective(1000px) translateZ(20px);
    color: #ffffff;
    text-align: center;
}

.price-combo-vIO .package-pricing-Ekf {
    margin: 0;
    gap: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}

.price-combo-vIO .plan-cost-ePI::before {
    content: "";
    transition: transform 0.3s ease;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(120,176,157), rgb(180,203,194));
    left: 0;
    transform: scaleX(0.7);
    transform-origin: left;
    width: 100%;
    top: 0;
}

.price-combo-vIO .plan-cost-ePI h4::before {
    height: 30px;
    width: 30px;
    content: "";
    left: -10px;
    transition: all 0.3s ease;
    border-left: 2px solid rgb(120,176,157);
    border-top: 2px solid rgb(120,176,157);
    top: -10px;
    position: absolute;
    opacity: 0.6;
}

.price-combo-vIO .price-view-xOj::before {
    height: 1px;
    right: 10px;
    content: "";
    bottom: -3px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(120,176,157), transparent);
    left: 10px;
}

.price-combo-vIO .plan-cost-ePI:hover::before {
    transform: scaleX(1);
}

.price-combo-vIO .plan-cost-ePI:hover h4 {
    transform: translateX(5px);
}

header .top_plank {
    color:  #ffffff;
    background: rgb(180,203,194);
}

header .top_plank .header-plank-fzA div span {
    color: #ffffff;
}

header .top_plank .header-plank-fzA {
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    line-height: 21px;
    display: flex;
    font-size: 12px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}


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



@media (min-width: 992px) {.course-program-description-rRU {
    padding: 8rem 0;
}.course-program-description-rRU .lesson-track-Jx6 {
    grid-template-columns: 40% 60%;
}.course-program-description-rRU .image-section-zHo {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course-program-description-rRU .image-section-zHo:hover {
    transform: scale(1.03);
}.course-program-description-rRU .text-widget-eWY {
    transform: translateX(-70px);
    padding: 4rem 5rem 4rem 5rem;
}.course-program-description-rRU .text-widget-eWY h3 {
    margin-bottom: 2.5rem;
}.course-program-description-rRU .text-widget-eWY div {
    max-height: 400px;
}
}



@media (max-width: 767px) {.course-program-description-rRU .lesson-track-Jx6:hover .image-section-zHo {
    transform: scale(1.05);
}}



@media screen and (max-width: 992px) {.study-method-LWo {
    padding: 5rem 0;
}.study-method-LWo h2 {
    font-size: calc(34px * 0.9);
}.study-method-LWo .text-widget-eWY {
    padding: 2rem;
}
}



@media (prefers-reduced-motion: reduce) {.study-method-LWo h2, 
    .study-method-LWo .text-widget-eWY, 
    .study-method-LWo h2::before {
    transition: none;
}.study-method-LWo .text-widget-eWY:hover {
    transform: none;
}}



@media (max-width: 991px) {.ty-panel-lWr {
    padding: 4rem 0;
}.ty-panel-lWr h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.ty-panel-lWr .learn-training-uir {
    padding: 2.5rem;
}
}



@media (max-width: 480px) {.ty-panel-lWr {
    padding: 2.5rem 0;
}.ty-panel-lWr h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.ty-panel-lWr .learn-training-uir {
    padding: 1.5rem;
}.ty-panel-lWr h2::after {
    height: 2px;
    width: 60px;
    bottom: -8px;
}}



@media screen and (max-width: 768px) {.contact-form-section-PaQ {
    padding: 4rem 0;
}.contact-form-section-PaQ .feedback-section-TUs {
    padding: 1.5rem;
}.contact-form-section-PaQ .inquiry-section-PTj,
    .contact-form-section-PaQ .inquiry-panel-51O {
    padding: 1.5rem;
}.contact-form-section-PaQ .inquiry-section-PTj div svg {
    height: 18px;
    margin-right: 10px;
    width: 18px;
}.contact-form-section-PaQ .inquiry-section-PTj h3,
    .contact-form-section-PaQ .inquiry-panel-51O h3 {
    font-size: calc(16px - 2px);
}
}



@media (max-width: 576px) {footer .help-center-WYC {
    padding: 60px 0 20px;
}footer .help-center-WYC::before {
    background-size: 100% 40px;
    height: 40px;
}footer .head-nav-e2x h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
    margin-bottom: 15px;
}footer .nav-skill-kCV a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .instant-access-cfi {
    padding: 12px 15px;
}}



@media (max-width: 768px) {.about-this-KQo {
    padding: 80px 0;
}.about-this-KQo .text-widget-eWY {
    transform: translateZ(10px) perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.about-this-KQo .text-widget-eWY div div {
    column-count: 1;
}.about-this-KQo .text-widget-eWY > div::before {
    left: -30px;
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .header-site-Gkh {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main-teach-wcj {
    margin-bottom: 0;
    margin-right: 0;
}header .head-nav-e2x {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .head-train-kTe a {
    height: 35px;
    padding: 0 1rem;
    font-size: calc(16px - 1px);
}header .header-site-Gkh::before,
    header .header-site-Gkh::after {
    display: none;
}.head-sitebar-vkW {
    margin-top: -10px;
}
}



@media (min-width: 992px) {.give-it-a-try-7mf {
    padding: 8rem 0;
}.give-it-a-try-7mf h2 {
    max-width: 70%;
    font-size: calc(28px * 1.2);
}.give-it-a-try-7mf .learn-training-uir {
    max-width: 75%;
    padding: 4rem 5rem;
}.give-it-a-try-7mf::before {
    width: 55%;
}.give-it-a-try-7mf::after {
    width: 45%;
}.give-it-a-try-7mf .help-widget-tOq {
    padding: 1rem 2.5rem;
    font-size: calc(19px * 1.1);
}
}



@media (max-width: 767px) {.give-it-a-try-7mf {
    padding: 4rem 0;
}.give-it-a-try-7mf h2 {
    line-height: 1.5;
    font-size: calc(28px * 0.9);
}.give-it-a-try-7mf .learn-training-uir {
    padding: 2.5rem 2rem;
}.give-it-a-try-7mf .help-widget-tOq {
    padding: 0.8rem 1.8rem;
}
}



@media (max-width: 1200px) {.title-opener-QXa .learn-legacy-ZMq {
    gap: 2rem;
    padding: 2.5rem;
}
}



@media (max-width: 992px) {.title-opener-QXa .learn-legacy-ZMq {
    padding: 2rem;
    gap: 1.75rem;
    width: 95%;
}.title-opener-QXa p {
    padding-left: 1.5rem;
}.title-opener-QXa .title_style_header::after {
    width: 50%;
}.title-opener-QXa h3 {
    padding-right: 0;
    max-width: 100%;
}
}



@media (max-width: 380px) {.title-opener-QXa .learn-legacy-ZMq {
    gap: 1rem;
    padding: 1.25rem;
}.title-opener-QXa p {
    border-left-width: 3px;
    padding-left: 0.75rem;
    font-size: 0.9rem;
}.title-opener-QXa .title_style_header::after {
    height: 2px;
}}



@media (max-width: 576px) {.teaching-experience-Q9c {
    padding: 60px 0;
}.teaching-experience-Q9c .image-section-zHo {
    width: 100%;
    height: 200px;
}.teaching-experience-Q9c .career-progress-NFv {
    padding: 25px 20px;
    font-size: calc(14px * 0.95);
}.teaching-experience-Q9c .name {
    font-size: calc(19px * 0.9);
}.teaching-experience-Q9c .success-feedback-hqt > span:not(.name) {
    font-size: calc(14px * 0.9);
}}



@media (max-width: 768px) {.price-combo-vIO {
    padding: 60px 0;
}.price-combo-vIO h2 {
    font-size: calc(30px - 6px);
}.price-combo-vIO .plan-rates-rZC {
    margin-bottom: 30px;
    font-size: calc(13px - 1px);
}.price-combo-vIO .package-pricing-Ekf {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.price-combo-vIO .plan-cost-ePI h4 {
    font-size: 24px;
}.price-combo-vIO .plan-cost-ePI p {
    max-height: 180px;
    font-size: calc(13px - 1px);
}.price-combo-vIO .price-view-xOj {
    font-size: 24px;
}
}



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



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



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



@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}



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



@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

