* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.stylesite_top {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1153px;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    auto
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}.stylereferral_prog {
    flex: 0 0 auto;
}.stylewarp-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.styleprogram_information {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.styleprogram_information::before {
    background: radial-gradient(circle at 70% 30%, rgb(168,183,183,0.5) 0%, transparent 70%);
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    opacity: 0.15;
    left: 0;
}.styleprogram_information::after {
    animation: rotate 30s linear infinite;
    width: 200px;
    opacity: 0.2;
    z-index: 1;
    content: "";
    right: -50px;
    bottom: -50px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgb(132,148,148,0.5);
    height: 200px;
}.styleprogram_information .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.styleprogram_information h2 {
    font-weight: 700;
    font-size: 37px;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    position: relative;
    transition: transform 0.5s ease-out;
    display: inline-block;
    margin-bottom: 50px;
}.styleprogram_information h2::after {
    height: 3px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    background: linear-gradient(90deg, rgb(168,183,183) 0%, transparent 100%);
    transform-origin: left center;
    width: 60%;
    transform: scaleX(0.8);
    position: absolute;
    bottom: -15px;
}.styleprogram_information h2:hover::after {
    transform: scaleX(1);
}.styleprogram_information .stylecareer_path {
    position: relative;
    transform-style: preserve-3d;
    display: flex;
    gap: 40px;
}.styleprogram_information .styleimage_overlay {
    height: 500px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    flex: 0 0 45%;
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.styleprogram_information .styleimage_overlay::before {
    opacity: 0.3;
    transition: opacity 0.5s ease;
    background: linear-gradient(225deg, rgb(168,183,183,0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
}.styleprogram_information .styleimage_overlay:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.styleprogram_information .styleimage_overlay:hover::before {
    opacity: 0.5;
}.styleprogram_information .stylereading_area {
    max-height: 500px;
    flex: 0 0 50%;
    scrollbar-color: rgb(132,148,148,0.5) transparent;
    padding-right: 20px;
    transform: translateZ(10px);
    scrollbar-width: thin;
    overflow-y: auto;
}.styleprogram_information .stylereading_area::-webkit-scrollbar {
    width: 5px;
}.styleprogram_information .stylereading_area::-webkit-scrollbar-track {
    background: transparent;
}.styleprogram_information .stylereading_area::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(132,148,148,0.5);
}.styleprogram_information .description {
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    transition: transform 0.4s ease-out;
    line-height: 1.8;
    transform: translateY(0);
}.styleprogram_information .description:first-of-type {
    position: relative;
}.styleprogram_information .description:first-of-type::first-letter {
    color: rgb(168,183,183);
    font-weight: 600;
    font-size: 1.6em;
    margin-right: 2px;
}.styleprogram_information .description:last-of-type {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid rgb(132,148,148,0.5);
}

@media (max-width: 992px) {.styleprogram_information {
    padding: 80px 0;
}.styleprogram_information h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 35px;
}.styleprogram_information .stylecareer_path {
    gap: 30px;
    flex-direction: column;
}.styleprogram_information .styleimage_overlay {
    height: 350px;
    flex: 0 0 auto;
    width: 100%;
}.styleprogram_information .stylereading_area {
    flex: 0 0 auto;
    padding-right: 10px;
    width: 100%;
    max-height: 400px;
}
}

@media (max-width: 768px) {.styleprogram_information {
    padding: 60px 0;
}.styleprogram_information h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
}.styleprogram_information .styleimage_overlay {
    height: 280px;
}.styleprogram_information .stylereading_area {
    max-height: 350px;
}.styleprogram_information .description {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.styleprogram_information {
    padding: 50px 0;
}.styleprogram_information h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 20px;
}.styleprogram_information .styleimage_overlay {
    height: 220px;
}.styleprogram_information .stylereading_area {
    max-height: 300px;
}.styleprogram_information .description {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}.stylecookie_warning_panel {
    border-top: 2px solid rgb(168,183,183);
    width: 100%;
    z-index: 90;
    bottom: 0;
    position: fixed;
    background: rgb(205,218,218);
}#stylecookie_modal_panel {
    display: none;
}#stylecookie_modal_panel:checked ~ .stylecookie_warning_panel {
    visibility: hidden;
    opacity: 0;
}.styleedu_approve {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.stylecookie_warning_panel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.stylecookie_warning_panel p {
    font-size: 18px;
}.stylecookie_view {
    margin-right: 10px;
    flex-shrink: 0;
}.stylecookie_view svg, .stylecookie_view svg path, .stylecookie_view img {
    fill: rgb(168,183,183);
    height: 100px;
    width: 100px;
}.styledata_accept {
    min-width: 120px;
    border-bottom: 2px solid rgb(168,183,183);
    cursor: pointer;
    color: rgb(168,183,183);
    line-height: 35px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    flex-shrink: 0;
    margin-left: 10px;
}.stylecookie_warning_panel p a {
    text-decoration: none;
    color: rgb(168,183,183);
}
@media only screen and (max-width: 1200px) {.stylecookie_warning_panel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.stylecookie_view {
    display: none;
}.styleedu_approve {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.stylecookie_warning_panel h5 {
    text-align: center;
}.stylecookie_warning_panel p {
    text-align: center;
}.stylecookie_ack {
    margin-bottom: 20px;
}body .stylewarp-container .styledata_accept {
    margin-left: 0;
    margin-bottom: 10px;
}}
.stylewarp-container .stylecookie_warning_panel {
    background: rgb(168,183,183);
    box-shadow: rgb(132,148,148,0.5) 0px 0px 10px 10px;
}.stylewarp-container .styleedu_approve {
    justify-content: space-between;
    padding: 40px 0;
}.stylewarp-container .styledata_accept {
    background: #ffffff;
    margin-left: 30px;
    border: none;
    padding: 10px;
    color: rgb(168,183,183);
    font-size: 20px;
}.stylewarp-container .stylecookie_ack {
    text-align: left;
    color: #ffffff;
}.stylewarp-container .stylecookie_ack h5 {
    font-weight: 700;
}.stylewarp-container .stylecookie_ack h5, .stylewarp-container .stylecookie_ack p {
    color: #ffffff;
}.stylewarp-container .stylecookie_warning_panel p a {
    text-decoration: underline;
    color: rgb(132,148,148);
}.stylestay_connected {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgb(168,183,183,0.5) 100%);
    z-index: 1;
}.stylestay_connected::before {
    z-index: -1;
    height: 200%;
    top: -50%;
    position: absolute;
    left: -10%;
    width: 70%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    background: rgb(132,148,148,0.5);
    transform: rotate(-15deg);
}.stylestay_connected::after {
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.05;
    top: 0;
    right: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(168,183,183,0.5) 0,
        rgb(168,183,183,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    height: 100%;
}.stylestay_connected .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.stylestay_connected .styleknowledge_hub {
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
    padding: 2rem;
    display: grid;
    position: relative;
    transform: translateZ(0);
    gap: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}.stylestay_connected .styleknowledge_hub::before {
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    transform-origin: left bottom;
    opacity: 0.9;
    width: 100%;
    position: absolute;
    background: #ffffff;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}.stylestay_connected .styleknowledge_hub:hover::before {
    transform: scale(1.01);
}.stylestay_connected h4 {
    margin: 0 0 1rem;
    line-height: 1.4;
    font-weight: 600;
    font-size: calc(24px * 0.9);
    color: #000000;
    transform: translateY(0);
    transition: transform 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
}.stylestay_connected .styleknowledge_hub:hover h4 {
    transform: translateY(-5px);
}.stylestay_connected h4::after {
    background: rgb(168,183,183);
    height: 3px;
    width: 50px;
    content: "";
    bottom: -10px;
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
}.stylestay_connected .styleknowledge_hub:hover h4::after {
    width: 100px;
}.stylestay_connected .input_holder {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    position: relative;
}.stylestay_connected .input_holder span {
    display: block;
    position: relative;
}.stylestay_connected .input_holder input[type="email"] {
    background: #ffffff;
    font-size: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    outline: none;
    padding: 1rem 1.2rem;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}.stylestay_connected .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(168,183,183,0.5);
    border-color: rgb(168,183,183);
}.stylestay_connected .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: #000000;
    opacity: 0.6;
}.stylestay_connected .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.stylestay_connected .input_holder input[type="submit"] {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    transform: translateZ(0);
    border: none;
    font-size: 17px;
    padding: 1rem 1.5rem;
    background: rgb(168,183,183);
    font-family: Arial, sans-serif;
    overflow: hidden;
}.stylestay_connected .input_holder input[type="submit"]::before {
    width: 100%;
    content: "";
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    height: 100%;
    transition: left 0.6s ease;
}.stylestay_connected .input_holder input[type="submit"]:hover {
    background: rgb(132,148,148);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(168,183,183,0.5);
}.stylestay_connected .input_holder input[type="submit"]:active {
    box-shadow: 0 2px 5px rgb(168,183,183,0.5);
    transform: translateY(1px);
}.stylestay_connected .input_holder span:last-child {
    align-self: flex-start;
}

