html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to bottom, rgb(212,229,233), #ffffff);
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 100%;
    padding: 1.2rem 0;
}


.ofKN-statistical-overview {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    isolation: isolate;
}

.ofKN-statistical-overview::before {
    position: absolute;
    width: 100%;
    background-color: #000000;
    top: 0;
    content: '';
    left: 0;
    opacity: 0.92;
    z-index: -2;
    height: 100%;
}

.ofKN-statistical-overview::before {
    opacity: 0.3;
    background-image: 
        linear-gradient(to right, #000000 1px, transparent 1px),
        linear-gradient(to bottom, #000000 1px, transparent 1px);
    background-position: center center;
    background-size: 20px 20px;
}

.ofKN-statistical-overview .yiel-study-elevation {
    grid-template-areas:
        "header minisvg"
        "description description"
        "items items";
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto auto auto;
    z-index: 1;
    position: relative;
    display: grid;
    gap: 30px;
    margin: 0 auto;
}

.ofKN-statistical-overview .DaMc-success-statistics svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
    fill: rgb(163,193,202);
}

.ofKN-statistical-overview .WJkE-statistics-advantages {
    padding: 20px;
    max-width: 85%;
    grid-area: description;
    border-radius: 20px;
    color: #ffffff;
    line-height: 1.7;
    position: relative;
    backdrop-filter: blur(5px);
    font-size: 12px;
    margin: 0 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    opacity: 0.9;
}

.ofKN-statistical-overview .WJkE-statistics-advantages::after {
    border: 1px solid rgb(119,159,172,0.5);
    content: '';
    position: absolute;
    bottom: -40px;
    animation: rotate 40s linear infinite reverse;
    left: -40px;
    border-radius: 50%;
    width: 80px;
    opacity: 0.6;
    height: 80px;
}

.ofKN-statistical-overview .eGlM-extra-study {
    height: 220px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    max-width: 280px;
    min-width: 220px;
    flex: 1 1 200px;
}

.ofKN-statistical-overview .stat_item_inner {
    overflow: hidden;
    transition: transform 0.4s ease;
    height: 100%;
    flex-direction: column;
    backdrop-filter: blur(5px);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    align-items: center;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    position: relative;
    justify-content: center;
}

.ofKN-statistical-overview .eGlM-extra-study:hover::before,
.ofKN-statistical-overview .eGlM-extra-study:hover::after {
    opacity: 0.2;
}

.ofKN-statistical-overview .znyd-statistics-pros::after {
    opacity: 0.5;
    width: 40px;
    background: rgb(163,193,202,0.5);
    content: '';
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(15px);
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: -1;
}

.ofKN-statistical-overview .eGlM-extra-study:hover .znyd-statistics-pros svg {
    transform: scale(1.1);
}

.ofKN-statistical-overview .eGlM-extra-study p {
    opacity: 0.9;
    color: #ffffff;
    margin: 0;
    font-size: 12px;
    max-width: 90%;
    line-height: 1.4;
}

.ofKN-statistical-overview .stat_item_inner::before {
    background: linear-gradient(45deg, transparent, rgb(163,193,202,0.5), transparent);
    left: -2px;
    content: '';
    top: -2px;
    z-index: -1;
    border-radius: calc(20px + 2px);
    position: absolute;
    right: -2px;
    bottom: -2px;
    transition: opacity 0.4s ease;
    opacity: 0;
}

.ofKN-statistical-overview .eGlM-extra-study:hover .stat_item_inner::after {
    opacity: 1;
}

.ofKN-statistical-overview .oLdC-smart-pros::before {
    position: absolute;
    background: rgb(163,193,202);
    height: 3px;
    bottom: -10px;
    border-radius: 2px;
    content: '';
    left: 0;
    width: 50px;
}

.ofKN-statistical-overview .oLdC-smart-pros::after {
    content: '';
    bottom: -10px;
    background: rgb(119,159,172);
    position: absolute;
    width: 20px;
    height: 3px;
    left: 60px;
    border-radius: 2px;
}

.ofKN-statistical-overview .eGlM-extra-study:nth-child(4) {
    transform: translateY(8px);
}

.ofKN-statistical-overview .container::after {
    bottom: -20px;
    width: 40px;
    height: 40px;
    opacity: 0.3;
    left: -20px;
    position: absolute;
    border: 1px solid rgb(163,193,202,0.5);
    content: '';
    transform: rotate(45deg);
    animation: rotate 25s linear infinite reverse;
}

.UYuy-program-details::before {
    content: "";
    width: 100%;
    height: 100%;
    animation: patternFloat 60s linear infinite;
    top: 0;
    background-image: 
        linear-gradient(30deg, rgba(rgb(163,193,202,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(163,193,202,0.5), 0.03) 1px, transparent 1px);
    z-index: 0;
    left: 0;
    position: absolute;
    background-size: 30px 30px;
}

.UYuy-program-details .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}

.UYuy-program-details h2::after {
    bottom: -15px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    height: 3px;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(163,193,202) 0%, rgb(119,159,172) 100%);
}

.UYuy-program-details h2:hover::after {
    width: 120px;
}

