* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    width: 1129px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    height: 10px;
    width: 11px;
    background: #ffffff;
}::-webkit-scrollbar-button {
    width: 1px;
    border-radius: 10px;
    height: 9px;
}::-webkit-scrollbar-track {
    margin: 1px 0;
    background: rgb(217,213,221);
    border-radius: 15px;
    box-shadow: inset -5px -2px 14px -1px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb {
    border-radius: 13.7vh;
    border: 2px double rgb(255, 255, 255, 0.5);
    background: rgb(174,122,161);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(174,122,161);
    box-shadow: 5px -2px 15px 3px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
    transform: translateY(1px);
    box-shadow: inset 1px -2px 11px 8px rgba(0, 0, 0, 0.2);
}.main_masteroBLz {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.pitch_compNIXJ {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.framework-wrapZJwE {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.confidential_coveVHME {
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
    background-color: rgb(217,213,221);
}.confidential_coveVHME h1 {
    font-size: 41px;
    font-weight: 700;
    color: rgb(186,177,195);
    margin-bottom: 20px;
}.confidential_coveVHME h2 {
    font-size: 38px;
    color: rgb(174,122,161);
    margin-bottom: 15px;
    font-weight: 600;
}.confidential_coveVHME h3, .confidential_coveVHME h4, .confidential_coveVHME h5, .confidential_coveVHME h6 {
    margin: 1rem 0;
}.confidential_coveVHME ul {
    padding: 0;
    list-style-type: none;
}.confidential_coveVHME li {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.6;
}.confidential_coveVHME p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 17px;
}.confidential_coveVHME div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.confidential_coveVHME {
    padding: 30px;
}.confidential_coveVHME h1 {
    font-size: calc(21px * 0.8);
}.confidential_coveVHME h2 {
    font-size: calc(21px * 0.9);
}}.analysis_summaryeZoc {
    position: relative;
    background: linear-gradient(145deg, rgb(217,213,221), rgb(186,177,195,0.5));
    padding: 5rem 1.5rem;
    overflow: hidden;
}.analysis_summaryeZoc::before {
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(174,122,161,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 70%, rgb(186,177,195,0.5) 0%, transparent 40%);
    width: 100%;
    opacity: 0.2;
    z-index: 0;
    content: "";
    left: 0;
    height: 100%;
}.analysis_summaryeZoc h3 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 3rem;
    z-index: 1;
    color: #000000;
    text-align: center;
    position: relative;
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    opacity: 0;
    transform: translateY(20px);
}.analysis_summaryeZoc h3::after {
    height: 3px;
    content: "";
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(186,177,195), rgb(174,122,161));
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
}.analysis_summaryeZoc .container {
    position: relative;
    z-index: 1;
}.analysis_summaryeZoc ul {
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    display: grid;
}.analysis_summaryeZoc .statistics_edgefWrs {
    display: flex;
    overflow: hidden;
    align-items: center;
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
                box-shadow 0.3s ease-out;
    flex-direction: column;
    position: relative;
    justify-content: center;
    background: #ffffff;
    padding: 2rem 1.5rem;
    transform: translateY(30px);
    animation-delay: calc(0.15s * var(--i, 0));
    animation: fadeSlideUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.08);
}.analysis_summaryeZoc .statistics_edgefWrs:nth-child(1) {
    --i: 1;
}.analysis_summaryeZoc .statistics_edgefWrs:nth-child(2) {
    --i: 2;
}.analysis_summaryeZoc .statistics_edgefWrs:nth-child(3) {
    --i: 3;
}.analysis_summaryeZoc .statistics_edgefWrs:nth-child(4) {
    --i: 4;
}.analysis_summaryeZoc .statistics_edgefWrs:nth-child(5) {
    --i: 5;
}.analysis_summaryeZoc .statistics_edgefWrs:nth-child(6) {
    --i: 6;
}.analysis_summaryeZoc .statistics_edgefWrs:nth-child(7) {
    --i: 7;
}.analysis_summaryeZoc .statistics_edgefWrs::before {
    background: linear-gradient(to bottom, rgb(186,177,195), rgb(174,122,161));
    position: absolute;
    top: 0;
    transform: scaleY(0);
    left: 0;
    opacity: 0.8;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: bottom;
    content: "";
    width: 4px;
    height: 100%;
}.analysis_summaryeZoc .statistics_edgefWrs:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.04);
}.analysis_summaryeZoc .statistics_edgefWrs:hover::before {
    transform: scaleY(1);
}.analysis_summaryeZoc .statistics_edgefWrs span {
    z-index: 1;
    color: #000000;
    text-align: center;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 600;
    transform: translateZ(0);
    font-size: 12px;
    margin-bottom: 0.75rem;
}.analysis_summaryeZoc .statistics_edgefWrs:hover span {
    color: rgb(186,177,195);
}.analysis_summaryeZoc .statistics_edgefWrs p {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), 
                color 0.3s ease;
    font-weight: 700;
    font-size: calc(36px * 1.2);
    margin: 0;
    color: rgb(186,177,195);
    position: relative;
}.analysis_summaryeZoc .statistics_edgefWrs:hover p {
    transform: scale(1.15);
    color: rgb(174,122,161);
}.analysis_summaryeZoc .statistics_edgefWrs p::after {
    height: 2px;
    position: absolute;
    background: rgb(174,122,161);
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    bottom: -10px;
    width: 40px;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
}.analysis_summaryeZoc .statistics_edgefWrs:hover p::after {
    transform: translateX(-50%) scaleX(1);
}

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

@media (max-width: 991px) {.analysis_summaryeZoc {
    padding: 4rem 1rem;
}.analysis_summaryeZoc h3 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.analysis_summaryeZoc ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.analysis_summaryeZoc .statistics_edgefWrs {
    padding: 1.75rem 1.25rem;
}.analysis_summaryeZoc .statistics_edgefWrs p {
    font-size: calc(36px * 1.1);
}
}

@media (max-width: 767px) {.analysis_summaryeZoc {
    padding: 3.5rem 0.75rem;
}.analysis_summaryeZoc ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}.analysis_summaryeZoc .statistics_edgefWrs {
    padding: 1.5rem 1rem;
}.analysis_summaryeZoc .statistics_edgefWrs span {
    font-size: calc(12px * 0.9);
}.analysis_summaryeZoc .statistics_edgefWrs p {
    font-size: 36px;
}
}

