* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.stylefirst_expert {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1236px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    auto;
    height: 100%;
    min-height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
}.stylewrapper-section {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.styleaccess_help {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stylecookie_alert_overlay {
    position: fixed;
    left: 50%;
    border-radius: 11px;
    overflow: hidden;
    background: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    width: 90%;
    max-width: 500px;
    z-index: 1050;
    bottom: 20px;
}.styletrack_prefs {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
}.stylepolicy_opt {
    margin-bottom: 20px;
}.stylepolicy_opt svg, .stylepolicy_opt svg path, .stylepolicy_opt img {
    fill: rgb(132,160,154);
    height: 60px;
    width: 60px;
}.stylecookie_alert_overlay h5 {
    font-weight: 700;
    color: rgb(132,160,154);
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}.stylecookie_alert_overlay p {
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
}.styletrack_optin {
    margin: 5px;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    width: calc(50% - 10px);
    background: rgb(132,160,154);
    font-size: 19px;
    transition: background 0.3s ease-in-out;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.styletrack_optin:hover {
    background: rgb(96,118,113);
}.cookie_button.stylecookie_preference {
    background: rgb(96,118,113);
}.cookie_button.stylecookie_preference:hover {
    background: rgb(96,118,113,0.5);
}.stylecookie_alert_overlay p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(132,160,154);
}.stylecookie_alert_overlay p a:hover {
    color: rgb(96,118,113);
}#stylecookieUsageMessage {
    display: none;
}#stylecookieUsageMessage:checked ~ .stylecookie_alert_overlay {
    opacity: 0;
    visibility: hidden;
}.styleget_in_touch {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(169,197,192) 0%, rgb(132,160,154,0.5) 100%);
}.styleget_in_touch::before {
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, 
        rgb(132,160,154,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(132,160,154,0.5) 50%, 
        rgb(132,160,154,0.5) 75%, 
        transparent 75%, 
        transparent);
    opacity: 0.05;
    height: 100%;
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    animation: gradientMove 20s linear infinite;
    content: "";
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.styleget_in_touch .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.styleget_in_touch h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: rgb(132,160,154);
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 60px;
    font-size: 35px;
    position: relative;
}.styleget_in_touch h2::after {
    position: absolute;
    background: rgb(132,160,154);
    transform: translateX(-50%);
    height: 4px;
    content: "";
    width: 60px;
    bottom: -15px;
    left: 50%;
}.styleget_in_touch .stylecontact_request {
    border-radius: 27px;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 1000px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 0;
    overflow: hidden;
    margin: 0 auto;
}.styleget_in_touch .stylephoto_item {
    min-height: 600px;
    height: 100%;
    position: relative;
    order: 2;
}.styleget_in_touch .stylereach_reach {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    background: #ffffff;
    order: 1;
}.styleget_in_touch .stylereach_reach::before {
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(132,160,154), rgb(96,118,113));
    right: 0;
    width: 10px;
    top: 0;
}.styleget_in_touch form {
    width: 100%;
    position: relative;
}.styleget_in_touch form h3 {
    font-size: 22px;
    padding-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    border-bottom: 2px solid rgb(96,118,113,0.5);
    position: relative;
    margin-bottom: 40px;
}.styleget_in_touch form input[type="text"] {
    margin-bottom: 25px;
    background: rgb(169,197,192);
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 17px;
    width: 100%;
    color: #000000;
    padding: 16px 20px 16px 50px;
}.styleget_in_touch form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(132,160,154);
    outline: none;
    background: #ffffff;
}.styleget_in_touch form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.styleget_in_touch form input#name {
    position: relative;
}.styleget_in_touch form input#name::before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    top: 50%;
    background: rgb(132,160,154);
    transform: translateY(-50%);
    left: 20px;
    border-radius: 50%;
}.styleget_in_touch .stylequery_card {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.styleget_in_touch .stylequery_card input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.styleget_in_touch .stylequery_card label {
    font-size: 13px;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
    position: relative;
}.styleget_in_touch .stylequery_card label::before {
    content: "";
    top: 0;
    position: absolute;
    height: 24px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(169,197,192);
    left: 0;
    width: 24px;
}.styleget_in_touch .stylequery_card input[type="checkbox"]:checked + label::before {
    background: rgb(132,160,154);
}.styleget_in_touch .stylequery_card input[type="checkbox"]:checked + label::after {
    top: 4px;
    content: "";
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 8px;
    left: 8px;
    position: absolute;
    transform: rotate(45deg);
    height: 14px;
}.styleget_in_touch .stylequery_card label a {
    font-weight: 600;
    position: relative;
    color: rgb(132,160,154);
    transition: all 0.3s ease;
    text-decoration: none;
}.styleget_in_touch .stylequery_card label a::after {
    background: rgb(132,160,154);
    bottom: -2px;
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
}.styleget_in_touch .stylequery_card label a:hover::after {
    width: 100%;
}.styleget_in_touch form .stylerequest_form {
    color: #ffffff;
    font-weight: 700;
    z-index: 1;
    text-transform: uppercase;
    font-size: 16px;
    padding: 16px 40px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 1px;
    position: relative;
    font-family: Arial, sans-serif;
    background: rgb(132,160,154);
    border: none;
}.styleget_in_touch form .stylerequest_form::before {
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 0;
    transition: width 0.3s ease;
    background: rgb(96,118,113);
}.styleget_in_touch form .stylerequest_form:hover::before {
    width: 100%;
}.styleget_in_touch form .stylerequest_form:hover {
    box-shadow: 0 10px 20px -10px rgb(132,160,154);
    transform: translateY(-3px);
}.styleget_in_touch svg {
    top: 50%;
    left: 20px;
    height: 20px;
    fill: rgb(132,160,154);
    position: absolute;
    transform: translateY(-50%);
    width: 20px;
}.styleget_in_touch svg path {
    fill: rgb(132,160,154);
    transition: fill 0.3s ease;
}.styleget_in_touch form #name,
.styleget_in_touch form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.styleget_in_touch .stylecontact_request {
    max-width: 800px;
}.styleget_in_touch .stylereach_reach {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.styleget_in_touch {
    padding: 80px 0 60px;
}.styleget_in_touch .stylecontact_request {
    grid-template-columns: 1fr;
}.styleget_in_touch .stylephoto_item {
    min-height: 300px;
    clip-path: none;
    order: 1;
}.styleget_in_touch .stylereach_reach {
    padding: 40px 30px;
    order: 2;
}.styleget_in_touch .stylereach_reach::before {
    width: 100%;
    background: linear-gradient(to right, rgb(132,160,154), rgb(96,118,113));
    top: 0;
    height: 6px;
    right: 0;
}.styleget_in_touch h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.styleget_in_touch {
    padding: 60px 0 40px;
}.styleget_in_touch h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.styleget_in_touch .stylephoto_item {
    min-height: 200px;
}.styleget_in_touch .stylereach_reach {
    padding: 30px 20px;
}.styleget_in_touch form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 30px;
}.styleget_in_touch form .stylerequest_form {
    width: 100%;
    padding: 14px 20px;
}}.stylequantitative_data {
    z-index: 1;
    position: relative;
    padding: 8rem 0;
    background: rgb(169,197,192);
    overflow: hidden;
}.stylequantitative_data::before {
    width: 100%;
    opacity: 1;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent, rgb(132,160,154,0.5), transparent) 0 0,
        linear-gradient(to right, transparent, transparent, rgba(255,255,255,0.05), transparent, transparent) 0 0;
    background-size: 100% 100%, 200% 100%;
    z-index: -1;
    content: "";
    left: 0;
    animation: backgroundSweep 8s infinite ease-in-out;
    top: 0;
    height: 100%;
}@keyframes backgroundSweep {
    0% {
        background-position: 0 0, -100% 0;
    }
    50% {
        background-position: 0 0, 100% 0;
    }
    100% {
        background-position: 0 0, -100% 0;
    }
}

.stylequantitative_data .container {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1200px;
    padding: 0;
    position: relative;
}.stylequantitative_data .container::before {
    height: 100%;
    opacity: 0.03;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    background-size: 100% 50px, 100% 100px;
    background-image: 
        linear-gradient(0deg, rgb(132,160,154,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(96,118,113,0.5) 1px, transparent 1px);
    z-index: -1;
    animation: lineShift 30s infinite linear;
}@keyframes lineShift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 50px, 0 100px;
    }
}