.UYuy-program-details .ysoc-program-path {
    gap: 40px;
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    align-items: center;
}

.UYuy-program-details .gmKH-post-thumbnail::before {
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(rgb(163,193,202,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    opacity: 0.7;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
}

.UYuy-program-details .description {
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 24px;
    line-height: 1.8;
    font-size: 13px;
}

.UYuy-program-details .description:last-of-type {
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgb(119,159,172);
}

.UYuy-program-details .description:first-of-type:hover::before {
    height: 100%;
}

.LWGX-thxSection {
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(212,229,233) 0%, rgb(119,159,172,0.5) 100%);
    position: relative;
}

.LWGX-thxSection::after {
    position: absolute;
    height: 15rem;
    right: -5rem;
    content: "";
    bottom: -5rem;
    opacity: 0.15;
    transform: rotate(-15deg);
    width: 15rem;
    background: linear-gradient(225deg, rgb(119,159,172) 0%, transparent 70%);
    z-index: 0;
}

.LWGX-thxSection .ZyDH-method-innov {
    transform: translateX(-20px);
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    gap: 2.5rem;
    position: relative;
    flex-direction: column;
    display: flex;
}

.LWGX-thxSection .ZyDH-method-innov > div:first-child::before {
    height: 50%;
    content: "";
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 0.5rem;
    background: rgb(163,193,202);
    left: -2rem;
}

.LWGX-thxSection .ZyDH-method-innov > div:last-child::after {
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(163,193,202), rgb(119,159,172));
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    height: 4px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
}

.LWGX-thxSection p {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin: 0;
    color: #000000;
    font-size: 17px;
}

.LWGX-thxSection a:hover {
    transform: translateY(-5px);
}

.LWGX-thxSection a:focus {
    box-shadow: 0 0 0 3px rgb(163,193,202,0.5);
    outline: none;
}

.DZiv-our-mission::before {
    position: absolute;
    width: 40%;
    height: 70%;
    content: "";
    z-index: 1;
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(210deg, rgb(163,193,202) 10%, rgb(119,159,172) 90%);
    opacity: 0.07;
    right: -5%;
    pointer-events: none;
}

.DZiv-our-mission .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.DZiv-our-mission h1::after {
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(163,193,202), rgb(119,159,172));
    content: "";
    height: 4px;
    bottom: -15px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 80px;
    left: 0;
}

.DZiv-our-mission .Dyvf-knowledge-space {
    padding: 40px;
    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);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    z-index: 2;
    background: #ffffff;
    position: relative;
}

.DZiv-our-mission .Dyvf-knowledge-space:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.DZiv-our-mission .Dyvf-knowledge-space h4 {
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 600;
    font-size: 19px;
    color: rgb(163,193,202);
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
    transform: translateZ(0);
}

.DZiv-our-mission .Dyvf-knowledge-space:hover h4::before {
    background-color: rgb(119,159,172);
}

.DZiv-our-mission .Dyvf-knowledge-space div {
    max-height: 300px;
    color: #000000;
    opacity: 0.9;
    overflow-y: auto;
    line-height: 1.7;
    padding-right: 15px;
    position: relative;
    font-size: 18px;
}

.SBsp-mentorship-profile::after {
    background: rgb(119,159,172,0.5);
    bottom: -5%;
    border-radius: 10px;
    z-index: 1;
    left: -5%;
    transform: rotate(20deg);
    content: "";
    width: 40%;
    position: absolute;
    height: 60%;
    animation: float 6s ease-in-out infinite reverse;
}

.SBsp-mentorship-profile .xfAI-testimonial-corner {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 15px;
    background: #ffffff;
    transform: rotate(-2deg);
    grid-template-columns: 1fr 2fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: grid;
    padding: 40px;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
}

.SBsp-mentorship-profile .xfAI-testimonial-corner:hover .gmKH-post-thumbnail {
    transform: rotate(0deg) scale(1.05);
}

.SBsp-mentorship-profile .xfAI-testimonial-corner span:not(.name) {
    grid-area: job;
    font-style: italic;
    font-size: 13px;
    transform: translateX(20px);
    color: #000000;
}

.SBsp-mentorship-profile .idrx-past-career::before {
    left: 10px;
    color: rgb(163,193,202,0.5);
    content: "";
    font-size: calc(41px * 2);
    position: absolute;
    line-height: 1;
    font-family: serif;
    top: -10px;
}

footer::before {
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0.92;
    content: '';
    background: linear-gradient(90deg, #000000 0%, rgb(163,193,202) 150%);
    top: 0;
    z-index: 1;
    right: 0;
}

.eIdW-mod-tools .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.eIdW-mod-tools .company_holder::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 5px;
    background: rgb(163,193,202);
    left: 0;
    content: '';
}

.eIdW-mod-tools .company_holder h3::after {
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    width: 60px;
    background: rgb(119,159,172);
    bottom: -8px;
}

