* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.styleouter-container {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 11px;
    background: radial-gradient(circle at top left, rgb(157,152,173) 0%, rgb(228,225,233) 56%);
}::-webkit-scrollbar-track {
    border: 1px ridge #ffffff;
}::-webkit-scrollbar-thumb {
    border-radius: 19%;
    background: linear-gradient(272deg, #ffffff 96%, rgb(255, 255, 255, 0.5) 22%, rgb(157,152,173) 16%, rgb(157,152,173,0.5) 97%, rgb(195,191,208) 58%, rgb(195,191,208,0.5) 54%, rgb(228,225,233) 67%);
    box-shadow: -1px -4px 3px 4px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 2px -2px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translateY(1px);
    background: rgb(157,152,173,0.5);
}

::-webkit-scrollbar-corner {
}* {
    scrollbar-color: rgb(157,152,173) rgb(195,191,208);
}.stylejob_board {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1275px;
}svg {
    width: 30px;
    height: 30px;
}.stylemain_pro {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stylecheck_it_out_now {
    padding: 150px 0;
    overflow: hidden;
    position: relative;
    background: rgb(228,225,233);
}.stylecheck_it_out_now::before {
    content: '';
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgb(228,225,233) 80%);
    z-index: 1;
}.stylecheck_it_out_now .stylestudy_track {
    position: relative;
    z-index: 10;
    perspective: 1000px;
    padding: 0;
}.stylecheck_it_out_now .container {
    perspective: 1000px;
    transform-style: preserve-3d;
}.stylecheck_it_out_now .container p {
    transform: translateZ(50px);
    margin: 0 auto 80px;
    font-weight: 700;
    background: #ffffff;
    color: #000000;
    position: relative;
    padding: 50px;
    text-align: center;
    font-size: 32px;
    z-index: 5;
    line-height: 1.4;
    border-radius: 10px;
    max-width: 800px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.stylecheck_it_out_now .container p::before {
    width: 95%;
    content: '';
    opacity: 0.3;
    top: 15px;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    filter: blur(20px);
    background: rgb(195,191,208,0.5);
    z-index: -1;
    left: 2.5%;
}.stylecheck_it_out_now .stylemessage_box {
    margin: 0 auto;
    transition: all 0.4s ease;
    display: block;
    background: rgb(195,191,208);
    z-index: 5;
    font-weight: 600;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    text-decoration: none;
    height: 60px;
    overflow: hidden;
    color: #ffffff;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    font-size: 17px;
    transform: translateZ(30px);
    width: 250px;
}.stylecheck_it_out_now .stylemessage_box::before {
    transform: translateX(-100%);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.6s ease;
}.stylecheck_it_out_now .stylemessage_box:hover {
    transform: translateZ(40px);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.stylecheck_it_out_now .stylemessage_box:hover::before {
    transform: translateX(100%);
}.stylecheck_it_out_now .container p::after {
    width: 30px;
    bottom: -15px;
    left: 50%;
    position: absolute;
    height: 30px;
    content: '';
    background: rgb(195,191,208);
    z-index: -1;
    transform: translateX(-50%) rotate(45deg);
}.stylecheck_it_out_now::after {
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(195,191,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(157,152,173,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    content: '';
    z-index: 1;
    opacity: 0.1;
    position: absolute;
}.stylecheck_it_out_now .stylestudy_track::after {
    transform: rotateX(70deg);
    left: 5%;
    content: '';
    border-radius: 50%;
    z-index: -1;
    bottom: -30px;
    opacity: 0.1;
    position: absolute;
    height: 20px;
    filter: blur(15px);
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {.stylecheck_it_out_now {
    padding: 120px 0;
}.stylecheck_it_out_now .container p {
    padding: 40px;
    margin-bottom: 70px;
    font-size: calc(24px * 1.2);
}.stylecheck_it_out_now .stylemessage_box {
    line-height: 55px;
    width: 220px;
    height: 55px;
}
}

@media (max-width: 767px) {.stylecheck_it_out_now {
    padding: 100px 0;
}.stylecheck_it_out_now .container p {
    padding: 30px;
    margin-bottom: 60px;
    transform: translateZ(30px);
    font-size: 24px;
}.stylecheck_it_out_now .stylemessage_box {
    transform: translateZ(20px);
    width: 200px;
    line-height: 50px;
    height: 50px;
}.stylecheck_it_out_now .stylemessage_box:hover {
    transform: translateZ(25px);
}.stylecheck_it_out_now .container p::after {
    width: 25px;
    bottom: -12px;
    height: 25px;
}
}

@media (max-width: 480px) {.stylecheck_it_out_now {
    padding: 80px 0;
}.stylecheck_it_out_now .container p {
    padding: 25px;
    margin-bottom: 50px;
    font-size: calc(13px * 1.2);
    transform: translateZ(20px);
}.stylecheck_it_out_now .stylemessage_box {
    line-height: 45px;
    height: 45px;
    width: 180px;
    transform: translateZ(15px);
    font-size: calc(17px * 0.9);
}.stylecheck_it_out_now .stylemessage_box:hover {
    transform: translateZ(18px);
}.stylecheck_it_out_now .container p::before {
    top: 10px;
}.stylecheck_it_out_now .container p::after {
    width: 20px;
    bottom: -10px;
    height: 20px;
}}.stylecookie_alert_overlay {
    bottom: 0;
    background: rgb(228,225,233);
    position: fixed;
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(195,191,208);
}.styleedu_consent {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}.stylecookie_alert_overlay h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.stylecookie_alert_overlay p {
    font-size: 18px;
}.styleonline_tracking {
    margin-right: 10px;
    flex-shrink: 0;
}.styleonline_tracking svg, .styleonline_tracking svg path, .styleonline_tracking img {
    fill: rgb(195,191,208);
    width: 100px;
    height: 100px;
}.styledata_approval {
    white-space: nowrap;
    cursor: pointer;
    line-height: 35px;
    font-size: 24px;
    border-bottom: 2px solid rgb(195,191,208);
    flex-shrink: 0;
    text-decoration: none;
    margin-left: 10px;
    color: rgb(195,191,208);
    min-width: 120px;
    text-align: center;
}.stylecookie_alert_overlay p a {
    text-decoration: none;
    color: rgb(195,191,208);
}
@media only screen and (max-width: 1200px) {.stylecookie_alert_overlay {
    padding: 20px;
}}
#stylecookieModalNotice {
    display: none;
}#stylecookieModalNotice:checked ~ .stylecookie_alert_overlay {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.styleonline_tracking {
    display: none;
}.styleedu_consent {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.stylecookie_alert_overlay h5 {
    text-align: center;
}.stylecookie_alert_overlay p {
    text-align: center;
}.styleconsent_edu {
    margin-bottom: 20px;
}body .styleouter-container .styledata_approval {
    margin-left: 0;
}}.stylety_sidebar {
    background: linear-gradient(135deg, rgb(228,225,233) 0%, rgb(195,191,208,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}.stylety_sidebar::before {
    left: 0;
    height: 100%;
    opacity: 0.25;
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    content: "";
    top: 0;
    width: 100%;
    z-index: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(195,191,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(157,152,173,0.5) 0%, transparent 50%);
    position: absolute;
}.stylety_sidebar::after {
    filter: blur(120px);
    animation: floatElement 15s infinite alternate ease-in-out;
    opacity: 0.2;
    width: 40%;
    z-index: 0;
    height: 40%;
    top: -10%;
    position: absolute;
    right: -10%;
    content: "";
    background: rgb(195,191,208,0.5);
}.stylety_sidebar .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.stylety_sidebar h2 {
    color: #000000;
    margin-bottom: 3rem;
    max-width: 90%;
    padding-bottom: 1.5rem;
    font-size: 35px;
    transform: perspective(1000px) rotateX(2deg);
    line-height: 1.3;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
}.stylety_sidebar h2::after {
    background: linear-gradient(90deg, rgb(195,191,208) 0%, rgb(157,152,173) 100%);
    transform-origin: left center;
    width: 120px;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    height: 4px;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.stylety_sidebar h2:hover::after {
    width: 180px;
}.stylety_sidebar .stylestudy_track {
    padding: 2.5rem;
    position: relative;
    border-left: 4px solid rgb(195,191,208);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
    transform: perspective(1000px) rotateY(-1deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 0 10px 10px 0;
}.stylety_sidebar .stylestudy_track:hover {
    transform: perspective(1000px) rotateY(0);
}.stylety_sidebar .stylestudy_track::before {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    pointer-events: none;
    opacity: 0.05;
    z-index: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(157,152,173,0.5) 49.5%, rgb(157,152,173,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(157,152,173,0.5) 49.5%, rgb(157,152,173,0.5) 50.5%, transparent 50.5%);
}.stylety_sidebar ul {
    padding: 0;
    position: relative;
    list-style: none;
    z-index: 1;
    margin: 0;
}.stylety_sidebar li {
    padding-left: 2rem;
    position: relative;
}.stylety_sidebar li::before {
    background: rgb(195,191,208);
    height: 12px;
    left: 0;
    position: absolute;
    top: 0.5rem;
    content: "";
    width: 12px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: rotateDiamond 8s infinite linear;
}.stylety_sidebar span {
    line-height: 1.8;
    position: relative;
    display: block;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #000000;
}.stylety_sidebar span::after {
    height: 4px;
    right: 0;
    position: absolute;
    width: 60px;
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(157,152,173,0.5));
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-20px, 20px) rotate(3deg);
    }
    100% {
        transform: translate(20px, -20px) rotate(-3deg);
    }
}

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

@media (max-width: 991px) {.stylety_sidebar {
    padding: 5rem 0;
}.stylety_sidebar h2 {
    margin-bottom: 2rem;
    max-width: 100%;
    font-size: calc(35px * 0.9);
}.stylety_sidebar .stylestudy_track {
    padding: 2rem;
}
}

@media (max-width: 767px) {.stylety_sidebar {
    padding: 4rem 0;
}.stylety_sidebar h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.stylety_sidebar .stylestudy_track {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(-0.5deg);
}.stylety_sidebar li {
    padding-left: 1.5rem;
}.stylety_sidebar li::before {
    width: 10px;
    height: 10px;
    top: 0.4rem;
}
}

@media (max-width: 575px) {.stylety_sidebar {
    padding: 3rem 0;
}.stylety_sidebar h2 {
    font-size: calc(35px * 0.7);
    transform: none;
}.stylety_sidebar h2::after {
    height: 3px;
    width: 80px;
}.stylety_sidebar h2:hover::after {
    width: 120px;
}.stylety_sidebar .stylestudy_track {
    transform: none;
    padding: 1.25rem;
    border-left-width: 3px;
}.stylety_sidebar span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.stylety_sidebar span::after {
    width: 40px;
    bottom: -10px;
    height: 3px;
}}footer {
    width: 100%;
    position: relative;
}.stylejob_board {
    padding: 70px 0 30px;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.stylejob_board::before {
    top: 0;
    content: "";
    height: 5px;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,191,208), rgb(157,152,173));
}footer .stylefooter_workshops {
    display: grid;
    gap: 60px;
}footer .styleget_assist {
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    margin-bottom: 15px;
    margin-right: 30px;
    position: relative;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    height: 18px;
    fill: rgb(195,191,208);
    margin-right: 10px;
    top: 3px;
    width: 18px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    letter-spacing: 0.3px;
    color: #000000;
    transition: color 0.2s ease;
    text-decoration: none;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(195,191,208);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .stylenav_mentor {
    margin-bottom: 15px;
}footer .stylenav_mentor svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}footer .styleencrypt_cta {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    max-width: 350px;
}footer .stylenav_prime h5 {
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 24px;
}footer .stylenav_prime h5::after {
    position: absolute;
    width: 30px;
    bottom: -8px;
    background-color: rgb(195,191,208);
    height: 2px;
    content: "";
    left: 0;
}footer .stylefirst_lesson {
    margin-bottom: 30px;
}footer .stylefirst_lesson a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    transition: transform 0.2s ease, color 0.2s ease;
    margin-bottom: 12px;
    display: block;
}footer .stylefirst_lesson a:hover {
    transform: translateX(5px);
    color: rgb(195,191,208);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 30px;
    border-radius: 10px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    font-size: 24px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    transition: border-color 0.3s ease;
    background-color: #ffffff;
    font-size: 14px;
    padding: 14px 16px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(195,191,208);
    outline: none;
}footer .stylesub_prize {
    border: none;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    padding: 14px 20px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    background-color: rgb(195,191,208);
    font-weight: 600;
}footer .stylesub_prize:hover {
    background-color: rgb(157,152,173);
}footer .styleexam_prep {
    margin-top: 50px;
}footer .styleequity_info {
    text-align: center;
    color: #000000;
    font-size: 14px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .stylesub_prize {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .stylejob_board {
    padding: 50px 0 30px;
}footer .styleget_assist {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .styleexam_prep {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .stylejob_board {
    padding: 40px 0 20px;
}footer .stylefooter_workshops {
    gap: 40px;
}footer .stylenav_prime h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}header {
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(195,191,208,0.5) 100%);
    position: fixed;
    background: #000000;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: hidden;
}header::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.03;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(157,152,173,0.5) 10px,
            rgb(157,152,173,0.5) 11px
        );
    content: "";
    left: 0;
}header::after {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background-size: 200% 100%;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(195,191,208),
        rgb(157,152,173),
        rgb(195,191,208));
    animation: gradient-shift 8s linear infinite;
    z-index: 5;
    content: "";
}header .container {
    padding: 0;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
}header .stylemain_bar {
    padding-top: 1.5rem;
    position: relative;
    flex-direction: column;
    width: 100%;
    display: flex;
    z-index: 2;
    align-items: center;
}header .stylenav_info {
    display: flex;
    z-index: 3;
    margin-bottom: 2rem;
    position: relative;
    padding: 0.5rem 2rem;
    justify-content: center;
    text-decoration: none;
}header .stylenav_info::before {
    width: 160%;
    bottom: -10px;
    left: -30%;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(157,152,173,0.5) 20%,
        rgb(157,152,173) 50%,
        rgb(157,152,173,0.5) 80%,
        transparent 100%);
    content: "";
}header .stylenav_info::after {
    content: "";
    background: rgb(195,191,208,0.5);
    position: absolute;
    height: 40px;
    opacity: 0.5;
    filter: blur(20px);
    animation: orb-float 5s ease-in-out infinite alternate;
    width: 40px;
    border-radius: 50%;
    z-index: -1;
}header .stylenav_info svg {
    filter: drop-shadow(0 0 8px rgb(195,191,208,0.5));
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 48px;
    z-index: 2;
    width: auto;
}header .stylenav_info:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(195,191,208));
}header .stylenav_prime {
    overflow-x: auto;
    justify-content: center;
    width: 100vw;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    scrollbar-width: none;
    position: relative;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    padding: 1rem 0;
    gap: 1rem;
}header .stylenav_prime::-webkit-scrollbar {
    display: none;
}header .stylenav_prime::before {
    height: 1px;
    position: absolute;
    top: 0;
    background: rgb(195,191,208,0.5);
    width: 100%;
    left: 0;
    content: "";
}header .stylemain_pagewrap {
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 0.6rem 1.8rem;
    font-weight: 400;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(195,191,208,0.5);
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
}header .stylemain_pagewrap::before {
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg,
        transparent,
        rgb(157,152,173,0.5),
        transparent);
    opacity: 0.5;
    height: 100%;
    transition: left 0.5s ease;
    width: 100%;
    top: 0;
    content: "";
}header .stylemain_pagewrap::after {
    top: 50%;
    content: "";
    width: 8px;
    transition: transform 0.3s ease;
    background: rgb(157,152,173);
    position: absolute;
    box-shadow: 0 0 10px rgb(157,152,173);
    transform: translateY(-50%) scale(0);
    height: 8px;
    right: 12px;
    border-radius: 50%;
}header .stylemain_pagewrap:hover {
    box-shadow: 0 0 15px rgb(195,191,208,0.5),
                inset 0 0 10px rgb(195,191,208,0.5);
    color: rgb(157,152,173);
    border-color: rgb(157,152,173);
    transform: translateY(-2px);
}header .stylemain_pagewrap:hover::before {
    left: 100%;
}header .stylemain_pagewrap:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .stylenav_info {
    margin-bottom: 1.5rem;
}header .stylenav_info svg {
    height: 42px;
}header .stylemain_pagewrap {
    padding: 0.5rem 1.5rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .stylemain_bar {
    padding-top: 1rem;
}header .stylenav_info {
    margin-bottom: 1rem;
}header .stylenav_info svg {
    height: 36px;
}header .stylenav_prime {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .stylemain_pagewrap {
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
    font-size: calc(13px - 2px);
}header .stylemain_pagewrap:first-child {
    margin-left: 1rem;
}header .stylemain_pagewrap:last-child {
    margin-right: 1rem;
}header .stylemain_pagewrap::after {
    height: 6px;
    right: 8px;
    width: 6px;
}}.styledeveloper_experience {
    position: relative;
    padding: 5rem 2rem;
    background: rgb(228,225,233);
    overflow: hidden;
    isolation: isolate;
}.styledeveloper_experience::before {
    z-index: -1;
    position: absolute;
    background: rgb(195,191,208,0.5);
    content: "";
    right: -5%;
    top: -20%;
    height: 140%;
    transform: rotate(15deg);
    width: 60%;
    filter: blur(3px);
}.styledeveloper_experience::after {
    height: 30%;
    animation: morph 15s linear infinite alternate;
    width: 30%;
    z-index: -1;
    left: -5%;
    bottom: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: rgb(157,152,173,0.5);
    content: "";
    position: absolute;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.styledeveloper_experience .styleopinion_showcase {
    display: grid;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}.styledeveloper_experience .stylemain_image {
    z-index: 2;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-5%);
    height: 450px;
    width: 100%;
    position: relative;
    grid-column: 1 / 2;
    border-radius: 0;
    grid-row: 1 / 2;
}.styledeveloper_experience .stylemain_image::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    content: "";
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}.styledeveloper_experience .styleopinion_showcase:hover .stylemain_image {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.styledeveloper_experience .stylework_record {
    background: #ffffff;
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    z-index: 1;
    grid-column: 2 / 3;
    transform: translateX(-15%);
    grid-row: 1 / 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    justify-content: center;
    display: flex;
}.styledeveloper_experience .styleopinion_showcase:hover .stylework_record {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}.styledeveloper_experience .name {
    position: relative;
    display: inline-block;
    margin-bottom: 0.7rem;
    color: rgb(195,191,208);
    font-size: 37px;
    font-weight: 700;
}.styledeveloper_experience .name::before {
    width: 30px;
    border-radius: 10px;
    background: rgb(157,152,173,0.5);
    left: -20px;
    content: "";
    top: -10px;
    height: 30px;
    transition: transform 0.4s ease 0.2s;
    transform: rotate(45deg) scale(0);
    z-index: -1;
    position: absolute;
}.styledeveloper_experience .styleopinion_showcase:hover .name::before {
    transform: rotate(45deg) scale(1);
}.styledeveloper_experience .stylework_record > div:nth-child(2) {
    font-weight: 600;
    transition: all 0.5s ease 0.3s;
    font-size: 22px;
    transform: translateX(-20px);
    color: rgb(157,152,173);
    opacity: 0.9;
    opacity: 0;
    margin-bottom: 2rem;
}.styledeveloper_experience .styleopinion_showcase:hover .stylework_record > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.styledeveloper_experience .styleexperience_profile {
    font-weight: 400;
    transform: translateY(20px);
    color: #000000;
    font-size: 12px;
    transition: all 0.5s ease 0.5s;
    position: relative;
    font-style: italic;
    opacity: 0;
    line-height: 1.7;
    padding-top: 20px;
}.styledeveloper_experience .styleopinion_showcase:hover .styleexperience_profile {
    opacity: 1;
    transform: translateY(0);
}.styledeveloper_experience .styleexperience_profile::before {
    left: 0;
    background: linear-gradient(to right, rgb(195,191,208), transparent);
    content: "";
    height: 3px;
    top: 0;
    width: 60px;
    position: absolute;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.styledeveloper_experience .stylework_record::after {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    bottom: 20px;
    background: rgb(195,191,208,0.5);
    position: absolute;
    z-index: -1;
    animation: float 4s ease-in-out infinite;
    right: 20px;
    content: "";
}

@media (max-width: 992px) {.styledeveloper_experience .styleopinion_showcase {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 2rem;
}.styledeveloper_experience .stylemain_image {
    grid-column: 1 / 2;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    grid-row: 1 / 2;
    height: 300px;
}.styledeveloper_experience .stylemain_image::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.styledeveloper_experience .stylework_record {
    transform: none;
    clip-path: none;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 2rem;
}.styledeveloper_experience .styleopinion_showcase:hover .stylework_record {
    transform: translateY(-5px);
}}.styleprogram_information {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(228,225,233) 0%, rgba(245, 247, 250, 0.92) 100%);
}.styleprogram_information::before {
    background: linear-gradient(225deg, rgb(195,191,208,0.5) 0%, rgb(157,152,173,0.5) 100%);
    width: 35%;
    right: -5%;
    top: -10%;
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    filter: blur(20px);
    height: 70%;
    content: "";
}.styleprogram_information::after {
    transform: rotate(10deg) translateZ(0);
    background: linear-gradient(45deg, rgb(157,152,173,0.5) 0%, rgb(195,191,208,0.5) 100%);
    opacity: 0.4;
    filter: blur(15px);
    width: 25%;
    left: -2%;
    bottom: -5%;
    position: absolute;
    z-index: 1;
    content: "";
    height: 50%;
}.styleprogram_information .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.styleprogram_information .stylestudy_hack {
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    gap: 2rem;
    position: relative;
    display: grid;
}.styleprogram_information .stylemain_image {
    height: 300px;
    overflow: hidden;
    transform-origin: top center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.styleprogram_information .stylemain_image::before {
    top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
}.styleprogram_information .stylemain_image::after {
    opacity: 0.2;
    height: 100%;
    mix-blend-mode: overlay;
    background: rgb(195,191,208);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.styleprogram_information .styletext_frame {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    padding: 2.5rem 2rem;
    background: #ffffff;
    position: relative;
    transform: translateY(-40px);
}.styleprogram_information .styletext_frame h3 {
    color: #000000;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.1);
    opacity: 0;
    position: relative;
    font-weight: 700;
    animation-delay: 0.3s;
    transform: translateY(0);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.styleprogram_information .styletext_frame h3::after {
    background: rgb(195,191,208);
    animation-delay: 0.6s;
    margin-top: 1rem;
    width: 60px;
    height: 3px;
    content: "";
    display: block;
    transform-origin: left;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: scaleX(0);
}.styleprogram_information .styletext_frame p.description {
    animation-delay: 0.5s;
    margin-bottom: 1.5rem;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: 14px;
    color: #000000;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(20px);
}.styleprogram_information .styletext_frame span.description {
    display: none;
}.styleprogram_information .styletext_frame div {
    max-height: 300px;
    position: relative;
    padding-right: 10px;
    overflow-y: auto;
}.styleprogram_information .styletext_frame div::-webkit-scrollbar {
    width: 6px;
}.styleprogram_information .styletext_frame div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.styleprogram_information .styletext_frame div::-webkit-scrollbar-thumb {
    background: rgb(195,191,208,0.5);
    transition: background 0.3s ease;
}.styleprogram_information .styletext_frame div::-webkit-scrollbar-thumb:hover {
    background: rgb(195,191,208);
}

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

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

@media (min-width: 768px) {.styleprogram_information {
    padding: 7rem 0;
}.styleprogram_information .stylestudy_hack {
    grid-template-columns: 45% 55%;
    transition: transform 0.5s ease;
    transform: perspective(1200px) rotateY(-2deg);
    gap: 0;
}.styleprogram_information .stylestudy_hack:hover {
    transform: perspective(1200px) rotateY(0deg);
}.styleprogram_information .stylemain_image {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.styleprogram_information .styletext_frame {
    padding: 3.5rem 3rem 3.5rem 4rem;
    clip-path: none;
    transform: translateY(0) translateX(-50px);
}.styleprogram_information .styletext_frame h3 {
    margin-bottom: 2rem;
    font-size: 38px;
}.styleprogram_information .styletext_frame div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.styleprogram_information {
    padding: 8rem 0;
}.styleprogram_information .stylestudy_hack {
    grid-template-columns: 40% 60%;
}.styleprogram_information .stylemain_image {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.styleprogram_information .stylemain_image:hover {
    transform: scale(1.03);
}.styleprogram_information .styletext_frame {
    padding: 4rem 5rem 4rem 5rem;
    transform: translateX(-70px);
}.styleprogram_information .styletext_frame h3 {
    margin-bottom: 2.5rem;
}.styleprogram_information .styletext_frame div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.styleprogram_information .stylestudy_hack {
    grid-template-columns: 45% 55%;
}.styleprogram_information .styletext_frame {
    padding: 5rem 6rem 5rem 7rem;
    transform: translateX(-100px);
}
}

@media (max-width: 767px) {.styleprogram_information .stylestudy_hack:hover .stylemain_image {
    transform: scale(1.05);
}}.stylecontact_form_section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 120px 0;
    background: rgb(228,225,233);
}.stylecontact_form_section::before {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    opacity: 0.5;
    height: 100%;
    background-blend-mode: multiply;
    left: 0;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    content: '';
}.stylecontact_form_section .stylemain_image {
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.07;
    height: 100%;
    left: 0;
    filter: contrast(1.2) saturate(0.8);
}.stylecontact_form_section .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.stylecontact_form_section h3 {
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
    font-size: 37px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000000;
    position: relative;
    text-align: center;
}.stylecontact_form_section .styleinquiry_info {
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}.stylecontact_form_section .stylefeedback_inquiry {
    flex-direction: column;
    position: relative;
    flex: 1 1 55%;
    display: flex;
    justify-content: center;
    z-index: 1;
    background: #ffffff;
    padding: 80px;
}.stylecontact_form_section .stylefeedback_inquiry::before {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    height: 100%;
    width: 100%;
}.stylecontact_form_section .stylefeedback_inquiry #contact {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}.stylecontact_form_section .stylefeedback_inquiry h3 {
    margin-bottom: 40px;
    color: #000000;
    font-size: 19px;
    text-align: center;
    font-weight: 300;
}.stylecontact_form_section .stylefeedback_inquiry input[type="text"],
.stylecontact_form_section .stylefeedback_inquiry textarea {
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 14px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    border-radius: 50px;
    margin-bottom: 30px;
    color: #000000;
    border: none;
    transition: all 0.3s ease;
    padding: 20px 25px;
    width: 100%;
}.stylecontact_form_section .stylefeedback_inquiry textarea {
    height: 150px;
    padding-top: 25px;
    border-radius: 25px;
    resize: vertical;
}.stylecontact_form_section .stylefeedback_inquiry input[type="text"]:focus,
.stylecontact_form_section .stylefeedback_inquiry textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.015);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(195,191,208,0.5);
}.stylecontact_form_section .stylefeedback_inquiry .stylereach_query {
    align-items: flex-start;
    margin-bottom: 30px;
    justify-content: center;
    display: flex;
}.stylecontact_form_section .stylefeedback_inquiry .stylereach_query input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.stylecontact_form_section .stylefeedback_inquiry .stylereach_query label {
    padding-left: 35px;
    color: #000000;
    font-size: calc(14px - 2px);
    cursor: pointer;
    position: relative;
    line-height: 1.5;
}.stylecontact_form_section .stylefeedback_inquiry .stylereach_query label::before {
    top: 2px;
    left: 0;
    border-radius: 50%;
    height: 22px;
    transition: all 0.3s ease;
    content: '';
    background-color: transparent;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 22px;
}.stylecontact_form_section .stylefeedback_inquiry .stylereach_query input[type="checkbox"]:checked + label::before {
    border-color: rgb(195,191,208);
    background-color: rgb(195,191,208);
}.stylecontact_form_section .stylefeedback_inquiry .stylereach_query input[type="checkbox"]:checked + label::after {
    left: 7px;
    transform: rotate(-45deg);
    width: 8px;
    height: 5px;
    border-left: 2px solid #ffffff;
    content: '';
    position: absolute;
    top: 10px;
    border-bottom: 2px solid #ffffff;
}.stylecontact_form_section .stylefeedback_inquiry .stylereach_query a {
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(195,191,208);
}.stylecontact_form_section .stylefeedback_inquiry .stylereach_query a:hover {
    color: rgb(157,152,173);
}.stylecontact_form_section .stylefeedback_inquiry .stylemessage_box {
    position: relative;
    transition: all 0.3s ease;
    border: none;
    font-weight: 400;
    font-size: 18px;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    background: rgb(195,191,208);
    padding: 18px;
    display: block;
    margin: 0 auto;
}.stylecontact_form_section .stylefeedback_inquiry .stylemessage_box::before {
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    transition: all 0.6s ease;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    width: 100%;
    left: -100%;
}.stylecontact_form_section .stylefeedback_inquiry .stylemessage_box:hover {
    box-shadow: 0 5px 15px rgb(195,191,208,0.5);
    background: rgb(157,152,173);
    transform: translateY(-2px);
}.stylecontact_form_section .stylefeedback_inquiry .stylemessage_box:hover::before {
    left: 100%;
}.stylecontact_form_section .stylesupport_map {
    padding: 80px 60px;
    display: flex;
    background: linear-gradient(135deg, rgb(195,191,208) 0%, rgb(157,152,173) 100%);
    justify-content: center;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    flex: 1 1 45%;
}.stylecontact_form_section .stylesupport_map::before {
    z-index: 0;
    background-size: 250px 250px;
    top: -50%;
    left: -50%;
    opacity: 0.7;
    position: absolute;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    height: 200%;
    width: 200%;
    content: '';
}.stylecontact_form_section .stylesupport_map h4 {
    margin-bottom: 50px;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    z-index: 1;
}.stylecontact_form_section .stylesupport_map .stylesupport_message {
    list-style: none;
    max-width: 300px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0;
}.stylecontact_form_section .stylesupport_map .stylesupport_message li {
    align-items: center;
    margin-bottom: 35px;
    display: flex;
    transition: transform 0.3s ease;
    position: relative;
}.stylecontact_form_section .stylesupport_map .stylesupport_message li:last-child {
    margin-bottom: 0;
}.stylecontact_form_section .stylesupport_map .stylesupport_message li:hover {
    transform: translateX(5px);
}.stylecontact_form_section .stylesupport_map .stylesupport_message li svg {
    height: 22px;
    flex-shrink: 0;
    margin-right: 20px;
    width: 22px;
    opacity: 0.9;
}.stylecontact_form_section .stylesupport_map .stylesupport_message li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.stylecontact_form_section .stylesupport_map .stylesupport_message li span {
    color: #ffffff;
    position: relative;
    line-height: 1.5;
    font-size: 14px;
}.stylecontact_form_section .stylesupport_map .stylesupport_message li span::after {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    content: '';
    transition: width 0.3s ease;
    width: 0;
    bottom: -8px;
    height: 1px;
    left: 0;
}.stylecontact_form_section .stylesupport_map .stylesupport_message li:hover span::after {
    width: 100%;
}.stylecontact_form_section .stylesupport_map .stylesupport_message li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.stylecontact_form_section .stylesupport_map .stylesupport_message li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.stylecontact_form_section {
    padding: 80px 0;
}.stylecontact_form_section .styleinquiry_info {
    flex-direction: column;
}.stylecontact_form_section .stylefeedback_inquiry,
    .stylecontact_form_section .stylesupport_map {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.stylecontact_form_section {
    padding: 60px 0;
}.stylecontact_form_section h3 {
    font-size: calc(37px - 4px);
    margin-bottom: 50px;
}.stylecontact_form_section .stylefeedback_inquiry h3,
    .stylecontact_form_section .stylesupport_map h4 {
    margin-bottom: 30px;
    font-size: calc(19px - 2px);
}.stylecontact_form_section .stylefeedback_inquiry input[type="text"],
    .stylecontact_form_section .stylefeedback_inquiry textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.stylecontact_form_section .stylefeedback_inquiry textarea {
    height: 120px;
}.stylecontact_form_section .stylefeedback_inquiry .stylemessage_box {
    padding: 16px;
}.stylecontact_form_section .stylesupport_map .stylesupport_message li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.stylecontact_form_section {
    padding: 50px 0;
}.stylecontact_form_section .stylefeedback_inquiry,
    .stylecontact_form_section .stylesupport_map {
    padding: 40px 25px;
}.stylecontact_form_section h3 {
    font-size: calc(37px - 6px);
}.stylecontact_form_section .stylefeedback_inquiry .stylereach_query label {
    font-size: calc(14px - 3px);
}.stylecontact_form_section .styleinquiry_info {
    border-radius: 20px;
}.stylecontact_form_section .stylefeedback_inquiry input[type="text"],
    .stylecontact_form_section .stylefeedback_inquiry textarea {
    border-radius: 25px;
}.stylecontact_form_section .stylefeedback_inquiry textarea {
    border-radius: 20px;
}}.styletitle_intro {
    min-height: 100vh;
    position: relative;
    padding: 5rem 2rem;
    justify-content: center;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f0f4f8 0%, #e8ecf0 100%);
    overflow: hidden;
}.styletitle_intro::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(110deg, rgb(195,191,208,0.5) 15%, transparent 50%);
}.styletitle_intro::after {
    width: 40%;
    content: "";
    right: 0;
    bottom: 0;
    height: 30%;
    background: linear-gradient(210deg, rgb(157,152,173,0.5) 0%, transparent 90%);
    position: absolute;
    z-index: 1;
}.styletitle_intro .styleedu_main {
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    position: relative;
    transform: translateY(-2vh);
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.styletitle_intro .styleedu_main > div {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.styletitle_intro h3 {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    padding-left: 2rem;
    max-width: 90%;
    opacity: 0;
    transform: translateX(-10px);
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(19px * 1.1);
    position: relative;
    line-height: 1.5;
    font-weight: 600;
}.styletitle_intro h3::before {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(195,191,208), rgb(157,152,173));
    left: 0;
    top: 0.2em;
    width: 5px;
    position: absolute;
    content: "";
    height: calc(100% - 0.4em);
}.styletitle_intro .styleskill_guides {
    animation: fadeSlideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    display: flex;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    min-height: 450px;
    overflow: hidden;
    align-items: center;
    border-radius: 1.5rem;
}.styletitle_intro .styleskill_guides::before {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0.3) 100%
    );
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}.styletitle_intro .styleskill_guides > div {
    z-index: 2;
    padding: 3rem;
    flex-direction: column;
    position: relative;
    gap: 1.5rem;
    display: flex;
    width: 100%;
}.styletitle_intro .styleskill_guides p {
    position: relative;
    font-size: calc(14px * 1.2);
    padding-bottom: 1rem;
    font-weight: 400;
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    line-height: 1.6;
    max-width: 80%;
    color: #ffffff;
    transform: translateX(-15px);
}.styletitle_intro .styleskill_guides p::after {
    background: #ffffff;
    width: 80px;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    transform: scaleX(0);
    animation: growWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
    bottom: 0;
    transform-origin: left;
}.styletitle_intro .title_style_header {
    letter-spacing: -0.03em;
    font-size: clamp(2.5rem, 5vw, 48px);
    opacity: 0;
    color: #ffffff;
    margin-top: 0.5rem;
    line-height: 1.2;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    font-weight: 700;
    position: relative;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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


.styletitle_intro .styleskill_guides:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 12px 20px rgba(0, 0, 0, 0.07);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.styletitle_intro .styleskill_guides:hover::before {
    transition: all 0.5s ease;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 40%,
        rgba(0, 0, 0, 0.35) 100%
    );
}.styletitle_intro .styleskill_guides:hover .title_style_header {
    transition: all 0.4s ease;
    transform: translateY(-3px);
}


