* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    background: linear-gradient(317deg, #ffffff 99%, rgb(255, 255, 255, 0.5) 71%, rgb(111,133,127) 60%, rgb(147,171,166,0.5) 46%);
    width: 0.8em;
    padding: 2px;
}::-webkit-scrollbar-track {
    background: linear-gradient(67deg, rgb(255, 255, 255, 0.5) 32%, rgb(111,133,127) 23%, rgb(111,133,127,0.5) 43%, rgb(147,171,166) 48%, rgb(147,171,166,0.5) 63%, rgb(184,208,203) 13%);
    border-radius: 6.7em;
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: repeating-radial-gradient(circle at center, rgb(184,208,203), rgb(184,208,203) 9px, rgb(111,133,127) 9px, rgb(111,133,127) 19px);
    animation: glow_scrollbar 5.4s ease-in-out 5;
    transition: background, border-radius 3.3s ease-out;
}::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
    background: rgb(111,133,127);
}::-webkit-scrollbar-thumb:active {
    background: rgb(147,171,166,0.5);
}::-webkit-scrollbar-corner {
    background: #ffffff;
}* {
    scrollbar-width: auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1148px;
}.stylefaq_block {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
}.stylewrapper-viewport {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.styleheader_pro {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stylejoin_our_mailing_list {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(180deg, rgb(184,208,203) 0%, rgb(147,171,166,0.5) 100%);
}.stylejoin_our_mailing_list::before {
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(111,133,127,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(147,171,166,0.5) 0%, transparent 40%);
    top: 0;
    width: 100%;
}.stylejoin_our_mailing_list .styleexpert_studio {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    justify-content: center;
    max-width: 1200px;
    display: flex;
}.stylejoin_our_mailing_list .stylereach_inquiry {
    position: relative;
    box-shadow: 
        0 20px 25px -5px rgba(0, 0, 0, 0.5),
        0 10px 10px -5px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    display: flex;
    max-width: 350px;
    padding: 3rem 2rem;
    width: 100%;
    background: #ffffff;
    align-items: center;
}.stylejoin_our_mailing_list .stylereach_inquiry::before {
    z-index: -1;
    position: absolute;
    content: "";
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px dashed rgb(111,133,127,0.5);
    top: 10px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
}.stylejoin_our_mailing_list h3 {
    font-size: 24px;
    position: relative;
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #000000;
    margin-bottom: 2.5rem;
}.stylejoin_our_mailing_list h3::after {
    transition: transform 0.3s ease;
    position: absolute;
    bottom: -0.8rem;
    width: 40px;
    transform: translateX(-50%) scaleX(0.5);
    content: "";
    left: 50%;
    background: rgb(147,171,166);
    height: 3px;
}.stylejoin_our_mailing_list .stylereach_inquiry:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}.stylejoin_our_mailing_list .input_holder {
    flex-direction: column;
    display: flex;
    width: 100%;
    gap: 1.5rem;
}.stylejoin_our_mailing_list input[type="email"] {
    border-bottom: 2px solid rgb(111,133,127,0.5);
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    color: #000000;
    background: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1rem;
}.stylejoin_our_mailing_list input[type="email"]:focus {
    border-bottom-color: rgb(147,171,166);
    box-shadow: 0 5px 10px -5px rgb(147,171,166,0.5);
    outline: none;
}.stylejoin_our_mailing_list input[type="submit"] {
    font-weight: 600;
    margin-top: 1rem;
    padding: 1rem;
    transform: translateY(0);
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 20px;
    background: rgb(147,171,166);
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #ffffff;
}.stylejoin_our_mailing_list input[type="submit"]::before {
    background: rgb(111,133,127);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    z-index: -1;
    transform: translateY(100%);
    top: 0;
    transition: transform 0.3s ease;
}.stylejoin_our_mailing_list input[type="submit"]:hover {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.stylejoin_our_mailing_list input[type="submit"]:hover::before {
    transform: translateY(0);
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.stylejoin_our_mailing_list .stylereach_inquiry {
    animation: floatUp 6s ease-in-out infinite;
}

@media (max-width: 768px) {.stylejoin_our_mailing_list {
    padding: 4rem 1.5rem;
}.stylejoin_our_mailing_list .stylereach_inquiry {
    animation: none;
    max-width: 100%;
    padding: 2.5rem 1.5rem;
}
}

@media (max-width: 480px) {.stylejoin_our_mailing_list {
    padding: 3rem 1rem;
}.stylejoin_our_mailing_list .stylereach_inquiry {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
    padding: 2rem 1.5rem;
}.stylejoin_our_mailing_list h3 {
    font-size: calc(24px * 0.9);
}.stylejoin_our_mailing_list input[type="email"],
    .stylejoin_our_mailing_list input[type="submit"] {
    padding: 0.8rem;
}.stylejoin_our_mailing_list input[type="submit"] {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            90% 100%, 
            0 100%
        );
}}.styletitle_greeting {
    width: 100%;
    position: relative;
    overflow: hidden;
}.styletitle_greeting .stylepage_primary {
    position: relative;
    min-height: 100vh;
    align-items: center;
    display: flex;
    z-index: 1;
    justify-content: center;
}.styletitle_greeting .stylepage_primary::before {
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    backdrop-filter: blur(3px);
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.85), 
    rgba(var(--secondary-color-rgb), 0.75));
    height: 100%;
    top: 0;
    width: 100%;
}.styletitle_greeting .stylepage_primary::after {
    content: "";
    z-index: -1;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    width: 100%;
    background-image: 
    linear-gradient(45deg, rgba(255,255,255,0.06) 25%, transparent 25%), 
    linear-gradient(-45deg, rgba(255,255,255,0.06) 25%, transparent 25%), 
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.06) 75%), 
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.06) 75%);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    height: 100%;
    background-size: 40px 40px;
}.styletitle_greeting .stylevirtual_training {
    max-width: 800px;
    position: relative;
    box-shadow: 0 20px 80px rgba(var(--dark-color-rgb), 0.15), 
              0 4px 12px rgba(var(--dark-color-rgb), 0.1),
              0 1px 3px rgba(var(--dark-color-rgb), 0.08);
    border-left: 4px solid rgb(147,171,166);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 90%;
    padding: 3.5rem;
    background: rgba(var(--white-color-rgb), 0.1);
    backdrop-filter: blur(10px);
}.styletitle_greeting .stylevirtual_training:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.styletitle_greeting .stylevirtual_training::before {
    right: 8px;
    left: -8px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.3);
    transition: all 0.4s ease;
    bottom: 8px;
    pointer-events: none;
    position: absolute;
    top: -8px;
    content: "";
    z-index: -1;
}.styletitle_greeting .stylevirtual_training:hover::before {
    right: 12px;
    border-color: rgba(var(--primary-color-rgb), 0.5);
    bottom: 12px;
    top: -12px;
    left: -12px;
}.styletitle_greeting .stylevirtual_training h1 {
    font-size: clamp(2rem, 5vw, 41px);
    line-height: 1.2;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}.styletitle_greeting .stylevirtual_training h1::after {
    bottom: -12px;
    height: 6px;
    left: 0;
    width: 60%;
    background: linear-gradient(90deg, rgb(147,171,166), transparent);
    position: absolute;
    content: "";
}.styletitle_greeting .stylevirtual_training h3 {
    font-size: clamp(1.125rem, 3vw, 1.5rem);
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: rgba(var(--white-color-rgb), 0.9);
    max-width: 95%;
    font-weight: 600;
}.styletitle_greeting .stylevirtual_training p {
    transform: translateX(0);
    position: relative;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 16px);
    transition: transform 0.5s ease, border-left 0.3s ease;
    line-height: 1.6;
    padding-left: 1.5rem;
    margin-top: 2rem;
    color: rgba(var(--white-color-rgb), 0.85);
    border-left: 2px solid rgba(var(--secondary-color-rgb), 0.6);
}.styletitle_greeting .stylevirtual_training:hover p {
    border-left: 2px solid rgba(var(--secondary-color-rgb), 1);
    transform: translateX(5px);
}

