* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    auto;
    height: 100%;
}.qhbhead_wrap {
    flex: 1 0 auto;
}.container {
    width: 1148px;
    margin: auto;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.uNLviewport-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.gsUteach_supp {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.jnxconsentNotificationBox {
    font-family: Arial, sans-serif;
    width: 90%;
    border-radius: 29px;
    overflow: hidden;
    z-index: 1050;
    left: 50%;
    background: rgb(216,236,218);
    padding: 20px;
    align-items: center;
    flex-direction: column;
    text-align: center;
    max-width: 600px;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    position: fixed;
}.cEDdata_approval {
    display: flex;
    flex-direction: column;
    z-index: 1;
    align-items: center;
}.cVCuser_choices {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.cVCuser_choices svg, .cVCuser_choices svg path, .cVCuser_choices img {
    fill: rgb(180,216,183);
    width: 80px;
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.jnxconsentNotificationBox h5 {
    color: rgb(180,216,183);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}.jnxconsentNotificationBox p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
}.KCPcookie_compl {
    padding: 10px 20px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    font-size: 17px;
    background: rgb(180,216,183);
    width: calc(50% - 10px);
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}.KCPcookie_compl:hover {
    background: rgb(137,193,142);
    transform: translateY(-3px);
}.cookie_button.uXPcookies_tracking {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.uXPcookies_tracking:hover {
    background: rgb(137,193,142,0.5);
}.jnxconsentNotificationBox p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(180,216,183);
}.jnxconsentNotificationBox p a:hover {
    color: rgb(137,193,142);
}
@media only screen and (max-width: 600px) {.jnxconsentNotificationBox {
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    transform: none;
}.cEDdata_approval {
    padding: 15px;
}.cVCuser_choices svg {
    height: 50px;
    width: 50px;
}.jnxconsentNotificationBox h5 {
    font-size: calc(24px - 2px);
}.jnxconsentNotificationBox p {
    font-size: calc(14px - 2px);
}.KCPcookie_compl {
    font-size: calc(17px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#CLacookie_popup_panel {
    display: none;
}#CLacookie_popup_panel:checked ~ .jnxconsentNotificationBox {
    opacity: 0;
    visibility: hidden;
}.NZIreach_out {
    perspective: 1000px;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(
        225deg, 
        rgb(216,236,218) 0%, 
        rgb(137,193,142,0.5) 100%
    );
    overflow: hidden;
}.NZIreach_out::before {
    pointer-events: none;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: 1;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    top: 0;
}.NZIreach_out::after {
    animation: circuit-pulse 10s infinite alternate;
    opacity: 0.6;
    background: radial-gradient(
        circle at center, 
        rgb(180,216,183,0.5) 0%, 
        transparent 70%
    );
    top: -50%;
    width: 200%;
    position: absolute;
    z-index: 2;
    height: 200%;
    left: -50%;
    content: '';
}.NZIreach_out .container {
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
    padding: 0 1rem;
    z-index: 3;
}.NZIreach_out h2 {
    color: #ffffff;
    font-size: 39px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    text-transform: uppercase;
    position: relative;
}.NZIreach_out h2::before,
.NZIreach_out h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(180,216,183), 
        transparent
    );
    position: absolute;
    content: '';
    bottom: -0.5rem;
    height: 2px;
}.NZIreach_out h2::before {
    left: 0;
    width: 30%;
}.NZIreach_out h2::after {
    width: 30%;
    right: 0;
}.NZIreach_out .FUIinquiry_help {
    transform: rotateX(5deg) scale(0.98);
    border: 1px solid rgb(180,216,183,0.5);
    display: flex;
    transition: transform 0.3s ease;
    align-items: stretch;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    background: rgb(137,193,142,0.5);
    border-radius: 16px;
}.NZIreach_out .FUIinquiry_help:hover {
    transform: rotateX(0) scale(1);
}.NZIreach_out .BDepic_grid {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.NZIreach_out .BDepic_grid::before {
    content: '';
    mix-blend-mode: color-dodge;
    width: 100%;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(180,216,183,0.5) 0%, 
        rgb(137,193,142,0.5) 100%
    );
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.7;
}.NZIreach_out .GgCquery_info {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 4rem 3rem;
    flex: 0 0 60%;
}.NZIreach_out .GgCquery_info::before {
    width: 10px;
    top: 2rem;
    background: rgb(180,216,183);
    content: '';
    height: 10px;
    box-shadow: 0 0 20px rgb(180,216,183);
    position: absolute;
    border-radius: 50%;
    right: 2rem;
    animation: signal-pulse 2s infinite alternate;
}.NZIreach_out .GgCquery_info form {
    width: 100%;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 500px;
}.NZIreach_out .GgCquery_info h3 {
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-bottom: 2rem;
}.NZIreach_out .GgCquery_info input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    margin-bottom: 1.5rem;
    font-size: 18px;
    z-index: 2;
    color: #ffffff;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgb(180,216,183,0.5);
    background: rgb(137,193,142,0.5);
    width: 100%;
    position: relative;
}.NZIreach_out .GgCquery_info input:not([type="checkbox"]):not([type="submit"])::before {
    content: '';
    z-index: 1;
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    opacity: 0;
    position: absolute;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(180,216,183,0.5) 100%
    );
    height: 100%;
    width: 100%;
}.NZIreach_out .GgCquery_info input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(180,216,183,0.5);
    border-color: rgb(180,216,183);
}.NZIreach_out .GgCquery_info input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.NZIreach_out .GgCquery_info .fmgmessage_box {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.NZIreach_out .GgCquery_info .fmgmessage_box input[type="checkbox"] {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    width: 22px;
    height: 22px;
    border: 2px solid rgb(180,216,183,0.5);
    border-radius: 10px;
    margin-right: 1rem;
    background: rgb(137,193,142,0.5);
    appearance: none;
}.NZIreach_out .GgCquery_info .fmgmessage_box input[type="checkbox"]:checked {
    background: rgb(180,216,183);
    border-color: rgb(180,216,183);
}.NZIreach_out .GgCquery_info .fmgmessage_box input[type="checkbox"]:checked::after {
    top: 50%;
    font-size: 0.8rem;
    color: #ffffff;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    content: '✔';
}.NZIreach_out .GgCquery_info .fmgmessage_box label {
    font-size: 18px;
    color: #ffffff;
    align-items: center;
    display: flex;
}.NZIreach_out .GgCquery_info .fmgmessage_box a {
    transition: color 0.3s ease;
    color: rgb(180,216,183);
    text-decoration: none;
    margin-left: 0.3rem;
}.NZIreach_out .GgCquery_info .fmgmessage_box a:hover {
    text-decoration: underline;
}.NZIreach_out .GgCquery_info .Jvdhelp_feedback {
    letter-spacing: 0.1em;
    background: rgb(180,216,183);
    padding: 1rem;
    border: none;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
}.NZIreach_out .GgCquery_info .Jvdhelp_feedback::before {
    top: 0;
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(180,216,183,0.5), 
        transparent
    );
    width: 100%;
    left: -100%;
    height: 100%;
    content: '';
    position: absolute;
}.NZIreach_out .GgCquery_info .Jvdhelp_feedback:hover::before {
    left: 100%;
}.NZIreach_out .GgCquery_info .Jvdhelp_feedback:hover {
    box-shadow: 0 10px 20px rgb(180,216,183,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.NZIreach_out .FUIinquiry_help {
    transform: none;
    flex-direction: column;
}.NZIreach_out .BDepic_grid {
    min-height: 300px;
    flex: 0 0 100%;
}.NZIreach_out .GgCquery_info {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.NZIreach_out {
    padding: 3rem 0;
}.NZIreach_out h2 {
    font-size: calc(39px * 0.8);
    margin-bottom: 2rem;
}.NZIreach_out .GgCquery_info h3 {
    font-size: calc(32px * 0.9);
}.NZIreach_out .GgCquery_info input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.NZIreach_out .GgCquery_info .fmgmessage_box {
    align-items: flex-start;
}.NZIreach_out .GgCquery_info .fmgmessage_box input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.NZIreach_out .FUIinquiry_help {
    border-radius: 0;
}.NZIreach_out .BDepic_grid {
    min-height: 250px;
}.NZIreach_out .GgCquery_info {
    padding: 2rem 1.5rem;
}}.JMmeducational_gains {
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.JMmeducational_gains::before {
    z-index: 0;
    height: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(180,216,183,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(137,193,142,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
}.JMmeducational_gains .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0 1.5rem;
    position: relative;
    gap: 2.5rem;
}.JMmeducational_gains .BDepic_grid {
    height: auto;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(-2deg);
    object-fit: cover;
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
}.JMmeducational_gains .BDepic_grid:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.JMmeducational_gains .qermethod_edu {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.JMmeducational_gains .EsZtag_content {
    transform: translateX(0) translateY(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
    padding: 1.5rem;
}.JMmeducational_gains .EsZtag_content::before {
    left: 0;
    height: 0;
    background: rgb(180,216,183);
    content: "";
    top: 0;
    transition: height 0.5s ease;
    width: 4px;
    position: absolute;
}.JMmeducational_gains .EsZtag_content:hover::before {
    height: 100%;
}.JMmeducational_gains h1 {
    transform: translateZ(0);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #000000;
    position: relative;
    margin-bottom: 1.75rem;
    font-size: calc(37px * 1.1);
}.JMmeducational_gains h1::after {
    bottom: -0.75rem;
    transform-origin: left;
    content: "";
    background: rgb(137,193,142);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    width: 70px;
    position: absolute;
    transform: scaleX(0.6);
    left: 0;
}.JMmeducational_gains .EsZtag_content:hover h1::after {
    transform: scaleX(1);
}.JMmeducational_gains ul {
    padding: 0;
    list-style: none;
    margin: 1.5rem 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
}.JMmeducational_gains li {
    padding-left: 2.5rem;
    transition: transform 0.4s ease;
    position: relative;
}.JMmeducational_gains li:hover {
    transform: translateX(8px);
}.JMmeducational_gains li p {
    font-weight: 400;
    align-items: center;
    color: #000000;
    line-height: 1.6;
    display: flex;
    margin: 0;
    font-size: 18px;
}.JMmeducational_gains svg {
    transform: scale(0.9);
    position: absolute;
    top: 0;
    height: 24px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
}.JMmeducational_gains li:hover svg {
    transform: scale(1.1);
}.JMmeducational_gains svg path {
    fill: rgb(137,193,142);
    transition: fill 0.3s ease;
}.JMmeducational_gains li:hover svg path {
    fill: rgb(180,216,183);
}.JMmeducational_gains li:nth-child(odd) {
    transform: translateX(0);
}.JMmeducational_gains li:nth-child(even) {
    transform: translateX(0);
}.JMmeducational_gains li:nth-child(odd):hover {
    transform: translateX(8px);
}.JMmeducational_gains li:nth-child(even):hover {
    transform: translateX(8px);
}

@media (min-width: 768px) {.JMmeducational_gains {
    padding: 6rem 0;
}.JMmeducational_gains .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.JMmeducational_gains h1 {
    font-size: 44px;
    margin-bottom: 2rem;
}.JMmeducational_gains ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.JMmeducational_gains .EsZtag_content {
    padding: 2.5rem;
    transform: translateX(-20px);
}.JMmeducational_gains .EsZtag_content:hover {
    transform: translateX(0);
}.JMmeducational_gains .BDepic_grid {
    max-height: 500px;
    height: 100%;
}
}

@media (min-width: 992px) {.JMmeducational_gains .container {
    gap: 4rem;
}.JMmeducational_gains .BDepic_grid {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.JMmeducational_gains h1 {
    font-size: calc(44px * 1.05);
}.JMmeducational_gains li {
    padding-left: 3rem;
}.JMmeducational_gains svg {
    transform: scale(1);
}
}

@media (max-width: 767px) {.JMmeducational_gains {
    padding: 3rem 0;
}.JMmeducational_gains .container {
    gap: 2rem;
}.JMmeducational_gains h1 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.9);
}.JMmeducational_gains li {
    margin-bottom: 1rem;
}.JMmeducational_gains .BDepic_grid {
    max-height: 300px;
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
}.JMmeducational_gains ul {
    gap: 1rem;
}
}

@media (max-width: 480px) {.JMmeducational_gains h1 {
    font-size: 37px;
}.JMmeducational_gains .EsZtag_content {
    padding: 1.25rem;
}.JMmeducational_gains li p {
    font-size: calc(18px * 0.95);
}.JMmeducational_gains .BDepic_grid {
    max-height: 250px;
}}.bpSpricing_offer_box {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.bpSpricing_offer_box::before {
    bottom: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    content: "";
    left: 0;
}.bpSpricing_offer_box .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.zADfee_plans {
    position: relative;
}.bpSpricing_offer_box h2 {
    text-align: center;
    position: relative;
    color: #ffffff;
    animation: titleFadeIn 0.8s ease-out forwards;
    font-size: 37px;
    transform: translateY(0);
    margin-bottom: 25px;
    font-weight: 700;
}.bpSpricing_offer_box .IlKfee_pricing {
    color: #ffffff;
    margin: 0 auto 60px;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    line-height: 1.6;
    max-width: 700px;
    text-align: center;
    opacity: 0;
    position: relative;
    font-size: 17px;
}.bpSpricing_offer_box .edLoffer_box {
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
}.bpSpricing_offer_box .edLoffer_box li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.bpSpricing_offer_box .XBRplan_pricing {
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    display: block;
    transform: translateZ(0);
    height: 100%;
}.bpSpricing_offer_box .XBRplan_pricing:hover {
    transform: translateY(-10px) scale(1.02);
}.bpSpricing_offer_box .mqrprice_sheet {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    height: 100%;
}.bpSpricing_offer_box .XBRplan_pricing:hover .mqrprice_sheet {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
}.bpSpricing_offer_box .mqrprice_sheet::before {
    top: 0;
    height: 6px;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,216,183), rgb(137,193,142));
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}.bpSpricing_offer_box .XBRplan_pricing:hover .mqrprice_sheet::before {
    transform: scaleX(1);
}.bpSpricing_offer_box .cITdiscount_plan {
    height: 100%;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
}.bpSpricing_offer_box .cITdiscount_plan h4 {
    margin: 0 0 20px;
    font-size: calc(24px * 1.1);
    font-weight: 700;
    position: relative;
    transition: color 0.3s ease;
    padding-bottom: 15px;
    color: #000000;
}.bpSpricing_offer_box .XBRplan_pricing:hover .cITdiscount_plan h4 {
    color: rgb(180,216,183);
}.bpSpricing_offer_box .cITdiscount_plan h4::after {
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgb(180,216,183);
    transition: width 0.4s ease;
    content: "";
    height: 3px;
    width: 40px;
}.bpSpricing_offer_box .XBRplan_pricing:hover .cITdiscount_plan h4::after {
    width: 60px;
}.bpSpricing_offer_box .cITdiscount_plan p {
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    margin: 0 0 25px;
    color: #000000;
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.bpSpricing_offer_box .BNzstudy_offers {
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    align-self: flex-start;
    font-weight: 700;
    padding: 12px 25px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: calc(24px * 1.4);
    color: #000000;
}.bpSpricing_offer_box .XBRplan_pricing:hover .BNzstudy_offers {
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    background: linear-gradient(135deg, rgb(180,216,183,0.5), rgb(180,216,183));
    color: #ffffff;
}.bpSpricing_offer_box .BNzstudy_offers::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    content: "";
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
}.bpSpricing_offer_box .XBRplan_pricing:hover .BNzstudy_offers::before {
    left: 100%;
}

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

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

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

@media (max-width: 991px) {.bpSpricing_offer_box {
    padding: 80px 0;
}.bpSpricing_offer_box h2 {
    font-size: calc(37px * 0.9);
}.bpSpricing_offer_box .IlKfee_pricing {
    margin-bottom: 50px;
    font-size: calc(17px * 0.95);
}.bpSpricing_offer_box .edLoffer_box {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.bpSpricing_offer_box .cITdiscount_plan {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.bpSpricing_offer_box {
    padding: 70px 0;
}.bpSpricing_offer_box h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 20px;
}.bpSpricing_offer_box .IlKfee_pricing {
    font-size: calc(17px * 0.9);
    margin-bottom: 40px;
}.bpSpricing_offer_box .edLoffer_box {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.bpSpricing_offer_box .cITdiscount_plan h4 {
    font-size: 24px;
}.bpSpricing_offer_box .cITdiscount_plan p {
    font-size: calc(17px * 0.9);
    margin-bottom: 20px;
}.bpSpricing_offer_box .BNzstudy_offers {
    font-size: calc(24px * 1.3);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.bpSpricing_offer_box {
    padding: 60px 0;
}.bpSpricing_offer_box h2 {
    font-size: calc(37px * 0.8);
}.bpSpricing_offer_box .IlKfee_pricing {
    margin-bottom: 35px;
    font-size: calc(17px * 0.85);
}.bpSpricing_offer_box .cITdiscount_plan {
    padding: 25px 20px;
}.bpSpricing_offer_box .cITdiscount_plan h4 {
    margin-bottom: 15px;
    padding-bottom: 12px;
}.bpSpricing_offer_box .cITdiscount_plan p {
    font-size: calc(17px * 0.85);
    line-height: 1.5;
}.bpSpricing_offer_box .BNzstudy_offers {
    font-size: calc(24px * 1.2);
    padding: 8px 18px;
}}header {
    z-index: 99;
    background: linear-gradient(to bottom, rgb(216,236,218), rgba(0, 0, 0, 0.5));
    position: relative;
    overflow: visible;
    width: 100%;
}header::before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.1;
    position: absolute;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
}header .LTisite_navbar {
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}header .LTisite_navbar::before {
    content: "";
    left: 10%;
    width: 80%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(180,216,183), transparent);
    height: 1px;
    bottom: 0;
}header .LTisite_navbar .vAomain_site {
    margin-right: 40px;
    z-index: 2;
    position: relative;
}header .LTisite_navbar .vAomain_site .ohstop_core {
    padding: 5px;
    position: relative;
    display: block;
}header .LTisite_navbar .vAomain_site .ohstop_core::before {
    right: -5px;
    left: -5px;
    top: -5px;
    position: absolute;
    bottom: -5px;
    content: "";
    transform: scale(0.9);
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
}header .LTisite_navbar .vAomain_site .ohstop_core:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .LTisite_navbar .vAomain_site .ohstop_core svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .LTisite_navbar .tDUheader_main {
    perspective: 1000px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}header .LTisite_navbar .tDUheader_main .daPnav_base {
    position: relative;
    margin: 0;
    transform-style: preserve-3d;
}header .LTisite_navbar .tDUheader_main .daPnav_base a {
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    background: linear-gradient(to bottom, transparent, transparent);
    letter-spacing: 0.5px;
    padding: 12px 20px;
    font-family: Arial, sans-serif;
    transform-style: preserve-3d;
    display: block;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    text-transform: uppercase;
}header .LTisite_navbar .tDUheader_main .daPnav_base a::before,
header .LTisite_navbar .tDUheader_main .daPnav_base a::after {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    transition: all 0.3s ease;
    left: 0;
    content: "";
}header .LTisite_navbar .tDUheader_main .daPnav_base a::before {
    opacity: 0;
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(180,216,183,0.5), transparent);
    transform: translateZ(-1px) rotateX(10deg);
}header .LTisite_navbar .tDUheader_main .daPnav_base a::after {
    background: linear-gradient(to top, rgb(137,193,142,0.5), transparent);
    opacity: 0;
    transform-origin: bottom center;
    transform: translateZ(-2px) rotateX(-10deg);
}header .LTisite_navbar .tDUheader_main .daPnav_base:hover a {
    color: rgb(180,216,183);
    transform: translateZ(10px);
}header .LTisite_navbar .tDUheader_main .daPnav_base:hover a::before,
header .LTisite_navbar .tDUheader_main .daPnav_base:hover a::after {
    opacity: 0.1;
}header .LTisite_navbar .tDUheader_main .daPnav_base:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .LTisite_navbar .tDUheader_main .daPnav_base:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .LTisite_navbar {
    padding: 15px;
    flex-direction: column;
}header .LTisite_navbar .vAomain_site {
    margin: 0 0 15px 0;
}header .LTisite_navbar .tDUheader_main {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    perspective: none;
}header .LTisite_navbar .tDUheader_main .daPnav_base a {
    transform-style: flat;
    padding: 10px 15px;
    font-size: calc(13px - 1px);
}header .LTisite_navbar .tDUheader_main .daPnav_base:hover a {
    transform: none;
}header .LTisite_navbar .tDUheader_main .daPnav_base a::before,
    header .LTisite_navbar .tDUheader_main .daPnav_base a::after {
    display: none;
}
}

@media (max-width: 767px) {header .LTisite_navbar .tDUheader_main .daPnav_base a {
    padding: 8px 12px;
    font-size: calc(13px - 2px);
}}.EVrgreeting_page {
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, #ffffff 100%);
}.EVrgreeting_page::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(180,216,183,0.5) 0px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
    width: 100%;
    opacity: 0.05;
    z-index: 1;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
}.EVrgreeting_page .qermethod_edu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    gap: 2rem;
    position: relative;
    z-index: 2;
    padding: 2rem;
}.EVrgreeting_page h1 {
    color: #000000;
    font-size: 46px;
    position: relative;
    transform: translateY(-10px);
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    grid-column: 1 / -1;
    opacity: 0;
}.EVrgreeting_page h1::after {
    background: rgb(180,216,183);
    content: "";
    animation: expandLine 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
    transform-origin: left;
    width: 80px;
    transform: scaleX(0);
    bottom: -10px;
    height: 4px;
    position: absolute;
    left: 0;
}.EVrgreeting_page .EsZtag_content {
    transform: translateX(-20px);
    z-index: 3;
    flex-direction: column;
    position: relative;
    justify-content: center;
    display: flex;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
}.EVrgreeting_page .tXrtech_master {
    transform: perspective(1000px) rotateY(-3deg);
    border-radius: 27px;
    transition: transform 0.5s ease;
    background: #ffffff;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    position: relative;
}.EVrgreeting_page .tXrtech_master:hover {
    transform: perspective(1000px) rotateY(0);
}.EVrgreeting_page .tXrtech_master::before {
    width: 100%;
    opacity: 0.1;
    border-radius: 27px;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(180,216,183,0.5) 0%, transparent 80%);
    left: 0;
    position: absolute;
}.EVrgreeting_page .tXrtech_master p {
    color: #000000;
    position: relative;
    font-size: calc(16px * 1.2);
    line-height: 1.6;
    margin-bottom: 2rem;
}.EVrgreeting_page .tXrtech_master p::first-letter {
    font-weight: 700;
    font-size: calc(16px * 1.8);
    color: rgb(180,216,183);
}.EVrgreeting_page svg {
    margin: 2rem auto;
    display: block;
    height: 100px;
    width: 100px;
    animation: pulseGently 4s ease-in-out infinite;
    transform-origin: center;
}.EVrgreeting_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,216,183);
}.EVrgreeting_page svg:hover path {
    fill: rgb(137,193,142);
}.EVrgreeting_page svg text {
    transition: all 0.3s ease;
    font-weight: 700;
}.EVrgreeting_page svg:hover text {
    fill: #000000;
}.EVrgreeting_page .Jvdhelp_feedback {
    font-weight: 600;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    text-align: center;
    background: linear-gradient(45deg, rgb(180,216,183) 0%, rgb(137,193,142) 100%);
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.5px;
    border-radius: 10px;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}.EVrgreeting_page .Jvdhelp_feedback::before {
    position: absolute;
    left: -100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    top: 0;
}.EVrgreeting_page .Jvdhelp_feedback:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}.EVrgreeting_page .Jvdhelp_feedback:hover::before {
    left: 100%;
}.EVrgreeting_page .BDepic_grid {
    transform: translateX(20px);
    width: 100%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15),
               -20px -20px 60px rgba(255, 255, 255, 0.8);
    border-radius: 27px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: transform 0.5s ease;
    height: 450px;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.EVrgreeting_page .BDepic_grid:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}.EVrgreeting_page .BDepic_grid::after {
    bottom: 0;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(180,216,183,0.5) 0%, transparent 70%);
    right: 0;
}

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

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

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes pulseGently {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.EVrgreeting_page .qermethod_edu {
    grid-template-columns: 1fr;
}.EVrgreeting_page h1 {
    font-size: calc(46px * 0.9);
}.EVrgreeting_page .tXrtech_master {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem;
}.EVrgreeting_page .BDepic_grid {
    height: 350px;
    order: -1;
}
}

