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

* {
    scrollbar-color: rgb(103,113,128,0.5) rgb(103,113,128);
    scrollbar-width: auto;
}

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

.head_learningQxb {
    flex: 1 0 auto;
}

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

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


.user_testimonialsoXM {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,193,211) 0%, rgba(245, 245, 248, 0.95) 100%);
    padding: 100px 0 120px;
}

.user_testimonialsoXM::after {
    content: "";
    z-index: 1;
    opacity: 0.09;
    height: 60%;
    width: 35%;
    background: linear-gradient(240deg, rgb(103,113,128,0.5) 0%, rgba(255,255,255,0) 80%);
    transform: rotate(10deg) skewX(-5deg);
    bottom: -10%;
    position: absolute;
    left: -5%;
}

.user_testimonialsoXM h2::after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    background: linear-gradient(to right, rgb(138,152,170), rgb(103,113,128));
    bottom: -15px;
    width: 80px;
}

.user_testimonialsoXM .client_experiencesIFC {
    z-index: 2;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 30px;
}

.user_testimonialsoXM .client_experiencesIFC:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.user_testimonialsoXM .client_experiencesIFC img {
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(rgb(138,152,170,0.5), 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease;
    margin-right: 15px;
    height: 60px;
    width: 60px;
}

.user_testimonialsoXM .client_experiencesIFC:hover h4 {
    color: rgb(138,152,170);
}

.user_testimonialsoXM .client_experiencesIFC h4::after {
    height: 2px;
    background: rgb(138,152,170);
    transition: width 0.4s ease;
    width: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
}

.user_testimonialsoXM .client_experiencesIFC:nth-child(odd) {
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}

.user_testimonialsoXM .client_experiencesIFC:nth-child(odd):hover {
    transform: perspective(1000px) rotateY(0) translateY(-10px);
}

.user_testimonialsoXM .feedback_cornerd0E:hover .client_experiencesIFC:not(:hover) {
    opacity: 0.75;
}

.user_testimonialsoXM a::before {
    height: 100%;
    content: "";
    width: 100%;
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
}

.user_testimonialsoXM a:hover {
    transform: translateX(-50%) translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.user_testimonialsoXM a:hover::before {
    left: 100%;
}

.our_background2TU::before {
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%),
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 80px);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}

.our_background2TU .container {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.our_background2TU .why_trustPmn::before {
    background: rgb(138,152,170);
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
}

.our_background2TU .pro_learningAj6 {
    align-items: center;
    flex-direction: column;
    gap: 30px;
    display: flex;
    padding-bottom: 30px;
    transition: transform 0.5s ease;
    grid-area: director;
    border-bottom: 1px solid rgba(rgb(138,152,170), 0.1);
    transform: translateY(0);
}

.our_background2TU .learn_traininge9z {
    border-left: 4px solid rgb(138,152,170);
    margin: 0 auto;
    background: rgb(173,193,211);
    padding: 15px;
    text-align: center;
    max-width: 300px;
}

.our_background2TU .impact_numbersZIp {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}

.our_background2TU .learn_growthvoJ {
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
}

.our_background2TU .team_biosfCF {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    margin-bottom: 20px;
    background: rgb(173,193,211);
    grid-area: logo;
    gap: 20px;
    position: relative;
    justify-content: center;
    border-bottom: 1px solid rgba(rgb(138,152,170), 0.1);
    padding: 20px;
}

.our_background2TU .legend_holderBQ4 {
    padding: 30px;
    position: relative;
    grid-area: text;
    animation-delay: 0.3s;
    margin: 0 auto;
    border: 1px solid rgba(rgb(138,152,170), 0.1);
    transform: translateY(20px);
    opacity: 0;
    max-width: 700px;
    animation: slideUp 0.8s ease-out forwards;
}

.our_background2TU h2::after {
    bottom: 0;
    animation: pulseWidth 3s ease-in-out infinite;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(138,152,170);
    width: 80px;
    left: 50%;
}

.title_screenn7M::before {
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 50.5%, transparent 50.5%);
    left: 0;
    opacity: 0.5;
    right: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background-size: 60px 60px;
    bottom: 0;
}

.title_screenn7M .legend_holderBQ4::before {
    height: 120px;
    background: rgba(var(--primary-color-rgb, 94, 170, 168), 0.15);
    animation: floatElement 8s ease-in-out infinite alternate;
    z-index: -1;
    position: absolute;
    left: -40px;
    width: 120px;
    border-radius: 20% 80% 40% 60% / 60% 30% 70% 40%;
    content: "";
    top: -60px;
}

.title_screenn7M .legend_holderBQ4 h1 {
    font-size: clamp(2rem, 5vw, 35px);
    color: #000000;
    position: relative;
    transform: translateY(0);
    line-height: 1.2;
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 1.5rem;
}

