* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.grid-container-56380 {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.tech-stack-30798 {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1271px;
}header,footer {
    width: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    padding: 4px;
    width: 9px;
}::-webkit-scrollbar-track {
    border-radius: 14%;
}::-webkit-scrollbar-thumb {
    animation: shift_scrollbar 5.9s ease infinite;
    box-shadow: -4px 4px 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 9999px;
    background: linear-gradient(320deg, rgb(160,148,167) 36%, rgb(195,184,203) 69%, rgb(195,184,203,0.5) 10%);
    min-height: 46px;
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(160,148,167,0.5);
    scrollbar-width: auto;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-thumb {
    background: rgb(160,148,167);
}}

.top-bar-21046 {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.customer-feedback-17650 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,220,240) 0%, rgb(195,184,203,0.5) 100%);
    padding: 80px 0;
    position: relative;
}.customer-feedback-17650::before {
    z-index: 1;
    left: -25%;
    width: 150%;
    position: absolute;
    top: -30%;
    height: 100%;
    transform: rotate(-15deg);
    background: rgb(160,148,167,0.5);
    content: "";
}.customer-feedback-17650 .study-learn-23401 {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.customer-feedback-17650 h4 {
    display: inline-block;
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 50px;
    transform: skewX(-5deg);
    position: relative;
}.customer-feedback-17650 h4::after {
    bottom: -10px;
    height: 4px;
    position: absolute;
    left: 0;
    width: 70%;
    transform: skewX(15deg);
    background: rgb(195,184,203);
    content: "";
}.customer-feedback-17650 .review-space-48706 {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 40px;
}.customer-feedback-17650 .feedback-list-93741 {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0) rotate(0);
    padding: 30px 25px 25px;
}.customer-feedback-17650 .feedback-list-93741:nth-child(odd) {
    transform: translateY(20px) rotate(-1deg);
}.customer-feedback-17650 .feedback-list-93741:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}.customer-feedback-17650 .feedback-list-93741:hover {
    transform: translateY(-5px) rotate(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.customer-feedback-17650 .feedback-list-93741::before {
    left: 0;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(195,184,203) 0%, rgb(160,148,167) 100%);
}.customer-feedback-17650 .feedback-list-93741::after {
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    height: 80px;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    width: 80px;
    content: "";
    background: rgb(160,148,167,0.5);
}.customer-feedback-17650 .pic-border-62759 {
    transform: rotate(-5deg);
    height: 80px;
    border-radius: 20% 40% 30% 50%;
    width: 80px;
    border: 3px solid #ffffff;
    margin-bottom: 15px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}.customer-feedback-17650 .feedback-list-93741:hover .pic-border-62759 {
    border-radius: 30% 50% 40% 30%;
    transform: rotate(0) scale(1.05);
}.customer-feedback-17650 .feedback-list-93741 span {
    font-family: Arial, sans-serif;
    z-index: 1;
    color: rgb(195,184,203);
    margin-bottom: 10px;
    position: relative;
    display: block;
    font-size: 19px;
    font-weight: 700;
}.customer-feedback-17650 .feedback-list-93741 p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    color: #000000;
    font-weight: 400;
    font-style: italic;
    z-index: 1;
}

@media (max-width: 767px) {.customer-feedback-17650 {
    padding: 50px 0;
}.customer-feedback-17650::before {
    left: -50%;
    width: 200%;
    transform: rotate(-10deg);
}.customer-feedback-17650 h4 {
    font-size: calc(38px * 0.85);
    margin-bottom: 30px;
}.customer-feedback-17650 .review-space-48706 {
    grid-template-columns: 1fr;
    transform: none;
    gap: 30px;
}.customer-feedback-17650 .feedback-list-93741,
    .customer-feedback-17650 .feedback-list-93741:nth-child(odd),
    .customer-feedback-17650 .feedback-list-93741:nth-child(even) {
    padding: 25px 20px 20px;
    transform: none;
}.customer-feedback-17650 .pic-border-62759 {
    height: 70px;
    width: 70px;
}}.data-insights-21980 {
    color: #ffffff;
    position: relative;
    isolation: isolate;
    padding: 100px 0;
    overflow: hidden;
}.data-insights-21980::before {
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    height: 100%;
    content: '';
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
}.data-insights-21980::after {
    background: linear-gradient(45deg, rgb(195,184,203,0.5) 0%, transparent 50%);
    z-index: -1;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
}.data-insights-21980 .container {
    max-width: 1400px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.data-insights-21980 .statistics-support-69758 {
    z-index: 1;
    display: grid;
    align-items: center;
    gap: 50px;
    grid-template-columns: 1fr 2fr;
    position: relative;
}.data-insights-21980 .statistics-zone-73615 {
    margin-bottom: 25px;
    display: inline-block;
}.data-insights-21980 .statistics-zone-73615 svg {
    width: 70px;
    filter: drop-shadow(0 0 10px rgb(195,184,203,0.5));
    height: 70px;
    fill: rgb(195,184,203);
}.data-insights-21980 .statistics-zone-73615 svg path {
    stroke: #ffffff;
    fill: rgb(195,184,203);
    stroke-width: 0.5;
}.data-insights-21980 .boost-statistics-48561 {
    font-weight: 700;
    font-size: 36px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    padding-bottom: 15px;
    text-align: left;
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
}.data-insights-21980 .boost-statistics-48561::after {
    content: '';
    height: 3px;
    left: 0;
    bottom: 0;
    width: 80px;
    position: absolute;
    background: linear-gradient(to right, rgb(195,184,203), transparent);
}.data-insights-21980 .statistics-extras-85713 {
    margin-bottom: 0;
    opacity: 0.9;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    line-height: 1.7;
    text-align: left;
}.data-insights-21980 .expert-upgrade-73520 {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 30px;
    grid-template-rows: repeat(2, 1fr);
    display: grid;
    position: relative;
}.data-insights-21980 .expert-upgrade-73520::before {
    background: linear-gradient(to bottom, transparent, #ffffff, transparent);
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
}.data-insights-21980 .pro-statistics-32548 {
    display: flex;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    align-items: center;
}.data-insights-21980 .pro-statistics-32548:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
}.data-insights-21980 .top-gain-80347 {
    margin-right: 20px;
    flex-shrink: 0;
}.data-insights-21980 .top-gain-80347 svg {
    fill: rgb(195,184,203);
    filter: drop-shadow(0 0 5px rgb(195,184,203,0.5));
    height: 40px;
    width: 40px;
}.data-insights-21980 .top-gain-80347 svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
    fill: rgb(195,184,203);
}.data-insights-21980 .stat_item_content {
    flex-direction: column;
    display: flex;
}.data-insights-21980 .pro-statistics-32548 span {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}.data-insights-21980 .pro-statistics-32548 p {
    color: #ffffff;
    line-height: 1.3;
    opacity: 0.9;
    font-size: calc(14px * 0.9);
    margin: 0;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 10px);
    }
    100% {
        transform: translate(-10px, 20px);
    }
}

.data-insights-21980 .expert-upgrade-73520:has(.pro-statistics-32548:only-child) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}.data-insights-21980 .expert-upgrade-73520:has(.pro-statistics-32548:nth-child(2):last-child) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}.data-insights-21980 .expert-upgrade-73520:has(.pro-statistics-32548:nth-child(3):last-child) {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}.data-insights-21980 .expert-upgrade-73520:has(.pro-statistics-32548:nth-child(n+5):last-child) {
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
}

@media screen and (max-width: 1100px) {.data-insights-21980 .statistics-support-69758 {
    grid-template-columns: 1fr 1fr;
}.data-insights-21980 .expert-upgrade-73520 {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 992px) {.data-insights-21980 {
    padding: 80px 0;
}.data-insights-21980 .statistics-support-69758 {
    gap: 50px;
    grid-template-columns: 1fr;
}.data-insights-21980 .boost-statistics-48561 {
    text-align: center;
}.data-insights-21980 .boost-statistics-48561::after {
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(195,184,203), transparent);
    left: 50%;
}.data-insights-21980 .statistics-extras-85713 {
    margin-bottom: 0;
    text-align: center;
}.data-insights-21980 .statistics-zone-73615 {
    justify-content: center;
    display: flex;
}.data-insights-21980 .expert-upgrade-73520 {
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
}.data-insights-21980 .expert-upgrade-73520::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.data-insights-21980 {
    padding: 60px 0;
}.data-insights-21980 .boost-statistics-48561 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.9);
}.data-insights-21980 .statistics-extras-85713 {
    font-size: calc(14px * 0.95);
}.data-insights-21980 .expert-upgrade-73520 {
    gap: 20px;
}.data-insights-21980 .pro-statistics-32548 {
    padding: 20px;
}.data-insights-21980 .pro-statistics-32548 span {
    font-size: calc(18px * 0.9);
}.data-insights-21980 .pro-statistics-32548 p {
    font-size: calc(14px * 0.85);
}
}

@media screen and (max-width: 576px) {.data-insights-21980 {
    padding: 50px 0;
}.data-insights-21980 .statistics-support-69758 {
    gap: 40px;
}.data-insights-21980 .expert-upgrade-73520 {
    grid-template-columns: 1fr;
    gap: 15px;
}.data-insights-21980 .statistics-zone-73615 svg {
    width: 60px;
    height: 60px;
}.data-insights-21980 .boost-statistics-48561 {
    padding-bottom: 10px;
    margin-bottom: 15px;
}.data-insights-21980 .boost-statistics-48561::after {
    width: 60px;
}.data-insights-21980 .top-gain-80347 svg {
    width: 35px;
    height: 35px;
}}