@media (max-width: 991px) {.styletitle_greeting .stylevirtual_training {
    width: 95%;
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.styletitle_greeting .stylepage_primary {
    min-height: 80vh;
}.styletitle_greeting .stylevirtual_training {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.styletitle_greeting .stylevirtual_training h1 {
    margin-bottom: 1.25rem;
}.styletitle_greeting .stylevirtual_training h3 {
    margin-bottom: 1.25rem;
    max-width: 100%;
}.styletitle_greeting .stylevirtual_training p {
    padding-left: 1rem;
}
}

@media (max-width: 576px) {.styletitle_greeting .stylevirtual_training {
    padding: 1.5rem;
    width: 90%;
}.styletitle_greeting .stylevirtual_training::before {
    display: none;
}.styletitle_greeting .stylevirtual_training h1::after {
    width: 50%;
    bottom: -8px;
    height: 4px;
}.styletitle_greeting .stylevirtual_training p {
    margin-top: 1.5rem;
}
}

@media (max-width: 480px) {.styletitle_greeting .stylepage_primary {
    min-height: 70vh;
}.styletitle_greeting .stylevirtual_training {
    padding: 1.25rem;
}
}

@media (prefers-reduced-motion: reduce) {.styletitle_greeting .stylevirtual_training {
    transform: none;
    transition: box-shadow 0.3s ease;
}.styletitle_greeting .stylevirtual_training:hover {
    transform: none;
}.styletitle_greeting .stylevirtual_training::before {
    transition: none;
}.styletitle_greeting .stylevirtual_training:hover p {
    transform: none;
}}.stylecontact_information {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(184,208,203);
}.stylecontact_information::before {
    z-index: 1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(147,171,166,0.5) 0,
        rgb(147,171,166,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    top: 0;
    content: "";
    left: 0;
    opacity: 0.07;
    position: absolute;
    height: 100%;
}.stylecontact_information::after {
    opacity: 0.07;
    z-index: 1;
    left: 0;
    position: absolute;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(rgb(111,133,127,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(111,133,127,0.5) 1px, transparent 1px);
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
}.stylecontact_information .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
}.stylecontact_information h2 {
    font-size: 32px;
    transform: translateX(-50%);
    padding-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    left: 50%;
}.stylecontact_information h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 4px;
    background: rgb(147,171,166);
    left: calc(50% - 40px);
}.stylecontact_information h2::after {
    width: 30px;
    left: calc(50% - 15px);
    height: 4px;
    background: rgb(111,133,127);
    position: absolute;
    content: "";
    bottom: 0;
}.stylecontact_information .stylequery_map {
    margin-top: 50px;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}.stylecontact_information .styleimage_overlay {
    position: relative;
    min-height: 550px;
    flex: 0 0 45%;
}.stylecontact_information .styleimage_overlay::before {
    z-index: 1;
    background: linear-gradient(
        135deg, 
        rgba(rgb(147,171,166), 0.4), 
        rgba(rgb(111,133,127), 0.4)
    );
    content: "";
    inset: 0;
    position: absolute;
}.stylecontact_information .stylerequest_supportPO6xu {
    padding: 60px;
    position: relative;
    flex-direction: column;
    flex: 0 0 55%;
    justify-content: center;
    display: flex;
}.stylecontact_information .stylerequest_supportPO6xu::before {
    border: 30px solid rgb(147,171,166,0.5);
    width: 150px;
    content: "";
    position: absolute;
    z-index: 0;
    height: 150px;
    top: -75px;
    right: -75px;
    border-radius: 50%;
}.stylecontact_information .stylerequest_supportPO6xu::after {
    height: 100px;
    bottom: -50px;
    background: rgb(111,133,127,0.5);
    border-radius: 0;
    z-index: 0;
    width: 100px;
    left: -50px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
}.stylecontact_information form {
    position: relative;
    z-index: 2;
}.stylecontact_information form h3 {
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
}.stylecontact_information form h3::after {
    background: rgb(147,171,166);
    position: absolute;
    height: 2px;
    bottom: -15px;
    left: 0;
    content: "";
    width: 50%;
}.stylecontact_information form input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid rgb(184,208,203);
    padding: 20px 25px;
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 25px;
}.stylecontact_information form input[type="text"]:focus {
    border-bottom-color: rgb(147,171,166);
    outline: none;
}.stylecontact_information form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.stylecontact_information form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.stylecontact_information .styleinquiry_widget {
    margin-bottom: 40px;
    position: relative;
}.stylecontact_information .styleinquiry_widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.stylecontact_information .styleinquiry_widget label {
    cursor: pointer;
    line-height: 1.5;
    font-size: 12px;
    padding-left: 35px;
    position: relative;
    color: #000000;
}.stylecontact_information .styleinquiry_widget label::before {
    background: transparent;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    width: 22px;
    content: "";
    border: 2px solid rgb(184,208,203);
    height: 22px;
    top: 0;
}.stylecontact_information .styleinquiry_widget input[type="checkbox"]:checked + label::before {
    background: rgb(147,171,166);
    border-color: rgb(147,171,166);
}.stylecontact_information .styleinquiry_widget input[type="checkbox"]:checked + label::after {
    top: 4px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    position: absolute;
    width: 6px;
    left: 8px;
    height: 12px;
    border: solid #ffffff;
    content: "";
}.stylecontact_information .styleinquiry_widget label a {
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(147,171,166);
    text-decoration: none;
}.stylecontact_information .styleinquiry_widget label a::after {
    left: 0;
    background: rgb(147,171,166);
    bottom: -1px;
    transform: scaleX(1);
    height: 1px;
    position: absolute;
    transition: transform 0.3s ease;
    width: 100%;
    content: "";
    transform-origin: left;
}.stylecontact_information .styleinquiry_widget label a:hover {
    color: rgb(111,133,127);
}.stylecontact_information .styleinquiry_widget label a:hover::after {
    background: rgb(111,133,127);
    transform: scaleX(0);
}.stylecontact_information .styleinquiry_links {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    background: rgb(147,171,166);
    color: #ffffff;
    border: none;
    width: auto;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    padding: 18px 40px;
    font-size: 19px;
    z-index: 1;
    font-weight: 600;
}.stylecontact_information .styleinquiry_links::before {
    left: -10px;
    z-index: -1;
    transition: width 0.5s ease;
    background: rgb(111,133,127);
    content: "";
    height: 100%;
    width: 0;
    top: 0;
    position: absolute;
    transform: skewX(-25deg);
}.stylecontact_information .styleinquiry_links:hover::before {
    width: 150%;
}.stylecontact_information svg {
    stroke: rgb(147,171,166);
    width: 24px;
    fill: none;
    stroke-width: 2;
    transition: all 0.3s ease;
    height: 24px;
}.stylecontact_information svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(147,171,166);
}.stylecontact_information svg:hover,
.stylecontact_information svg:hover path {
    stroke: rgb(111,133,127);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.stylecontact_information {
    padding: 80px 0;
}.stylecontact_information .styleimage_overlay {
    min-height: 500px;
}.stylecontact_information .stylerequest_supportPO6xu {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.stylecontact_information {
    padding: 60px 0;
}.stylecontact_information .stylequery_map {
    flex-direction: column;
}.stylecontact_information .styleimage_overlay {
    width: 100%;
    min-height: 300px;
}.stylecontact_information .stylerequest_supportPO6xu {
    padding: 40px 30px;
    width: 100%;
}.stylecontact_information form h3 {
    margin-bottom: 30px;
}.stylecontact_information form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.stylecontact_information .styleinquiry_widget {
    margin-bottom: 30px;
}.stylecontact_information .styleinquiry_links {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.stylecontact_information {
    padding: 50px 0;
}.stylecontact_information h2 {
    font-size: calc(32px * 0.85);
}.stylecontact_information .stylequery_map {
    margin-top: 30px;
}.stylecontact_information .styleimage_overlay {
    min-height: 200px;
}.stylecontact_information .stylerequest_supportPO6xu {
    padding: 30px 20px;
}.stylecontact_information form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.stylecontact_information form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.stylecontact_information .styleinquiry_widget {
    margin-bottom: 25px;
}.stylecontact_information .styleinquiry_widget label {
    font-size: calc(12px * 0.9);
}.stylecontact_information .styleinquiry_links {
    padding: 12px 25px;
}}.styleinstructor_history {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background-color: rgb(184,208,203);
}.styleinstructor_history::before {
    background: linear-gradient(135deg, rgb(147,171,166,0.5) 0%, transparent 70%);
    z-index: 1;
    opacity: 0.07;
    width: 120%;
    height: 120%;
    left: -5%;
    position: absolute;
    content: "";
    top: -10%;
    transform: rotate(-3deg);
}.styleinstructor_history::after {
    z-index: 1;
    bottom: -5%;
    opacity: 0.05;
    height: 70%;
    background: radial-gradient(circle at bottom right, rgb(111,133,127,0.5) 0%, transparent 70%);
    width: 50%;
    content: "";
    right: -5%;
    position: absolute;
}.styleinstructor_history .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.styleinstructor_history .stylefeedback_zone {
    gap: 30px;
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.98));
}.styleinstructor_history .stylefeedback_zone::before {
    opacity: 0.04;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(147,171,166,0.5) 0%, transparent 100%);
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
}.styleinstructor_history .stylefeedback_zone > div:first-child {
    transform: translateY(-10px);
    width: 180px;
    margin: 0 auto;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 180px;
}.styleinstructor_history .stylefeedback_zone > div:first-child:hover {
    transform: translateY(-15px) scale(1.02);
}.styleinstructor_history .styleimage_overlay {
    overflow: hidden;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.05);
    position: relative;
    height: 100%;
    border-radius: 5px;
}.styleinstructor_history .styleimage_overlay::after {
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.2));
    width: 100%;
    left: 0;
    position: absolute;
}.styleinstructor_history .stylefeedback_zone > div:nth-child(2) {
    text-align: center;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
}.styleinstructor_history .name {
    font-weight: 700;
    letter-spacing: 0.4px;
    display: inline-block;
    position: relative;
    color: rgb(147,171,166);
    margin-bottom: 8px;
    font-size: calc(18px * 1.1);
}.styleinstructor_history .name::after {
    transition: width 0.3s ease;
    position: absolute;
    left: 50%;
    height: 2px;
    opacity: 0.7;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(147,171,166,0.5), rgb(111,133,127,0.5));
    content: "";
    width: 40%;
    bottom: -5px;
}.styleinstructor_history .stylefeedback_zone > div:nth-child(2):hover .name::after {
    width: 70%;
}.styleinstructor_history .stylefeedback_zone > div:nth-child(2) > div {
    margin-top: 10px;
    font-size: calc(18px * 0.95);
    opacity: 0.9;
    color: #000000;
    font-style: italic;
}.styleinstructor_history .stylefeedback_zone > div:nth-child(3) {
    position: relative;
    margin-top: 15px;
}.styleinstructor_history .styleemp_achievements {
    line-height: 1.8;
    position: relative;
    font-size: 18px;
    color: #000000;
    padding: 0 15px;
}.styleinstructor_history .styleemp_achievements::before,
.styleinstructor_history .styleemp_achievements::after {
    font-size: 60px;
    position: absolute;
    opacity: 0.1;
    color: rgb(147,171,166);
    content: "";
    font-family: Georgia, serif;
}.styleinstructor_history .styleemp_achievements::before {
    top: -20px;
    left: -15px;
}.styleinstructor_history .styleemp_achievements::after {
    content: "";
    right: -15px;
    bottom: -50px;
}

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