@media (max-width: 480px) {.analysis_summaryeZoc {
    padding: 3rem 0.5rem;
}.analysis_summaryeZoc h3 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.analysis_summaryeZoc ul {
    max-width: 280px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.analysis_summaryeZoc .statistics_edgefWrs {
    padding: 1.25rem 1rem;
}}.cookie_popup_warningjiaW {
    width: 100%;
    background: rgb(217,213,221);
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    border-top: 3px solid rgb(186,177,195);
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}.cookie_noticedqIs {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 15px;
    max-width: 1200px;
}.cookie_allqPVb {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_allqPVb svg {
    fill: rgb(186,177,195);
    transition: fill 0.3s ease;
    height: 60px;
    width: 60px;
}.cookie_allqPVb svg:hover {
    fill: rgb(174,122,161);
}.cookie_applysjvb {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.cookie_popup_warningjiaW h5 {
    font-weight: 600;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    color: rgb(186,177,195);
}.cookie_popup_warningjiaW p {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}.cookie_resetdDFK {
    cursor: pointer;
    font-size: 17px;
    text-align: center;
    border-radius: 30px;
    background: rgb(186,177,195);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    margin-left: 10px;
    line-height: 35px;
    text-decoration: none;
    color: #ffffff;
}.cookie_resetdDFK:hover {
    box-shadow: 0 0 10px rgb(174,122,161,0.5);
    background: rgb(174,122,161);
}#cookies_acceptance_allowUPHt {
    background: rgb(186,177,195);
}#decline_privacy_settingswZTo {
    background: rgba(0, 0, 0, 0.5);
}.cookie_popup_warningjiaW p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(186,177,195);
}.cookie_popup_warningjiaW p a:hover {
    color: rgb(174,122,161);
}
@media only screen and (max-width: 1200px) {.cookie_noticedqIs {
    align-items: center;
    flex-direction: column;
}.cookie_allqPVb {
    margin-bottom: 15px;
}.cookie_applysjvb {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.cookie_resetdDFK {
    width: 100%;
    max-width: 200px;
    margin-left: 0;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.cookie_noticedqIs {
    padding: 15px;
}.cookie_allqPVb {
    display: none;
}.cookie_popup_warningjiaW h5 {
    font-size: 19px;
}.cookie_popup_warningjiaW p {
    font-size: 13px;
}}
#userAgreementPopupxMzc {
    display: none;
}#userAgreementPopupxMzc:checked ~ .cookie_popup_warningjiaW {
    opacity: 0;
    visibility: hidden;
}.study_methodOpNK {
    background: linear-gradient(135deg, rgb(217,213,221) 0%, rgba(59, 173, 227, 0.1) 45%, rgba(87, 111, 230, 0.15) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.study_methodOpNK::before {
    content: "";
    opacity: 0.4;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(186,177,195,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}.study_methodOpNK::after {
    z-index: 1;
    width: 300px;
    right: -150px;
    animation: rotate 30s linear infinite;
    position: absolute;
    border: 1px solid rgb(186,177,195,0.5);
    border-radius: 50%;
    content: "";
    height: 300px;
    top: -150px;
}.study_methodOpNK .class_trackwjiB {
    max-width: 1200px;
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
}.study_methodOpNK h2 {
    transform: translateZ(10px);
    letter-spacing: -0.5px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-size: 38px;
    font-weight: 700;
}.study_methodOpNK h2::before {
    left: 0;
    transform: scaleX(0);
    content: "";
    background: linear-gradient(90deg, rgb(186,177,195), rgb(174,122,161));
    width: 60px;
    position: absolute;
    bottom: -15px;
    animation: scaleIn 1.2s cubic-bezier(0.17, 0.67, 0.35, 0.98) forwards 0.3s;
    height: 4px;
    transform-origin: left;
}.study_methodOpNK .text_frame_itemsNep {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(83, 92, 236, 0.06);
    transform: translateZ(20px);
    border-left: 3px solid rgb(186,177,195);
    margin-top: 20px;
    position: relative;
    transition: transform 0.4s ease-out;
    backdrop-filter: blur(10px);
    padding: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.95));
}.study_methodOpNK .text_frame_itemsNep:hover {
    transform: translateZ(30px) translateY(-5px);
}.study_methodOpNK .text_frame_itemsNep::before {
    border: 2px dashed rgb(174,122,161,0.5);
    height: 100px;
    width: 100px;
    top: -50px;
    right: -50px;
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}.study_methodOpNK p {
    position: relative;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.study_methodOpNK p::first-letter {
    font-weight: 700;
    color: rgb(186,177,195);
    font-size: 1.4em;
}@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

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

.study_methodOpNK .class_trackwjiB::after {
    position: absolute;
    width: 200px;
    left: -100px;
    z-index: -1;
    background: radial-gradient(circle, rgb(174,122,161,0.5) 0%, transparent 70%);
    content: "";
    height: 200px;
    animation: pulse 8s ease-in-out infinite alternate;
    bottom: -100px;
    border-radius: 50%;
}

@keyframes pulse {
    0% { opacity: 0.3; transform: scale(0.8); }
    100% { opacity: 0.6; transform: scale(1.2); }
}

@media (max-width: 992px) {.study_methodOpNK {
    padding: 90px 0;
}.study_methodOpNK .class_trackwjiB {
    padding: 0 20px;
}.study_methodOpNK h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 35px;
}.study_methodOpNK .text_frame_itemsNep {
    padding: 30px;
}
}

@media (max-width: 768px) {.study_methodOpNK {
    padding: 70px 0;
}.study_methodOpNK h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.study_methodOpNK .text_frame_itemsNep {
    padding: 25px;
}.study_methodOpNK p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.study_methodOpNK {
    padding: 50px 0;
}.study_methodOpNK .class_trackwjiB {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 15px;
}.study_methodOpNK h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 25px;
}.study_methodOpNK .text_frame_itemsNep {
    padding: 20px;
    margin-top: 10px;
}.study_methodOpNK p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.study_methodOpNK h2::before {
    width: 40px;
    height: 3px;
    bottom: -10px;
}}.thanksBlocktzHI {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(174,122,161,0.5) 0%, rgb(217,213,221) 100%);
    position: relative;
    padding: 100px 0;
}.thanksBlocktzHI::before {
    height: 100%;
    opacity: 0.6;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(186,177,195,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(174,122,161,0.5) 0%, transparent 60%);
}.thanksBlocktzHI::after {
    height: 200px;
    border: 2px solid rgb(186,177,195,0.5);
    content: "";
    position: absolute;
    transform: rotate(15deg);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    right: -50px;
    animation: float 8s ease-in-out infinite;
    width: 200px;
    z-index: 1;
    top: -50px;
}.thanksBlocktzHI .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.thanksBlocktzHI .class_trackwjiB {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 50px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    display: flex;
    flex-direction: column;
}.thanksBlocktzHI .class_trackwjiB:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thanksBlocktzHI .class_trackwjiB::before {
    left: 0;
    width: 100%;
    background-size: 200% auto;
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(186,177,195) 0%, 
        rgb(174,122,161) 50%, 
        rgb(186,177,195) 100%);
    animation: gradient-shift 6s linear infinite;
}.thanksBlocktzHI .class_trackwjiB > div:first-child {
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
}.thanksBlocktzHI .class_trackwjiB > div:first-child::before {
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    background: rgb(174,122,161);
    height: 70%;
    width: 4px;
    position: absolute;
}.thanksBlocktzHI h5 {
    line-height: 1.4;
    transition: transform 0.3s ease;
    transform: translateX(0);
    color: #000000;
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    position: relative;
}.thanksBlocktzHI .class_trackwjiB:hover h5 {
    transform: translateX(5px);
}.thanksBlocktzHI .class_trackwjiB > div:last-child {
    padding: 20px;
    transition: all 0.4s ease;
    position: relative;
    border-left: 2px solid rgb(186,177,195,0.5);
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.thanksBlocktzHI .class_trackwjiB > div:last-child:hover {
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
    border-left-width: 4px;
}.thanksBlocktzHI p {
    color: #000000;
    margin: 0;
    line-height: 1.7;
    transition: transform 0.3s ease;
    font-size: 13px;
}.thanksBlocktzHI a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    display: block;
}.thanksBlocktzHI a::after {
    transition: width 0.5s ease;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(186,177,195);
    left: 0;
    bottom: 0;
    width: 0;
}.thanksBlocktzHI a:hover::after {
    width: 100%;
}.thanksBlocktzHI a:hover p {
    transform: translateY(-3px);
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

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

@media (max-width: 992px) {.thanksBlocktzHI {
    padding: 70px 0;
}.thanksBlocktzHI .class_trackwjiB {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(1deg);
}.thanksBlocktzHI h5 {
    font-size: calc(22px - 2px);
}.thanksBlocktzHI .class_trackwjiB > div:last-child {
    padding: 15px;
}
}

@media (max-width: 768px) {.thanksBlocktzHI {
    padding: 50px 0;
}.thanksBlocktzHI .class_trackwjiB {
    transform: none;
    padding: 30px 20px;
}.thanksBlocktzHI .class_trackwjiB::before {
    height: 3px;
}.thanksBlocktzHI .class_trackwjiB > div:first-child {
    margin-bottom: 20px;
}.thanksBlocktzHI h5 {
    font-size: calc(22px - 4px);
}.thanksBlocktzHI p {
    font-size: calc(13px - 1px);
}.thanksBlocktzHI .class_trackwjiB > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}

@media (max-width: 576px) {.thanksBlocktzHI {
    padding: 40px 0;
}.thanksBlocktzHI .class_trackwjiB {
    padding: 25px 15px;
}.thanksBlocktzHI .class_trackwjiB > div:first-child::before {
    width: 3px;
}.thanksBlocktzHI .class_trackwjiB > div:last-child {
    clip-path: none;
    padding: 10px;
}.thanksBlocktzHI p {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}
}

@media (hover: none) {.thanksBlocktzHI .class_trackwjiB {
    transform: none;
}.thanksBlocktzHI .class_trackwjiB:hover h5 {
    transform: none;
}.thanksBlocktzHI a:hover p {
    transform: none;
}}.plan_list_itemUEZd {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    color: #ffffff;
}.plan_list_itemUEZd::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
}.plan_list_itemUEZd .container {
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.plan_list_itemUEZd .cert_plansHrXV {
    position: relative;
}.plan_list_itemUEZd h2 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    transform: translateY(10px);
    animation: fadeInUp 0.8s forwards 0.3s;
    font-size: calc(35px * 1.2);
    text-align: center;
    opacity: 0;
}.plan_list_itemUEZd .cost_schemesZxuf {
    color: rgb(255, 255, 255, 0.5);
    font-size: calc(14px * 1.1);
    opacity: 0;
    line-height: 1.6;
    margin: 0 auto 40px;
    transform: translateY(10px);
    max-width: 700px;
    animation: fadeInUp 0.8s forwards 0.5s;
    text-align: center;
}.plan_list_itemUEZd .cert_feesENTf {
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    gap: 30px;
    margin: 0;
}.plan_list_itemUEZd .cert_feesENTf li {
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    transform: translateY(20px);
    height: 100%;
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}.plan_list_itemUEZd .cert_feesENTf li:nth-child(1) {
    --i: 1;
}.plan_list_itemUEZd .cert_feesENTf li:nth-child(2) {
    --i: 2;
}.plan_list_itemUEZd .cert_feesENTf li:nth-child(3) {
    --i: 3;
}.plan_list_itemUEZd .cert_feesENTf li:nth-child(4) {
    --i: 4;
}.plan_list_itemUEZd .price_dealslQcb {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
}.plan_list_itemUEZd .price_dealslQcb:hover {
    transform: translateY(-10px);
}.plan_list_itemUEZd .pricing_blockLpyT {
    position: relative;
    border-left: 3px solid rgb(186,177,195);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-radius: 3px;
    height: 100%;
    padding: 30px;
    overflow: hidden;
}.plan_list_itemUEZd .price_dealslQcb:hover .pricing_blockLpyT {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}.plan_list_itemUEZd .pricing_blockLpyT::before {
    background: linear-gradient(to right, 
        rgb(186,177,195), 
        rgb(174,122,161));
    content: "";
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    top: 0;
    height: 5px;
}.plan_list_itemUEZd .price_dealslQcb:hover .pricing_blockLpyT::before {
    transform: scaleX(1);
}.plan_list_itemUEZd .monthly_rateYWsA {
    height: 100%;
    display: flex;
    flex-direction: column;
}.plan_list_itemUEZd .monthly_rateYWsA h4 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    font-size: calc(19px * 1.1);
    font-weight: 700;
}.plan_list_itemUEZd .monthly_rateYWsA h4::after {
    bottom: 0;
    width: 40px;
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    transition: width 0.4s ease;
    background: rgb(186,177,195);
}.plan_list_itemUEZd .price_dealslQcb:hover .monthly_rateYWsA h4::after {
    width: 60px;
}.plan_list_itemUEZd .monthly_rateYWsA p {
    line-height: 1.6;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    color: rgb(255, 255, 255, 0.5);
    word-break: break-word;
    flex-grow: 1;
    font-size: 14px;
}.plan_list_itemUEZd .study_offersguDr {
    padding-top: 15px;
    transition: color 0.3s ease;
    display: block;
    font-size: calc(19px * 1.2);
    position: relative;
    font-weight: 700;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgb(174,122,161);
    margin-top: auto;
}.plan_list_itemUEZd .price_dealslQcb:hover .study_offersguDr {
    color: rgb(186,177,195);
}

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