.data-insights-21980 .pro-statistics-32548::before {
    transition: opacity 0.3s ease;
    border-top-right-radius: 10px;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, transparent, rgb(195,184,203,0.5));
    width: 40px;
    opacity: 0;
    content: '';
    position: absolute;
    height: 40px;
}.data-insights-21980 .pro-statistics-32548:hover::before {
    opacity: 1;
}.data-insights-21980 .pro-statistics-32548::after {
    position: absolute;
    transition: opacity 0.3s ease;
    border-bottom-left-radius: 10px;
    height: 30px;
    background: linear-gradient(315deg, rgb(160,148,167,0.5), transparent);
    bottom: 0;
    content: '';
    left: 0;
    width: 30px;
    opacity: 0;
}.data-insights-21980 .pro-statistics-32548:hover::after {
    opacity: 1;
}.windowPrivacySettings-18269 {
    z-index: 90;
    padding: 20px 0;
    background: rgb(160,148,167);
    border-top: 3px solid rgb(160,148,167);
    animation: slideUp 0.5s forwards;
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
    position: fixed;
    bottom: 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieNoticePrompt-82596 {
    display: none;
}#cookieNoticePrompt-82596:checked ~ .windowPrivacySettings-18269 {
    visibility: hidden;
    opacity: 0;
}.cookie-none-27936 {
    justify-content: space-between;
    padding: 20px 5%;
    gap: 20px;
    display: flex;
    align-items: center;
}.windowPrivacySettings-18269 h5 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}.windowPrivacySettings-18269 p {
    font-size: 18px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.data-settings-69051 {
    display: flex;
    filter: drop-shadow(0 0 10px rgb(195,184,203));
    margin-right: 15px;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}.data-settings-69051 svg {
    height: 80px;
    width: 80px;
    fill: rgb(195,184,203);
    transition: transform 0.3s ease-in-out;
}.data-settings-69051:hover svg {
    transform: scale(1.1);
}.cookie-panel-16357 {
    box-shadow: 0 0 15px rgb(195,184,203);
    line-height: 40px;
    min-width: 140px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 20px;
    background: linear-gradient(90deg, rgb(195,184,203), rgb(160,148,167));
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    margin-left: 10px;
    color: #000000;
    text-decoration: none;
}.cookie-panel-16357:hover {
    box-shadow: 0 0 20px rgb(160,148,167);
}.cookie_button.cookie-ack-68301 {
    border: 2px solid rgb(160,148,167);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-ack-68301:hover {
    box-shadow: 0 0 15px rgb(160,148,167);
    background: rgba(0, 0, 0, 0.5);
}.windowPrivacySettings-18269 p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(195,184,203);
}.windowPrivacySettings-18269 p a:hover {
    color: rgb(160,148,167);
}
@media only screen and (max-width: 1200px) {.windowPrivacySettings-18269 {
    padding: 15px 0;
}.cookie-none-27936 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.data-settings-69051 {
    display: none;
}.cookie-none-27936 {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.windowPrivacySettings-18269 h5 {
    margin-bottom: 5px;
    font-size: 22px;
}.cookie-explained-34605 {
    margin-bottom: 15px;
}.cookie-panel-16357 {
    min-width: 100%;
    margin: 10px 0;
}}
.gratitudeBox-75126 {
    position: relative;
    isolation: isolate;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,220,240) 0%, rgb(160,148,167,0.5) 100%);
}.gratitudeBox-75126::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.15;
    z-index: -1;
    animation: patternShift 30s linear infinite;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(160,148,167,0.5) 0px,
        rgb(160,148,167,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.gratitudeBox-75126::after {
    opacity: 0.3;
    bottom: -50px;
    right: -50px;
    z-index: -1;
    filter: blur(80px);
    content: "";
    width: 250px;
    position: absolute;
    height: 250px;
    background: rgb(195,184,203,0.5);
}.gratitudeBox-75126 .container {
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    padding: 0 20px;
}.gratitudeBox-75126 h2 {
    margin-bottom: 2.5rem;
    color: #000000;
    text-align: center;
    line-height: 1.3;
    font-weight: 700;
    transform: translateZ(20px);
    font-family: Arial, sans-serif;
    font-size: 31px;
    animation: slideInTitle 0.8s ease-out forwards;
    position: relative;
}.gratitudeBox-75126 h2::after {
    transform: translateX(-50%);
    height: 4px;
    width: 100px;
    position: absolute;
    background: linear-gradient(to right, rgb(195,184,203), rgb(160,148,167));
    left: 50%;
    bottom: -15px;
    animation: expandWidth 1s ease-out 0.8s forwards;
    content: "";
}.gratitudeBox-75126 .study-learn-23401 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    transform: translateZ(10px) rotateX(2deg);
    border-radius: 10px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    position: relative;
}.gratitudeBox-75126 .study-learn-23401::before {
    top: 0;
    position: absolute;
    left: 0;
    animation: gradientShift 8s ease infinite;
    height: 6px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(195,184,203), rgb(160,148,167));
}.gratitudeBox-75126 .study-learn-23401 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.gratitudeBox-75126 .study-learn-23401 li {
    opacity: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
    padding: 0;
    position: relative;
}.gratitudeBox-75126 .study-learn-23401 span {
    line-height: 1.7;
    color: #000000;
    font-size: calc(14px * 1.1);
    text-align: center;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
}.gratitudeBox-75126 .study-learn-23401:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateZ(15px) rotateX(0deg);
}

@keyframes slideInTitle {
    from {
        transform: translateY(-30px) translateZ(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0) translateZ(20px);
        opacity: 1;
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

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

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

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 1024px) {.gratitudeBox-75126 {
    padding: 5rem 0;
}.gratitudeBox-75126 h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.gratitudeBox-75126 .study-learn-23401 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.gratitudeBox-75126 {
    padding: 4rem 0;
}.gratitudeBox-75126 h2 {
    margin-bottom: 1.8rem;
    font-size: calc(31px * 0.8);
}.gratitudeBox-75126 .study-learn-23401 {
    padding: 1.8rem;
    transform: translateZ(5px) rotateX(1deg);
}.gratitudeBox-75126 .study-learn-23401 span {
    line-height: 1.6;
    font-size: 14px;
}
}

@media (max-width: 576px) {.gratitudeBox-75126 {
    padding: 3rem 0;
}.gratitudeBox-75126 h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.gratitudeBox-75126 h2::after {
    bottom: -10px;
    height: 3px;
}.gratitudeBox-75126 .study-learn-23401 {
    padding: 1.5rem;
    transform: translateZ(0) rotateX(0deg);
}.gratitudeBox-75126 .study-learn-23401::before {
    height: 4px;
}.gratitudeBox-75126 .study-learn-23401 span {
    line-height: 1.5;
    font-size: calc(14px * 0.95);
}
}

@media (prefers-reduced-motion) {.gratitudeBox-75126 h2,
    .gratitudeBox-75126 h2::after,
    .gratitudeBox-75126 .study-learn-23401,
    .gratitudeBox-75126 .study-learn-23401::before,
    .gratitudeBox-75126 .study-learn-23401 li {
    transition: none;
    animation: none;
}.gratitudeBox-75126 .study-learn-23401:hover {
    transform: none;
}.gratitudeBox-75126::before {
    animation: none;
}}header {
    position: relative;
    padding: 0;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    background: #ffffff;
}header::before {
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    z-index: 0;
    background: linear-gradient(135deg, rgb(195,184,203), rgb(160,148,167));
    top: 0;
    width: 35%;
}header .container {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    z-index: 1;
    position: relative;
}header .nav-lead-61425 {
    align-items: stretch;
    display: flex;
    height: 100%;
}header .head-pagewrap-72034 {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 1.2rem 0;
    position: relative;
    width: 35%;
    text-decoration: none;
}header .head-pagewrap-72034 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    height: auto;
    transition: all 0.3s ease;
    width: 150px;
}header .head-pagewrap-72034:hover svg {
    transform: scale(1.05);
}header .first-pagebar-42390 {
    padding: 1.2rem 3%;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 65%;
    position: relative;
}header .first-pagebar-42390::before {
    position: absolute;
    height: 100%;
    width: 1px;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(195,184,203,0.5), transparent);
}header .top-skill-04967 {
    overflow: hidden;
    background: #ffffff;
    text-decoration: none;
    color: #000000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 0.6rem 1.2rem;
    z-index: 1;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 14px;
}header .top-skill-04967::before {
    border-radius: 10px;
    left: 0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    height: 100%;
    content: '';
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    background: linear-gradient(135deg, rgb(195,184,203,0.5), rgb(160,148,167,0.5));
}header .top-skill-04967:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-2px);
}header .top-skill-04967:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .head-pagewrap-72034 {
    padding: 1rem 0;
    width: 30%;
}header .head-pagewrap-72034 svg {
    width: 130px;
}header .first-pagebar-42390 {
    gap: 0.5rem;
    padding: 1rem 2.5%;
    width: 70%;
}header .top-skill-04967 {
    padding: 0.5rem 1rem;
    font-size: calc(14px);
}
}