.title_screenn7M .course_baseRxq {
    margin-bottom: 2rem;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.title_screenn7M .course_baseRxq svg {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 5px 15px rgba(var(--primary-color-rgb, 94, 170, 168), 0.3));
    transform: rotate(-5deg);
}

.title_screenn7M .course_baseRxq p {
    font-size: clamp(1rem, 2vw, 18px);
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.6;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    color: #000000;
    max-width: 540px;
    transform: translateX(0);
}

.title_screenn7M .feedback_formGZ0::before {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
    position: absolute;
    left: 0;
    z-index: -1;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    width: 100%;
    transform: translateX(-100%) skewX(-30deg);
}

.title_screenn7M .feedback_formGZ0:hover {
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb, 94, 170, 168), 0.4);
    transform: translateY(-3px);
}

.title_screenn7M .img_rounded_boxHy3 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    position: relative;
    border-radius: 8px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.1),
        5px 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    aspect-ratio: 4/3;
    will-change: transform;
    overflow: hidden;
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.title_screenn7M .img_rounded_boxHy3,
    .title_screenn7M .legend_holderBQ4,
    .title_screenn7M .legend_holderBQ4 h1,
    .title_screenn7M .course_baseRxq svg,
    .title_screenn7M .feedback_formGZ0 {
    transition: none;
}

.title_screenn7M:hover .img_rounded_boxHy3 {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}

.title_screenn7M:hover .legend_holderBQ4 h1::after {
    transform: scaleX(1.3);
}

.find_contactSxB::before {
    position: absolute;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 25% 25%, rgb(138,152,170,0.5) 0%, transparent 50%);
    left: 0;
    z-index: 0;
    width: 100%;
    content: '';
    opacity: 0.15;
}

.find_contactSxB .container {
    z-index: 1;
    position: relative;
}

.find_contactSxB .message_usleS {
    position: relative;
    grid-template-columns: 2fr 1fr;
    gap: 0;
    display: grid;
}

.find_contactSxB .connect_todayOJd:nth-child(1) h2 {
    margin-bottom: 2rem;
    line-height: 1.1;
    position: relative;
    font-weight: 700;
    color: rgb(138,152,170);
    letter-spacing: -1px;
    font-size: calc(41px * 1.2);
    text-transform: uppercase;
}

.find_contactSxB .quick_requestbwa::after {
    bottom: -10px;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    background: rgb(103,113,128,0.5);
}

.find_contactSxB .connect_todayOJd > p {
    color: #000000;
    padding-left: 30px;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 13px;
    display: flex;
    position: relative;
}

.find_contactSxB .connect_todayOJd > p svg path {
    fill: rgb(138,152,170);
}

.find_contactSxB .connect_todayOJd > p span {
    margin-left: 0.25rem;
    font-weight: 600;
}

.find_contactSxB .assist_teamZWt h3 {
    color: rgb(138,152,170);
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}

.find_contactSxB .start_chatiay span {
    border-left: 3px solid rgb(103,113,128);
    color: #000000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 13px;
    border-radius: 10px;
    background: #ffffff;
}

.find_contactSxB .connect_todayOJd .img_rounded_boxHy3 {
    height: 100%;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    border-radius: 0;
}

.find_contactSxB .get_assistanceNGn a {
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    flex-direction: column;
    padding-left: 40px;
    margin-bottom: 2rem;
}

.find_contactSxB .get_assistanceNGn a:hover svg {
    transform: scale(1.2);
}

.find_contactSxB .get_assistanceNGn svg path {
    fill: #ffffff;
}

.find_contactSxB .get_assistanceNGn a p {
    margin-bottom: 0;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    font-size: calc(13px * 1.2);
}

.find_contactSxB .get_assistanceNGn a p::after {
    transition: width 0.3s ease;
    content: '';
    width: 0;
    position: absolute;
    background: #ffffff;
    left: 0;
    height: 2px;
    bottom: -5px;
}

.gratefulPageXHV::before {
    height: 100%;
    transform: translateX(20%) skewX(-15deg);
    width: 40%;
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(215deg, rgb(138,152,170,0.5) 0%, transparent 70%);
}

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

.gratefulPageXHV h2::before {
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(138,152,170);
    top: -15px;
    content: "";
    width: 80px;
    position: absolute;
    left: 0;
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
}

.gratefulPageXHV .why_trustPmn::before {
    left: 0;
    height: 100%;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(138,152,170), rgb(103,113,128));
    position: absolute;
    content: "";
}

.gratefulPageXHV .why_trustPmn::after {
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    height: 100%;
    right: 0;
    width: 80%;
    content: "";
    top: 0;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    position: absolute;
    z-index: -1;
    transform: translateX(100%);
}

.gratefulPageXHV li::before {
    height: 10px;
    transform: scale(0);
    top: 10px;
    content: "";
    width: 10px;
    background: rgb(138,152,170);
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    position: absolute;
    left: -30px;
    border-radius: 50%;
}