@media (min-width: 768px) {.styleinstructor_history {
    padding: 100px 0;
}.styleinstructor_history .stylefeedback_zone {
    padding: 60px;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto 1fr;
}.styleinstructor_history .stylefeedback_zone > div:first-child {
    height: 200px;
    grid-row: 1 / 3;
    margin: 0;
    width: 200px;
}.styleinstructor_history .stylefeedback_zone > div:nth-child(2) {
    text-align: left;
    padding-left: 30px;
}.styleinstructor_history .name::after {
    transform: none;
    left: 0;
}.styleinstructor_history .stylefeedback_zone > div:nth-child(3) {
    padding-left: 30px;
    grid-column: 2;
    margin-top: 0;
}
}

@media (min-width: 992px) {.styleinstructor_history .stylefeedback_zone {
    gap: 40px;
    padding: 70px;
    grid-template-columns: 250px 1fr;
}.styleinstructor_history .stylefeedback_zone > div:first-child {
    height: 300px;
    width: 250px;
}.styleinstructor_history .name {
    font-size: calc(18px * 1.2);
}.styleinstructor_history .styleemp_achievements {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.styleinstructor_history .stylefeedback_zone {
    max-width: 1100px;
    margin: 0 auto;
    transform: perspective(1200px) rotateX(1deg) rotateY(-0.5deg);
}.styleinstructor_history .styleemp_achievements {
    padding: 0 25px;
}
}

@media (max-width: 767px) {.styleinstructor_history {
    padding: 60px 0;
}.styleinstructor_history .stylefeedback_zone {
    padding: 30px;
}.styleinstructor_history .styleemp_achievements {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}.stylecourse_offering {
    background: linear-gradient(135deg, rgb(184,208,203) 0%, rgb(147,171,166,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.stylecourse_offering::before {
    width: 200%;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(111,133,127,0.5) 0%, transparent 60%);
    pointer-events: none;
    content: "";
    position: absolute;
    left: -50%;
    height: 200%;
    top: -50%;
    transform: rotate(-15deg);
    opacity: 0.3;
}.stylecourse_offering::after {
    left: 0;
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgb(147,171,166,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 20%, rgb(111,133,127,0.5) 0%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(147,171,166,0.5) 0%, transparent 20%);
    top: 0;
    pointer-events: none;
    height: 100%;
}.stylecourse_offering .container {
    max-width: 1280px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 2rem;
    position: relative;
}.stylecourse_offering .stylecareer_learn {
    position: relative;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.stylecourse_offering .styleimage_overlay {
    height: 380px;
    overflow: hidden;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.stylecourse_offering .styleimage_overlay::before {
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(111,133,127,0.5) 0%, transparent 100%);
    width: 100%;
    opacity: 0.5;
    content: "";
}.stylecourse_offering .styleimage_overlay::after {
    width: 120%;
    content: "";
    opacity: 0;
    position: absolute;
    left: -10%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.2) 100%);
    top: -10%;
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.5s ease-out;
    height: 120%;
}.stylecourse_offering .styleimage_overlay:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.stylecourse_offering .styleimage_overlay:hover::after {
    opacity: 1;
}.stylecourse_offering .styleparagraph_wrap {
    background: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) translateZ(0);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.stylecourse_offering .styleparagraph_wrap::before {
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(111,133,127,0.5) 0%, transparent 100%);
    left: 0;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
    position: absolute;
}.stylecourse_offering .styleparagraph_wrap:hover {
    transform: perspective(1000px) translateZ(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.stylecourse_offering h3 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: calc(22px * 1.1);
    line-height: 1.3;
    position: relative;
    color: #000000;
}.stylecourse_offering h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(147,171,166) 0%, rgb(111,133,127) 100%);
    left: 0;
    transform-origin: left;
    bottom: -12px;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 60px;
    content: "";
    position: absolute;
}.stylecourse_offering .styleparagraph_wrap:hover h3::after {
    width: 90px;
}.stylecourse_offering .description {
    color: #000000;
    font-size: 12px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.stylecourse_offering p.description {
    max-height: 300px;
    scrollbar-color: rgb(111,133,127,0.5) transparent;
    scrollbar-width: thin;
    overflow-y: auto;
    padding-right: 15px;
    margin-top: 0;
}.stylecourse_offering p.description::-webkit-scrollbar {
    width: 5px;
}.stylecourse_offering p.description::-webkit-scrollbar-track {
    background: transparent;
}.stylecourse_offering p.description::-webkit-scrollbar-thumb {
    background-color: rgb(111,133,127,0.5);
    border-radius: 10px;
}.stylecourse_offering span.description {
    display: none;
}.stylecourse_offering .stylecareer_learn > div {
    position: relative;
}

@media (min-width: 768px) {.stylecourse_offering {
    padding: 8rem 0;
}.stylecourse_offering .stylecareer_learn {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.stylecourse_offering .styleimage_overlay {
    height: 450px;
}.stylecourse_offering h3 {
    font-size: calc(22px * 1.2);
}.stylecourse_offering p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.stylecourse_offering .stylecareer_learn {
    gap: 6rem;
}.stylecourse_offering .styleimage_overlay {
    height: 520px;
    transform: perspective(1200px) rotateX(3deg) rotateY(-3deg);
}.stylecourse_offering .styleparagraph_wrap {
    padding: 3rem;
}.stylecourse_offering h3 {
    font-size: calc(22px * 1.3);
    margin-bottom: 2rem;
}.stylecourse_offering h3::after {
    height: 4px;
    bottom: -15px;
}.stylecourse_offering p.description {
    line-height: 1.8;
    max-height: 400px;
}
}

@media (min-width: 1200px) {.stylecourse_offering .container {
    padding: 0 3rem;
}.stylecourse_offering .styleimage_overlay {
    height: 580px;
}.stylecourse_offering .styleparagraph_wrap {
    padding: 3.5rem;
}.stylecourse_offering h3 {
    font-size: calc(22px * 1.4);
}.stylecourse_offering p.description {
    font-size: calc(12px * 1.05);
    max-height: 450px;
}
}

@media (max-width: 767px) {.stylecourse_offering {
    padding: 4rem 0;
}.stylecourse_offering .styleimage_overlay {
    transform: perspective(800px) rotateX(1deg) rotateY(-1deg);
    height: 280px;
}.stylecourse_offering .styleparagraph_wrap {
    padding: 2rem;
}.stylecourse_offering h3 {
    margin-bottom: 1.25rem;
    font-size: 22px;
}.stylecourse_offering h3::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.stylecourse_offering p.description {
    line-height: 1.6;
    max-height: 250px;
}}.stylecompany_overview {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.stylecompany_overview::before {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(147,171,166,0.5), rgba(0, 0, 0, 0.5) 70%);
}.stylecompany_overview::after {
    z-index: 1;
    content: "";
    right: -50px;
    width: 200px;
    background: rgb(111,133,127);
    position: absolute;
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
    bottom: -50px;
    height: 200px;
    opacity: 0.1;
}.stylecompany_overview h4 {
    color: #ffffff;
    font-weight: 700;
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    font-size: calc(28px * 1.2);
    position: relative;
    margin-bottom: 60px;
    letter-spacing: 2px;
}.stylecompany_overview h4::after {
    background: linear-gradient(90deg, rgb(111,133,127), rgb(147,171,166));
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    height: 4px;
    content: "";
    left: 50%;
}.stylecompany_overview .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.stylecompany_overview .styleparagraph_wrap {
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-left: 5px solid rgb(147,171,166);
    padding: 40px 50px;
}.stylecompany_overview .styleparagraph_wrap::before {
    position: absolute;
    width: 30%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(111,133,127));
    content: "";
    right: 0;
    height: 5px;
}.stylecompany_overview .styleparagraph_wrap::after {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(147,171,166,0.5));
    height: 2px;
    content: "";
    right: 0;
    width: 50%;
    position: absolute;
}.stylecompany_overview .styleparagraph_wrap h6 {
    margin-bottom: 25px;
    font-size: calc(19px * 1.2);
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: rgb(147,171,166);
}.stylecompany_overview .styleparagraph_wrap h6::after {
    content: "";
    transform: scaleX(0.3);
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s ease;
    bottom: -10px;
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(111,133,127,0.5);
}.stylecompany_overview .styleparagraph_wrap:hover h6::after {
    transform: scaleX(1);
}.stylecompany_overview .styleparagraph_wrap div {
    position: relative;
}.stylecompany_overview .styleparagraph_wrap span {
    column-count: 2;
    column-gap: 30px;
    text-align: justify;
    hyphens: auto;
    line-height: 1.8;
    display: block;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
}


@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}