@media (max-width: 767px) {header {
    background: rgb(231,220,240);
}header::before {
    top: 0;
    height: auto;
    width: 100%;
    bottom: 50%;
}header .nav-lead-61425 {
    align-items: center;
    flex-direction: column;
}header .head-pagewrap-72034 {
    padding: 0.8rem 0;
    width: 100%;
}header .head-pagewrap-72034 svg {
    width: 120px;
}header .first-pagebar-42390 {
    gap: 0.6rem;
    justify-content: center;
    width: 95%;
    flex-wrap: wrap;
    padding: 0.8rem 0;
}header .first-pagebar-42390::before {
    background: linear-gradient(to right, transparent, rgb(195,184,203,0.5), transparent);
    left: 0;
    width: 100%;
    top: 0;
    height: 1px;
}header .top-skill-04967 {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .head-pagewrap-72034 {
    padding: 0.7rem 0;
}header .head-pagewrap-72034 svg {
    width: 110px;
}header .first-pagebar-42390 {
    padding: 0.7rem 2%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
}header .first-pagebar-42390::-webkit-scrollbar {
    height: 3px;
}header .first-pagebar-42390::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(195,184,203);
}header .top-skill-04967 {
    flex-shrink: 0;
    margin-right: 2px;
    font-size: calc(14px - 1px);
    padding: 0.45rem 0.9rem;
    white-space: nowrap;
}}.tech-stack-30798 {
    padding: 6rem 0 2rem;
    background: linear-gradient(45deg, #000000 0%, rgb(160,148,167,0.5) 100%);
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}.tech-stack-30798::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(195,184,203,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(160,148,167,0.5) 0%, transparent 30%);
    position: absolute;
    top: 0;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    left: 0;
}.tech-stack-30798::after {
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    content: '';
    top: 0;
}.tech-stack-30798 .container {
    position: relative;
    z-index: 3;
}.tech-stack-30798 .donate-books-91280 {
    display: flex;
    position: relative;
    flex-direction: column;
}.tech-stack-30798 .learn-chat-41893 {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    padding: 1.25rem 2rem;
    gap: 1.5rem;
    background-color: #ffffff;
    z-index: 10;
    transform: translateY(-3.5rem);
}.tech-stack-30798 .learn-chat-41893::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 20px;
    opacity: 0.08;
    z-index: -1;
    content: '';
    background: linear-gradient(135deg, transparent 20%, rgb(195,184,203,0.5) 140%);
}.tech-stack-30798 .info_item {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex: 1;
    min-width: 200px;
    position: relative;
    max-width: 300px;
}.tech-stack-30798 .info_item:not(:last-child)::after {
    transform: translateY(-50%);
    position: absolute;
    width: 1px;
    content: '';
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgb(160,148,167,0.5), transparent);
    top: 50%;
    right: -0.75rem;
}.tech-stack-30798 .info_item p,
.tech-stack-30798 .info_item a {
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    gap: 0.875rem;
    align-items: center;
    padding: 0.5rem;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
}.tech-stack-30798 .info_item:hover {
    transform: translateY(-5px);
}.tech-stack-30798 .info_item:hover p,
.tech-stack-30798 .info_item:hover a {
    color: rgb(195,184,203);
}.tech-stack-30798 .info_item svg {
    fill: rgb(195,184,203);
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
}.tech-stack-30798 .info_item:hover svg {
    transform: scale(1.15);
}.tech-stack-30798 .text_main_holder {
    display: grid;
    position: relative;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
}.tech-stack-30798 .head-guide-02954 {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.tech-stack-30798 .head-guide-02954 svg {
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
    max-width: 180px;
    height: auto;
}.tech-stack-30798 .head-guide-02954:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(195,184,203,0.5));
}.tech-stack-30798 .access-cta-12539 {
    line-height: 1.6;
    font-size: calc(12px + 1px);
    opacity: 0.8;
}.tech-stack-30798 .first-pagebar-42390 {
    flex-direction: column;
    position: relative;
    display: flex;
}.tech-stack-30798 .first-pagebar-42390::before {
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(160,148,167,0.5) 30%, rgb(160,148,167,0.5) 70%, transparent);
    width: 1px;
    left: -2rem;
    content: '';
    top: 0;
}.tech-stack-30798 .first-pagebar-42390::after {
    content: '';
    right: -2rem;
    top: 0;
    position: absolute;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(160,148,167,0.5) 30%, rgb(160,148,167,0.5) 70%, transparent);
}.tech-stack-30798 .first-pagebar-42390 h5 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 0.875rem;
    margin-bottom: 1.75rem;
    position: relative;
}.tech-stack-30798 .first-pagebar-42390 h5::after {
    width: 60px;
    height: 2px;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(195,184,203), transparent);
}.tech-stack-30798 .main-info-69824 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    display: grid;
}.tech-stack-30798 .main-info-69824:first-child {
    margin-bottom: 2rem;
}.tech-stack-30798 .main-info-69824 a {
    opacity: 0.85;
    position: relative;
    text-decoration: none;
    padding: 0.25rem 0;
    transition: all 0.3s ease;
    font-size: 15px;
    transform-origin: left;
    color: #ffffff;
}.tech-stack-30798 .main-info-69824 a::before {
    bottom: 0;
    position: absolute;
    height: 1px;
    width: 0;
    transition: width 0.3s ease;
    background-color: rgb(195,184,203);
    left: 0;
    content: '';
}.tech-stack-30798 .main-info-69824 a:hover {
    opacity: 1;
    color: rgb(195,184,203);
    transform: translateX(8px);
}.tech-stack-30798 .main-info-69824 a:hover::before {
    width: 20px;
}.tech-stack-30798 .subscribe_holder {
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    gap: 1.5rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
}.tech-stack-30798 .subscribe_holder::before {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    opacity: 0.2;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(195,184,203,0.5), transparent 70%);
    z-index: -1;
}.tech-stack-30798 .subscribe_holder::after {
    bottom: 0;
    right: 0;
    opacity: 0.3;
    content: '';
    animation: pulseGlow 6s infinite alternate;
    height: 150px;
    width: 150px;
    background: radial-gradient(circle, rgb(195,184,203,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -1;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.tech-stack-30798 .subscribe_holder h5 {
    position: relative;
    padding-bottom: 0.875rem;
    font-size: 23px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.tech-stack-30798 .subscribe_holder h5::after {
    position: absolute;
    content: '';
    bottom: 0;
    background: rgb(195,184,203);
    width: 40px;
    height: 2px;
    left: 0;
}.tech-stack-30798 .subscribe_holder p {
    margin-bottom: 0.5rem;
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.6;
}.tech-stack-30798 .input_holder {
    flex-direction: column;
    margin-top: 0.5rem;
    gap: 1rem;
    position: relative;
    display: flex;
}.tech-stack-30798 .input_holder::before {
    background: 
        radial-gradient(circle at bottom right, rgb(195,184,203,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(160,148,167,0.5) 0%, transparent 70%);
    top: -10px;
    position: absolute;
    height: calc(100% + 20px);
    animation: subtleRotate 15s linear infinite;
    left: -10px;
    width: calc(100% + 20px);
    z-index: -1;
    border-radius: calc(10px + 10px);
    opacity: 0.1;
    content: '';
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tech-stack-30798 .input_holder input[type="email"] {
    padding: 1.125rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.tech-stack-30798 .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgb(195,184,203,0.5);
    outline: none;
    border-color: rgb(195,184,203,0.5);
}.tech-stack-30798 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.tech-stack-30798 .sub-focus-67148 {
    background-color: rgb(195,184,203);
    font-size: 19px;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 1.125rem 1.5rem;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 600;
    z-index: 1;
}.tech-stack-30798 .sub-focus-67148::before {
    z-index: -1;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    content: '';
}.tech-stack-30798 .sub-focus-67148::after {
    transition: opacity 0.3s ease;
    z-index: -2;
    content: '';
    background: rgb(160,148,167);
    left: 0;
    height: 100%;
    opacity: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.tech-stack-30798 .sub-focus-67148:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.tech-stack-30798 .sub-focus-67148:hover::before {
    left: 100%;
}.tech-stack-30798 .sub-focus-67148:hover::after {
    opacity: 1;
}.tech-stack-30798 .footer-account-15948 {
    padding-top: 2rem;
    position: relative;
    margin-top: 4rem;
    text-align: center;
}.tech-stack-30798 .footer-account-15948::before {
    top: 0;
    left: 20%;
    height: 1px;
    position: absolute;
    content: '';
    width: 60%;
    background: linear-gradient(to right, transparent, rgb(160,148,167,0.5), transparent);
}.tech-stack-30798 .privacy-cta-87290 {
    opacity: 0.7;
    font-size: 12px;
}

@media (max-width: 1200px) {.tech-stack-30798 .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}.tech-stack-30798 .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.tech-stack-30798 .first-pagebar-42390::after {
    display: none;
}
}

@media (max-width: 991px) {.tech-stack-30798 {
    padding: 5rem 0 2rem;
}.tech-stack-30798 .learn-chat-41893 {
    flex-wrap: wrap;
    justify-content: center;
}.tech-stack-30798 .info_item {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    max-width: none;
}.tech-stack-30798 .info_item:not(:last-child)::after {
    display: none;
}.tech-stack-30798 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.tech-stack-30798 .first-pagebar-42390::before, 
    .tech-stack-30798 .first-pagebar-42390::after {
    display: none;
}.tech-stack-30798 .head-guide-02954 {
    text-align: center;
    align-items: center;
}.tech-stack-30798 .first-pagebar-42390 h5, 
    .tech-stack-30798 .subscribe_holder h5 {
    text-align: center;
}.tech-stack-30798 .first-pagebar-42390 h5::after, 
    .tech-stack-30798 .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.tech-stack-30798 .main-info-69824 {
    grid-template-columns: repeat(3, 1fr);
}.tech-stack-30798 .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.tech-stack-30798 {
    padding: 4rem 0 2rem;
}.tech-stack-30798 .learn-chat-41893 {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.tech-stack-30798 .info_item {
    width: 100%;
    max-width: none;
}.tech-stack-30798 .main-info-69824 {
    grid-template-columns: repeat(2, 1fr);
}.tech-stack-30798 .footer-account-15948 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.tech-stack-30798 {
    padding: 3rem 0 1.5rem;
}.tech-stack-30798 .learn-chat-41893 {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.tech-stack-30798 .info_item p,
    .tech-stack-30798 .info_item a {
    font-size: calc(15px - 1px);
}.tech-stack-30798 .main-info-69824 {
    text-align: center;
    grid-template-columns: 1fr;
}.tech-stack-30798 .main-info-69824 a:hover {
    transform: none;
}.tech-stack-30798 .main-info-69824 a::before {
    left: 50%;
    transform: translateX(-50%);
}.tech-stack-30798 .main-info-69824 a:hover::before {
    width: 30px;
}.tech-stack-30798 .input_holder {
    width: 100%;
}}.privacy-hideaway-16892 {
    background: linear-gradient(120deg, rgb(231,220,240), #ffffff);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.privacy-hideaway-16892::before {
    z-index: 0;
    width: 100%;
    content: "";
    pointer-events: none;
    height: 100%;
    left: 0;
    opacity: 0.15;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(160,148,167,0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgb(195,184,203,0.5) 0%, transparent 60%);
}.privacy-hideaway-16892 .container {
    z-index: 1;
    position: relative;
    padding: 3rem;
    background: #ffffff;
    max-width: 1140px;
    transform: perspective(1000px) rotateX(1deg);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08), 
                0 5px 10px rgba(0,0,0,0.03);
    margin: 0 auto;
}.privacy-hideaway-16892 .container::before {
    background: linear-gradient(to bottom, rgb(195,184,203), rgb(160,148,167));
    transform: translateX(-2px);
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 4px;
}.privacy-hideaway-16892 h1 {
    transform: translateX(1.5rem);
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    padding-bottom: 1rem;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.privacy-hideaway-16892 h1::after {
    background: rgb(195,184,203);
    position: absolute;
    transform-origin: left center;
    left: 0;
    height: 3px;
    width: 80px;
    bottom: 0;
    content: "";
    transition: width 0.4s ease;
}.privacy-hideaway-16892:hover h1::after {
    width: 120px;
}.privacy-hideaway-16892 h2 {
    color: rgb(160,148,167);
    font-family: Arial, sans-serif;
    display: inline-block;
    font-weight: 600;
    padding-left: 1.5rem;
    font-size: 38px;
    margin: 3rem 0 1.5rem;
    position: relative;
}.privacy-hideaway-16892 h2::before {
    background: rgb(195,184,203);
    content: "";
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}.privacy-hideaway-16892 h3 {
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 1.25rem;
    color: #000000;
    font-size: calc(38px * 0.85);
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
}.privacy-hideaway-16892 h3::before {
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    background: rgb(160,148,167);
    left: 0;
    position: absolute;
    content: "";
}.privacy-hideaway-16892 h4 {
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: calc(38px * 0.7);
}.privacy-hideaway-16892 h4::before {
    height: 4px;
    transform: translateY(-50%) rotate(45deg);
    width: 4px;
    left: 0;
    background: rgb(195,184,203);
    position: absolute;
    content: "";
    top: 50%;
}.privacy-hideaway-16892 p {
    max-width: 90%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    line-height: 1.8;
}.privacy-hideaway-16892 p strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.privacy-hideaway-16892 p strong::after {
    width: 100%;
    background: rgb(195,184,203,0.5);
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
}.privacy-hideaway-16892 ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
}.privacy-hideaway-16892 li {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
}.privacy-hideaway-16892 li::before {
    height: 6px;
    width: 6px;
    position: absolute;
    top: 0.7em;
    transition: all 0.3s ease;
    left: 0;
    transform: rotate(45deg);
    content: "";
    border: 1px solid rgb(195,184,203);
}.privacy-hideaway-16892 li:hover::before {
    transform: rotate(135deg);
    background: rgb(195,184,203);
}.privacy-hideaway-16892 span {
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-left: 2px solid rgb(160,148,167,0.5);
    margin-bottom: 1.5rem;
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.7;
    display: block;
    color: #000000;
}

@media (min-width: 992px) {.privacy-hideaway-16892 {
    padding: 7rem 3rem;
}.privacy-hideaway-16892 .container {
    transform: perspective(1200px) rotateX(1deg);
    padding: 4rem 5rem;
}.privacy-hideaway-16892 h1 {
    transform: translateX(2rem);
    font-size: calc(38px * 1.15);
}.privacy-hideaway-16892 p {
    max-width: 80%;
}.privacy-hideaway-16892 ul {
    padding-left: 2.5rem;
}
}

@media (max-width: 991px) {.privacy-hideaway-16892 {
    padding: 4rem 1.5rem;
}.privacy-hideaway-16892 .container {
    padding: 2.5rem;
}.privacy-hideaway-16892 h1 {
    transform: translateX(1rem);
}
}

@media (max-width: 767px) {.privacy-hideaway-16892 {
    padding: 3rem 1rem;
}.privacy-hideaway-16892 .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem 1.5rem;
}.privacy-hideaway-16892 h1 {
    transform: translateX(0);
    font-size: calc(38px * 0.85);
}.privacy-hideaway-16892 h2 {
    font-size: calc(38px * 0.9);
}.privacy-hideaway-16892 p, .privacy-hideaway-16892 li, .privacy-hideaway-16892 span {
    font-size: calc(14px * 0.95);
}.privacy-hideaway-16892 p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.privacy-hideaway-16892 {
    padding: 2rem 0.75rem;
}.privacy-hideaway-16892 .container {
    transform: none;
    padding: 1.75rem 1.25rem;
}.privacy-hideaway-16892 .container::before {
    width: 3px;
}.privacy-hideaway-16892 h1 {
    font-size: calc(38px * 0.75);
    margin-bottom: 1.5rem;
}.privacy-hideaway-16892 h2 {
    padding-left: 1.25rem;
    font-size: calc(38px * 0.8);
}.privacy-hideaway-16892 h3, .privacy-hideaway-16892 h4 {
    padding-left: 1rem;
}.privacy-hideaway-16892 p, .privacy-hideaway-16892 li, .privacy-hideaway-16892 span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.privacy-hideaway-16892 ul {
    padding-left: 0.75rem;
}.privacy-hideaway-16892 li {
    padding-left: 1.25rem;
}}.meet-us-92134 {
    isolation: isolate;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.meet-us-92134:before {
    height: 100%;
    opacity: 0.92;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(195,184,203,0.5), rgb(160,148,167,0.5));
}.meet-us-92134:after {
    transform: rotate(-15deg);
    z-index: -1;
    opacity: 0.05;
    top: -50%;
    position: absolute;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    height: 200%;
    background: rgb(160,148,167);
    content: "";
    pointer-events: none;
    right: -20%;
    width: 80%;
}.meet-us-92134 .container {
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.meet-us-92134 .quote-box-51463 {
    transform: rotateX(2deg) rotateY(-1deg);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
                -12px -12px 24px rgba(255, 255, 255, 0.6),
                inset 2px 2px 4px rgba(255, 255, 255, 0.7),
                inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.meet-us-92134 .quote-box-51463:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
                -15px -15px 30px rgba(255, 255, 255, 0.7),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.06);
    transform: rotateX(0deg) rotateY(0deg) translateZ(10px);
}.meet-us-92134 .quote-box-51463:before {
    filter: blur(20px);
    position: absolute;
    bottom: -10px;
    background: linear-gradient(45deg, transparent 20%, rgb(160,148,167,0.5) 100%);
    opacity: 0.3;
    right: -10px;
    left: -10px;
    top: -10px;
    z-index: -1;
    content: "";
    transition: opacity 0.4s ease-out;
}.meet-us-92134 .quote-box-51463:hover:before {
    opacity: 0.5;
}.meet-us-92134 .quote-box-51463 > div:first-child {
    margin-bottom: 20px;
    position: relative;
}.meet-us-92134 .quote-box-51463 > div:first-child:before {
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    left: -20px;
    top: 50%;
    position: absolute;
    background: rgb(195,184,203);
    content: "";
    width: 8px;
    height: 40px;
    transform: translateY(-50%);
}.meet-us-92134 h5 {
    padding-bottom: 8px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    color: rgb(195,184,203);
    margin: 0;
}.meet-us-92134 h5:after {
    left: 0;
    position: absolute;
    transform-origin: left center;
    background: rgb(160,148,167);
    height: 2px;
    content: "";
    bottom: 0;
    width: 60%;
    transition: width 0.3s ease-out;
}.meet-us-92134 .quote-box-51463:hover h5:after {
    width: 100%;
}.meet-us-92134 .quote-box-51463 > div:nth-child(2) {
    margin-bottom: 25px;
}.meet-us-92134 .quote-box-51463 > div:nth-child(2) p {
    margin: 0;
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    font-size: calc(18px * 1.3);
}.meet-us-92134 .quote-box-51463 > div:nth-child(2) p b {
    color: transparent;
    background: linear-gradient(135deg, rgb(195,184,203), rgb(160,148,167));
    position: relative;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}.meet-us-92134 ol {
    list-style-position: inside;
    padding: 0 0 0 2px;
    margin: 0;
    counter-reset: item;
}.meet-us-92134 ol li {
    font-size: 18px;
    position: relative;
    column-gap: 40px;
    counter-increment: item;
    list-style: none;
    color: #000000;
    font-family: Arial, sans-serif;
    columns: 1;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: justify;
}.meet-us-92134 ol li:before {
    vertical-align: middle;
    width: 6px;
    display: inline-block;
    height: 6px;
    content: "";
    transform: rotate(45deg);
    background: rgb(160,148,167);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.5);
    margin-right: 12px;
}.meet-us-92134 .quote-box-51463:after {
    border-radius: 50%;
    content: "";
    bottom: -15px;
    width: 180px;
    opacity: 0.1;
    height: 180px;
    z-index: -1;
    mix-blend-mode: overlay;
    right: -15px;
    background: linear-gradient(135deg, rgb(195,184,203,0.5), rgb(160,148,167,0.5));
    position: absolute;
}

@media (min-width: 768px) {.meet-us-92134 {
    padding: 150px 0;
}.meet-us-92134 .quote-box-51463 {
    padding: 60px;
}.meet-us-92134 ol li {
    columns: 2;
}.meet-us-92134 h5 {
    font-size: calc(24px * 1.2);
}.meet-us-92134 .quote-box-51463 > div:nth-child(2) p {
    font-size: calc(18px * 1.5);
}
}

@media (min-width: 992px) {.meet-us-92134 .quote-box-51463 {
    padding: 70px;
    margin: 0 60px;
}.meet-us-92134 .quote-box-51463:before {
    left: -15px;
    bottom: -15px;
    right: -15px;
    top: -15px;
}.meet-us-92134 ol li {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}.meet-us-92134 .quote-box-51463 > div:first-child:before {
    height: 50px;
    left: -30px;
}
}

@media (max-width: 767px) {.meet-us-92134 {
    padding: 80px 0;
}.meet-us-92134 .quote-box-51463 {
    transform: none;
    padding: 30px;
}.meet-us-92134 h5 {
    font-size: calc(24px * 0.9);
}.meet-us-92134 .quote-box-51463 > div:nth-child(2) p {
    font-size: calc(18px * 1.1);
}.meet-us-92134 ol li {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.meet-us-92134 .quote-box-51463 > div:first-child:before {
    left: -15px;
    height: 30px;
}}.opening-board-74082 {
    width: 100%;
    overflow: hidden;
    justify-content: center;
    display: flex;
    background: rgb(231,220,240);
    position: relative;
    height: 100vh;
    align-items: center;
}.opening-board-74082 .pic-border-62759 {
    top: 0;
    width: 100%;
    transform: scale(1.05);
    animation: subtle-zoom 12s infinite alternate ease-in-out;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}.opening-board-74082 .pic-border-62759::after {
    backdrop-filter: blur(5px);
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.85) 0%,
        rgba(var(--secondary-color-rgb), 0.7) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    mask-image: linear-gradient(45deg, rgba(0,0,0,0.95) 40%, rgba(0,0,0,0.8) 100%);
}.opening-board-74082 .study-learn-23401 {
    width: 90%;
    animation: float-in 1s ease-out forwards;
    z-index: 2;
    display: grid;
    transform: translateY(-2rem);
    grid-template-columns: 1fr;
    max-width: 1200px;
    position: relative;
    color: #ffffff;
    gap: 2rem;
}.opening-board-74082 h1 {
    font-size: clamp(2.5rem, 5vw, 41px);
    font-weight: 700;
    line-height: 1.2;
    opacity: 0;
    transform: translateX(-50px);
    animation: slide-in 0.8s 0.3s forwards ease-out;
    margin-bottom: 1rem;
    position: relative;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    letter-spacing: -0.02em;
}.opening-board-74082 h1::after {
    bottom: -15px;
    width: 60px;
    transform: scaleX(0);
    background: rgb(160,148,167);
    content: '';
    transform-origin: left;
    height: 4px;
    animation: line-grow 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    left: 0;
}.opening-board-74082 .quote-box-51463 {
    padding: 2rem;
    backdrop-filter: blur(10px);
    display: flex;
    transform: translateY(30px);
    gap: 2rem;
    background: linear-gradient(120deg, 
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0.05) 100%);
    border-radius: 0 10px 10px 0;
    border-left: 3px solid rgb(160,148,167);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    opacity: 0;
    animation: rise-up 0.8s 0.6s forwards ease-out;
    position: relative;
    flex-direction: column;
}.opening-board-74082 .quote-box-51463::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(var(--primary-color-rgb), 0.03),
        rgba(var(--primary-color-rgb), 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 0 10px 10px 0;
    z-index: -1;
    top: 0;
}.opening-board-74082 p {
    font-size: clamp(1rem, 2vw, 16px);
    max-width: 650px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.opening-board-74082 .learn-head-92148 {
    opacity: 0;
    justify-content: center;
    transform: scale(0.9);
    display: flex;
    animation: pop-in 0.5s 1.2s forwards ease-out;
    margin: 0.5rem 0 2rem;
}.opening-board-74082 svg {
    height: 120px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
    transform-origin: center;
    transition: transform 0.5s ease-out;
    width: 120px;
}.opening-board-74082 svg:hover {
    transform: scale(1.05) rotate(3deg);
}.opening-board-74082 svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.opening-board-74082 svg:hover path {
    fill: #ffffff;
}.opening-board-74082 svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
    font-family: Arial, sans-serif;
}.opening-board-74082 svg:hover text {
    fill: #ffffff;
}.opening-board-74082 h6 {
    opacity: 0;
    animation: bounce-in 0.6s 1.4s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(20px);
    text-align: center;
    margin-top: 1rem;
}.opening-board-74082 .reach-list-57489 {
    overflow: hidden;
    text-decoration: none;
    padding: 1rem 2rem;
    letter-spacing: 0.5px;
    position: relative;
    box-shadow: 0 6px 15px rgba(var(--secondary-color-rgb), 0.3);
    display: inline-block;
    border-radius: 10px;
    transform-origin: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    background: rgb(160,148,167);
    transition: all 0.4s ease;
}.opening-board-74082 .reach-list-57489::before {
    left: -100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.2),
        transparent
    );
    content: '';
    top: 0;
    transition: all 0.6s ease;
    height: 100%;
}.opening-board-74082 .reach-list-57489:hover {
    background: rgb(195,184,203);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 20px rgba(var(--primary-color-rgb), 0.4);
}.opening-board-74082 .reach-list-57489:hover::before {
    left: 100%;
}

@keyframes float-in {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(-2rem);
        opacity: 1;
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes rise-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pop-in {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce-in {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@keyframes subtle-zoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@media (min-width: 768px) {.opening-board-74082 .study-learn-23401 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.opening-board-74082 h1 {
    font-size: 41px;
    margin-bottom: 0;
}.opening-board-74082 .quote-box-51463 {
    animation: rise-up-3d 0.8s 0.6s forwards ease-out;
    background: linear-gradient(120deg, 
            rgba(255,255,255,0.15) 0%,
            rgba(255,255,255,0.05) 100%);
    transform: perspective(1000px) rotateY(-5deg);
    padding: 3rem;
}.opening-board-74082 svg {
    width: 140px;
    height: 140px;
}
}

@media (min-width: 1200px) {.opening-board-74082 .study-learn-23401 {
    gap: 4rem;
}.opening-board-74082 h1 {
    font-size: calc(41px * 1.2);
}.opening-board-74082 .quote-box-51463 {
    padding: 3.5rem;
}.opening-board-74082 p {
    font-size: calc(16px * 1.1);
}.opening-board-74082 svg {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 767px) {.opening-board-74082 {
    min-height: 100vh;
    height: auto;
    padding: 4rem 0;
}.opening-board-74082 .study-learn-23401 {
    transform: translateY(0);
}.opening-board-74082 h1 {
    text-align: center;
}.opening-board-74082 h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.opening-board-74082 h1::after {
    animation: line-grow-center 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}@keyframes line-grow-center {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
}

@keyframes rise-up-3d {
    0% {
        transform: perspective(1000px) rotateY(-5deg) translateY(30px);
        opacity: 0;
    }
    100% {
        transform: perspective(1000px) rotateY(-5deg) translateY(0);
        opacity: 1;
    }
}.future-learners-36208 {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(231,220,240) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 120px 0;
}.future-learners-36208::before {
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(195,184,203), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(160,148,167), 0.05) 0%, transparent 50%);
}.future-learners-36208 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.future-learners-36208 .study-learn-23401 {
    overflow: hidden;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.future-learners-36208 h4 {
    text-align: center;
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px;
    color: #000000;
    position: relative;
    background: #ffffff;
}.future-learners-36208 h4::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    content: "";
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,184,203), rgb(160,148,167));
    height: 3px;
}.future-learners-36208 div {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    padding: 40px;
}.future-learners-36208 div p {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    width: calc(100% - 30px);
    padding: 20px 20px 20px 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background: #ffffff;
    cursor: pointer;
    z-index: 1;
    margin: 0 15px 0 15px;
    border-left: 3px solid rgb(195,184,203);
    flex: 1 1 calc(100% - 30px);
}.future-learners-36208 div p:last-child {
    margin-bottom: 0;
}.future-learners-36208 div p:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
    background: linear-gradient(90deg, rgba(rgb(195,184,203), 0.03) 0%, transparent 100%);
}.future-learners-36208 div p::before {
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(rgb(195,184,203), 0.1) 0%, transparent 100%);
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    content: "";
}.future-learners-36208 div p:hover::before {
    width: 100%;
}.future-learners-36208 div p::after {
    border-right: 2px solid rgb(195,184,203);
    right: 20px;
    transition: all 0.3s ease;
    position: absolute;
    height: 6px;
    width: 6px;
    opacity: 0;
    border-top: 2px solid rgb(195,184,203);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: "";
}.future-learners-36208 div p:hover::after {
    opacity: 1;
    right: 15px;
}.future-learners-36208 div p svg {
    left: 20px;
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}.future-learners-36208 div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}.future-learners-36208 div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,184,203);
}.future-learners-36208 div p:hover svg path {
    fill: rgb(160,148,167);
}