.stylequantitative_data h2 {
    text-align: center;
    font-size: 32px;
    align-self: center;
    position: relative;
    color: #000000;
    margin: 0 0 6rem;
    font-weight: 700;
    width: max-content;
}.stylequantitative_data h2::after {
    position: absolute;
    left: -10%;
    height: 8px;
    bottom: -20px;
    border-radius: 10px;
    opacity: 0.3;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(132,160,154), transparent);
    width: 120%;
}.stylequantitative_data ul {
    padding: 0;
    position: relative;
    display: flex;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    min-height: 300px;
}.stylequantitative_data ul::before {
    height: 1px;
    bottom: 0;
    background-size: 200% 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(132,160,154,0.5), rgb(96,118,113,0.5), rgb(132,160,154,0.5), transparent);
    animation: gradientMove 6s infinite linear;
    content: "";
    width: 100%;
}.stylequantitative_data ul::after {
    position: absolute;
    animation: gradientMove 6s infinite linear reverse;
    left: 0;
    height: 1px;
    content: "";
    background-size: 200% 1px;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(96,118,113,0.5), rgb(132,160,154,0.5), rgb(96,118,113,0.5), transparent);
}@keyframes gradientMove {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.stylequantitative_data .stylestatistics_plus {
    position: relative;
    animation: slideIn 0.5s forwards;
    flex: 0 0 20%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(100%);
    justify-content: center;
    background: linear-gradient(to bottom, transparent, rgba(rgb(132,160,154), 0.02), transparent);
    height: 0;
    transition: all 0.4s ease;
    padding: 2rem 1rem;
}@keyframes slideIn {
    to {
        height: auto;
        transform: translateY(0);
        opacity: 1;
    }
}


.stylequantitative_data .stylestatistics_plus:nth-child(1) {
    animation-delay: 0.1s;
}.stylequantitative_data .stylestatistics_plus:nth-child(2) {
    animation-delay: 0.2s;
}.stylequantitative_data .stylestatistics_plus:nth-child(3) {
    animation-delay: 0.3s;
}.stylequantitative_data .stylestatistics_plus:nth-child(4) {
    animation-delay: 0.4s;
}.stylequantitative_data .stylestatistics_plus:nth-child(5) {
    animation-delay: 0.5s;
}.stylequantitative_data .stylestatistics_plus:nth-child(6) {
    animation-delay: 0.6s;
}.stylequantitative_data .stylestatistics_plus:nth-child(7) {
    animation-delay: 0.7s;
}.stylequantitative_data .stylestatistics_plus:nth-child(8) {
    animation-delay: 0.8s;
}.stylequantitative_data .stylestatistics_plus:nth-child(9) {
    animation-delay: 0.9s;
}.stylequantitative_data .stylestatistics_plus:nth-child(10) {
    animation-delay: 1s;
}.stylequantitative_data .stylestatistics_plus::before {
    background: linear-gradient(to bottom, transparent, rgb(132,160,154,0.5), transparent);
    top: 0;
    width: 1px;
    bottom: 0;
    position: absolute;
    right: 0;
    content: "";
}.stylequantitative_data .stylestatistics_plus:nth-child(5n)::before {
    display: none;
}.stylequantitative_data .stylestatistics_plus::after {
    position: absolute;
    bottom: -5px;
    opacity: 0.1;
    background: linear-gradient(90deg, transparent, rgb(132,160,154,0.5), transparent);
    width: 80%;
    height: 2px;
    left: 10%;
    transition: all 0.3s ease;
    z-index: -1;
    content: "";
}.stylequantitative_data .stylestatistics_plus:hover::after {
    height: 3px;
    opacity: 0.5;
    left: 5%;
    width: 90%;
}.stylequantitative_data .stylestatistics_plus p {
    font-weight: 700;
    font-size: calc(45px * 1.3);
    text-align: center;
    margin: 0 0 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(132,160,154);
}.stylequantitative_data .stylestatistics_plus span {
    max-width: 100%;
    margin-top: auto;
    transition: all 0.3s ease;
    position: relative;
    font-size: 15px;
    text-align: center;
    color: #000000;
    font-weight: 400;
}.stylequantitative_data .stylestatistics_plus:nth-child(odd) p {
    color: rgb(132,160,154);
}.stylequantitative_data .stylestatistics_plus:nth-child(even) p {
    color: rgb(96,118,113);
}.stylequantitative_data svg {
    transform: translateX(-50%);
    opacity: 0.1;
    fill: rgb(132,160,154);
    position: absolute;
    transition: all 0.3s ease;
    bottom: -25px;
    height: 50px;
    width: 50px;
    left: 50%;
}.stylequantitative_data svg path {
    fill: inherit;
}.stylequantitative_data .stylestatistics_plus:hover p {
    transform: translateY(-5px);
}.stylequantitative_data .stylestatistics_plus:hover svg {
    transform: translateX(-50%) scale(1.1);
    opacity: 0.2;
}.stylequantitative_data::after {
    left: 0;
    animation: lineSweep 10s infinite linear;
    background-position: 0% 100%, 100% 85%;
    background-image: 
        linear-gradient(90deg, transparent, rgb(132,160,154,0.5) 50%, transparent 100%),
        linear-gradient(90deg, transparent, rgb(96,118,113,0.5) 50%, transparent 100%);
    z-index: -1;
    height: 40%;
    background-repeat: repeat-x;
    width: 100%;
    background-size: 200% 1px, 200% 1px;
    content: "";
    opacity: 0.15;
    bottom: 0;
    position: absolute;
}@keyframes lineSweep {
    0% {
        background-position: 0% 100%, 100% 85%;
    }
    50% {
        background-position: 100% 100%, 0% 85%;
    }
    100% {
        background-position: 0% 100%, 100% 85%;
    }
}

.stylequantitative_data .stylestatistics_plus p::before {
    font-size: 22px;
    color: #ffffff;
    transition: all 0.3s ease;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    height: 30px;
    content: attr(data-count);
    right: -15px;
    background: rgb(132,160,154);
    transform: scale(0);
    top: -15px;
    opacity: 0;
}.stylequantitative_data .stylestatistics_plus:hover p::before {
    transform: scale(1);
    opacity: 1;
}.stylequantitative_data .stylestatistics_plus:nth-child(1) p::before {
    content: "01";
}.stylequantitative_data .stylestatistics_plus:nth-child(2) p::before {
    content: "02";
    background: rgb(96,118,113);
}.stylequantitative_data .stylestatistics_plus:nth-child(3) p::before {
    content: "03";
    background: rgb(132,160,154);
}.stylequantitative_data .stylestatistics_plus:nth-child(4) p::before {
    background: rgb(96,118,113);
    content: "04";
}.stylequantitative_data .stylestatistics_plus:nth-child(5) p::before {
    content: "05";
    background: rgb(132,160,154);
}.stylequantitative_data .stylestatistics_plus:nth-child(6) p::before {
    content: "06";
    background: rgb(96,118,113);
}.stylequantitative_data .stylestatistics_plus:nth-child(7) p::before {
    background: rgb(132,160,154);
    content: "07";
}.stylequantitative_data .stylestatistics_plus:nth-child(8) p::before {
    background: rgb(96,118,113);
    content: "08";
}.stylequantitative_data .stylestatistics_plus:nth-child(9) p::before {
    background: rgb(132,160,154);
    content: "09";
}.stylequantitative_data .stylestatistics_plus:nth-child(10) p::before {
    content: "10";
    background: rgb(96,118,113);
}


@media screen and (max-width: 1024px) {.stylequantitative_data {
    padding: 6rem 0;
}.stylequantitative_data ul {
    height: 350px;
}.stylequantitative_data .stylestatistics_plus p {
    font-size: calc(45px * 1.2);
}
}

@media screen and (max-width: 768px) {.stylequantitative_data {
    padding: 5rem 0;
}.stylequantitative_data h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 4rem;
}.stylequantitative_data ul {
    height: auto;
    flex-wrap: wrap;
}.stylequantitative_data .stylestatistics_plus {
    padding: 0 1.5rem;
    flex: 0 0 33.33%;
    margin-bottom: 3rem;
}.stylequantitative_data .stylestatistics_plus:nth-child(5n)::before {
    display: block;
}.stylequantitative_data .stylestatistics_plus:nth-child(3n)::before {
    display: none;
}.stylequantitative_data .stylestatistics_plus:nth-child(3n+1) {
    animation-delay: 0.1s;
}.stylequantitative_data .stylestatistics_plus:nth-child(3n+2) {
    animation-delay: 0.2s;
}.stylequantitative_data .stylestatistics_plus:nth-child(3n) {
    animation-delay: 0.3s;
}
}