@media (max-width: 991px) {.plan_list_itemUEZd {
    padding: 80px 0;
}.plan_list_itemUEZd h2 {
    font-size: 35px;
}.plan_list_itemUEZd .cost_schemesZxuf {
    margin-bottom: 30px;
    font-size: 14px;
}.plan_list_itemUEZd .cert_feesENTf {
    gap: 20px;
}.plan_list_itemUEZd .pricing_blockLpyT {
    padding: 25px;
}
}

@media (max-width: 767px) {.plan_list_itemUEZd {
    padding: 60px 0;
}.plan_list_itemUEZd .cert_feesENTf {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_list_itemUEZd .monthly_rateYWsA h4 {
    font-size: 19px;
}.plan_list_itemUEZd .study_offersguDr {
    font-size: 19px;
}
}

@media (max-width: 480px) {.plan_list_itemUEZd {
    padding: 50px 0;
}.plan_list_itemUEZd h2 {
    font-size: calc(35px * 0.9);
}.plan_list_itemUEZd .cost_schemesZxuf {
    font-size: calc(14px * 0.9);
}.plan_list_itemUEZd .pricing_blockLpyT {
    padding: 20px;
}}.our_backgroundFRXS {
    overflow: hidden;
    color: #ffffff;
    padding: 4rem 0;
    position: relative;
}.our_backgroundFRXS::before {
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(0, 32, 63, 0.92), 
        rgba(45, 55, 72, 0.85) 50%, 
        rgba(76, 29, 89, 0.88));
    top: 0;
    z-index: 1;
    content: "";
    right: 0;
    position: absolute;
}.our_backgroundFRXS::after {
    z-index: 2;
    transform: rotate(-15deg);
    height: 40%;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(186,177,195,0.5),
        rgb(186,177,195,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    right: -5%;
    top: -5%;
    pointer-events: none;
    width: 40%;
}.our_backgroundFRXS .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.our_backgroundFRXS .text_frame_itemsNep {
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    display: grid;
    transform: translateY(2rem);
    gap: 2rem;
    grid-template-columns: 1fr;
}.our_backgroundFRXS h1 {
    border-left: 5px solid rgb(186,177,195);
    position: relative;
    letter-spacing: -0.02em;
    font-size: 46px;
    transform-origin: left center;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
}.our_backgroundFRXS h1::after {
    left: 1.5rem;
    transform: scaleX(0);
    bottom: -10px;
    transform-origin: left;
    background: rgb(174,122,161);
    position: absolute;
    content: "";
    height: 3px;
    width: 60px;
    animation: lineGrow 0.6s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.our_backgroundFRXS ul {
    margin: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    padding: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
    list-style: none;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.our_backgroundFRXS ul:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}.our_backgroundFRXS h4 {
    margin: 0 0 1.5rem;
    display: inline-block;
    color: rgb(174,122,161);
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(22px * 1.1);
    position: relative;
}.our_backgroundFRXS h4::before {
    height: 1px;
    width: 100%;
    bottom: -8px;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(174,122,161), transparent);
}.our_backgroundFRXS span {
    text-align: justify;
    line-height: 1.8;
    font-size: 16px;
    column-count: 1;
    color: #ffffff;
    column-gap: 2.5rem;
    hyphens: auto;
    display: block;
}

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

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

@media (min-width: 768px) {.our_backgroundFRXS {
    padding: 6rem 0;
}.our_backgroundFRXS::after {
    width: 30%;
    height: 30%;
}.our_backgroundFRXS h1 {
    font-size: calc(46px * 1.2);
    border-left-width: 6px;
    padding-left: 2rem;
}.our_backgroundFRXS h1::after {
    width: 90px;
    left: 2rem;
}.our_backgroundFRXS ul {
    padding: 3rem;
}.our_backgroundFRXS span {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_backgroundFRXS {
    padding: 8rem 0;
}.our_backgroundFRXS::before {
    background: linear-gradient(135deg, 
            rgba(0, 32, 63, 0.92), 
            rgba(45, 55, 72, 0.82) 50%, 
            rgba(76, 29, 89, 0.86));
}.our_backgroundFRXS .text_frame_itemsNep {
    gap: 3rem;
    grid-template-columns: 1fr;
}.our_backgroundFRXS h1 {
    margin-bottom: 2rem;
    font-size: calc(46px * 1.4);
}.our_backgroundFRXS ul {
    grid-template-columns: 1fr;
    display: grid;
    padding: 3.5rem;
    gap: 2rem;
}.our_backgroundFRXS h4 {
    margin-bottom: 2rem;
    font-size: calc(22px * 1.3);
}.our_backgroundFRXS span {
    column-count: 3;
    column-gap: 3rem;
}
}

@media (min-width: 1200px) {.our_backgroundFRXS {
    padding: 10rem 0;
}.our_backgroundFRXS::after {
    right: -10%;
    height: 25%;
    width: 25%;
    top: -10%;
}.our_backgroundFRXS .container {
    max-width: 1400px;
}.our_backgroundFRXS .text_frame_itemsNep {
    gap: 4rem;
}.our_backgroundFRXS h1 {
    font-size: calc(46px * 1.6);
}.our_backgroundFRXS ul {
    padding: 4rem;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}.our_backgroundFRXS span {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.our_backgroundFRXS {
    padding: 3rem 0;
}.our_backgroundFRXS::after {
    display: none;
}.our_backgroundFRXS .container {
    padding: 0 1.5rem;
}.our_backgroundFRXS h1 {
    margin-bottom: 1.25rem;
    border-left-width: 4px;
    padding-left: 1rem;
    font-size: calc(46px * 0.9);
}.our_backgroundFRXS h1::after {
    left: 1rem;
    width: 40px;
    height: 2px;
}.our_backgroundFRXS ul {
    padding: 1.5rem;
}.our_backgroundFRXS h4 {
    margin-bottom: 1rem;
    font-size: 22px;
}.our_backgroundFRXS span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}header {
    z-index: 1000;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgb(186,177,195,0.5);
    left: 0;
    -webkit-backdrop-filter: blur(20px);
    top: 0;
    position: fixed;
}header:before {
    animation: shimmer 8s infinite linear;
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    pointer-events: none;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    left: 0;
}header:after {
    content: '';
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(174,122,161) 0%,
        rgb(186,177,195) 50%,
        rgb(174,122,161) 100%
    );
    filter: blur(1px);
    bottom: 0;
    position: absolute;
    height: 3px;
    opacity: 0.8;
    left: 0;
}header .head_pagebardQcE {
    overflow: hidden;
    position: relative;
}header .head_pagebardQcE:before {
    height: 100%;
    top: 0;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(186,177,195,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(174,122,161,0.5) 0%, transparent 40%);
    position: absolute;
    pointer-events: none;
    opacity: 0.15;
    left: 0;
    mix-blend-mode: overlay;
    width: 100%;
}header .container {
    position: relative;
    padding: 16px 25px;
    margin: 0 auto;
    max-width: 1200px;
}header .container:before {
    height: 1px;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 100%;
    bottom: -1px;
    position: absolute;
    content: '';
}header .top_primeozSO {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}header .head_mainbardmks {
    position: relative;
    display: flex;
    gap: 35px;
    align-items: center;
}header .head_mainbardmks:before {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    top: 50%;
    position: absolute;
    content: '';
    height: 35px;
    transform: translateY(-50%) scaleX(0.8);
    transition: all 0.4s ease;
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    left: 0;
}header .head_mainbardmks:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .first_pagebarrKmB {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 5px 0;
    position: relative;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}header .first_pagebarrKmB:before {
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    left: 0;
    height: 1px;
    bottom: 0;
    transform: scaleX(0);
    position: absolute;
    content: '';
    transform-origin: right;
}header .first_pagebarrKmB:after {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(186,177,195,0.5),
        transparent
    );
    transition: all 0.3s ease;
    width: 100%;
    content: '';
    z-index: -1;
    transform: scaleY(0);
}header .first_pagebarrKmB:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .first_pagebarrKmB:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .first_pagebarrKmB:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}header .nav_leadwiLE {
    transition: all 0.4s ease;
    display: flex;
    padding: 5px;
    position: relative;
    align-items: center;
    text-decoration: none;
}header .nav_leadwiLE:before {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
    z-index: -1;
    background: radial-gradient(
        circle,
        rgb(186,177,195,0.5) 0%,
        transparent 70%
    );
    content: '';
}header .nav_leadwiLE:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    content: '';
    opacity: 0;
    top: 0;
    left: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(186,177,195),
        transparent
    ) 1;
    transition: all 0.3s ease;
}header .nav_leadwiLE:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}header .nav_leadwiLE:hover:after {
    opacity: 0.7;
}header .nav_leadwiLE svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 3px rgb(186,177,195,0.5));
    height: 45px;
    width: auto;
}header .nav_leadwiLE:hover svg {
    filter: drop-shadow(0 0 5px rgb(186,177,195));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .head_mainbardmks {
    gap: 20px;
}header .nav_leadwiLE svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_mainbardmks {
    max-width: 320px;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 80%;
    backdrop-filter: blur(15px);
    background: linear-gradient(
            135deg,
            rgb(186,177,195) 0%,
            rgb(186,177,195,0.5) 100%
        );
    background: rgb(186,177,195);
    padding: 80px 30px 30px;
    -webkit-backdrop-filter: blur(15px);
    top: 0;
    flex-direction: column;
    right: -100%;
    height: 100vh;
    position: fixed;
    z-index: 1001;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    gap: 20px;
}header .head_mainbardmks:before {
    display: none;
}header .menu.active {
    right: 0;
}header .first_pagebarrKmB {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
    width: 100%;
}header .first_pagebarrKmB:last-child {
    border-bottom: none;
}header .nav_leadwiLE {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav_leadwiLE svg {
    height: 35px;
}}.find_supportQztj {
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(217,213,221) 40%, rgb(186,177,195,0.5) 150%);
    overflow: hidden;
    position: relative;
}.find_supportQztj::before {
    animation: float 15s ease-in-out infinite;
    top: -20%;
    background: linear-gradient(135deg, rgb(174,122,161,0.5) 0%, transparent 70%);
    height: 70%;
    content: "";
    transform: rotate(-15deg);
    width: 40%;
    opacity: 0.6;
    z-index: 1;
    position: absolute;
    filter: blur(40px);
    right: -10%;
}.find_supportQztj::after {
    background: linear-gradient(225deg, rgb(186,177,195,0.5) 0%, transparent 70%);
    z-index: 1;
    width: 30%;
    position: absolute;
    left: -5%;
    animation: float 18s ease-in-out infinite reverse;
    transform: rotate(15deg);
    height: 60%;
    content: "";
    filter: blur(30px);
    opacity: 0.5;
    bottom: -10%;
}.find_supportQztj .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.find_supportQztj .learn_askHuws {
    position: relative;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem;
}.find_supportQztj .learn_askHuws:hover {
    transform: translateY(-5px);
}.find_supportQztj h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #000000;
}.find_supportQztj h3::after {
    background: rgb(186,177,195);
    height: 3px;
    transform: scaleX(1);
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    transition: transform 0.3s ease-out;
    width: 80px;
    transform-origin: left;
}.find_supportQztj .learn_askHuws:hover h3::after {
    transform: scaleX(1.5);
}.find_supportQztj p {
    line-height: 1.7;
    max-width: 90%;
    font-size: 13px;
    color: #000000;
    margin-bottom: 1.5rem;
}.find_supportQztj h5 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
    color: #000000;
    align-items: center;
    display: flex;
    font-weight: 600;
}.find_supportQztj h5 svg {
    width: 22px;
    margin-left: 10px;
    transition: transform 0.3s ease;
    height: 22px;
}.find_supportQztj h5:hover svg {
    transform: translateY(-2px);
}.find_supportQztj svg path {
    transition: fill 0.3s ease;
    fill: rgb(186,177,195);
}.find_supportQztj .message_blockKzlF {
    padding: 0;
    list-style: none;
    margin: 2rem 0 0;
}.find_supportQztj .message_blockKzlF li {
    padding-bottom: 1rem;
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.find_supportQztj .message_blockKzlF li:hover {
    transform: translateX(5px);
}.find_supportQztj .message_blockKzlF li:last-child {
    border-bottom: none;
}.find_supportQztj .talk_supporttBLX {
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}.find_supportQztj .talk_supporttBLX:hover {
    color: rgb(186,177,195);
}.find_supportQztj .talk_supporttBLX svg {
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scale(0.9);
    margin-left: 10px;
}.find_supportQztj .talk_supporttBLX:hover svg {
    transform: scale(1.1) rotate(5deg);
}.find_supportQztj .talk_supporttBLX:hover svg path {
    fill: rgb(174,122,161);
}

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

@media (max-width: 992px) {.find_supportQztj {
    padding: 4rem 0;
}.find_supportQztj .learn_askHuws {
    padding: 2.5rem;
}.find_supportQztj p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.find_supportQztj {
    padding: 3rem 0;
}.find_supportQztj .learn_askHuws {
    padding: 2rem;
}.find_supportQztj h3 {
    font-size: calc(32px * 0.9);
}.find_supportQztj h3::after {
    width: 60px;
}.find_supportQztj h5 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 576px) {.find_supportQztj {
    padding: 2.5rem 0;
}.find_supportQztj .learn_askHuws {
    padding: 1.5rem;
}.find_supportQztj h3 {
    margin-bottom: 1rem;
    font-size: calc(32px * 0.8);
}.find_supportQztj h3::after {
    height: 2px;
    width: 50px;
}.find_supportQztj p {
    font-size: calc(13px * 0.95);
    margin-bottom: 1rem;
    line-height: 1.6;
}.find_supportQztj .message_blockKzlF {
    margin-top: 1.5rem;
}.find_supportQztj .message_blockKzlF li {
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
}.find_supportQztj svg {
    width: 20px;
    height: 20px;
}}.course_offeringaVpx {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(186,177,195,0.5), 0.05), rgba(rgb(174,122,161,0.5), 0.1));
}.course_offeringaVpx::before {
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(186,177,195,0.5), 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(174,122,161,0.5), 0.12) 0%, transparent 45%);
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}.course_offeringaVpx::after {
    right: -5%;
    top: -10%;
    transform: rotate(-15deg) skew(15deg);
    z-index: 0;
    height: 45%;
    background: linear-gradient(225deg, rgba(rgb(186,177,195,0.5), 0.08), transparent);
    position: absolute;
    width: 45%;
    content: "";
}.course_offeringaVpx .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.course_offeringaVpx h2 {
    position: relative;
    transform: translateX(-5%);
    margin-bottom: 50px;
    font-weight: 700;
    max-width: 85%;
    line-height: 1.3;
    font-size: 34px;
    color: #000000;
}.course_offeringaVpx h2::after {
    position: absolute;
    transform-origin: left center;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(186,177,195), rgb(174,122,161));
    left: 0;
    height: 3px;
}.course_offeringaVpx h2:hover::after {
    transform: scaleX(1.5);
}.course_offeringaVpx .new_skillsXCjP {
    display: grid;
    position: relative;
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.course_offeringaVpx .img_caption_boxgmIr {
    overflow: hidden;
    height: 400px;
    border-radius: 0;
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
        5px -5px 30px rgba(rgb(255, 255, 255, 0.5), 0.1);
    position: relative;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.course_offeringaVpx .img_caption_boxgmIr::before {
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    mix-blend-mode: overlay;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(rgb(186,177,195,0.5), 0.1),
        rgba(rgb(174,122,161,0.5), 0.15)
    );
}.course_offeringaVpx .img_caption_boxgmIr::after {
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: overlay;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(255, 255, 255, 0.5), 0.1) 0%,
        transparent 70%
    );
    position: absolute;
    width: 200%;
    opacity: 0;
    left: -50%;
    content: "";
    height: 200%;
    top: -50%;
    transition: opacity 1.2s ease;
}.course_offeringaVpx .img_caption_boxgmIr:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
        10px -10px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
}.course_offeringaVpx .img_caption_boxgmIr:hover::after {
    opacity: 1;
}.course_offeringaVpx .text_frame_itemsNep {
    position: relative;
    padding: 20px 0 0;
}.course_offeringaVpx .description {
    font-size: 18px;
    color: #000000;
    max-height: 350px;
    position: relative;
    transform: translateY(0);
    margin-bottom: 25px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
    padding-right: 15px;
    line-height: 1.75;
    overflow-y: auto;
}.course_offeringaVpx .description::-webkit-scrollbar {
    width: 4px;
}.course_offeringaVpx .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_offeringaVpx .description::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(186,177,195), rgb(174,122,161));
    border-radius: 2px;
}.course_offeringaVpx .description:first-of-type {
    position: relative;
    z-index: 1;
}.course_offeringaVpx .description:first-of-type::first-letter {
    margin-right: 1px;
    color: rgb(186,177,195);
    font-size: 1.5em;
    font-weight: 700;
}.course_offeringaVpx .description:last-of-type {
    border-left: 1px solid rgba(rgb(186,177,195,0.5), 0.2);
    padding-left: 20px;
    position: relative;
}.course_offeringaVpx .description:last-of-type::before {
    height: 10px;
    width: 10px;
    left: -5px;
    border-radius: 50%;
    top: 0;
    position: absolute;
    background: rgb(186,177,195);
    content: "";
}