@media (min-width: 768px) {.styletitle_intro {
    padding: 5rem 3rem;
}.styletitle_intro .styleedu_main > div {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 4rem;
}.styletitle_intro h3 {
    margin-bottom: 0;
    font-size: calc(19px * 1.2);
}.styletitle_intro .styleskill_guides {
    min-height: 500px;
}.styletitle_intro .styleskill_guides > div {
    padding: 4rem;
    justify-content: center;
}.styletitle_intro .title_style_header {
    font-size: clamp(3rem, 6vw, calc(48px * 1.2));
}
}

@media (min-width: 1024px) {.styletitle_intro {
    padding: 5rem 4rem;
}.styletitle_intro .styleedu_main > div {
    gap: 5rem;
}.styletitle_intro h3 {
    padding-left: 3rem;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
}.styletitle_intro h3:hover {
    transform: perspective(1000px) rotateY(0);
}.styletitle_intro h3::before {
    width: 8px;
}.styletitle_intro .styleskill_guides {
    transform: perspective(1000px) rotateY(2deg);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.styletitle_intro .styleskill_guides:hover {
    transform: perspective(1000px) rotateY(0) translateY(-8px);
}.styletitle_intro .styleskill_guides > div {
    padding: 5rem;
}
}

@media (max-width: 767px) {.styletitle_intro {
    padding: 4rem 1.5rem;
}.styletitle_intro h3 {
    padding-left: 1.5rem;
    font-size: calc(19px * 1);
    max-width: 100%;
}.styletitle_intro .styleskill_guides {
    min-height: 400px;
}.styletitle_intro .styleskill_guides > div {
    padding: 2rem;
}.styletitle_intro .styleskill_guides p {
    max-width: 100%;
    font-size: 14px;
}}.styleour_mission {
    position: relative;
    overflow: hidden;
    padding: 8rem 0 6rem;
    color: #ffffff;
}.styleour_mission::before {
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.75) 30%, 
        rgba(0, 0, 0, 0.6) 70%, 
        rgba(0, 0, 0, 0.85) 100%);
    content: "";
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}.styleour_mission::after {
    content: "";
    opacity: 0.1;
    height: 200px;
    z-index: 2;
    animation: float 10s infinite ease-in-out;
    position: absolute;
    background: rgb(195,191,208);
    top: -50px;
    width: 200px;
    border-radius: 50%;
    right: -50px;
    filter: blur(50px);
}.styleour_mission h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 5;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    font-size: calc(33px * 1.2);
    position: relative;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards 0.2s;
    margin-bottom: 2.5rem;
}.styleour_mission h4::after {
    content: "";
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(195,191,208), rgb(157,152,173));
    left: 50%;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
}.styleour_mission .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 5;
}.styleour_mission .styletext_frame {
    transition: transform 0.5s ease-out;
    opacity: 0;
    border-left: 3px solid rgb(195,191,208);
    animation: fadeInUp 1s forwards 0.4s;
    transform: translateY(30px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 10px;
    padding: 3rem;
}.styleour_mission .styletext_frame:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px) scale(1.01);
}.styleour_mission .styletext_frame::before {
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(45deg, 
        rgb(195,191,208,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(157,152,173,0.5) 100%);
    pointer-events: none;
    height: 100%;
    content: "";
}.styleour_mission h6 {
    color: rgb(195,191,208);
    font-weight: 700;
    font-size: calc(23px * 1.1);
    position: relative;
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
    opacity: 0;
    animation: fadeInRight 0.8s forwards 0.6s;
    letter-spacing: 1px;
    display: inline-block;
}.styleour_mission h6::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    background: rgb(157,152,173);
    content: "";
    width: 30px;
    height: 2px;
    bottom: -8px;
    animation: expandLine 0.6s forwards 1.2s;
    position: absolute;
    transform-origin: left;
    left: 0;
}.styleour_mission .styletext_frame div {
    overflow: hidden;
    position: relative;
}.styleour_mission .styletext_frame span {
    font-size: 12px;
    position: relative;
    opacity: 0;
    text-align: justify;
    transform: translateY(20px);
    display: block;
    color: rgba(255, 255, 255, 0.9);
    animation: fadeInUp 1s forwards 0.8s;
    margin-bottom: 1rem;
    line-height: 1.8;
}.styleour_mission .styletext_frame span::first-letter {
    margin-right: 3px;
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(157,152,173);
}

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