@media screen and (max-width: 480px) {.stylequantitative_data {
    padding: 4rem 0;
}.stylequantitative_data h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 3rem;
}.stylequantitative_data ul {
    display: flex;
    flex-wrap: wrap;
}.stylequantitative_data .stylestatistics_plus {
    margin-bottom: 2.5rem;
    padding: 0;
    flex: 0 0 100%;
}.stylequantitative_data .stylestatistics_plus::before {
    display: none;
}.stylequantitative_data .stylestatistics_plus:last-child {
    margin-bottom: 0;
}.stylequantitative_data .stylestatistics_plus p {
    font-size: calc(45px * 1.1);
}.stylequantitative_data .stylestatistics_plus:nth-child(n) {
    animation-delay: calc(0.1s * var(--n));
}}.stylewelcome_board {
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(169,197,192) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: center;
    min-height: 100vh;
    position: relative;
    align-items: center;
}.stylewelcome_board::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(132,160,154,0.5) 0%, transparent 75%);
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    opacity: 0.4;
}.stylewelcome_board::after {
    height: 70%;
    z-index: 0;
    background: rgb(96,118,113);
    content: "";
    width: 35%;
    right: -5%;
    bottom: -10%;
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.1;
}.stylewelcome_board .stylemain_title {
    z-index: 2;
    position: relative;
    padding: 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 90%;
    max-width: 1200px;
    display: grid;
}.stylewelcome_board .stylemain_title > div:first-child {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: translateY(-1rem);
    background: #ffffff;
    padding: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.stylewelcome_board .stylemain_title > div:first-child:hover {
    transform: translateY(-1.5rem) scale(1.02);
}.stylewelcome_board .stylemain_title > div:first-child p {
    font-size: calc(14px * 1.2);
    margin: 0;
    line-height: 1.6;
    z-index: 3;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    color: #000000;
}.stylewelcome_board .stylelearn_space {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.stylewelcome_board .stylelearn_space > div {
    padding: 3rem 2rem;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    min-height: 400px;
    height: 100%;
}.stylewelcome_board .stylelearn_space > div::before {
    position: absolute;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    z-index: 1;
}.stylewelcome_board .stylelearn_space h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    font-size: calc(24px * 1.1);
    color: #ffffff;
    font-weight: 400;
    transform: translateX(1rem);
    line-height: 1.4;
    transition: all 0.4s ease;
    max-width: 90%;
    margin-bottom: 2rem;
    opacity: 0.9;
}.stylewelcome_board .stylelearn_space:hover h3 {
    opacity: 1;
    transform: translateX(0);
}.stylewelcome_board .stylelearn_space div div {
    z-index: 2;
    position: relative;
}.stylewelcome_board .stylelearn_space div div div {
    padding: 2rem;
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(1rem);
    position: relative;
}.stylewelcome_board .stylelearn_space:hover div div div {
    transform: translateY(0);
}.stylewelcome_board .title_style_header {
    font-size: calc(45px * 0.9);
    padding-left: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(132,160,154);
    margin: 0;
    position: relative;
}.stylewelcome_board .title_style_header::before {
    height: 100%;
    content: "";
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleY(0.8);
    background: rgb(96,118,113);
    top: 0;
    width: 4px;
}.stylewelcome_board .stylelearn_space:hover .title_style_header::before {
    transform: scaleY(1);
}

@media (min-width: 768px) {.stylewelcome_board .stylemain_title {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.stylewelcome_board .stylemain_title > div:first-child {
    transform: translateY(0) translateX(-1rem);
    align-self: center;
}.stylewelcome_board .stylemain_title > div:first-child:hover {
    transform: translateX(-1.5rem) scale(1.02);
}.stylewelcome_board .title_style_header {
    font-size: 45px;
}.stylewelcome_board .stylelearn_space > div {
    min-height: 500px;
}
}

@media (min-width: 992px) {.stylewelcome_board .stylemain_title {
    width: 85%;
    padding: 3rem;
}.stylewelcome_board .stylelearn_space h3 {
    font-size: 24px;
    max-width: 80%;
}.stylewelcome_board .stylelearn_space > div {
    padding: 4rem 3rem;
}.stylewelcome_board .stylelearn_space div div div {
    padding: 3rem;
    max-width: 85%;
}
}

@media (max-width: 767px) {.stylewelcome_board {
    padding: 4rem 0;
}.stylewelcome_board .stylemain_title {
    gap: 1.5rem;
}.stylewelcome_board .title_style_header {
    font-size: calc(35px * 0.9);
}.stylewelcome_board .stylelearn_space h3 {
    max-width: 100%;
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 480px) {.stylewelcome_board .stylemain_title {
    padding: 1rem;
    width: 95%;
}.stylewelcome_board .stylemain_title > div:first-child {
    padding: 1rem;
}.stylewelcome_board .stylemain_title > div:first-child p {
    font-size: 14px;
}.stylewelcome_board .stylelearn_space > div {
    min-height: 350px;
    padding: 2rem 1rem;
}.stylewelcome_board .stylelearn_space div div div {
    padding: 1.5rem;
}}header {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, rgb(132,160,154,0.5) 0%, rgb(96,118,113) 100%);
    overflow: visible;
    z-index: 99;
}header::before {
    position: absolute;
    background: linear-gradient(145deg, rgb(96,118,113,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    content: "";
}header .stylemain_page {
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    display: flex;
    padding: 20px 15px;
    transform: none;
    position: relative;
    flex-direction: row;
}header .stylemain_page .stylemain_pro {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}header .stylemain_page .stylemain_pro:hover {
    transform: scale(1.05);
}header .stylemain_page .stylemain_pro .stylehead_teach {
    display: inline-block;
}header .stylemain_page .stylemain_pro .stylehead_teach svg {
    height: 50px;
    width: auto;
}header .stylemain_page .styleheader_guide {
    display: flex;
    transform: none;
    margin: 0;
    border-radius: 21px;
    padding: 0;
    list-style: none;
    padding: 20px 30px;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}header .stylemain_page .styleheader_guide::before {
    top: 0;
    height: 100%;
    transform: rotate(-2deg) scale(1.03);
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 21px;
}header .stylemain_page .styleheader_guide .styletop_pagebar {
    margin: 0 12px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .stylemain_page .styleheader_guide .styletop_pagebar:hover {
    transform: translateY(-3px) scale(1.05);
}header .stylemain_page .styleheader_guide .styletop_pagebar a {
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding: 8px 5px;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 15px;
    color: #ffffff;
}header .stylemain_page .styleheader_guide .styletop_pagebar a::after {
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, transparent, rgb(96,118,113), transparent);
    height: 2px;
    bottom: 0;
    content: "";
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    position: absolute;
}header .stylemain_page .styleheader_guide .styletop_pagebar:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .stylemain_page {
    flex-direction: column;
    align-items: center;
}header .stylemain_page .stylemain_pro {
    margin-bottom: 15px;
    margin-right: 0;
}header .stylemain_page .styleheader_guide {
    justify-content: center;
    padding: 15px;
    width: 100%;
}header .stylemain_page .styleheader_guide .styletop_pagebar {
    margin: 5px 15px 5px 0;
}header .stylemain_page .styleheader_guide .styletop_pagebar a {
    font-size: calc(15px - 2px);
    padding: 5px;
}}.stylesecure_archive {
    padding: 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    line-height: 1.6;
    background-color: rgb(169,197,192);
}.stylesecure_archive h1, .stylesecure_archive h2, .stylesecure_archive h3, .stylesecure_archive h4, .stylesecure_archive h5, .stylesecure_archive h6 {
    color: rgb(132,160,154);
    font-weight: 700;
    margin-bottom: 20px;
}.stylesecure_archive h1 {
    font-size: 48px;
}.stylesecure_archive h2 {
    font-size: 31px;
}.stylesecure_archive h3 {
    font-size: calc(24px - 4px);
}.stylesecure_archive h4 {
    font-size: calc(24px - 8px);
}.stylesecure_archive h5 {
    font-size: 24px;
    font-weight: 600;
}.stylesecure_archive h6 {
    font-weight: 300;
    font-size: 16px;
}.stylesecure_archive ul, .stylesecure_archive ol {
    margin-left: 20px;
    list-style-position: inside;
    padding-left: 20px;
}.stylesecure_archive li {
    margin-bottom: 10px;
    border-left: 3px solid rgb(96,118,113);
    padding-left: 10px;
}.stylesecure_archive li::marker {
    color: rgb(96,118,113);
}.stylesecure_archive section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: rgb(169,197,192);
}.stylesecure_archive p, .stylesecure_archive span {
    margin-bottom: 15px;
    color: #000000;
    font-size: 17px;
}
@media only screen and (max-width: 800px) {.stylesecure_archive {
    padding: 15px;
}.stylesecure_archive h1 {
    font-size: calc(24px - 6px);
}.stylesecure_archive h2 {
    font-size: calc(24px - 5px);
}.stylesecure_archive ul, .stylesecure_archive ol {
    padding-left: 10px;
    margin-left: 10px;
}.stylesecure_archive li {
    margin-bottom: 8px;
}.stylesecure_archive p, .stylesecure_archive span {
    font-size: calc(17px - 2px);
}}
header .top_plank {
    background: rgb(132,160,154);
    color:  #ffffff;
}header .top_plank .stylelearning_bar div svg, header .top_plank .stylelearning_bar div svg path {
    fill: #ffffff;
}header .top_plank .stylelearning_bar div span {
    color: #ffffff;
}header .top_plank .stylelearning_bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 21px;
    font-size: 12px;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    width: 100%;
}header .top_plank .stylelearning_bar div {
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
    display: flex;
}header .top_plank .stylelearning_bar div img, header .top_plank .stylelearning_bar div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.styleprogram_information {
    position: relative;
    background: linear-gradient(120deg, rgb(169,197,192) 0%, rgb(132,160,154,0.5) 25%, rgb(96,118,113,0.5) 75%, rgb(169,197,192) 100%);
    padding: 120px 0;
    overflow: hidden;
}.styleprogram_information::before {
    animation: patternShift 20s linear infinite;
    position: absolute;
    content: "";
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(132,160,154,0.5) 0,
        rgb(132,160,154,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    left: 0;
    opacity: 0.1;
    height: 100%;
}.styleprogram_information::after {
    content: "";
    position: absolute;
    width: 100%;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(96,118,113,0.5) 0%,
        transparent 50%
    );
    height: 100%;
    z-index: 1;
    top: 0;
    filter: blur(50px);
    left: 0;
}.styleprogram_information .container {
    z-index: 2;
    position: relative;
}.styleprogram_information .stylelearning_space {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 0;
    min-height: 500px;
    justify-content: flex-end;
}.styleprogram_information .stylephoto_item {
    filter: saturate(1.2) contrast(1.1);
    z-index: 1;
    transition: transform 0.7s ease-out, filter 0.7s ease;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    transform: scale(1.05);
}.styleprogram_information .stylephoto_item::before {
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(132,160,154,0.5) 100%
    );
    content: "";
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.styleprogram_information .stylephoto_item::after {
    left: 0;
    z-index: 3;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.8;
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    top: 0;
    content: "";
}.styleprogram_information .styleskill_map {
    z-index: 4;
    transform: translateX(-30px);
    border-radius: 10px 0 0 10px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 50px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    max-width: 55%;
    background: rgba(255, 255, 255, 0.85);
}.styleprogram_information .styleskill_map::before {
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    z-index: -1;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    top: 0;
}.styleprogram_information .styleskill_map::after {
    position: absolute;
    top: 15px;
    border-radius: calc(10px - 10px) 0 0 calc(10px - 10px);
    width: calc(100% - 30px);
    content: "";
    z-index: -1;
    border: 1px solid rgb(132,160,154,0.5);
    height: calc(100% - 30px);
    opacity: 0.5;
    left: 15px;
}.styleprogram_information .stylemain_pro {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    z-index: 5;
}.styleprogram_information .stylemain_pro svg {
    height: 60px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    width: auto;
}.styleprogram_information .stylemain_pro svg:hover {
    transform: scale(1.05) translateY(-5px);
}.styleprogram_information .stylemain_pro svg path {
    transition: fill 0.3s ease;
    fill: rgb(132,160,154);
}.styleprogram_information .stylemain_pro::after {
    bottom: -8px;
    background: rgb(96,118,113);
    width: 40px;
    height: 3px;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    left: 0;
    border-radius: 10px;
}.styleprogram_information .stylemain_pro:hover::after {
    width: 100%;
}.styleprogram_information h3 {
    color: #000000;
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
}.styleprogram_information h3::after {
    height: 2px;
    content: "";
    bottom: 0;
    width: 70px;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(132,160,154) 0%,
        rgb(96,118,113) 100%
    );
    position: absolute;
    border-radius: 10px;
}.styleprogram_information p {
    font-size: 15px;
    position: relative;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 1200px) {.styleprogram_information .styleskill_map {
    max-width: 65%;
}
}