@media screen and (max-width: 1200px) {.stylecompany_overview {
    padding: 100px 0;
}.stylecompany_overview .styleparagraph_wrap {
    padding: 35px 40px;
}
}

@media screen and (max-width: 992px) {.stylecompany_overview {
    padding: 80px 0;
}.stylecompany_overview h4 {
    margin-bottom: 50px;
    font-size: calc(28px * 1.1);
}.stylecompany_overview .styleparagraph_wrap {
    padding: 30px 35px;
}.stylecompany_overview .styleparagraph_wrap h6 {
    font-size: 19px;
}
}

@media screen and (max-width: 768px) {.stylecompany_overview {
    padding: 70px 0;
}.stylecompany_overview h4 {
    font-size: 28px;
    margin-bottom: 40px;
}.stylecompany_overview h4::after {
    width: 60px;
    height: 3px;
}.stylecompany_overview .styleparagraph_wrap {
    padding: 25px 30px;
}.stylecompany_overview .styleparagraph_wrap span {
    line-height: 1.7;
    font-size: calc(18px - 1px);
    column-count: 1;
}
}

@media screen and (max-width: 576px) {.stylecompany_overview {
    padding: 60px 0;
}.stylecompany_overview h4 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.9);
}.stylecompany_overview h4::after {
    width: 50px;
}.stylecompany_overview .styleparagraph_wrap {
    padding: 20px 25px;
    border-left-width: 3px;
}.stylecompany_overview .styleparagraph_wrap h6 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.stylecompany_overview .styleparagraph_wrap span {
    line-height: 1.6;
    font-size: calc(18px - 2px);
}
}