@media (max-width: 768px) {.EVrgreeting_page {
    padding: 3rem 0;
}.EVrgreeting_page .qermethod_edu {
    padding: 1.5rem;
}.EVrgreeting_page h1 {
    font-size: calc(46px * 0.8);
}.EVrgreeting_page .tXrtech_master p {
    font-size: 16px;
}.EVrgreeting_page svg {
    margin: 1.5rem auto;
    height: 80px;
    width: 80px;
}.EVrgreeting_page .Jvdhelp_feedback {
    width: 100%;
}.EVrgreeting_page .BDepic_grid {
    height: 280px;
}
}

@media (max-width: 576px) {.EVrgreeting_page .qermethod_edu {
    padding: 1rem;
}.EVrgreeting_page h1 {
    font-size: calc(46px * 0.7);
}.EVrgreeting_page .tXrtech_master {
    padding: 1.5rem;
}.EVrgreeting_page .BDepic_grid {
    height: 240px;
}.EVrgreeting_page .tXrtech_master p::first-letter {
    font-size: calc(16px * 1.4);
}}.IzUprivacy_fortification {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    margin: 2rem;
    background-color: rgb(216,236,218);
    font-family: Arial, sans-serif;
    position: relative;
}.IzUprivacy_fortification::before {
    border-radius: 15px;
    pointer-events: none;
    bottom: -10px;
    left: -10px;
    position: absolute;
    border: 1px dashed rgb(180,216,183);
    content: '';
    top: -10px;
    right: -10px;
}.IzUprivacy_fortification::after {
    z-index: -1;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(180,216,183,0.5);
    content: '';
}.IzUprivacy_fortification h1 {
    font-weight: 700;
    font-size: 45px;
    position: relative;
    padding-left: 1rem;
    color: rgb(180,216,183);
    margin-bottom: 1.5rem;
    border-left: 5px solid rgb(180,216,183);
}.IzUprivacy_fortification h2 {
    border-left: 4px solid rgb(137,193,142);
    position: relative;
    font-weight: 600;
    color: rgb(137,193,142);
    margin-top: 2rem;
    font-size: 30px;
    margin-bottom: 1rem;
    padding-left: 1rem;
}.IzUprivacy_fortification h3, .IzUprivacy_fortification h4, .IzUprivacy_fortification h5, .IzUprivacy_fortification h6 {
    font-size: 24px;
    margin: 1rem 0;
}.IzUprivacy_fortification ul,
.IzUprivacy_fortification ol {
    padding-left: 2rem;
    list-style-position: inside;
    margin: 1.5rem 0;
}.IzUprivacy_fortification ul {
    list-style-type: square;
}.IzUprivacy_fortification ol {
    list-style-type: decimal;
}.IzUprivacy_fortification li {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    position: relative;
}.IzUprivacy_fortification li::before {
    left: -1.5rem;
    content: '';
    background-color: rgb(180,216,183);
    width: 0.5rem;
    top: 0.5rem;
    height: 0.5rem;
    position: absolute;
    border-radius: 50%;
}.IzUprivacy_fortification p {
    border-left: 4px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
    font-size: 13px;
    padding-left: 1rem;
    line-height: 1.8;
}.IzUprivacy_fortification span {
    border-radius: 10px;
    color: rgb(137,193,142);
    padding: 0.2rem 0.4rem;
    background-color: rgb(180,216,183,0.5);
    font-weight: 700;
}.IzUprivacy_fortification > div {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    margin-bottom: 1.5rem;
    padding: 1rem;
    position: relative;
}.IzUprivacy_fortification > div::before {
    right: -5px;
    border: 1px dotted rgb(180,216,183);
    content: '';
    border-radius: 10px;
    bottom: -5px;
    pointer-events: none;
    position: absolute;
    left: -5px;
    top: -5px;
}
@media only screen and (max-width: 800px) {.IzUprivacy_fortification {
    margin: 1rem auto;
    padding: 1rem;
}.IzUprivacy_fortification h1 {
    font-size: calc(24px - 0.5rem);
    padding-left: 0.5rem;
    border-left-width: 3px;
}.IzUprivacy_fortification h1::before {
    width: 5px;
    top: -5px;
    height: 5px;
}.IzUprivacy_fortification h2 {
    padding-left: 0.5rem;
    border-left-width: 3px;
    font-size: calc(24px - 0.5rem);
}.IzUprivacy_fortification h2::before {
    width: 4px;
    height: 4px;
    top: -4px;
}.IzUprivacy_fortification p,
    .IzUprivacy_fortification li {
    font-size: calc(13px - 0.2rem);
}.IzUprivacy_fortification > div {
    padding: 0.5rem;
}.IzUprivacy_fortification > div::before {
    right: -2px;
    top: -2px;
    left: -2px;
    bottom: -2px;
}}footer {
    position: relative;
    width: 100%;
}.gsUteach_supp {
    font-family: Arial, sans-serif;
    background-color: rgb(216,236,218);
    padding: 100px 0 30px;
    color: #000000;
    position: relative;
}.gsUteach_supp::before {
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(216,236,218) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(216,236,218) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(216,236,218) 25%, transparent 25%),
        linear-gradient(45deg, rgb(216,236,218) 25%, transparent 25%);
    height: 120px;
    left: 0;
    top: 0;
    content: "";
    background-color: rgb(180,216,183,0.5);
    width: 100%;
    background-size: 100px 100px;
}footer .Wuelesson_cta {
    z-index: 1;
    margin-top: -70px;
    position: relative;
}footer .BTYmsg_form {
    border-radius: 30px;
    background-color: #ffffff;
    flex-wrap: wrap;
    margin-bottom: 60px;
    transform: translateY(-30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 25px;
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: space-between;
}footer .info_item {
    padding: 10px 15px;
    background-color: rgb(216,236,218);
    margin: 10px;
    flex: 1 1 200px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item::before {
    border-radius: 3px 0 0 3px;
    content: "";
    height: 100%;
    transition: opacity 0.3s ease;
    background-color: rgb(180,216,183);
    top: 0;
    width: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: rgb(180,216,183);
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    vertical-align: middle;
    transition: color 0.3s ease;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(180,216,183);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
    display: grid;
}footer .text_main_holder::before {
    left: 0;
    top: -40px;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    height: calc(100% + 80px);
    background-color: #ffffff;
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
}footer .vAomain_site {
    padding: 0 30px;
    position: relative;
}footer .vAomain_site::after {
    left: 30px;
    position: absolute;
    content: "";
    bottom: -15px;
    right: 30px;
    height: 1px;
    background: linear-gradient(90deg, rgb(180,216,183), transparent);
}footer .vAomain_site svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .kxafellow_prog {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}footer .tDUheader_main {
    margin-right: 20px;
    border-radius: 30px;
    background-color: rgb(216,236,218);
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: -10px;
    margin-left: 20px;
    position: relative;
    padding: 30px;
}footer .tDUheader_main h5 {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    margin-bottom: 20px;
}footer .tDUheader_main h5::after {
    bottom: -7px;
    width: 50px;
    background-color: rgb(180,216,183);
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
}footer .nMuheader_navbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
}footer .nMuheader_navbar a {
    font-size: 14px;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 8px 0;
}footer .nMuheader_navbar a::after {
    width: 0;
    background-color: rgb(180,216,183);
    height: 2px;
    content: "";
    bottom: 5px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
}footer .nMuheader_navbar a:hover {
    transform: translateX(5px);
    color: rgb(180,216,183);
}footer .nMuheader_navbar a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
    z-index: 0;
    margin-left: 40px;
    margin-right: 40px;
    color: #ffffff;
    position: relative;
    padding: 30px;
    background-color: rgb(180,216,183);
}footer .subscribe_holder::before {
    transform: rotate(45deg);
    right: 30px;
    z-index: -1;
    background-color: rgb(180,216,183);
    position: absolute;
    content: "";
    height: 30px;
    top: -15px;
    width: 30px;
}footer .subscribe_holder h5 {
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-size: 14px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    border: none;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .iVCjoin_section {
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    background-color: #000000;
    padding: 14px 20px;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
}footer .iVCjoin_section:hover {
    background-color: rgb(137,193,142);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .Rxeaward_show {
    text-align: center;
    z-index: 1;
    margin-top: 60px;
    position: relative;
}footer .gFireward_sys {
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    background-color: #ffffff;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .nMuheader_navbar {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .iVCjoin_section {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .tDUheader_main {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .gsUteach_supp {
    padding: 80px 0 30px;
}footer .BTYmsg_form {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .tDUheader_main, footer .subscribe_holder {
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px 20px;
}footer .Rxeaward_show {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .gsUteach_supp {
    padding: 60px 0 20px;
}footer .BTYmsg_form {
    transform: translateY(-20px);
    margin-bottom: 40px;
    padding: 15px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .vAomain_site {
    padding: 0 20px;
}footer .vAomain_site::after {
    right: 20px;
    left: 20px;
}footer .tDUheader_main h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .nMuheader_navbar a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .iVCjoin_section {
    padding: 12px 15px;
}}.Qapcourse_features {
    padding: 120px 0;
    position: relative;
    background-color: rgb(216,236,218);
    overflow: hidden;
}.Qapcourse_features::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(180,216,183,0.5) 0%, transparent 50%, rgb(137,193,142,0.5) 100%);
    content: "";
    z-index: 1;
    top: 0;
}.Qapcourse_features::after {
    content: "";
    width: 200px;
    filter: blur(80px);
    background-color: rgb(180,216,183,0.5);
    z-index: 0;
    position: absolute;
    top: -50px;
    right: -50px;
    height: 200px;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    border-radius: 50%;
}.Qapcourse_features .zwQlesson_track {
    z-index: 2;
    display: flex;
    flex-direction: column;
}.Qapcourse_features .EsZtag_content {
    margin: 0 auto 60px;
    width: 80%;
    position: relative;
}.Qapcourse_features .EsZtag_content::before {
    width: 80px;
    left: 0;
    top: -20px;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,216,183), rgb(137,193,142));
    border-radius: 10px;
    content: "";
}.Qapcourse_features .EsZtag_content h2 {
    font-weight: 700;
    padding: 15px;
    border-radius: 10px;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    background-image: repeating-linear-gradient(45deg, rgb(180,216,183,0.5) 0px, rgb(180,216,183,0.5) 2px, transparent 2px, transparent 8px);
    transform: translateX(0);
    font-size: 37px;
    transition: transform 0.5s ease;
}.Qapcourse_features .EsZtag_content h2:hover {
    transform: translateX(10px);
}.Qapcourse_features .EsZtag_content .description {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    line-height: 1.7;
    padding-left: 20px;
    border-left: 2px solid rgb(180,216,183);
}.Qapcourse_features .EsZtag_content .description:last-child {
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 2;
    border-left: none;
    color: #ffffff;
    padding: 30px 40px;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 23px;
}.Qapcourse_features .BDepic_grid {
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.2;
}.Qapcourse_features .zwQlesson_track:hover .BDepic_grid {
    transform: scale(1.05);
    opacity: 0.3;
}.Qapcourse_features .BDepic_grid::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(180,216,183,0.5) 0%, transparent 80%);
    top: 0;
    content: "";
}.Qapcourse_features .BDepic_grid::after {
    z-index: 1;
    content: "";
    height: 40%;
    background: linear-gradient(225deg, rgb(137,193,142,0.5) 0%, transparent 100%);
    right: 0;
    width: 80%;
    bottom: 0;
    position: absolute;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.Qapcourse_features .zwQlesson_track::before {
    content: "";
    width: 200px;
    left: -50px;
    filter: blur(100px);
    bottom: -100px;
    animation: pulseAnimation 10s infinite ease-in-out;
    height: 200px;
    z-index: -1;
    position: absolute;
    background-color: rgb(137,193,142,0.5);
    border-radius: 50%;
}.Qapcourse_features .zwQlesson_track::after {
    border: 4px solid rgb(180,216,183,0.5);
    height: 40px;
    animation: rotateAnimation 20s infinite linear;
    z-index: -1;
    top: 40px;
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 40px;
    right: -20px;
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.Qapcourse_features .EsZtag_content::after {
    right: -60px;
    animation: rotateAnimation 30s infinite linear reverse;
    content: "";
    border: 2px dashed rgb(180,216,183,0.5);
    width: 100px;
    z-index: -1;
    height: 100px;
    top: -40px;
    position: absolute;
    border-radius: 50%;
}.Qapcourse_features .EsZtag_content .description:first-of-type {
    padding: 20px;
    border-left: none;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(216,236,218) 10px,
        rgb(216,236,218) 12px
    );
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}.Qapcourse_features .EsZtag_content .description:first-of-type::after {
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,216,183), transparent);
    content: "";
    width: 100%;
}.Qapcourse_features .EsZtag_content .description:last-child::before {
    height: 100%;
    border-radius: 23px;
    left: 0;
    background-position: center;
    z-index: -1;
    filter: brightness(0.5) contrast(1.2);
    width: 100%;
    top: 0;
    background-size: cover;
    position: absolute;
    content: "";
}