@media (min-width: 768px) {.stylestay_connected {
    padding: 5rem 3rem;
}.stylestay_connected .styleknowledge_hub {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
}.stylestay_connected h4 {
    margin: 0;
    font-size: 24px;
}.stylestay_connected .input_holder {
    flex-direction: row;
    align-items: stretch;
}.stylestay_connected .input_holder span:first-child {
    flex: 1;
}
}

@media (min-width: 992px) {.stylestay_connected {
    padding: 6rem 4rem;
}.stylestay_connected .styleknowledge_hub {
    grid-template-columns: 1.5fr 1fr;
    padding: 4rem;
}.stylestay_connected h4 {
    font-size: calc(24px * 1.1);
}.stylestay_connected .input_holder {
    max-width: 500px;
    margin-left: auto;
}.stylestay_connected .input_holder input[type="email"] {
    padding: 1.2rem 1.5rem;
}.stylestay_connected .input_holder input[type="submit"] {
    padding: 1.2rem 2rem;
}
}

@media (max-width: 767px) {.stylestay_connected::before {
    left: -50%;
    width: 100%;
}.stylestay_connected .styleknowledge_hub {
    padding: 1.5rem;
}.stylestay_connected h4 {
    text-align: center;
    margin-bottom: 1.5rem;
}.stylestay_connected h4::after {
    transform: translateX(-50%);
    left: 50%;
}.stylestay_connected .input_holder span:last-child {
    align-self: stretch;
}.stylestay_connected .input_holder input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.stylestay_connected {
    padding: 3rem 1rem;
}.stylestay_connected .styleknowledge_hub {
    padding: 1.25rem;
}.stylestay_connected h4 {
    font-size: calc(24px * 0.8);
}}.styleprivacy_parapet {
    padding: 60px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: hidden;
}.styleprivacy_parapet h1 {
    padding-bottom: 10px;
    margin-bottom: 40px;
    width: 100%;
    color: rgb(168,183,183);
    border-bottom: 4px solid rgb(132,148,148);
    text-align: left;
    font-size: 43px;
    font-weight: 700;
    margin-top: 0;
}.styleprivacy_parapet h2 {
    color: rgb(132,148,148);
    margin-bottom: 30px;
    font-weight: 600;
    border-bottom: 3px solid rgb(168,183,183);
    padding-bottom: 5px;
    width: 100%;
    font-size: 30px;
    margin-top: 0;
    text-align: left;
}.styleprivacy_parapet ul, .styleprivacy_parapet ol {
    padding: 0;
    margin: 20px 0;
    font-size: 14px;
    padding-left: 20px;
    list-style: none;
    font-family: Arial, sans-serif;
    color: #000000;
}.styleprivacy_parapet li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 0;
}.styleprivacy_parapet li:before {
    font-size: 1.5em;
    color: rgb(132,148,148);
    position: absolute;
    content: "•";
    left: -20px;
    line-height: 1;
}.styleprivacy_parapet section {
    background: none;
}.styleprivacy_parapet p, .styleprivacy_parapet span, .styleprivacy_parapet div {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}

@media only screen and (max-width: 800px) {.styleprivacy_parapet {
    padding: 30px;
    border-radius: 10px;
    grid-template-columns: 1fr;
}.styleprivacy_parapet h1 {
    font-size: calc(23px - 5px);
}.styleprivacy_parapet h2 {
    font-size: calc(23px - 3px);
}.styleprivacy_parapet ul, .styleprivacy_parapet ol {
    margin: 15px 0;
}.styleprivacy_parapet li {
    padding: 8px 0;
}.styleprivacy_parapet p, .styleprivacy_parapet span, .styleprivacy_parapet div {
    margin-bottom: 15px;
}}
.stylereferral_prog {
    padding: 5rem 0 1rem;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(168,183,183,0.5) 100%);
    font-family: Arial, sans-serif;
    color: #ffffff;
}.stylereferral_prog::before {
    top: 0;
    z-index: -1;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(168,183,183,0.5) 0%, transparent 50%);
    left: 0;
    content: '';
    right: 0;
    bottom: 0;
}.stylereferral_prog::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(168,183,183), transparent);
    animation: glowLine 3s infinite alternate;
    height: 3px;
    left: 0;
    z-index: 2;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.stylereferral_prog .container {
    position: relative;
    z-index: 2;
}.stylereferral_prog .stylequiz_links {
    gap: 3rem;
    flex-direction: column;
    display: flex;
}.stylereferral_prog .stylecontact_list {
    border: 1px solid rgb(132,148,148,0.5);
    flex-wrap: wrap;
    margin-bottom: 1rem;
    border-radius: 20px;
    justify-content: center;
    position: relative;
    display: flex;
    background: rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    gap: 2rem;
    backdrop-filter: blur(8px);
}.stylereferral_prog .stylecontact_list::before {
    width: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(132,148,148), transparent);
    top: -2px;
    content: '';
    left: 50%;
    animation: scanLine 4s infinite linear;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.stylereferral_prog .info_item {
    flex: 1;
    max-width: 300px;
    transition: transform 0.3s ease;
    text-align: center;
    min-width: 200px;
}.stylereferral_prog .info_item:hover {
    transform: translateY(-5px);
}.stylereferral_prog .info_item p, 
.stylereferral_prog .info_item a {
    padding: 0.75rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: calc(17px - 2px);
    text-decoration: none;
    color: #ffffff;
    border: 1px solid transparent;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}.stylereferral_prog .info_item svg {
    transition: fill 0.3s ease;
    height: 1.25rem;
    fill: rgb(132,148,148);
    width: 1.25rem;
}.stylereferral_prog .info_item a:hover {
    border-color: rgb(168,183,183,0.5);
    background: #000000;
    box-shadow: 0 0 15px rgb(168,183,183,0.5);
}.stylereferral_prog .info_item a:hover svg {
    fill: rgb(168,183,183);
}.stylereferral_prog .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 2rem;
}.stylereferral_prog .stylemain_learning {
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}.stylereferral_prog .stylemain_learning svg {
    max-width: 180px;
    height: auto;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(168,183,183,0.5));
}.stylereferral_prog .stylemain_learning svg:hover {
    filter: drop-shadow(0 0 10px rgb(168,183,183));
}.stylereferral_prog .stylecopy_notice {
    color: #ffffff;
    opacity: 0.7;
    font-size: calc(15px - 1px);
    max-width: 280px;
    line-height: 1.5;
}.stylereferral_prog .stylesite_navbar {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.stylereferral_prog .stylesite_navbar h5 {
    position: relative;
    padding-bottom: 0.75rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-weight: 600;
}.stylereferral_prog .stylesite_navbar h5::after {
    content: '';
    background: rgb(132,148,148);
    position: absolute;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    bottom: 0;
    width: 40px;
}.stylereferral_prog .stylesite_navbar:hover h5::after {
    width: 80px;
}.stylereferral_prog .stylenav_base {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
}.stylereferral_prog .stylenav_base a {
    opacity: 0.8;
    color: #ffffff;
    padding-left: 1rem;
    font-size: 17px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}.stylereferral_prog .stylenav_base a::before {
    width: 5px;
    transition: all 0.3s ease;
    content: '';
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: rgb(132,148,148);
    height: 5px;
}.stylereferral_prog .stylenav_base a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(168,183,183);
}.stylereferral_prog .stylenav_base a:hover::before {
    box-shadow: 0 0 8px rgb(168,183,183);
    height: 7px;
    background: rgb(168,183,183);
    width: 7px;
}.stylereferral_prog .subscribe_holder {
    gap: 1.25rem;
    overflow: hidden;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 20px;
    border: 1px solid rgb(132,148,148,0.5);
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}.stylereferral_prog .subscribe_holder::before {
    background: radial-gradient(circle at top right, rgb(168,183,183,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
    z-index: -1;
    top: 0;
    opacity: 0.1;
    right: 0;
    content: '';
    left: 0;
}.stylereferral_prog .subscribe_holder h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}.stylereferral_prog .subscribe_holder p {
    line-height: 1.6;
    font-size: calc(17px - 1px);
    color: #ffffff;
    opacity: 0.9;
}.stylereferral_prog .input_holder {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
}.stylereferral_prog .input_holder input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.875rem 1rem;
    color: #ffffff;
    border: 1px solid rgb(132,148,148,0.5);
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 17px;
    flex: 1;
}.stylereferral_prog .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(168,183,183,0.5);
    outline: none;
    border-color: rgb(168,183,183);
}.stylereferral_prog .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}.stylereferral_prog .stylemail_group {
    font-weight: 600;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
    padding: 0.875rem 1.5rem;
    background: rgb(168,183,183);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}.stylereferral_prog .stylemail_group::before {
    left: -100%;
    height: 100%;
    content: '';
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    transition: left 0.7s ease;
}.stylereferral_prog .stylemail_group:hover {
    background: rgb(132,148,148);
    box-shadow: 0 0 15px rgb(132,148,148,0.5);
    transform: translateY(-2px);
}.stylereferral_prog .stylemail_group:hover::before {
    left: 100%;
}.stylereferral_prog .stylefooter_address {
    padding-top: 1.5rem;
    position: relative;
    margin-top: 3rem;
    text-align: center;
    border-top: 1px solid rgb(132,148,148,0.5);
}.stylereferral_prog .stylefooter_address::before {
    content: '';
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(132,148,148,0.5), transparent);
    top: -1px;
    position: absolute;
    height: 1px;
    width: 100%;
}.stylereferral_prog .stylediscount_cta {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
}