@media (min-width: 768px) {.course_offeringaVpx {
    padding: 150px 0 100px;
}.course_offeringaVpx h2 {
    margin-bottom: 60px;
    max-width: 80%;
    font-size: calc(34px * 1.2);
}.course_offeringaVpx .new_skillsXCjP {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}.course_offeringaVpx .img_caption_boxgmIr {
    height: 500px;
    transform: perspective(1500px) rotateY(-5deg) rotateX(3deg) translateX(-20px);
}.course_offeringaVpx .img_caption_boxgmIr:hover {
    transform: perspective(1500px) rotateY(-2deg) rotateX(1deg) translateX(0);
}.course_offeringaVpx .text_frame_itemsNep {
    padding: 0 0 0 20px;
}.course_offeringaVpx .description {
    max-height: 300px;
}
}

@media (min-width: 992px) {.course_offeringaVpx .container {
    padding: 0 40px;
}.course_offeringaVpx h2 {
    max-width: 70%;
    transform: translateX(-8%);
    font-size: calc(34px * 1.4);
}.course_offeringaVpx h2::after {
    height: 4px;
    width: 120px;
}.course_offeringaVpx .new_skillsXCjP {
    grid-gap: 80px;
}.course_offeringaVpx .img_caption_boxgmIr {
    transform: perspective(2000px) rotateY(-7deg) rotateX(3deg) translateX(-30px);
    height: 550px;
}.course_offeringaVpx .img_caption_boxgmIr:hover {
    transform: perspective(2000px) rotateY(-3deg) rotateX(1deg) translateX(-10px);
}.course_offeringaVpx .text_frame_itemsNep {
    padding: 0 0 0 40px;
}.course_offeringaVpx .description {
    line-height: 1.8;
    max-height: 400px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.course_offeringaVpx {
    padding: 180px 0 120px;
}.course_offeringaVpx h2 {
    font-size: calc(34px * 1.5);
    max-width: 60%;
}.course_offeringaVpx .new_skillsXCjP {
    grid-gap: 100px;
}.course_offeringaVpx .img_caption_boxgmIr {
    height: 600px;
}.course_offeringaVpx .description {
    font-size: calc(18px * 1.1);
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_offeringaVpx {
    padding: 80px 0 60px;
}.course_offeringaVpx h2 {
    margin-bottom: 40px;
    max-width: 100%;
    transform: translateX(0);
    font-size: calc(34px * 0.9);
}.course_offeringaVpx .img_caption_boxgmIr {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    height: 300px;
}.course_offeringaVpx .text_frame_itemsNep {
    padding: 20px 0 0;
}.course_offeringaVpx .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(18px * 0.95);
}}.connect_formtLSu {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(217,213,221);
}.connect_formtLSu::before {
    width: 100%;
    left: 0;
    background: rgb(217,213,221);
    z-index: 1;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(186,177,195,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(174,122,161,0.5) 0%, transparent 30%);
    height: 100%;
    position: absolute;
    content: "";
}.connect_formtLSu::after {
    width: 100%;
    background-image: 
        repeating-linear-gradient(45deg, rgb(186,177,195,0.5) 0, rgb(186,177,195,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(174,122,161,0.5) 0, rgb(174,122,161,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(186,177,195,0.5), transparent 70%),
        linear-gradient(180deg, rgb(174,122,161,0.5), transparent 70%);
    opacity: 0.2;
    content: "";
    animation: backgroundMove 30s infinite linear;
    height: 100%;
    left: 0;
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.connect_formtLSu .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}.connect_formtLSu h2 {
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-weight: 700;
}.connect_formtLSu h2::before {
    box-shadow: 
        0 0 5px rgb(186,177,195),
        0 0 10px rgb(186,177,195),
        0 0 15px rgb(186,177,195);
    height: 2px;
    content: "";
    bottom: -15px;
    position: absolute;
    left: calc(50% - 50px);
    width: 100px;
    background: rgb(186,177,195);
}.connect_formtLSu .connect_feedbackvwgc {
    overflow: hidden;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(186,177,195,0.5);
    position: relative;
    border-radius: 12px;
    display: flex;
}.connect_formtLSu .connect_feedbackvwgc::before {
    inset: 0;
    position: absolute;
    opacity: 0.2;
    content: "";
    border: 1px solid rgb(186,177,195);
    border-radius: 12px;
    pointer-events: none;
    z-index: 3;
}.connect_formtLSu .img_caption_boxgmIr {
    position: relative;
    overflow: hidden;
    min-height: 550px;
    flex: 0 0 45%;
}.connect_formtLSu .img_caption_boxgmIr::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
}.connect_formtLSu .img_caption_boxgmIr::after {
    opacity: 0.7;
    z-index: 2;
    position: absolute;
    inset: 0;
    content: "";
    background: 
        linear-gradient(135deg, transparent 0%, rgb(186,177,195,0.5) 100%);
}.connect_formtLSu .query_linkstrlY {
    background: #ffffff;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
}.connect_formtLSu .query_linkstrlY::before {
    right: -100px;
    background: rgb(186,177,195,0.5);
    filter: blur(100px);
    height: 200px;
    z-index: 0;
    content: "";
    position: absolute;
    top: -100px;
    width: 200px;
    opacity: 0.3;
}.connect_formtLSu .query_linkstrlY::after {
    bottom: -75px;
    left: -75px;
    content: "";
    filter: blur(80px);
    z-index: 0;
    height: 150px;
    opacity: 0.3;
    position: absolute;
    width: 150px;
    background: rgb(174,122,161,0.5);
}.connect_formtLSu form {
    z-index: 2;
    position: relative;
}.connect_formtLSu form h3 {
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
}.connect_formtLSu form h3::after {
    width: 40px;
    background: rgb(186,177,195);
    position: absolute;
    height: 2px;
    content: "";
    box-shadow: 
        0 0 5px rgb(186,177,195,0.5),
        0 0 10px rgb(186,177,195,0.5);
    left: 0;
    bottom: -15px;
}.connect_formtLSu form input[type="text"] {
    width: 100%;
    border: 1px solid rgb(186,177,195,0.5);
    transition: all 0.3s ease;
    padding: 18px 25px;
    font-size: 13px;
    margin-bottom: 25px;
    color: #000000;
    border-radius: 8px;
    background: rgb(217,213,221);
}.connect_formtLSu form input[type="text"]:focus {
    border-color: rgb(186,177,195);
    box-shadow: 
        0 0 0 1px rgb(186,177,195),
        0 0 5px rgb(186,177,195,0.5);
    outline: none;
}.connect_formtLSu form input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.connect_formtLSu .feedback_cardYIrn {
    margin-bottom: 35px;
    position: relative;
}.connect_formtLSu .feedback_cardYIrn input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_formtLSu .feedback_cardYIrn label {
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    font-size: 13px;
    color: #000000;
}.connect_formtLSu .feedback_cardYIrn label::before {
    width: 22px;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    border: 1px solid rgb(186,177,195,0.5);
    border-radius: 4px;
    background: rgb(217,213,221);
    left: 0;
    top: 0;
}.connect_formtLSu .feedback_cardYIrn input[type="checkbox"]:checked + label::before {
    background: rgb(186,177,195);
    box-shadow: 0 0 5px rgb(186,177,195,0.5);
    border-color: rgb(186,177,195);
}.connect_formtLSu .feedback_cardYIrn input[type="checkbox"]:checked + label::after {
    top: 4px;
    transform: rotate(45deg);
    content: "";
    border-width: 0 2px 2px 0;
    left: 8px;
    width: 6px;
    border: solid #ffffff;
    position: absolute;
    height: 12px;
}.connect_formtLSu .feedback_cardYIrn label a {
    color: rgb(186,177,195);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.connect_formtLSu .feedback_cardYIrn label a::after {
    bottom: -1px;
    position: absolute;
    left: 0;
    background: rgb(186,177,195);
    transform-origin: right;
    height: 1px;
    content: "";
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.3s ease;
}.connect_formtLSu .feedback_cardYIrn label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.connect_formtLSu .help_sectionkcCA {
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    background: rgb(186,177,195);
    color: #ffffff;
    padding: 18px 30px;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 8px;
    letter-spacing: 1px;
    box-shadow: 
        0 5px 15px rgb(186,177,195,0.5),
        0 0 0 1px rgb(186,177,195);
    font-size: 17px;
}.connect_formtLSu .help_sectionkcCA::before {
    content: "";
    top: 0;
    background: rgb(174,122,161);
    z-index: -1;
    position: absolute;
    height: 100%;
    transition: transform 0.5s ease;
    transform-origin: right;
    width: 100%;
    left: 0;
    transform: scaleX(0);
}.connect_formtLSu .help_sectionkcCA:hover {
    box-shadow: 
        0 5px 20px rgb(174,122,161,0.5),
        0 0 0 1px rgb(174,122,161);
}.connect_formtLSu .help_sectionkcCA:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.connect_formtLSu svg {
    filter: drop-shadow(0 0 2px rgb(186,177,195,0.5));
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    fill: rgb(186,177,195);
}.connect_formtLSu svg path {
    fill: rgb(186,177,195);
    transition: all 0.3s ease;
}.connect_formtLSu svg:hover,
.connect_formtLSu svg:hover path {
    transform: translateY(-2px);
    fill: rgb(174,122,161);
    filter: drop-shadow(0 0 3px rgb(174,122,161,0.5));
}

@media (max-width: 1024px) {.connect_formtLSu {
    padding: 80px 0;
}.connect_formtLSu .img_caption_boxgmIr {
    min-height: 500px;
}.connect_formtLSu .query_linkstrlY {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_formtLSu {
    padding: 60px 0;
}.connect_formtLSu h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 40px;
}.connect_formtLSu .connect_feedbackvwgc {
    flex-direction: column;
}.connect_formtLSu .img_caption_boxgmIr {
    width: 100%;
    min-height: 300px;
}.connect_formtLSu .query_linkstrlY {
    width: 100%;
    padding: 40px 30px;
}.connect_formtLSu form h3 {
    margin-bottom: 30px;
}.connect_formtLSu form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect_formtLSu .feedback_cardYIrn {
    margin-bottom: 25px;
}.connect_formtLSu .help_sectionkcCA {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.connect_formtLSu {
    padding: 50px 0;
}.connect_formtLSu h2 {
    margin-bottom: 30px;
    font-size: calc(40px * 0.7);
}.connect_formtLSu .img_caption_boxgmIr {
    min-height: 200px;
}.connect_formtLSu .query_linkstrlY {
    padding: 30px 20px;
}.connect_formtLSu form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.connect_formtLSu form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect_formtLSu .feedback_cardYIrn {
    margin-bottom: 20px;
}.connect_formtLSu .feedback_cardYIrn label {
    font-size: calc(13px * 0.9);
}.connect_formtLSu .help_sectionkcCA {
    padding: 12px 20px;
}}.educational_gainsWpvU {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(174,122,161,0.5), 0.05), rgba(rgb(186,177,195,0.5), 0.1));
    padding: 5rem 0;
}.educational_gainsWpvU::before {
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background: radial-gradient(circle at 10% 30%, rgba(rgb(186,177,195,0.5), 0.08), transparent 60%);
}.educational_gainsWpvU::after {
    bottom: -80px;
    content: "";
    height: 200px;
    position: absolute;
    background: radial-gradient(circle, rgba(rgb(174,122,161,0.5), 0.2), transparent 70%);
    right: -80px;
    width: 200px;
    z-index: 0;
}.educational_gainsWpvU h5 {
    font-size: calc(21px * 1.1);
    z-index: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    text-align: center;
    font-weight: 700;
}.educational_gainsWpvU h5::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(186,177,195), rgb(174,122,161));
    transform: translateX(-50%);
    bottom: -12px;
    content: "";
    height: 3px;
    border-radius: 10px;
    position: absolute;
    width: 60px;
}.educational_gainsWpvU .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
}.educational_gainsWpvU .class_trackwjiB {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 1.5rem;
    gap: 2.5rem;
    transform: translateY(0);
    flex-direction: column;
    border-radius: 25px;
    background-color: #ffffff;
}.educational_gainsWpvU .class_trackwjiB:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-5px);
}.educational_gainsWpvU .img_caption_boxgmIr {
    object-fit: cover;
    height: 300px;
    width: 100%;
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
}.educational_gainsWpvU .class_trackwjiB:hover .img_caption_boxgmIr {
    transform: scale(1.02);
}.educational_gainsWpvU .text_frame_itemsNep {
    padding: 1rem 0 0.5rem;
}.educational_gainsWpvU ul {
    padding: 0;
    display: grid;
    gap: 1.25rem;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
}.educational_gainsWpvU li {
    position: relative;
    padding-left: 2.5rem;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_gainsWpvU li:hover {
    transform: translateX(5px);
}.educational_gainsWpvU li::before {
    background: linear-gradient(90deg, rgba(rgb(186,177,195,0.5), 0.05), transparent);
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    transform-origin: left;
    z-index: -1;
    left: 0;
    opacity: 0;
    content: "";
    transform: scaleX(0.9);
}.educational_gainsWpvU li:hover::before {
    transform: scaleX(1);
    opacity: 1;
}.educational_gainsWpvU li p {
    margin: 0;
    line-height: 1.5;
    display: flex;
    color: #000000;
    position: relative;
    align-items: flex-start;
    font-size: calc(16px * 0.95);
}.educational_gainsWpvU li svg {
    left: -2rem;
    width: 22px;
    position: absolute;
    height: 22px;
    transition: transform 0.3s ease;
    top: 0;
}.educational_gainsWpvU li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.educational_gainsWpvU li svg path {
    fill: rgb(186,177,195);
    transition: fill 0.3s ease;
}.educational_gainsWpvU li:hover svg path {
    fill: rgb(174,122,161);
}

@media (min-width: 768px) {.educational_gainsWpvU {
    padding: 7rem 0;
}.educational_gainsWpvU h5 {
    margin-bottom: 4rem;
    font-size: calc(21px * 1.25);
}.educational_gainsWpvU h5::after {
    height: 4px;
    width: 80px;
}.educational_gainsWpvU .class_trackwjiB {
    padding: 2.5rem;
    flex-direction: row;
    gap: 3.5rem;
    align-items: center;
}.educational_gainsWpvU .class_trackwjiB > div:first-child {
    flex: 0 0 45%;
}.educational_gainsWpvU .img_caption_boxgmIr {
    height: 360px;
}.educational_gainsWpvU .text_frame_itemsNep {
    flex: 1;
    padding: 0;
}.educational_gainsWpvU ul {
    gap: 1.75rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}.educational_gainsWpvU li p {
    font-size: 16px;
}
}

@media (min-width: 1024px) {.educational_gainsWpvU {
    padding: 8rem 0;
}.educational_gainsWpvU h5 {
    font-size: calc(21px * 1.4);
}.educational_gainsWpvU .class_trackwjiB {
    gap: 5rem;
    padding: 3rem;
}.educational_gainsWpvU .class_trackwjiB > div:first-child {
    flex: 0 0 42%;
}.educational_gainsWpvU .img_caption_boxgmIr {
    height: 420px;
}.educational_gainsWpvU ul {
    gap: 2rem 1.5rem;
}.educational_gainsWpvU li p {
    font-size: calc(16px * 1.05);
    line-height: 1.6;
}.educational_gainsWpvU li:nth-child(odd) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.educational_gainsWpvU li:nth-child(odd):hover {
    transform: translateY(-5px);
}.educational_gainsWpvU li:nth-child(even) {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.educational_gainsWpvU li:nth-child(even):hover {
    transform: translateY(5px);
}
}

@media (max-width: 767px) {.educational_gainsWpvU h5 {
    max-width: 90%;
    padding: 0 1rem;
    margin-left: auto;
    margin-right: auto;
}.educational_gainsWpvU .class_trackwjiB {
    padding: 1.25rem;
}.educational_gainsWpvU .img_caption_boxgmIr {
    height: 240px;
}.educational_gainsWpvU li {
    padding-left: 2.25rem;
}.educational_gainsWpvU li svg {
    width: 20px;
    left: -1.75rem;
    height: 20px;
}.educational_gainsWpvU li p {
    font-size: calc(16px * 0.9);
    line-height: 1.4;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(120deg, rgb(186,177,195) 0%, rgb(174,122,161) 100%);
    content: "";
    z-index: -2;
    position: absolute;
    opacity: 0.85;
}footer::after {
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    left: 0;
    content: "";
    z-index: -1;
    background-size: 20px 20px;
    top: 0;
}.pitch_compNIXJ {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.pitch_compNIXJ::before {
    background: #ffffff;
    position: absolute;
    height: 10px;
    width: 100%;
    opacity: 0.2;
    content: "";
    top: 0;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    left: 0;
}.pitch_compNIXJ .container {
    gap: 3rem;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}.pitch_compNIXJ .company_holder {
    padding: 2.5rem;
    flex: 1 1 400px;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.pitch_compNIXJ .company_holder h3 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: 33px;
    letter-spacing: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    color: #ffffff;
}.pitch_compNIXJ .hackathonNaEq {
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    line-height: 1.6;
    font-size: 17px;
    color: #ffffff;
    margin: 0 1rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
}.pitch_compNIXJ .youtube_chanRcJz {
    min-width: 400px;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    flex: 1 1 calc(100% - 480px);
}.pitch_compNIXJ .nav_skilllUCu {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}.pitch_compNIXJ .head_mainbardmks {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
    position: relative;
}.pitch_compNIXJ .head_mainbardmks h5 {
    margin: 0 0 1.5rem;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    color: #ffffff;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.15);
}.pitch_compNIXJ .head_mainbardmks .nav_skilllUCu {
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    display: flex;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    flex-direction: column;
    gap: 0.8rem;
}.pitch_compNIXJ .head_mainbardmks .nav_skilllUCu a {
    padding: 0.6rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    font-size: 17px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    display: block;
}.pitch_compNIXJ .head_mainbardmks .nav_skilllUCu a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}.pitch_compNIXJ .head_mainbardmks .nav_skilllUCu a::before {
    position: absolute;
    opacity: 0;
    content: "";
    top: 0;
    background: #ffffff;
    width: 3px;
    transition: all 0.3s ease;
    height: 100%;
    left: 0;
}.pitch_compNIXJ .head_mainbardmks .nav_skilllUCu a:hover::before {
    opacity: 0.7;
}.support_ctaLcvW {
    padding: 2rem 0;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 3rem;
}.support_ctaLcvW .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.support_ctaLcvW .module_endbGMf {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    position: relative;
    text-align: center;
    font-size: 15px;
    padding: 0.7rem 2rem;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.pitch_compNIXJ .container {
    gap: 2rem;
}.pitch_compNIXJ .company_holder {
    flex: 1 1 380px;
}.pitch_compNIXJ .youtube_chanRcJz {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.pitch_compNIXJ {
    padding: 3.5rem 0 2rem;
}.pitch_compNIXJ .container {
    gap: 2.5rem;
    flex-direction: column;
}.pitch_compNIXJ .company_holder,
    .pitch_compNIXJ .youtube_chanRcJz {
    min-width: 100%;
    flex: 1 1 100%;
}.pitch_compNIXJ .head_mainbardmks {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.pitch_compNIXJ {
    padding: 3rem 0 1.5rem;
}.pitch_compNIXJ .company_holder {
    padding: 2rem;
}.pitch_compNIXJ .company_holder h3 {
    font-size: calc(33px - 2px);
}.pitch_compNIXJ .nav_skilllUCu {
    gap: 1.5rem;
}.support_ctaLcvW {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.pitch_compNIXJ {
    padding: 2.5rem 0 1rem;
}.pitch_compNIXJ .head_mainbardmks {
    flex: 1 1 100%;
    min-width: 100%;
}.pitch_compNIXJ .nav_skilllUCu {
    gap: 1rem;
}.support_ctaLcvW {
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1.5rem;
}.pitch_compNIXJ::before {
    height: 5px;
}
}

@media (max-width: 420px) {.pitch_compNIXJ .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.pitch_compNIXJ .company_holder h3 {
    padding: 0.4rem 1rem;
}.pitch_compNIXJ .head_mainbardmks h5 {
    padding: 0.4rem 1rem;
}.pitch_compNIXJ .head_mainbardmks .nav_skilllUCu {
    padding: 1rem;
}.pitch_compNIXJ .head_mainbardmks .nav_skilllUCu a:hover {
    transform: translateX(3px);
}.support_ctaLcvW .module_endbGMf {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.test_drivetUam {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(174,122,161,0.5) 0%, #ffffff 100%);
}.test_drivetUam::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 80%;
    background: rgb(186,177,195,0.5);
    z-index: 1;
    top: -50%;
    opacity: 0.1;
    transform: rotate(-15deg);
    content: '';
    position: absolute;
    height: 200%;
    right: -20%;
}.test_drivetUam::after {
    opacity: 0.1;
    left: -10%;
    background: rgb(174,122,161,0.5);
    transform: rotate(15deg);
    z-index: 1;
    height: 150%;
    content: '';
    width: 60%;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    position: absolute;
    bottom: -30%;
}.test_drivetUam .class_trackwjiB {
    position: relative;
    z-index: 10;
    padding: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
}.test_drivetUam .container p {
    margin: 0 0 60px 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    position: relative;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    color: #000000;
    font-size: 34px;
    text-align: center;
    z-index: 5;
    line-height: 1.4;
    padding: 40px 60px;
    font-weight: 700;
    background: #ffffff;
}.test_drivetUam .help_sectionkcCA {
    z-index: 5;
    border-radius: 30px;
    font-weight: 600;
    font-size: 20px;
    transition: all 0.4s ease;
    padding: 20px 50px;
    color: #ffffff;
    position: relative;
    background: linear-gradient(90deg, rgb(186,177,195), rgb(174,122,161));
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.test_drivetUam .help_sectionkcCA::before {
    transition: opacity 0.4s ease;
    z-index: -1;
    content: '';
    opacity: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(174,122,161), rgb(186,177,195));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.test_drivetUam .help_sectionkcCA:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.05);
}.test_drivetUam .help_sectionkcCA:hover::before {
    opacity: 1;
}.test_drivetUam .container p::before {
    opacity: 0.4;
    animation: morph 8s ease-in-out infinite;
    left: -20%;
    position: absolute;
    width: 140%;
    height: 120%;
    z-index: -1;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    top: -10%;
    content: '';
    background: #ffffff;
}.test_drivetUam .help_sectionkcCA::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: skewX(-15deg);
    width: 30px;
    top: 0;
    left: -100px;
    position: absolute;
    animation: shine 6s infinite;
    height: 100%;
    content: '';
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.test_drivetUam {
    padding: 90px 0;
}.test_drivetUam .container p {
    margin-bottom: 50px;
    font-size: calc(18px * 1.2);
    padding: 35px 50px;
}.test_drivetUam .help_sectionkcCA {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.test_drivetUam {
    padding: 70px 0;
}.test_drivetUam .container p {
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    margin-bottom: 40px;
    font-size: 18px;
    padding: 30px 40px;
}.test_drivetUam .help_sectionkcCA {
    padding: 15px 35px;
}.test_drivetUam .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.test_drivetUam {
    padding: 50px 0;
}.test_drivetUam .container p {
    padding: 25px 30px;
    font-size: calc(12px * 1.2);
    border-radius: 30px;
    margin-bottom: 30px;
}.test_drivetUam .help_sectionkcCA {
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
}}.title_openerTprk {
    overflow: hidden;
    background: rgb(217,213,221);
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    perspective: 1000px;
    justify-content: center;
}.title_openerTprk > div {
    padding: 2rem;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
}.title_openerTprk .mastery_zoneKHqY {
    transition: transform 0.4s ease-out;
    position: relative;
    transform: translateZ(30px);
    margin-bottom: 2rem;
}.title_openerTprk .mastery_zoneKHqY::before {
    top: -10px;
    animation: pulse 3s infinite alternate;
    border-top: 3px solid rgb(186,177,195);
    height: 60px;
    position: absolute;
    content: "";
    left: -30px;
    opacity: 0.8;
    border-left: 3px solid rgb(186,177,195);
    width: 60px;
}.title_openerTprk .mastery_zoneKHqY::after {
    width: 60px;
    content: "";
    right: -30px;
    height: 60px;
    position: absolute;
    border-right: 3px solid rgb(174,122,161);
    bottom: -10px;
    opacity: 0.8;
    border-bottom: 3px solid rgb(174,122,161);
    animation: pulse 3s infinite alternate-reverse;
}.title_openerTprk .start_homeZvRh {
    line-height: 1.2;
    font-size: 44px;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateX(0deg);
    margin: 0;
    font-weight: 700;
    transition: transform 0.5s ease;
    position: relative;
    padding-bottom: 15px;
}.title_openerTprk .start_homeZvRh::after {
    transition: width 0.5s ease;
    height: 4px;
    background: linear-gradient(90deg, rgb(186,177,195), rgb(174,122,161));
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
}.title_openerTprk:hover .start_homeZvRh::after {
    width: 120px;
}.title_openerTprk .page_openSWzx {
    overflow: hidden;
    border-radius: 21px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px) translateY(0);
    position: relative;
}.title_openerTprk .page_openSWzx::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(186,177,195,0.5), rgba(0, 0, 0, 0.5));
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}.title_openerTprk .page_openSWzx:hover {
    transform: translateZ(30px) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.title_openerTprk .page_openSWzx > div {
    gap: 2rem;
    padding: 3rem;
    z-index: 2;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr;
    backdrop-filter: blur(2px);
    position: relative;
}.title_openerTprk .page_openSWzx p {
    line-height: 1.6;
    font-size: calc(18px * 1.2);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding-left: 20px;
    font-weight: 600;
    margin: 0;
    position: relative;
    letter-spacing: 0.5px;
}.title_openerTprk .page_openSWzx p::before {
    width: 4px;
    position: absolute;
    height: 100%;
    left: 0;
    background: rgb(186,177,195);
    border-radius: 10px;
    content: "";
    top: 0;
}.title_openerTprk .page_openSWzx h3 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    transition: transform 0.5s ease;
    padding: 1.5rem;
    font-size: 21px;
    transform: perspective(800px) rotateY(0deg);
    margin: 0;
    border-left: 4px solid rgb(174,122,161);
    line-height: 1.5;
    font-weight: 400;
    backdrop-filter: blur(5px);
}.title_openerTprk .page_openSWzx h3:hover {
    transform: perspective(800px) rotateY(2deg);
}

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

@media (min-width: 768px) {.title_openerTprk .page_openSWzx > div {
    align-items: center;
    grid-template-columns: 1fr 2fr;
}.title_openerTprk .mastery_zoneKHqY {
    margin-bottom: 3rem;
}.title_openerTprk .start_homeZvRh {
    font-size: calc(44px * 1.2);
}
}

@media (max-width: 767px) {.title_openerTprk {
    min-height: auto;
    padding: 4rem 0;
}.title_openerTprk > div {
    padding: 1rem;
}.title_openerTprk .page_openSWzx > div {
    padding: 2rem;
}.title_openerTprk .start_homeZvRh {
    line-height: 1.3;
    font-size: calc(44px * 0.85);
}.title_openerTprk .page_openSWzx h3 {
    font-size: calc(21px * 0.9);
    padding: 1rem;
}.title_openerTprk .mastery_zoneKHqY::before,
  .title_openerTprk .mastery_zoneKHqY::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 480px) {.title_openerTprk .page_openSWzx > div {
    padding: 1.5rem;
}.title_openerTprk .start_homeZvRh {
    font-size: calc(44px * 0.7);
}.title_openerTprk .page_openSWzx p {
    font-size: 18px;
}.title_openerTprk .page_openSWzx h3 {
    font-size: calc(21px * 0.8);
    padding: 0.75rem;
}.title_openerTprk .mastery_zoneKHqY::before,
  .title_openerTprk .mastery_zoneKHqY::after {
    width: 30px;
    height: 30px;
}
}

@media (hover: none) {.title_openerTprk .page_openSWzx:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: none;
}.title_openerTprk .page_openSWzx h3:hover {
    transform: none;
}}.training_specialistHsQr {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(217,213,221) 0%, #ffffff 100%);
}.training_specialistHsQr::before {
    transform: rotate(-15deg);
    z-index: 1;
    position: absolute;
    width: 200px;
    top: -50px;
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    background: rgb(186,177,195,0.5);
    content: "";
    left: -50px;
}.training_specialistHsQr::after {
    width: 250px;
    right: -50px;
    z-index: 1;
    transform: rotate(15deg);
    content: "";
    height: 250px;
    background: rgb(174,122,161,0.5);
    position: absolute;
    bottom: -50px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}.training_specialistHsQr .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.training_specialistHsQr .success_feedbackpbgK {
    padding: 2.5rem;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.training_specialistHsQr .success_feedbackpbgK:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}.training_specialistHsQr .success_feedbackpbgK > div:first-child {
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
}.training_specialistHsQr .success_feedbackpbgK .img_caption_boxgmIr {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1);
    height: 300px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    width: 100%;
    position: relative;
}.training_specialistHsQr .success_feedbackpbgK:hover .img_caption_boxgmIr {
    transform: scale(1.02);
}.training_specialistHsQr .success_feedbackpbgK .img_caption_boxgmIr::after {
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    bottom: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
}.training_specialistHsQr .success_feedbackpbgK:hover .img_caption_boxgmIr::after {
    opacity: 1;
}.training_specialistHsQr .success_feedbackpbgK > div:nth-child(2) {
    border-left: 3px solid rgb(186,177,195);
    padding-left: 20px;
    transform: translateX(0);
    transition: transform 0.4s ease;
    position: relative;
}.training_specialistHsQr .success_feedbackpbgK:hover > div:nth-child(2) {
    transform: translateX(5px);
}.training_specialistHsQr .name {
    margin: 0 0 0.5rem;
    position: relative;
    font-size: 23px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}.training_specialistHsQr .name::after {
    height: 2px;
    position: absolute;
    background: rgb(186,177,195);
    width: 0;
    left: 0;
    transition: width 0.4s ease-out;
    content: "";
    bottom: -3px;
}.training_specialistHsQr .success_feedbackpbgK:hover .name::after {
    width: 100%;
}.training_specialistHsQr .success_feedbackpbgK > div:nth-child(2) > div {
    color: rgb(174,122,161);
    font-weight: 600;
    opacity: 0.85;
    font-style: italic;
    margin-bottom: 0.5rem;
    font-size: calc(18px * 0.95);
}.training_specialistHsQr .job_wraphQdU {
    margin: 0;
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 1.5rem;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
}.training_specialistHsQr .job_wraphQdU::before {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 60px;
    content: "";
    font-family: serif;
    color: rgb(186,177,195,0.5);
    line-height: 1;
}

@media (min-width: 768px) {.training_specialistHsQr {
    padding: 7rem 0;
}.training_specialistHsQr .success_feedbackpbgK {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    padding: 3rem;
    grid-template-columns: 300px 1fr;
    align-items: center;
    gap: 3rem;
}.training_specialistHsQr .success_feedbackpbgK:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.training_specialistHsQr .success_feedbackpbgK > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.training_specialistHsQr .success_feedbackpbgK > div:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
}
}