@media (max-width: 1024px) {.Qapcourse_features {
    padding: 80px 0;
}.Qapcourse_features .EsZtag_content {
    width: 90%;
}
}

@media (max-width: 768px) {.Qapcourse_features {
    padding: 60px 0;
}.Qapcourse_features .EsZtag_content {
    margin-bottom: 40px;
    width: 100%;
}.Qapcourse_features .EsZtag_content h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.9);
}.Qapcourse_features .EsZtag_content .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.Qapcourse_features {
    padding: 40px 0;
}.Qapcourse_features .EsZtag_content h2 {
    font-size: calc(37px * 0.8);
}.Qapcourse_features .EsZtag_content .description {
    font-size: calc(16px * 0.95);
}.Qapcourse_features .EsZtag_content .description:last-child {
    padding: 20px;
}.Qapcourse_features::after,
    .Qapcourse_features .zwQlesson_track::before,
    .Qapcourse_features .EsZtag_content::after {
    display: none;
}.Qapcourse_features .EsZtag_content::before {
    width: 60px;
}}

.Qapcourse_features .zwQlesson_track .EsZtag_content .description strong {
    font-weight: 600;
    color: rgb(137,193,142);
}.Qapcourse_features .container::before {
    position: absolute;
    left: -25%;
    height: 1px;
    bottom: -40px;
    content: "";
    width: 150%;
    background: linear-gradient(90deg, transparent, rgb(180,216,183,0.5), transparent);
}.Qapcourse_features .EsZtag_content h2::after {
    width: 30px;
    z-index: -1;
    content: "";
    left: -15px;
    height: 30px;
    top: -15px;
    border-radius: 50%;
    filter: blur(15px);
    background-color: rgb(180,216,183,0.5);
    position: absolute;
}.Xxccustomer_reviews {
    background: linear-gradient(135deg, rgb(137,193,142,0.5), rgb(180,216,183,0.5) 70%, #ffffff 140%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.Xxccustomer_reviews::before {
    height: 100%;
    top: 0;
    opacity: 0.6;
    position: absolute;
    background-image: radial-gradient(circle at 20% 30%, rgb(137,193,142,0.5) 0%, transparent 60%),
                     radial-gradient(circle at 80% 70%, rgb(180,216,183,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    left: 0;
    z-index: 0;
}.Xxccustomer_reviews::after {
    background: linear-gradient(225deg, rgb(137,193,142) 0%, transparent 80%);
    content: "";
    height: 20rem;
    z-index: 1;
    transform: rotate(-15deg);
    width: 20rem;
    right: -5%;
    opacity: 0.1;
    position: absolute;
    top: -5%;
}.Xxccustomer_reviews .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.Xxccustomer_reviews h2 {
    color: #000000;
    transform: translateY(0.5rem);
    font-weight: 700;
    opacity: 0;
    margin-bottom: 3rem;
    font-size: 33px;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    text-align: center;
}.Xxccustomer_reviews h2::after {
    background: linear-gradient(90deg, rgb(180,216,183), rgb(137,193,142));
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -1rem;
    content: "";
    width: 6rem;
}.Xxccustomer_reviews .qermethod_edu {
    position: relative;
}.Xxccustomer_reviews .RBEsuccess_voices {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    z-index: 2;
    position: relative;
}.Xxccustomer_reviews .faGclient_quotes {
    background: #ffffff;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    display: flex;
    animation-delay: calc(0.1s * var(--i, 0));
    padding: 2rem;
    flex-direction: column;
    position: relative;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.Xxccustomer_reviews .faGclient_quotes:nth-child(1) {
    --i: 1;
}.Xxccustomer_reviews .faGclient_quotes:nth-child(2) {
    --i: 2;
}.Xxccustomer_reviews .faGclient_quotes:nth-child(3) {
    --i: 3;
}.Xxccustomer_reviews .faGclient_quotes:nth-child(4) {
    --i: 4;
}.Xxccustomer_reviews .faGclient_quotes:nth-child(5) {
    --i: 5;
}.Xxccustomer_reviews .faGclient_quotes:nth-child(6) {
    --i: 6;
}.Xxccustomer_reviews .faGclient_quotes:nth-child(7) {
    --i: 7;
}.Xxccustomer_reviews .faGclient_quotes::before {
    left: 2rem;
    color: rgb(180,216,183,0.5);
    position: absolute;
    font-size: 5rem;
    content: "";
    top: 1rem;
    opacity: 0.3;
    line-height: 1;
    z-index: 0;
}.Xxccustomer_reviews .faGclient_quotes:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05);
}.Xxccustomer_reviews .faGclient_quotes h3 {
    position: relative;
    margin-bottom: 0.5rem;
    z-index: 1;
    font-weight: 600;
    font-size: calc(19px + 0.1rem);
    color: rgb(180,216,183);
}.Xxccustomer_reviews .faGclient_quotes .description {
    margin-bottom: 1.5rem;
    font-size: 14px;
    z-index: 1;
    position: relative;
    line-height: 1.6;
    color: #000000;
    flex-grow: 1;
}.Xxccustomer_reviews .faGclient_quotes div {
    margin-top: auto;
    align-items: center;
    display: flex;
}.Xxccustomer_reviews .faGclient_quotes div img {
    object-fit: cover;
    height: 50px;
    border: 2px solid rgb(137,193,142,0.5);
    transition: transform 0.3s ease;
    border-radius: 50%;
    width: 50px;
}.Xxccustomer_reviews .faGclient_quotes:hover div img {
    transform: scale(1.1);
    border-color: rgb(137,193,142);
}

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

@media (max-width: 768px) {.Xxccustomer_reviews {
    padding: 4rem 0;
}.Xxccustomer_reviews h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.85);
}.Xxccustomer_reviews .RBEsuccess_voices {
    gap: 2rem;
    grid-template-columns: 1fr;
}.Xxccustomer_reviews .faGclient_quotes {
    padding: 1.5rem;
}.Xxccustomer_reviews .faGclient_quotes::before {
    top: 0.5rem;
    left: 1.5rem;
    font-size: 4rem;
}
}