.learn_consentdjz {
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    display: flex;
    padding: 20px 5%;
}

.trackingPolicyPanelfR2 h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
}

.trackingPolicyPanelfR2 p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}

.cookie_verifyfqP svg {
    height: 80px;
    fill: rgb(138,152,170);
    transition: transform 0.3s ease-in-out;
    width: 80px;
}

.cookie_checksPW {
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    border-radius: 15px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    min-width: 140px;
    margin-left: 10px;
    padding: 10px 20px;
    background: linear-gradient(90deg, rgb(138,152,170), rgb(103,113,128));
    box-shadow: 0 0 15px rgb(138,152,170);
    line-height: 40px;
    white-space: nowrap;
}

.footer_classes9kA::before {
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(138,152,170,0.5) 100%);
}



.footer_classes9kA .container {
    display: flex;
    position: relative;
    flex-direction: column;
}

.footer_classes9kA .company_holder {
    padding-bottom: 2.5rem;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 3rem;
    text-align: center;
}

.footer_classes9kA .company_holder::after {
    animation-delay: 1.5s;
    right: 0;
}



.footer_classes9kA .company_holder h3 {
    margin-bottom: 1rem;
    font-size: calc(37px * 1.3);
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.footer_classes9kA .faq_blockQEk {
    color: #ffffff;
    opacity: 0.8;
    margin: 1.5rem auto 0;
    line-height: 1.7;
    font-size: 16px;
    max-width: 600px;
}

.footer_classes9kA .badge_caseHRf {
    display: flex;
    justify-content: center;
}

.footer_classes9kA .nav_infoJhs::before {
    content: "";
    background: rgb(138,152,170);
    position: absolute;
    width: 1px;
    height: 20px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.footer_classes9kA .top_main1pA:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: rgba(rgb(138,152,170,0.5), 0.1);
}

.footer_classes9kA .top_main1pA .nav_infoJhs {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    position: static;
}

.footer_classes9kA .top_main1pA .nav_infoJhs a {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    position: relative;
    opacity: 0.75;
    font-size: 16px;
    padding: 0.4rem 0;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.footer_classes9kA .top_main1pA .nav_infoJhs a:hover {
    color: rgb(103,113,128);
    opacity: 1;
}

.footer_classes9kA .top_main1pA .nav_infoJhs a:hover::before {
    transform: scaleX(1);
}

.student_aiddU2::before {
    background-size: 4px 4px;
    content: "";
    background-image: linear-gradient(45deg, rgba(rgb(138,152,170,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(138,152,170,0.5), 0.05) 50%, rgba(rgb(138,152,170,0.5), 0.05) 75%, transparent 75%, transparent);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    animation: bgMove 20s linear infinite;
    position: absolute;
}

.educational_rewards0PB {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(120deg, rgb(173,193,211) 0%, rgb(138,152,170,0.5) 100%);
    padding: 100px 0;
}



.educational_rewards0PB::after {
    content: "";
    width: 100%;
    z-index: 0;
    height: 100%;
    top: 0;
    opacity: 0.2;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(103,113,128,0.5) 100%),
        linear-gradient(45deg, rgb(138,152,170,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
}

.educational_rewards0PB .why_trustPmn {
    border-radius: 20px;
    gap: 50px;
    display: grid;
    position: relative;
    grid-template-columns: 1.2fr 1fr;
    position: relative;
}



.educational_rewards0PB .why_trustPmn::after {
    position: absolute;
    backdrop-filter: blur(15px);
    z-index: -1;
    border-radius: 20px;
    content: "";
    inset: 0;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(245, 245, 250, 0.9) 100%
    );
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.educational_rewards0PB .img_rounded_boxHy3:hover {
    transform: scale(1.08) translateX(-3%);
}

.educational_rewards0PB h3 {
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    font-size: 34px;
}

.educational_rewards0PB h3::before {
    transform: translateY(-50%);
    position: absolute;
    height: 2px;
    width: 30px;
    background: rgb(138,152,170);
    left: -40px;
    top: 50%;
    content: "";
}

.educational_rewards0PB ul {
    gap: 15px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.educational_rewards0PB li {
    padding: 18px;
    border-radius: 12px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    background: rgb(173,193,211);
}

.educational_rewards0PB li::after {
    z-index: -1;
    height: 100%;
    background: linear-gradient(
        to right,
        rgb(138,152,170,0.5) 0%,
        transparent 30%
    );
    top: 0;
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
}

.educational_rewards0PB li:hover::before {
    width: 6px;
}

.educational_rewards0PB li:hover::after {
    opacity: 0.3;
}

.educational_rewards0PB svg {
    height: 24px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    width: 24px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.5s ease;
    background: #ffffff;
    padding: 4px;
    border-radius: 50%;
}

.educational_rewards0PB li:hover svg path {
    fill: rgb(103,113,128);
}

.privacy_coverB34 {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(173,193,211), rgba(0, 0, 0, 0.5));
    position: relative;
    padding: 5rem 1.5rem;
}

.privacy_coverB34::after {
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle, rgb(138,152,170,0.5) 0%, transparent 70%);
    right: -50px;
    bottom: -50px;
    opacity: 0.12;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    height: 250px;
    position: absolute;
    width: 250px;
}

.privacy_coverB34 h1 {
    display: inline-block;
    font-weight: 700;
    animation: slideInRight 0.7s forwards 0.2s ease-out;
    opacity: 0;
    transform: translateX(-10px);
    margin-bottom: 2rem;
    color: rgb(138,152,170);
    position: relative;
    font-size: 46px;
}

.privacy_coverB34 h1::after {
    background: rgb(138,152,170);
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    left: 0;
    animation: expandWidth 0.6s forwards 0.9s ease-in-out;
    width: 70px;
    position: absolute;
    height: 3px;
    bottom: -8px;
}

.privacy_coverB34 h2::before {
    width: 10px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    content: "";
    left: 0;
    background: rgb(103,113,128);
    height: 10px;
    position: absolute;
}

.privacy_coverB34 h3::before {
    position: absolute;
    background: #000000;
    height: 8px;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    top: 50%;
    content: "";
}

.privacy_coverB34 h4::before {
    left: 0;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    background: #000000;
    width: 6px;
    top: 50%;
    position: absolute;
}

.privacy_coverB34 strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
}

.privacy_coverB34 strong::after {
    background: rgb(138,152,170,0.5);
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    bottom: -2px;
}

.privacy_coverB34 ul::before {
    height: 100%;
    width: 2px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(103,113,128,0.5), transparent);
}

.privacy_coverB34 li:nth-child(1) {
    animation-delay: 0.8s;
}

.privacy_coverB34 li:nth-child(2) {
    animation-delay: 0.9s;
}

.privacy_coverB34 li::before {
    animation: popIn 0.3s forwards ease-out;
    animation-delay: calc(0.8s + var(--order) * 0.1s);
    transform: scale(0);
    background: rgb(103,113,128);
    width: 8px;
    height: 8px;
    left: -4px;
    position: absolute;
    top: 10px;
    content: "";
    border-radius: 50%;
}

.statistical_overviewzF4 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(173,193,211) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
}