@media (min-width: 992px) {.training_specialistHsQr .success_feedbackpbgK {
    gap: 2.5rem 4rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 350px 1fr;
}.training_specialistHsQr .img_caption_boxgmIr {
    height: 400px;
}.training_specialistHsQr .job_wraphQdU {
    padding-left: 2rem;
    font-size: calc(18px * 1.05);
}.training_specialistHsQr .job_wraphQdU::before {
    font-size: 80px;
}
}

@media (min-width: 1200px) {.training_specialistHsQr .success_feedbackpbgK {
    grid-template-columns: 400px 1fr;
    padding: 4rem;
}.training_specialistHsQr .img_caption_boxgmIr {
    height: 450px;
}.training_specialistHsQr .name {
    font-size: calc(23px * 1.1);
}.training_specialistHsQr .success_feedbackpbgK > div:nth-child(2) > div {
    font-size: 18px;
}.training_specialistHsQr .job_wraphQdU {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.training_specialistHsQr {
    padding: 4rem 0;
}.training_specialistHsQr .success_feedbackpbgK {
    padding: 1.5rem;
}.training_specialistHsQr .img_caption_boxgmIr {
    margin-bottom: 1.5rem;
    height: 250px;
}.training_specialistHsQr .name {
    font-size: calc(23px * 0.95);
}.training_specialistHsQr .job_wraphQdU {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.course_candidatesJPSQ {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,213,221) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 0;
    position: relative;
}.course_candidatesJPSQ::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(186,177,195,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(174,122,161,0.5) 0%, transparent 40%);
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}.course_candidatesJPSQ::after {
    opacity: 0.03;
    top: 0;
    background-size: 120px 120px;
    content: "";
    height: 100%;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
}.course_candidatesJPSQ .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.course_candidatesJPSQ .class_trackwjiB {
    transform: translateY(0);
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 23px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.course_candidatesJPSQ .class_trackwjiB:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-10px);
}.course_candidatesJPSQ .class_trackwjiB::before {
    right: -100px;
    filter: blur(30px);
    top: -100px;
    background: linear-gradient(45deg, rgb(186,177,195) 0%, rgb(174,122,161) 100%);
    position: absolute;
    opacity: 0.1;
    width: 200px;
    height: 200px;
    animation: pulse-effect 8s infinite alternate ease-in-out;
    content: "";
    border-radius: 50%;
}.course_candidatesJPSQ .class_trackwjiB::after {
    filter: blur(25px);
    content: "";
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    opacity: 0.1;
    height: 150px;
    bottom: -75px;
    left: -75px;
    position: absolute;
    border-radius: 50%;
    width: 150px;
    background: linear-gradient(225deg, rgb(174,122,161) 0%, rgb(186,177,195) 100%);
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.course_candidatesJPSQ h4 {
    font-size: 33px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
}.course_candidatesJPSQ h4::after {
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(186,177,195) 0%, rgb(174,122,161) 100%);
    position: absolute;
    content: "";
    border-radius: 10px;
    height: 4px;
    bottom: 0;
    transform: translateX(-50%);
}.course_candidatesJPSQ div p {
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
    padding: 15px 20px;
    position: relative;
    border-left: 3px solid rgb(186,177,195);
    display: flex;
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    font-size: calc(14px + 2px);
    align-items: center;
}.course_candidatesJPSQ div p:last-child {
    margin-bottom: 0;
}.course_candidatesJPSQ div p:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}.course_candidatesJPSQ div p svg {
    margin-right: 15px;
    min-width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    width: 24px;
}.course_candidatesJPSQ div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.course_candidatesJPSQ div p svg path {
    fill: rgb(186,177,195);
}.course_candidatesJPSQ div p::after {
    width: 0;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(186,177,195) 0%, transparent 100%);
    content: "";
    left: 0;
    transition: width 0.5s ease;
}.course_candidatesJPSQ div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.course_candidatesJPSQ {
    padding: 80px 0;
}.course_candidatesJPSQ .class_trackwjiB {
    padding: 40px 30px;
}.course_candidatesJPSQ h4 {
    margin-bottom: 30px;
    font-size: calc(33px - 2px);
}.course_candidatesJPSQ div p {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 12px 15px;
}
}