@media (min-width: 769px) and (max-width: 1024px) {.Xxccustomer_reviews .RBEsuccess_voices {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1025px) and (max-width: 1200px) {.Xxccustomer_reviews .RBEsuccess_voices {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {.Xxccustomer_reviews .faGclient_quotes,
    .Xxccustomer_reviews h2 {
    opacity: 1;
    animation: none;
}.Xxccustomer_reviews .faGclient_quotes:hover {
    transform: none;
}
}

@media (hover: hover) {.Xxccustomer_reviews .faGclient_quotes::after {
    content: "";
    background: linear-gradient(90deg, rgb(180,216,183), rgb(137,193,142));
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    transition: width 0.4s ease;
    bottom: 0;
}.Xxccustomer_reviews .faGclient_quotes:hover::after {
    width: 100%;
}}.wyKty_modal {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,216,183,0.5) 0%, rgb(216,236,218) 100%);
}.wyKty_modal::before {
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(137,193,142,0.5) 0%, transparent 60%);
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    top: 0;
    opacity: 0.7;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
}.wyKty_modal::after {
    background: linear-gradient(225deg, rgb(180,216,183) 0%, transparent 70%);
    opacity: 0.2;
    height: 300px;
    filter: blur(40px);
    bottom: -50px;
    z-index: 0;
    right: -50px;
    width: 300px;
    position: absolute;
    content: "";
}.wyKty_modal .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.wyKty_modal .qermethod_edu {
    background: #ffffff;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    padding: 60px 40px;
    transform: perspective(1000px) rotateY(-2deg);
    display: flex;
    flex-direction: column;
}.wyKty_modal .qermethod_edu::before {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    transform: scaleY(1.02);
    width: 5px;
    background: linear-gradient(to bottom, rgb(180,216,183), rgb(137,193,142));
    position: absolute;
}.wyKty_modal .qermethod_edu::after {
    background: rgb(137,193,142,0.5);
    width: 80px;
    position: absolute;
    z-index: -1;
    content: "";
    right: 40px;
    height: 80px;
    animation: float 8s infinite ease-in-out;
    transform: rotate(15deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -15px;
}.wyKty_modal .qermethod_edu:hover {
    transform: perspective(1000px) rotateY(0deg);
}.wyKty_modal h5 {
    padding-bottom: 20px;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    margin-bottom: 30px;
}.wyKty_modal h5::after {
    width: 80px;
    content: "";
    height: 3px;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,216,183), rgb(137,193,142));
    bottom: 0;
}.wyKty_modal .qermethod_edu:hover h5::after {
    width: 120px;
}.wyKty_modal p {
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
    line-height: 1.8;
    margin-bottom: 0;
    z-index: 2;
    font-size: 16px;
}.wyKty_modal a {
    padding: 5px 0;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}.wyKty_modal a::before {
    position: absolute;
    height: 1px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    content: "";
    bottom: 0;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(180,216,183,0.5), transparent);
}.wyKty_modal a:hover::before {
    transform: scaleX(1);
}.wyKty_modal a:hover p {
    color: rgb(180,216,183);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}

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