@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(30px, -30px);
    }
    50% {
        transform: translate(60px, 0);
    }
    75% {
        transform: translate(30px, 30px);
    }
}

@media (max-width: 991px) {.styleour_mission {
    padding: 6rem 0 4rem;
}.styleour_mission h4 {
    font-size: calc(33px * 1.1);
}.styleour_mission .styletext_frame {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.styleour_mission {
    padding: 4rem 0 3rem;
}.styleour_mission h4 {
    font-size: 33px;
    margin-bottom: 2rem;
}.styleour_mission h4::after {
    width: 60px;
    height: 2px;
}.styleour_mission .styletext_frame {
    padding: 2rem;
}.styleour_mission h6 {
    font-size: 23px;
    margin-bottom: 1.2rem;
}.styleour_mission .styletext_frame span {
    line-height: 1.7;
}
}

@media (max-width: 576px) {.styleour_mission {
    padding: 3rem 0 2rem;
}.styleour_mission h4 {
    font-size: calc(23px * 1.3);
    margin-bottom: 1.5rem;
}.styleour_mission h4::after {
    width: 50px;
}.styleour_mission .styletext_frame {
    padding: 1.5rem;
    border-left-width: 2px;
}.styleour_mission h6 {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.1);
}.styleour_mission .styletext_frame span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.stylejoin_our_mailing_list {
    margin: 4rem 0;
    padding: 3rem 0;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(195,191,208,0.5), rgb(157,152,173), rgb(195,191,208));
    position: relative;
    perspective: 1000px;
}.stylejoin_our_mailing_list::before {
    position: absolute;
    top: -50%;
    width: 200%;
    transform: rotate(-15deg);
    left: -50%;
    height: 200%;
    animation: lightShift 8s ease-in-out infinite alternate;
    background: linear-gradient(45deg, transparent 20%, rgb(255, 255, 255, 0.5) 25%, transparent 30%);
    opacity: 0.07;
    content: '';
}.stylejoin_our_mailing_list::after {
    transform: skewY(-3deg);
    transform-origin: bottom right;
    opacity: 0.2;
    right: 0;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(to top, rgb(195,191,208,0.5) 0%, transparent 100%);
    height: 40%;
    bottom: 0;
}.stylejoin_our_mailing_list .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.stylejoin_our_mailing_list .stylestudy_track {
    transform: translateZ(0);
    display: grid;
    transition: transform 0.5s ease-out;
    grid-template-columns: 1fr;
    gap: 2rem;
}.stylejoin_our_mailing_list .stylestudy_track:hover {
    transform: translateZ(20px);
}.stylejoin_our_mailing_list h4 {
    line-height: 1.4;
    font-size: 23px;
    transform: translateZ(10px);
    color: #ffffff;
    letter-spacing: 0.01em;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-weight: 600;
}.stylejoin_our_mailing_list .input_holder {
    gap: 1rem;
    display: flex;
    transform: translateZ(15px) translateY(5px);
    position: relative;
    flex-direction: column;
}.stylejoin_our_mailing_list .input_holder span {
    position: relative;
    width: 100%;
    display: block;
}.stylejoin_our_mailing_list .input_holder span::before {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 5px;
    content: '';
    filter: blur(3px);
    bottom: -3px;
    width: 100%;
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(157,152,173,0.5), rgb(195,191,208,0.5));
    z-index: -1;
}.stylejoin_our_mailing_list .input_holder span:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.stylejoin_our_mailing_list input[type="email"] {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 1rem 1.5rem;
    color: #ffffff;
    border: 2px solid rgb(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    background-color: rgba(255,255,255,0.15);
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 100%;
    backdrop-filter: blur(5px);
}.stylejoin_our_mailing_list input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease, transform 0.3s ease;
}.stylejoin_our_mailing_list input[type="email"]:focus {
    outline: none;
    transform: translateZ(5px) translateY(-2px);
    box-shadow: 0 7px 20px rgba(0,0,0,0.12);
    background-color: rgba(255,255,255,0.25);
    border-color: #ffffff;
}.stylejoin_our_mailing_list input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}.stylejoin_our_mailing_list .stylesub_prize {
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: linear-gradient(135deg, rgb(157,152,173), rgb(195,191,208));
    position: relative;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    letter-spacing: 0.03em;
    z-index: 1;
}.stylejoin_our_mailing_list .stylesub_prize::before {
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(195,191,208), rgb(157,152,173));
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}.stylejoin_our_mailing_list .stylesub_prize:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}.stylejoin_our_mailing_list .stylesub_prize:hover::before {
    opacity: 1;
}.stylejoin_our_mailing_list .stylesub_prize:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    transform: translateY(1px) scale(0.98);
}