@media (max-width: 991px) {.future-learners-36208 {
    padding: 100px 0;
}.future-learners-36208 h4 {
    padding: 25px;
    font-size: calc(28px - 2px);
}.future-learners-36208 div {
    padding: 30px;
}.future-learners-36208 div p {
    padding: 18px 18px 18px 55px;
    margin-bottom: 15px;
}.future-learners-36208 div p svg {
    height: 22px;
    left: 18px;
    width: 22px;
}
}

@media (max-width: 767px) {.future-learners-36208 {
    padding: 80px 0;
}.future-learners-36208 h4 {
    font-size: calc(28px - 4px);
    padding: 20px;
}.future-learners-36208 div {
    padding: 25px 20px;
}.future-learners-36208 div p {
    width: 100%;
    padding: 15px 15px 15px 50px;
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 12px;
    margin-left: 0;
}.future-learners-36208 div p svg {
    left: 15px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 479px) {.future-learners-36208 {
    padding: 60px 0;
}.future-learners-36208 h4 {
    padding: 18px 15px;
    font-size: calc(28px - 6px);
}.future-learners-36208 div {
    padding: 20px 15px;
}.future-learners-36208 div p {
    margin-bottom: 10px;
    font-size: calc(17px - 1px);
    padding: 12px 12px 12px 45px;
}.future-learners-36208 div p svg {
    height: 18px;
    left: 12px;
    width: 18px;
}}.pricing-bundle-45712 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(231,220,240), #ffffff);
    padding: 6rem 0;
}.pricing-bundle-45712::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    left: 0;
    top: 0;
    content: "";
}.pricing-bundle-45712 .container {
    padding: 0 15px;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.pricing-bundle-45712 .price-view-90271 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}.pricing-bundle-45712 .tuition-table-25034 {
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    text-align: center;
    order: 1;
    padding: 2rem;
    animation: fadeInUp 0.8s forwards 0.2s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    opacity: 0;
    transform: translateY(20px);
}.pricing-bundle-45712 .tuition-table-25034 h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: rgb(195,184,203);
    font-size: 37px;
    margin-bottom: 1.5rem;
}.pricing-bundle-45712 .tuition-table-25034 h2::after {
    left: 50%;
    content: "";
    width: 60%;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(195,184,203), transparent);
    bottom: -10px;
    transform: translateX(-50%);
}.pricing-bundle-45712 .tuition-table-25034 .value-deals-40935 {
    font-size: 12px;
    margin: 0 auto;
    color: #000000;
    max-width: 80%;
    line-height: 1.6;
    font-weight: 400;
}.pricing-bundle-45712 .pricing-tiers-70214 {
    order: 2;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.pricing-bundle-45712 .package-rates-72094 {
    animation: fadeInUp 0.8s forwards;
    text-decoration: none;
    animation-delay: calc(0.1s * var(--i, 1));
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    will-change: transform, opacity;
    opacity: 0;
    transform: translateY(30px);
}.pricing-bundle-45712 .package-rates-72094:nth-child(1) {
    --i: 1;
}.pricing-bundle-45712 .package-rates-72094:nth-child(2) {
    --i: 2;
}.pricing-bundle-45712 .package-rates-72094:nth-child(3) {
    --i: 3;
}.pricing-bundle-45712 .package-rates-72094:nth-child(4) {
    --i: 4;
}.pricing-bundle-45712 .package-rates-72094:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing-bundle-45712 .learning-fees-62147 {
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    display: flex;
    background: #ffffff;
    position: relative;
    flex-direction: column;
    transition: all 0.4s ease;
    overflow: hidden;
}.pricing-bundle-45712 .package-rates-72094:hover .learning-fees-62147 {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing-bundle-45712 .indv-sub-86590 {
    display: flex;
    padding: 2.5rem 2rem;
    flex-grow: 1;
    flex-direction: column;
    z-index: 1;
    position: relative;
}.pricing-bundle-45712 .indv-sub-86590::before {
    width: 120px;
    z-index: -1;
    transform: translate(30px, -30px);
    content: "";
    opacity: 0;
    height: 120px;
    position: absolute;
    right: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(195,184,203,0.5) 50%);
    top: 0;
}.pricing-bundle-45712 .package-rates-72094:hover .indv-sub-86590::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.pricing-bundle-45712 .package-rates-72094 h3 {
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(19px + 0.2rem);
}.pricing-bundle-45712 .package-rates-72094:hover h3 {
    color: rgb(195,184,203);
}.pricing-bundle-45712 .program-rate-26834 {
    font-weight: 700;
    font-size: calc(21px + 0.8rem);
    display: inline-block;
    color: rgb(195,184,203);
    position: relative;
    margin-bottom: 1.5rem;
}.pricing-bundle-45712 .program-rate-26834::before {
    bottom: -5px;
    position: absolute;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    height: 3px;
    background: rgb(160,148,167);
}.pricing-bundle-45712 .package-rates-72094:hover .program-rate-26834::before {
    width: 80px;
}.pricing-bundle-45712 .package-rates-72094 p {
    -ms-word-break: break-all;
    word-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 12px;
    margin-bottom: 0;
}.pricing-bundle-45712 .pic-border-62759 {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
}.pricing-bundle-45712 .pic-border-62759::after {
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
    inset: 0;
    position: absolute;
}.pricing-bundle-45712 .package-rates-72094:hover .pic-border-62759 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing-bundle-45712 .pricing-tiers-70214 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-bundle-45712 .tuition-table-25034 {
    padding: 3rem;
}.pricing-bundle-45712 .indv-sub-86590 {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing-bundle-45712 .price-view-90271 {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.pricing-bundle-45712 .tuition-table-25034 {
    justify-content: center;
    flex-direction: column;
    text-align: left;
    height: 100%;
    padding: 4rem 3rem;
    display: flex;
    order: 2;
}.pricing-bundle-45712 .tuition-table-25034 h2::after {
    background: linear-gradient(90deg, rgb(195,184,203), transparent);
    left: 0;
    transform: none;
    width: 100px;
}.pricing-bundle-45712 .tuition-table-25034 .value-deals-40935 {
    margin: 0;
    max-width: 100%;
}.pricing-bundle-45712 .pricing-tiers-70214 {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.pricing-bundle-45712 .pricing-tiers-70214 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing-bundle-45712 .indv-sub-86590 {
    padding: 3rem 2.5rem;
}.pricing-bundle-45712 .tuition-table-25034 h2 {
    font-size: calc(37px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing-bundle-45712 {
    padding: 4rem 0;
}.pricing-bundle-45712 .tuition-table-25034 h2 {
    font-size: calc(37px - 0.2rem);
}.pricing-bundle-45712 .tuition-table-25034 .value-deals-40935 {
    max-width: 100%;
    font-size: calc(12px - 0.1rem);
}.pricing-bundle-45712 .package-rates-72094 h3 {
    font-size: 19px;
}.pricing-bundle-45712 .program-rate-26834 {
    font-size: calc(21px + 0.5rem);
}.pricing-bundle-45712 .pic-border-62759 {
    height: 160px;
}}.learning-process-74820 {
    position: relative;
    padding: 100px 20px;
    background: rgb(231,220,240);
    overflow: hidden;
    z-index: 1;
}.learning-process-74820::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.3;
    background: repeating-linear-gradient(
        120deg,
        rgb(195,184,203,0.5) 0%,
        transparent 10%,
        rgb(160,148,167,0.5) 20%,
        transparent 30%,
        rgb(195,184,203,0.5) 40%
    );
    height: 100%;
    z-index: -1;
    position: absolute;
    animation: bg-shift 20s linear infinite;
}.learning-process-74820::after {
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
    animation: glow-pulse 8s ease-in-out infinite alternate;
    top: 0;
    filter: blur(60px);
    background: radial-gradient(
        circle at 30% 50%,
        rgb(160,148,167,0.5) 0%,
        transparent 60%
    );
}.learning-process-74820 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.learning-process-74820 .study-learn-23401 {
    perspective: 1000px;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 40px;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
}.learning-process-74820 .study-learn-23401::before {
    bottom: -5px;
    animation: border-flow 6s linear infinite;
    background-size: 300% 300%;
    position: absolute;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(195,184,203,0.5) 45%,
        rgb(160,148,167) 50%,
        rgb(195,184,203,0.5) 55%,
        transparent 60%
    );
    border-radius: 29px;
    top: -5px;
    left: -5px;
    filter: blur(2px);
    z-index: -1;
    right: -5px;
    content: "";
}.learning-process-74820 .study-learn-23401::after {
    content: "";
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    position: absolute;
    border-radius: 29px;
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    backdrop-filter: blur(10px);
    z-index: -1;
    inset: 0;
}.learning-process-74820 h3 {
    z-index: 2;
    text-align: center;
    letter-spacing: 2px;
    animation: title-float 5s ease-in-out infinite alternate;
    color: #000000;
    font-size: 34px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    transform: translateZ(30px);
    font-weight: 700;
}.learning-process-74820 h3::before {
    left: 50%;
    content: "";
    height: 3px;
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(195,184,203) 0%,
        rgb(160,148,167) 100%
    );
    width: 60px;
    animation: underline-pulse 3s ease-in-out infinite;
    transform: translateX(-50%);
    top: 110%;
    border-radius: 10px;
}.learning-process-74820 h3::after {
    position: absolute;
    content: attr(data-text);
    animation: text-glow 3s ease-in-out infinite alternate;
    z-index: -1;
    left: 0;
    color: rgb(195,184,203);
    filter: blur(4px);
    opacity: 0.7;
    top: 0;
}.learning-process-74820 span {
    line-height: 1.8;
    transform: translateZ(10px);
    max-width: 800px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #000000;
    animation: text-float 7s ease-in-out infinite alternate;
}.learning-process-74820 span::before {
    top: 10px;
    animation: shadow-dance 8s ease-in-out infinite alternate;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.2;
    background: rgb(195,184,203,0.5);
    filter: blur(20px);
    left: 10px;
}

@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}

@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}