.statistical_overviewzF4::before {
    left: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(138,152,170,0.5) 0px,
        rgb(138,152,170,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    width: 100%;
    opacity: 0.05;
}

.statistical_overviewzF4 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 1;
    position: relative;
}

.statistical_overviewzF4 h4::after {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
    width: 60px;
    background: rgb(138,152,170);
    height: 3px;
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -10px;
}

.statistical_overviewzF4 ul {
    gap: 2rem;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
}

.statistical_overviewzF4 .study_edgeqSp::before {
    transition: opacity 0.5s ease;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 85%,
        rgb(138,152,170,0.5) 100%
    );
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
}

.statistical_overviewzF4 .study_edgeqSp:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 35px -15px rgba(0, 0, 0, 0.5),
        0 5px 10px rgba(0, 0, 0, 0.03);
}

.statistical_overviewzF4 .study_edgeqSp p {
    background: linear-gradient(
        45deg,
        rgb(138,152,170) 0%,
        rgb(103,113,128) 100%
    );
    -webkit-background-clip: text;
    font-weight: 700;
    background-clip: text;
    color: rgb(138,152,170);
    margin: 0;
    line-height: 1;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 3.5rem;
    transition: transform 0.3s ease;
    transform-origin: left center;
}

.statistical_overviewzF4 .study_edgeqSp:hover span {
    transform: translateX(5px);
    color: #000000;
}

.statistical_overviewzF4 .study_edgeqSp:hover span::after {
    width: 30%;
}

.tariff_cardO8F::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(138,152,170,0.5), rgba(0, 0, 0, 0.5) 70%);
}

.tariff_cardO8F .container {
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
}

.tariff_cardO8F h2 {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
}