@media (hover: hover) and (pointer: fine) {.stylecompany_overview .styleparagraph_wrap:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}}.styleprivacy_enclosure {
    max-width: 1200px;
    padding: 50px;
    color: #000000;
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    background: #ffffff;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(147,171,166);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.styleprivacy_enclosure:before {
    left: -50px;
    content: "";
    height: 150px;
    top: -50px;
    position: absolute;
    z-index: 1;
    width: 150px;
    border-radius: 50%;
    background: rgb(147,171,166,0.5);
}.styleprivacy_enclosure:after {
    right: -50px;
    border-radius: 50%;
    width: 200px;
    background: rgb(111,133,127,0.5);
    height: 200px;
    content: "";
    bottom: -50px;
    position: absolute;
    z-index: 1;
}.styleprivacy_enclosure h1 {
    margin-top: 40px;
    z-index: 2;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    font-size: 40px;
    padding-bottom: 10px;
    color: #000000;
    font-weight: 700;
    border-bottom: 3px solid rgb(147,171,166);
}.styleprivacy_enclosure h1:before {
    height: 5px;
    bottom: -5px;
    width: 50px;
    z-index: -1;
    position: absolute;
    background: rgb(111,133,127);
    content: "";
    left: 0;
}.styleprivacy_enclosure h2 {
    margin-bottom: 25px;
    color: rgb(111,133,127);
    font-weight: 600;
    z-index: 2;
    font-size: 38px;
    position: relative;
    margin-top: 35px;
}.styleprivacy_enclosure h2:before {
    content: "";
    background: rgb(147,171,166);
    width: 30px;
    left: 0;
    bottom: -5px;
    position: absolute;
    z-index: -1;
    height: 3px;
}.styleprivacy_enclosure ul, .styleprivacy_enclosure ol {
    list-style: none;
    padding-left: 40px;
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
    list-style-type: disc;
}.styleprivacy_enclosure li {
    position: relative;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
}.styleprivacy_enclosure li:before {
    position: absolute;
    line-height: 1;
    content: "•";
    left: -25px;
    font-size: 1.5em;
    color: rgb(147,171,166);
}.styleprivacy_enclosure div {
    margin-bottom: 30px;
    line-height: 1.8;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 25px;
    background: #ffffff;
    z-index: 2;
}.styleprivacy_enclosure .container {
    z-index: 2;
    position: relative;
}.styleprivacy_enclosure h3, .styleprivacy_enclosure h4, .styleprivacy_enclosure h5, .styleprivacy_enclosure h6 {
    z-index: 2;
    margin-bottom: 15px;
    margin-top: 30px;
    color: rgb(147,171,166);
    position: relative;
    font-weight: 600;
    font-size: 1.2em;
}.styleprivacy_enclosure p, .styleprivacy_enclosure span {
    color: #000000;
    position: relative;
    z-index: 2;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 20px;
}.styleprivacy_enclosure a {
    font-weight: 400;
    z-index: 2;
    border-bottom: 1px solid rgb(111,133,127);
    color: rgb(111,133,127);
    position: relative;
    text-decoration: none;
}.styleprivacy_enclosure a:hover {
    border-bottom: 1px solid rgb(147,171,166);
    color: rgb(147,171,166);
}.styleprivacy_enclosure button {
    border-radius: 10px;
    background: rgb(111,133,127);
    border: 2px solid rgb(147,171,166);
    font-size: 20px;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
    padding: 12px 25px;
}.styleprivacy_enclosure button:hover {
    background: rgb(147,171,166);
    border-color: rgb(111,133,127);
}

@media only screen and (max-width: 800px) {.styleprivacy_enclosure {
    padding: 30px;
    width: 95%;
}.styleprivacy_enclosure h1 {
    font-size: calc(22px - 10px);
}.styleprivacy_enclosure h2 {
    font-size: calc(22px - 5px);
}.styleprivacy_enclosure ul, .styleprivacy_enclosure ol {
    padding-left: 20px;
}.styleprivacy_enclosure li:before {
    left: -15px;
}.styleprivacy_enclosure button {
    padding: 10px 20px;
}}.stylethxMessage {
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    overflow: hidden;
    padding: 4rem 0;
}.stylethxMessage::before {
    content: "";
    z-index: 0;
    top: -30%;
    background: linear-gradient(145deg, rgb(147,171,166,0.5) 0%, rgb(111,133,127,0.5) 100%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 70%;
    transform: rotate(-15deg);
    opacity: 0.3;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    width: 60%;
    filter: blur(30px);
    right: -10%;
}.stylethxMessage::after {
    background: linear-gradient(225deg, rgb(111,133,127,0.5) 0%, rgb(147,171,166,0.5) 100%);
    height: 60%;
    transform: rotate(10deg);
    width: 40%;
    opacity: 0.2;
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    filter: blur(25px);
    position: absolute;
    content: "";
    z-index: 0;
    bottom: -20%;
    left: -5%;
}.stylethxMessage .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    z-index: 2;
}.stylethxMessage .styleexpert_studio {
    padding: 3rem;
    backdrop-filter: blur(5px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 15px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    background-color: rgba(255, 255, 255, 0.9);
}.stylethxMessage .styleexpert_studio:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.stylethxMessage .styleexpert_studio > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.stylethxMessage .styleexpert_studio > div:first-child::after {
    border-radius: 10px;
    bottom: -0.75rem;
    width: 80px;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(147,171,166) 0%, rgb(111,133,127) 100%);
    transform-origin: left;
    height: 3px;
    left: 0;
    position: absolute;
    content: "";
}.stylethxMessage .styleexpert_studio:hover > div:first-child::after {
    width: 120px;
}.stylethxMessage h5 {
    margin: 0;
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
    line-height: 1.4;
    font-size: 21px;
}.stylethxMessage h5::before {
    content: "✓";
    top: 50%;
    opacity: 0;
    width: 26px;
    position: absolute;
    left: -35px;
    background: linear-gradient(135deg, rgb(147,171,166) 0%, rgb(111,133,127) 100%);
    transform: translateY(-50%);
    border-radius: 50%;
    color: #ffffff;
    justify-content: center;
    height: 26px;
    align-items: center;
    display: flex;
    font-size: 14px;
    transition: opacity 0.5s ease, transform 0.5s ease;
}.stylethxMessage .styleexpert_studio:hover h5::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.stylethxMessage p {
    font-size: 13px;
    transition: color 0.3s ease;
    line-height: 1.8;
    margin: 0;
    color: #000000;
}.stylethxMessage a {
    transition: transform 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
}.stylethxMessage a::before {
    height: 2px;
    transform: scaleX(0);
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(147,171,166,0.5) 0%, rgb(111,133,127) 100%);
    transform-origin: right;
    bottom: 0;
    position: absolute;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.stylethxMessage a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.stylethxMessage a:hover {
    transform: translateY(-2px);
}.stylethxMessage a:hover p {
    color: rgb(147,171,166);
}

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

@media (max-width: 991px) {.stylethxMessage {
    padding: 3rem 0;
}.stylethxMessage .styleexpert_studio {
    padding: 2.5rem;
}.stylethxMessage h5 {
    font-size: calc(21px - 2px);
}
}

