* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1123px;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}.top_masterzm {
    flex: 1 0 auto;
}.level_uppe {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-holderAp {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    background: rgb(200,178,132);
    color:  #ffffff;
}header .top_plank .learning_menuoi div svg, header .top_plank .learning_menuoi div svg path {
    fill: #ffffff;
}header .top_plank .learning_menuoi div span {
    color: #ffffff;
}header .top_plank .learning_menuoi {
    align-items: center;
    line-height: 21px;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 12px;
    padding: 15px 0 10px 0;
    width: 100%;
    display: flex;
}header .top_plank .learning_menuoi div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .learning_menuoi div img, header .top_plank .learning_menuoi div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.course_overviewAa {
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(120deg, #000000 20%, rgb(176,111,79,0.5) 100%);
    overflow: hidden;
}.course_overviewAa::before {
    top: -20%;
    animation: floatGradient 20s ease-in-out infinite alternate;
    content: "";
    filter: blur(30px);
    position: absolute;
    height: 140%;
    z-index: 1;
    width: 70%;
    transform: rotate(-15deg);
    right: -10%;
    background: radial-gradient(ellipse at center, rgb(200,178,132,0.5) 0%, transparent 70%);
}.course_overviewAa::after {
    left: 0;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(176,111,79,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.8;
    top: 0;
    content: "";
}.course_overviewAa .container {
    position: relative;
    z-index: 2;
}.course_overviewAa .expert_trackvy {
    min-height: 500px;
    display: grid;
    grid-template-areas: 
        "photo info"
        "photo info";
    gap: 0;
    grid-template-columns: 45% 55%;
    position: relative;
}.course_overviewAa .education_mapes {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    transform: translateX(-40px);
    backdrop-filter: blur(8px);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    z-index: 3;
    border-radius: 0 16px 16px 0;
    grid-area: info;
    padding: 3.5rem 3rem 3.5rem 5rem;
}.course_overviewAa .education_mapes::before {
    top: 0;
    opacity: 0.1;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-size: 30px 30px;
    position: absolute;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(200,178,132,0.5) 49.5%, rgb(200,178,132,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(200,178,132,0.5) 49.5%, rgb(200,178,132,0.5) 50.5%, transparent 50.5%);
}.course_overviewAa .education_mapes::after {
    background: radial-gradient(
        circle at center,
        rgb(200,178,132,0.5) 0%,
        transparent 60%
    );
    top: -50%;
    height: 200%;
    left: -50%;
    transform-origin: center;
    opacity: 0.1;
    content: "";
    position: absolute;
    z-index: -1;
    animation: rotateRadial 30s linear infinite;
    width: 200%;
}.course_overviewAa .first_classlQ {
    width: 90px;
    margin-bottom: 2rem;
    position: relative;
    transform: rotate(-5deg) skew(-5deg);
    height: 90px;
}.course_overviewAa .first_classlQ::before {
    background: linear-gradient(
        135deg,
        rgb(200,178,132) 0%,
        rgb(176,111,79) 100%
    );
    border-radius: 12px;
    content: "";
    z-index: -1;
    animation: pulseLogo 4s ease-in-out infinite alternate;
    position: absolute;
    inset: -5px;
    transform: rotate(5deg);
    filter: blur(5px);
}.course_overviewAa .first_classlQ::after {
    z-index: -1;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    border-radius: 8px;
}.course_overviewAa .first_classlQ svg {
    height: 50px;
    top: 50%;
    width: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 8px rgb(200,178,132,0.5));
    position: absolute;
    animation: floatLogo 6s ease-in-out infinite;
}.course_overviewAa .first_classlQ svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,178,132);
}.course_overviewAa h3 {
    position: relative;
    font-size: 28px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-bottom: 1.8rem;
    font-weight: 700;
    transform: skew(-2deg);
    line-height: 1.3;
}.course_overviewAa h3::before {
    width: 40px;
    background: linear-gradient(to right, rgb(200,178,132), transparent);
    height: 3px;
    bottom: -10px;
    left: 0;
    position: absolute;
    content: "";
}.course_overviewAa h3::after {
    position: absolute;
    bottom: -15px;
    left: 0;
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgb(200,178,132), transparent);
    width: 80px;
}.course_overviewAa p {
    font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    max-width: 600px;
    margin-bottom: 2rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}.course_overviewAa .background_imgwd {
    position: relative;
    border-radius: 16px 0 0 16px;
    height: 460px;
    z-index: 2;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: photo;
    transform: perspective(1000px) rotateY(5deg);
    overflow: hidden;
}.course_overviewAa .background_imgwd::before {
    height: 100%;
    position: absolute;
    width: 100%;
    mix-blend-mode: multiply;
    content: "";
    z-index: 2;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    left: 0;
    top: 0;
    opacity: 0.6;
}.course_overviewAa .background_imgwd::after {
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    opacity: 0.7;
    height: 50%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
}.course_overviewAa .expert_trackvy:hover .background_imgwd {
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
}.course_overviewAa .expert_trackvy:hover .education_mapes {
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
    transform: translateX(-20px);
}.course_overviewAa .first_classlQ:hover svg path {
    fill: rgb(176,111,79);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.course_overviewAa .expert_trackvy {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.course_overviewAa .education_mapes {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.course_overviewAa h3 {
    font-size: calc(28px * 0.9);
}
}

@media screen and (max-width: 992px) {.course_overviewAa {
    padding: 5rem 0;
}.course_overviewAa .expert_trackvy {
    grid-template-areas:
            "background_imgwd"
            "inquiry_helpCH";
    min-height: auto;
    grid-template-columns: 1fr;
}.course_overviewAa .background_imgwd {
    border-radius: 16px 16px 0 0;
    transform: perspective(1000px) rotateX(5deg);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
}.course_overviewAa .education_mapes {
    border-radius: 0 0 16px 16px;
    transform: translateY(-40px);
    padding: 3rem 2.5rem;
}.course_overviewAa .expert_trackvy:hover .background_imgwd {
    transform: perspective(1000px) rotateX(8deg);
}.course_overviewAa .expert_trackvy:hover .education_mapes {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.course_overviewAa {
    padding: 4rem 0;
}.course_overviewAa .background_imgwd {
    height: 300px;
}.course_overviewAa .education_mapes {
    padding: 2.5rem 2rem;
}.course_overviewAa .first_classlQ {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
}.course_overviewAa .first_classlQ svg {
    height: 45px;
    width: 45px;
}.course_overviewAa h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 1.5rem;
}.course_overviewAa p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.course_overviewAa {
    padding: 3rem 0;
}.course_overviewAa .background_imgwd {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.course_overviewAa .education_mapes {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
    padding: 2rem 1.5rem;
}.course_overviewAa .first_classlQ {
    width: 70px;
    margin-bottom: 1.2rem;
    height: 70px;
}.course_overviewAa .first_classlQ svg {
    height: 40px;
    width: 40px;
}.course_overviewAa h3 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.7);
}.course_overviewAa h3::before {
    height: 2px;
    bottom: -8px;
    width: 30px;
}.course_overviewAa h3::after {
    width: 60px;
    bottom: -12px;
    height: 1px;
}.course_overviewAa p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
}.course_overviewAa .expert_trackvy:hover .education_mapes {
    transform: translateY(-35px);
}}.privacy_cornerSn {
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 5rem 2rem;
    background: linear-gradient(145deg, rgb(219,210,189), rgba(245, 248, 255, 0.95));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}.privacy_cornerSn::before {
    height: 100%;
    content: "";
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    position: absolute;
    width: 40%;
    top: 0;
    z-index: 0;
    background: linear-gradient(135deg, transparent 15%, rgba(rgb(200,178,132,0.5), 0.03) 70%);
}.privacy_cornerSn::after {
    content: "";
    height: 5px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79), rgb(200,178,132));
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
}.privacy_cornerSn .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.privacy_cornerSn h1 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 43px;
    transform: translateX(-0.5rem);
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
}.privacy_cornerSn h1::after {
    bottom: 0;
    width: 6rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(200,178,132), transparent);
    content: "";
    height: 3px;
    left: 0;
}.privacy_cornerSn h2 {
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    margin-top: 3rem;
    font-weight: 600;
    padding-left: 1rem;
    font-size: 30px;
    transform: translateY(-0.25rem);
}.privacy_cornerSn h2::before {
    width: 4px;
    background: rgb(200,178,132);
    height: 80%;
    left: 0;
    top: 0.2em;
    border-radius: 2px;
    position: absolute;
    content: "";
}.privacy_cornerSn h3 {
    margin-top: 2.5rem;
    position: relative;
    padding-left: 0.75rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.25rem;
    font-size: calc(30px * 0.85);
}.privacy_cornerSn h3::before {
    position: absolute;
    top: 0.25em;
    background: rgb(176,111,79);
    left: 0;
    height: 75%;
    content: "";
    border-radius: 1.5px;
    width: 3px;
}.privacy_cornerSn h4 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000000;
    padding-left: 0.5rem;
    position: relative;
    margin-top: 2rem;
    font-size: calc(30px * 0.7);
}.privacy_cornerSn h4::before {
    left: 0;
    position: absolute;
    opacity: 0.7;
    content: "";
    border-radius: 1px;
    background: rgb(176,111,79);
    width: 2px;
    top: 0.3em;
    height: 70%;
}.privacy_cornerSn p {
    line-height: 1.7;
    color: #000000;
    font-size: 12px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    position: relative;
    max-width: 90%;
}.privacy_cornerSn p strong {
    padding-left: 0.25rem;
    background: linear-gradient(to bottom, transparent 85%, rgba(rgb(200,178,132,0.5), 0.15) 15%);
    font-weight: 600;
    position: relative;
    padding-right: 0.25rem;
    color: #000000;
}.privacy_cornerSn span {
    padding-left: 1rem;
    color: #000000;
    font-size: 12px;
    line-height: 1.7;
    border-left: 1px solid rgba(rgb(176,111,79,0.5), 0.3);
    margin-bottom: 1.5rem;
    position: relative;
    display: block;
    max-width: 95%;
}.privacy_cornerSn ul {
    margin: 2rem 0;
    list-style: none;
    counter-reset: privacy-counter;
    padding-left: 0;
}.privacy_cornerSn li {
    line-height: 1.6;
    margin-bottom: 1.25rem;
    position: relative;
    padding-left: 2.5rem;
    counter-increment: privacy-counter;
    font-size: 12px;
}.privacy_cornerSn li::before {
    background: linear-gradient(135deg, rgb(200,178,132), rgb(176,111,79));
    border-radius: 10px;
    transform: rotate(45deg);
    opacity: 0.9;
    top: 0.25rem;
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    content: "";
    width: 1.25rem;
    height: 1.25rem;
}.privacy_cornerSn li::after {
    display: flex;
    position: absolute;
    font-weight: 600;
    color: #ffffff;
    left: 0;
    justify-content: center;
    align-items: center;
    content: counter(privacy-counter);
    top: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.75rem;
}.privacy_cornerSn li:hover::before {
    transform: rotate(45deg) scale(1.1);
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes borderPulse {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.privacy_cornerSn h1, 
.privacy_cornerSn h2, 
.privacy_cornerSn h3, 
.privacy_cornerSn h4,
.privacy_cornerSn p,
.privacy_cornerSn ul {
    animation: fadeIn 0.5s ease-out forwards;
}.privacy_cornerSn::after {
    background-size: 200% 200%;
    animation: borderPulse 8s linear infinite;
}


@media (max-width: 992px) {.privacy_cornerSn {
    padding: 4rem 1.5rem;
}.privacy_cornerSn h1 {
    font-size: calc(43px * 0.9);
}.privacy_cornerSn h2 {
    font-size: calc(30px * 0.9);
}.privacy_cornerSn p, 
    .privacy_cornerSn span {
    max-width: 100%;
}
}

@media (max-width: 768px) {.privacy_cornerSn {
    padding: 3rem 1.25rem;
}.privacy_cornerSn::before {
    width: 70%;
    opacity: 0.5;
}.privacy_cornerSn h1 {
    font-size: calc(43px * 0.8);
    transform: translateX(0);
}.privacy_cornerSn h2 {
    font-size: calc(30px * 0.8);
}.privacy_cornerSn h3 {
    font-size: calc(30px * 0.7);
}.privacy_cornerSn h4 {
    font-size: calc(30px * 0.6);
}.privacy_cornerSn p, 
    .privacy_cornerSn span,
    .privacy_cornerSn li {
    font-size: calc(12px * 0.95);
}.privacy_cornerSn li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.privacy_cornerSn {
    padding: 2.5rem 1rem;
}.privacy_cornerSn h1 {
    font-size: calc(43px * 0.7);
}.privacy_cornerSn h1::after {
    width: 5rem;
}.privacy_cornerSn h2 {
    padding-left: 0.75rem;
}.privacy_cornerSn h3 {
    padding-left: 0.5rem;
}.privacy_cornerSn p, 
    .privacy_cornerSn span {
    line-height: 1.6;
}.privacy_cornerSn li {
    margin-bottom: 1rem;
    padding-left: 1.75rem;
}.privacy_cornerSn li::before,
    .privacy_cornerSn li::after {
    width: 1rem;
    height: 1rem;
}}.find_usha {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, #ffffff 100%);
}.find_usha::before {
    content: "";
    position: absolute;
    background: rgb(200,178,132,0.5);
    z-index: 0;
    transform: rotate(-15deg);
    opacity: 0.6;
    height: 40%;
    width: 40%;
    animation: float 8s ease-in-out infinite alternate;
    filter: blur(70px);
    top: -10%;
    right: -10%;
}.find_usha::after {
    filter: blur(60px);
    transform: rotate(15deg);
    opacity: 0.5;
    position: absolute;
    height: 30%;
    background: rgb(176,111,79,0.5);
    bottom: -5%;
    left: -5%;
    animation: float 10s ease-in-out infinite alternate-reverse;
    z-index: 0;
    width: 30%;
    content: "";
}.find_usha .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    padding: 0 1.5rem;
    z-index: 1;
}.find_usha .get_helpZE {
    padding: 3rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 16px rgba(0, 0, 0, 0.06),
                0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
}.find_usha .get_helpZE:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 2px 5px rgba(0, 0, 0, 0.1);
}.find_usha h3 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.9);
}.find_usha h3::after {
    transition: width 0.4s ease;
    border-radius: 2px;
    content: "";
    bottom: -8px;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    left: 0;
    width: 40%;
}.find_usha h3:hover::after {
    width: 100%;
}.find_usha p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 16px;
    max-width: 90%;
}.find_usha h5 {
    gap: 0.5rem;
    color: #000000;
    align-items: center;
    display: flex;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 0.75rem;
}.find_usha h5 svg {
    width: 20px;
    height: 20px;
    transform: translateY(-1px);
}.find_usha h5 svg path {
    fill: rgb(200,178,132);
    transition: fill 0.3s ease;
}.find_usha .connect_sectionCR {
    list-style: none;
    gap: 1rem;
    margin: 2rem 0 0 0;
    flex-direction: column;
    padding: 0;
    display: flex;
}.find_usha .contact_todayRA {
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,240,245,0.8) 100%);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    display: flex;
    color: #000000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    align-items: center;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
    border: 1px solid rgba(230, 230, 240, 0.8);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: calc(16px * 0.95);
    text-decoration: none;
    font-weight: 600;
}.find_usha .contact_todayRA::before {
    background: linear-gradient(90deg, 
        rgba(var(--primary-color-rgb), 0.1) 0%, 
        rgba(var(--secondary-color-rgb), 0.1) 100%);
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    z-index: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(-100%);
    top: 0;
    position: absolute;
}.find_usha .contact_todayRA:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}.find_usha .contact_todayRA:hover::before {
    transform: translateX(0);
}.find_usha .contact_todayRA svg {
    height: 20px;
    width: 20px;
    z-index: 2;
    position: relative;
}.find_usha .contact_todayRA svg path {
    fill: rgb(176,111,79);
    transition: fill 0.3s ease;
}.find_usha .contact_todayRA:hover svg path {
    fill: rgb(200,178,132);
}

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