@media (max-width: 1024px) {.stylereferral_prog {
    padding: 4rem 0 1rem;
}.stylereferral_prog .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.stylereferral_prog .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.stylereferral_prog .input_holder {
    flex-direction: row;
}.stylereferral_prog .stylemail_group {
    width: auto;
}
}

@media (max-width: 768px) {.stylereferral_prog {
    padding: 3rem 0 1rem;
}.stylereferral_prog .stylecontact_list {
    align-items: center;
    gap: 1rem;
    flex-direction: column;
}.stylereferral_prog .info_item {
    min-width: 100%;
}.stylereferral_prog .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.stylereferral_prog .subscribe_holder {
    grid-column: auto;
}.stylereferral_prog .stylemain_learning {
    text-align: center;
    align-items: center;
}.stylereferral_prog .stylecopy_notice {
    text-align: center;
    max-width: 100%;
}.stylereferral_prog .stylesite_navbar h5 {
    text-align: center;
}.stylereferral_prog .stylesite_navbar h5::after {
    left: 50%;
    transform: translateX(-50%);
}.stylereferral_prog .stylenav_base {
    align-items: center;
}.stylereferral_prog .stylenav_base a {
    text-align: center;
}.stylereferral_prog .stylenav_base a:hover {
    transform: translateY(-2px);
}.stylereferral_prog .input_holder {
    flex-direction: column;
}.stylereferral_prog .stylemail_group {
    width: 100%;
}
}

@media (max-width: 480px) {.stylereferral_prog {
    padding: 2.5rem 0 1rem;
}.stylereferral_prog .info_item p, 
    .stylereferral_prog .info_item a {
    font-size: calc(17px - 3px);
}.stylereferral_prog .stylesite_navbar h5, 
    .stylereferral_prog .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}.stylereferral_prog .stylenav_base a, 
    .stylereferral_prog .subscribe_holder p {
    font-size: calc(17px - 2px);
}.stylereferral_prog .stylediscount_cta {
    font-size: calc(15px - 2px);
}}.stylecourse_demographic {
    position: relative;
    overflow: hidden;
    background: rgb(205,218,218);
    padding: 100px 0;
}.stylecourse_demographic::before {
    background-size: 60px 60px;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.15;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(168,183,183,0.5) 20px,
        rgb(168,183,183,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(132,148,148,0.5) 20px,
        rgb(132,148,148,0.5) 22px,
        transparent 22px
    );
    z-index: 0;
}.stylecourse_demographic::after {
    width: 100%;
    content: "";
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.1;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(168,183,183,0.5) 47%, rgb(168,183,183,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(132,148,148,0.5) 47%, rgb(132,148,148,0.5) 53%, transparent 53%);
    left: 0;
    background-size: 40px 40px;
    filter: blur(1px);
}.stylecourse_demographic .styleknowledge_hub {
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.stylecourse_demographic h3 {
    text-align: center;
    padding: 0 20px 20px;
    transform: translateX(-50%);
    display: inline-block;
    font-size: 28px;
    font-family: Arial, sans-serif;
    left: 50%;
    box-shadow: 0 10px 25px -10px rgb(168,183,183,0.5);
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 80px;
}.stylecourse_demographic h3::before {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(168,183,183),
        rgb(132,148,148),
        rgb(168,183,183)
    );
}.stylecourse_demographic h3::after {
    bottom: -6px;
    height: 12px;
    content: "";
    animation: pulseCircle 2s infinite;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(168,183,183,0.5);
    transform: translateX(-50%);
    background: rgb(168,183,183);
    position: absolute;
    left: 50%;
    width: 12px;
}.stylecourse_demographic ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
}.stylecourse_demographic ul li {
    color: #000000;
    transition: all 0.4s ease;
    border-top: 1px solid rgb(132,148,148,0.5);
    padding: 25px 25px 25px 70px;
    border-left: 3px solid rgb(168,183,183);
    background: #ffffff;
    font-size: 12px;
    border-bottom: 3px solid rgb(132,148,148);
    border-right: 1px solid rgb(132,148,148,0.5);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    position: relative;
}.stylecourse_demographic ul li::before {
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background: rgb(168,183,183);
    top: -5px;
    left: -5px;
    content: "";
}.stylecourse_demographic ul li::after {
    bottom: -5px;
    height: 10px;
    background: rgb(132,148,148);
    border-radius: 50%;
    content: "";
    width: 10px;
    right: -5px;
    position: absolute;
}.stylecourse_demographic ul li:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    transform: translateY(-5px);
    border-left: 3px solid rgb(132,148,148);
    border-bottom: 3px solid rgb(168,183,183);
}.stylecourse_demographic ul li svg {
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease;
    left: 20px;
}.stylecourse_demographic ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}.stylecourse_demographic ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(168,183,183);
}.stylecourse_demographic ul li:hover svg path {
    fill: rgb(132,148,148);
}.stylecourse_demographic ul::before {
    pointer-events: none;
    z-index: -1;
    position: absolute;
    background-size: 30px 30px;
    content: "";
    height: 100%;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(168,183,183,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(132,148,148,0.5) 97%);
    opacity: 0.3;
    left: 0;
    width: 100%;
    top: 0;
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(168,183,183,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(168,183,183);
    }
}

.stylecourse_demographic ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.stylecourse_demographic ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(168,183,183,0.5);
    }
}

@media (max-width: 992px) {.stylecourse_demographic {
    padding: 80px 0;
}.stylecourse_demographic ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.stylecourse_demographic h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.stylecourse_demographic {
    padding: 60px 0;
}.stylecourse_demographic ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.stylecourse_demographic ul li {
    padding: 20px 20px 20px 65px;
}.stylecourse_demographic h3 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.8);
}
}

