﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 5px;
    width: 5px;
}::-webkit-scrollbar-button {
    height: 10px;
    border-radius: 3px;
    background: rgb(255, 255, 255, 0.5);
    width: 2px;
}::-webkit-scrollbar-track {
    background: rgb(161,156,192,0.5);
    border-radius: 3.9vh;
}::-webkit-scrollbar-thumb {
    animation: pulse_scrollbar 2.5s ease-out 1;
    background: linear-gradient(45deg, rgb(224,220,237) 25%, transparent 25%), linear-gradient(-45deg, rgb(224,220,237) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(224,220,237) 75%), linear-gradient(-45deg, transparent 75%, rgb(224,220,237) 75%);
    border-radius: 19px;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(194,188,216,0.5);
    background: rgb(255, 255, 255, 0.5);
    box-shadow: 0px 2px 14px 3px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
}.container {
    max-width: 100%;
    margin: auto;
    width: 1208px;
}a {
    text-decoration: none;
    color: inherit;
}.enroll-info {
    flex: 0 0 auto;
}.site-head {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.layer-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    scroll-snap-type: none;
    color: #000000;
    auto
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .enroll-info {
    color: #ffffff;
    position: relative;
    background-color: rgb(161,156,192);
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}footer .enroll-info::before {
    right: 0;
    height: 100px;
    position: absolute;
    top: -50px;
    content: "";
    z-index: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    background-color: rgb(161,156,192);
    transform: skewY(-3deg);
    left: 0;
}footer .workshop-cta {
    position: relative;
    z-index: 1;
}footer .start-chat {
    justify-content: center;
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 15px;
}footer .info_item {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 15px 25px;
    position: relative;
    background-color: rgb(161,156,192,0.5);
    transition: all 0.3s ease;
    flex: 1 1 200px;
    max-width: 300px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}footer .info_item::before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background-color: rgb(194,188,216);
    left: 0;
    width: 5px;
}footer .info_item::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}footer .info_item:nth-child(even) {
    background-color: rgb(194,188,216,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    height: 20px;
    margin-right: 12px;
    top: -1px;
    position: relative;
    vertical-align: middle;
    width: 20px;
    fill: rgb(194,188,216);
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    transition: color 0.3s ease;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(194,188,216);
}footer .text_main_holder {
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}footer .header-navbar {
    background-color: rgb(161,156,192,0.5);
    padding: 30px;
    position: relative;
    border-radius: 11px;
}footer .header-navbar::before {
    right: 15px;
    bottom: 15px;
    pointer-events: none;
    content: "";
    left: 15px;
    border-radius: calc(11px - 8px);
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    top: 15px;
}footer .header-navbar svg {
    display: block;
    margin-bottom: 20px;
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
}footer .study-group {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .nav-know {
    position: relative;
}footer .nav-know h5 {
    padding-left: 15px;
    font-size: 19px;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    display: inline-block;
}footer .nav-know h5::before {
    left: 0;
    height: 100%;
    position: absolute;
    background-color: rgb(194,188,216);
    width: 3px;
    top: 0;
    content: "";
}footer .head-master {
    margin-bottom: 25px;
    position: relative;
}footer .head-master a {
    display: inline-block;
    text-decoration: none;
    background-color: rgb(161,156,192,0.5);
    transition: all 0.3s ease;
    padding: 10px 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 0 5px 5px 0;
    margin: 0 10px 10px 0;
}footer .head-master a::before {
    content: "";
    top: 0;
    width: 3px;
    left: 0;
    transition: width 0.3s ease;
    height: 100%;
    background-color: rgb(194,188,216);
    position: absolute;
}footer .head-master a:hover {
    transform: translateX(5px);
    color: #ffffff;
    background-color: rgb(194,188,216,0.5);
}footer .head-master a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    border-radius: 11px;
    padding: 30px;
    background-color: rgb(161,156,192,0.5);
    position: relative;
}footer .subscribe_holder::before {
    content: "";
    left: 15px;
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: calc(11px - 8px);
    position: absolute;
    pointer-events: none;
    bottom: 15px;
    right: 15px;
}footer .subscribe_holder h5 {
    padding-left: 15px;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;
}footer .subscribe_holder h5::before {
    background-color: rgb(194,188,216);
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    width: 3px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin-bottom: 25px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    padding: 14px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(194,188,216);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub-col {
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(194,188,216);
    border: none;
    padding: 14px 20px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
}footer .sub-col::after {
    width: 200%;
    transform: rotate(30deg);
    content: "";
    position: absolute;
    top: -50%;
    left: -100%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
}footer .sub-col:hover {
    background-color: rgb(161,156,192);
}footer .sub-col:hover::after {
    left: 100%;
}footer .edu-global {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .edu-global::before {
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: 50%;
    top: -25px;
    height: 1px;
    width: 50px;
    content: "";
}footer .chrome-ext {
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-col {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .enroll-info {
    padding: 60px 0 30px;
}footer .start-chat {
    margin-bottom: 40px;
}footer .header-navbar, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head-master a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .edu-global {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .enroll-info {
    padding: 50px 0 20px;
}footer .nav-know h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
}footer .header-navbar::before, footer .subscribe_holder::before {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
}footer .input_holder input[type="email"],
    footer .sub-col {
    padding: 12px;
}}.connect-form {
    position: relative;
    padding: 0;
}.connect-form::before {
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(224,220,237);
    opacity: 0.85;
    content: '';
    width: 100%;
    position: absolute;
}.connect-form .container {
    padding: 0;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}.connect-form .connect-card {
    grid-template-rows: auto auto auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.connect-form .request-message {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    grid-column: 3 / 11;
    border-radius: 23px;
    z-index: 10;
    position: relative;
    background: #ffffff;
    grid-row: 1 / 2;
    margin-top: 80px;
}.connect-form .request-message h3 {
    font-weight: 700;
    padding: 40px;
    color: #ffffff;
    font-size: 34px;
    margin: 0;
    text-align: center;
    background: rgb(194,188,216);
}.connect-form .request-message div {
    flex-direction: column;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 20px;
}.connect-form .request-message svg {
    border-radius: 50%;
    width: 50px;
    background: rgb(224,220,237);
    height: 50px;
    padding: 10px;
    margin-bottom: 15px;
}.connect-form .request-message svg path {
    fill: rgb(194,188,216);
}.connect-form .request-message span {
    color: #000000;
    font-size: 17px;
}.connect-form .request-message a {
    text-decoration: none;
    color: rgb(194,188,216);
    transition: color 0.3s ease;
}.connect-form .request-message a:hover {
    color: rgb(161,156,192);
}.connect-form .feedback-support {
    grid-row: 2 / 4;
    margin-top: -100px;
    grid-column: 1 / 13;
    padding: 170px 0 100px;
    background: rgb(194,188,216);
}.connect-form form {
    width: 60%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    margin: 0 auto;
    background: #ffffff;
    max-width: 700px;
    padding: 60px;
}.connect-form form h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 34px;
    position: relative;
    color: #000000;
}.connect-form form h3::after {
    left: 50%;
    position: absolute;
    height: 3px;
    bottom: -15px;
    width: 70px;
    content: '';
    transform: translateX(-50%);
    background: rgb(194,188,216);
}.connect-form form input[type="text"],
.connect-form form input[type="email"] {
    font-size: 17px;
    margin-bottom: 25px;
    border: 1px solid rgb(224,220,237);
    padding: 18px 20px;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
}.connect-form form input[type="text"]:focus,
.connect-form form input[type="email"]:focus {
    border-color: rgb(194,188,216);
    outline: none;
    box-shadow: 0 0 0 3px rgb(194,188,216,0.5);
}.connect-form form input::placeholder {
    color: #000000;
}.connect-form .reach-message {
    margin: 25px 0;
    display: flex;
    align-items: flex-start;
}.connect-form .reach-message input[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    margin-right: 15px;
    border: 2px solid rgb(224,220,237);
    flex-shrink: 0;
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 10px;
}.connect-form .reach-message input[type="checkbox"]:checked {
    border-color: rgb(194,188,216);
    background-color: rgb(194,188,216);
}.connect-form .reach-message input[type="checkbox"]:checked::before {
    top: 4px;
    width: 6px;
    content: '';
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    position: absolute;
    height: 10px;
    transform: rotate(45deg);
    left: 7px;
}.connect-form .reach-message label {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}.connect-form .reach-message a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(194,188,216);
    font-weight: 600;
}.connect-form .reach-message a:hover {
    color: rgb(161,156,192);
}.connect-form .feedback-help {
    background: rgb(194,188,216);
    font-size: 14px;
    width: 100%;
    transition: all 0.3s ease;
    font-weight: 700;
    padding: 18px 20px;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    cursor: pointer;
}.connect-form .feedback-help:hover {
    background: rgb(161,156,192);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}

@media (max-width: 1200px) {.connect-form .request-message {
    grid-column: 2 / 12;
}.connect-form form {
    width: 70%;
}
}

@media (max-width: 992px) {.connect-form .request-message {
    margin: 60px 20px 0;
    grid-column: 1 / 13;
}.connect-form form {
    padding: 50px 40px;
    width: 80%;
}
}

@media (max-width: 768px) {.connect-form .request-message h3 {
    padding: 30px;
    font-size: calc(34px * 0.9);
}.connect-form .feedback-support {
    padding: 150px 20px 80px;
}.connect-form form {
    padding: 40px 30px;
    width: 100%;
}.connect-form form h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.connect-form .request-message {
    margin: 40px 15px 0;
}.connect-form .request-message h3 {
    padding: 25px 20px;
    font-size: calc(34px * 0.85);
}.connect-form .feedback-support {
    padding: 130px 15px 60px;
}.connect-form form {
    padding: 30px 20px;
}.connect-form form input[type="text"],
    .connect-form form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}.plan-list {
    overflow: hidden;
    background-color: rgb(224,220,237);
    position: relative;
    padding: 5rem 0;
}.plan-list::before {
    background: linear-gradient(135deg, rgb(194,188,216), rgb(161,156,192));
    position: absolute;
    top: -3rem;
    width: 12rem;
    opacity: 0.07;
    transform: rotate(15deg);
    right: -3rem;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 12rem;
    content: "";
}.plan-list::after {
    transform: rotate(-10deg);
    height: 18rem;
    left: -5rem;
    position: absolute;
    z-index: 0;
    content: "";
    width: 18rem;
    opacity: 0.05;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(45deg, rgb(161,156,192), rgb(194,188,216,0.5));
    bottom: -5rem;
}.plan-list .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
}.plan-list .value-pricing {
    display: flex;
    flex-direction: column;
}.plan-list .fee-struct {
    order: -1;
    margin-bottom: 3rem;
    position: relative;
}.plan-list .fee-struct h2 {
    position: relative;
    font-weight: 700;
    font-size: 31px;
    display: inline-block;
    color: #000000;
    margin-bottom: 1rem;
}.plan-list .fee-struct h2::after {
    content: "";
    position: absolute;
    left: 0;
    width: 60%;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(194,188,216), transparent);
    height: 3px;
}.plan-list .annual-fee {
    max-width: 800px;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
}.plan-list .payment-plan {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    width: 100%;
}.plan-list .plan-matrix {
    text-decoration: none;
    position: relative;
    z-index: 2;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
}.plan-list .bundle-offer {
    height: 100%;
    min-height: 480px;
    position: relative;
    transform: translateY(0);
    background-color: #ffffff;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
}.plan-list .plan-matrix:hover .bundle-offer {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.plan-list .program-rate {
    z-index: 2;
    overflow: hidden;
    padding: 2rem;
    flex-direction: column;
    position: relative;
    flex: 1;
    display: flex;
}.plan-list .program-rate h3 {
    position: relative;
    font-size: calc(22px + 0.1rem);
    font-weight: 600;
    color: #000000;
    display: inline-block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}.plan-list .plan-matrix:hover .program-rate h3 {
    color: rgb(194,188,216);
}.plan-list .payment-plans {
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    color: rgb(194,188,216);
    display: block;
    position: relative;
    font-size: calc(22px + 0.5rem);
    font-weight: 700;
}.plan-list .payment-plans::before {
    left: 0;
    height: 2px;
    transform-origin: left;
    content: "";
    background-color: rgb(194,188,216,0.5);
    transform: scaleX(1);
    bottom: -0.75rem;
    position: absolute;
    width: 3rem;
    transition: transform 0.4s ease;
}.plan-list .plan-matrix:hover .payment-plans::before {
    transform: scaleX(1.5);
}.plan-list .program-rate p {
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
    color: #000000;
    font-size: calc(18px - 0.1rem);
    line-height: 1.6;
    flex-grow: 1;
    word-break: break-word;
}.plan-list .media-img {
    width: 100%;
    transition: transform 0.6s ease;
    height: 180px;
    overflow: hidden;
    position: relative;
}.plan-list .media-img::after {
    right: 0;
    transition: opacity 0.3s ease;
    left: 0;
    bottom: 0;
    opacity: 0.7;
    top: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    position: absolute;
}.plan-list .plan-matrix:hover .media-img {
    transform: scale(1.03);
}.plan-list .plan-matrix:hover .media-img::after {
    opacity: 0.4;
}.plan-list .bundle-offer::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(194,188,216), rgb(161,156,192));
    content: "";
    top: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
}.plan-list .plan-matrix:hover .bundle-offer::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.plan-list .value-pricing {
    align-items: flex-start;
    flex-direction: row;
    gap: 2rem;
}.plan-list .fee-struct {
    margin-bottom: 0;
    flex: 0 0 30%;
    order: 0;
    padding-top: 2rem;
}.plan-list .payment-plan {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.plan-list .bundle-offer {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.plan-list {
    padding: 3rem 0;
}.plan-list .payment-plan {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan-list .fee-struct h2 {
    text-align: center;
    display: block;
}.plan-list .fee-struct h2::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.plan-list .annual-fee {
    text-align: center;
}.plan-list .bundle-offer {
    min-height: auto;
}.plan-list .program-rate {
    padding: 1.5rem;
}.plan-list .media-img {
    height: 160px;
}
}

@media (min-width: 1024px) {.plan-list .payment-plan {
    grid-template-columns: repeat(2, 1fr);
}.plan-list .plan-matrix:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.plan-list .fee-struct {
    padding-top: 4rem;
}.plan-list .plan-matrix:hover {
    z-index: 5;
}.plan-list .payment-plan {
    row-gap: 2.5rem;
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {.plan-list .plan-matrix,
    .plan-list .bundle-offer,
    .plan-list .media-img,
    .plan-list .payment-plans::before,
    .plan-list .bundle-offer::before {
    transition: none;
}}.try-immediately {
    background: linear-gradient(135deg, rgb(194,188,216,0.5), rgb(161,156,192));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 
                inset 0 1px 3px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    z-index: 1;
}.try-immediately::before {
    height: 200%;
    z-index: -1;
    transform: rotate(-15deg);
    animation: pulse 15s infinite alternate;
    background: radial-gradient(circle at center, transparent 30%, rgb(161,156,192,0.5) 70%);
    left: -50%;
    position: absolute;
    opacity: 0.1;
    content: "";
    width: 200%;
    top: -50%;
}.try-immediately::after {
    background-size: 60px 60px;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, 
                rgba(255, 255, 255, 0.05) 25%, 
                transparent 25%,
                transparent 50%, 
                rgba(255, 255, 255, 0.05) 50%,
                rgba(255, 255, 255, 0.05) 75%, 
                transparent 75%);
    top: 0;
    position: absolute;
    filter: blur(2px);
    opacity: 0.4;
}.try-immediately .container {
    max-width: 1140px;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    z-index: 2;
    flex-direction: column;
    gap: 2.5rem;
    display: flex;
    perspective: 1000px;
}.try-immediately h6 {
    transition: transform 0.3s ease-out;
    line-height: 1.5;
    transform: translateZ(20px);
    padding: 0 1rem;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.02em;
    font-size: calc(23px * 1.1);
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    max-width: 800px;
    margin: 0;
}.try-immediately .container div {
    transform: translateZ(40px);
    transition: transform 0.3s ease-out;
    display: flex;
    justify-content: center;
}.try-immediately .container:hover h6 {
    transform: translateZ(30px);
}.try-immediately .container:hover div {
    transform: translateZ(50px);
}.try-immediately .feedback-help {
    z-index: 3;
    color: rgb(194,188,216);
    display: inline-flex;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    justify-content: center;
    padding: 1rem 2.5rem;
    background: #ffffff;
    align-items: center;
    transform: translateY(0) scale(1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1),
                0 0 0 4px rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 17px;
}.try-immediately .feedback-help::before {
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.7;
    background: linear-gradient(135deg, 
                rgba(255, 255, 255, 0.2) 0%, 
                rgba(255, 255, 255, 0) 50%,
                rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    content: "";
    position: absolute;
}.try-immediately .feedback-help::after {
    content: "";
    left: -50%;
    position: absolute;
    background: radial-gradient(circle, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0) 70%);
    top: -50%;
    transition: transform 0.8s ease, opacity 0.8s ease;
    opacity: 0;
    height: 200%;
    z-index: -1;
    width: 200%;
    transform: scale(0);
}.try-immediately .feedback-help span {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}.try-immediately .feedback-help:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2),
                inset 0 -4px 0 rgba(0, 0, 0, 0.1),
                0 0 0 6px rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.03);
    color: rgb(161,156,192);
    background: #ffffff;
}.try-immediately .feedback-help:hover::before {
    opacity: 1;
}.try-immediately .feedback-help:hover::after {
    opacity: 0.2;
    transform: scale(1);
}.try-immediately .feedback-help:hover span {
    transform: translateY(-2px);
}.try-immediately .feedback-help:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2),
                inset 0 -2px 0 rgba(0, 0, 0, 0.1),
                0 0 0 4px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease;
    transform: translateY(2px) scale(0.98);
}