@media (min-width: 768px) {.find_usha .get_helpZE {
    padding: 4rem;
    border-radius: 14px;
}.find_usha h3 {
    font-size: 29px;
}.find_usha .connect_sectionCR {
    gap: 1.25rem;
    flex-direction: row;
    flex-wrap: wrap;
}.find_usha .contact_todayRA {
    min-width: 200px;
}
}

@media (max-width: 767px) {.find_usha {
    padding: 4rem 0;
}.find_usha::before,
    .find_usha::after {
    opacity: 0.4;
}.find_usha .get_helpZE {
    border-radius: 10px;
    padding: 2rem 1.5rem;
}.find_usha h3 {
    font-size: calc(29px * 0.8);
}.find_usha p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.find_usha {
    padding: 3rem 0;
}.find_usha .get_helpZE {
    padding: 1.5rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.find_usha h3 {
    font-size: calc(29px * 0.7);
}.find_usha p {
    font-size: calc(16px * 0.95);
}.find_usha .contact_todayRA {
    padding: 0.75rem 1rem;
    font-size: calc(16px * 0.9);
}}.get_in_touchkq {
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(219,210,189) 0%, 
        rgb(176,111,79,0.5) 100%
    );
    overflow: hidden;
    padding: 6rem 0;
}.get_in_touchkq .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.get_in_touchkq .help_requestuQ {
    overflow: hidden;
    border-radius: 29px;
    background: rgb(176,111,79,0.5);
    align-items: stretch;
    position: relative;
    box-shadow: 0 25px 50px rgb(200,178,132,0.5);
    display: flex;
}.get_in_touchkq .background_imgwd {
    z-index: 2;
    min-height: 600px;
    margin-left: -5%;
    position: relative;
    flex: 0 0 45%;
    transform: skew(-10deg);
}.get_in_touchkq .background_imgwd::before {
    content: '';
    top: 0;
    opacity: 0.7;
    width: 120%;
    z-index: 1;
    background: linear-gradient(
        135deg, 
        rgb(200,178,132,0.5) 0%, 
        rgb(176,111,79,0.5) 100%
    );
    height: 100%;
    position: absolute;
    left: 0;
    transform: skew(10deg);
}.get_in_touchkq .inquiry_cardic {
    justify-content: center;
    position: relative;
    z-index: 3;
    padding: 4rem 3rem 4rem 10%;
    flex: 0 0 55%;
    flex-direction: column;
    display: flex;
}.get_in_touchkq h2 {
    color: #ffffff;
    margin-bottom: 2.5rem;
    text-align: left;
    position: relative;
    padding-left: 2rem;
    font-size: 39px;
    font-weight: 700;
}.get_in_touchkq h2::before {
    left: 0;
    height: 1rem;
    content: '';
    background: rgb(200,178,132);
    width: 1rem;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(200,178,132,0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
}.get_in_touchkq .inquiry_cardic h3 {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 38px;
    color: #ffffff;
    font-weight: 600;
}.get_in_touchkq .inquiry_cardic h3::after {
    bottom: 0;
    background: rgb(200,178,132);
    width: 50px;
    content: '';
    left: 0;
    position: absolute;
    height: 3px;
}.get_in_touchkq .inquiry_cardic form {
    display: grid;
    gap: 1.5rem;
}.get_in_touchkq .inquiry_cardic input:not([type="checkbox"]):not([type="submit"]) {
    border-radius: 10px;
    font-size: 12px;
    padding: 1rem 1.5rem;
    width: 100%;
    position: relative;
    color: #ffffff;
    border: 1px solid rgb(200,178,132,0.5);
    background: rgb(176,111,79,0.5);
    transition: all 0.3s ease;
    outline: none;
}.get_in_touchkq .inquiry_cardic input:not([type="checkbox"]):not([type="submit"])::after {
    width: 0;
    height: 2px;
    content: '';
    background: rgb(200,178,132);
    transition: width 0.3s ease;
    position: absolute;
    bottom: -2px;
    left: 0;
}.get_in_touchkq .inquiry_cardic input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(200,178,132,0.5);
    border-color: rgb(200,178,132);
}.get_in_touchkq .inquiry_cardic input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.get_in_touchkq .inquiry_cardic .inquiry_mapiS {
    gap: 1rem;
    align-items: center;
    display: flex;
}.get_in_touchkq .inquiry_cardic .inquiry_mapiS input[type="checkbox"] {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid rgb(200,178,132,0.5);
    border-radius: 10px;
    position: relative;
    background: rgb(176,111,79,0.5);
    appearance: none;
    height: 22px;
    width: 22px;
}.get_in_touchkq .inquiry_cardic .inquiry_mapiS input[type="checkbox"]:checked {
    border-color: rgb(200,178,132);
    background: rgb(200,178,132);
}.get_in_touchkq .inquiry_cardic .inquiry_mapiS input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    left: 50%;
    color: #ffffff;
    top: 50%;
    font-size: 0.8rem;
    content: '✔';
    position: absolute;
}.get_in_touchkq .inquiry_cardic .inquiry_mapiS label {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 12px;
}.get_in_touchkq .inquiry_cardic .inquiry_mapiS a {
    transition: color 0.3s ease;
    color: rgb(200,178,132);
    text-decoration: none;
    margin-left: 0.3rem;
}.get_in_touchkq .inquiry_cardic .inquiry_mapiS a:hover {
    text-decoration: underline;
}.get_in_touchkq .inquiry_cardic .support_feedbackHt {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    background: rgb(200,178,132);
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 1rem;
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}.get_in_touchkq .inquiry_cardic .support_feedbackHt::before {
    left: -50%;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
    width: 200%;
    content: '';
    height: 200%;
    position: absolute;
    top: -50%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(200,178,132,0.5), 
        transparent
    );
}.get_in_touchkq .inquiry_cardic .support_feedbackHt:hover::before {
    opacity: 1;
}.get_in_touchkq .inquiry_cardic .support_feedbackHt:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(200,178,132,0.5);
}