@media (max-width: 992px) {.styleprogram_information {
    padding: 80px 0;
}.styleprogram_information .stylelearning_space {
    min-height: auto;
    display: block;
}.styleprogram_information .stylephoto_item {
    margin-bottom: 30px;
    position: relative;
    height: 300px;
}.styleprogram_information .styleskill_map {
    padding: 40px 30px;
    max-width: 100%;
    transform: translateX(0);
    border-radius: 10px;
}.styleprogram_information .styleskill_map::before,
    .styleprogram_information .styleskill_map::after {
    border-radius: 10px;
}
}

@media (max-width: 768px) {.styleprogram_information {
    padding: 60px 0;
}.styleprogram_information .stylephoto_item {
    height: 250px;
}.styleprogram_information .styleskill_map {
    padding: 30px 25px;
}.styleprogram_information h3 {
    font-size: calc(34px * 0.9);
}.styleprogram_information p {
    font-size: calc(15px * 0.95);
}.styleprogram_information .stylemain_pro svg {
    height: 50px;
}}.stylethanks_id {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(169,197,192) 0%, rgb(96,118,113,0.5) 100%);
}.stylethanks_id::before {
    left: 0;
    opacity: 0.15;
    height: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(132,160,154,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(96,118,113,0.5) 0%, transparent 40%);
    top: 0;
}.stylethanks_id::after {
    width: 100%;
    top: -50%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.05;
    transform: rotate(25deg);
    position: absolute;
    right: -50%;
    height: 100%;
    z-index: 0;
    content: "";
    background: rgb(255, 255, 255, 0.5);
}.stylethanks_id .container {
    margin: 0 auto;
    max-width: 1200px;
    perspective: 1000px;
    transform: translateZ(0);
    position: relative;
    z-index: 2;
}.stylethanks_id h2 {
    margin-bottom: 3rem;
    max-width: 90%;
    line-height: 1.3;
    border-left: 5px solid rgb(132,160,154);
    animation: slide-up 0.8s ease-out forwards;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    transform: translateY(30px);
    color: #000000;
    opacity: 0;
    font-weight: 700;
    font-size: 33px;
    position: relative;
    text-align: left;
}.stylethanks_id .stylelearning_space {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    position: relative;
    overflow: hidden;
    padding: 3rem;
    opacity: 0;
    background: #ffffff;
    animation: slide-up 0.8s ease-out forwards 0.2s;
}.stylethanks_id .stylelearning_space::before {
    height: 5px;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(132,160,154) 0%, rgb(96,118,113) 100%);
}.stylethanks_id ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}.stylethanks_id li {
    position: relative;
    padding: 0.5rem 0;
}.stylethanks_id li::before {
    width: 3px;
    position: absolute;
    height: 100%;
    left: -1.5rem;
    opacity: 0;
    content: "";
    top: 0;
    transform-origin: top;
    transform: scaleY(0);
    background: rgb(132,160,154,0.5);
    animation: grow-line 1.2s ease-out forwards 0.8s;
}.stylethanks_id li span {
    font-size: 14px;
    display: block;
    color: #000000;
    padding-left: 0.5rem;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    transform: translateX(20px);
    opacity: 0;
    position: relative;
    line-height: 1.8;
    text-align: left;
    font-family: Arial, sans-serif;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.stylethanks_id .stylelearning_space:hover {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateZ(0) scale(1.01);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {.stylethanks_id {
    padding: 4rem 1.5rem;
}.stylethanks_id h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(33px * 0.9);
}.stylethanks_id .stylelearning_space {
    padding: 2rem;
}
}

@media (max-width: 767px) {.stylethanks_id {
    padding: 3rem 1rem;
}.stylethanks_id h2 {
    border-left: 3px solid rgb(132,160,154);
    font-size: calc(33px * 0.8);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.stylethanks_id .stylelearning_space {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.stylethanks_id li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.stylethanks_id {
    padding: 2rem 0.8rem;
}.stylethanks_id h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.2rem;
}.stylethanks_id .stylelearning_space {
    padding: 1.2rem;
}.stylethanks_id li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (min-width: 1200px) {.stylethanks_id .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.stylethanks_id h2 {
    max-width: 80%;
    margin-left: 3rem;
}.stylethanks_id .stylelearning_space {
    margin-left: auto;
    width: 85%;
    transform: translateY(30px) translateX(-2rem);
}.stylethanks_id .stylelearning_space:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.stylethanks_id .stylelearning_space {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    right: 0;
    left: 0;
    position: absolute;
    opacity: 0.9;
    content: "";
    background: linear-gradient(to right, rgb(96,118,113), rgb(132,160,154));
    top: 0;
    bottom: 0;
    z-index: -2;
}footer::after {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
}.styleaccess_help {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2rem;
}.styleaccess_help::before {
    position: absolute;
    height: 10px;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(132,160,154), rgb(96,118,113), rgb(132,160,154));
}.styleaccess_help .container {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 2rem;
}.styleaccess_help .company_holder {
    position: relative;
    padding: 0;
    grid-column: span 5;
}.styleaccess_help .company_holder h3 {
    font-weight: 700;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 35px;
    position: relative;
    margin: 0 0 1.5rem;
}.styleaccess_help .company_holder h3::after {
    position: absolute;
    width: 80px;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #ffffff;
    content: "";
}.styleaccess_help .styleprivacy_cta {
    margin-top: 1.5rem;
    padding: 0 0 0 1.5rem;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    color: #ffffff;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}.styleaccess_help .styleinsta_feed {
    grid-column: span 7;
}.styleaccess_help .stylemain_train {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.styleaccess_help .styleheader_guide {
    position: relative;
}.styleaccess_help .styleheader_guide h5 {
    font-weight: 600;
    margin: 0 0 1.5rem;
    color: #ffffff;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.8rem;
    font-size: 19px;
}.styleaccess_help .styleheader_guide h5::after {
    height: 2px;
    background: #ffffff;
    position: absolute;
    width: 40px;
    content: "";
    left: 0;
    bottom: -2px;
}.styleaccess_help .styleheader_guide .stylemain_train {
    gap: 1rem;
    display: grid;
}.styleaccess_help .styleheader_guide .stylemain_train a {
    display: flex;
    position: relative;
    font-size: 16px;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
}.styleaccess_help .styleheader_guide .stylemain_train a::after {
    transform: translateX(-5px);
    content: "\2192";
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    opacity: 0;
}.styleaccess_help .styleheader_guide .stylemain_train a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.styleaccess_help .styleheader_guide .stylemain_train a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.styleres_connect {
    margin-top: 4rem;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.styleres_connect .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.styleres_connect .stylelecture_ref {
    text-align: center;
    padding: 0 1rem;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    opacity: 0.9;
}.styleaccess_help::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    height: 50px;
    content: "";
    width: 50px;
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    right: 2rem;
}.styleaccess_help .company_holder::before {
    height: 50px;
    top: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    width: 50px;
    left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
}.styleaccess_help .company_holder::after {
    width: 50px;
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    left: 0;
}.styleaccess_help .styleinsta_feed::after {
    content: "";
    height: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    width: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    right: 0;
}

@media (max-width: 1200px) {.styleaccess_help .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.styleaccess_help {
    padding: 4rem 0 2rem;
}.styleaccess_help .container {
    grid-template-columns: 1fr;
}.styleaccess_help .company_holder,
    .styleaccess_help .styleinsta_feed {
    grid-column: span 12;
}.styleaccess_help .company_holder {
    margin-bottom: 2rem;
}.styleaccess_help::after,
    .styleaccess_help .company_holder::before,
    .styleaccess_help .company_holder::after,
    .styleaccess_help .styleinsta_feed::after {
    display: none;
}
}

@media (max-width: 768px) {.styleaccess_help {
    padding: 3rem 0 1.5rem;
}.styleaccess_help .stylemain_train {
    gap: 1.5rem;
}.styleaccess_help .company_holder h3 {
    font-size: calc(35px - 2px);
}.styleres_connect {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.styleaccess_help {
    padding: 2.5rem 0 1rem;
}.styleaccess_help .stylemain_train {
    grid-template-columns: 1fr;
    gap: 2rem;
}.styleaccess_help .styleprivacy_cta {
    padding-left: 1rem;
}.styleres_connect {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.styleaccess_help .company_holder h3::after,
    .styleaccess_help .styleheader_guide h5::after {
    width: 30px;
}.styleaccess_help .styleheader_guide .stylemain_train a:hover {
    padding-left: 0.3rem;
}}.stylehelp_center {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(169,197,192) 0%, rgba(245, 247, 250, 0.9) 100%);
}.stylehelp_center::before {
    animation: floating 8s infinite ease-in-out;
    border: 15px solid rgb(132,160,154,0.5);
    transform: rotate(30deg);
    top: -100px;
    z-index: 0;
    height: 300px;
    right: -100px;
    width: 300px;
    position: absolute;
    content: "";
}.stylehelp_center::after {
    bottom: -50px;
    z-index: 0;
    border-radius: 10px;
    animation: floating 10s infinite ease-in-out alternate;
    position: absolute;
    transform: rotate(-15deg);
    width: 200px;
    height: 200px;
    left: -50px;
    content: "";
    background: linear-gradient(45deg, rgb(96,118,113,0.5), transparent);
}.stylehelp_center h1 {
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0px);
    z-index: 1;
    transition: transform 0.5s ease;
    font-size: 40px;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
}.stylehelp_center h1::after {
    left: 50%;
    position: absolute;
    bottom: -15px;
    background: rgb(132,160,154);
    height: 4px;
    width: 80px;
    content: "";
    transform: translateX(-50%);
}.stylehelp_center .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.stylehelp_center .stylecourse_info {
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    border-radius: 24px;
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    gap: 40px;
    transform: perspective(1000px) rotateX(0deg);
    padding: 40px;
}.stylehelp_center .stylecourse_info:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.stylehelp_center .stylecourse_info > div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    border-left: 4px solid rgb(132,160,154);
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(to bottom right, rgba(250, 250, 250, 0.9), rgba(255, 255, 255, 0.7));
}.stylehelp_center .stylecourse_info > div:hover {
    border-left: 4px solid rgb(96,118,113);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.stylehelp_center .stylecourse_info > div > div {
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}.stylehelp_center h6 {
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 12px;
    align-items: center;
    font-size: 19px;
    display: flex;
}.stylehelp_center h6 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
    transform: scale(0.85);
}.stylehelp_center .stylecourse_info > div:hover h6 svg {
    transform: scale(1);
}.stylehelp_center span {
    display: block;
    font-size: calc(13px - 1px);
    margin-left: 25px;
    font-family: Arial, sans-serif;
    color: #000000;
}.stylehelp_center .styleask_feedback {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.stylehelp_center .stylecontact_ask {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    align-items: center;
    padding-bottom: 5px;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 400;
}.stylehelp_center .stylecontact_ask::after {
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    background: rgb(132,160,154);
    height: 2px;
    bottom: 0;
    content: "";
    left: 0;
}.stylehelp_center .stylecontact_ask:hover {
    transform: translateX(5px);
    color: rgb(132,160,154);
}.stylehelp_center .stylecontact_ask:hover::after {
    width: 100%;
}.stylehelp_center .stylecontact_ask svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
    transform: scale(0.85);
}.stylehelp_center .stylecontact_ask:hover svg {
    transform: scale(1) rotate(5deg);
}.stylehelp_center svg {
    transition: all 0.3s ease;
}.stylehelp_center svg:hover {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}.stylehelp_center svg path {
    transition: fill 0.3s ease;
}.stylehelp_center .stylecontact_ask:hover svg path,
.stylehelp_center h6:hover svg path {
    fill: rgb(132,160,154);
}

@keyframes floating {
    0%, 100% {
        transform: translate(0, 0) rotate(30deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(35deg);
    }
}

@media (min-width: 768px) {.stylehelp_center {
    padding: 150px 0 120px;
}.stylehelp_center .stylecourse_info {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 50px;
}.stylehelp_center .stylecourse_info > div:first-child {
    grid-column: 1 / -1;
}.stylehelp_center h1 {
    margin-bottom: 60px;
    font-size: calc(40px + 5px);
}.stylehelp_center h1::after {
    width: 100px;
}
}

@media (min-width: 992px) {.stylehelp_center .stylecourse_info {
    grid-template-columns: 3fr 2fr 2fr;
}.stylehelp_center .stylecourse_info > div:first-child {
    grid-column: auto;
}.stylehelp_center .stylecourse_info > div {
    padding: 30px;
}.stylehelp_center h1 {
    transform: perspective(1000px) translateZ(10px);
}.stylehelp_center .styleask_feedback {
    gap: 20px;
}
}

@media (max-width: 576px) {.stylehelp_center {
    padding: 80px 0 60px;
}.stylehelp_center .stylecourse_info {
    padding: 30px 20px;
}.stylehelp_center .stylecourse_info > div {
    padding: 15px;
}.stylehelp_center h1 {
    font-size: calc(40px - 5px);
    margin-bottom: 40px;
}.stylehelp_center h1::after {
    height: 3px;
    width: 60px;
}}.styleclient_opinions {
    background: rgb(169,197,192);
    position: relative;
    perspective: 1200px;
    padding: 7rem 2rem;
    overflow: hidden;
}.styleclient_opinions::before {
    opacity: 0.1;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    background: 
        linear-gradient(30deg, rgb(132,160,154,0.5) 12%, transparent 12.5%, transparent 87%, rgb(132,160,154,0.5) 87.5%, rgb(132,160,154,0.5)),
        linear-gradient(150deg, rgb(132,160,154,0.5) 12%, transparent 12.5%, transparent 87%, rgb(132,160,154,0.5) 87.5%, rgb(132,160,154,0.5)),
        linear-gradient(30deg, rgb(132,160,154,0.5) 12%, transparent 12.5%, transparent 87%, rgb(132,160,154,0.5) 87.5%, rgb(132,160,154,0.5)),
        linear-gradient(150deg, rgb(132,160,154,0.5) 12%, transparent 12.5%, transparent 87%, rgb(132,160,154,0.5) 87.5%, rgb(132,160,154,0.5)),
        linear-gradient(60deg, rgb(96,118,113,0.5) 25%, transparent 25.5%, transparent 75%, rgb(96,118,113,0.5) 75%, rgb(96,118,113,0.5));
    content: "";
    background-size: 80px 140px;
    left: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0;
}.styleclient_opinions .stylelearning_space {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.styleclient_opinions h4 {
    text-align: center;
    transform: perspective(800px) rotateX(10deg);
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 5rem;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
}.styleclient_opinions h4::before {
    width: 60px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background: rgb(132,160,154);
    left: 50%;
    height: 3px;
    bottom: -15px;
}.styleclient_opinions h4::after {
    left: 50%;
    transform: translateX(-50%);
    background: rgb(96,118,113);
    height: 1px;
    content: "";
    bottom: -15px;
    position: absolute;
    width: 100px;
}.styleclient_opinions .stylefeedback_story {
    display: grid;
    transform: perspective(1000px) rotateX(20deg);
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    transform-style: preserve-3d;
}.styleclient_opinions .stylefeedback_views {
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    background: #ffffff;
    transform: translateZ(0) translateY(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        20px 20px 0 -5px rgb(169,197,192),
        20px 20px 0 0px rgb(132,160,154,0.5);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
}.styleclient_opinions .stylefeedback_views:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        20px 20px 0 -5px rgb(169,197,192),
        20px 20px 0 0px rgb(96,118,113);
    transform: translateZ(30px) translateY(-10px);
}.styleclient_opinions .stylefeedback_views::before {
    background: linear-gradient(45deg, transparent, rgb(132,160,154,0.5) 80%);
    position: absolute;
    height: 100%;
    opacity: 0;
    top: 0;
    content: "";
    z-index: -1;
    transition: all 0.5s ease;
    width: 100%;
    left: 0;
    border-radius: 20px;
}.styleclient_opinions .stylefeedback_views:hover::before {
    opacity: 0.1;
}.styleclient_opinions .stylefeedback_views::after {
    transform: scaleY(0);
    content: "";
    left: 20px;
    position: absolute;
    background: rgb(132,160,154);
    transform-origin: bottom;
    height: 40px;
    width: 2px;
    bottom: 100%;
    transition: transform 0.5s ease;
}.styleclient_opinions .stylefeedback_views:hover::after {
    transform: scaleY(1);
}.styleclient_opinions .stylefeedback_views .stylephoto_item {
    height: 90px;
    width: 90px;
    transform: translateZ(30px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    margin: 0 auto 1.5rem;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 3px solid #ffffff;
}.styleclient_opinions .stylefeedback_views:hover .stylephoto_item {
    border-radius: 50%;
    transform: translateZ(50px) rotate(5deg);
}.styleclient_opinions .stylefeedback_views .stylephoto_item::before {
    height: 100%;
    top: 0;
    transition: all 0.4s ease;
    z-index: 2;
    width: 100%;
    opacity: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(132,160,154,0.5), transparent 60%);
    position: absolute;
    content: "";
}.styleclient_opinions .stylefeedback_views:hover .stylephoto_item::before {
    opacity: 0.4;
}.styleclient_opinions .stylefeedback_views span {
    font-weight: 600;
    color: #000000;
    transform: translateZ(20px);
    transition: all 0.4s ease;
    text-align: center;
    margin-bottom: 1.2rem;
    display: block;
    font-size: 21px;
}.styleclient_opinions .stylefeedback_views:hover span {
    transform: translateZ(35px);
    color: rgb(132,160,154);
}.styleclient_opinions .stylefeedback_views p {
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    transition: all 0.4s ease;
    transform: translateZ(10px);
    text-align: center;
}.styleclient_opinions .stylefeedback_views:hover p {
    transform: translateZ(25px);
}.styleclient_opinions .stylefeedback_views:nth-child(3n+1) {
    transform: translateZ(10px) translateY(0);
}.styleclient_opinions .stylefeedback_views:nth-child(3n+2) {
    transform: translateZ(0) translateY(0);
}.styleclient_opinions .stylefeedback_views:nth-child(3n+3) {
    transform: translateZ(5px) translateY(0);
}.styleclient_opinions .stylefeedback_views:nth-child(3n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}.styleclient_opinions .stylefeedback_views:nth-child(3n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}.styleclient_opinions .stylefeedback_views:nth-child(3n+3):hover {
    transform: translateZ(35px) translateY(-10px);
}

@media (max-width: 992px) {.styleclient_opinions {
    padding: 5rem 1.5rem;
}.styleclient_opinions .stylefeedback_story {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(15deg);
}.styleclient_opinions h4 {
    font-size: calc(29px * 0.9);
    margin-bottom: 4rem;
}.styleclient_opinions .stylefeedback_views:nth-child(2n+1) {
    transform: translateZ(10px) translateY(0);
}.styleclient_opinions .stylefeedback_views:nth-child(2n+2) {
    transform: translateZ(0) translateY(0);
}.styleclient_opinions .stylefeedback_views:nth-child(2n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}.styleclient_opinions .stylefeedback_views:nth-child(2n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}
}

@media (max-width: 768px) {.styleclient_opinions {
    padding: 4rem 1rem;
}.styleclient_opinions .stylefeedback_story {
    transform: perspective(1000px) rotateX(10deg);
    gap: 2rem;
    grid-template-columns: 1fr;
}.styleclient_opinions h4 {
    transform: perspective(800px) rotateX(5deg);
    margin-bottom: 3rem;
    font-size: calc(29px * 0.8);
}.styleclient_opinions .stylefeedback_views:nth-child(n) {
    transform: translateZ(0) translateY(0);
}.styleclient_opinions .stylefeedback_views:nth-child(n):hover {
    transform: translateZ(20px) translateY(-5px);
}}.stylestay_informed {
    padding: 5rem 2rem;
    position: relative;
    background: rgb(169,197,192);
    overflow: hidden;
    z-index: 1;
}.stylestay_informed::before {
    background: rgb(132,160,154,0.5);
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0.08;
    height: 100%;
    right: 0;
    width: 61.8%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38.2% 100%);
}.stylestay_informed::after {
    opacity: 0.08;
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
    bottom: 0;
    height: 61.8%;
    position: absolute;
    width: 38.2%;
    content: "";
    left: 0;
    background: rgb(96,118,113,0.5);
}.stylestay_informed .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.stylestay_informed .stylelearning_space {
    gap: 0;
    display: grid;
    grid-template-columns: 38.2% 61.8%;
    position: relative;
}.stylestay_informed .stylelearning_space::before {
    position: absolute;
    border: 15px solid rgb(96,118,113);
    opacity: 0.05;
    content: "";
    right: -100px;
    z-index: -1;
    height: 200px;
    border-radius: 50%;
    top: -100px;
    width: 200px;
}.stylestay_informed .stylelearning_space::after {
    content: "";
    width: 120px;
    z-index: -1;
    opacity: 0.05;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: -60px;
    height: 120px;
    background: rgb(132,160,154);
    animation: rotateDiamond 15s linear infinite;
    position: absolute;
    left: 38.2%;
}.stylestay_informed p {
    margin: 0;
    color: #000000;
    font-weight: 700;
    padding-right: 2rem;
    font-size: 30px;
    font-family: Arial, sans-serif;
    align-items: center;
    height: 100%;
    position: relative;
    line-height: 1.3;
    display: flex;
}.stylestay_informed p::before {
    height: 61.8%;
    animation: extendHeight 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    content: "";
    width: 3px;
    left: -20px;
    background: rgb(132,160,154);
    position: absolute;
}.stylestay_informed p::after {
    content: "";
    transform-origin: right;
    height: 3px;
    bottom: -20px;
    position: absolute;
    background: rgb(96,118,113);
    width: 38.2%;
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    right: 0;
}.stylestay_informed .input_holder {
    padding-left: 2rem;
    display: flex;
    align-items: center;
    position: relative;
}.stylestay_informed .input_holder::before {
    z-index: -1;
    left: 8px;
    height: 100%;
    transition: all 0.3s ease;
    pointer-events: none;
    top: -8px;
    opacity: 0.05;
    content: "";
    border: 1px solid #000000;
    position: absolute;
    width: 100%;
    background: transparent;
}.stylestay_informed .input_holder:hover::before {
    transform: translate(4px, -4px);
}.stylestay_informed .stylenews_optin {
    font-family: Arial, sans-serif;
    background: #ffffff;
    border-right: none;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 61.8%;
    outline: none;
    color: #000000;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
}.stylestay_informed .stylenews_optin:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(132,160,154);
}.stylestay_informed .stylerequest_form {
    width: 38.2%;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #000000;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #000000;
    font-family: Arial, sans-serif;
    padding: 1.2rem 0;
    cursor: pointer;
}.stylestay_informed .stylerequest_form::before {
    height: 100%;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    left: -100%;
    top: 0;
    z-index: -1;
    background: rgb(132,160,154);
    width: 100%;
}.stylestay_informed .stylerequest_form:hover {
    color: #ffffff;
    border-color: rgb(132,160,154);
}.stylestay_informed .stylerequest_form:hover::before {
    left: 0;
}

@keyframes extendWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes extendHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.stylestay_informed {
    padding: 4rem 1.5rem;
}.stylestay_informed .stylelearning_space {
    gap: 2rem;
    grid-template-columns: 1fr;
}.stylestay_informed p {
    padding-right: 0;
    padding-left: 1.5rem;
    font-size: calc(30px * 0.9);
}.stylestay_informed p::before {
    left: 0;
    height: 80%;
}.stylestay_informed p::after {
    right: auto;
    width: 50%;
    left: 0;
}.stylestay_informed .input_holder {
    padding-left: 0;
}
}

@media (max-width: 768px) {.stylestay_informed {
    padding: 3.5rem 1.5rem;
}.stylestay_informed p {
    font-size: 24px;
}.stylestay_informed .input_holder {
    align-items: stretch;
    flex-direction: column;
}.stylestay_informed .stylenews_optin {
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-bottom: 1rem;
}.stylestay_informed .stylerequest_form {
    width: 100%;
}.stylestay_informed::before,
    .stylestay_informed::after {
    opacity: 0.05;
}
}

@media (max-width: 576px) {.stylestay_informed {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.stylestay_informed p {
    padding-left: 1rem;
}.stylestay_informed p::before {
    width: 2px;
}.stylestay_informed p::after {
    height: 2px;
}.stylestay_informed .stylenews_optin,
    .stylestay_informed .stylerequest_form {
    padding: 1rem;
}.stylestay_informed .stylelearning_space::before,
    .stylestay_informed .stylelearning_space::after {
    display: none;
}}.stylementorship_experience {
    overflow: hidden;
    position: relative;
    min-height: 450px;
    padding: 80px 40px;
    background: rgb(169,197,192);
}.stylementorship_experience::before {
    opacity: 0.05;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(132,160,154,0.5) 30px,
        rgb(132,160,154,0.5) 32px
    );
    top: 0;
    width: 100%;
}.stylementorship_experience .stylefeedback_views {
    perspective: 1000px;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    flex-direction: column;
    display: flex;
}.stylementorship_experience .stylephoto_item {
    z-index: 5;
    margin-left: 60px;
    position: relative;
    height: 140px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    width: 140px;
    border-radius: 50%;
}.stylementorship_experience .stylefeedback_views:hover .stylephoto_item {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(132,160,154);
}.stylementorship_experience .stylepast_jobs {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 22px;
    position: relative;
    padding: 60px 40px 40px;
    margin-top: -40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform: translateZ(0);
    overflow: hidden;
}.stylementorship_experience .stylefeedback_views:hover .stylepast_jobs {
    transform: translateZ(30px);
}.stylementorship_experience .stylepast_jobs::before {
    position: absolute;
    width: 4px;
    height: 0;
    content: "";
    left: 0;
    transition: height 0.5s ease;
    top: 0;
    background: linear-gradient(to bottom, rgb(132,160,154), rgb(96,118,113));
}.stylementorship_experience .stylefeedback_views:hover .stylepast_jobs::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.stylementorship_experience .name {
    transform: translateX(0);
    letter-spacing: 1px;
    font-size: 31px;
    color: #000000;
    transition: all 0.4s ease;
    margin-bottom: 5px;
    font-weight: 700;
}.stylementorship_experience .stylefeedback_views:hover .name {
    transform: translateX(15px);
    color: rgb(132,160,154);
}.stylementorship_experience .stylepast_jobs > div:nth-child(2) {
    font-size: 15px;
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
    margin-bottom: 25px;
    color: rgb(96,118,113);
    opacity: 0.8;
    transform: translateX(0);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}.stylementorship_experience .stylefeedback_views:hover .stylepast_jobs > div:nth-child(2) {
    transform: translateX(15px);
}.stylementorship_experience .stylework_items {
    color: #000000;
    opacity: 0.9;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
    transform: translateY(0);
    padding: 20px 0;
    transition: all 0.4s ease 0.2s;
}.stylementorship_experience .stylefeedback_views:hover .stylework_items {
    transform: translateY(-5px);
}.stylementorship_experience .stylework_items::before,
.stylementorship_experience .stylework_items::after {
    transition: all 0.4s ease;
    content: "";
    width: 35px;
    position: absolute;
    height: 1px;
    background: rgb(96,118,113,0.5);
}.stylementorship_experience .stylework_items::before {
    top: 0;
    left: 0;
}.stylementorship_experience .stylework_items::after {
    right: 0;
    bottom: 0;
}.stylementorship_experience .stylefeedback_views:hover .stylework_items::before,
.stylementorship_experience .stylefeedback_views:hover .stylework_items::after {
    height: 2px;
    background: rgb(96,118,113);
    width: 100px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(132,160,154,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(132,160,154);
    }
}

@media (min-width: 768px) {.stylementorship_experience .stylefeedback_views {
    align-items: center;
    flex-direction: row;
}.stylementorship_experience .stylephoto_item {
    z-index: 5;
    margin-right: -80px;
    width: 180px;
    margin-left: 0;
    height: 180px;
}.stylementorship_experience .stylepast_jobs {
    flex: 1;
    padding-left: 100px;
    margin-top: 0;
}
}

@media (max-width: 767px) {.stylementorship_experience {
    padding: 60px 20px;
}.stylementorship_experience .stylepast_jobs {
    padding: 60px 25px 35px;
}.stylementorship_experience .name {
    font-size: calc(31px - 4px);
}.stylementorship_experience .stylepast_jobs > div:nth-child(2) {
    font-size: calc(15px - 1px);
}.stylementorship_experience .stylework_items {
    font-size: calc(15px - 1px);
}}.stylepricing_bundle {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(169,197,192);
    position: relative;
}.stylepricing_bundle::before {
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
}.stylepricing_bundle .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0 20px;
}.stylepricing_bundle .stylepremium_cost {
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
}.stylepricing_bundle .styleprogram_rate {
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    transform: translateY(20px);
}.stylepricing_bundle .styleprogram_rate h2 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
    font-size: 31px;
    position: relative;
    display: inline-block;
}.stylepricing_bundle .styleprogram_rate h2::after {
    left: 50%;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(132,160,154), rgb(96,118,113));
    position: absolute;
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
}.stylepricing_bundle .styleplan_fee {
    font-size: calc(18px + 0.1rem);
    line-height: 1.6;
    color: #000000;
    margin-top: 30px;
}.stylepricing_bundle .stylelearning_cost {
    transform: translateY(30px);
    opacity: 0;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    animation: fadeSlideUp 0.8s forwards 0.4s;
    gap: 30px;
    display: grid;
}.stylepricing_bundle .styleenroll_cost {
    z-index: 1;
    color: inherit;
    position: relative;
    will-change: transform;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}.stylepricing_bundle .styleenroll_cost:hover {
    transform: translateY(-10px) scale(1.02);
}.stylepricing_bundle .stylemember_fees {
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    min-height: 420px;
    position: relative;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    flex-direction: column;
    background: #ffffff;
}.stylepricing_bundle .styleenroll_cost:hover .stylemember_fees {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.stylepricing_bundle .styleenroll_cost:nth-child(odd) .stylemember_fees::before {
    transform-origin: bottom;
    top: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    content: "";
    transform: scaleY(0);
    height: 100%;
    position: absolute;
    background: rgb(132,160,154);
}.stylepricing_bundle .styleenroll_cost:nth-child(even) .stylemember_fees::before {
    background: rgb(96,118,113);
    width: 5px;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transform-origin: bottom;
    transform: scaleY(0);
    right: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.stylepricing_bundle .styleenroll_cost:hover .stylemember_fees::before {
    transform: scaleY(1);
}.stylepricing_bundle .stylestudy_packages {
    flex-direction: column;
    flex: 1;
    padding: 40px 30px;
    z-index: 1;
    display: flex;
    position: relative;
}.stylepricing_bundle .stylestudy_packages h3 {
    display: inline-block;
    color: #000000;
    font-size: calc(19px + 0.2rem);
    transition: color 0.3s ease;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}.stylepricing_bundle .styleenroll_cost:hover .stylestudy_packages h3 {
    color: rgb(132,160,154);
}.stylepricing_bundle .styleenroll_cost:nth-child(even):hover .stylestudy_packages h3 {
    color: rgb(96,118,113);
}.stylepricing_bundle .stylebasic_rates {
    display: inline-block;
    margin: 10px 0 20px;
    color: rgb(132,160,154);
    font-weight: 700;
    font-size: calc(19px + 0.5rem);
    padding-bottom: 10px;
    position: relative;
}.stylepricing_bundle .styleenroll_cost:nth-child(even) .stylebasic_rates {
    color: rgb(96,118,113);
}.stylepricing_bundle .stylebasic_rates::after {
    bottom: 0;
    content: "";
    width: 40px;
    background: currentColor;
    height: 3px;
    opacity: 0.6;
    left: 0;
    position: absolute;
}.stylepricing_bundle .stylestudy_packages p {
    word-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    font-size: 18px;
    overflow-wrap: break-word;
    color: #000000;
    hyphens: auto;
    margin-top: auto;
}.stylepricing_bundle .stylephoto_item {
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
    transform-origin: center;
    width: 100%;
}.stylepricing_bundle .styleenroll_cost:hover .stylephoto_item {
    transform: scale(1.05);
}.stylepricing_bundle .stylephoto_item::after {
    left: 0;
    content: "";
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    bottom: 0;
}.stylepricing_bundle .styleenroll_cost:hover .stylephoto_item::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.stylepricing_bundle .stylepremium_cost {
    grid-template-columns: 1fr;
}.stylepricing_bundle .stylelearning_cost {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.stylepricing_bundle {
    padding: 150px 0;
}.stylepricing_bundle .stylepremium_cost {
    gap: 80px;
    grid-template-columns: 1fr;
}.stylepricing_bundle .stylelearning_cost {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.stylepricing_bundle .stylemember_fees {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.stylepricing_bundle .stylelearning_cost {
    gap: 40px;
}
}

@media (max-width: 767px) {.stylepricing_bundle {
    padding: 80px 0;
}.stylepricing_bundle .styleprogram_rate h2 {
    font-size: calc(31px - 0.4rem);
}.stylepricing_bundle .styleplan_fee {
    font-size: 18px;
}.stylepricing_bundle .stylestudy_packages {
    padding: 30px 20px;
}.stylepricing_bundle .stylemember_fees {
    min-height: 400px;
}.stylepricing_bundle .stylephoto_item {
    height: 160px;
}
}

@media (max-width: 480px) {.stylepricing_bundle {
    padding: 60px 0;
}.stylepricing_bundle .stylepremium_cost {
    gap: 40px;
}.stylepricing_bundle .stylelearning_cost {
    gap: 25px;
}.stylepricing_bundle .stylestudy_packages h3 {
    font-size: 19px;
}.stylepricing_bundle .stylebasic_rates {
    font-size: 19px;
}.stylepricing_bundle .stylestudy_packages p {
    font-size: calc(18px - 0.1rem);
}}.styleour_background {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    color: #ffffff;
}.styleour_background::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65));
    top: 0;
    left: 0;
}.styleour_background::after {
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(132,160,154), 0.03) 0px,
        rgba(rgb(132,160,154), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    top: 0;
    pointer-events: none;
}.styleour_background .container {
    z-index: 10;
    grid-template-columns: 1fr;
    position: relative;
    max-width: 1200px;
    display: grid;
    margin: 0 auto;
    padding: 0 20px;
}.styleour_background h4 {
    text-align: center;
    letter-spacing: 2px;
    z-index: 10;
    font-size: 31px;
    transform: translateY(0);
    margin-bottom: 40px;
    color: rgb(132,160,154);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}.styleour_background:hover h4 {
    transform: translateY(-5px);
}.styleour_background h4::after {
    background: rgb(132,160,154);
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 60px;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.styleour_background:hover h4::after {
    transform: translateX(-50%) scaleX(1.2);
}.styleour_background .stylelegend_holder {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    transform: perspective(1000px) rotateY(0deg);
}.styleour_background .stylelegend_holder:hover {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.styleour_background .stylelegend_holder::before {
    clip-path: inherit;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(
        135deg,
        rgba(rgb(132,160,154), 0.08) 0%,
        rgba(rgb(96,118,113), 0.05) 100%
    );
    content: "";
}.styleour_background .stylelegend_holder h6 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 20px;
    color: rgb(132,160,154);
    transform: translateX(0);
    font-size: calc(20px * 1.1);
}.styleour_background .stylelegend_holder:hover h6 {
    transform: translateX(5px);
}.styleour_background .stylelegend_holder h6::after {
    height: 2px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.5);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    bottom: -8px;
    width: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(132,160,154) 0%,
        rgb(96,118,113) 100%
    );
}.styleour_background .stylelegend_holder:hover h6::after {
    transform: scaleX(1);
}.styleour_background .stylelegend_holder div {
    position: relative;
    overflow: hidden;
}.styleour_background .stylelegend_holder span {
    line-height: 1.8;
    color: #000000;
    transition: opacity 0.3s;
    font-size: 13px;
    display: block;
    opacity: 0.9;
    column-count: 1;
    text-align: justify;
    column-gap: 40px;
}.styleour_background .stylelegend_holder:hover span {
    opacity: 1;
}.styleour_background .stylelegend_holder span::first-letter {
    color: rgb(132,160,154);
    font-size: 2.5em;
    float: left;
    line-height: 0.8;
    margin-right: 8px;
    font-weight: 700;
}.styleour_background::before {
    transition: background-position 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background-size: 200% 200%;
    background-position: 0% 0%;
}.styleour_background:hover::before {
    background-position: 100% 100%;
}