@keyframes pulse {
    0% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
}

@media (max-width: 991px) {.try-immediately {
    padding: 3.5rem 1.5rem;
}.try-immediately h6 {
    font-size: calc(19px * 1.1);
    max-width: 600px;
}.try-immediately .feedback-help {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.try-immediately {
    padding: 3rem 1rem;
}.try-immediately .container {
    gap: 2rem;
}.try-immediately h6 {
    max-width: 100%;
    font-size: 19px;
}.try-immediately .feedback-help {
    font-size: calc(17px * 0.95);
    padding: 0.8rem 2rem;
}
}

@media (max-width: 576px) {.try-immediately {
    padding: 2.5rem 0.8rem;
}.try-immediately .container {
    gap: 1.8rem;
}.try-immediately h6 {
    padding: 0 0.5rem;
    font-size: calc(19px * 0.9);
    line-height: 1.4;
}.try-immediately .feedback-help {
    font-size: calc(17px * 0.9);
    padding: 0.7rem 1.8rem;
}
}

@media (max-width: 480px) {.try-immediately {
    padding: 2rem 0.5rem;
}.try-immediately .container {
    gap: 1.5rem;
}.try-immediately h6 {
    font-size: calc(19px * 0.85);
}.try-immediately .feedback-help {
    font-size: calc(17px * 0.85);
    padding: 0.7rem 1.6rem;
}
}

@media (hover: none) {.try-immediately .container h6,
    .try-immediately .container div {
    transform: translateZ(0);
}.try-immediately .container:hover h6,
    .try-immediately .container:hover div {
    transform: translateZ(0);
}}header {
    padding: 0;
    width: 100%;
    z-index: 100;
    background: linear-gradient(135deg, rgb(194,188,216,0.5), rgb(161,156,192,0.5));
    position: relative;
}header::before {
    left: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    content: '';
}header .container {
    position: relative;
    max-width: 100%;
    padding: 0 2%;
    margin: 0;
    z-index: 1;
    width: 100%;
}header .main-guide {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    align-items: center;
    padding: 1.5rem 0;
    flex-direction: column;
    display: flex;
    border-radius: 24px;
    position: relative;
    margin: 1rem 0;
}header .main-guide::before {
    top: 0;
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(to right, rgb(194,188,216), rgb(161,156,192));
}header .top-header {
    position: relative;
    display: flex;
    padding: 0 0 1rem 0;
    justify-content: center;
    text-decoration: none;
}header .top-header::after {
    background: linear-gradient(to right, transparent, rgb(194,188,216,0.5), rgb(161,156,192,0.5), rgb(194,188,216,0.5), transparent);
    bottom: 0;
    content: '';
    left: 20%;
    position: absolute;
    width: 60%;
    height: 1px;
}header .top-header svg {
    transition: all 0.3s ease;
    height: auto;
    width: 180px;
}header .top-header:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}header .nav-know {
    max-width: 90%;
    justify-content: center;
    width: 100%;
    gap: 0.7rem;
    padding: 1rem 2rem 0;
    flex-wrap: wrap;
    display: flex;
}header .main-master {
    font-weight: 600;
    font-size: 18px;
    padding: 0.7rem 1.3rem;
    background: linear-gradient(to bottom, #ffffff, rgb(224,220,237));
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-decoration: none;
    z-index: 1;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}header .main-master::before {
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgb(194,188,216,0.5), transparent);
    z-index: -1;
    height: 0;
    transition: height 0.3s ease;
    content: '';
    left: 0;
}header .main-master:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(194,188,216);
}header .main-master:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .main-guide {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .top-header {
    padding: 0 0 0.8rem 0;
}header .top-header svg {
    width: 160px;
}header .nav-know {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .main-master {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .main-guide {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .top-header {
    padding: 0 0 0.7rem 0;
}header .top-header svg {
    width: 140px;
}header .nav-know {
    max-width: 95%;
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
}header .main-master {
    padding: 0.5rem 1rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 480px) {header .main-guide {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .top-header {
    padding: 0 0 0.6rem 0;
}header .top-header svg {
    width: 120px;
}header .nav-know {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.6rem 0.5rem 0;
}header .nav-know::-webkit-scrollbar {
    height: 3px;
}header .nav-know::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(194,188,216);
}header .main-master {
    margin-right: 3px;
    flex-shrink: 0;
    white-space: nowrap;
}}.tySpot {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgb(194,188,216,0.5) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}.tySpot::before {
    right: -10%;
    position: absolute;
    height: 70%;
    top: -10%;
    transform: rotate(-15deg) translateZ(0);
    filter: blur(25px);
    content: "";
    z-index: -1;
    animation: floatGlow 12s ease-in-out infinite alternate;
    width: 50%;
    background: rgb(161,156,192,0.5);
}.tySpot::after {
    transform: rotate(10deg) translateZ(0);
    position: absolute;
    left: -5%;
    z-index: -1;
    bottom: -5%;
    width: 40%;
    content: "";
    background: rgb(194,188,216,0.5);
    height: 60%;
    filter: blur(20px);
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
}.tySpot .container {
    position: relative;
    transform: translateZ(0);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
}.tySpot h2 {
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    position: relative;
    max-width: 800px;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 35px;
    color: #000000;
    line-height: 1.3;
}.tySpot h2::after {
    transform: scaleX(1);
    transform-origin: left center;
    left: 0;
    background: linear-gradient(90deg, rgb(194,188,216) 0%, rgb(161,156,192) 100%);
    height: 4px;
    content: "";
    position: absolute;
    width: 120px;
    bottom: -15px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.tySpot h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.tySpot h2:hover::after {
    transform: scaleX(1.2);
}.tySpot .learning-creators {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    backdrop-filter: blur(5px);
    border-left: 5px solid rgb(161,156,192);
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
}.tySpot .learning-creators:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    transform: translateY(-5px);
}.tySpot ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.tySpot li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.tySpot li::before {
    position: absolute;
    border-radius: 50%;
    left: 0;
    height: 6px;
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    content: "";
    transform: scale(0);
    background: rgb(194,188,216);
    width: 6px;
    top: 0.5rem;
}.tySpot li span {
    animation: fadeIn 0.5s 0.6s ease forwards;
    opacity: 0;
    display: block;
    font-size: 13px;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.tySpot {
    padding: 5rem 0;
}.tySpot h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.tySpot .learning-creators {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.tySpot {
    padding: 4rem 0;
}.tySpot h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.tySpot h2::after {
    height: 3px;
    width: 100px;
}.tySpot .learning-creators {
    padding: 2rem;
}.tySpot li span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.tySpot {
    padding: 3.5rem 0;
}.tySpot .container {
    padding: 0 1.5rem;
}.tySpot h2 {
    margin-bottom: 1.8rem;
    font-size: calc(35px * 0.7);
}.tySpot h2::after {
    bottom: -12px;
    width: 80px;
}.tySpot .learning-creators {
    border-left-width: 4px;
    padding: 1.8rem 1.5rem;
}.tySpot li span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.tySpot li::before {
    width: 5px;
    height: 5px;
    top: 0.4rem;
}
}

@media (max-width: 375px) {.tySpot {
    padding: 3rem 0;
}.tySpot .container {
    padding: 0 1.2rem;
}.tySpot h2 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.65);
}.tySpot .learning-creators {
    padding: 1.5rem 1.2rem;
}.tySpot li span {
    line-height: 1.5;
    font-size: calc(13px * 0.85);
}}.secure-chamber {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 1.5rem;
    background: linear-gradient(140deg, rgb(224,220,237) 0%, rgb(224,220,237) 85%, rgba(rgb(194,188,216,0.5), 0.05) 100%);
    overflow: hidden;
}.secure-chamber::before {
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(194,188,216) 0%, rgb(161,156,192) 100%);
    position: absolute;
    content: "";
    left: 0;
    height: 8px;
}.secure-chamber::after {
    pointer-events: none;
    height: 35%;
    bottom: 0;
    right: 0;
    z-index: 0;
    content: "";
    position: absolute;
    background: radial-gradient(circle at bottom right, rgba(rgb(194,188,216,0.5), 0.03), transparent 70%);
    width: 35%;
}.secure-chamber .container {
    position: relative;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}.secure-chamber h1 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 48px;
    transform: translateX(-0.5rem);
    color: rgb(194,188,216);
    padding-bottom: 1rem;
    font-weight: 700;
}.secure-chamber h1::after {
    animation: expandWidth 0.8s ease-out forwards;
    bottom: 0;
    height: 3px;
    width: 85px;
    transform-origin: left;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(161,156,192);
}.secure-chamber h2 {
    font-size: 34px;
    margin-top: 2.5rem;
    color: #000000;
    position: relative;
    font-weight: 600;
    margin-bottom: 1.25rem;
    padding-left: 1rem;
}.secure-chamber h2::before {
    bottom: 0.25rem;
    content: "";
    top: 0.25rem;
    position: absolute;
    width: 4px;
    left: 0;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(194,188,216), rgb(161,156,192));
}.secure-chamber h3 {
    padding-bottom: 0.75rem;
    color: #000000;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-weight: 600;
    margin-top: 2rem;
    font-size: calc(34px * 0.85);
    margin-bottom: 1rem;
}.secure-chamber h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(34px * 0.7);
    margin-bottom: 0.75rem;
    margin-top: 1.75rem;
}.secure-chamber p {
    color: #000000;
    max-width: 90ch;
    margin-bottom: 1.25rem;
    line-height: 1.7;
    font-size: 15px;
}.secure-chamber strong {
    font-weight: 600;
    color: rgb(194,188,216);
}.secure-chamber ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}.secure-chamber li {
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    padding-left: 1.75rem;
    font-size: 15px;
    line-height: 1.6;
}.secure-chamber li::before {
    width: 8px;
    height: 8px;
    left: 0;
    transform: rotate(45deg);
    content: "";
    background-color: rgb(161,156,192);
    position: absolute;
    top: 0.5rem;
}.secure-chamber span {
    font-size: 15px;
    display: block;
    color: #000000;
    border-left: 2px solid rgba(rgb(194,188,216,0.5), 0.3);
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(rgb(194,188,216,0.5), 0.03), transparent 80%);
    margin-bottom: 1.5rem;
}@keyframes expandWidth {
    from { width: 0; }
    to { width: 85px; }
}