@media screen and (max-width: 1200px) {.get_in_touchkq .background_imgwd {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.get_in_touchkq .help_requestuQ {
    flex-direction: column;
}.get_in_touchkq .background_imgwd {
    flex: 0 0 100%;
    min-height: 300px;
    margin-left: 0;
    transform: none;
}.get_in_touchkq .background_imgwd::before {
    transform: none;
    width: 100%;
}.get_in_touchkq .inquiry_cardic {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.get_in_touchkq {
    padding: 3rem 0;
}.get_in_touchkq h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(39px * 0.8);
}.get_in_touchkq h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.get_in_touchkq .inquiry_cardic h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.get_in_touchkq .inquiry_cardic input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.get_in_touchkq .help_requestuQ {
    border-radius: 0;
}.get_in_touchkq .inquiry_cardic {
    padding: 2rem 1.5rem;
}}header .head_knowOQ {
    position: relative;
    background: rgb(219,210,189);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 100;
}header .head_knowOQ::before {
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(200,178,132,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(176,111,79,0.5) 0%, transparent 30%);
    opacity: 0.2;
    position: absolute;
    height: 100%;
}header .head_knowOQ::after {
    opacity: 0.1;
    width: 40%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, transparent 25%, rgb(200,178,132,0.5) 100%);
    content: "";
    height: 100%;
    z-index: -1;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .top_primeaK {
    grid-template-columns: auto 1fr;
    display: grid;
    align-items: center;
    gap: 3rem;
}header .first_classlQ {
    position: relative;
    z-index: 2;
}header .nav_teachtn {
    position: relative;
    display: block;
    z-index: 2;
}header .nav_teachtn::before,
header .nav_teachtn::after {
    transition: all 0.5s ease;
    opacity: 0;
    z-index: -1;
    border-radius: 50%;
    content: "";
    background: rgb(200,178,132,0.5);
    position: absolute;
}header .nav_teachtn::before {
    height: 50px;
    width: 50px;
    top: -15px;
    left: -15px;
}header .nav_teachtn::after {
    bottom: -5px;
    background: rgb(176,111,79,0.5);
    height: 25px;
    right: -10px;
    width: 25px;
}header .nav_teachtn:hover::before,
header .nav_teachtn:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}header .nav_teachtn svg {
    transition: all 0.3s ease;
    height: 50px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    width: auto;
}header .nav_teachtn:hover svg {
    transform: rotate(-5deg);
}header .top_learnso {
    justify-content: flex-end;
    background: linear-gradient(to right, transparent, #ffffff);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    display: flex;
    padding: 10px 20px;
    border-radius: 0 30px 30px 0;
    margin: 0;
}header .top_learnso::after {
    top: 0;
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(200,178,132,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(200,178,132,0.5) 50%, rgb(200,178,132,0.5) 75%, transparent 75%, transparent);
    position: absolute;
    background-size: 10px 10px;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    left: 0;
    animation: moveStripes 20s linear infinite;
}header .main_prozq {
    margin: 5px 8px;
    position: relative;
    perspective: 800px;
}header .main_prozq::before {
    content: "";
    border-bottom: 5px solid transparent;
    height: 0;
    left: -10px;
    top: 50%;
    position: absolute;
    border-left: 5px solid rgb(200,178,132);
    width: 0;
    border-top: 5px solid transparent;
    transition: all 0.3s ease;
    transform: translateY(-50%) scale(0);
    opacity: 0;
}header .main_prozq:hover::before {
    opacity: 1;
    left: -15px;
    transform: translateY(-50%) scale(1);
}header .main_prozq a {
    font-family: Arial, sans-serif;
    border: 1px solid transparent;
    position: relative;
    font-size: 18px;
    padding: 10px 18px;
    transition: all 0.3s ease;
    color: #000000;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    background: transparent;
    transform-style: preserve-3d;
    font-weight: 600;
    display: block;
}header .main_prozq a::before {
    transform: translateZ(-1px);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: #ffffff;
    content: "";
    z-index: -1;
    left: 0;
}header .main_prozq a::after {
    background: rgb(200,178,132);
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    width: 0;
    left: 50%;
    content: "";
}header .main_prozq a:hover {
    color: rgb(200,178,132);
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgb(200,178,132,0.5);
}header .main_prozq a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .top_primeaK {
    justify-items: center;
    gap: 2rem;
    grid-template-columns: 1fr;
}header .top_learnso {
    background: #ffffff;
    width: 100%;
    border-radius: 30px;
    justify-content: center;
    clip-path: none;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .main_prozq {
    margin: 3px 5px;
}header .main_prozq a {
    font-size: calc(18px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .top_learnso {
    align-items: center;
    flex-direction: column;
    padding: 15px;
}header .main_prozq {
    margin: 3px 0;
    width: 100%;
}header .main_prozq a {
    text-align: center;
    width: 100%;
}header .main_prozq::before {
    display: none;
}header .nav_teachtn svg {
    height: 40px;
}}.company_infoEP {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.company_infoEP::before {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, rgb(176,111,79,0.5) 100%);
    z-index: 1;
    backdrop-filter: blur(5px);
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}.company_infoEP .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.company_infoEP .text_stackgy {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin-left: auto;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.85));
    max-width: 900px;
    transform: perspective(1000px) rotateY(2deg);
    padding: 60px;
}.company_infoEP .text_stackgy::before {
    transform: translate(10px, 10px);
    bottom: 30px;
    z-index: -1;
    border-left: 2px solid rgb(200,178,132);
    transition: transform 0.5s ease;
    top: -10px;
    position: absolute;
    content: "";
    left: -10px;
    border-top: 2px solid rgb(200,178,132);
    right: 30px;
}.company_infoEP .text_stackgy:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_infoEP .text_stackgy:hover::before {
    transform: translate(0, 0);
}.company_infoEP h5 {
    font-size: 19px;
    margin-bottom: 16px;
    position: relative;
    color: rgb(200,178,132);
    display: inline-block;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}.company_infoEP h5::after {
    width: 100%;
    transform: scaleX(0.5);
    transition: transform 0.5s ease;
    bottom: 0;
    left: 0;
    transform-origin: left;
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(200,178,132), rgb(176,111,79));
}.company_infoEP .text_stackgy:hover h5::after {
    transform: scaleX(1);
}.company_infoEP p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: calc(16px * 1.5);
    font-family: Arial, sans-serif;
    color: #000000;
}.company_infoEP p b {
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    font-size: calc(16px * 1.8);
    font-weight: 700;
    color: rgb(176,111,79);
}.company_infoEP p b::after {
    transform-origin: right;
    content: "";
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgb(176,111,79);
    bottom: -5px;
    width: 100%;
}.company_infoEP .text_stackgy:hover p b::after {
    transform: scaleX(1);
    transform-origin: left;
}.company_infoEP ol {
    margin: 0;
    padding: 0;
    counter-reset: item;
    list-style-type: none;
}.company_infoEP ol li {
    position: relative;
    hyphens: auto;
    line-height: 1.8;
    color: #000000;
    max-width: 100%;
    padding-left: 20px;
    text-align: justify;
    font-weight: 400;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    font-size: 16px;
}.company_infoEP ol li::before {
    position: absolute;
    width: 6px;
    transform: translateY(-50%);
    height: 6px;
    top: 12px;
    background-color: rgb(176,111,79);
    border-radius: 50%;
    left: 0;
    content: "";
}