@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}

@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}

@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}

@media (max-width: 991px) {.learning-process-74820 {
    padding: 80px 15px;
}.learning-process-74820 h3 {
    margin-bottom: 30px;
    font-size: calc(34px - 4px);
}.learning-process-74820 span {
    font-size: calc(16px - 1px);
}.learning-process-74820 .study-learn-23401 {
    padding: 30px;
}
}

@media (max-width: 767px) {.learning-process-74820 {
    padding: 60px 15px;
}.learning-process-74820 h3 {
    font-size: calc(34px - 6px);
    margin-bottom: 25px;
}.learning-process-74820 span {
    line-height: 1.6;
}.learning-process-74820 .study-learn-23401 {
    padding: 25px 20px;
}.learning-process-74820 h3::before {
    width: 50px;
}
    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }
}

@media (max-width: 479px) {.learning-process-74820 {
    padding: 40px 10px;
}.learning-process-74820 h3 {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: calc(34px - 8px);
}.learning-process-74820 span {
    font-size: calc(16px - 2px);
}.learning-process-74820 .study-learn-23401 {
    padding: 20px 15px;
}.learning-process-74820 h3::before {
    height: 2px;
    width: 40px;
}@keyframes underline-pulse {
        0%, 100% {
            width: 40px;
        }
        50% {
            width: 60px;
        }
    }
}.give-it-a-try-64092 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(195,184,203) 0%, rgb(160,148,167) 100%);
    padding: 6rem 0;
    transform: skewY(-2deg);
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}.give-it-a-try-64092::before {
    content: "";
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(195,184,203,0.5),
        rgb(195,184,203,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    z-index: -1;
}.give-it-a-try-64092::after {
    right: -10%;
    position: absolute;
    width: 50vw;
    background: radial-gradient(circle, rgb(160,148,167) 0%, transparent 70%);
    height: 50vw;
    top: -30%;
    content: "";
    opacity: 0.15;
    animation: floatGlow 15s infinite alternate ease-in-out;
    z-index: -1;
}.give-it-a-try-64092 .container {
    display: flex;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    align-items: center;
    position: relative;
    flex-direction: column;
    transform: skewY(2deg);
    margin: 0 auto;
}.give-it-a-try-64092 h6 {
    transform: translateY(0);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    animation: textFloat 5s infinite alternate ease-in-out;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    max-width: 800px;
    margin-bottom: 2.5rem;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    line-height: 1.5;
}.give-it-a-try-64092 h6::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transform: translateX(-50%);
    background: #ffffff;
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    width: 70px;
    opacity: 0.7;
    height: 3px;
}.give-it-a-try-64092 div div {
    z-index: 2;
    justify-content: center;
    display: flex;
    position: relative;
}.give-it-a-try-64092 div div span {
    perspective: 800px;
    display: inline-block;
    transform-style: preserve-3d;
    position: relative;
}.give-it-a-try-64092 div div span::before {
    border-radius: 10px;
    opacity: 0.15;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: calc(100% + 20px);
    top: -10px;
    width: calc(100% + 20px);
    filter: blur(10px);
    position: absolute;
    left: -10px;
    content: "";
    background: rgb(195,184,203);
    transform: translateZ(-10px);
}.give-it-a-try-64092 .reach-list-57489 {
    justify-content: center;
    transform: translateY(0);
    background: #ffffff;
    display: inline-flex;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 17px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    color: rgb(195,184,203);
    padding: 0.9rem 2.5rem;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    overflow: hidden;
    z-index: 2;
}.give-it-a-try-64092 .reach-list-57489::before {
    background: linear-gradient(45deg, transparent 0%, rgb(160,148,167,0.5) 100%);
    width: 100%;
    z-index: -1;
    transition: opacity 0.4s ease;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
}.give-it-a-try-64092 .reach-list-57489::after {
    position: absolute;
    content: "";
    width: 70%;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    top: 0;
    transition: all 0.7s ease;
    transform: skewX(-25deg);
    height: 100%;
}.give-it-a-try-64092 .reach-list-57489 span {
    position: relative;
    transition: all 0.3s ease;
    z-index: 3;
}.give-it-a-try-64092 .reach-list-57489:hover {
    transform: translateY(-5px);
    color: rgb(160,148,167);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}.give-it-a-try-64092 .reach-list-57489:hover::before {
    opacity: 0.1;
}.give-it-a-try-64092 .reach-list-57489:hover::after {
    transition: all 0.7s ease;
    left: 100%;
}.give-it-a-try-64092 .reach-list-57489:hover span {
    transform: scale(1.05);
}.give-it-a-try-64092 div div span:hover::before {
    opacity: 0.25;
    transform: translateZ(-5px) scale(1.05);
}.give-it-a-try-64092 .reach-list-57489:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes textFloat {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-5%, 5%);
    }
}