.secure-chamber h2:hover::before {
    transition: background 0.3s ease;
    background: linear-gradient(to bottom, rgb(161,156,192), rgb(194,188,216));
}.secure-chamber li:hover::before {
    transform: rotate(135deg);
    transition: transform 0.3s ease;
}


@media (min-width: 768px) {.secure-chamber {
    padding: 7rem 3rem;
}.secure-chamber h1 {
    transform: translateX(-1rem);
    font-size: calc(48px * 1.2);
}.secure-chamber h1::after {
    width: 120px;
}.secure-chamber h2 {
    padding-left: 1.5rem;
}.secure-chamber h2::before {
    width: 6px;
}.secure-chamber ul {
    margin-left: 2.5rem;
}.secure-chamber li {
    padding-left: 2rem;
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }
}

@media (min-width: 992px) {.secure-chamber {
    padding: 8rem 2rem;
    background: linear-gradient(120deg, rgb(224,220,237) 0%, rgb(224,220,237) 75%, rgba(rgb(194,188,216,0.5), 0.08) 100%);
}.secure-chamber::after {
    height: 45%;
    width: 45%;
}.secure-chamber .container {
    padding: 0 2rem;
}.secure-chamber h1 {
    margin-bottom: 3rem;
}.secure-chamber h2 {
    margin-top: 3.5rem;
}.secure-chamber p, 
    .secure-chamber span {
    margin-left: 1rem;
}.secure-chamber span {
    background: linear-gradient(to right, rgba(rgb(194,188,216,0.5), 0.05), transparent 90%);
    margin-left: 2rem;
    padding: 1rem 1.5rem;
    border-left-width: 3px;
}.secure-chamber ul {
    margin-left: 3rem;
}
}