@media (max-width: 767px) {.course_candidatesJPSQ {
    padding: 60px 0;
}.course_candidatesJPSQ .class_trackwjiB {
    padding: 30px 20px;
}.course_candidatesJPSQ h4 {
    font-size: calc(33px - 4px);
    padding-bottom: 12px;
    margin-bottom: 25px;
}.course_candidatesJPSQ h4::after {
    height: 3px;
    width: 60px;
}.course_candidatesJPSQ div p {
    font-size: calc(14px - 1px);
    padding: 10px 12px;
    margin-bottom: 15px;
}.course_candidatesJPSQ div p svg {
    margin-right: 10px;
    min-width: 20px;
    height: 20px;
    width: 20px;
}.course_candidatesJPSQ::before,
    .course_candidatesJPSQ::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.course_candidatesJPSQ {
    padding: 40px 0;
}.course_candidatesJPSQ .class_trackwjiB {
    padding: 25px 15px;
}.course_candidatesJPSQ h4 {
    font-size: calc(33px - 6px);
}.course_candidatesJPSQ div p {
    font-size: calc(14px - 2px);
    padding: 8px 10px;
}.course_candidatesJPSQ div p svg {
    min-width: 18px;
    width: 18px;
    margin-right: 8px;
    height: 18px;
}
}