@media (max-width: 992px) {.give-it-a-try-64092 {
    padding: 5rem 0;
}.give-it-a-try-64092 h6 {
    font-size: calc(20px * 1.1);
    margin-bottom: 2rem;
}.give-it-a-try-64092 .reach-list-57489 {
    padding: 0.8rem 2.2rem;
}
}

@media (max-width: 768px) {.give-it-a-try-64092 {
    transform: skewY(-1deg);
    padding: 4rem 0;
}.give-it-a-try-64092 .container {
    padding: 0 1.5rem;
    transform: skewY(1deg);
}.give-it-a-try-64092 h6 {
    margin-bottom: 1.8rem;
    font-size: 20px;
}.give-it-a-try-64092 h6::after {
    bottom: -12px;
    width: 50px;
}
}

@media (max-width: 576px) {.give-it-a-try-64092 {
    transform: skewY(0);
    padding: 3.5rem 0;
}.give-it-a-try-64092 .container {
    padding: 0 1rem;
    transform: skewY(0);
}.give-it-a-try-64092 h6 {
    font-size: calc(14px * 1.2);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.give-it-a-try-64092 .reach-list-57489 {
    font-size: calc(17px * 0.9);
    padding: 0.7rem 1.8rem;
}.give-it-a-try-64092 div div span::before {
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    top: -5px;
    left: -5px;
}}.developer-experience-29168 {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(231,220,240) 0%, rgb(195,184,203,0.5) 35%, rgb(160,148,167,0.5) 100%);
}.developer-experience-29168::before {
    animation: rotate 20s linear infinite;
    position: absolute;
    width: 200%;
    top: -50%;
    opacity: 0.2;
    content: "";
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(195,184,203,0.5) 120deg, transparent 180deg, rgb(160,148,167,0.5) 260deg, transparent 360deg);
    left: -10%;
    height: 200%;
    z-index: 0;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.developer-experience-29168 .container {
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    z-index: 1;
    max-width: 1200px;
}.developer-experience-29168 .feedback-list-93741 {
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(195,184,203,0.5);
    grid-template-columns: minmax(220px, 1fr) 2fr;
    transition: transform 0.5s ease;
    display: grid;
    backdrop-filter: blur(10px);
    gap: 1.5rem;
    border-radius: 17px;
    grid-template-areas:
    "photo quote"
    "name quote";
    grid-template-rows: auto auto;
    transform: rotateX(5deg) rotateY(-2deg);
    transform-style: preserve-3d;
    padding: 2.5rem;
    background: #ffffff;
}.developer-experience-29168 .feedback-list-93741:hover {
    transform: rotateX(0) rotateY(0);
}.developer-experience-29168 .pic-border-62759 {
    transform: translateZ(20px);
    border-radius: 17px;
    box-shadow: 
    -5px 5px 0 rgb(160,148,167),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    aspect-ratio: 1/1;
    transition: transform 0.3s ease;
    grid-area: photo;
    width: 100%;
}.developer-experience-29168 .feedback-list-93741:hover .pic-border-62759 {
    transform: translateZ(30px) scale(1.05);
}.developer-experience-29168 .name {
    display: block;
    color: rgb(195,184,203);
    padding-left: 1rem;
    transform: translateZ(10px);
    grid-area: name;
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    font-size: 24px;
}.developer-experience-29168 .name + span {
    font-size: 13px;
    grid-area: name;
    font-weight: 600;
    align-self: end;
    text-transform: uppercase;
    margin-top: 2rem;
    letter-spacing: 1px;
    color: #000000;
    transform: translateZ(5px);
    padding-left: 1rem;
    opacity: 0.8;
}.developer-experience-29168 .emp-items-90561 {
    position: relative;
    color: #000000;
    transition: transform 0.3s ease;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    grid-area: quote;
    font-size: calc(13px * 1.1);
    padding: 2rem;
    transform: translateZ(15px);
    line-height: 1.7;
    background: linear-gradient(to right, #ffffff, rgb(231,220,240));
    border-radius: 17px;
}.developer-experience-29168 .emp-items-90561::before {
    left: 0;
    border-radius: 17px;
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
    background: linear-gradient(45deg, rgb(195,184,203,0.5) 0%, transparent 40%, transparent 60%, rgb(160,148,167,0.5) 100%);
    position: absolute;
    width: 100%;
    opacity: 0.3;
    content: "";
}.developer-experience-29168 .feedback-list-93741:hover .emp-items-90561 {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.developer-experience-29168 .feedback-list-93741 {
    grid-template-areas:
      "pic-border-62759"
      "name"
      "emp-items-90561";
    transform: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.developer-experience-29168 .pic-border-62759 {
    max-width: 200px;
    margin: 0 auto;
}.developer-experience-29168 .name,
  .developer-experience-29168 .name + span {
    padding-left: 0;
    text-align: center;
}.developer-experience-29168 .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.developer-experience-29168 {
    padding: 4rem 1rem;
}.developer-experience-29168 .feedback-list-93741 {
    padding: 1.5rem;
}.developer-experience-29168 .emp-items-90561 {
    padding: 1.5rem;
}}.reach-out-08924 {
    z-index: 1;
    padding: 100px 0;
    background: rgb(231,220,240);
    overflow: hidden;
    position: relative;
}.reach-out-08924::before {
    top: 0;
    background-size: 60px 60px;
    height: 100%;
    content: '';
    z-index: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(195,184,203,0.5) 49%, rgb(195,184,203,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(160,148,167,0.5) 49%, rgb(160,148,167,0.5) 51%, transparent 52%);
    width: 100%;
    left: 0;
    opacity: 0.3;
}.reach-out-08924::after {
    left: 0;
    z-index: 0;
    opacity: 0.2;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    background-size: 100px 100px;
    position: absolute;
    background: 
        linear-gradient(90deg, rgb(231,220,240) 6px, transparent 6px),
        linear-gradient(0deg, rgb(231,220,240) 6px, transparent 6px);
}.reach-out-08924 .pic-border-62759 {
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.15;
    left: 0;
    filter: grayscale(0.7) hue-rotate(25deg);
    position: absolute;
    z-index: 0;
}.reach-out-08924 .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.reach-out-08924 h3 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 4px;
    color: #000000;
    font-size: 41px;
    position: relative;
    transform: skew(-5deg);
    font-weight: 700;
}.reach-out-08924 h3::before {
    height: 5px;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    width: 100px;
    background: linear-gradient(90deg, rgb(195,184,203), rgb(160,148,167));
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}.reach-out-08924 .help-inquiry-35847 {
    display: flex;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}.reach-out-08924 .feedback-block-03216 {
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    position: relative;
    background: #ffffff;
    padding: 60px;
    flex: 1 1 60%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 2;
    transform: skew(-3deg);
}.reach-out-08924 .feedback-block-03216::before {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 20px;
    bottom: 20px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    top: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    right: 20px;
}.reach-out-08924 .feedback-block-03216 #contact {
    transform: skew(3deg);
}.reach-out-08924 .feedback-block-03216 h3 {
    text-align: left;
    color: #000000;
    font-size: 18px;
    margin-bottom: 40px;
    transform: skew(0);
    font-weight: 700;
}.reach-out-08924 .feedback-block-03216 h3::before {
    width: 60px;
    transform: none;
    left: 0;
    height: 3px;
    clip-path: none;
}.reach-out-08924 .feedback-block-03216 input[type="text"],
.reach-out-08924 .feedback-block-03216 textarea {
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    padding: 20px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    font-size: 13px;
    color: #000000;
    border: 2px solid rgb(195,184,203);
    border-radius: 0;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
}.reach-out-08924 .feedback-block-03216 input[type="text"]:focus,
.reach-out-08924 .feedback-block-03216 textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 8px 8px 0 rgb(195,184,203,0.5);
    transform: translate(-3px, -3px);
}.reach-out-08924 .feedback-block-03216 textarea {
    resize: vertical;
    height: 140px;
}.reach-out-08924 .feedback-block-03216 .request-form-86053 {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.reach-out-08924 .feedback-block-03216 .request-form-86053 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach-out-08924 .feedback-block-03216 .request-form-86053 label {
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    font-size: calc(13px - 2px);
    position: relative;
}.reach-out-08924 .feedback-block-03216 .request-form-86053 label::before {
    height: 24px;
    left: 0;
    width: 24px;
    transition: all 0.3s ease;
    border: 2px solid rgb(195,184,203);
    background-color: #ffffff;
    content: '';
    position: absolute;
    top: 0;
}.reach-out-08924 .feedback-block-03216 .request-form-86053 input[type="checkbox"]:checked + label::before {
    background-color: rgb(195,184,203);
}.reach-out-08924 .feedback-block-03216 .request-form-86053 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    top: 5px;
    content: '';
    left: 9px;
    border-right: 2px solid #ffffff;
}.reach-out-08924 .feedback-block-03216 .request-form-86053 a {
    color: rgb(195,184,203);
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
    text-decoration: none;
}.reach-out-08924 .feedback-block-03216 .request-form-86053 a::after {
    background-color: rgb(195,184,203);
    bottom: -2px;
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    transform-origin: left;
    transition: transform 0.3s ease;
    transform: scaleX(0);
}.reach-out-08924 .feedback-block-03216 .request-form-86053 a:hover {
    color: rgb(160,148,167);
}.reach-out-08924 .feedback-block-03216 .request-form-86053 a:hover::after {
    transform: scaleX(1);
    background-color: rgb(160,148,167);
}.reach-out-08924 .feedback-block-03216 .reach-list-57489 {
    display: inline-block;
    background: rgb(195,184,203);
    position: relative;
    letter-spacing: 2px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
    color: #ffffff;
    padding: 18px 40px;
}.reach-out-08924 .feedback-block-03216 .reach-list-57489:hover {
    background: rgb(160,148,167);
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}.reach-out-08924 .query-request-05718 {
    color: #ffffff;
    margin-left: -40px;
    background: rgb(231,220,240);
    padding: 60px 60px 60px 80px;
    flex: 1 1 40%;
    z-index: 1;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.reach-out-08924 .query-request-05718::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    width: 100%;
    top: 0;
}.reach-out-08924 .query-request-05718::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    top: 20px;
    pointer-events: none;
}.reach-out-08924 .query-request-05718 h4 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-size: 18px;
}.reach-out-08924 .query-request-05718 h4::after {
    height: 3px;
    width: 60px;
    bottom: -15px;
    background: rgb(195,184,203);
    content: '';
    position: absolute;
    left: 0;
}.reach-out-08924 .query-request-05718 .connect-request-60913 {
    margin: 0;
    padding: 0;
    list-style: none;
}.reach-out-08924 .query-request-05718 .connect-request-60913 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.reach-out-08924 .query-request-05718 .connect-request-60913 li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.reach-out-08924 .query-request-05718 .connect-request-60913 li svg {
    width: 24px;
    margin-right: 20px;
    flex-shrink: 0;
    height: 24px;
}.reach-out-08924 .query-request-05718 .connect-request-60913 li svg path {
    fill: rgb(195,184,203);
}.reach-out-08924 .query-request-05718 .connect-request-60913 li:hover svg path {
    fill: rgb(160,148,167);
    transition: fill 0.3s ease;
}.reach-out-08924 .query-request-05718 .connect-request-60913 li span {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
}.reach-out-08924 .query-request-05718 .connect-request-60913 li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}.reach-out-08924 .query-request-05718 .connect-request-60913 li a:hover {
    color: rgb(195,184,203);
}