@media (hover: hover) {.company_infoEP .text_stackgy {
    cursor: default;
}.company_infoEP .text_stackgy:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.company_infoEP ol li {
    transition: color 0.3s ease;
}.company_infoEP .text_stackgy:hover ol li {
    color: #000000;
}
}

@media (max-width: 1200px) {.company_infoEP {
    padding: 90px 0;
}.company_infoEP .text_stackgy {
    margin-right: 0;
    padding: 50px;
    margin-left: 0;
}
}

@media (max-width: 992px) {.company_infoEP {
    padding: 70px 0;
}.company_infoEP .text_stackgy {
    padding: 40px;
    transform: perspective(1000px) rotateY(1deg);
}.company_infoEP p {
    font-size: calc(16px * 1.3);
}.company_infoEP p b {
    font-size: calc(16px * 1.5);
}
}

@media (max-width: 768px) {.company_infoEP {
    padding: 60px 0;
}.company_infoEP .text_stackgy {
    transform: none;
    padding: 30px;
}.company_infoEP h5 {
    font-size: calc(19px * 0.9);
}.company_infoEP p {
    font-size: calc(16px * 1.2);
    margin-bottom: 20px;
}.company_infoEP p b {
    font-size: calc(16px * 1.4);
}.company_infoEP ol li {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.company_infoEP {
    padding: 40px 0;
}.company_infoEP .text_stackgy {
    padding: 25px 20px;
}.company_infoEP h5 {
    margin-bottom: 12px;
    font-size: calc(19px * 0.85);
}.company_infoEP .text_stackgy::before {
    display: none;
}.company_infoEP p {
    margin-bottom: 15px;
    font-size: 16px;
}.company_infoEP p b {
    font-size: calc(16px * 1.2);
}.company_infoEP ol li {
    padding-left: 15px;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.company_infoEP ol li::before {
    height: 5px;
    width: 5px;
}}.usageAgreementAlertmK {
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(200,178,132);
    background: rgb(219,210,189);
    z-index: 90;
    width: 100%;
}.track_prefsxE {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.usageAgreementAlertmK h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookieNoticeMessageiZ {
    display: none;
}#cookieNoticeMessageiZ:checked ~ .usageAgreementAlertmK {
    opacity: 0;
    visibility: hidden;
}.usageAgreementAlertmK p {
    font-size: 18px;
}.cookie_paneldy {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_paneldy svg, .cookie_paneldy svg path, .cookie_paneldy img {
    fill: rgb(200,178,132);
    height: 100px;
    width: 100px;
}.cookie_hideOJ {
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
    border-bottom: 2px solid rgb(200,178,132);
    line-height: 35px;
    flex-shrink: 0;
    font-size: 24px;
    color: rgb(200,178,132);
    min-width: 120px;
    white-space: nowrap;
}.usageAgreementAlertmK p a {
    text-decoration: none;
    color: rgb(200,178,132);
}
@media only screen and (max-width: 1200px) {.usageAgreementAlertmK {
    padding: 20px;
}}

.wrapper-holderAp .usageAgreementAlertmK {
    background: rgb(176,111,79);
    padding: 40px 0;
    border: none;
    box-shadow: rgb(176,111,79,0.5) 0px 0px 40px 39px;
}.wrapper-holderAp .cookie_hideOJ {
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
    background: rgb(200,178,132);
    font-size: 20px;
    font-weight: 400;
    border: none;
}.wrapper-holderAp .privacy_switchYL h5, .wrapper-holderAp .privacy_switchYL p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie_paneldy {
    display: none;
}.track_prefsxE {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.usageAgreementAlertmK h5 {
    text-align: center;
}.usageAgreementAlertmK p {
    text-align: center;
}.privacy_switchYL {
    margin-bottom: 20px;
}body .wrapper-holderAp .cookie_hideOJ {
    margin-bottom: 10px;
    margin-left: 0;
}}.enroll_instantlyGs {
    background: linear-gradient(155deg, rgb(200,178,132,0.5) 50%, rgb(219,210,189) 50%);
    position: relative;
    padding: 130px 0;
    overflow: hidden;
}.enroll_instantlyGs::before {
    width: 100%;
    position: absolute;
    background-size: 30px 30px;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    z-index: 1;
    background-position: 0 0;
    opacity: 0.04;
    top: 0;
    left: 0;
    content: '';
}.enroll_instantlyGs .expert_trackvy {
    z-index: 10;
    align-items: flex-start;
    gap: 50px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    padding: 0 20px;
}.enroll_instantlyGs .container p {
    background: #ffffff;
    font-weight: 700;
    border-radius: 20px 20px 20px 0;
    color: #000000;
    z-index: 5;
    padding: 30px;
    line-height: 1.4;
    margin: 0;
    font-size: 34px;
    flex: 1;
    position: relative;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
}.enroll_instantlyGs .support_feedbackHt {
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    text-align: center;
    font-size: 15px;
    justify-content: center;
    font-weight: 600;
    align-items: center;
    display: flex;
    text-decoration: none;
    color: #ffffff;
    height: 220px;
    background: rgb(200,178,132);
    padding: 20px;
    border-radius: 20px 20px 0 20px;
    z-index: 5;
    transition: all 0.4s ease;
    flex: 0 0 220px;
    transform: translateY(30px);
}.enroll_instantlyGs .support_feedbackHt::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    transition: opacity 0.4s ease;
    content: '';
    background: rgb(176,111,79);
    top: 0;
    position: absolute;
    left: 0;
    border-radius: 20px 20px 0 20px;
    opacity: 0;
}.enroll_instantlyGs .support_feedbackHt:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 10px rgba(255, 255, 255, 0.1);
    transform: translateY(15px);
}.enroll_instantlyGs .support_feedbackHt:hover::before {
    opacity: 1;
}.enroll_instantlyGs .container p::after {
    height: 40px;
    bottom: -10px;
    content: '';
    position: absolute;
    left: -10px;
    width: 40px;
    border-radius: 10px;
    background: rgb(200,178,132);
    z-index: -1;
}.enroll_instantlyGs::after {
    position: absolute;
    height: 200px;
    border-radius: 50%;
    content: '';
    width: 200px;
    border: 30px solid rgba(255, 255, 255, 0.1);
    top: -100px;
    right: -100px;
    z-index: 1;
}.enroll_instantlyGs .expert_trackvy::after {
    height: 150px;
    left: -75px;
    border: 20px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
    content: '';
    width: 150px;
    position: absolute;
    border-radius: 50%;
    bottom: -75px;
}

@media (max-width: 991px) {.enroll_instantlyGs {
    padding: 110px 0;
}.enroll_instantlyGs .expert_trackvy {
    gap: 40px;
}.enroll_instantlyGs .container p {
    padding: 25px;
    font-size: calc(18px * 1.2);
}.enroll_instantlyGs .support_feedbackHt {
    height: 180px;
    flex: 0 0 180px;
}.enroll_instantlyGs .container p::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 767px) {.enroll_instantlyGs {
    padding: 90px 0;
    background: linear-gradient(175deg, rgb(200,178,132,0.5) 60%, rgb(219,210,189) 60%);
}.enroll_instantlyGs .expert_trackvy {
    flex-direction: column;
    gap: 60px;
}.enroll_instantlyGs .container p {
    font-size: 18px;
    width: 100%;
}.enroll_instantlyGs .support_feedbackHt {
    width: 160px;
    align-self: flex-end;
    height: 160px;
    margin-right: 20px;
}
}

@media (max-width: 480px) {.enroll_instantlyGs {
    padding: 70px 0;
}.enroll_instantlyGs .container p {
    border-radius: 15px 15px 15px 0;
    font-size: calc(13px * 1.2);
    padding: 20px;
}.enroll_instantlyGs .support_feedbackHt {
    border-radius: 15px 15px 0 15px;
    width: 140px;
    height: 140px;
    font-size: calc(15px * 0.9);
}.enroll_instantlyGs .container p::after {
    height: 25px;
    width: 25px;
    border-radius: 8px;
}}.educational_rewardsXV {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgba(255,255,255,0.97) 100%);
    position: relative;
}.educational_rewardsXV::before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(rgb(200,178,132,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(176,111,79,0.5), 0.07) 0%, transparent 50%);
}.educational_rewardsXV::after {
    transform-origin: left;
    transform: scaleX(0.97);
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    z-index: 1;
}.educational_rewardsXV h5 {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    transform: translateZ(0);
    z-index: 2;
    font-size: 22px;
}.educational_rewardsXV h5::after {
    bottom: -12px;
    width: 60px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    background: rgb(200,178,132);
}.educational_rewardsXV .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.educational_rewardsXV .expert_trackvy {
    flex-direction: column;
    overflow: hidden;
    transform: translateY(0);
    display: flex;
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 4px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}.educational_rewardsXV .expert_trackvy:hover {
    transform: translateY(-5px);
}.educational_rewardsXV .background_imgwd {
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    height: 300px;
    transition: transform 1.2s ease-out;
    object-position: center;
    display: block;
}.educational_rewardsXV .expert_trackvy:hover .background_imgwd {
    transform: scale(1.05);
}.educational_rewardsXV .text_stackgy {
    padding: 2.5rem 2rem;
    position: relative;
}.educational_rewardsXV .text_stackgy::before {
    width: 3px;
    transition: height 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    left: 0;
    height: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(200,178,132), rgb(176,111,79));
}.educational_rewardsXV .expert_trackvy:hover .text_stackgy::before {
    height: 100%;
}.educational_rewardsXV ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.educational_rewardsXV li {
    margin-bottom: 1.2rem;
    transform: translateX(0);
    transition: transform 0.3s ease;
    padding-left: 38px;
    position: relative;
}.educational_rewardsXV li:hover {
    transform: translateX(5px);
}.educational_rewardsXV li p {
    font-size: 12px;
    line-height: 1.6;
    align-items: flex-start;
    margin: 0;
    color: #000000;
    font-weight: 400;
    display: flex;
}.educational_rewardsXV li svg {
    top: 2px;
    left: 0;
    transition: transform 0.3s ease;
    position: absolute;
    width: 26px;
    margin-right: 12px;
    height: 26px;
}.educational_rewardsXV li:hover svg {
    transform: rotate(10deg);
}.educational_rewardsXV svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,178,132);
}.educational_rewardsXV li:hover svg path {
    fill: rgb(176,111,79);
}