@media (max-width: 767px) {.secure-chamber {
    padding: 4rem 1rem;
}.secure-chamber h1 {
    font-size: calc(48px * 0.9);
}.secure-chamber h2 {
    font-size: calc(34px * 0.9);
}.secure-chamber h3 {
    font-size: calc(34px * 0.75);
}.secure-chamber h4 {
    font-size: calc(34px * 0.65);
}}.greeting-page {
    min-height: 100vh;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    justify-content: center;
}.greeting-page .learning-creators {
    max-width: 1400px;
    gap: 2rem;
    padding: 2rem;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}.greeting-page .editorial-wrap {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    padding: 3rem;
    z-index: 2;
}.greeting-page .editorial-wrap:hover {
    transform: translateY(-10px);
}.greeting-page h1 {
    font-size: 34px;
    margin-bottom: 1.5rem;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.greeting-page h1::after {
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(194,188,216);
    transition: transform 0.5s ease-out;
    content: '';
    left: 0;
    position: absolute;
    height: 4px;
    bottom: -10px;
    width: 80px;
}.greeting-page .editorial-wrap:hover h1::after {
    transform: scaleX(1);
}.greeting-page .main-front {
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
    flex-direction: column;
}.greeting-page .main-front svg {
    width: 100px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 100px;
    margin-bottom: 1.5rem;
}.greeting-page .editorial-wrap:hover .main-front svg {
    transform: scale(1.05) rotate(2deg);
}.greeting-page .main-front svg path {
    transition: fill 0.3s ease;
}.greeting-page .main-front svg:hover path {
    fill: rgb(194,188,216);
}.greeting-page .main-front svg text {
    transition: all 0.3s ease;
}.greeting-page .main-front svg:hover text {
    fill: #000000;
}.greeting-page .main-front p {
    padding: 0 0.5rem;
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
    position: relative;
    max-width: 550px;
    color: #000000;
    margin: 0 auto;
}.greeting-page ul {
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}.greeting-page .feedback-help {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    background: rgb(194,188,216);
    z-index: 1;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
}.greeting-page .feedback-help::before {
    background: linear-gradient(45deg, rgb(161,156,192), rgb(194,188,216));
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
}.greeting-page .feedback-help:hover {
    box-shadow: 0 7px 20px rgba(94, 170, 168, 0.4);
    transform: translateY(-3px);
}.greeting-page .feedback-help:hover::before {
    opacity: 1;
}.greeting-page .media-img {
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 300px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}.greeting-page .media-img::after {
    left: 0;
    background: linear-gradient(135deg, rgb(194,188,216,0.5) 0%, transparent 50%, rgb(161,156,192,0.5) 100%);
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    pointer-events: none;
}.greeting-page .media-img:hover {
    transform: perspective(1000px) rotateY(5deg);
}

@media (min-width: 768px) {.greeting-page .learning-creators {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.greeting-page .editorial-wrap {
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    margin-right: -2rem;
}.greeting-page .media-img {
    height: 450px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.greeting-page h1 {
    font-size: calc(34px * 1.2);
}.greeting-page .main-front svg {
    width: 120px;
    height: 120px;
}
}

@media (min-width: 992px) {.greeting-page .learning-creators {
    min-height: 550px;
    grid-template-columns: 6fr 5fr;
}.greeting-page .editorial-wrap {
    justify-content: center;
    padding: 5rem;
    transform: translateX(0);
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
}.greeting-page .editorial-wrap:hover {
    transform: translateX(10px);
}.greeting-page .media-img {
    height: 550px;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1200px) rotateY(0);
}.greeting-page .media-img:hover {
    transform: perspective(1200px) rotateY(5deg) translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}.greeting-page h1 {
    font-size: calc(42px * 0.9);
}.greeting-page .main-front p {
    font-size: calc(18px * 1.1);
}.greeting-page .feedback-help {
    font-size: calc(18px * 1.1);
    padding: 1.2rem 3rem;
}
}

@media (min-width: 1200px) {.greeting-page .editorial-wrap {
    padding: 5rem 6rem;
}.greeting-page .media-img {
    transform: perspective(2000px) rotateY(0) translateZ(0) scale(1);
}.greeting-page .media-img:hover {
    transform: perspective(2000px) rotateY(7deg) translateZ(50px) scale(1.02);
}.greeting-page h1 {
    font-size: 42px;
}.greeting-page .main-front svg {
    height: 140px;
    width: 140px;
}.greeting-page::before {
    z-index: 0;
    content: '';
    right: -5%;
    height: 300px;
    background: linear-gradient(135deg, rgb(194,188,216,0.5) 0%, transparent 70%);
    position: absolute;
    width: 300px;
    border-radius: 50%;
    animation: floatAnimation 20s infinite alternate ease-in-out;
    top: -10%;
}.greeting-page::after {
    left: -5%;
    height: 350px;
    content: '';
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(225deg, rgb(161,156,192,0.5) 0%, transparent 70%);
    animation: floatAnimation 25s infinite alternate-reverse ease-in-out;
    width: 350px;
    bottom: -10%;
}
    
    @keyframes floatAnimation {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(40px, 20px);
        }
        100% {
            transform: translate(15px, 40px);
        }
    }
}

@media (max-width: 767px) {.greeting-page {
    min-height: auto;
    padding: 4rem 0;
}.greeting-page .editorial-wrap {
    padding: 2rem;
}.greeting-page h1 {
    font-size: calc(34px * 0.9);
    text-align: center;
}.greeting-page h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.greeting-page .editorial-wrap:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}.greeting-page .main-front svg {
    width: 80px;
    height: 80px;
}.greeting-page .main-front p {
    font-size: calc(18px * 0.9);
}.greeting-page .feedback-help {
    font-size: calc(18px * 0.9);
    padding: 0.9rem 1.8rem;
}.greeting-page .media-img {
    order: -1;
    height: 250px;
}}.program-information {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    perspective: 1000px;
    background: rgb(224,220,237);
}.program-information::before {
    animation: shiftLines 20s linear infinite;
    left: 0;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(194,188,216,0.5) 0,
        rgb(194,188,216,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.05;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.program-information .container {
    overflow: visible;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
}.program-information .lesson-path {
    position: relative;
    grid-template-columns: 1fr;
    min-height: 550px;
    gap: 0;
    grid-template-rows: auto auto;
    display: grid;
}.program-information .editorial-wrap {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    margin-left: 50px;
    border-radius: 27px;
    background: #ffffff;
    margin-right: 50px;
    position: relative;
    grid-column: 1;
    transform: translateZ(0);
    margin-top: -80px;
    transition: transform 0.5s ease;
    grid-row: 2;
    padding: 40px;
    z-index: 5;
}.program-information .editorial-wrap::before {
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    width: 100%;
    content: "";
    left: 0;
    border-radius: 27px;
    backdrop-filter: blur(10px);
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
}.program-information .editorial-wrap::after {
    opacity: 0.3;
    background: radial-gradient(circle, rgb(194,188,216) 0%, transparent 70%);
    height: 100px;
    right: -20px;
    width: 100px;
    position: absolute;
    filter: blur(20px);
    border-radius: 50%;
    animation: pulsate 5s ease-in-out infinite;
    top: -20px;
    content: "";
    z-index: -1;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.program-information .editorial-wrap h2 {
    font-weight: 700;
    z-index: 2;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    color: #000000;
    font-size: 38px;
}.program-information .editorial-wrap h2::before {
    height: 4px;
    background: rgb(194,188,216);
    border-radius: 10px;
    left: 0;
    position: absolute;
    width: 40px;
    content: "";
    bottom: -8px;
    transition: width 0.3s ease;
}.program-information .editorial-wrap:hover h2::before {
    width: 100%;
}.program-information .editorial-wrap .description {
    z-index: 2;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 16px;
}.program-information .editorial-wrap .description:last-child {
    margin-bottom: 0;
}.program-information .media-img {
    overflow: hidden;
    transition: transform 0.5s ease;
    border-radius: 27px;
    height: 450px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    z-index: 3;
    grid-column: 1;
    grid-row: 1;
    transform: rotateX(5deg);
}.program-information .media-img::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
}.program-information .media-img::after {
    height: 100%;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(194,188,216,0.5) 0%,
        transparent 60%
    );
    position: absolute;
    top: 0;
    mix-blend-mode: overlay;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
}.program-information:hover .media-img {
    transform: rotateX(2deg) translateY(-10px);
}.program-information:hover .editorial-wrap {
    transform: translateY(-10px);
}.program-information .container::before,
.program-information .container::after {
    content: "";
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    background: rgb(161,156,192,0.5);
}.program-information .container::before {
    height: 200px;
    width: 200px;
    top: -100px;
    left: -50px;
    animation: float 20s ease-in-out infinite;
}.program-information .container::after {
    height: 150px;
    width: 150px;
    bottom: -50px;
    right: -30px;
    animation: float 15s ease-in-out infinite reverse;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.program-information .lesson-path::after {
    right: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(194,188,216,0.5) 20px,
        rgb(194,188,216,0.5) 21px
    );
    content: "";
}

@media screen and (max-width: 1024px) {.program-information {
    padding: 80px 0;
}.program-information .lesson-path {
    min-height: 400px;
}.program-information .media-img {
    height: 350px;
}.program-information .editorial-wrap {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -60px;
    padding: 30px;
}.program-information .container::before {
    width: 150px;
    height: 150px;
}.program-information .container::after {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 767px) {.program-information {
    padding: 60px 0;
}.program-information .lesson-path {
    min-height: auto;
}.program-information .media-img {
    height: 250px;
    transform: none;
}.program-information .editorial-wrap {
    transform: none;
    padding: 25px;
    margin-right: 15px;
    margin-top: -40px;
    margin-left: 15px;
}.program-information .editorial-wrap h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 20px;
}.program-information .editorial-wrap .description {
    font-size: calc(16px * 0.95);
}.program-information:hover .media-img,
    .program-information:hover .editorial-wrap {
    transform: none;
}.program-information .container::before,
    .program-information .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program-information .media-img {
    animation: slideUp 0.8s ease-out forwards;
}.program-information .editorial-wrap {
    opacity: 0;
    animation: slideUp 1s 0.3s ease-out forwards;
    animation-fill-mode: forwards;
}

@media (prefers-color-scheme: dark) {.program-information {
    background: rgb(194,188,216);
}.program-information .editorial-wrap::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.program-information .editorial-wrap h2 {
    color: #ffffff;
}.program-information .editorial-wrap .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.program-information .editorial-wrap {
    background: #ffffff;
}.program-information .editorial-wrap h2 {
    color: #000000;
}.program-information .editorial-wrap .description {
    color: #000000;
}.program-information .media-img::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.program-information::before,
    .program-information .container::before,
    .program-information .container::after,
    .program-information .editorial-wrap::after,
    .program-information:hover .media-img,
    .program-information:hover .editorial-wrap {
    animation: none;
    transform: none;
}.program-information .media-img,
    .program-information .editorial-wrap {
    opacity: 1;
    animation: none;
}}

.program-information .media-img,
.program-information .editorial-wrap {
    transform: translateZ(0);
    will-change: transform;
}

@media (hover: hover) {.program-information .editorial-wrap:hover h2::before {
    width: 100%;
}.program-information:hover .media-img {
    transform: rotateX(2deg) translateY(-10px);
}.program-information:hover .editorial-wrap {
    transform: translateY(-10px);
}}.cookie-alert-overlay {
    padding: 20px;
    z-index: 1050;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(194,188,216);
    width: 100%;
    bottom: 0;
    background: rgb(224,220,237);
    overflow: hidden;
    position: fixed;
}.cookie-review {
    justify-content: space-between;
    z-index: 1;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}.cookie-visitor {
    margin-right: 20px;
    flex-shrink: 0;
}#cookieModalWindow {
    display: none;
}#cookieModalWindow:checked ~ .cookie-alert-overlay {
    visibility: hidden;
    opacity: 0;
}.cookie-visitor svg {
    transition: fill 0.3s ease-in-out;
    height: 60px;
    fill: rgb(194,188,216);
    width: 60px;
}.cookie-option {
    margin-right: 20px;
    flex-grow: 1;
}.cookie-option h5 {
    margin-bottom: 5px;
    color: rgb(194,188,216);
    font-weight: 700;
    font-size: 23px;
}.cookie-option p {
    color: #000000;
    margin-bottom: 0;
    font-size: 18px;
}.secure-cookies {
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    font-size: 16px;
    margin-left: 10px;
}.secure-cookies {
    border: 1px solid rgb(194,188,216);
    color: #ffffff;
    background-color: rgb(194,188,216);
}.secure-cookies:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie-alert-overlay p a {
    color: rgb(194,188,216);
    text-decoration: underline;
}.cookie-alert-overlay p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie-option h5 {
    font-size: calc(23px - 2px);
}.cookie-option p {
    font-size: calc(18px - 2px);
}.secure-cookies {
    padding: 8px 16px;
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.cookie-review {
    flex-direction: column;
    align-items: center;
}.cookie-visitor {
    margin-bottom: 15px;
}.cookie-option {
    margin-bottom: 20px;
    text-align: center;
}.secure-cookies {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.mentorship-experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 5rem 0;
}.mentorship-experience::before {
    top: -10%;
    opacity: 0.1;
    position: absolute;
    width: 25rem;
    right: -5%;
    content: "";
    height: 25rem;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    transform: rotate(-15deg);
    z-index: 1;
    background: linear-gradient(120deg, rgb(194,188,216,0.5) 10%, rgb(161,156,192,0.5) 90%);
}.mentorship-experience::after {
    position: absolute;
    opacity: 0.08;
    background: linear-gradient(220deg, rgb(161,156,192,0.5) 10%, rgb(194,188,216,0.5) 90%);
    content: "";
    width: 15rem;
    height: 15rem;
    z-index: 1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    bottom: -5%;
    transform: rotate(12deg);
    left: -5%;
}.mentorship-experience .container {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.mentorship-experience .client-ratings {
    background: #ffffff;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    gap: 2.5rem;
    padding: 3rem;
    display: grid;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    border-left: 5px solid rgb(194,188,216);
    position: relative;
}.mentorship-experience .client-ratings:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.mentorship-experience .client-ratings > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}.mentorship-experience .media-img {
    width: 180px;
    border: 4px solid #ffffff;
    transform: rotate(-3deg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    height: 180px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.mentorship-experience .client-ratings:hover .media-img {
    transform: rotate(0deg) scale(1.05);
}.mentorship-experience .name {
    font-size: 21px;
    color: rgb(194,188,216);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
    position: relative;
}.mentorship-experience .name::after {
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(194,188,216) 0%, transparent 100%);
    bottom: -8px;
    position: absolute;
    width: 40%;
    content: "";
    left: 0;
    height: 3px;
}.mentorship-experience .client-ratings:hover .name::after {
    width: 90%;
}.mentorship-experience .client-ratings > div:nth-child(2) {
    justify-content: center;
    flex-direction: column;
    display: flex;
}.mentorship-experience .client-ratings > div:nth-child(2) > div {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: calc(13px - 0.1rem);
    font-weight: 600;
    color: rgb(161,156,192);
}.mentorship-experience .exp-list {
    margin: 0;
    color: #000000;
    padding-left: 1.5rem;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
}.mentorship-experience .exp-list::before {
    top: -1.5rem;
    left: -0.8rem;
    content: "";
    font-family: Georgia, serif;
    opacity: 0.3;
    position: absolute;
    color: rgb(194,188,216,0.5);
    font-size: 5rem;
}

@media (min-width: 768px) {.mentorship-experience .client-ratings {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.mentorship-experience .client-ratings > div:first-child {
    grid-row: span 2;
}.mentorship-experience .media-img {
    width: 200px;
    height: 200px;
}.mentorship-experience .exp-list {
    font-size: calc(13px + 0.05rem);
}
}

@media (min-width: 992px) {.mentorship-experience .client-ratings {
    grid-template-rows: 1fr;
    align-items: center;
    grid-template-columns: 250px 250px 1fr;
}.mentorship-experience .client-ratings > div:first-child {
    grid-row: 1;
}.mentorship-experience .media-img {
    width: 220px;
    height: 220px;
}.mentorship-experience .exp-list {
    padding-left: 2rem;
}.mentorship-experience .exp-list::before {
    left: -0.5rem;
    top: -2rem;
    font-size: 6rem;
}
}

@media (max-width: 767px) {.mentorship-experience {
    padding: 3rem 0;
}.mentorship-experience .client-ratings {
    padding: 2rem;
}.mentorship-experience .media-img {
    height: 150px;
    width: 150px;
}.mentorship-experience .name {
    font-size: calc(21px - 0.1rem);
}.mentorship-experience .exp-list {
    line-height: 1.6;
    font-size: calc(13px - 0.1rem);
}
}

@media (max-width: 480px) {.mentorship-experience {
    padding: 2rem 0;
}.mentorship-experience .container {
    padding: 0 1rem;
}.mentorship-experience .client-ratings {
    gap: 1.5rem;
    padding: 1.5rem;
}.mentorship-experience .media-img {
    height: 120px;
    width: 120px;
}.mentorship-experience .exp-list::before {
    font-size: 4rem;
    top: -1rem;
}}.company-info {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.company-info::before {
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%);
}.company-info::after {
    background: linear-gradient(135deg, rgb(194,188,216,0.5) 0%, transparent 70%);
    position: absolute;
    transform: rotate(-15deg);
    right: -10%;
    width: 60%;
    top: -10%;
    z-index: 2;
    animation: glow 12s infinite alternate ease-in-out;
    filter: blur(50px);
    opacity: 0.7;
    height: 60%;
    content: "";
}.company-info .container {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.company-info .editorial-wrap {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border-left: 4px solid rgb(161,156,192);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    max-width: 900px;
    padding: 3rem;
    backdrop-filter: blur(10px);
}.company-info .editorial-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company-info h1 {
    font-size: 40px;
    opacity: 0;
    margin-bottom: 2.5rem;
    color: #ffffff;
    position: relative;
    animation: slideIn 0.8s 0.3s forwards cubic-bezier(0.22, 1, 0.36, 1);
    letter-spacing: 1px;
    transform: translateX(-10px);
    font-weight: 700;
}.company-info h1::after {
    left: 0;
    height: 4px;
    transform-origin: left;
    background: linear-gradient(to right, rgb(161,156,192), transparent);
    bottom: -12px;
    content: "";
    position: absolute;
    transform: scaleX(0);
    animation: expandLine 1.2s 0.8s forwards cubic-bezier(0.22, 1, 0.36, 1);
    width: 80px;
}.company-info ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.company-info ul li {
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(20px);
    margin-bottom: 1.5rem;
}.company-info ul li:last-child {
    animation-delay: 0.8s;
}.company-info h4 {
    font-size: calc(18px * 1.2);
    position: relative;
    color: rgb(161,156,192);
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 600;
}.company-info h4::before {
    animation: fadeIn 1s 1.2s forwards ease-out;
    opacity: 0;
    height: 30px;
    content: "";
    left: -20px;
    top: -10px;
    width: 30px;
    border-left: 2px solid rgb(161,156,192,0.5);
    border-top: 2px solid rgb(161,156,192,0.5);
    position: absolute;
}.company-info span {
    color: #ffffff;
    font-weight: 300;
    display: block;
    line-height: 1.8;
    font-size: 18px;
    position: relative;
    column-count: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {.company-info span {
    column-count: 2;
    column-gap: 2.5rem;
}.company-info .editorial-wrap {
    padding: 4rem;
    margin-left: 2rem;
}
}

@media (min-width: 992px) {.company-info {
    padding: 10rem 0;
}.company-info .editorial-wrap {
    margin-left: 4rem;
    padding: 5rem;
}.company-info h1 {
    font-size: calc(40px * 1.2);
}.company-info span {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.company-info {
    padding: 6rem 0;
}.company-info .editorial-wrap {
    border-left-width: 3px;
    clip-path: none;
    transform: none;
    padding: 2rem;
}.company-info h1 {
    font-size: calc(40px * 0.9);
}.company-info h4 {
    font-size: 18px;
}.company-info span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.company-info::after {
    height: 40%;
    width: 100%;
}
}

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

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

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

@keyframes fadeIn {
    to {
        opacity: 0.8;
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(-10deg) scale(1.1);
    }
}