@media (max-width: 992px) {.reach-out-08924 {
    padding: 70px 0;
}.reach-out-08924 .help-inquiry-35847 {
    flex-direction: column;
}.reach-out-08924 .feedback-block-03216 {
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    flex: 1 1 100%;
}.reach-out-08924 .query-request-05718 {
    padding: 40px;
    flex: 1 1 100%;
    margin-top: -20px;
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
}

@media (max-width: 768px) {.reach-out-08924 {
    padding: 50px 0;
}.reach-out-08924 h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(37px);
}.reach-out-08924 .feedback-block-03216 h3,
    .reach-out-08924 .query-request-05718 h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.reach-out-08924 .feedback-block-03216 input[type="text"],
    .reach-out-08924 .feedback-block-03216 textarea {
    margin-bottom: 20px;
    padding: 15px;
}.reach-out-08924 .feedback-block-03216 textarea {
    height: 120px;
}.reach-out-08924 .feedback-block-03216 .reach-list-57489 {
    padding: 15px 30px;
}.reach-out-08924 .query-request-05718 .connect-request-60913 li {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.reach-out-08924 .query-request-05718 .connect-request-60913 li svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
}

@media (max-width: 576px) {.reach-out-08924 {
    padding: 40px 0;
}.reach-out-08924 .feedback-block-03216,
    .reach-out-08924 .query-request-05718 {
    box-shadow: none;
    transform: skew(0);
    padding: 30px 20px;
    clip-path: none;
}.reach-out-08924 .feedback-block-03216 #contact {
    transform: skew(0);
}.reach-out-08924 .feedback-block-03216::before,
    .reach-out-08924 .query-request-05718::after {
    clip-path: none;
}.reach-out-08924 .query-request-05718 {
    margin-top: 0;
}.reach-out-08924 h3 {
    transform: skew(0);
    font-size: calc(37px - 6px);
}.reach-out-08924 .feedback-block-03216 .request-form-86053 label {
    font-size: calc(13px - 3px);
}.reach-out-08924 .feedback-block-03216 .reach-list-57489 {
    clip-path: none;
}}.course-features-82190 {
    grid-template-columns: 1fr 1fr;
    background: rgb(160,148,167);
    display: grid;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}.course-features-82190 .learn-track-04921 {
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    width: 50%;
    position: absolute;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course-features-82190 .skill-plan-86743 {
    display: flex;
    animation: verticalScroll 25s ease-in-out infinite alternate;
    flex-direction: column;
    width: 100%;
    height: 400%;
}.course-features-82190 .learn-track-04921:hover .skill-plan-86743 {
    animation-play-state: paused;
}.course-features-82190 .lesson-plan-08149 {
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
    transform: scale(1.1);
    height: 25%;
}.course-features-82190 .lesson-plan-08149::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(to right, #000000 0%, transparent 50%);
}.course-features-82190 .lesson-plan-08149 img {
    filter: saturate(0.8) contrast(1.2);
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: filter 0.5s ease;
}.course-features-82190 .lesson-plan-08149:hover img {
    filter: saturate(1.2) contrast(1.3);
}@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

.course-features-82190 .container {
    grid-column: 1;
    z-index: 5;
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
}.course-features-82190 .study-learn-23401 {
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
}.course-features-82190 .skill-academy-14658 {
    border-left: 4px solid rgb(195,184,203);
    background: transparent;
    position: relative;
    padding: 4rem 3rem;
}.course-features-82190 .skill-academy-14658::before {
    z-index: -1;
    transition: width 0.6s ease;
    top: 0;
    background: rgb(195,184,203,0.5);
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
}.course-features-82190 .skill-academy-14658:hover::before {
    width: 100%;
}.course-features-82190 .skill-academy-14658::after {
    left: -20px;
    position: absolute;
    background: rgb(195,184,203);
    top: 50%;
    content: "";
    width: 40px;
    transform: translateY(-50%) rotate(45deg);
    height: 40px;
}.course-features-82190 .skill-academy-14658 h3 {
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 44px;
}.course-features-82190 .skill-academy-14658 span > * {
    transform: skewX(15deg);
    display: inline-block;
}.course-features-82190 .skill-academy-14658 p {
    margin-bottom: 2.5rem;
    border-left: 2px solid rgb(160,148,167);
    position: relative;
    line-height: 1.8;
    font-size: 12px;
    padding-left: 1rem;
    color: #ffffff;
}.course-features-82190 .skill-academy-14658 .reach-list-57489 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    background: transparent;
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    font-size: 19px;
    transition: color 0.3s ease;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    border: 2px solid rgb(195,184,203);
    text-decoration: none;
}.course-features-82190 .skill-academy-14658 .reach-list-57489::before {
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    z-index: -1;
    top: 0;
    background: rgb(195,184,203);
    left: 0;
    height: 100%;
    content: "";
}.course-features-82190 .skill-academy-14658 .reach-list-57489:hover {
    color: #000000;
}.course-features-82190 .skill-academy-14658 .reach-list-57489:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200px) {.course-features-82190 .skill-academy-14658 h3 {
    font-size: calc(44px * 0.85);
}.course-features-82190 .study-learn-23401 {
    padding-right: 0;
    padding-left: 5%;
}
}