@media (min-width: 768px) {.educational_rewardsXV .expert_trackvy {
    flex-direction: row;
    align-items: stretch;
}.educational_rewardsXV .expert_trackvy > div:first-child {
    flex: 0 0 45%;
    overflow: hidden;
}.educational_rewardsXV .background_imgwd {
    height: 100%;
}.educational_rewardsXV .text_stackgy {
    padding: 3rem;
    flex: 0 0 55%;
}.educational_rewardsXV ul {
    columns: 1;
}
}

@media (min-width: 992px) {.educational_rewardsXV {
    padding: 8rem 0;
}.educational_rewardsXV h5 {
    font-size: calc(22px * 1.1);
    margin-bottom: 4rem;
}.educational_rewardsXV .text_stackgy {
    padding: 3.5rem;
}.educational_rewardsXV ul {
    columns: 2;
    column-gap: 2rem;
}.educational_rewardsXV li {
    break-inside: avoid;
}
}

@media (max-width: 767px) {.educational_rewardsXV {
    padding: 4rem 0;
}.educational_rewardsXV h5 {
    line-height: 1.4;
    padding: 0 15px;
    font-size: calc(22px * 0.9);
}.educational_rewardsXV .background_imgwd {
    height: 220px;
}.educational_rewardsXV .text_stackgy {
    padding: 1.8rem 1.5rem;
}.educational_rewardsXV li {
    margin-bottom: 1rem;
}
}

@media (max-width: 480px) {.educational_rewardsXV h5 {
    font-size: calc(22px * 0.8);
}.educational_rewardsXV .background_imgwd {
    height: 180px;
}.educational_rewardsXV .text_stackgy {
    padding: 1.5rem 1.2rem;
}.educational_rewardsXV li {
    padding-left: 34px;
}.educational_rewardsXV li svg {
    height: 22px;
    width: 22px;
}
}