.eIdW-mod-tools .Gyzj-nav-master {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.eIdW-mod-tools .VFTY-main-sitewrap .Gyzj-nav-master {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.eIdW-mod-tools .VFTY-main-sitewrap .Gyzj-nav-master a {
    z-index: 1;
    border-radius: 4px;
    transition: all 0.3s ease;
    padding: 8px 15px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.eIdW-mod-tools .VFTY-main-sitewrap .Gyzj-nav-master a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}

.IzTh-tutor-match .container {
    justify-content: center;
    align-items: center;
    display: flex;
}



footer::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-size: 40px 40px;
    right: 0;
    content: '';
    left: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    top: 0;
}

.iohf-potential-enrollees::before {
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.2;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(163,193,202,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(119,159,172,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 0;
}

.iohf-potential-enrollees h4 {
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    font-size: 38px;
    color: #000000;
}

.iohf-potential-enrollees div {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.iohf-potential-enrollees div p {
    overflow: hidden;
    align-items: center;
    padding: 25px;
    font-size: 15px;
    color: #000000;
    display: flex;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 250px;
    margin: 0;
    line-height: 1.6;
    transition: all 0.3s ease;
    border-radius: 13px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    background: rgb(212,229,233);
    position: relative;
}

.iohf-potential-enrollees div p svg {
    border-radius: 50%;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    width: 40px;
    margin-right: 20px;
    padding: 8px;
    transition: all 0.3s ease;
    background: rgb(212,229,233);
    min-width: 40px;
    height: 40px;
}

.iohf-potential-enrollees div p svg path {
    fill: rgb(163,193,202);
    transition: fill 0.3s ease;
}

.Brzj-pricing-block {
    color: #ffffff;
    padding: 120px 0 140px;
    overflow: hidden;
    position: relative;
}

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

.Brzj-pricing-block .jPRL-deal-board::before {
    top: -80px;
    height: 200px;
    right: -80px;
    filter: blur(60px);
    border-radius: 50%;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    width: 200px;
    background: linear-gradient(225deg, rgb(163,193,202,0.5), transparent);
    content: "";
}

.Brzj-pricing-block h2::after {
    height: 3px;
    bottom: -8px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 80px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(1);
    left: 0;
    background: rgb(163,193,202);
    content: "";
}

.Brzj-pricing-block .dtCJ-cost-fee {
    padding: 0;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}

.Brzj-pricing-block .gdLk-study-offers:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.15);
}

.Brzj-pricing-block .gdLk-study-offers::before {
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.8s ease;
    pointer-events: none;
    top: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.Brzj-pricing-block .gdLk-study-offers:hover::before {
    transform: translateX(100%);
}

.Brzj-pricing-block .gdLk-study-offers:hover::after {
    transform: scale(1.5);
}

.Brzj-pricing-block .DFVS-learn-pricing {
    display: flex;
    height: 100%;
    padding: 35px 25px;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}

.Brzj-pricing-block .deDJ-bundle-offer {
    position: relative;
    z-index: 2;
}

.Brzj-pricing-block .gdLk-study-offers:hover h4 {
    transform: translateX(5px);
}

.Brzj-pricing-block .gdLk-study-offers h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    background: rgb(163,193,202);
    transition: width 0.3s ease;
    width: 40px;
}

.Brzj-pricing-block .eOJh-learning-packages {
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 700;
    overflow: hidden;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    font-size: calc(23px + 4px);
    background: linear-gradient(135deg, rgb(163,193,202), rgb(119,159,172));
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.Brzj-pricing-block .gdLk-study-offers:hover .eOJh-learning-packages::before {
    transform: skewX(-20deg) translateX(100%);
}

.AmYj-usageAgreementAlert {
    width: 100%;
    bottom: 0;
    background: rgb(212,229,233);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(163,193,202);
    position: fixed;
}

.YBKS-cookie-apply {
    margin-right: 15px;
    flex-shrink: 0;
}

.YBKS-cookie-apply svg {
    fill: rgb(163,193,202);
    width: 60px;
    transition: fill 0.3s ease;
    height: 60px;
}

.AmYj-usageAgreementAlert h5 {
    font-family: Arial, sans-serif;
    color: rgb(163,193,202);
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
}

.hGar-privacy-ack {
    cursor: pointer;
    line-height: 35px;
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 12px;
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    background: rgb(163,193,202);
}

.AmYj-usageAgreementAlert p a:hover {
    color: rgb(119,159,172);
}

#LrMh-cookie-popup-panel:checked ~ .AmYj-usageAgreementAlert {
    visibility: hidden;
    opacity: 0;
}

.hSdE-homepage > div {
    width: 100%;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.hSdE-homepage .UWbB-success-path {
    transform: translateZ(0);
    margin-bottom: 3rem;
    position: relative;
    perspective: 1000px;
}

.hSdE-homepage .PTcW-edu-first::before {
    bottom: -20px;
    content: "";
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    width: 60%;
    transform: translateZ(20px);
    background: linear-gradient(90deg, rgb(119,159,172), transparent);
    position: absolute;
    height: 8px;
    left: 0;
}

.hSdE-homepage .HDsJ-learn-open::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(
    to bottom,
    rgba(rgba(0, 0, 0, 0.5), 0.4),
    rgba(rgba(0, 0, 0, 0.5), 0.9)
  );
}

.hSdE-homepage .HDsJ-learn-open p {
    margin-bottom: 2rem;
    max-width: 700px;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: #ffffff;
}

.hSdE-homepage .HDsJ-learn-open h3 {
    font-weight: 600;
    padding-left: 1rem;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    color: #ffffff;
    margin-top: 1.5rem;
    position: relative;
    max-width: 800px;
    line-height: 1.5;
}

.hSdE-homepage::after {
    background: radial-gradient(circle at top right, rgb(119,159,172,0.5), transparent 70%);
    top: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.3;
    z-index: 1;
}

.qRJy-explore-now::before {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    opacity: 0.04;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, #000000 1px, transparent 1px) 0 0 / 40px 100%,
        linear-gradient(0deg, #000000 1px, transparent 1px) 0 0 / 100% 40px;
}

.qRJy-explore-now .xgZC-feedback-help {
    grid-column: 1 / 2;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    background: rgb(212,229,233);
    padding: 20px 40px;
    box-shadow: 5px 5px 0 rgb(163,193,202);
    transition: all 0.3s ease;
    font-size: 17px;
    border-radius: 20px;
    position: relative;
    color: #ffffff;
    z-index: 5;
    overflow: hidden;
    text-transform: uppercase;
}

.qRJy-explore-now .xgZC-feedback-help:hover {
    box-shadow: 0 0 0 rgb(163,193,202);
    transform: translate(5px, 5px);
}

.qRJy-explore-now .ZyDH-method-innov::before {
    z-index: -1;
    width: 350px;
    height: 350px;
    opacity: 0.3;
    border-radius: 50%;
    content: '';
    right: -175px;
    position: absolute;
    top: -175px;
    border: 2px solid rgb(163,193,202,0.5);
}

.qRJy-explore-now::after {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(163,193,202,0.5) 100%);
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    content: '';
    opacity: 0.05;
}

.SBnC-client-opinions::after {
    transform: rotate(-15deg);
    top: -5%;
    content: "";
    z-index: 1;
    opacity: 0.05;
    right: -5%;
    width: 30%;
    background: linear-gradient(225deg, rgb(163,193,202) 0%, transparent 70%);
    height: 30%;
    position: absolute;
}

.SBnC-client-opinions h2 {
    position: relative;
    color: #000000;
    font-size: 30px;
    margin-bottom: 3rem;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.SBnC-client-opinions .ZyDH-method-innov {
    position: relative;
}

.SBnC-client-opinions .xfAI-testimonial-corner {
    z-index: 2;
    padding: 2.5rem 2rem;
    position: relative;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
              0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    border-left: 3px solid rgb(163,193,202);
    height: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
}

.SBnC-client-opinions .xfAI-testimonial-corner h3 {
    margin-bottom: 1rem;
    display: inline-block;
    font-size: calc(21px - 0.1rem);
    font-weight: 600;
    color: rgb(163,193,202);
    position: relative;
}

.SBnC-client-opinions .xfAI-testimonial-corner:hover h3::after {
    width: 100%;
}

.SBnC-client-opinions .xfAI-testimonial-corner .description {
    color: #000000;
    line-height: 1.6;
    font-size: calc(13px - 0.1rem);
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
}

.SBnC-client-opinions .xfAI-testimonial-corner:hover img {
    border-color: rgb(163,193,202);
    transform: scale(1.05);
}

.SBnC-client-opinions .vGih-client-ratings::after {
    position: absolute;
    width: 80%;
    bottom: -50px;
    content: "";
    border-radius: 100px;
    height: 10px;
    filter: blur(5px);
    background: linear-gradient(90deg, transparent, rgba(rgb(163,193,202,0.5), 0.05), transparent);
    left: 10%;
}

header .container {
    width: 100%;
    position: relative;
    padding: 0 3%;
    z-index: 1;
    margin: 0;
    max-width: 100%;
}

header .ouvk-top-core {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

header .HLGC-first-lesson {
    padding: 0.5rem 1.5rem;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(163,193,202,0.5), rgb(119,159,172,0.5));
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
}

header .HLGC-first-lesson svg {
    height: auto;
    width: 150px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .OzSP-site-main {
    font-size: 18px;
    color: #000000;
    position: relative;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    z-index: 1;
    font-family: Arial, sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
}

header .OzSP-site-main:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(163,193,202);
    transform: translateY(-3px);
}

.MfDv-contact-section::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.07;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(163,193,202,0.5) 0,
        rgb(163,193,202,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}

.MfDv-contact-section .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}

.MfDv-contact-section h2::before {
    left: calc(50% - 40px);
    height: 4px;
    bottom: 0;
    background: rgb(163,193,202);
    content: "";
    width: 80px;
    position: absolute;
}

.MfDv-contact-section h2::after {
    content: "";
    background: rgb(119,159,172);
    height: 4px;
    left: calc(50% - 15px);
    position: absolute;
    width: 30px;
    bottom: 0;
}

.MfDv-contact-section .gmKH-post-thumbnail {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}

.MfDv-contact-section .XmRL-contact-message {
    position: relative;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    flex: 0 0 55%;
    display: flex;
}

.MfDv-contact-section .XmRL-contact-message::before {
    position: absolute;
    z-index: 0;
    border: 30px solid rgb(163,193,202,0.5);
    top: -75px;
    right: -75px;
    content: "";
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.MfDv-contact-section form {
    z-index: 2;
    position: relative;
}

.MfDv-contact-section form h3::after {
    background: rgb(163,193,202);
    left: 0;
    width: 50%;
    height: 2px;
    bottom: -15px;
    position: absolute;
    content: "";
}

.MfDv-contact-section form input[type="text"]:focus {
    border-bottom-color: rgb(163,193,202);
    outline: none;
}

.MfDv-contact-section form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.MfDv-contact-section .qfSu-feedback-support {
    position: relative;
    margin-bottom: 40px;
}

.MfDv-contact-section .qfSu-feedback-support input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.MfDv-contact-section .qfSu-feedback-support label::before {
    background: transparent;
    transition: all 0.3s ease;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    border: 2px solid rgb(212,229,233);
    height: 22px;
    width: 22px;
}

.MfDv-contact-section .qfSu-feedback-support label a {
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(163,193,202);
}

.MfDv-contact-section .qfSu-feedback-support label a::after {
    width: 100%;
    bottom: -1px;
    left: 0;
    transform: scaleX(1);
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    height: 1px;
    transform-origin: left;
    background: rgb(163,193,202);
}

.MfDv-contact-section .xgZC-feedback-help {
    display: inline-block;
    overflow: hidden;
    background: rgb(163,193,202);
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 18px 40px;
    z-index: 1;
    font-size: 17px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    width: auto;
    position: relative;
}

.MfDv-contact-section svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(163,193,202);
}

.uNJf-privacy-niche {
    padding: 40px;
    margin: 0 auto;
    width: 100%;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.uNJf-privacy-niche h2 {
    color: rgb(119,159,172);
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgb(119,159,172);
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.uNJf-privacy-niche ul, .uNJf-privacy-niche ol {
    padding: 15px 0;
    padding-left: 0;
    list-style-position: inside;
    margin: 0;
}

.uNJf-privacy-niche li:hover {
    background: rgb(163,193,202,0.5);
}

.uNJf-privacy-niche section {
    background: none;
}

.uNJf-privacy-niche p, .uNJf-privacy-niche span, .uNJf-privacy-niche div {
    font-size: 17px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.iqFj-service-connect::before {
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
}

.iqFj-service-connect .container {
    position: relative;
    z-index: 2;
}

.iqFj-service-connect .fkvR-online-questions {
    position: relative;
    flex-direction: column;
    display: flex;
}

.iqFj-service-connect .fkvR-online-questions h3::before {
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    left: -1rem;
    width: 5px;
    position: absolute;
    border-radius: 10px;
    background-color: rgb(163,193,202);
    content: "";
}

.iqFj-service-connect .vHjm-support-info {
    margin: -1rem;
    display: flex;
    flex-wrap: wrap;
}

.iqFj-service-connect .vHjm-support-info > span {
    overflow: hidden;
    padding: 2.5rem;
    margin: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 250px;
    border-radius: 12px;
    flex: 1 0 calc(33.333% - 2rem);
    z-index: 1;
    background-color: #ffffff;
    position: relative;
    opacity: 1;
}

.iqFj-service-connect .vHjm-support-info > span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.iqFj-service-connect .vHjm-support-info > span svg {
    width: 28px;
    position: absolute;
    transition: all 0.4s ease;
    height: 28px;
    right: 1.5rem;
    opacity: 0.7;
    fill: rgb(163,193,202);
    top: 1.5rem;
}

.iqFj-service-connect .vHjm-support-info > span:hover svg path {
    stroke-width: 1;
}

.iqFj-service-connect .vHjm-support-info p svg {
    width: 18px;
    opacity: 0.8;
    fill: rgb(163,193,202);
    height: 18px;
    margin-right: 10px;
    position: static;
}

.iqFj-service-connect .vHjm-support-info span > span svg {
    height: 16px;
    margin-right: 8px;
    opacity: 0.8;
    width: 16px;
    position: static;
}

.iqFj-service-connect .vHjm-support-info a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(163,193,202);
    display: inline-flex;
    position: relative;
    align-items: center;
}

.iqFj-service-connect .vHjm-support-info a:hover {
    color: rgb(119,159,172);
}

.iqFj-service-connect .vHjm-support-info a:hover svg {
    transform: translateX(3px);
    fill: rgb(119,159,172);
}

.iqFj-service-connect .vHjm-support-info a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background-color: rgb(119,159,172);
}

.iqFj-service-connect .YXbO-support-now::before {
    content: "";
    opacity: 0.4;
    top: 0;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
    height: 100%;
    background-size: 20px 20px;
    width: 100%;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
    background: linear-gradient(45deg, transparent 98%, rgb(119,159,172) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(119,159,172) 0), 
                linear-gradient(135deg, transparent 98%, rgb(119,159,172) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(119,159,172) 0);
    position: absolute;
}

.iqFj-service-connect .YXbO-support-now:hover h4 svg {
    transform: rotate(360deg);
}

.iqFj-service-connect .YXbO-support-now span {
    padding: 0.5rem 1rem;
    border-radius: 10px;
    align-items: center;
    color: #000000;
    background-color: rgba(rgb(119,159,172,0.5), 0.1);
    display: inline-flex;
    font-size: 18px;
    margin: 0.5rem 1rem 0.5rem 0;
    transition: all 0.3s ease;
}

.iqFj-service-connect .YXbO-support-now span svg {
    fill: rgb(119,159,172);
    margin-right: 8px;
    transition: all 0.3s ease;
    opacity: 0.8;
    height: 14px;
    width: 14px;
}

.iqFj-service-connect .vHjm-support-info > span:hover::after {
    width: 100%;
}

.iqFj-service-connect .vHjm-support-info > span:hover::after {
    background: linear-gradient(90deg, rgb(163,193,202), rgb(119,159,172), rgb(163,193,202));
    background-size: 200% 200%;
}

.iqFj-service-connect .vHjm-support-info > span:nth-child(2) {
    animation-delay: 0.2s;
}

.iqFj-service-connect .vHjm-support-info > span:nth-child(4) {
    animation-delay: 0.4s;
}

.iqFj-service-connect .vHjm-support-info > span:nth-child(6) {
    animation-delay: 0.6s;
}

.iqFj-service-connect .container::after {
    bottom: -10%;
    border-radius: 50%;
    z-index: -1;
    height: 200px;
    content: "";
    width: 200px;
    left: -10%;
    border: 20px solid rgb(119,159,172,0.5);
    position: absolute;
    opacity: 0.1;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


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



@media screen and (max-width: 1200px) {.ofKN-statistical-overview .eGlM-extra-study {
    min-width: 200px;
    height: 200px;
    flex: 1 1 180px;
}
}



@media screen and (max-width: 992px) {.ofKN-statistical-overview {
    padding: 100px 0;
}.ofKN-statistical-overview .yiel-study-elevation {
    grid-template-columns: 1fr;
    grid-template-areas:
            "minisvg"
            "header"
            "description"
            "qabd-learn-explore";
    grid-template-rows: auto auto auto auto;
}.ofKN-statistical-overview .DaMc-success-statistics {
    justify-content: center;
    margin-bottom: 20px;
}.ofKN-statistical-overview .oLdC-smart-pros {
    text-align: center;
    justify-content: center;
}.ofKN-statistical-overview .oLdC-smart-pros::before,
    .ofKN-statistical-overview .oLdC-smart-pros::after {
    left: 50%;
}.ofKN-statistical-overview .oLdC-smart-pros::before {
    transform: translateX(calc(-50% - 10px));
}.ofKN-statistical-overview .oLdC-smart-pros::after {
    transform: translateX(calc(-50% + 30px));
}.ofKN-statistical-overview .WJkE-statistics-advantages {
    max-width: 90%;
}
}



@media screen and (max-width: 576px) {.ofKN-statistical-overview {
    padding: 60px 0;
}.ofKN-statistical-overview .DaMc-success-statistics svg {
    height: 60px;
    width: 60px;
}.ofKN-statistical-overview .WJkE-statistics-advantages {
    max-width: 100%;
    padding: 15px 10px;
}.ofKN-statistical-overview .eGlM-extra-study {
    flex: 1 1 100%;
    aspect-ratio: 16/9;
    min-width: 100%;
    height: auto;
}.ofKN-statistical-overview .yvRc-benefits-block {
    flex-direction: column;
}}



@media screen and (max-width: 768px) {.UYuy-program-details {
    padding: 60px 0 80px;
}.UYuy-program-details h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.UYuy-program-details h2::after {
    bottom: -12px;
    width: 60px;
}.UYuy-program-details .gmKH-post-thumbnail {
    height: 320px;
}.UYuy-program-details .QPaU-label-holder {
    max-height: 400px;
}.UYuy-program-details .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}



@media (hover: none) {.UYuy-program-details h2:hover,
    .UYuy-program-details .gmKH-post-thumbnail:hover {
    transform: none;
}.UYuy-program-details h2:hover::after {
    width: 80px;
}}



@media (min-width: 768px) {.LWGX-thxSection {
    padding: 6rem 0;
}.LWGX-thxSection .ZyDH-method-innov {
    gap: 3.5rem;
}.LWGX-thxSection .ZyDH-method-innov > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.LWGX-thxSection h5 {
    font-size: calc(24px * 1.2);
    padding-left: 1.5rem;
}.LWGX-thxSection .ZyDH-method-innov > div:last-child {
    margin-left: 3rem;
    padding: 3rem;
    max-width: 90%;
}
}



@media (min-width: 1200px) {.LWGX-thxSection .ZyDH-method-innov > div:last-child {
    max-width: 75%;
    padding: 4.5rem;
    margin-left: 8rem;
}.LWGX-thxSection h5 {
    font-size: calc(24px * 1.5);
}
}



@media (max-width: 767px) {.LWGX-thxSection {
    padding: 3rem 0;
}.LWGX-thxSection .ZyDH-method-innov > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.LWGX-thxSection h5 {
    font-size: calc(24px * 0.9);
    padding-left: 0.75rem;
}.LWGX-thxSection .ZyDH-method-innov > div:last-child {
    padding: 1.75rem;
}}



@media (min-width: 992px) {.DZiv-our-mission {
    padding: 150px 0;
}.DZiv-our-mission::before {
    height: 60%;
    width: 35%;
}.DZiv-our-mission::after {
    height: 50%;
    width: 25%;
}.DZiv-our-mission h1 {
    margin-bottom: 80px;
    font-size: calc(45px * 1.2);
}.DZiv-our-mission h1::after {
    height: 5px;
    width: 100px;
}.DZiv-our-mission .Dyvf-knowledge-space {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 50px;
}.DZiv-our-mission .Dyvf-knowledge-space::before {
    width: 5px;
}.DZiv-our-mission .Dyvf-knowledge-space h4 {
    font-size: calc(19px * 1.1);
    margin-bottom: 25px;
}.DZiv-our-mission .Dyvf-knowledge-space div {
    max-height: 400px;
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 768px) {.SBsp-mentorship-profile {
    padding: 60px 0;
}.SBsp-mentorship-profile .xfAI-testimonial-corner {
    padding: 30px 20px;
    grid-template-areas: 
            "gmKH-post-thumbnail"
            "name"
            "RIDf-work-details"
            "idrx-past-career";
    grid-template-columns: 1fr;
}.SBsp-mentorship-profile .gmKH-post-thumbnail {
    margin: 0 auto;
    height: 180px;
    width: 80%;
}.SBsp-mentorship-profile .name,
    .SBsp-mentorship-profile .xfAI-testimonial-corner span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.SBsp-mentorship-profile .idrx-past-career {
    padding: 15px;
}}



@media (max-width: 576px) {.eIdW-mod-tools {
    padding: 40px 0;
}.eIdW-mod-tools .company_holder h3 {
    font-size: calc(37px * 0.8);
}.eIdW-mod-tools .VFTY-main-sitewrap h5 {
    font-size: calc(23px * 0.9);
}.eIdW-mod-tools .VFTY-main-sitewrap .Gyzj-nav-master a,
    .eIdW-mod-tools .footer_agreement {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 767px) {.iohf-potential-enrollees {
    padding: 60px 0;
}.iohf-potential-enrollees .ZyDH-method-innov {
    padding: 30px 20px;
}.iohf-potential-enrollees h4 {
    margin-bottom: 35px;
    font-size: calc(38px - 4px);
}.iohf-potential-enrollees div p {
    padding: 18px;
    flex: 1 1 100%;
}.iohf-potential-enrollees div p svg {
    margin-right: 15px;
    height: 30px;
    min-width: 30px;
    width: 30px;
    padding: 6px;
}
}



@media (max-width: 991px) {.Brzj-pricing-block {
    padding: 80px 0 100px;
}.Brzj-pricing-block .dtCJ-cost-fee {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.Brzj-pricing-block .gdLk-study-offers {
    min-height: 450px;
}.Brzj-pricing-block .DFVS-learn-pricing {
    padding: 25px 20px;
}.Brzj-pricing-block h2 {
    font-size: calc(37px - 4px);
}.Brzj-pricing-block .jvfB-pro-rates {
    font-size: 18px;
    margin-bottom: 40px;
}
}



@media (max-width: 480px) {.Brzj-pricing-block {
    padding: 50px 0 70px;
}.Brzj-pricing-block .DFVS-learn-pricing {
    padding: 20px 15px;
}.Brzj-pricing-block h2 {
    font-size: calc(37px - 10px);
}.Brzj-pricing-block .eOJh-learning-packages {
    padding: 8px 20px;
    font-size: 23px;
}.Brzj-pricing-block .gdLk-study-offers h4 {
    font-size: calc(23px - 2px);
    margin-bottom: 15px;
}}


@media only screen and (max-width: 800px) {.BQfn-web-tracking {
    padding: 15px;
}.YBKS-cookie-apply {
    display: none;
}.AmYj-usageAgreementAlert h5 {
    font-size: 17px;
}.AmYj-usageAgreementAlert p {
    font-size: 13px;
}}



@media (max-width: 991px) {.hSdE-homepage {
    padding: 4rem 1.5rem;
}.hSdE-homepage .HDsJ-learn-open > div {
    padding: 3rem 2rem;
}.hSdE-homepage .UWbB-success-path {
    margin-bottom: 2rem;
}
}



@media (max-width: 576px) {.hSdE-homepage .HDsJ-learn-open > div {
    padding: 2rem 1.25rem;
}.hSdE-homepage .PTcW-edu-first {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}.hSdE-homepage .PTcW-edu-first::before {
    width: 40%;
    height: 4px;
    bottom: -10px;
}.hSdE-homepage .HDsJ-learn-open h3 {
    padding-left: 0.75rem;
}.hSdE-homepage .HDsJ-learn-open h3::before {
    width: 3px;
}}



@media (max-width: 480px) {.qRJy-explore-now {
    padding: 40px 0;
}.qRJy-explore-now .ZyDH-method-innov {
    border-left-width: 3px;
    padding-left: 15px;
    gap: 20px;
}.qRJy-explore-now .container p {
    font-size: calc(12px * 1.2);
}.qRJy-explore-now .xgZC-feedback-help {
    padding: 12px 25px;
    font-size: calc(17px * 0.9);
}}



@media (min-width: 1200px) {.SBnC-client-opinions .vGih-client-ratings {
    grid-template-columns: repeat(4, 1fr);
}.SBnC-client-opinions::before {
    background: repeating-linear-gradient(
      135deg,
      rgba(rgb(163,193,202,0.5), 0.02) 0px,
      rgba(rgb(163,193,202,0.5), 0.02) 1px,
      transparent 1px,
      transparent 12px
    );
}
}



@media (max-width: 991px) {.SBnC-client-opinions .xfAI-testimonial-corner {
    padding: 2.2rem 1.8rem;
}.SBnC-client-opinions h2::after {
    width: 5rem;
}
}



@media (max-width: 767px) {.SBnC-client-opinions {
    padding: 4rem 0;
}.SBnC-client-opinions h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px - 0.2rem);
}.SBnC-client-opinions .vGih-client-ratings {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.SBnC-client-opinions .xfAI-testimonial-corner {
    padding: 2rem 1.5rem;
}
}



@media (max-width: 576px) {.SBnC-client-opinions {
    padding: 3rem 0;
}.SBnC-client-opinions .container {
    padding: 0 1.5rem;
}.SBnC-client-opinions .vGih-client-ratings {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.SBnC-client-opinions .xfAI-testimonial-corner {
    padding: 1.8rem 1.3rem;
}.SBnC-client-opinions .xfAI-testimonial-corner::before {
    top: 1rem;
    font-size: 4rem;
    right: 1rem;
}.SBnC-client-opinions h2 {
    font-size: calc(30px - 0.3rem);
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .HLGC-first-lesson {
    padding: 0.5rem 1.2rem;
}header .HLGC-first-lesson svg {
    width: 140px;
}header .VFTY-main-sitewrap {
    gap: 0.5rem;
}header .OzSP-site-main {
    padding: 0.5rem 1rem;
}
}



@media (max-width: 767px) {header .ouvk-top-core {
    gap: 1.5rem;
}header .HLGC-first-lesson {
    padding: 0.4rem 1rem;
}header .HLGC-first-lesson svg {
    width: 130px;
}header .VFTY-main-sitewrap {
    gap: 0.5rem;
}header .OzSP-site-main {
    font-size: calc(18px - 1px);
    padding: 0.5rem 0.9rem;
}
}



@media (max-width: 1024px) {.MfDv-contact-section {
    padding: 80px 0;
}.MfDv-contact-section .gmKH-post-thumbnail {
    min-height: 500px;
}.MfDv-contact-section .XmRL-contact-message {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.MfDv-contact-section {
    padding: 60px 0;
}.MfDv-contact-section .eJPH-query-feedback {
    flex-direction: column;
}.MfDv-contact-section .gmKH-post-thumbnail {
    width: 100%;
    min-height: 300px;
}.MfDv-contact-section .XmRL-contact-message {
    padding: 40px 30px;
    width: 100%;
}.MfDv-contact-section form h3 {
    margin-bottom: 30px;
}.MfDv-contact-section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.MfDv-contact-section .qfSu-feedback-support {
    margin-bottom: 30px;
}.MfDv-contact-section .xgZC-feedback-help {
    width: 100%;
    padding: 15px 30px;
}
}



@media only screen and (max-width: 800px) {.uNJf-privacy-niche {
    width: 100%;
    padding: 25px 10px;
}.uNJf-privacy-niche h1, .uNJf-privacy-niche h2 {
    font-size: calc(19px - 5px);
    text-align: left;
}.uNJf-privacy-niche ul, .uNJf-privacy-niche ol {
    padding: 10px 0;
}}


@media (max-width: 1199px) and (min-width: 992px) {.iqFj-service-connect .vHjm-support-info > span {
    flex: 1 0 calc(50% - 2rem);
}.iqFj-service-connect .vHjm-support-info > span svg {
    height: 24px;
    width: 24px;
}
}


@media (max-width: 767px) {.iqFj-service-connect {
    padding: 4rem 0;
}.iqFj-service-connect .vHjm-support-info > span {
    flex: 1 0 calc(100% - 2rem);
}.iqFj-service-connect .fkvR-online-questions h3 {
    max-width: 100%;
    font-size: calc(44px * 0.8);
}.iqFj-service-connect .Iwjd-edu-help {
    font-size: 18px;
}.iqFj-service-connect .YXbO-support-now {
    padding: 2rem;
}.iqFj-service-connect .vHjm-support-info > span {
    padding: 2rem;
}.iqFj-service-connect .vHjm-support-info > span svg {
    top: 1rem;
    right: 1rem;
    width: 20px;
    height: 20px;
}.iqFj-service-connect .YXbO-support-now span svg {
    width: 12px;
    height: 12px;
}
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



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



@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



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



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



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