@media (min-width: 768px) {.wyKty_modal {
    padding: 140px 0 100px;
}.wyKty_modal .qermethod_edu {
    padding: 80px 60px;
    margin: 0 auto;
    max-width: 900px;
}.wyKty_modal h5 {
    padding-bottom: 25px;
    font-size: calc(24px * 1.2);
    margin-bottom: 40px;
}.wyKty_modal p {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}.wyKty_modal .qermethod_edu::after {
    right: 60px;
    width: 100px;
    height: 100px;
}
}

@media (min-width: 992px) {.wyKty_modal {
    padding: 160px 0 120px;
}.wyKty_modal .qermethod_edu {
    padding: 100px 80px;
    transform: perspective(1200px) rotateY(-3deg);
    max-width: 1000px;
    margin: 0 auto;
}.wyKty_modal .qermethod_edu::before {
    width: 8px;
}.wyKty_modal h5 {
    max-width: 80%;
    font-size: calc(24px * 1.3);
}.wyKty_modal p {
    max-width: 90%;
}.wyKty_modal .qermethod_edu::after {
    top: -20px;
    width: 120px;
    right: 80px;
    height: 120px;
}
}

@media (max-width: 767px) {.wyKty_modal {
    padding: 80px 0 60px;
}.wyKty_modal .qermethod_edu {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.wyKty_modal h5 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.wyKty_modal p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.wyKty_modal .qermethod_edu::before {
    width: 3px;
}.wyKty_modal .qermethod_edu::after {
    width: 60px;
    top: -10px;
    right: 20px;
    height: 60px;
}
}

@media (max-width: 480px) {.wyKty_modal {
    padding: 60px 0 40px;
}.wyKty_modal .qermethod_edu {
    padding: 30px 20px;
    transform: none;
}.wyKty_modal h5 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: calc(24px * 0.85);
}.wyKty_modal .qermethod_edu::after {
    display: none;
}}.Babacademic_experience {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgb(180,216,183,0.5) 100%);
}.Babacademic_experience::before {
    right: -50px;
    background: rgb(137,193,142,0.5);
    width: 300px;
    position: absolute;
    top: -50px;
    filter: blur(80px);
    height: 300px;
    z-index: 0;
    transform: rotate(-15deg);
    content: "";
}.Babacademic_experience::after {
    left: -50px;
    position: absolute;
    z-index: 0;
    background: rgb(180,216,183,0.5);
    width: 250px;
    content: "";
    height: 250px;
    bottom: -80px;
    filter: blur(60px);
    transform: rotate(25deg);
}.Babacademic_experience .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.Babacademic_experience .faGclient_quotes {
    gap: 30px;
    padding: 40px;
    display: grid;
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    grid-template-columns: 1fr;
}.Babacademic_experience .faGclient_quotes:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Babacademic_experience .faGclient_quotes::before {
    top: 0;
    height: 100%;
    content: "";
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to bottom, rgb(180,216,183), rgb(137,193,142));
    position: absolute;
    width: 5px;
    transform: scaleY(0);
    transform-origin: left center;
    left: 0;
}.Babacademic_experience .faGclient_quotes:hover::before {
    transform: scaleY(1);
}.Babacademic_experience .BDepic_grid {
    position: relative;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 200px;
    width: 200px;
}.Babacademic_experience .faGclient_quotes:hover .BDepic_grid {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) scale(1.05);
}.Babacademic_experience .BDepic_grid::after {
    opacity: 0;
    content: "";
    transition: opacity 0.6s ease;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(180,216,183,0.5) 0%, transparent 50%, rgb(137,193,142,0.5) 100%);
}.Babacademic_experience .faGclient_quotes:hover .BDepic_grid::after {
    opacity: 0.4;
}.Babacademic_experience .name {
    margin: 0 0 5px 0;
    color: rgb(180,216,183);
    transform: translateX(0);
    font-size: calc(22px * 1.1);
    font-weight: 700;
    position: relative;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.Babacademic_experience .faGclient_quotes:hover .name {
    transform: translateX(10px);
}.Babacademic_experience .name::after {
    height: 2px;
    bottom: -3px;
    background: rgb(137,193,142);
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    content: "";
    width: 0;
    position: absolute;
    left: 0;
}.Babacademic_experience .faGclient_quotes:hover .name::after {
    width: 100%;
}.Babacademic_experience .faGclient_quotes > div:nth-child(2) > div {
    font-size: calc(16px * 0.95);
    margin-bottom: 15px;
    color: #000000;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    font-weight: 600;
    padding-left: 0;
}.Babacademic_experience .faGclient_quotes:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.Babacademic_experience .jNdwork_insights {
    padding: 25px 20px;
    font-size: 16px;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    background-size: 200% 100%;
    background: linear-gradient(to right, #ffffff, rgb(216,236,218), #ffffff);
    margin: 0;
    color: #000000;
    border-radius: 10px;
    line-height: 1.8;
    position: relative;
}.Babacademic_experience .faGclient_quotes:hover .jNdwork_insights {
    background-position: right center;
}.Babacademic_experience .jNdwork_insights::before,
.Babacademic_experience .jNdwork_insights::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 60px;
    line-height: 1;
    color: rgb(180,216,183,0.5);
    font-family: Georgia, serif;
    position: absolute;
    content: "";
}.Babacademic_experience .jNdwork_insights::before {
    left: -10px;
    top: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    opacity: 0.5;
}.Babacademic_experience .jNdwork_insights::after {
    bottom: -30px;
    right: -10px;
    transform: translateX(20px) translateY(20px) scale(0.8);
    content: "";
    opacity: 0.5;
}.Babacademic_experience .faGclient_quotes:hover .jNdwork_insights::before {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}.Babacademic_experience .faGclient_quotes:hover .jNdwork_insights::after {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}

@media (min-width: 768px) {.Babacademic_experience .faGclient_quotes {
    grid-template-columns: 220px 1fr;
    gap: 25px 40px;
    grid-template-rows: auto 1fr;
}.Babacademic_experience .faGclient_quotes > div:first-child {
    justify-content: center;
    grid-row: 1 / 3;
    align-items: center;
    display: flex;
}.Babacademic_experience .faGclient_quotes > div:nth-child(2) {
    align-self: end;
}.Babacademic_experience .faGclient_quotes > div:nth-child(3) {
    grid-column: 2 / 3;
}.Babacademic_experience .BDepic_grid {
    width: 200px;
    height: 200px;
}
}

@media (min-width: 992px) {.Babacademic_experience {
    padding: 150px 0;
}.Babacademic_experience .faGclient_quotes {
    gap: 30px 60px;
    transform: perspective(1500px) rotateY(3deg);
    padding: 60px;
}.Babacademic_experience .BDepic_grid {
    width: 240px;
    height: 240px;
}.Babacademic_experience .name {
    font-size: calc(22px * 1.2);
}.Babacademic_experience .faGclient_quotes > div:nth-child(2) > div {
    font-size: 16px;
}.Babacademic_experience .jNdwork_insights {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.Babacademic_experience {
    padding: 80px 0;
}.Babacademic_experience .faGclient_quotes {
    gap: 20px;
    padding: 30px 25px;
}.Babacademic_experience .BDepic_grid {
    height: 150px;
    width: 150px;
}.Babacademic_experience .name {
    font-size: 22px;
    text-align: center;
}.Babacademic_experience .faGclient_quotes > div:nth-child(2) {
    text-align: center;
}.Babacademic_experience .faGclient_quotes > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.Babacademic_experience .jNdwork_insights {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
    padding: 20px 15px;
}}.Hkxour_mission {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.Hkxour_mission::before {
    position: absolute;
    left: 0;
    background: #000000;
    height: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.85;
    width: 100%;
    content: "";
}.Hkxour_mission::after {
    background: rgb(180,216,183);
    animation: float 10s ease-in-out infinite;
    border-radius: 50%;
    filter: blur(40px);
    right: -50px;
    position: absolute;
    z-index: 2;
    bottom: -50px;
    width: 250px;
    content: "";
    height: 250px;
    opacity: 0.15;
}.Hkxour_mission .container {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    max-width: 1200px;
    padding: 0 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    margin: 0 auto;
    border-radius: 10px;
}.Hkxour_mission h2 {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 30px;
}.Hkxour_mission h2::after {
    content: "";
    width: 60px;
    left: 0;
    border-radius: 10px;
    bottom: -10px;
    position: absolute;
    background: rgb(180,216,183);
    transition: width 0.5s ease;
    height: 4px;
    box-shadow: 0 0 15px rgb(180,216,183);
}.Hkxour_mission:hover h2::after {
    width: 100%;
}.Hkxour_mission .EsZtag_content {
    transform: translateY(0);
    overflow: hidden;
    display: flex;
    box-shadow: 
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    position: relative;
}.Hkxour_mission .EsZtag_content:hover {
    transform: translateY(-10px);
}.Hkxour_mission .EsZtag_content > div {
    width: 100%;
    padding: 30px;
}.Hkxour_mission .EsZtag_content p {
    font-size: calc(12px * 1.4);
    background: linear-gradient(135deg, #ffffff, rgb(137,193,142));
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
}.Hkxour_mission .EsZtag_content p::before {
    left: -10px;
    content: "";
    width: 4px;
    background: rgb(180,216,183);
    height: 100%;
    border-radius: 10px;
    top: 0;
    position: absolute;
}.Hkxour_mission .EsZtag_content div div {
    text-align: justify;
    padding: 20px;
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.2),
        inset -5px -5px 10px rgba(255, 255, 255, 0.05);
    color: rgb(255, 255, 255, 0.5);
    position: relative;
    font-size: 12px;
    border-radius: 10px;
    line-height: 1.8;
    background: rgba(0, 0, 0, 0.2);
}.Hkxour_mission .EsZtag_content div div::first-letter {
    line-height: 1;
    color: rgb(180,216,183);
    font-weight: 700;
    float: left;
    font-size: calc(12px * 2.5);
    margin-right: 10px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

@media (min-width: 768px) {.Hkxour_mission {
    padding: 150px 0;
}.Hkxour_mission .container {
    padding: 60px;
    transform: perspective(1000px) rotateX(2deg);
}.Hkxour_mission h2 {
    font-size: calc(31px * 1.2);
    margin-bottom: 50px;
}.Hkxour_mission .EsZtag_content {
    display: flex;
    box-shadow: 
            inset 3px 3px 7px rgba(255, 255, 255, 0.05),
            inset -3px -3px 7px rgba(0, 0, 0, 0.25),
            10px 10px 20px rgba(0, 0, 0, 0.1);
    flex-direction: row;
}.Hkxour_mission .EsZtag_content > div {
    padding: 40px;
}.Hkxour_mission .EsZtag_content p {
    margin-bottom: 30px;
    font-size: calc(12px * 1.8);
}.Hkxour_mission .EsZtag_content div div {
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-count: 2;
    column-gap: 40px;
    padding: 30px;
}
}

@media (max-width: 767px) {.Hkxour_mission {
    padding: 80px 0;
}.Hkxour_mission .container {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.Hkxour_mission h2 {
    margin-bottom: 30px;
    font-size: 31px;
}.Hkxour_mission .EsZtag_content > div {
    padding: 20px;
}.Hkxour_mission .EsZtag_content p {
    margin-bottom: 15px;
    font-size: calc(12px * 1.2);
}.Hkxour_mission .EsZtag_content div div {
    padding: 15px;
    font-size: calc(12px * 0.9);
}
}

@media (max-width: 480px) {.Hkxour_mission {
    padding: 60px 0;
}.Hkxour_mission .container {
    transform: none;
    padding: 20px;
}.Hkxour_mission h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 20px;
}.Hkxour_mission .EsZtag_content > div {
    padding: 15px;
}.Hkxour_mission .EsZtag_content p {
    font-size: 12px;
    margin-bottom: 10px;
}.Hkxour_mission .EsZtag_content div div {
    font-size: calc(12px * 0.85);
    padding: 10px;
}
}