.tariff_cardO8F .plan_tableF4k {
    letter-spacing: 0.3px;
    margin: 0 auto 50px;
    max-width: 700px;
    line-height: 1.6;
    font-weight: 400;
    font-size: calc(12px + 2px);
    text-align: center;
    opacity: 0.9;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.tariff_cardO8F .cost_breakdownfmc li {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.tariff_cardO8F .tuition_gridFHl {
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    display: flex;
    text-decoration: none;
    border-radius: 12px;
}

.tariff_cardO8F .learn_dealsxVD::before {
    top: 0;
    background: linear-gradient(145deg, rgba(rgb(138,152,170), 0.03), rgba(rgb(103,113,128), 0.05));
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
}

.tariff_cardO8F .tuition_gridFHl:hover .learn_dealsxVD::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}

.tariff_cardO8F .pricing_optionseBv {
    flex-direction: column;
    padding: 35px 25px;
    display: flex;
    flex-grow: 1;
    z-index: 2;
    position: relative;
}

.tariff_cardO8F .pricing_optionseBv h4 {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
    font-size: calc(19px + 2px);
}

.tariff_cardO8F .pricing_optionseBv h4::after {
    left: 0;
    bottom: -8px;
    border-radius: 2px;
    position: absolute;
    height: 3px;
    background: rgb(138,152,170);
    width: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    content: "";
}

.tariff_cardO8F .learn_ratesOUr {
    transition: all 0.3s ease;
    display: inline-block;
    font-size: calc(19px + 6px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    margin-top: auto;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    padding: 10px 20px;
    position: relative;
    backdrop-filter: blur(4px);
    align-self: flex-start;
    color: rgb(138,152,170);
    font-weight: 700;
    border-radius: 8px;
}

header .top_expertBUs {
    grid-template-columns: 1fr;
    position: relative;
    padding: 20px;
    display: grid;
    grid-template-rows: auto auto;
    gap: 15px;
}

header .top_expertBUs .main_skillxEO {
    padding: 5px 20px 15px;
    position: relative;
    z-index: 10;
    justify-self: center;
}

header .top_expertBUs .main_skillxEO::after {
    border-bottom: 2px solid rgb(103,113,128);
    transform-origin: bottom right;
    border-right: 2px solid rgb(103,113,128);
    right: -5px;
    bottom: -5px;
    transform: scale(0);
    transition: transform 0.3s ease;
}

header .top_expertBUs .main_skillxEO:hover::before,
header .top_expertBUs .main_skillxEO:hover::after {
    transform: scale(1);
}

header .top_expertBUs .main_skillxEO .top_studybEu svg {
    height: 60px;
    width: auto;
}

header .top_expertBUs .top_main1pA {
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    list-style: none;
    background: linear-gradient(180deg, transparent, rgb(103,113,128) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    padding: 20px 0 10px;
    position: relative;
}

header .top_expertBUs .top_main1pA .main_pagebarqYs {
    margin: 0;
    position: relative;
    padding: 0 15px;
    transition: transform 0.3s ease;
}

header .top_expertBUs .top_main1pA .main_pagebarqYs:hover {
    transform: translateY(-3px);
}

header .top_expertBUs .top_main1pA .main_pagebarqYs a {
    text-align: center;
    font-weight: 600;
    padding: 10px 5px;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
}

header .top_expertBUs .top_main1pA .main_pagebarqYs a:hover::before {
    transform: scaleX(1);
}

.connect_form8g0::before {
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 0;
    left: 0;
}

.connect_form8g0 .contact_feedbackkyX {
    display: grid;
    border-radius: 25px;
    gap: 0;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
}

.connect_form8g0 .inquiry_feedbackZUv {
    background: #ffffff;
    grid-row: 1;
    grid-column: 1;
    padding: 50px 40px;
}

.connect_form8g0 #contact {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.connect_form8g0 input[type="text"] {
    width: 100%;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 17px;
    color: #000000;
    border: 1px solid rgb(173,193,211);
}

.connect_form8g0 .support_listET2 {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: flex-start;
}

.connect_form8g0 .support_listET2 input[type="checkbox"]:checked {
    background: rgb(138,152,170);
    border-color: rgb(138,152,170);
}

.connect_form8g0 .support_listET2 input[type="checkbox"]:checked::after {
    top: 50%;
    content: "✓";
    font-size: 16px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    position: absolute;
}

.connect_form8g0 .support_listET2 a:hover {
    color: rgb(103,113,128);
}

.connect_form8g0 .feedback_formGZ0 {
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    transition: all 0.3s ease;
    padding: 15px 35px;
    color: #ffffff;
    align-self: flex-start;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    background: rgb(138,152,170);
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    position: relative;
}

.connect_form8g0 .feedback_formGZ0:hover::before {
    left: 100%;
}

.connect_form8g0 svg path {
    fill: rgb(138,152,170);
}

.course_featuresok2 {
    position: relative;
    overflow: hidden;
    background: rgb(173,193,211);
    padding: 8rem 0;
}

.course_featuresok2::after {
    opacity: 0.15;
    top: 0;
    left: 0;
    animation: gridShift 30s infinite linear;
    background-size: 4rem 4rem;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(103,113,128,0.5) 15px, rgb(103,113,128,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(138,152,170,0.5) 15px, rgb(138,152,170,0.5) 16px);
}

.course_featuresok2 .img_rounded_boxHy3 {
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    position: relative;
    grid-row: 1 / 7;
    z-index: 3;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    grid-column: 7 / 13;
    overflow: hidden;
}

.course_featuresok2 .img_rounded_boxHy3::after {
    content: "";
    height: 70%;
    width: 70%;
    z-index: 1;
    position: absolute;
    opacity: 0.6;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    border: 2px solid rgb(103,113,128);
    bottom: -5px;
    border-radius: 10px;
    right: -5px;
}

.course_featuresok2 .main_skillxEO:hover {
    transform: rotate(0deg) scale(1.05);
}

.course_featuresok2 .main_skillxEO svg {
    transition: all 0.3s ease;
    height: 3rem;
    width: 3rem;
}

.course_featuresok2 .main_skillxEO:hover svg {
    transform: scale(1.1);
}

.course_featuresok2 h3 {
    border-left: 4px solid rgb(138,152,170);
    font-weight: 700;
    position: relative;
    font-size: 35px;
    padding-left: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.course_featuresok2 .why_trustPmn::after {
    height: 8rem;
    position: absolute;
    animation: moveCircle 15s infinite alternate-reverse;
    border-radius: 50%;
    width: 8rem;
    content: "";
    bottom: -4rem;
    background: rgb(103,113,128,0.5);
    filter: blur(80px);
    opacity: 0.5;
    z-index: 1;
    right: -4rem;
}

.course_featuresok2 .job_skillsweo::after {
    content: "";
    position: absolute;
    width: 5px;
    background: linear-gradient(180deg, rgb(138,152,170) 0%, rgb(103,113,128) 100%);
    right: 0;
    bottom: 0;
    border-radius: 0 0 10px 0;
    height: 100px;
}

.academic_expertiseNWy::before {
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(138,152,170,0.5) 0px,
        rgb(138,152,170,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.2;
    height: 100%;
    z-index: 1;
}

.academic_expertiseNWy .client_experiencesIFC {
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.academic_expertiseNWy .img_rounded_boxHy3:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}

.academic_expertiseNWy .work_exploreqF2 {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    display: flex;
    z-index: 2;
    background: #ffffff;
    transform-style: preserve-3d;
    flex-direction: column;
    width: 100%;
    padding: 70px 30px 30px;
    position: relative;
    perspective: 1000px;
    align-items: center;
}

.academic_expertiseNWy .name::after {
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
    width: 50px;
    left: 50%;
    height: 3px;
    content: "";
    background: rgb(103,113,128);
}

.academic_expertiseNWy .job_progressCNo {
    position: relative;
    color: #000000;
    margin-top: 20px;
    font-style: italic;
    font-size: 12px;
    padding-top: 30px;
    line-height: 1.8;
    font-weight: 400;
    border-top: 1px solid rgb(173,193,211);
    text-align: center;
    width: 100%;
}

.academic_expertiseNWy .job_progressCNo::after {
    transform: translateX(-10px);
    top: -15px;
    left: 50%;
}



.academic_expertiseNWy .work_exploreqF2:hover {
    animation: float 3s ease-in-out infinite;
}


@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 (max-width: 992px) {.user_testimonialsoXM {
    padding: 80px 0 100px;
}.user_testimonialsoXM h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.user_testimonialsoXM .feedback_cornerd0E {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.user_testimonialsoXM {
    padding: 60px 0 80px;
}.user_testimonialsoXM h2 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.8);
}.user_testimonialsoXM .feedback_cornerd0E {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.user_testimonialsoXM .client_experiencesIFC {
    padding: 25px;
}.user_testimonialsoXM .client_experiencesIFC::before {
    font-size: 100px;
}.user_testimonialsoXM a {
    margin-top: 30px;
    padding: 10px 25px;
}
}



@media screen and (max-width: 992px) {.our_background2TU {
    padding: 80px 0;
}.our_background2TU .why_trustPmn {
    padding: 50px 40px;
    gap: 35px;
}
}



@media screen and (max-width: 767px) {.our_background2TU {
    padding: 60px 0;
}.our_background2TU .why_trustPmn {
    gap: 30px;
    padding: 40px 30px;
}.our_background2TU .pro_learningAj6 .img_rounded_boxHy3 {
    width: 180px;
    height: 220px;
}.our_background2TU h2 {
    font-size: calc(30px * 0.85);
}
}



@media (max-width: 992px) {.title_screenn7M .why_trustPmn {
    grid-template-columns: 1fr;
    gap: 2rem;
}.title_screenn7M .legend_holderBQ4 {
    order: 2;
    text-align: center;
    align-items: center;
}.title_screenn7M .legend_holderBQ4 h1::after {
    transform: translateX(-50%);
    left: 50%;
}.title_screenn7M .course_baseRxq p {
    max-width: 100%;
}.title_screenn7M .img_rounded_boxHy3 {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    margin: 0 auto;
    max-width: 600px;
    order: 1;
}
}



@media (max-width: 576px) {.title_screenn7M .legend_holderBQ4 h1 {
    font-size: 1.5rem;
}.title_screenn7M .course_baseRxq p {
    font-size: 0.95rem;
}.title_screenn7M .feedback_formGZ0 {
    font-size: 0.9rem;
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 1200px) {.find_contactSxB {
    background: linear-gradient(to right, rgb(173,193,211) 50%, rgb(138,152,170) 50%);
}.find_contactSxB .connect_todayOJd:nth-child(1) {
    padding-right: 2rem;
}.find_contactSxB .form_eduduJ {
    max-width: 100%;
}
}



@media (max-width: 768px) {.find_contactSxB {
    background: linear-gradient(to bottom, rgb(173,193,211) 60%, rgb(138,152,170) 60%);
    padding: 60px 0 100px;
}.find_contactSxB .connect_todayOJd:nth-child(1) h2 {
    font-size: 41px;
}.find_contactSxB .connect_todayOJd:nth-child(2) {
    height: 200px;
    bottom: 180px;
}.find_contactSxB .contact_tile.get_assistanceNGn {
    margin-top: 150px;
}
}



@media (max-width: 576px) {.find_contactSxB {
    padding: 50px 0 350px;
    background: linear-gradient(to bottom, rgb(173,193,211) 55%, rgb(138,152,170) 55%);
}.find_contactSxB .connect_todayOJd:nth-child(1) h2 {
    font-size: calc(41px * 0.8);
}.find_contactSxB .connect_todayOJd:nth-child(1) h2::before {
    width: 40px;
    height: 6px;
}.find_contactSxB .assist_teamZWt {
    padding: 1.5rem;
}.find_contactSxB .start_chatiay {
    flex-direction: column;
}.find_contactSxB .connect_todayOJd:nth-child(2) {
    height: 180px;
    bottom: 200px;
}.find_contactSxB .contact_tile.get_assistanceNGn {
    padding: 1.5rem;
}}



@media (max-width: 576px) {.gratefulPageXHV {
    padding: 60px 0 40px;
}.gratefulPageXHV::before,
    .gratefulPageXHV::after {
    opacity: 0.5;
}.gratefulPageXHV .container {
    padding: 0 20px;
}.gratefulPageXHV h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.gratefulPageXHV h2::before {
    top: -10px;
    height: 3px;
    width: 60px;
}.gratefulPageXHV .why_trustPmn {
    transform: none;
    padding: 25px 20px;
}.gratefulPageXHV span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.gratefulPageXHV li::before {
    left: -20px;
    height: 8px;
    width: 8px;
}}



@media screen and (max-width: 768px) {.footer_classes9kA .badge_caseHRf {
    align-items: center;
    flex-direction: column;
}.footer_classes9kA .nav_infoJhs {
    flex-direction: column;
    max-width: 450px;
    gap: 2rem;
    width: 100%;
}.footer_classes9kA .top_main1pA {
    width: 100%;
}
}



@media (max-width: 992px) {.educational_rewards0PB {
    padding: 80px 0;
}.educational_rewards0PB .why_trustPmn {
    gap: 30px;
}.educational_rewards0PB .legend_holderBQ4 {
    padding: 30px;
}
}



@media (max-width: 768px) {.educational_rewards0PB .why_trustPmn {
    gap: 40px;
    grid-template-columns: 1fr;
}.educational_rewards0PB .img_rounded_boxHy3 {
    border-radius: 20px 20px 0 0;
    transform: scale(1);
    width: 100%;
    max-height: 350px;
    order: 1;
}.educational_rewards0PB .legend_holderBQ4 {
    order: 2;
    padding: 30px;
}.educational_rewards0PB h3::before {
    width: 20px;
    left: -30px;
}
}



@media (max-width: 768px) {.privacy_coverB34 {
    padding: 3rem 1rem;
}.privacy_coverB34 .container {
    padding: 1.5rem;
}.privacy_coverB34 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.85);
}.privacy_coverB34 h2 {
    margin: 2.25rem 0 1.25rem;
    font-size: calc(29px * 0.9);
}.privacy_coverB34 h3 {
    font-size: calc(29px * 0.75);
    margin: 2rem 0 1rem;
}.privacy_coverB34 h4 {
    font-size: calc(29px * 0.65);
    margin: 1.75rem 0 0.75rem;
}.privacy_coverB34 p, 
    .privacy_coverB34 li,
    .privacy_coverB34 span {
    font-size: calc(12px * 0.95);
}.privacy_coverB34 ul {
    padding-left: 1rem;
}.privacy_coverB34 li {
    padding-left: 0.75rem;
}
}



@media (max-width: 1200px) {.statistical_overviewzF4 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.statistical_overviewzF4 .study_edgeqSp p {
    font-size: 3rem;
}
}



@media (max-width: 992px) {.statistical_overviewzF4 {
    padding: 5rem 0;
}.statistical_overviewzF4 h4 {
    margin-top: 3rem;
}.statistical_overviewzF4 ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}



@media (max-width: 768px) {.statistical_overviewzF4 {
    padding: 4rem 0;
}.statistical_overviewzF4 .container {
    padding: 0 1.5rem;
}.statistical_overviewzF4 ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.statistical_overviewzF4 .study_edgeqSp {
    padding: 1.75rem;
}.statistical_overviewzF4 .study_edgeqSp p {
    font-size: 2.5rem;
}
}



@media (max-width: 1200px) {.tariff_cardO8F {
    padding: 100px 0;
}.tariff_cardO8F .cost_breakdownfmc {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.tariff_cardO8F h2 {
    font-size: calc(31px - 2px);
}.tariff_cardO8F .plan_tableF4k {
    font-size: 12px;
    margin-bottom: 40px;
}
}



@media (max-width: 992px) {.tariff_cardO8F {
    padding: 80px 0;
}.tariff_cardO8F .cost_breakdownfmc {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.tariff_cardO8F .pricing_optionseBv {
    padding: 30px 20px;
}.tariff_cardO8F .learn_ratesOUr {
    padding: 8px 16px;
    font-size: calc(19px + 2px);
}
}



@media (max-width: 576px) {.tariff_cardO8F {
    padding: 50px 0;
}.tariff_cardO8F h2 {
    font-size: calc(31px - 6px);
}.tariff_cardO8F .plan_tableF4k {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.tariff_cardO8F .pricing_optionseBv {
    padding: 25px 18px;
}.tariff_cardO8F .learn_ratesOUr {
    font-size: 19px;
    padding: 6px 12px;
}}



@media (max-width: 992px) {header .top_expertBUs {
    grid-template-rows: auto auto;
    gap: 10px;
    padding: 15px;
}header .top_expertBUs .main_skillxEO {
    padding: 5px 10px;
}header .top_expertBUs .main_skillxEO .top_studybEu svg {
    height: 45px;
}header .top_expertBUs .top_main1pA {
    padding: 15px 0 10px;
}header .top_expertBUs .top_main1pA .main_pagebarqYs {
    padding: 0 10px;
}header .top_expertBUs .top_main1pA .main_pagebarqYs a {
    font-size: calc(14px - 1px);
    padding: 8px 3px;
}
}



@media (max-width: 768px) {.connect_form8g0 {
    padding: 50px 0;
}.connect_form8g0 h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 30px;
}.connect_form8g0 .inquiry_feedbackZUv {
    padding: 30px 25px;
}.connect_form8g0 .img_rounded_boxHy3 {
    min-height: 250px;
}
}



@media (max-width: 1200px) {.course_featuresok2 {
    padding: 7rem 0;
}.course_featuresok2 .why_trustPmn {
    gap: 0.75rem;
}.course_featuresok2 .job_skillsweo {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.course_featuresok2 .img_rounded_boxHy3 {
    grid-column: 6 / 13;
}.course_featuresok2 .main_skillxEO {
    right: 2rem;
}
}



@media (max-width: 992px) {.course_featuresok2 {
    padding: 6rem 0;
}.course_featuresok2 .why_trustPmn {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.course_featuresok2 .job_skillsweo {
    padding: 2.5rem;
    grid-row: 2 / 3;
    grid-column: auto;
}.course_featuresok2 .img_rounded_boxHy3 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 2;
    grid-column: auto;
    height: 350px;
}.course_featuresok2 .main_skillxEO {
    right: 3rem;
    bottom: -2rem;
    top: auto;
}.course_featuresok2 h3 {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 576px) {.course_featuresok2 {
    padding: 4rem 0;
}.course_featuresok2 .job_skillsweo {
    padding: 1.5rem;
}.course_featuresok2 .img_rounded_boxHy3 {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.course_featuresok2 .main_skillxEO {
    right: 1.5rem;
    width: 4rem;
    bottom: -1.25rem;
    height: 4rem;
}.course_featuresok2 .main_skillxEO svg {
    width: 2.25rem;
    height: 2.25rem;
}.course_featuresok2 h3 {
    padding-left: 0.75rem;
    font-size: calc(35px * 0.7);
    margin-bottom: 1rem;
}.course_featuresok2 p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.course_featuresok2 .job_skillsweo::before {
    width: 50px;
}.course_featuresok2 .job_skillsweo::after {
    height: 50px;
}.course_featuresok2 .why_trustPmn::before,
    .course_featuresok2 .why_trustPmn::after {
    display: none;
}}



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



@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}



@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

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

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

@keyframes borderGlow {
    0% {
        opacity: 0.3;
        filter: blur(3px);
    }
    100% {
        opacity: 0.6;
        filter: blur(1px);
    }
}



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



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



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



@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}



@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