@media (hover: none) {.educational_rewardsXV .expert_trackvy,
  .educational_rewardsXV .expert_trackvy:hover {
    transform: translateY(0);
}.educational_rewardsXV .background_imgwd,
  .educational_rewardsXV .expert_trackvy:hover .background_imgwd {
    transform: scale(1);
}.educational_rewardsXV li:hover {
    transform: translateX(0);
}}.offer_cardMW {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.offer_cardMW::before {
    position: absolute;
    right: 0;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}.offer_cardMW .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.offer_cardMW .bundle_priceoJ {
    position: relative;
}.offer_cardMW h2 {
    position: relative;
    transform: perspective(1000px) translateZ(0);
    overflow: hidden;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}.offer_cardMW h2::after {
    width: 80px;
    bottom: -10px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background: rgb(200,178,132);
    height: 3px;
}.offer_cardMW .learning_packagesRJ {
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    max-width: 700px;
}.offer_cardMW .study_pricingUm {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    padding: 0;
    gap: 30px;
    margin: 0;
}.offer_cardMW .study_pricingUm li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.offer_cardMW .fee_packageuZ {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    display: block;
    border-left: 3px solid rgb(200,178,132);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    height: 100%;
}.offer_cardMW .fee_packageuZ:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px) scale(1.02);
}.offer_cardMW .fee_packageuZ::before {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(200,178,132), 0.05) 100%);
    width: 100%;
}.offer_cardMW .qtr_costim {
    height: 100%;
    padding: 35px 25px;
}.offer_cardMW .study_ratesIu {
    height: 100%;
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: column;
}.offer_cardMW .study_ratesIu h4 {
    word-break: break-word;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-size: calc(21px * 1.2);
    overflow-wrap: break-word;
}.offer_cardMW .study_ratesIu h4::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(200,178,132);
    bottom: 0;
    left: 0;
}.offer_cardMW .fee_packageuZ:hover .study_ratesIu h4::after {
    width: 60px;
}.offer_cardMW .study_ratesIu p {
    max-height: 250px;
    line-height: 1.6;
    scrollbar-color: rgb(200,178,132) transparent;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 15px;
    flex-grow: 1;
    margin: 0 0 25px;
    color: rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
    overflow-y: auto;
}.offer_cardMW .study_ratesIu p::-webkit-scrollbar {
    width: 4px;
}.offer_cardMW .study_ratesIu p::-webkit-scrollbar-thumb {
    background-color: rgb(200,178,132);
    border-radius: 10px;
}.offer_cardMW .fee_schemesVt {
    background: linear-gradient(135deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    margin-top: auto;
    font-weight: 700;
    align-self: flex-start;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: calc(21px * 1.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateZ(10px);
}.offer_cardMW .fee_packageuZ:hover .fee_schemesVt {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(20px) scale(1.05);
}

@media (max-width: 991px) {.offer_cardMW {
    padding: 80px 0;
}.offer_cardMW .study_pricingUm {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.offer_cardMW .qtr_costim {
    padding: 25px 20px;
}.offer_cardMW .study_ratesIu h4 {
    font-size: 21px;
}.offer_cardMW .fee_schemesVt {
    padding: 8px 20px;
    font-size: 21px;
}
}

@media (max-width: 767px) {.offer_cardMW {
    padding: 60px 0;
}.offer_cardMW h2 {
    font-size: calc(28px * 0.85);
}.offer_cardMW .learning_packagesRJ {
    font-size: calc(15px * 0.95);
    margin-bottom: 40px;
}.offer_cardMW .study_pricingUm {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.offer_cardMW .study_ratesIu p {
    max-height: 180px;
}
}

@media (max-width: 480px) {.offer_cardMW {
    padding: 50px 0;
}.offer_cardMW h2 {
    font-size: calc(28px * 0.75);
}.offer_cardMW .qtr_costim {
    padding: 20px 15px;
}.offer_cardMW .study_ratesIu h4 {
    padding-bottom: 10px;
    font-size: calc(21px * 0.9);
    margin-bottom: 15px;
}.offer_cardMW .study_ratesIu p {
    font-size: calc(15px * 0.9);
    max-height: 150px;
    margin-bottom: 20px;
}.offer_cardMW .fee_schemesVt {
    font-size: calc(21px * 0.9);
    padding: 8px 15px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    opacity: 0.92;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, rgb(176,111,79,0.5) 100%);
    top: 0;
    z-index: -1;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}footer {
    background-position: center !important;
    background-size: cover !important;
}.level_uppe {
    padding: 5rem 0 2rem;
    position: relative;
    color: #ffffff;
}.level_uppe::before {
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    top: 0;
    background: rgb(200,178,132);
    position: absolute;
    height: 15px;
    width: 100%;
    content: "";
    left: 0;
}.level_uppe .container {
    flex-wrap: wrap;
    position: relative;
    gap: 0;
    display: flex;
}.level_uppe .company_holder {
    margin-bottom: 2rem;
    position: relative;
    padding: 0 3rem 2rem 0;
    flex: 0 0 40%;
}.level_uppe .company_holder::after {
    background: linear-gradient(to bottom, #ffffff, transparent);
    top: 0;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    width: 1px;
    right: 1.5rem;
    content: "";
}.level_uppe .company_holder h3 {
    position: relative;
    padding-bottom: 1rem;
    transform: skewX(-10deg);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 35px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-weight: 700;
}.level_uppe .company_holder h3::after {
    left: 0;
    height: 3px;
    bottom: 0;
    background: rgb(200,178,132);
    content: "";
    position: absolute;
    box-shadow: 0 0 10px rgb(200,178,132);
    width: 80px;
}.level_uppe .conduct_codeEn {
    border-left: 3px solid rgb(200,178,132);
    transform-origin: left top;
    background: rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    color: #ffffff;
    padding: 1.5rem;
    font-size: 13px;
    transform: skewX(-5deg);
}.level_uppe .gift_cardvT {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    flex: 0 0 60%;
}.level_uppe .main_startVc {
    flex-wrap: wrap;
    flex: 1;
    display: flex;
    gap: 0;
}.level_uppe .top_learnso {
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
    position: relative;
}.level_uppe .top_learnso h5 {
    margin: 0 0 1.5rem;
    padding-left: 1rem;
    font-size: 20px;
    position: relative;
    transform: skewX(-5deg);
    font-weight: 600;
    color: #ffffff;
}.level_uppe .top_learnso h5::before {
    width: 3px;
    transform: skewX(5deg);
    position: absolute;
    bottom: 0;
    background: rgb(200,178,132);
    content: "";
    top: 0;
    left: 0;
}.level_uppe .top_learnso .main_startVc {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.level_uppe .top_learnso .main_startVc a {
    background: rgba(255, 255, 255, 0.05);
    transform: skewX(-5deg);
    font-size: 13px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.7rem 1rem;
    color: #ffffff;
    text-decoration: none;
    display: block;
}.level_uppe .top_learnso .main_startVc a::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    transition: all 0.5s ease;
    left: -100%;
    content: "";
}.level_uppe .top_learnso .main_startVc a:hover {
    padding-left: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transform: skewX(-5deg) translateX(5px);
}.level_uppe .top_learnso .main_startVc a:hover::before {
    left: 100%;
}.credit_infoeK {
    position: relative;
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1.5rem 0;
}.credit_infoeK .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}.credit_infoeK .proposal_ctaZL {
    color: #ffffff;
    text-align: center;
    transform: skewX(-5deg);
    font-size: 16px;
    width: 100%;
}

@media (max-width: 1200px) {.level_uppe .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.level_uppe .gift_cardvT {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.level_uppe {
    padding: 4rem 0 2rem;
}.level_uppe .container {
    flex-direction: column;
}.level_uppe .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 3rem;
}.level_uppe .company_holder::after {
    display: none;
}.level_uppe .gift_cardvT {
    flex: 0 0 100%;
}.level_uppe .top_learnso {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.level_uppe {
    padding: 3.5rem 0 1.5rem;
}.level_uppe::before {
    height: 10px;
}.level_uppe .company_holder h3 {
    font-size: calc(35px - 2px);
}.level_uppe .conduct_codeEn {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.level_uppe .top_learnso h5, 
    .level_uppe .top_learnso .main_startVc a {
    transform: skewX(-3deg);
}.level_uppe .top_learnso .main_startVc a:hover {
    transform: skewX(-3deg) translateX(5px);
}.credit_infoeK {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.credit_infoeK .proposal_ctaZL {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.level_uppe {
    padding: 3rem 0 1rem;
}.level_uppe::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.level_uppe .top_learnso {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.level_uppe .company_holder {
    margin-bottom: 2rem;
}.level_uppe .top_learnso .main_startVc a {
    padding: 0.6rem 0.8rem;
}.level_uppe .top_learnso .main_startVc a:hover {
    padding-left: 1.2rem;
}.credit_infoeK {
    margin-top: 1rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
}

@media (max-width: 420px) {.level_uppe .company_holder h3 {
    transform: skewX(-5deg);
}.level_uppe .company_holder h3::after {
    width: 60px;
}.level_uppe .conduct_codeEn {
    transform: none;
}.level_uppe .top_learnso h5 {
    transform: none;
}.level_uppe .top_learnso h5::before {
    transform: none;
}.level_uppe .top_learnso .main_startVc a,
    .level_uppe .top_learnso .main_startVc a:hover,
    .credit_infoeK .proposal_ctaZL {
    transform: none;
}}.mentorship_experiencerm {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgba(245, 245, 250, 0.9) 100%);
}.mentorship_experiencerm::before {
    content: "";
    background: linear-gradient(120deg, rgb(200,178,132,0.5) 10%, rgb(176,111,79,0.5) 90%);
    opacity: 0.1;
    width: 25rem;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    z-index: 1;
    height: 25rem;
    transform: rotate(-15deg);
    right: -5%;
    position: absolute;
    top: -10%;
}.mentorship_experiencerm::after {
    left: -5%;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: 1;
    height: 15rem;
    position: absolute;
    transform: rotate(12deg);
    background: linear-gradient(220deg, rgb(176,111,79,0.5) 10%, rgb(200,178,132,0.5) 90%);
    opacity: 0.08;
    width: 15rem;
    content: "";
    bottom: -5%;
}.mentorship_experiencerm .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.mentorship_experiencerm .learning_viewsch {
    border-left: 5px solid rgb(200,178,132);
    position: relative;
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    gap: 2.5rem;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    padding: 3rem;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
}.mentorship_experiencerm .learning_viewsch:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
}.mentorship_experiencerm .learning_viewsch > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}.mentorship_experiencerm .background_imgwd {
    transform: rotate(-3deg);
    border: 4px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    width: 180px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 180px;
}.mentorship_experiencerm .learning_viewsch:hover .background_imgwd {
    transform: rotate(0deg) scale(1.05);
}.mentorship_experiencerm .name {
    display: inline-block;
    font-size: 22px;
    position: relative;
    margin-bottom: 0.5rem;
    color: rgb(200,178,132);
    font-weight: 700;
}.mentorship_experiencerm .name::after {
    position: absolute;
    bottom: -8px;
    height: 3px;
    width: 40%;
    background: linear-gradient(90deg, rgb(200,178,132) 0%, transparent 100%);
    content: "";
    left: 0;
    transition: width 0.4s ease;
}.mentorship_experiencerm .learning_viewsch:hover .name::after {
    width: 90%;
}.mentorship_experiencerm .learning_viewsch > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.mentorship_experiencerm .learning_viewsch > div:nth-child(2) > div {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgb(176,111,79);
    text-transform: uppercase;
    font-size: calc(18px - 0.1rem);
}.mentorship_experiencerm .work_tasksUT {
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    padding-left: 1.5rem;
    margin: 0;
    position: relative;
}.mentorship_experiencerm .work_tasksUT::before {
    position: absolute;
    font-size: 5rem;
    font-family: Georgia, serif;
    top: -1.5rem;
    content: "";
    left: -0.8rem;
    color: rgb(200,178,132,0.5);
    opacity: 0.3;
}

@media (min-width: 768px) {.mentorship_experiencerm .learning_viewsch {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.mentorship_experiencerm .learning_viewsch > div:first-child {
    grid-row: span 2;
}.mentorship_experiencerm .background_imgwd {
    height: 200px;
    width: 200px;
}.mentorship_experiencerm .work_tasksUT {
    font-size: calc(18px + 0.05rem);
}
}

@media (min-width: 992px) {.mentorship_experiencerm .learning_viewsch {
    grid-template-rows: 1fr;
    align-items: center;
    grid-template-columns: 250px 250px 1fr;
}.mentorship_experiencerm .learning_viewsch > div:first-child {
    grid-row: 1;
}.mentorship_experiencerm .background_imgwd {
    width: 220px;
    height: 220px;
}.mentorship_experiencerm .work_tasksUT {
    padding-left: 2rem;
}.mentorship_experiencerm .work_tasksUT::before {
    top: -2rem;
    left: -0.5rem;
    font-size: 6rem;
}
}

@media (max-width: 767px) {.mentorship_experiencerm {
    padding: 3rem 0;
}.mentorship_experiencerm .learning_viewsch {
    padding: 2rem;
}.mentorship_experiencerm .background_imgwd {
    width: 150px;
    height: 150px;
}.mentorship_experiencerm .name {
    font-size: calc(22px - 0.1rem);
}.mentorship_experiencerm .work_tasksUT {
    font-size: calc(18px - 0.1rem);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.mentorship_experiencerm {
    padding: 2rem 0;
}.mentorship_experiencerm .container {
    padding: 0 1rem;
}.mentorship_experiencerm .learning_viewsch {
    gap: 1.5rem;
    padding: 1.5rem;
}.mentorship_experiencerm .background_imgwd {
    height: 120px;
    width: 120px;
}.mentorship_experiencerm .work_tasksUT::before {
    font-size: 4rem;
    top: -1rem;
}}.potential_enrolleesOs {
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
    position: relative;
    padding: 100px 0;
    background-size: 60px 60px;
}.potential_enrolleesOs::before {
    left: -50%;
    content: '';
    animation: rotateBackground 60s linear infinite;
    opacity: 0.4;
    pointer-events: none;
    height: 200%;
    position: absolute;
    width: 200%;
    top: -50%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(200,178,132,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(176,111,79,0.5) 0%, transparent 25%);
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.potential_enrolleesOs::after {
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
}.potential_enrolleesOs .container {
    max-width: 1140px;
    z-index: 5;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.potential_enrolleesOs .expert_trackvy {
    padding: 0;
    position: relative;
    overflow: visible;
}.potential_enrolleesOs h4 {
    font-size: calc(28px * 1.2);
    letter-spacing: 3px;
    margin: 0 0 70px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(200,178,132,0.5), 0 0 30px rgb(200,178,132,0.5);
}.potential_enrolleesOs h4::before {
    left: 50%;
    background: rgb(200,178,132);
    transform: translateX(-50%);
    width: 120px;
    content: '';
    height: 3px;
    bottom: 0;
    box-shadow: 0 0 10px 2px rgb(200,178,132);
    position: absolute;
}.potential_enrolleesOs h4::after {
    bottom: -5px;
    background: rgb(176,111,79,0.5);
    width: 200px;
    height: 1px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}.potential_enrolleesOs div > div {
    margin: 0 -50px;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    perspective: 1500px;
}.potential_enrolleesOs p {
    position: relative;
    line-height: 1.7;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    box-shadow: 
        0 0 20px rgb(200,178,132,0.5),
        inset 0 0 10px rgb(200,178,132,0.5);
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border: 1px solid rgb(200,178,132,0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        85% 100%, 
        0% 100%
    );
    font-size: calc(17px * 1.05);
    margin: 0;
    padding: 30px 35px;
    align-items: flex-start;
    overflow: visible;
    border-radius: 0;
}.potential_enrolleesOs p::before {
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    transition: opacity 0.3s ease;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    width: 30px;
    content: '';
    height: 30px;
    background: rgb(200,178,132);
}.potential_enrolleesOs p::after {
    z-index: -1;
    position: absolute;
    top: -15px;
    opacity: 0.15;
    transition: all 0.3s ease;
    content: attr(data-number);
    color: rgb(176,111,79);
    font-size: calc(46px * 1.2);
    font-weight: 700;
    right: 25px;
}.potential_enrolleesOs p:nth-child(1)::after {
    content: '01';
}.potential_enrolleesOs p:nth-child(2)::after {
    content: '02';
}.potential_enrolleesOs p:nth-child(3)::after {
    content: '03';
}.potential_enrolleesOs p:nth-child(4)::after {
    content: '04';
}.potential_enrolleesOs p:nth-child(5)::after {
    content: '05';
}.potential_enrolleesOs p:nth-child(6)::after {
    content: '06';
}.potential_enrolleesOs p:nth-child(7)::after {
    content: '07';
}.potential_enrolleesOs p:nth-child(8)::after {
    content: '08';
}.potential_enrolleesOs p:nth-child(9)::after {
    content: '09';
}.potential_enrolleesOs p:nth-child(10)::after {
    content: '10';
}.potential_enrolleesOs p:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.5),
        0 0 30px rgb(200,178,132,0.5),
        inset 0 0 15px rgb(200,178,132);
    border-color: rgb(200,178,132);
    z-index: 10;
}.potential_enrolleesOs p:hover::before {
    opacity: 1;
}.potential_enrolleesOs p:hover::after {
    opacity: 0.3;
    transform: translateY(-10px) scale(1.2);
}.potential_enrolleesOs p:nth-child(3n+1) {
    transform: translateX(-30px);
}.potential_enrolleesOs p:nth-child(3n+3) {
    transform: translateX(30px);
}.potential_enrolleesOs p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}.potential_enrolleesOs p:nth-child(3n+3):hover {
    transform: translateX(30px) translateY(-15px) rotateX(5deg) rotateY(5deg);
}.potential_enrolleesOs p svg {
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgb(200,178,132,0.5));
    height: 36px;
    width: 36px;
    margin-right: 20px;
    transition: transform 0.3s ease;
}.potential_enrolleesOs p:hover svg {
    transform: scale(1.2) rotate(15deg);
}.potential_enrolleesOs p svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,178,132);
}.potential_enrolleesOs p:hover svg path {
    fill: rgb(176,111,79);
}.potential_enrolleesOs .expert_trackvy::before {
    filter: blur(2px);
    height: 200px;
    content: '';
    opacity: 0.2;
    width: 200px;
    top: -70px;
    position: absolute;
    left: -100px;
    border-radius: 50%;
    animation: rotateMesh 30s linear infinite;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(176,111,79) 49%, rgb(176,111,79) 51%, transparent 52%) 0 0/20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(176,111,79) 49%, rgb(176,111,79) 51%, transparent 52%) 0 0/20px 20px;
}.potential_enrolleesOs .expert_trackvy::after {
    opacity: 0.2;
    width: 150px;
    height: 150px;
    bottom: -70px;
    border-radius: 50%;
    position: absolute;
    right: -70px;
    content: '';
    background: 
        linear-gradient(45deg, transparent 48%, rgb(200,178,132) 49%, rgb(200,178,132) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(200,178,132) 49%, rgb(200,178,132) 51%, transparent 52%) 0 0/15px 15px;
    filter: blur(2px);
    animation: rotateMesh 30s linear infinite reverse;
}

@keyframes rotateMesh {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {.potential_enrolleesOs div > div {
    margin: 0 -30px;
}
}

@media (max-width: 991px) {.potential_enrolleesOs {
    padding: 80px 0;
}.potential_enrolleesOs h4 {
    font-size: calc(28px * 1.1);
    margin-bottom: 60px;
}.potential_enrolleesOs div > div {
    gap: 25px;
    margin: 0 -20px;
    grid-template-columns: repeat(2, 1fr);
}.potential_enrolleesOs p {
    padding: 25px 30px;
}.potential_enrolleesOs p svg {
    width: 32px;
    margin-right: 15px;
    height: 32px;
}.potential_enrolleesOs p:nth-child(3n+1),
    .potential_enrolleesOs p:nth-child(3n+3) {
    transform: none;
}.potential_enrolleesOs p:nth-child(odd) {
    transform: translateX(-20px);
}.potential_enrolleesOs p:nth-child(even) {
    transform: translateX(20px);
}.potential_enrolleesOs p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.potential_enrolleesOs p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}

@media (max-width: 767px) {.potential_enrolleesOs {
    padding: 70px 0;
}.potential_enrolleesOs h4 {
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-size: 28px;
}.potential_enrolleesOs div > div {
    grid-template-columns: 1fr;
    margin: 0;
    gap: 25px;
}.potential_enrolleesOs p {
    transform: none !important;
    padding: 25px;
}.potential_enrolleesOs p:hover {
    transform: translateY(-10px) !important;
}.potential_enrolleesOs .expert_trackvy::before {
    height: 120px;
    top: -50px;
    width: 120px;
    left: -60px;
}.potential_enrolleesOs .expert_trackvy::after {
    height: 100px;
    width: 100px;
    bottom: -50px;
    right: -50px;
}
}

@media (max-width: 480px) {.potential_enrolleesOs {
    padding: 60px 0;
}.potential_enrolleesOs h4 {
    font-size: calc(28px * 0.85);
    letter-spacing: 1px;
    margin-bottom: 40px;
}.potential_enrolleesOs p {
    padding: 20px;
    font-size: 17px;
}.potential_enrolleesOs p svg {
    margin-right: 12px;
    height: 28px;
    width: 28px;
}.potential_enrolleesOs p::after {
    font-size: 46px;
    top: -10px;
    right: 15px;
}}.landing_pagenb {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}.landing_pagenb .learn_techfastUL {
    min-height: 100vh;
    padding: 4rem 2rem;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 100%;
}.landing_pagenb .learn_techfastUL::before {
    background: linear-gradient(
    135deg,
    rgb(200,178,132,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}.landing_pagenb .learn_techfastUL::after {
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    z-index: 2;
    left: 0;
    background: 
    linear-gradient(90deg, transparent 0%, rgb(176,111,79,0.5) 100%),
    radial-gradient(circle at 75% 25%, rgb(200,178,132,0.5) 0%, transparent 50%);
    height: 100%;
    mix-blend-mode: overlay;
}.landing_pagenb .expert_studioOc {
    max-width: 650px;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    transform: translateY(-2rem);
    margin-left: 10%;
    z-index: 10;
}.landing_pagenb h1 {
    font-size: calc(42px * 1.2);
    transition: transform 0.5s ease;
    line-height: 1.1;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
}.landing_pagenb h1::after {
    background: rgb(200,178,132);
    left: 0;
    content: "";
    animation: lineExtend 0.8s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    height: 4px;
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    bottom: -0.7rem;
    position: absolute;
}.landing_pagenb h3 {
    border-left: 3px solid rgb(176,111,79);
    opacity: 0;
    position: relative;
    font-size: calc(21px * 1.1);
    color: #ffffff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
    line-height: 1.4;
    padding-left: 1rem;
    animation: fadeSlideUp 1.2s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    margin-bottom: 1.5rem;
    opacity: 0.92;
    font-weight: 600;
}.landing_pagenb p {
    margin-top: 2rem;
    animation: fadeSlideUp 1.2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    position: relative;
    opacity: 0;
    font-size: calc(16px * 1.1);
    color: #ffffff;
    padding-top: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
}.landing_pagenb p::before {
    left: 0;
    width: 40px;
    background: rgb(255, 255, 255, 0.5);
    content: "";
    top: 0;
    height: 1px;
    position: absolute;
}.landing_pagenb .expert_studioOc:hover h1 {
    transform: perspective(1000px) translateZ(10px);
}

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

@keyframes lineExtend {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@media (max-width: 992px) {.landing_pagenb .expert_studioOc {
    max-width: 600px;
    margin-left: 5%;
}.landing_pagenb h1 {
    font-size: calc(42px * 1.1);
}.landing_pagenb h3 {
    font-size: 21px;
}
}

@media (max-width: 768px) {.landing_pagenb .learn_techfastUL {
    padding: 3rem 1.5rem;
    align-items: center;
}.landing_pagenb .expert_studioOc {
    max-width: 100%;
    margin-left: 0;
}.landing_pagenb h1 {
    font-size: 42px;
}.landing_pagenb h3 {
    padding-left: 0.75rem;
    font-size: calc(21px * 0.95);
}.landing_pagenb p {
    font-size: 16px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.landing_pagenb .learn_techfastUL {
    padding: 2rem 1rem;
    min-height: 90vh;
}.landing_pagenb h1 {
    font-size: calc(42px * 0.9);
}.landing_pagenb h3 {
    font-size: calc(21px * 0.9);
    border-left: 2px solid rgb(176,111,79);
}.landing_pagenb p {
    margin-top: 1.5rem;
    padding-top: 1rem;
}.landing_pagenb h1::after {
    height: 3px;
    width: 60px;
}
}

@media (max-height: 700px) {.landing_pagenb .learn_techfastUL {
    min-height: auto;
    padding-bottom: 6rem;
    padding-top: 6rem;
}}.thxAreaqp {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(219,210,189) 0%, rgba(240, 242, 245, 0.9) 100%);
}.thxAreaqp::before {
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    right: -10%;
    transform: rotate(15deg) skewX(-15deg);
    top: -5%;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, rgb(176,111,79,0.5) 100%);
    position: absolute;
    opacity: 0.07;
    width: 40%;
    height: 70%;
    content: "";
}.thxAreaqp::after {
    background: linear-gradient(225deg, rgb(176,111,79,0.5) 0%, rgb(200,178,132,0.5) 100%);
    opacity: 0.05;
    height: 60%;
    position: absolute;
    bottom: -5%;
    left: -5%;
    content: "";
    transform: rotate(-10deg) skewX(10deg);
    z-index: 0;
    width: 30%;
    animation: float 18s ease-in-out infinite alternate-reverse;
}.thxAreaqp .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.thxAreaqp h2 {
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    animation: slideUp 0.8s 0.2s ease-out forwards;
    position: relative;
    line-height: 1.3;
    margin-bottom: 3rem;
    transform: translateY(0);
    opacity: 0;
}.thxAreaqp h2::after {
    transform: scaleX(0);
    animation: expand 1s 0.8s ease-out forwards;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    content: "";
    width: 80px;
    height: 3px;
    bottom: -15px;
    position: absolute;
    left: 0;
}.thxAreaqp .expert_trackvy {
    animation: fadeSlideUp 1s 0.4s ease-out forwards;
    position: relative;
    overflow: hidden;
    padding: 3rem;
    border-left: 4px solid rgb(200,178,132);
    transform: translateY(20px);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
              0 5px 15px rgba(0, 0, 0, 0.03);
    opacity: 0;
}.thxAreaqp .expert_trackvy::before {
    width: 150px;
    background: linear-gradient(135deg, rgb(176,111,79,0.5) 0%, transparent 70%);
    height: 150px;
    opacity: 0.1;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}.thxAreaqp ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thxAreaqp li {
    position: relative;
    padding-left: 0;
}.thxAreaqp li span {
    display: block;
    line-height: 1.8;
    animation: fadeIn 1s 0.7s ease-out forwards;
    opacity: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateY(10px);
    font-size: calc(14px + 0.05rem);
}

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

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

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

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

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

@media screen and (max-width: 992px) {.thxAreaqp {
    padding: 5rem 0;
}.thxAreaqp h2 {
    font-size: calc(28px - 0.2rem);
    margin-bottom: 2.5rem;
}.thxAreaqp .expert_trackvy {
    padding: 2.5rem;
}
}

@media screen and (max-width: 768px) {.thxAreaqp {
    padding: 4rem 0;
}.thxAreaqp h2 {
    margin-bottom: 2rem;
    font-size: calc(28px - 0.4rem);
}.thxAreaqp h2::after {
    bottom: -12px;
    width: 60px;
}.thxAreaqp .expert_trackvy {
    padding: 2rem;
}.thxAreaqp .expert_trackvy::before {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 576px) {.thxAreaqp {
    padding: 3rem 0;
}.thxAreaqp .container {
    padding: 0 1.5rem;
}.thxAreaqp h2 {
    margin-bottom: 1.8rem;
    font-size: calc(28px - 0.6rem);
    line-height: 1.4;
}.thxAreaqp h2::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.thxAreaqp .expert_trackvy {
    padding: 1.5rem;
    border-left-width: 3px;
}.thxAreaqp li span {
    font-size: 14px;
    line-height: 1.7;
}
}