@media (max-width: 480px) {.stylecourse_demographic {
    padding: 50px 0;
}.stylecourse_demographic .styleknowledge_hub {
    padding: 0 15px;
}.stylecourse_demographic h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 35px;
}.stylecourse_demographic ul li {
    padding: 18px 15px 18px 60px;
}.stylecourse_demographic ul li svg {
    height: 30px;
    left: 15px;
    width: 30px;
}}.stylemeet_us {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 100px;
    position: relative;
}.stylemeet_us::before {
    content: '';
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
}.stylemeet_us::after {
    animation: float 15s ease-in-out infinite;
    right: -5%;
    z-index: 1;
    position: absolute;
    background: rgb(168,183,183);
    height: 70%;
    opacity: 0.15;
    transform: rotate(-15deg) skewX(-15deg);
    width: 40%;
    content: '';
    top: -10%;
}.stylemeet_us .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.stylemeet_us h2 {
    font-weight: 700;
    opacity: 0;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 36px;
    position: relative;
    transform: translateX(-20px);
    margin-bottom: 50px;
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.stylemeet_us h2::after {
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    height: 3px;
    background: rgb(168,183,183);
    bottom: 0;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    content: '';
    width: 80px;
    left: 0;
}.stylemeet_us .stylereading_area {
    opacity: 0;
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    padding: 40px;
    transform: translateY(30px);
    display: flex;
    position: relative;
}.stylemeet_us .stylereading_area::before {
    height: 0;
    top: 0;
    content: '';
    width: 3px;
    background: rgb(132,148,148);
    animation: expandHeight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    position: absolute;
    left: 0;
}.stylemeet_us .stylereading_area > div {
    width: 100%;
}.stylemeet_us .stylereading_area p {
    opacity: 0;
    color: rgb(168,183,183);
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
    font-weight: 600;
    transform: translateX(-15px);
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
}.stylemeet_us .stylereading_area div div {
    opacity: 0;
    line-height: 1.8;
    color: #ffffff;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    column-count: 1;
    font-size: 17px;
    animation: fadeInText 1s ease forwards 0.9s;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes expandHeight {
    to {
        height: 100%;
    }
}

@keyframes slideInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@media screen and (min-width: 768px) {.stylemeet_us {
    padding: 150px 0 130px;
}.stylemeet_us h2 {
    margin-bottom: 60px;
    font-size: calc(36px + 0.5rem);
}.stylemeet_us h2::after {
    width: 120px;
}.stylemeet_us .stylereading_area {
    margin-left: 40px;
    padding: 60px;
    margin-right: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.stylemeet_us .stylereading_area::before {
    width: 5px;
}.stylemeet_us .stylereading_area div div {
    column-count: 2;
    column-gap: 40px;
}
}

@media screen and (min-width: 992px) {.stylemeet_us {
    padding: 180px 0 160px;
}.stylemeet_us::after {
    top: -15%;
    right: -2%;
    width: 35%;
    height: 80%;
}.stylemeet_us h2 {
    margin-left: 60px;
}.stylemeet_us .stylereading_area {
    transform: perspective(1000px) rotateY(-2deg);
    margin-right: 60px;
    padding: 70px;
    transition: transform 0.5s ease;
    margin-left: 60px;
}.stylemeet_us .stylereading_area:hover {
    transform: perspective(1000px) rotateY(0deg);
}.stylemeet_us .stylereading_area div div {
    column-count: 2;
    column-gap: 50px;
}
}

@media screen and (min-width: 1200px) {.stylemeet_us .stylereading_area {
    margin: 0 auto;
    max-width: 90%;
}.stylemeet_us .stylereading_area::after {
    right: 30px;
    content: '';
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    bottom: -15px;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(168,183,183));
    position: absolute;
    width: 200px;
    height: 5px;
    transform-origin: right;
}
    
    @keyframes expandWidth {
        to {
            transform: scaleX(1);
        }
    }
}

@media (hover: hover) {.stylemeet_us .stylereading_area {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                   box-shadow 0.4s ease;
}.stylemeet_us .stylereading_area:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
                    0 0 0 1px rgba(rgb(168,183,183,0.5), 0.1);
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.stylemeet_us h2,
    .stylemeet_us h2::after,
    .stylemeet_us .stylereading_area,
    .stylemeet_us .stylereading_area::before,
    .stylemeet_us .stylereading_area p,
    .stylemeet_us .stylereading_area div div,
    .stylemeet_us::after {
    animation: none;
    transform: none;
    opacity: 1;
}.stylemeet_us h2::after,
    .stylemeet_us .stylereading_area::before {
    transform: none;
    height: 100%;
    width: 100%;
}}header .styleheader_wrap {
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 100;
    background: rgb(205,218,218);
}header .styleheader_wrap::before {
    width: 100%;
    content: "";
    opacity: 0.2;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(168,183,183,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(132,148,148,0.5) 0%, transparent 30%);
    z-index: -1;
    top: 0;
    height: 100%;
}header .styleheader_wrap::after {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    width: 40%;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(135deg, transparent 25%, rgb(168,183,183,0.5) 100%);
    height: 100%;
}header .container {
    padding: 1.8rem 2rem;
    position: relative;
}header .stylehead_lead {
    gap: 3rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}header .stylemain_learning {
    z-index: 2;
    position: relative;
}header .styletop_edu {
    display: block;
    z-index: 2;
    position: relative;
}header .styletop_edu::before,
header .styletop_edu::after {
    background: rgb(168,183,183,0.5);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    content: "";
    position: absolute;
    transition: all 0.5s ease;
}header .styletop_edu::before {
    left: -15px;
    width: 50px;
    top: -15px;
    height: 50px;
}header .styletop_edu::after {
    right: -10px;
    width: 25px;
    height: 25px;
    background: rgb(132,148,148,0.5);
    bottom: -5px;
}header .styletop_edu:hover::before,
header .styletop_edu:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .styletop_edu svg {
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    height: 50px;
}header .styletop_edu:hover svg {
    transform: rotate(-5deg);
}header .stylesite_navbar {
    margin: 0;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(to right, transparent, #ffffff);
    flex-wrap: wrap;
    justify-content: flex-end;
    border-radius: 0 23px 23px 0;
    display: flex;
    padding: 10px 20px;
    list-style: none;
}header .stylesite_navbar::after {
    height: 100%;
    content: "";
    z-index: -1;
    animation: moveStripes 20s linear infinite;
    background-image: 
        linear-gradient(45deg, rgb(168,183,183,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(168,183,183,0.5) 50%, rgb(168,183,183,0.5) 75%, transparent 75%, transparent);
    background-size: 10px 10px;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.05;
    position: absolute;
}header .styletop_learning {
    perspective: 800px;
    position: relative;
    margin: 5px 8px;
}header .styletop_learning::before {
    border-left: 5px solid rgb(168,183,183);
    height: 0;
    border-bottom: 5px solid transparent;
    position: absolute;
    content: "";
    opacity: 0;
    width: 0;
    transform: translateY(-50%) scale(0);
    transition: all 0.3s ease;
    left: -10px;
    border-top: 5px solid transparent;
    top: 50%;
}header .styletop_learning:hover::before {
    left: -15px;
    opacity: 1;
    transform: translateY(-50%) scale(1);
}header .styletop_learning a {
    border-radius: 10px;
    position: relative;
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
    padding: 10px 18px;
    border: 1px solid transparent;
    font-weight: 600;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    background: transparent;
}header .styletop_learning a::before {
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: #ffffff;
    transform: translateZ(-1px);
    z-index: -1;
    left: 0;
    position: absolute;
}header .styletop_learning a::after {
    height: 2px;
    width: 0;
    content: "";
    left: 50%;
    position: absolute;
    bottom: 0;
    background: rgb(168,183,183);
    transition: width 0.3s ease;
    transform: translateX(-50%);
}header .styletop_learning a:hover {
    border-color: rgb(168,183,183,0.5);
    color: rgb(168,183,183);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
}header .styletop_learning a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .stylehead_lead {
    gap: 2rem;
    justify-items: center;
    grid-template-columns: 1fr;
}header .stylesite_navbar {
    justify-content: center;
    width: 100%;
    background: #ffffff;
    clip-path: none;
    border-radius: 23px;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .styletop_learning {
    margin: 3px 5px;
}header .styletop_learning a {
    font-size: calc(17px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .stylesite_navbar {
    align-items: center;
    padding: 15px;
    flex-direction: column;
}header .styletop_learning {
    width: 100%;
    margin: 3px 0;
}header .styletop_learning a {
    width: 100%;
    text-align: center;
}header .styletop_learning::before {
    display: none;
}header .styletop_edu svg {
    height: 40px;
}}.stylehomepage {
    min-height: 600px;
    overflow: hidden;
    background-color: #000000;
    position: relative;
    width: 100%;
    height: 100vh;
}.stylehomepage::before {
    z-index: 1;
    background: 
        repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 12px),
        linear-gradient(to bottom, rgb(168,183,183,0.5) 0%, transparent 100%);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    animation: grid-pulse 8s infinite alternate;
    opacity: 0.4;
    left: 0;
}.stylehomepage::after {
    mix-blend-mode: multiply;
    background: radial-gradient(circle at center, transparent 0%, #000000 100%);
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
}@keyframes grid-pulse {
    0% {
        opacity: 0.3;
        background-size: 100% 100%, 100% 100%;
    }
    100% {
        opacity: 0.5;
        background-size: 110% 110%, 120% 120%;
    }
}

.stylehomepage .styleknowledge_hub {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8%;
    height: 100%;
    width: 100%;
    z-index: 3;
}.stylehomepage .stylejob_skills {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    top: 0;
}.stylehomepage .stylepage_intro {
    height: 100%;
    width: 100%;
}.stylehomepage .styleedu_home {
    width: max-content;
    animation: tech-slide 28s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
    display: flex;
}.stylehomepage .stylelearn_title {
    flex-shrink: 0;
    overflow: hidden;
    width: 100vw;
    position: relative;
    height: 100%;
}.stylehomepage .stylelearn_title::before {
    background: 
        linear-gradient(135deg, rgb(168,183,183,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(132,148,148,0.5) 0%, transparent 50%);
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    mix-blend-mode: hard-light;
    content: "";
}.stylehomepage .stylelearn_title::after {
    left: 0;
    width: 100%;
    top: 0;
    mix-blend-mode: overlay;
    pointer-events: none;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    z-index: 2;
    background: repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 1px,
        rgba(0, 0, 0, 0.2) 1px,
        rgba(0, 0, 0, 0.2) 2px
    );
    content: "";
}.stylehomepage .stylelearn_title img {
    object-fit: cover;
    transform-origin: center;
    width: 100%;
    filter: contrast(1.1) saturate(0.9);
    height: 100%;
    animation: glitch-zoom 10s infinite alternate ease-in-out;
}@keyframes glitch-zoom {
    0%, 100% {
        transform: scale(1);
        filter: contrast(1.1) saturate(0.9);
    }
    20% {
        transform: scale(1.02) translate(-0.3%, 0.3%);
        filter: contrast(1.15) saturate(0.85);
    }
    40% {
        transform: scale(1.03) translate(0.3%, -0.3%);
        filter: contrast(1.2) saturate(0.8);
    }
    60% {
        transform: scale(1.04) translate(-0.2%, -0.2%);
        filter: contrast(1.15) saturate(0.85);
    }
    80% {
        transform: scale(1.02) translate(0.2%, 0.2%);
        filter: contrast(1.1) saturate(0.9);
    }
}

@keyframes tech-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

.stylehomepage .stylereading_area {
    box-shadow: 
        0 0 0 1px rgba(rgb(168,183,183), 0.2),
        0 15px 35px rgba(0, 0, 0, 0.3);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%
    );
    padding: 3rem;
    backdrop-filter: blur(10px);
    animation: hud-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    border-radius: 25px;
    z-index: 3;
    max-width: 520px;
    background: linear-gradient(135deg, 
        rgba(5, 15, 25, 0.8) 0%, 
        rgba(15, 25, 35, 0.7) 100%);
}@keyframes hud-appear {
    0% {
        opacity: 0;
        transform: translateX(30px);
        clip-path: polygon(
            0 0,
            0 0,
            0 calc(100% - 30px),
            0 100%,
            0 100%
        );
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
    }
}

.stylehomepage .stylereading_area::before {
    border-radius: calc(25px - 5px);
    position: absolute;
    pointer-events: none;
    left: 10px;
    bottom: 10px;
    border: 1px solid rgba(rgb(132,148,148), 0.2);
    right: 10px;
    top: 10px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    content: "";
}.stylehomepage .stylereading_area::after {
    top: -2px;
    width: calc(60% + 4px);
    content: "";
    background: linear-gradient(to right, rgb(168,183,183), transparent);
    position: absolute;
    z-index: 4;
    height: 5px;
    border-radius: 10px;
    left: -2px;
}.stylehomepage .stylereading_area h1 {
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 1rem;
    display: flex;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 44px;
}.stylehomepage .stylereading_area h1::before {
    bottom: 0;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    border-radius: 10px;
    background: rgb(168,183,183);
}.stylehomepage .stylereading_area p {
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 400;
}.stylehomepage .stylereading_area .stylesupport_panel {
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        0 100%
    );
    background: rgb(168,183,183);
    font-size: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 1rem 2rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
}.stylehomepage .stylereading_area .stylesupport_panel::before {
    z-index: -1;
    width: 100%;
    opacity: 0;
    background: linear-gradient(45deg, rgb(168,183,183), rgb(132,148,148));
    position: absolute;
    height: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    top: 0;
    content: "";
}.stylehomepage .stylereading_area .stylesupport_panel::after {
    width: 20px;
    background: linear-gradient(135deg, transparent 50%, rgb(168,183,183) 50%);
    top: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    right: 0;
    height: 20px;
}.stylehomepage .stylereading_area .stylesupport_panel:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.stylehomepage .stylereading_area .stylesupport_panel:hover::before {
    opacity: 1;
}

@media (max-width: 1200px) {.stylehomepage {
    height: 90vh;
}.stylehomepage .styleknowledge_hub {
    padding-right: 6%;
}.stylehomepage .stylereading_area {
    max-width: 480px;
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.stylehomepage {
    height: 80vh;
}.stylehomepage .styleknowledge_hub {
    padding-right: 4%;
}.stylehomepage .stylereading_area {
    padding: 2rem;
    max-width: 420px;
}.stylehomepage .styleedu_home {
    animation-duration: 24s;
}
}

@media (max-width: 768px) {.stylehomepage {
    min-height: unset;
    height: auto;
}.stylehomepage .styleknowledge_hub {
    justify-content: center;
    padding: 4rem 2rem;
}.stylehomepage .stylereading_area {
    width: 90%;
    max-width: 90%;
}@keyframes hud-appear {
        0% {
            opacity: 0;
            transform: translateY(30px);
            clip-path: polygon(
                0 0,
                100% 0,
                100% 0,
                calc(100% - 30px) 0,
                0 0
            );
        }
        100% {
            opacity: 1;
            transform: translateY(0);
            clip-path: polygon(
                0 0,
                100% 0,
                100% calc(100% - 30px),
                calc(100% - 30px) 100%,
                0 100%
            );
        }
    }
    
    .stylehomepage .styleedu_home {
    animation-duration: 20s;
}
}

@media (max-width: 576px) {.stylehomepage .styleknowledge_hub {
    padding: 3rem 1rem;
}.stylehomepage .stylereading_area {
    max-width: 95%;
    padding: 1.8rem;
    width: 95%;
}.stylehomepage .stylereading_area h1 {
    font-size: calc(44px * 0.85);
    margin-bottom: 1.2rem;
}.stylehomepage .stylereading_area p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.stylehomepage .stylereading_area .stylesupport_panel {
    width: 100%;
    display: block;
    padding: 0.9rem 1.5rem;
    text-align: center;
}.stylehomepage .styleedu_home {
    animation-duration: 16s;
}
}

@media (max-height: 600px) {.stylehomepage {
    min-height: 500px;
}
}

@media (orientation: landscape) and (max-height: 500px) {.stylehomepage {
    min-height: 140vh;
    height: auto;
}.stylehomepage .styleknowledge_hub {
    padding: 5rem 2rem;
}}.styleget_in_touch {
    align-items: center;
    position: relative;
    min-height: 650px;
    display: flex;
    padding: 0;
    z-index: 1;
}.styleget_in_touch::before {
    background-color: rgb(168,183,183,0.5);
    content: '';
    z-index: -1;
    position: absolute;
    inset: 0;
}.styleget_in_touch .container {
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}.styleget_in_touch .stylequery_grid {
    flex-direction: column-reverse;
    position: relative;
    width: 100%;
    display: flex;
}.styleget_in_touch .styleinquiry_block {
    position: relative;
    display: flex;
    padding: 40px 20px 120px;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: transparent;
}.styleget_in_touch .styleinquiry_block h3 {
    text-align: center;
    font-size: 35px;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}.styleget_in_touch .styleinquiry_block h3::after {
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: '';
    width: 60px;
    bottom: 0;
    background-color: rgb(132,148,148);
}.styleget_in_touch .styleinquiry_block div {
    max-width: 220px;
    align-items: center;
    flex: 1 0 calc(50% - 30px);
    background-color: #ffffff;
    border-radius: 30px;
    min-height: 140px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: center;
    flex-direction: column;
}.styleget_in_touch .styleinquiry_block div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}.styleget_in_touch .styleinquiry_block div svg {
    margin-bottom: 15px;
    height: 35px;
    width: 35px;
}.styleget_in_touch .styleinquiry_block div svg path {
    fill: rgb(132,148,148);
}.styleget_in_touch .styleinquiry_block div span {
    color: #000000;
    margin-top: 10px;
    line-height: 1.5;
    font-size: 15px;
}.styleget_in_touch .styleinquiry_block div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.styleget_in_touch .styleinquiry_block div span a:hover {
    color: rgb(132,148,148);
}.styleget_in_touch .stylesupport_feedback {
    background-color: #ffffff;
    max-width: 550px;
    padding: 40px 30px;
    border-radius: 30px;
    transform: translateY(50px);
    z-index: 2;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0 auto;
}.styleget_in_touch .stylesupport_feedback::before {
    top: -15px;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 3px;
    left: 50%;
    height: 30px;
    z-index: -1;
    position: absolute;
    content: '';
    width: 30px;
    background-color: #ffffff;
}.styleget_in_touch .stylesupport_feedback h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: rgb(168,183,183);
    margin-bottom: 25px;
}.styleget_in_touch .stylesupport_feedback form {
    flex-wrap: wrap;
    gap: 15px;
    display: flex;
}.styleget_in_touch .stylesupport_feedback input[type="text"],
.styleget_in_touch .stylesupport_feedback input[type="email"] {
    padding: 15px 20px;
    border-radius: 10px;
    height: 50px;
    font-size: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    border: 1px solid rgb(205,218,218);
    flex: 1 0 100%;
    background-color: transparent;
}.styleget_in_touch .stylesupport_feedback input[type="text"]:focus,
.styleget_in_touch .stylesupport_feedback input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(132,148,148,0.5);
    outline: none;
    border-color: rgb(132,148,148);
}.styleget_in_touch .stylesupport_feedback input::placeholder {
    color: #000000;
    opacity: 0.6;
}.styleget_in_touch .stylesupport_feedback .styleinquiry_links {
    margin-top: 5px;
    align-items: flex-start;
    flex: 1 0 100%;
    display: flex;
}.styleget_in_touch .stylesupport_feedback .styleinquiry_links input[type="checkbox"] {
    width: 20px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    margin-top: 3px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 4px;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
    height: 20px;
    border: 2px solid rgb(205,218,218);
}.styleget_in_touch .stylesupport_feedback .styleinquiry_links input[type="checkbox"]:checked {
    border-color: rgb(132,148,148);
    background-color: rgb(132,148,148);
}.styleget_in_touch .stylesupport_feedback .styleinquiry_links input[type="checkbox"]:checked::before {
    top: 50%;
    font-size: 12px;
    position: absolute;
    content: '✓';
    color: #ffffff;
    left: 50%;
    transform: translate(-50%, -50%);
}.styleget_in_touch .stylesupport_feedback .styleinquiry_links label {
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
}.styleget_in_touch .stylesupport_feedback .styleinquiry_links label a {
    text-decoration: none;
    color: rgb(132,148,148);
    transition: color 0.3s ease;
}.styleget_in_touch .stylesupport_feedback .styleinquiry_links label a:hover {
    color: rgb(168,183,183);
}.styleget_in_touch .stylesupport_feedback .stylesupport_panel {
    box-shadow: 0 5px 15px rgb(132,148,148,0.5);
    cursor: pointer;
    margin-top: 15px;
    background: linear-gradient(135deg, rgb(132,148,148), rgb(168,183,183));
    height: 50px;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.styleget_in_touch .stylesupport_feedback .stylesupport_panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(168,183,183,0.5);
}

@media screen and (min-width: 992px) {.styleget_in_touch {
    min-height: 700px;
    padding: 100px 0;
}.styleget_in_touch .stylequery_grid {
    align-items: center;
    flex-direction: row;
}.styleget_in_touch .styleinquiry_block {
    justify-content: space-between;
    width: 65%;
    margin-left: auto;
    gap: 30px;
    align-items: center;
    padding: 60px 0 60px 120px;
}.styleget_in_touch .styleinquiry_block h3 {
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
}.styleget_in_touch .styleinquiry_block h3::after {
    transform: none;
    left: 0;
}.styleget_in_touch .styleinquiry_block div {
    max-width: calc(50% - 15px);
    margin: 0;
    flex: 0 0 calc(50% - 15px);
}.styleget_in_touch .stylesupport_feedback {
    z-index: 3;
    margin: 0;
    left: 0;
    width: 45%;
    padding: 40px;
    max-width: 450px;
    position: absolute;
}.styleget_in_touch .stylesupport_feedback::before {
    left: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
}

@media screen and (min-width: 1200px) {.styleget_in_touch .styleinquiry_block {
    width: 70%;
    padding-left: 200px;
}.styleget_in_touch .stylesupport_feedback {
    width: 40%;
    max-width: 480px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.styleget_in_touch {
    padding: 80px 0 120px;
}.styleget_in_touch .styleinquiry_block {
    padding: 0 20px 120px;
    justify-content: space-between;
}.styleget_in_touch .styleinquiry_block div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
}

@media screen and (max-width: 767px) {.styleget_in_touch {
    padding: 60px 0 120px;
}.styleget_in_touch .styleinquiry_block {
    padding: 0 20px 120px;
}.styleget_in_touch .styleinquiry_block h3 {
    font-size: calc(18px + 2px);
}.styleget_in_touch .styleinquiry_block div {
    flex: 0 0 100%;
    margin-bottom: 0;
    max-width: 280px;
    min-height: 120px;
}.styleget_in_touch .styleinquiry_block div svg {
    height: 30px;
    width: 30px;
}.styleget_in_touch .stylesupport_feedback {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.styleget_in_touch {
    padding: 40px 0 100px;
}.styleget_in_touch .styleinquiry_block {
    gap: 20px;
}.styleget_in_touch .styleinquiry_block div {
    min-height: auto;
    padding: 20px 15px;
}}.stylementorship_profile {
    background: linear-gradient(150deg, rgb(205,218,218) 0%, #000000 100%);
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    min-height: 700px;
}.stylementorship_profile::before {
    opacity: 0.1;
    top: 0;
    width: 100%;
    background-size: 150px 150px;
    z-index: 1;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(168,183,183,0.5) 85%, rgb(168,183,183,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(132,148,148,0.5) 85%, rgb(132,148,148,0.5) 88%, transparent 88%);
    left: 0;
    animation: gridFlow 20s linear infinite;
    content: "";
    position: absolute;
}.stylementorship_profile .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 2;
}.stylementorship_profile .styleclient_views {
    gap: 20px 30px;
    min-height: 580px;
    display: grid;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    background: transparent;
    position: relative;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 45% 1fr;
}.stylementorship_profile .styleclient_views::before {
    top: 50%;
    left: 0;
    opacity: 0.3;
    z-index: -1;
    filter: blur(40px);
    content: "";
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgb(168,183,183,0.5) 0%, transparent 50%);
    position: absolute;
    right: 0;
    height: 90%;
    border-radius: 12px;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
}.stylementorship_profile .styleclient_views::after {
    width: 100%;
    position: absolute;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 12px;
    backdrop-filter: blur(15px);
    z-index: -2;
    height: 100%;
    left: 0;
    top: 0;
}.stylementorship_profile .styleimage_overlay {
    transform: scale(1);
    grid-area: photo;
    filter: contrast(1.1) brightness(1.05);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px 0 0 12px;
    height: 100%;
    z-index: 2;
    position: relative;
    overflow: hidden;
}.stylementorship_profile .styleclient_views:hover .styleimage_overlay {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.stylementorship_profile .styleimage_overlay::before {
    height: 100%;
    animation: pulseOpacity 3s ease-in-out infinite;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(168,183,183);
    top: 0;
    opacity: 0.7;
    width: 10px;
    z-index: 3;
}.stylementorship_profile .name {
    transform: translateX(0);
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 80px;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    grid-area: name;
    align-self: end;
}.stylementorship_profile .styleclient_views:hover .name {
    transform: translateX(15px);
}.stylementorship_profile .name::after {
    left: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 0;
    transition: width 0.5s ease;
    content: "";
    background: rgb(168,183,183);
}.stylementorship_profile .styleclient_views:hover .name::after {
    width: 60%;
}.stylementorship_profile .styleclient_views span:not(.name) {
    padding: 0.6rem 1.2rem;
    transform: translateX(0);
    grid-area: job;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    align-self: start;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    backdrop-filter: blur(5px);
    display: inline-block;
    color: rgb(132,148,148);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    font-size: 18px;
    z-index: 3;
}.stylementorship_profile .styleclient_views:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.stylementorship_profile .stylework_projects {
    align-self: start;
    position: relative;
    border-left: 4px solid rgb(132,148,148);
    transform: translateY(0);
    line-height: 1.8;
    color: #ffffff;
    width: 95%;
    z-index: 2;
    margin-right: 0;
    padding: 2rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    font-size: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-area: quote;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}.stylementorship_profile .styleclient_views:hover .stylework_projects {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.stylementorship_profile .container::after {
    opacity: 0.3;
    width: 300px;
    position: absolute;
    z-index: -1;
    bottom: -150px;
    right: -150px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(132,148,148,0.5) 0%, transparent 70%);
    height: 300px;
    filter: blur(70px);
    content: "";
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.stylementorship_profile .styleclient_views {
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "styleimage_overlay"
            "name"
            "styleexperience_log"
            "stylework_projects";
}.stylementorship_profile .styleimage_overlay {
    border-radius: 12px 12px 0 0;
    height: 350px;
}.stylementorship_profile .styleimage_overlay::before {
    height: 10px;
    width: 100%;
}.stylementorship_profile .name {
    text-align: center;
    margin-top: 0;
}.stylementorship_profile .name::after {
    transform: translateX(-50%);
    left: 50%;
}.stylementorship_profile .styleclient_views:hover .name {
    transform: translateY(-5px);
}.stylementorship_profile .styleclient_views span:not(.name) {
    margin: 0 auto;
}.stylementorship_profile .styleclient_views:hover span:not(.name) {
    transform: translateY(-5px);
}.stylementorship_profile .stylework_projects {
    margin: 0 auto;
    border-top: 4px solid rgb(132,148,148);
    width: 90%;
    border-left: none;
}.stylementorship_profile .styleclient_views:hover .stylework_projects {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.stylementorship_profile {
    padding: 5rem 0;
}.stylementorship_profile .styleimage_overlay {
    height: 250px;
}.stylementorship_profile .name {
    font-size: 18px;
}.stylementorship_profile .styleclient_views span:not(.name) {
    font-size: 15px;
    padding: 0.5rem 1rem;
}.stylementorship_profile .stylework_projects {
    width: 95%;
    padding: 1.5rem;
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.styledata_exploration {
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgba(240, 240, 250, 0.9) 100%);
    padding: 100px 0 80px;
    overflow: hidden;
    position: relative;
}.styledata_exploration::before {
    content: "";
    opacity: 0.07;
    transform: skewY(-5deg) translateY(-30px);
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(168,183,183,0.5) 0%, transparent 70%);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}.styledata_exploration::after {
    border-radius: 50%;
    filter: blur(80px);
    right: -50px;
    width: 300px;
    z-index: 0;
    background: linear-gradient(to right, rgb(132,148,148,0.5), transparent);
    bottom: -50px;
    opacity: 0.15;
    position: absolute;
    height: 300px;
    content: "";
}.styledata_exploration h3 {
    margin-bottom: 60px;
    font-size: 38px;
    text-align: center;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 700;
}.styledata_exploration h3::after {
    bottom: -15px;
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(168,183,183), rgb(132,148,148));
    left: 50%;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(-50%) scaleX(0.8);
    width: 80px;
    position: absolute;
}.styledata_exploration h3:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.styledata_exploration .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.styledata_exploration ul {
    display: grid;
    perspective: 1000px;
    list-style: none;
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.styledata_exploration .stylestudy_gain {
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    transform: translateZ(0) translateY(0);
    z-index: 5;
    transform-style: preserve-3d;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}.styledata_exploration .stylestudy_gain::before {
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(168,183,183) 0%, rgb(132,148,148) 100%);
    width: 100%;
    left: 0;
    transform-origin: left;
    position: absolute;
    top: 0;
    height: 5px;
    transform: scaleX(0.7);
    content: "";
}.styledata_exploration .stylestudy_gain::after {
    opacity: 0;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgba(240, 240, 250, 0.5) 100%);
    height: 40%;
    transition: opacity 0.5s ease;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 40%;
    position: absolute;
}.styledata_exploration .stylestudy_gain:hover {
    transform: translateZ(10px) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.styledata_exploration .stylestudy_gain:hover::before {
    transform: scaleX(1);
}.styledata_exploration .stylestudy_gain:hover::after {
    opacity: 1;
}.styledata_exploration .stylestudy_gain span {
    font-size: calc(15px * 1.05);
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 600;
    display: block;
    z-index: 2;
}.styledata_exploration .stylestudy_gain p {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(168,183,183) 0%, rgb(132,148,148) 100%);
    font-weight: 700;
    margin: 0;
    transform: perspective(500px) translateZ(0);
    position: relative;
    color: rgb(168,183,183);
    font-size: calc(39px * 1.2);
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
}.styledata_exploration .stylestudy_gain:hover p {
    transform: perspective(500px) translateZ(20px) scale(1.05);
}.styledata_exploration .stylestudy_gain:nth-child(odd) {
    transform: translateZ(0) translateY(0) rotate(-1deg);
}.styledata_exploration .stylestudy_gain:nth-child(odd):hover {
    transform: translateZ(10px) translateY(-5px) rotate(0deg);
}.styledata_exploration .stylestudy_gain:nth-child(even) {
    transform: translateZ(0) translateY(0) rotate(1deg);
}.styledata_exploration .stylestudy_gain:nth-child(even):hover {
    transform: translateZ(10px) translateY(-5px) rotate(0deg);
}

@media (max-width: 992px) {.styledata_exploration {
    padding: 80px 0 60px;
}.styledata_exploration h3 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.styledata_exploration ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.styledata_exploration .stylestudy_gain {
    padding: 25px 15px;
}.styledata_exploration .stylestudy_gain p {
    font-size: calc(39px * 1.1);
}
}

@media (max-width: 768px) {.styledata_exploration {
    padding: 70px 0 50px;
}.styledata_exploration h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 40px;
}.styledata_exploration ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.styledata_exploration .stylestudy_gain span {
    font-size: 15px;
}.styledata_exploration .stylestudy_gain p {
    font-size: calc(39px * 1);
}
}

@media (max-width: 576px) {.styledata_exploration {
    padding: 60px 0 40px;
}.styledata_exploration h3 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.8);
}.styledata_exploration ul {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}.styledata_exploration .stylestudy_gain {
    padding: 20px 10px;
}.styledata_exploration .stylestudy_gain span {
    font-size: calc(15px * 0.9);
    margin-bottom: 10px;
}.styledata_exploration .stylestudy_gain p {
    font-size: calc(39px * 0.9);
}
}

@media (max-width: 480px) {.styledata_exploration ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.styledata_exploration .stylestudy_gain {
    transform: none !important;
}.styledata_exploration .stylestudy_gain:hover {
    transform: translateY(-3px) !important;
}}.stylethxMessage {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(135deg, rgb(205,218,218) 0%, rgb(168,183,183,0.5) 100%);
}.stylethxMessage::before {
    opacity: 0.1;
    width: 100%;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    pointer-events: none;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(132,148,148,0.5) 49.5%, rgb(132,148,148,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(132,148,148,0.5) 49.5%, rgb(132,148,148,0.5) 50.5%, transparent 50.5%);
    left: 0;
}.stylethxMessage::after {
    position: absolute;
    height: 70%;
    content: "";
    right: -10%;
    background: rgb(168,183,183);
    width: 50%;
    opacity: 0.03;
    top: 20%;
    transform: rotate(-15deg) skewX(-15deg);
    z-index: 0;
}.stylethxMessage .container {
    perspective: 1000px;
    max-width: 1200px;
    padding: 0 20px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.stylethxMessage h2 {
    opacity: 0;
    margin-bottom: 40px;
    color: #000000;
    position: relative;
    font-weight: 700;
    text-align: left;
    transform: translateZ(30px);
    font-size: 30px;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}.stylethxMessage h2::after {
    bottom: -15px;
    content: "";
    left: 0;
    transform-origin: left;
    background: linear-gradient(to right, rgb(168,183,183), rgb(132,148,148));
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    position: absolute;
    transform: scaleX(0);
    width: 80px;
}.stylethxMessage .styleknowledge_hub {
    opacity: 0;
    overflow: hidden;
    background: #ffffff;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px 40px;
    position: relative;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
}.stylethxMessage .styleknowledge_hub::before {
    content: "";
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.07;
    background: linear-gradient(135deg, rgb(168,183,183,0.5) 0%, transparent 80%);
    left: 0;
    width: 100%;
    height: 100%;
}.stylethxMessage .styleknowledge_hub::after {
    width: 300%;
    content: "";
    z-index: 0;
    top: -100%;
    transform: scale(0.8);
    pointer-events: none;
    left: -100%;
    opacity: 0;
    height: 300%;
    background: radial-gradient(circle, rgb(168,183,183,0.5) 0%, transparent 70%);
    position: absolute;
    transition: opacity 1.5s ease, transform 1.5s ease;
}.stylethxMessage .styleknowledge_hub:hover::after {
    transform: scale(1);
    opacity: 0.05;
}.stylethxMessage ul {
    position: relative;
    margin: 0;
    list-style: none;
    z-index: 2;
    padding: 0;
}.stylethxMessage li {
    position: relative;
    z-index: 2;
    padding-left: 30px;
}.stylethxMessage li::before {
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
    top: 12px;
    transform: scale(0);
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(168,183,183) 0%, rgb(132,148,148) 100%);
    left: 0;
    width: 10px;
    position: absolute;
}.stylethxMessage li span {
    display: block;
    transform: translateY(20px);
    line-height: 1.8;
    font-size: 13px;
    opacity: 0;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
    font-family: Arial, sans-serif;
}.stylethxMessage .styleknowledge_hub:hover {
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
}


@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}