@media (max-width: 767px) {.stylethxMessage {
    padding: 2.5rem 0;
}.stylethxMessage .styleexpert_studio {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.stylethxMessage h5 {
    font-size: calc(21px - 4px);
    padding-left: 20px;
}.stylethxMessage h5::before {
    height: 22px;
    font-size: 12px;
    left: -15px;
    width: 22px;
}.stylethxMessage p {
    font-size: calc(13px - 1px);
}
}

@media (max-width: 576px) {.stylethxMessage {
    padding: 2rem 0;
}.stylethxMessage .styleexpert_studio {
    transform: none;
    padding: 1.5rem;
    border-radius: 10px;
}.stylethxMessage h5 {
    font-size: calc(21px - 6px);
}.stylethxMessage .styleexpert_studio > div:first-child::after {
    height: 2px;
    width: 60px;
}.stylethxMessage .styleexpert_studio:hover > div:first-child::after {
    width: 90px;
}.stylethxMessage h5::before {
    height: 20px;
    font-size: 10px;
    width: 20px;
}.stylethxMessage p {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}}.stylestatistical_report {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,208,203) 0%, rgba(rgb(147,171,166,0.5), 0.05) 100%);
}.stylestatistical_report::before {
    height: 8px;
    left: 0;
    background: linear-gradient(90deg, rgb(147,171,166) 0%, rgb(111,133,127) 100%);
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
}.stylestatistical_report::after {
    background: radial-gradient(circle at bottom right, rgba(rgb(111,133,127,0.5), 0.1), transparent 70%);
    z-index: 0;
    height: 100%;
    pointer-events: none;
    right: 0;
    bottom: 0;
    width: 40%;
    content: "";
    position: absolute;
}.stylestatistical_report .container {
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    z-index: 1;
}.stylestatistical_report h4 {
    color: #000000;
    transition: transform 0.5s ease-out;
    position: relative;
    text-align: center;
    font-size: 19px;
    transform: perspective(1000px) translateZ(0);
    font-family: Arial, sans-serif;
    margin-top: 3rem;
    font-weight: 600;
}.stylestatistical_report h4::after {
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(147,171,166), rgb(111,133,127));
    width: 80px;
    left: 50%;
}.stylestatistical_report ul {
    list-style: none;
    display: grid;
    gap: 2rem;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 0 auto;
}.stylestatistical_report .stylestatistics_expertise {
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.6) inset;
    backdrop-filter: blur(5px);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    justify-content: center;
    display: flex;
    z-index: 1;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95), rgba(rgb(255, 255, 255, 0.5), 0.85));
    align-items: center;
    height: 220px;
}.stylestatistical_report .stylestatistics_expertise:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.12), 
                0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.8) inset;
    transform: translateY(-8px);
}.stylestatistical_report .stylestatistics_expertise::before {
    left: 0;
    background-size: 200% 100%;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(147,171,166), 
        rgb(111,133,127), 
        rgb(147,171,166));
    z-index: 2;
    position: absolute;
    top: 0;
    height: 5px;
    animation: gradientShift 8s ease infinite;
}.stylestatistical_report .stylestatistics_expertise::after {
    top: -25%;
    width: 150%;
    height: 150%;
    transition: opacity 0.5s ease, transform 0.5s ease;
    content: "";
    left: -25%;
    z-index: -1;
    transform: scale(0.8);
    background: radial-gradient(circle, transparent 30%, rgba(rgb(111,133,127,0.5), 0.03) 70%);
    position: absolute;
    opacity: 0;
}.stylestatistical_report .stylestatistics_expertise:hover::after {
    opacity: 1;
    transform: scale(1);
}.stylestatistical_report .stylestatistics_expertise div {
    justify-content: center;
    width: 100%;
    display: flex;
    text-align: center;
    height: 100%;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 2rem;
}.stylestatistical_report .stylestatistics_expertise p {
    font-size: calc(29px * 1.2);
    position: relative;
    color: rgb(147,171,166);
    margin: 0 0 0.5rem;
    transform-style: preserve-3d;
    perspective: 1000px;
    font-weight: 700;
    line-height: 1;
}.stylestatistical_report .stylestatistics_expertise p::after {
    background: linear-gradient(90deg, rgb(147,171,166), transparent);
    width: 40px;
    border-radius: 10px;
    height: 3px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}.stylestatistical_report .stylestatistics_expertise span {
    font-weight: 400;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    max-width: 90%;
    margin-top: 1rem;
}.stylestatistical_report .stylestatistics_expertise:hover span {
    color: rgb(111,133,127);
}.stylestatistical_report .stylestatistics_expertise:nth-child(odd) div {
    background-image: 
        linear-gradient(135deg, transparent 0%, rgba(rgb(147,171,166,0.5), 0.03) 100%);
}.stylestatistical_report .stylestatistics_expertise:nth-child(even) div {
    background-image: 
        linear-gradient(135deg, transparent 0%, rgba(rgb(111,133,127,0.5), 0.03) 100%);
}.stylestatistical_report .stylestatistics_expertise:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s both;
}.stylestatistical_report .stylestatistics_expertise:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s both;
}.stylestatistical_report .stylestatistics_expertise:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s both;
}.stylestatistical_report .stylestatistics_expertise:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s both;
}.stylestatistical_report .stylestatistics_expertise:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s both;
}.stylestatistical_report .stylestatistics_expertise:nth-child(6) {
    animation: fadeInUp 0.5s 0.6s both;
}.stylestatistical_report .stylestatistics_expertise:nth-child(7) {
    animation: fadeInUp 0.5s 0.7s both;
}

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

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

@media screen and (min-width: 992px) {.stylestatistical_report ul {
    grid-template-columns: repeat(4, 1fr);
}.stylestatistical_report h4 {
    font-size: calc(19px * 1.1);
    margin-top: 4rem;
}.stylestatistical_report .stylestatistics_expertise p {
    font-size: calc(29px * 1.4);
}.stylestatistical_report .stylestatistics_expertise:nth-child(1) {
    transform: rotate(-1deg) translateY(0);
}.stylestatistical_report .stylestatistics_expertise:nth-child(3) {
    transform: rotate(1deg) translateY(0);
}.stylestatistical_report .stylestatistics_expertise:nth-child(1):hover {
    transform: rotate(-1deg) translateY(-8px);
}.stylestatistical_report .stylestatistics_expertise:nth-child(3):hover {
    transform: rotate(1deg) translateY(-8px);
}
}

@media screen and (max-width: 991px) {.stylestatistical_report ul {
    grid-template-columns: repeat(3, 1fr);
}.stylestatistical_report .stylestatistics_expertise {
    height: 200px;
}
}