@keyframes lightShift {
    0% {
        transform: rotate(-15deg) translateX(-5%) translateY(2%);
    }
    100% {
        transform: rotate(-12deg) translateX(5%) translateY(-2%);
    }
}

@media (min-width: 768px) {.stylejoin_our_mailing_list {
    padding: 4rem 0;
}.stylejoin_our_mailing_list .stylestudy_track {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.stylejoin_our_mailing_list h4 {
    font-size: calc(23px * 1.1);
    transform: translateZ(25px) translateX(10px);
    max-width: 90%;
}.stylejoin_our_mailing_list .input_holder {
    transform: translateZ(35px) translateY(0);
    flex-direction: row;
}.stylejoin_our_mailing_list input[type="email"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}.stylejoin_our_mailing_list .stylesub_prize {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    white-space: nowrap;
}
}

@media (min-width: 992px) {.stylejoin_our_mailing_list {
    padding: 5rem 0;
}.stylejoin_our_mailing_list::before {
    animation-duration: 12s;
}.stylejoin_our_mailing_list .stylestudy_track {
    gap: 4rem;
}.stylejoin_our_mailing_list h4 {
    transform: translateZ(40px) translateX(20px) rotateY(2deg);
    font-size: calc(23px * 1.2);
    max-width: 85%;
}.stylejoin_our_mailing_list .input_holder {
    transform: translateZ(50px) translateY(0) rotateY(-2deg);
}
}

@media (max-width: 767px) {.stylejoin_our_mailing_list {
    margin: 3rem 0;
    padding: 2.5rem 0;
}.stylejoin_our_mailing_list h4 {
    margin-bottom: 1.5rem;
    text-align: center;
}.stylejoin_our_mailing_list .stylesub_prize {
    width: 100%;
    margin-top: 0.5rem;
}.stylejoin_our_mailing_list::before {
    opacity: 0.05;
}
}

@media (hover: none) {.stylejoin_our_mailing_list .stylestudy_track:hover {
    transform: translateZ(0);
}.stylejoin_our_mailing_list input[type="email"]:focus {
    transform: none;
}.stylejoin_our_mailing_list .stylesub_prize:hover {
    transform: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}}.stylestudy_process {
    position: relative;
    padding: 120px 0;
    z-index: 1;
    background: rgb(228,225,233);
    overflow: hidden;
}.stylestudy_process::before {
    transform: rotate(-30deg);
    left: -20%;
    background: rgb(195,191,208,0.5);
    z-index: -1;
    animation: shape-rotate 40s linear infinite;
    width: 60%;
    top: -50%;
    height: 200%;
    content: "";
    position: absolute;
}.stylestudy_process::after {
    animation: shape-pulse 15s ease-in-out infinite alternate;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    z-index: -1;
    width: 40%;
    right: -10%;
    content: "";
    height: 60%;
    background: rgb(157,152,173,0.5);
    bottom: -20%;
    position: absolute;
}.stylestudy_process .container {
    z-index: 2;
    max-width: 1200px;
    grid-template-columns: 2fr 3fr;
    grid-gap: 50px;
    position: relative;
    align-items: center;
    display: grid;
    margin: 0 auto;
}.stylestudy_process .stylestudy_track {
    padding: 0;
    position: relative;
}.stylestudy_process .stylestudy_track::before {
    width: 120%;
    position: absolute;
    height: 20px;
    top: -80px;
    animation: line-slide 10s ease-in-out infinite alternate;
    content: "";
    opacity: 0.5;
    background: linear-gradient(90deg, transparent, rgb(195,191,208), transparent);
    transform: rotate(-2deg);
    left: -10%;
}.stylestudy_process .stylestudy_track::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(157,152,173), transparent);
    transform: rotate(2deg);
    bottom: -80px;
    opacity: 0.5;
    width: 120%;
    height: 20px;
    position: absolute;
    animation: line-slide 10s ease-in-out infinite alternate-reverse;
    right: -10%;
}.stylestudy_process h3 {
    text-align: right;
    line-height: 1.2;
    font-size: 42px;
    border-right: 4px solid rgb(195,191,208);
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    margin-right: -40px;
    padding-right: 40px;
    opacity: 0;
    font-weight: 700;
    z-index: 2;
    grid-column: 1;
    transform: translateX(-50px);
    color: #000000;
}.stylestudy_process h3::before {
    height: 40px;
    right: -22px;
    top: -10px;
    animation: square-rotate 6s linear infinite;
    content: "";
    position: absolute;
    width: 40px;
    border: 4px solid rgb(157,152,173);
    z-index: -1;
}.stylestudy_process h3::after {
    animation: circle-pulse 4s ease-in-out infinite;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    background: rgb(195,191,208);
    content: "";
    right: -8px;
}.stylestudy_process span {
    opacity: 0;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    padding-left: 30px;
    text-align: left;
    line-height: 1.8;
    position: relative;
    color: #000000;
    transform: translateX(50px);
    font-size: 17px;
    grid-column: 2;
}.stylestudy_process span::before {
    left: 15px;
    top: 15px;
    height: 100%;
    animation: border-dance 20s linear infinite;
    content: "";
    pointer-events: none;
    width: 100%;
    z-index: -1;
    border: 1px dashed rgb(195,191,208,0.5);
    position: absolute;
}