@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}

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

@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

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


@media screen and (max-width: 1200px) {.stylethxMessage {
    padding: 100px 0 80px;
}.stylethxMessage h2 {
    font-size: calc(30px - 2px);
}
}

@media screen and (max-width: 992px) {.stylethxMessage {
    padding: 80px 0 60px;
}.stylethxMessage h2 {
    font-size: calc(30px - 4px);
}.stylethxMessage .styleknowledge_hub {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.stylethxMessage {
    padding: 60px 0 50px;
}.stylethxMessage h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 6px);
}.stylethxMessage .styleknowledge_hub {
    transform: translateZ(0) perspective(1000px) rotateX(0);
    padding: 30px 25px;
}.stylethxMessage h2::after {
    height: 3px;
    width: 60px;
}.stylethxMessage li {
    padding-left: 25px;
}.stylethxMessage li::before {
    height: 8px;
    width: 8px;
}
}

@media screen and (max-width: 576px) {.stylethxMessage {
    padding: 50px 0 40px;
}.stylethxMessage h2 {
    margin-bottom: 25px;
    font-size: calc(30px - 8px);
}.stylethxMessage .styleknowledge_hub {
    padding: 25px 20px;
}.stylethxMessage li {
    padding-left: 22px;
}.stylethxMessage li span {
    font-size: calc(13px - 1px);
    line-height: 1.6;
}.stylethxMessage li::before {
    height: 7px;
    width: 7px;
    top: 10px;
}
}