@media (min-width: 768px) {.styleour_background {
    padding: 100px 0;
}.styleour_background h4 {
    margin-bottom: 60px;
    font-size: calc(31px * 1.2);
}.styleour_background .stylelegend_holder {
    padding: 50px 60px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 30px), 
            calc(100% - 30px) 100%, 
            0 100%
        );
}.styleour_background .stylelegend_holder h6 {
    margin-bottom: 30px;
    font-size: calc(20px * 1.3);
}.styleour_background .stylelegend_holder span {
    column-count: 2;
    column-gap: 50px;
}
}

@media (min-width: 1024px) {.styleour_background {
    padding: 120px 0;
}.styleour_background .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.styleour_background .stylelegend_holder {
    padding: 60px 70px;
}.styleour_background .stylelegend_holder span {
    column-count: 2;
}
}

@media (max-width: 767px) {.styleour_background {
    padding: 60px 0;
}.styleour_background h4 {
    margin-bottom: 30px;
    font-size: calc(20px * 1.2);
}.styleour_background .stylelegend_holder {
    padding: 30px 25px;
}.styleour_background .stylelegend_holder h6 {
    font-size: 20px;
    margin-bottom: 15px;
}.styleour_background .stylelegend_holder span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.styleour_background {
    padding: 50px 0;
}.styleour_background .stylelegend_holder {
    padding: 25px 20px;
}.styleour_background .stylelegend_holder span::first-letter {
    font-size: 2em;
}
}