@keyframes shape-rotate {
    0% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(330deg);
    }
}

@keyframes shape-pulse {
    0% {
        transform: scale(1) translateX(0);
    }
    100% {
        transform: scale(1.2) translateX(-20px);
    }
}

@keyframes line-slide {
    0% {
        transform: translateX(-10%) rotate(-2deg);
    }
    100% {
        transform: translateX(10%) rotate(-2deg);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes square-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes circle-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

@keyframes border-dance {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.stylestudy_process {
    padding: 90px 20px;
}.stylestudy_process .container {
    grid-gap: 30px;
}.stylestudy_process h3 {
    margin-right: -20px;
    padding-right: 20px;
    font-size: calc(42px - 6px);
}.stylestudy_process h3::before {
    height: 30px;
    width: 30px;
    right: -17px;
}.stylestudy_process span {
    padding-left: 20px;
}.stylestudy_process .stylestudy_track::before,
    .stylestudy_process .stylestudy_track::after {
    height: 15px;
}
}

@media (max-width: 767px) {.stylestudy_process {
    padding: 70px 15px;
}.stylestudy_process .container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.stylestudy_process h3 {
    margin-right: 0;
    border-bottom: 4px solid rgb(195,191,208);
    padding-bottom: 20px;
    padding-right: 0;
    text-align: center;
    border-right: none;
}.stylestudy_process h3::before {
    top: auto;
    bottom: -17px;
    left: 20px;
    right: auto;
}.stylestudy_process h3::after {
    left: calc(100% - 30px);
    right: auto;
    bottom: -8px;
}.stylestudy_process span {
    padding-left: 0;
    animation-name: slide-in-mobile;
    text-align: center;
}.stylestudy_process span::before {
    border-top: none;
    left: 0;
    border: 1px dashed rgb(195,191,208,0.5);
}.stylestudy_process .stylestudy_track::before {
    transform: rotate(0);
    top: -20px;
}.stylestudy_process .stylestudy_track::after {
    transform: rotate(0);
    bottom: -20px;
}
    
    @keyframes slide-in {
        0% {
            opacity: 0;
            transform: translateY(-30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes slide-in-mobile {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 479px) {.stylestudy_process {
    padding: 50px 10px;
}.stylestudy_process h3 {
    font-size: calc(42px - 12px);
    padding-bottom: 15px;
}.stylestudy_process h3::before {
    height: 20px;
    left: 10px;
    width: 20px;
    bottom: -12px;
}.stylestudy_process h3::after {
    width: 15px;
    left: calc(100% - 20px);
    height: 15px;
}.stylestudy_process span {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}.stylestudy_process .stylestudy_track::before,
    .stylestudy_process .stylestudy_track::after {
    height: 10px;
}}.styledeal_plan {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,225,233) 0%, rgba(245, 247, 252, 1) 100%);
    padding: 100px 0;
    position: relative;
}.styledeal_plan::before {
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}.styledeal_plan .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.styledeal_plan .stylepremium_cost {
    flex-direction: column-reverse;
    display: flex;
}.styledeal_plan .stylelearning_rates {
    margin-bottom: 50px;
    transition: transform 0.5s ease-out;
    text-align: center;
}.styledeal_plan .stylelearning_rates h2 {
    margin-bottom: 15px;
    font-size: 34px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
}.styledeal_plan .stylelearning_rates h2::after {
    position: absolute;
    left: 50%;
    background: rgb(195,191,208);
    width: 80px;
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
    height: 3px;
}.styledeal_plan .stylepremium_grid {
    word-break: break-word;
    max-width: 700px;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 18px;
    white-space: normal;
    margin: 0 auto;
}.styledeal_plan .stylelearning_fees {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.styledeal_plan .stylelearning_package {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    color: #000000;
    border-radius: 8px;
    position: relative;
}.styledeal_plan .stylelearning_package:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.styledeal_plan .styleplan_deals {
    flex-direction: column;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    min-height: 450px;
    display: flex;
}.styledeal_plan .styleprice_panel {
    word-break: break-word;
    z-index: 2;
    position: relative;
    white-space: normal;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
    padding: 30px;
}.styledeal_plan .styleprice_panel h3 {
    color: #000000;
    margin-bottom: 8px;
    font-size: calc(24px + 2px);
    transform: translateX(0);
    transition: transform 0.3s ease;
    font-weight: 600;
    position: relative;
}.styledeal_plan .stylelearning_package:hover .styleprice_panel h3 {
    transform: translateX(5px);
}.styledeal_plan .stylefee_board {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    font-size: calc(24px + 4px);
    color: rgb(195,191,208);
    font-weight: 700;
}.styledeal_plan .stylefee_board::before {
    transform: translateX(-10px);
    left: -20px;
    width: 10px;
    position: absolute;
    content: "";
    background: rgb(195,191,208);
    transition: all 0.3s ease;
    opacity: 0;
    top: 50%;
    height: 2px;
}.styledeal_plan .stylelearning_package:hover .stylefee_board::before {
    transform: translateX(0);
    opacity: 1;
}.styledeal_plan .styleprice_panel p {
    font-size: 18px;
    color: #000000;
    overflow-wrap: break-word;
    white-space: normal;
    margin-top: 15px;
    flex: 1;
    word-break: break-word;
    line-height: 1.6;
}.styledeal_plan .stylemain_image {
    position: relative;
    width: 100%;
    transition: transform 0.6s ease;
    overflow: hidden;
    height: 200px;
}.styledeal_plan .stylemain_image::after {
    z-index: 1;
    content: "";
    background: linear-gradient(0deg, rgba(rgb(195,191,208,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.styledeal_plan .stylelearning_package:hover .stylemain_image {
    transform: scale(1.05);
}.styledeal_plan .stylelearning_package:nth-child(odd) .styleplan_deals {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.styledeal_plan .stylelearning_package:nth-child(even) .styleplan_deals {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.styledeal_plan .stylelearning_package:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.styledeal_plan .stylelearning_package:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.styledeal_plan .stylelearning_package:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.styledeal_plan .stylelearning_package:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.styledeal_plan .stylelearning_fees {
    grid-template-columns: repeat(2, 1fr);
}.styledeal_plan .stylelearning_rates {
    margin-bottom: 60px;
}.styledeal_plan .styleprice_panel h3 {
    font-size: 24px;
}.styledeal_plan .stylefee_board {
    font-size: calc(24px + 2px);
}.styledeal_plan .styleprice_panel p {
    font-size: calc(18px - 1px);
}
}

@media (min-width: 992px) {.styledeal_plan .stylepremium_cost {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.styledeal_plan .stylelearning_rates {
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
}.styledeal_plan .stylelearning_rates h2::after {
    transform: none;
    left: 0;
}.styledeal_plan .stylelearning_fees {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.styledeal_plan .styleprice_panel {
    padding: 35px;
}
}

@media (min-width: 1200px) {.styledeal_plan .stylelearning_fees {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.styledeal_plan .styleplan_deals {
    min-height: 500px;
}.styledeal_plan .stylemain_image {
    height: 220px;
}.styledeal_plan .styleprice_panel h3 {
    font-size: calc(24px + 2px);
}.styledeal_plan .stylefee_board {
    font-size: calc(24px + 6px);
}}.stylestatistics_information {
    overflow: hidden;
    perspective: 1000px;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(120deg, rgb(228,225,233) 0%, rgba(245, 248, 255, 0.9) 100%);
}.stylestatistics_information::before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: 
        linear-gradient(60deg, transparent 0%, rgba(rgb(195,191,208,0.5), 0.03) 35%, transparent 100%),
        linear-gradient(120deg, transparent 10%, rgba(rgb(157,152,173,0.5), 0.04) 70%, transparent 100%);
    height: 100%;
    opacity: 0.8;
    content: '';
    position: absolute;
}.stylestatistics_information::after {
    position: absolute;
    width: 130%;
    background: rgb(195,191,208);
    content: '';
    z-index: 0;
    left: -15%;
    height: 40%;
    bottom: -20%;
    transform: rotateZ(-3deg);
    opacity: 0.05;
}.stylestatistics_information .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
}.stylestatistics_information ul {
    margin: 0 0 4rem;
    transform-style: preserve-3d;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    list-style: none;
    gap: 2.5rem;
}.stylestatistics_information .stylekey_statistics {
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.stylestatistics_information .stylekey_statistics:hover {
    transform: translateZ(15px) translateY(-5px);
}.stylestatistics_information .stylekey_statistics > div {
    justify-content: center;
    transform: translateZ(0);
    position: relative;
    padding: 2.5rem 1.5rem;
    align-items: center;
    height: 100%;
    box-shadow: 
        0 2px 15px rgba(rgba(0, 0, 0, 0.5), 0.06),
        0 10px 30px -5px rgba(rgba(0, 0, 0, 0.5), 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
}.stylestatistics_information .stylekey_statistics > div::before {
    left: 0;
    height: 0;
    transition: height 0.5s ease-out;
    width: 4px;
    position: absolute;
    content: '';
    top: 0;
    background: rgb(195,191,208);
}.stylestatistics_information .stylekey_statistics:hover > div::before {
    height: 100%;
}.stylestatistics_information .stylekey_statistics > div::after {
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    height: 1px;
    width: 80%;
    background: linear-gradient(to right, transparent, rgba(rgb(195,191,208,0.5), 0.2), transparent);
}.stylestatistics_information .stylekey_statistics p {
    font-weight: 700;
    -webkit-background-clip: text;
    font-size: calc(30px * 1.2);
    background-clip: text;
    background: linear-gradient(135deg, rgb(195,191,208) 20%, rgb(157,152,173) 80%);
    color: transparent;
    transform-origin: center;
    margin: 0 0 0.75rem;
    transition: transform 0.3s ease;
}.stylestatistics_information .stylekey_statistics:hover p {
    transform: scale(1.1);
}.stylestatistics_information .stylekey_statistics span {
    line-height: 1.4;
    position: relative;
    color: #000000;
    font-size: 13px;
    transition: transform 0.3s ease;
    max-width: 90%;
    display: block;
    font-weight: 400;
}.stylestatistics_information .stylekey_statistics:hover span {
    transform: translateY(3px);
}.stylestatistics_information h4 {
    text-align: center;
    position: relative;
    margin: 2rem 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 1rem;
}.stylestatistics_information h4::after {
    left: 50%;
    content: '';
    width: 60px;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, rgb(195,191,208), rgb(157,152,173));
    position: absolute;
    height: 2px;
}

@media (min-width: 768px) {.stylestatistics_information {
    padding: 7rem 0;
}.stylestatistics_information ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.stylestatistics_information .stylekey_statistics > div {
    padding: 2.75rem 1.5rem;
}.stylestatistics_information h4 {
    margin-top: 3rem;
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 992px) {.stylestatistics_information {
    padding: 8rem 0;
}.stylestatistics_information ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.stylestatistics_information .stylekey_statistics > div {
    min-height: 200px;
}.stylestatistics_information .stylekey_statistics p {
    font-size: calc(30px * 1.3);
}
}

@media (max-width: 767px) {.stylestatistics_information {
    padding: 4rem 0;
}.stylestatistics_information ul {
    margin-left: auto;
    max-width: 450px;
    grid-template-columns: 1fr;
    margin-right: auto;
}.stylestatistics_information .stylekey_statistics > div {
    padding: 2rem 1.25rem;
}.stylestatistics_information .stylekey_statistics p {
    font-size: calc(30px * 1.1);
}.stylestatistics_information h4 {
    font-size: 22px;
}
}

@media (hover: none) {.stylestatistics_information .stylekey_statistics:hover {
    transform: none;
}.stylestatistics_information .stylekey_statistics:hover p {
    transform: none;
}.stylestatistics_information .stylekey_statistics:hover span {
    transform: none;
}}.styleuser_comments {
    position: relative;
    background: linear-gradient(135deg, rgb(228,225,233), rgb(228,225,233) 60%, rgba(rgb(195,191,208,0.5), 0.05));
    padding: 5rem 0;
    box-shadow: inset 0 0 50px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
}.styleuser_comments::before {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(195,191,208,0.5), 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(157,152,173,0.5), 0.03) 0%, transparent 40%);
    z-index: 1;
    left: 0;
    content: "";
}.styleuser_comments::after {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%);
    height: 55%;
    z-index: 0;
    top: -10%;
    opacity: 0.03;
    position: absolute;
    right: -5%;
    transform: rotate(-15deg) skewX(20deg);
    width: 25%;
    content: "";
    background: linear-gradient(145deg, rgb(195,191,208) 0%, transparent);
}.styleuser_comments .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
}.styleuser_comments h2 {
    transform: perspective(1000px) translateZ(0);
    font-size: 36px;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    color: #000000;
}.styleuser_comments h2::after {
    background: linear-gradient(90deg, transparent, rgb(195,191,208), transparent);
    transform: translateX(-50%);
    bottom: -0.75rem;
    content: "";
    position: absolute;
    left: 50%;
    height: 3px;
    width: 6rem;
}.styleuser_comments .stylestudy_track {
    overflow: hidden;
    position: relative;
    perspective: 1200px;
}.styleuser_comments .styleclient_opinions {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.styleuser_comments .styleopinion_showcase {
    transition: 
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.5s ease;
    display: flex;
    transform: translateZ(0);
    overflow: hidden;
    padding: 2rem;
    box-shadow: 
    0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
    border-left: 3px solid rgb(195,191,208);
    position: relative;
    flex-direction: column;
}.styleuser_comments .styleopinion_showcase::before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(195,191,208,0.5), 0.03), transparent);
    top: 0;
}.styleuser_comments .styleopinion_showcase::after {
    color: rgba(rgb(195,191,208,0.5), 0.1);
    right: 1rem;
    font-size: 5rem;
    font-family: serif;
    z-index: 0;
    top: 0.5rem;
    position: absolute;
    line-height: 1;
    content: '"';
}.styleuser_comments .styleopinion_showcase:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
    0 30px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.styleuser_comments .styleopinion_showcase h3 {
    color: #000000;
    font-weight: 600;
    position: relative;
    margin-bottom: 0.75rem;
    font-size: calc(24px * 1.1);
    z-index: 2;
}.styleuser_comments .styleopinion_showcase h3::after {
    bottom: -0.35rem;
    left: 0;
    content: "";
    width: 2.5rem;
    background: rgb(195,191,208);
    transform-origin: left;
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
}.styleuser_comments .styleopinion_showcase:hover h3::after {
    width: 3.5rem;
}.styleuser_comments .styleopinion_showcase .description {
    font-size: 14px;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    z-index: 2;
    line-height: 1.65;
    color: #000000;
    position: relative;
}.styleuser_comments .styleopinion_showcase div {
    height: 65px;
    overflow: hidden;
    margin-top: auto;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    width: 65px;
    transform: translateZ(0);
}.styleuser_comments .styleopinion_showcase div::before {
    position: absolute;
    z-index: 3;
    border: 2px solid rgba(rgb(195,191,208,0.5), 0.3);
    content: "";
    inset: 0;
    border-radius: 50%;
}.styleuser_comments .styleopinion_showcase img {
    transition: transform 0.5s ease;
    width: 100%;
    object-fit: cover;
    height: 100%;
}.styleuser_comments .styleopinion_showcase:hover img {
    transform: scale(1.1);
}

@media screen and (min-width: 768px) {.styleuser_comments {
    padding: 6rem 0;
}.styleuser_comments::after {
    height: 60%;
    width: 30%;
}.styleuser_comments h2 {
    margin-bottom: 4rem;
}.styleuser_comments .styleclient_opinions {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.25rem;
}.styleuser_comments .styleopinion_showcase {
    padding: 2.5rem;
}.styleuser_comments .styleopinion_showcase div {
    width: 75px;
    height: 75px;
}
}

@media screen and (min-width: 1200px) {.styleuser_comments {
    padding: 8rem 0;
}.styleuser_comments::after {
    top: -15%;
    right: -8%;
    width: 35%;
    height: 70%;
}.styleuser_comments .styleclient_opinions {
    grid-template-columns: repeat(3, 1fr);
}.styleuser_comments .styleopinion_showcase {
    transition: 
      transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
      box-shadow 0.5s ease;
}.styleuser_comments .styleopinion_showcase:nth-child(3n+1) {
    transform: translateZ(10px) rotateY(2deg);
}.styleuser_comments .styleopinion_showcase:nth-child(3n+2) {
    transform: translateZ(15px);
}.styleuser_comments .styleopinion_showcase:nth-child(3n+3) {
    transform: translateZ(10px) rotateY(-2deg);
}.styleuser_comments .styleopinion_showcase:nth-child(3n+1):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(2deg);
}.styleuser_comments .styleopinion_showcase:nth-child(3n+2):hover {
    transform: translateY(-10px) translateZ(20px);
}.styleuser_comments .styleopinion_showcase:nth-child(3n+3):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(-2deg);
}
}

@media screen and (max-width: 767px) {.styleuser_comments {
    padding: 4rem 0;
}.styleuser_comments h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.styleuser_comments .styleclient_opinions {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.styleuser_comments .styleopinion_showcase {
    padding: 1.75rem;
}.styleuser_comments .styleopinion_showcase div {
    width: 60px;
    height: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.styleuser_comments .styleopinion_showcase,
  .styleuser_comments .styleopinion_showcase h3::after,
  .styleuser_comments .styleopinion_showcase img {
    transition: none;
}.styleuser_comments .styleopinion_showcase:hover {
    transform: none;
}.styleuser_comments .styleopinion_showcase:hover h3::after {
    width: 2.5rem;
}.styleuser_comments .styleopinion_showcase:hover img {
    transform: none;
}}.styleprivacy_refuge {
    padding: 5rem 1.5rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,225,233) 0%, rgba(245, 247, 250, 0.95) 100%);
}.styleprivacy_refuge::before {
    opacity: 0.04;
    left: 0;
    content: "";
    background-image: linear-gradient(45deg, rgb(195,191,208,0.5) 25%, transparent 25%), 
                      linear-gradient(-45deg, rgb(195,191,208,0.5) 25%, transparent 25%);
    background-size: 60px 60px;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
}.styleprivacy_refuge::after {
    transform: rotate(-15deg);
    width: 40%;
    opacity: 0.2;
    background: linear-gradient(120deg, rgb(157,152,173,0.5) 0%, transparent 70%);
    position: absolute;
    top: -10%;
    right: -10%;
    content: "";
    z-index: 0;
    height: 40%;
}.styleprivacy_refuge .container {
    transform: translateZ(0);
    position: relative;
    padding: 3.5rem 4rem;
    background-color: #ffffff;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    max-width: 1140px;
}.styleprivacy_refuge h1 {
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 38px;
    padding-bottom: 1.2rem;
    position: relative;
    line-height: 1.2;
    transform: translateX(-0.5rem);
    font-weight: 700;
}.styleprivacy_refuge h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(195,191,208) 0%, rgb(157,152,173) 100%);
    left: 0;
    animation: expandWidth 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 8rem;
    bottom: 0;
    height: 4px;
    position: absolute;
    transform-origin: left;
}.styleprivacy_refuge h2 {
    font-size: 28px;
    transform: translateX(-1.2rem);
    line-height: 1.3;
    position: relative;
    margin: 3rem 0 1.5rem;
    padding-left: 1.2rem;
    font-weight: 600;
    color: #000000;
}.styleprivacy_refuge h2::before {
    border-radius: 2px;
    left: 0;
    top: 0.5rem;
    bottom: 0.5rem;
    position: absolute;
    background: rgb(195,191,208);
    content: "";
    width: 4px;
}.styleprivacy_refuge h3 {
    position: relative;
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    transform: translateX(-1rem);
    font-size: calc(28px * 0.85);
}.styleprivacy_refuge h3::before {
    content: "";
    width: 3px;
    position: absolute;
    left: 0;
    background: rgb(157,152,173);
    bottom: 0.4rem;
    top: 0.4rem;
    border-radius: 1.5px;
}.styleprivacy_refuge h4 {
    transform: translateX(-0.8rem);
    padding-left: 0.8rem;
    color: #000000;
    margin: 2rem 0 1rem;
    position: relative;
    font-size: calc(28px * 0.7);
    font-weight: 600;
}.styleprivacy_refuge h4::before {
    top: 0.3rem;
    content: "";
    bottom: 0.3rem;
    left: 0;
    background: rgb(157,152,173,0.5);
    width: 2px;
    position: absolute;
    border-radius: 1px;
}.styleprivacy_refuge p {
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    max-width: 95%;
    font-size: 17px;
    line-height: 1.7;
}.styleprivacy_refuge strong {
    position: relative;
    color: #000000;
    font-weight: 600;
    display: inline-block;
}.styleprivacy_refuge strong::after {
    width: 100%;
    left: 0;
    bottom: -2px;
    content: "";
    height: 1px;
    background-color: rgb(157,152,173,0.5);
    position: absolute;
}.styleprivacy_refuge ul {
    margin: 1.5rem 0 2rem;
    position: relative;
    list-style: none;
    padding-left: 1.5rem;
}.styleprivacy_refuge li {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-size: 17px;
    padding-left: 1.8rem;
}.styleprivacy_refuge li::before {
    height: 0.6rem;
    position: absolute;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border: 1px solid rgb(195,191,208);
    width: 0.6rem;
    transform: rotate(45deg);
    background-color: rgb(195,191,208,0.5);
    content: "";
    left: 0;
    top: 0.7rem;
}.styleprivacy_refuge li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(195,191,208);
}.styleprivacy_refuge span {
    display: block;
    position: relative;
    line-height: 1.7;
    padding: 0.5rem 0;
    margin-bottom: 1.5rem;
    font-size: 17px;
    color: #000000;
}.styleprivacy_refuge span::after {
    transform-origin: left;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(195,191,208,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 8rem; }
}

@media (max-width: 991px) {.styleprivacy_refuge {
    padding: 4rem 1rem;
}.styleprivacy_refuge .container {
    padding: 2.5rem 3rem;
}.styleprivacy_refuge h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
}.styleprivacy_refuge h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.styleprivacy_refuge {
    padding: 3rem 0.8rem;
}.styleprivacy_refuge .container {
    padding: 2rem 1.5rem;
}.styleprivacy_refuge h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
}.styleprivacy_refuge h1::after {
    width: 6rem;
}.styleprivacy_refuge h2 {
    margin: 2rem 0 1rem;
    font-size: calc(28px * 0.8);
    transform: translateX(-1rem);
    padding-left: 1rem;
}.styleprivacy_refuge h3 {
    transform: translateX(-0.8rem);
    padding-left: 0.8rem;
    margin: 1.8rem 0 1rem;
    font-size: calc(28px * 0.7);
}.styleprivacy_refuge h4 {
    font-size: calc(28px * 0.6);
    margin: 1.5rem 0 0.8rem;
}.styleprivacy_refuge p, 
    .styleprivacy_refuge span, 
    .styleprivacy_refuge li {
    margin-bottom: 1.2rem;
    font-size: calc(17px * 0.95);
}.styleprivacy_refuge ul {
    margin: 1.2rem 0 1.8rem;
    padding-left: 0.8rem;
}.styleprivacy_refuge li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}
}

@media (max-width: 479px) {.styleprivacy_refuge {
    padding: 2rem 0.5rem;
}.styleprivacy_refuge .container {
    padding: 1.5rem 1.2rem;
}.styleprivacy_refuge h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.styleprivacy_refuge h1::after {
    width: 5rem;
    height: 3px;
}.styleprivacy_refuge h2 {
    transform: translateX(-0.8rem);
    margin: 1.8rem 0 0.8rem;
    padding-left: 0.8rem;
    font-size: calc(28px * 0.7);
}.styleprivacy_refuge h2::before {
    width: 3px;
}.styleprivacy_refuge h3, .styleprivacy_refuge h4 {
    padding-left: 0.7rem;
    transform: translateX(-0.7rem);
    margin: 1.5rem 0 0.8rem;
    font-size: calc(28px * 0.6);
}.styleprivacy_refuge p, 
    .styleprivacy_refuge span, 
    .styleprivacy_refuge li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 100%;
}.styleprivacy_refuge ul {
    padding-left: 0.5rem;
}.styleprivacy_refuge li {
    padding-left: 1.3rem;
}.styleprivacy_refuge li::before {
    height: 0.5rem;
    width: 0.5rem;
}
}