@media (hover: none) {.stylethxMessage .styleknowledge_hub:hover {
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.stylethxMessage .styleknowledge_hub:hover::after {
    opacity: 0;
}}.styleprice_offer {
    isolation: isolate;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.styleprice_offer::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(168,183,183,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
}.styleprice_offer::after {
    right: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 45%;
    background: linear-gradient(225deg, rgb(132,148,148,0.5) 10%, transparent 65%);
}.styleprice_offer .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
}.styleprice_offer .stylepromo_rates {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}.styleprice_offer h2 {
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 37px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}.styleprice_offer h2::after {
    display: block;
    height: 4px;
    background: rgb(168,183,183);
    width: 80px;
    transform: translateY(2px);
    border-radius: 2px;
    margin: 16px auto 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    content: "";
}.styleprice_offer .stylemember_plans {
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 700px;
    font-size: calc(15px + 2px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    margin: 0 auto 50px;
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
}.styleprice_offer .stylefee_deals {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    position: relative;
    list-style: none;
    display: grid;
    padding: 0;
    z-index: 2;
}.styleprice_offer .stylefee_deals li {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.styleprice_offer .stylefee_deals li:hover {
    transform: translateY(-8px);
}.styleprice_offer .stylediscount_deals {
    flex-direction: column;
    height: 100%;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 12px;
    text-decoration: none;
    width: 100%;
}.styleprice_offer .stylediscount_deals:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.styleprice_offer .stylelearn_fees {
    box-sizing: border-box;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    z-index: 1;
}.styleprice_offer .stylelearn_fees::before {
    position: absolute;
    z-index: -1;
    background: linear-gradient(145deg, rgba(rgb(168,183,183), 0.03), rgba(rgb(132,148,148), 0.05));
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}.styleprice_offer .stylelearn_fees::after {
    width: 180px;
    opacity: 0.1;
    height: 180px;
    right: 0;
    border-radius: 0 0 0 180px;
    content: "";
    z-index: -1;
    transform: translate(50%, -50%);
    position: absolute;
    background: linear-gradient(225deg, rgb(168,183,183,0.5) 10%, transparent 70%);
    transition: all 0.5s ease;
    top: 0;
}.styleprice_offer .stylediscount_deals:hover .stylelearn_fees::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.styleprice_offer .styleprice_tiers {
    position: relative;
    padding: 35px 25px;
    z-index: 2;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}.styleprice_offer .styleprice_tiers::before {
    width: 100%;
    bottom: 0;
    content: "";
    background: linear-gradient(to top, rgba(rgb(168,183,183), 0.03), transparent);
    z-index: -1;
    left: 0;
    position: absolute;
    height: 40%;
}.styleprice_offer .styleprice_tiers h4 {
    margin: 0 0 20px;
    font-size: calc(18px + 2px);
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.styleprice_offer .styleprice_tiers h4::after {
    bottom: -8px;
    width: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    border-radius: 2px;
    background: rgb(168,183,183);
}.styleprice_offer .styleprice_tiers p {
    line-height: 1.6;
    color: #000000;
    hyphens: auto;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
    font-size: 15px;
}.styleprice_offer .stylefee_board {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    color: rgb(168,183,183);
    font-weight: 700;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: auto;
    font-size: calc(18px + 6px);
    backdrop-filter: blur(4px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
}.styleprice_offer .stylediscount_deals:hover .stylefee_board {
    transform: scale(1.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {.styleprice_offer {
    padding: 100px 0;
}.styleprice_offer .stylefee_deals {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.styleprice_offer h2 {
    font-size: calc(37px - 2px);
}.styleprice_offer .stylemember_plans {
    font-size: 15px;
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.styleprice_offer {
    padding: 80px 0;
}.styleprice_offer .stylefee_deals {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.styleprice_offer .styleprice_tiers {
    padding: 30px 20px;
}.styleprice_offer .stylefee_board {
    padding: 8px 16px;
    font-size: calc(18px + 2px);
}
}

@media (max-width: 768px) {.styleprice_offer {
    padding: 60px 0;
}.styleprice_offer .stylefee_deals {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.styleprice_offer h2 {
    font-size: calc(37px - 4px);
}.styleprice_offer .styleprice_tiers h4 {
    font-size: 18px;
}.styleprice_offer .styleprice_tiers p {
    font-size: calc(15px - 1px);
}
}

@media (max-width: 576px) {.styleprice_offer {
    padding: 50px 0;
}.styleprice_offer h2 {
    font-size: calc(37px - 6px);
}.styleprice_offer .stylemember_plans {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.styleprice_offer .styleprice_tiers {
    padding: 25px 18px;
}.styleprice_offer .stylefee_board {
    padding: 6px 12px;
    font-size: 18px;
}
}