@media screen and (max-width: 992px) {.course-features-82190 {
    grid-template-columns: 1fr;
    grid-template-rows: 40vh 1fr;
}.course-features-82190 .learn-track-04921 {
    height: 40vh;
    position: relative;
    width: 100%;
    clip-path: none;
}.course-features-82190 .skill-plan-86743 {
    flex-direction: row;
    height: 100%;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    width: 400%;
}.course-features-82190 .lesson-plan-08149 {
    height: 100%;
    width: 25%;
}.course-features-82190 .lesson-plan-08149::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}.course-features-82190 .container {
    grid-row: 2;
    grid-column: auto;
    padding: 3rem 0;
}.course-features-82190 .study-learn-23401 {
    padding: 0 5%;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }
}

@media screen and (max-width: 768px) {.course-features-82190 .skill-academy-14658 {
    padding: 3rem 1.5rem;
}.course-features-82190 .skill-academy-14658 h3 {
    margin-bottom: 1.5rem;
    font-size: 33px;
}.course-features-82190 .skill-academy-14658::after {
    height: 30px;
    width: 30px;
    left: -15px;
}
}

@media screen and (max-width: 480px) {.course-features-82190 {
    grid-template-rows: 30vh 1fr;
}.course-features-82190 .learn-track-04921 {
    height: 30vh;
}.course-features-82190 .skill-plan-86743 {
    animation-duration: 20s;
    width: 300%;
}.course-features-82190 .lesson-plan-08149 {
    width: 33.333%;
}.course-features-82190 .skill-academy-14658 {
    border-left-width: 3px;
    padding: 2rem 1rem;
}.course-features-82190 .skill-academy-14658 h3 {
    letter-spacing: 1px;
    font-size: calc(33px * 0.9);
}.course-features-82190 .skill-academy-14658 p {
    padding-left: 0.5rem;
    font-size: calc(12px * 0.9);
}.course-features-82190 .skill-academy-14658 .reach-list-57489 {
    padding: 0.8rem 1.5rem;
    text-align: center;
    font-size: calc(19px * 0.9);
    display: block;
}.course-features-82190 .skill-academy-14658::after {
    left: -10px;
    width: 20px;
    height: 20px;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }
}