@media screen and (max-width: 767px) {.stylestatistical_report {
    padding: 4rem 0;
}.stylestatistical_report ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.stylestatistical_report .stylestatistics_expertise {
    height: 180px;
}.stylestatistical_report .stylestatistics_expertise p {
    font-size: calc(29px * 1.1);
}.stylestatistical_report .stylestatistics_expertise span {
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 576px) {.stylestatistical_report {
    padding: 3rem 0;
}.stylestatistical_report ul {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
}.stylestatistical_report .stylestatistics_expertise {
    height: 160px;
}.stylestatistical_report h4 {
    margin-top: 2rem;
    font-size: 19px;
}.stylestatistical_report h4::after {
    width: 60px;
}}footer {
    position: relative;
    width: 100%;
}footer .stylefaq_block {
    font-family: Arial, sans-serif;
    background-color: rgb(111,133,127);
    padding: 80px 0 30px;
    position: relative;
    color: #ffffff;
}footer .stylefaq_block::before {
    top: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    pointer-events: none;
    opacity: 0.05;
    background-size: 80px 140px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(30deg, rgb(111,133,127) 12%, transparent 12.5%, transparent 87%, rgb(111,133,127) 87.5%, rgb(111,133,127)),
        linear-gradient(150deg, rgb(111,133,127) 12%, transparent 12.5%, transparent 87%, rgb(111,133,127) 87.5%, rgb(111,133,127)),
        linear-gradient(30deg, rgb(111,133,127) 12%, transparent 12.5%, transparent 87%, rgb(111,133,127) 87.5%, rgb(111,133,127)),
        linear-gradient(150deg, rgb(111,133,127) 12%, transparent 12.5%, transparent 87%, rgb(111,133,127) 87.5%, rgb(111,133,127)),
        linear-gradient(60deg, rgb(147,171,166,0.5) 25%, transparent 25.5%, transparent 75%, rgb(147,171,166,0.5) 75%, rgb(147,171,166,0.5)),
        linear-gradient(60deg, rgb(147,171,166,0.5) 25%, transparent 25.5%, transparent 75%, rgb(147,171,166,0.5) 75%, rgb(147,171,166,0.5));
}footer .stylefaq_block::after {
    left: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgb(147,171,166), rgb(111,133,127));
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    content: "";
}footer .styleinclusion {
    z-index: 1;
    position: relative;
}footer .stylecontact_feedback {
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    display: flex;
}footer .info_item {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    min-width: 200px;
    position: relative;
    flex: 0 1 auto;
    cursor: pointer;
    max-width: 300px;
    justify-content: center;
    min-height: 60px;
    display: flex;
    padding: 20px 25px;
}footer .info_item::before {
    position: absolute;
    bottom: 3px;
    z-index: -1;
    top: 3px;
    pointer-events: none;
    right: 3px;
    content: "";
    background-color: rgb(111,133,127);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    left: 3px;
}footer .info_item:hover {
    background-color: rgb(147,171,166);
    transform: translateY(-5px);
}footer .info_item svg {
    margin-right: 12px;
    height: 20px;
    fill: rgb(147,171,166);
    transition: fill 0.3s ease;
    width: 20px;
    flex-shrink: 0;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 17px;
    z-index: 1;
    text-overflow: ellipsis;
    cursor: pointer;
    height: 100%;
    align-items: center;
    white-space: nowrap;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 50px;
    display: grid;
    position: relative;
}footer .text_main_holder::before {
    position: absolute;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    content: "";
    top: 0;
    left: 10%;
    width: 80%;
}footer .stylesite_header {
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    align-items: center;
    padding: 20px;
    display: flex;
    text-align: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    max-width: 350px;
    position: relative;
    margin: 0 auto;
}footer .stylesite_header::before {
    pointer-events: none;
    background-color: rgb(111,133,127);
    top: 3px;
    bottom: 3px;
    position: absolute;
    z-index: -1;
    right: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: 3px;
    content: "";
}footer .stylesite_header svg {
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
    height: 45px;
}footer .stylebiz_learnings {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .stylemain_navbar {
    position: relative;
    border-radius: 17px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
}footer .stylemain_navbar h5 {
    display: inline-block;
    margin-bottom: 25px;
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}footer .stylemain_navbar h5::after {
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: rgb(147,171,166);
    pointer-events: none;
    content: "";
}footer .stylenav_sitewrap {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 5px;
    margin-bottom: 20px;
}footer .stylenav_sitewrap a {
    display: flex;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    font-size: 17px;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 12px 15px;
    text-decoration: none;
}footer .stylenav_sitewrap a::before {
    opacity: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    height: 0;
    top: 50%;
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
    transform: translateY(-50%);
    left: 5px;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgb(147,171,166);
    width: 0;
}footer .stylenav_sitewrap a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
}footer .stylenav_sitewrap a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    position: relative;
    border-radius: 17px;
}footer .subscribe_holder::before {
    pointer-events: none;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(147,171,166,0.5) 49%, rgb(147,171,166,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(147,171,166,0.5) 49%, rgb(147,171,166,0.5) 51%, transparent 52%);
    border-radius: 17px;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.05;
}footer .subscribe_holder h5 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
    width: 100%;
    z-index: 5;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    appearance: none;
    width: 100%;
    border-radius: 10px;
    font-size: 17px;
    color: #ffffff;
    position: relative;
    cursor: text;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-appearance: none;
    padding: 14px 16px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(147,171,166);
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .stylenewsletter_box {
    padding: 14px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    width: 100%;
    z-index: 5;
    font-weight: 600;
    background-color: rgb(147,171,166);
    font-size: 20px;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    position: relative;
}footer .stylenewsletter_box:hover {
    background-color: rgb(111,133,127);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .stylepitch_comp {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .stylepolicy_links {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    position: relative;
    display: inline-block;
    font-size: 15px;
}footer .stylepolicy_links::before,
footer .stylepolicy_links::after {
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    width: 20px;
    pointer-events: none;
    top: 50%;
    position: absolute;
}footer .stylepolicy_links::before {
    left: -10px;
    transform: rotate(-45deg);
}footer .stylepolicy_links::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .stylenewsletter_box {
    flex-shrink: 0;
    width: auto;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .stylenav_sitewrap {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .stylefaq_block {
    padding: 60px 0 30px;
}footer .stylecontact_feedback {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .stylemain_navbar, footer .subscribe_holder {
    padding: 25px 20px;
}footer .stylesite_header {
    margin-bottom: 20px;
    padding: 15px;
}footer .stylepitch_comp {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .stylefaq_block {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .stylemain_navbar h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 20px;
}footer .stylemain_navbar, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .stylenewsletter_box {
    padding: 12px;
}}.styleplan_list_item {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(184,208,203), rgba(240, 240, 255, 0.95));
}.styleplan_list_item::before {
    background: linear-gradient(145deg, rgb(147,171,166,0.5), rgb(111,133,127,0.5));
    width: 40%;
    top: -10%;
    opacity: 0.4;
    height: 70%;
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    filter: blur(60px);
    right: -5%;
}.styleplan_list_item::after {
    filter: blur(50px);
    bottom: -10%;
    background: linear-gradient(215deg, rgb(111,133,127,0.5), rgb(147,171,166,0.5));
    content: "";
    position: absolute;
    width: 35%;
    opacity: 0.3;
    z-index: 0;
    height: 60%;
    left: -5%;
    transform: rotate(12deg) skewX(-10deg);
}.styleplan_list_item .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    padding: 0 20px;
}.styleplan_list_item .stylecost_plan {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.styleplan_list_item .stylepayment_plans {
    transform: translateY(30px);
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
}.styleplan_list_item .stylepayment_plans h2 {
    font-size: 33px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
}.styleplan_list_item .stylepayment_plans h2::after {
    border-radius: 10px;
    position: absolute;
    bottom: -12px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(147,171,166), rgb(111,133,127));
}.styleplan_list_item .stylecost_summary {
    max-width: 680px;
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    margin: 20px auto 0;
}.styleplan_list_item .stylepricing_options {
    opacity: 0;
    grid-template-columns: 1fr;
    transform: translateY(40px);
    gap: 30px;
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
}.styleplan_list_item .stylelearn_deals {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    transform: perspective(1000px) rotateX(0deg);
    display: block;
    backface-visibility: hidden;
    text-decoration: none;
}.styleplan_list_item .stylepromo_cost {
    will-change: transform, box-shadow;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    border-radius: 8px;
}.styleplan_list_item .stylelearn_deals:hover .stylepromo_cost {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.styleplan_list_item .styleplan_rates {
    display: flex;
    flex-grow: 1;
    padding: 35px 30px;
    flex-direction: column;
}.styleplan_list_item .styleplan_rates h3 {
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    position: relative;
    font-size: calc(22px + 2px);
    margin-bottom: 15px;
    font-weight: 700;
    padding-left: 15px;
    white-space: normal;
}.styleplan_list_item .styleplan_rates h3::before {
    position: absolute;
    height: calc(100% - 10px);
    left: 0;
    content: "";
    top: 5px;
    width: 4px;
    background: linear-gradient(to bottom, rgb(147,171,166), rgb(111,133,127));
    border-radius: 10px;
}.styleplan_list_item .stylestudy_rates {
    color: rgb(147,171,166);
    display: inline-block;
    position: relative;
    padding: 8px 15px;
    margin: 5px 0 20px;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    font-weight: 700;
    border-radius: 6px;
    font-size: calc(22px + 4px);
}.styleplan_list_item .styleplan_rates p {
    word-break: break-word;
    margin-top: 5px;
    flex-grow: 1;
    white-space: normal;
    font-size: 18px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
}.styleplan_list_item .styleimage_overlay {
    width: 100%;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 220px;
    overflow: hidden;
}.styleplan_list_item .styleimage_overlay::after {
    top: 0;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    right: 0;
    z-index: 1;
    left: 0;
}.styleplan_list_item .stylelearn_deals:hover .styleimage_overlay {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.styleplan_list_item .stylepricing_options {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.styleplan_list_item .stylecost_plan {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.styleplan_list_item .stylecost_plan {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.styleplan_list_item .stylepayment_plans {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    text-align: left;
}.styleplan_list_item .stylepayment_plans h2 {
    display: inline-block;
}.styleplan_list_item .stylepayment_plans h2::after {
    left: 0;
    transform: none;
}.styleplan_list_item .stylecost_summary {
    margin: 25px 0 0;
}.styleplan_list_item .stylepricing_options {
    grid-row: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1;
}
}

@media (min-width: 1200px) {.styleplan_list_item .stylepricing_options {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.styleplan_list_item .styleplan_rates {
    padding: 40px 35px;
}.styleplan_list_item .styleimage_overlay {
    height: 240px;
}
}

@media (max-width: 767px) {.styleplan_list_item {
    padding: 80px 0;
}.styleplan_list_item .stylepayment_plans {
    margin-bottom: 20px;
}.styleplan_list_item .stylepromo_cost {
    max-width: 100%;
}.styleplan_list_item .styleplan_rates {
    padding: 30px 25px;
}.styleplan_list_item .styleplan_rates h3 {
    font-size: calc(22px + 1px);
}.styleplan_list_item .stylestudy_rates {
    font-size: 22px;
    margin: 0 0 15px;
}.styleplan_list_item .styleimage_overlay {
    height: 200px;
}
}

@media (max-width: 480px) {.styleplan_list_item {
    padding: 60px 0;
}.styleplan_list_item .styleplan_rates {
    padding: 25px 20px;
}.styleplan_list_item .styleimage_overlay {
    height: 180px;
}}header {
    background: #ffffff;
    position: relative;
    z-index: 99;
    overflow: visible;
    width: 100%;
}header::before {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 5px;
    content: "";
    background: linear-gradient(to right, rgb(147,171,166), rgb(111,133,127));
}header .stylehead_expert {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
}header .stylehead_expert::after {
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: rgb(184,208,203);
    content: "";
    position: absolute;
}header .stylehead_expert .stylesite_header {
    position: relative;
    z-index: 2;
}header .stylehead_expert .stylesite_header .stylefirst_section {
    display: block;
    position: relative;
    overflow: hidden;
}header .stylehead_expert .stylesite_header .stylefirst_section svg {
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
}header .stylehead_expert .stylesite_header .stylefirst_section:hover svg {
    transform: scale(1.08);
}header .stylehead_expert .stylemain_navbar {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap {
    position: relative;
    margin: 0 15px;
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap:last-child {
    margin-right: 0;
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap a {
    color: #000000;
    overflow: hidden;
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    letter-spacing: 0.5px;
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap a:hover {
    color: rgb(147,171,166);
    letter-spacing: 1px;
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap a::before,
header .stylehead_expert .stylemain_navbar .stylemain_mainwrap a::after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px;
    transform-origin: right center;
    width: 100%;
    left: 0;
    background-color: rgb(147,171,166);
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap a::after {
    transform: scaleX(0);
    background-color: rgb(111,133,127);
    transform-origin: left center;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap a:hover::after {
    transform: scaleX(1);
    transform-origin: right center;
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap a::after {
    bottom: -2px;
    height: 3px;
    opacity: 0.3;
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .stylehead_expert {
    padding: 20px 15px;
    flex-direction: column;
}header .stylehead_expert .stylesite_header {
    margin-bottom: 20px;
}header .stylehead_expert .stylemain_navbar {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap {
    margin: 5px 12px;
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap a {
    font-size: calc(14px - 1px);
    padding: 5px 0;
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .stylehead_expert {
    padding: 15px 10px;
}header .stylehead_expert .stylesite_header {
    margin-bottom: 15px;
}header .stylehead_expert .stylesite_header .stylefirst_section svg {
    height: 35px;
}header .stylehead_expert .stylemain_navbar {
    gap: 5px;
}header .stylehead_expert .stylemain_navbar .stylemain_mainwrap {
    margin: 2px 10px;
}}.stylecookie_popup_warning {
    max-width: 600px;
    display: flex;
    position: fixed;
    transform: translateX(-50%);
    background: rgb(184,208,203);
    overflow: hidden;
    font-family: Arial, sans-serif;
    align-items: center;
    bottom: 20px;
    left: 50%;
    padding: 20px;
    flex-direction: column;
    width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    text-align: center;
    z-index: 1050;
}.stylecookie_list {
    display: flex;
    align-items: center;
    z-index: 1;
    flex-direction: column;
}.styleedu_settings {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.styleedu_settings svg, .styleedu_settings svg path, .styleedu_settings img {
    height: 80px;
    width: 80px;
    fill: rgb(147,171,166);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.stylecookie_popup_warning h5 {
    font-size: 23px;
    margin-bottom: 10px;
    color: rgb(147,171,166);
    font-weight: 700;
}.stylecookie_popup_warning p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 13px;
}.stylecookie_window {
    color: #ffffff;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    width: calc(50% - 10px);
    cursor: pointer;
    background: rgb(147,171,166);
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}.stylecookie_window:hover {
    transform: translateY(-3px);
    background: rgb(111,133,127);
}.cookie_button.styletrack_edu {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.styletrack_edu:hover {
    background: rgb(111,133,127,0.5);
}.stylecookie_popup_warning p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(147,171,166);
}.stylecookie_popup_warning p a:hover {
    color: rgb(111,133,127);
}
@media only screen and (max-width: 600px) {.stylecookie_popup_warning {
    width: 100%;
    transform: none;
    bottom: 0;
    border-radius: 0;
    left: 0;
}.stylecookie_list {
    padding: 15px;
}.styleedu_settings svg {
    height: 50px;
    width: 50px;
}.stylecookie_popup_warning h5 {
    font-size: calc(23px - 2px);
}.stylecookie_popup_warning p {
    font-size: calc(13px - 2px);
}.stylecookie_window {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(15px - 2px);
}}
#stylecookieDialogAlert {
    display: none;
}#stylecookieDialogAlert:checked ~ .stylecookie_popup_warning {
    visibility: hidden;
    opacity: 0;
}