* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.facebook_cta_725 {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.core-container_650 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}::-webkit-scrollbar {
    height: 6px;
    width: 10px;
    padding: 3px;
}::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgb(228,211,215);
    box-shadow: inset 0px 0px 15px 5px rgba(0, 0, 0, 0.6);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: #ffffff;
    box-shadow: 4px 3px 7px 0px rgba(0, 0, 0, 0.1);
    transition: all, background, border-radius 4.7s ease-out;
    border: 2px dotted rgb(195,151,162);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(195,151,162,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px 1px 8px 3px rgba(0, 0, 0, 0.6);
    background: rgb(195,151,162,0.5);
}* {
    scrollbar-color: rgb(195,151,162) rgb(228,211,215);
    scrollbar-width: thin;
}.container {
    width: 1245px;
    margin: auto;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.main_start_649 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_intro_647 {
    display: flex;
    background-color: rgb(195,151,162,0.5);
    justify-content: center;
    min-height: 100vh;
    perspective: 1000px;
    position: relative;
    align-items: center;
    overflow: hidden;
}.title_intro_647::before {
    content: "";
    background: linear-gradient(135deg, rgb(169,91,111,0.5) 0%, rgba(255,255,255,0.1) 100%);
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
}.title_intro_647::after {
    background: radial-gradient(circle at center, rgb(195,151,162) 0%, transparent 70%);
    width: 100%;
    right: -50%;
    z-index: 0;
    position: absolute;
    animation: pulseBg 15s infinite alternate ease-in-out;
    top: -50%;
    content: "";
    opacity: 0.1;
    height: 100%;
}.title_intro_647 .learning_track_063 {
    display: grid;
    z-index: 2;
    max-width: 1200px;
    gap: 2rem;
    position: relative;
    padding: 2rem;
    margin: 0 auto;
    width: 100%;
    transform-style: preserve-3d;
    grid-template-columns: 1fr 1fr;
}.title_intro_647 h1 {
    margin-bottom: 2rem;
    letter-spacing: 0.5px;
    grid-column: 1 / -1;
    font-size: 46px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    color: #000000;
}.title_intro_647 h1::after {
    bottom: -10px;
    animation: expandLine 3s infinite alternate ease-in-out;
    background: linear-gradient(90deg, rgb(195,151,162), rgb(169,91,111));
    border-radius: 10px;
    width: 80px;
    left: 0;
    height: 4px;
    content: "";
    position: absolute;
}.title_intro_647 .editorial_box_895 {
    position: relative;
    transform: translateZ(10px);
    transition: transform 0.5s ease;
}.title_intro_647 .skill_expertise_028 {
    padding: 2.5rem;
    border-radius: 22px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    backdrop-filter: blur(5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.05);
}.title_intro_647 .skill_expertise_028:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.title_intro_647 p {
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(17px * 1.2);
}.title_intro_647 svg {
    margin: 1rem auto 2rem;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
    width: 120px;
    transition: transform 1.5s ease;
    height: 120px;
    display: block;
    transform: rotateY(0deg);
}.title_intro_647 .skill_expertise_028:hover svg {
    transform: rotateY(360deg);
}.title_intro_647 svg path {
    fill: rgb(195,151,162);
    transition: fill 0.3s ease;
}.title_intro_647 svg text {
    font-family: Arial, sans-serif;
    fill: rgb(195,151,162);
    font-weight: 700;
    transition: fill 0.3s ease, transform 0.3s ease;
}.title_intro_647 svg:hover path {
    fill: rgb(169,91,111);
}.title_intro_647 svg:hover text {
    transform: scale(1.05);
    fill: rgb(169,91,111);
}.title_intro_647 .feedback_message_584 {
    padding: 1rem 2rem;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(195,151,162) 0%, rgb(169,91,111) 100%);
    font-family: Arial, sans-serif;
    display: inline-block;
    letter-spacing: 0.5px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-size: 19px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}.title_intro_647 .feedback_message_584::before {
    width: 100%;
    transition: all 0.6s ease;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
}.title_intro_647 .feedback_message_584:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}.title_intro_647 .feedback_message_584:hover::before {
    left: 100%;
}.title_intro_647 .img_zoom_701 {
    overflow: hidden;
    height: 400px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    position: relative;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(5px) rotate(2deg);
    border-radius: 22px;
}.title_intro_647 .img_zoom_701::before {
    background: linear-gradient(to bottom, transparent 60%, rgb(195,151,162,0.5) 100%);
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
}.title_intro_647 .img_zoom_701::after {
    top: 0;
    content: "";
    z-index: 2;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(169,91,111,0.5) 0%, transparent 50%);
}.title_intro_647 .img_zoom_701:hover {
    transform: translateZ(15px) rotate(0);
}

@keyframes pulseBg {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes expandLine {
    0% {
        width: 80px;
    }
    100% {
        width: 120px;
    }
}

@media (min-width: 1200px) {.title_intro_647 .learning_track_063 {
    padding: 3rem;
    gap: 4rem;
}.title_intro_647 h1 {
    font-size: calc(46px * 1.2);
}.title_intro_647 .img_zoom_701 {
    height: 500px;
}.title_intro_647 svg {
    height: 150px;
    width: 150px;
}
}

@media (max-width: 991px) {.title_intro_647 .learning_track_063 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.title_intro_647 h1 {
    font-size: 36px;
    text-align: center;
}.title_intro_647 h1::after {
    left: 50%;
    transform: translateX(-50%);
}.title_intro_647 .skill_expertise_028 {
    text-align: center;
    padding: 2rem;
}.title_intro_647 .img_zoom_701 {
    height: 350px;
    order: -1;
    transform: translateZ(5px) rotate(0);
}
}

@media (max-width: 767px) {.title_intro_647 {
    min-height: auto;
    padding: 4rem 0;
}.title_intro_647 .learning_track_063 {
    padding: 1.5rem;
    gap: 1.5rem;
}.title_intro_647 h1 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.5rem;
}.title_intro_647 .img_zoom_701 {
    height: 250px;
}.title_intro_647 p {
    font-size: 17px;
    margin-bottom: 1.5rem;
}.title_intro_647 svg {
    width: 100px;
    height: 100px;
    margin: 0.5rem auto 1.5rem;
}.title_intro_647 .feedback_message_584 {
    padding: 0.75rem 1.5rem;
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 480px) {.title_intro_647 {
    padding: 3rem 0;
}.title_intro_647 .learning_track_063 {
    padding: 1rem;
}.title_intro_647 h1 {
    font-size: calc(36px * 0.8);
}.title_intro_647 .img_zoom_701 {
    height: 200px;
}.title_intro_647 .skill_expertise_028 {
    padding: 1.5rem;
}.title_intro_647 svg {
    width: 80px;
    height: 80px;
}}.receive_updates_537 {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(169,91,111) 0%, rgb(195,151,162) 100%);
}.receive_updates_537::before {
    right: -5%;
    width: 250px;
    top: -5%;
    transform: rotate(-15deg);
    content: "";
    opacity: 0.1;
    position: absolute;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    height: 250px;
}.receive_updates_537::after {
    content: "";
    transform: rotate(25deg);
    left: -5%;
    bottom: -5%;
    background: radial-gradient(circle, rgb(169,91,111,0.5) 0%, transparent 70%);
    width: 200px;
    opacity: 0.2;
    height: 200px;
    position: absolute;
}.receive_updates_537 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.receive_updates_537 .learning_track_063 {
    backdrop-filter: blur(10px);
    display: grid;
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid rgb(195,151,162);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
}.receive_updates_537 h3 {
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-size: calc(21px * 1.1);
    margin: 0 0 1rem;
    animation: fadeSlideDown 0.8s ease-out forwards;
    letter-spacing: -0.02em;
    color: #000000;
    font-weight: 600;
    transform: translateY(-5px);
}.receive_updates_537 .input_holder {
    transform: translateY(5px);
    gap: 1.2rem;
    animation: fadeSlideUp 0.8s ease-out forwards;
    flex-direction: column;
    display: flex;
}.receive_updates_537 .input_holder div {
    flex: 1;
    position: relative;
}.receive_updates_537 .input_holder div::before {
    height: 2px;
    bottom: -2px;
    width: 0;
    background: linear-gradient(90deg, rgb(195,151,162) 0%, rgb(169,91,111) 100%);
    z-index: 1;
    left: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
}.receive_updates_537 .input_holder div:focus-within::before {
    width: 100%;
}.receive_updates_537 input[type="email"] {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    font-family: Arial, sans-serif;
    background: transparent;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 1rem 1.2rem;
    width: 100%;
}.receive_updates_537 input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.receive_updates_537 input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(169,91,111,0.5);
}.receive_updates_537 input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
    transform: translateX(5px);
}.receive_updates_537 .news_wrap_589 {
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: inline-block;
    align-self: flex-start;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgb(195,151,162) 0%, rgb(169,91,111) 100%);
    padding: 1rem 2rem;
    position: relative;
    border: none;
    transform: translateZ(0);
}.receive_updates_537 .news_wrap_589::before {
    height: 100%;
    left: -100%;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
}.receive_updates_537 .news_wrap_589:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px) translateZ(0);
}.receive_updates_537 .news_wrap_589:hover::before {
    left: 100%;
}.receive_updates_537 .news_wrap_589:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) translateZ(0);
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (min-width: 768px) {.receive_updates_537 {
    padding: 5rem 3rem;
}.receive_updates_537 .learning_track_063 {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    gap: 3rem;
    align-items: center;
    transform: perspective(1000px) rotateX(1deg);
}.receive_updates_537 h3 {
    margin: 0;
    font-size: 31px;
}.receive_updates_537 .input_holder {
    align-items: stretch;
    flex-direction: row;
    gap: 1.5rem;
}.receive_updates_537 input[type="email"] {
    padding: 1.2rem 1.5rem;
}.receive_updates_537 .news_wrap_589 {
    align-self: stretch;
    white-space: nowrap;
}
}

@media (min-width: 1024px) {.receive_updates_537 {
    padding: 6rem 2rem;
}.receive_updates_537 .learning_track_063 {
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 4.5rem 5rem;
}.receive_updates_537::before {
    width: 350px;
    height: 350px;
}.receive_updates_537::after {
    width: 300px;
    height: 300px;
}
}

@media (max-width: 767px) {.receive_updates_537 h3 {
    text-align: center;
}.receive_updates_537 .news_wrap_589 {
    text-align: center;
    width: 100%;
}}.facebook_cta_725 {
    padding: 5rem 0 3rem;
    color: #ffffff;
    position: relative;
    z-index: 1;
}.facebook_cta_725::before {
    z-index: -1;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    backdrop-filter: blur(8px);
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(195,151,162,0.5) 100%);
}.facebook_cta_725 .container {
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
}.facebook_cta_725 .company_holder {
    position: relative;
    padding-left: 2rem;
    border-left: 2px solid rgb(195,151,162);
    animation: borderPulse 4s infinite alternate;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(195,151,162);
    }
    50% {
        border-left-color: rgb(169,91,111);
    }
    100% {
        border-left-color: rgb(195,151,162);
    }
}

.facebook_cta_725 .company_holder h3 {
    background: linear-gradient(to right, #ffffff, rgb(169,91,111));
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
    font-weight: 700;
    -webkit-background-clip: text !important;
    font-size: calc(28px * 1.2);
    -webkit-text-fill-color: transparent;
}.facebook_cta_725 .intern_ship_695 {
    color: #ffffff;
    line-height: 1.6;
    margin-top: 1rem;
    opacity: 0.8;
    font-size: 17px;
}.facebook_cta_725 .twitter_cta_683 {
    justify-content: flex-end;
    display: flex;
}.facebook_cta_725 .head_study_598 {
    gap: 4rem;
    display: flex;
}.facebook_cta_725 .nav_pro_915 {
    position: relative;
}.facebook_cta_725 .nav_pro_915::before {
    top: -10px;
    left: -20px;
    position: absolute;
    width: 40px;
    border-left: 1px solid rgb(195,151,162);
    content: "";
    opacity: 0.4;
    border-top: 1px solid rgb(195,151,162);
    height: 40px;
}.facebook_cta_725 .nav_pro_915::after {
    bottom: -10px;
    right: -20px;
    border-right: 1px solid rgb(195,151,162);
    border-bottom: 1px solid rgb(195,151,162);
    content: "";
    position: absolute;
    height: 40px;
    opacity: 0.4;
    width: 40px;
}.facebook_cta_725 .nav_pro_915 h5 {
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(169,91,111);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 21px;
}.facebook_cta_725 .nav_pro_915 .head_study_598 {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.facebook_cta_725 .nav_pro_915 .head_study_598 a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
    padding-left: 1rem;
    opacity: 0.8;
    text-decoration: none;
}.facebook_cta_725 .nav_pro_915 .head_study_598 a::before {
    border-radius: 50%;
    width: 5px;
    top: 50%;
    content: "";
    background-color: rgb(195,151,162);
    transform: translateY(-50%);
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    height: 5px;
}.facebook_cta_725 .nav_pro_915 .head_study_598 a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(195,151,162);
}.facebook_cta_725 .nav_pro_915 .head_study_598 a:hover::before {
    height: 7px;
    width: 7px;
    background-color: rgb(169,91,111);
}.career_help_810 {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
}.career_help_810::before {
    content: "";
    opacity: 0.5;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(195,151,162), transparent);
    top: 0;
    width: 100%;
    position: absolute;
}.career_help_810 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.career_help_810 .footer_classes_827 {
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 992px) {.facebook_cta_725 .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.facebook_cta_725 .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.facebook_cta_725 .twitter_cta_683 {
    justify-content: flex-start;
}.facebook_cta_725 .head_study_598 {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.facebook_cta_725 {
    padding: 3rem 0 2rem;
}.facebook_cta_725 .head_study_598 {
    flex-direction: column;
    gap: 2rem;
}.facebook_cta_725 .nav_pro_915::before,
    .facebook_cta_725 .nav_pro_915::after {
    display: none;
}.facebook_cta_725 .nav_pro_915 {
    margin-bottom: 1.5rem;
}.career_help_810 {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.facebook_cta_725 .company_holder h3 {
    font-size: 28px;
}.facebook_cta_725 .nav_pro_915 h5 {
    font-size: calc(19px * 1.1);
}.facebook_cta_725 .nav_pro_915 .head_study_598 a {
    font-size: calc(17px * 0.9);
}}.tyContainer_056 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(195,151,162,0.5), rgb(228,211,215), rgb(169,91,111,0.5));
}.tyContainer_056::before {
    right: 0;
    position: absolute;
    opacity: 0.7;
    bottom: 0;
    left: 0;
    z-index: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(195,151,162,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(169,91,111,0.5) 0%, transparent 60%);
    top: 0;
}.tyContainer_056::after {
    left: -50%;
    top: -50%;
    content: "";
    height: 200%;
    z-index: 1;
    pointer-events: none;
    transform: rotate(15deg);
    animation: patternMove 60s linear infinite;
    position: absolute;
    width: 200%;
}.tyContainer_056 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 20px;
}.tyContainer_056 h2 {
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    transition: transform 0.5s ease;
    margin-bottom: 40px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding-left: 20px;
    transform: translateZ(30px);
    border-left: 4px solid rgb(195,151,162);
    color: #000000;
    font-size: 37px;
    position: relative;
    text-align: left;
}.tyContainer_056 h2::after {
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    bottom: -12px;
    content: "";
    transform: scaleX(0);
    height: 3px;
    background: rgb(169,91,111);
    left: 20px;
    width: 60px;
    transform-origin: left;
}.tyContainer_056 .learning_track_063 {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(195,151,162), 0.3);
    transform: translateZ(20px) rotateX(2deg);
}.tyContainer_056 .learning_track_063::before {
    z-index: 3;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(195,151,162), rgb(169,91,111));
    content: "";
    height: 5px;
    width: 100%;
}.tyContainer_056 .learning_track_063:hover {
    transform: translateZ(30px) rotateX(0deg);
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(195,151,162), 0.4);
}.tyContainer_056 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.tyContainer_056 li {
    padding: 40px;
    background: #ffffff;
    transition: transform 0.3s ease;
    position: relative;
}.tyContainer_056 li::before {
    top: -15px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    align-items: center;
    display: flex;
    border-radius: 50%;
    background: rgb(195,151,162);
    content: "✓";
    box-shadow: 0 5px 15px rgba(rgb(195,151,162), 0.3);
    position: absolute;
    left: 40px;
    font-size: 16px;
    justify-content: center;
}.tyContainer_056 span {
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
    position: relative;
}

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

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.tyContainer_056 {
    padding: 80px 0;
}.tyContainer_056 h2 {
    font-size: calc(37px * 0.9);
    padding-left: 15px;
}.tyContainer_056 li {
    padding: 30px;
}.tyContainer_056 li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.tyContainer_056 {
    padding: 60px 0;
}.tyContainer_056 h2 {
    transform: translateZ(20px);
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.tyContainer_056 h2::after {
    width: 40px;
}.tyContainer_056 .learning_track_063 {
    transform: translateZ(10px) rotateX(1deg);
}.tyContainer_056 .learning_track_063:hover {
    transform: translateZ(15px) rotateX(0deg);
}.tyContainer_056 li {
    padding: 25px 20px;
}.tyContainer_056 li::before {
    width: 24px;
    top: -12px;
    font-size: 14px;
    left: 20px;
    height: 24px;
}.tyContainer_056 span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.tyContainer_056 {
    padding: 40px 0;
}.tyContainer_056 h2 {
    font-size: calc(37px * 0.7);
    padding-left: 12px;
    border-left: 3px solid rgb(195,151,162);
}.tyContainer_056 .container {
    padding: 0 15px;
}.tyContainer_056 .learning_track_063 {
    transform: translateZ(5px) rotateX(0.5deg);
}.tyContainer_056 .learning_track_063:hover {
    transform: translateZ(10px) rotateX(0deg);
}.tyContainer_056 li {
    padding: 20px 15px;
}.tyContainer_056 li::before {
    height: 20px;
    width: 20px;
    font-size: 12px;
    left: 15px;
}.tyContainer_056 span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}.customer_experience_548 {
    padding: 7rem 1rem;
    position: relative;
    background: rgb(228,211,215);
    overflow: hidden;
}.customer_experience_548::before {
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 30%);
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, transparent 40%, rgb(195,151,162,0.5) 100%);
    content: "";
    left: 0;
}.customer_experience_548::after {
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, transparent 50%, rgb(169,91,111,0.5) 100%);
    height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    clip-path: polygon(0 70%, 100% 90%, 100% 100%, 0 100%);
}.customer_experience_548 .container {
    position: relative;
    z-index: 2;
}.customer_experience_548 h2 {
    width: fit-content;
    text-align: left;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 4rem;
    color: #000000;
    padding: 1rem 0;
    position: relative;
}.customer_experience_548 h2::before {
    left: -20px;
    top: 0;
    background: rgb(195,151,162);
    height: 100%;
    content: "";
    width: 5px;
    transform: skewY(45deg);
    position: absolute;
}.customer_experience_548 h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    background: rgb(169,91,111);
    width: 80%;
    height: 3px;
    left: 0;
}.customer_experience_548 .review_voices_320 {
    flex-direction: column;
    gap: 5rem;
    display: flex;
    margin: 0 auto;
    max-width: 800px;
}.customer_experience_548 .reviews_block_740 {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    background: #ffffff;
    display: flex;
    position: relative;
    padding: 2.5rem 2rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
}.customer_experience_548 .reviews_block_740:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}.customer_experience_548 .reviews_block_740:nth-child(even) {
    transform: translateX(30px);
    align-self: flex-end;
}.customer_experience_548 .reviews_block_740:hover {
    transform: translateY(-10px) translateX(0);
}.customer_experience_548 .reviews_block_740::before {
    border-radius: 11px;
    z-index: -1;
    position: absolute;
    content: "";
    top: 15px;
    height: 100%;
    left: 15px;
    transition: all 0.3s ease;
    background: rgb(195,151,162,0.5);
    width: 100%;
}.customer_experience_548 .reviews_block_740:hover::before {
    top: 10px;
    left: 10px;
    background: rgb(169,91,111,0.5);
}.customer_experience_548 .reviews_block_740 img {
    width: 70px;
    object-fit: cover;
    height: 70px;
    top: -25px;
    left: 25px;
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: 4px solid #ffffff;
}.customer_experience_548 .reviews_block_740 p {
    font-weight: 600;
    font-size: calc(15px + 0.1rem);
    color: #000000;
    margin: 0.5rem 0;
    padding-left: 60px;
}.customer_experience_548 .reviews_block_740 .description {
    color: #000000;
    font-weight: 400;
    position: relative;
    border-top: 1px solid rgb(228,211,215);
    font-size: 15px;
    margin-top: 1rem;
    line-height: 1.7;
    padding: 1.5rem 0 0.5rem;
}.customer_experience_548 .reviews_block_740 .description::before {
    line-height: 1;
    left: 0;
    position: absolute;
    color: rgb(195,151,162,0.5);
    top: 0.5rem;
    content: "";
    font-size: 3rem;
}.customer_experience_548 .reviews_block_740 .description::after {
    color: rgb(195,151,162,0.5);
    bottom: -1.5rem;
    line-height: 1;
    content: "";
    right: 0;
    position: absolute;
    font-size: 3rem;
}

@media (max-width: 991px) {.customer_experience_548 {
    padding: 5rem 1rem;
}.customer_experience_548 .review_voices_320 {
    gap: 4rem;
}
}

@media (max-width: 767px) {.customer_experience_548 h2 {
    margin-bottom: 3rem;
    font-size: calc(35px - 0.3rem);
}.customer_experience_548 .review_voices_320 {
    gap: 3.5rem;
}.customer_experience_548 .reviews_block_740:nth-child(odd),
    .customer_experience_548 .reviews_block_740:nth-child(even) {
    transform: none;
    align-self: center;
    width: 100%;
}.customer_experience_548 .reviews_block_740:hover {
    transform: translateY(-5px);
}.customer_experience_548 .reviews_block_740 p {
    padding-left: 50px;
}}.program_assets_508 {
    background: linear-gradient(135deg, rgb(228,211,215) 0%, rgba(245, 247, 250, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.program_assets_508::before {
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(169,91,111,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(195,151,162,0.5), 0.04) 0%, transparent 60%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}.program_assets_508::after {
    right: -5%;
    border: 2px solid rgba(rgb(169,91,111,0.5), 0.1);
    transform: rotate(-15deg);
    top: -10%;
    z-index: 0;
    height: 300px;
    animation: floatShape 15s infinite alternate ease-in-out;
    position: absolute;
    width: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
}.program_assets_508 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.program_assets_508 .learning_track_063 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 60px;
}.program_assets_508 .editorial_box_895 {
    max-width: 650px;
    flex: 1;
}.program_assets_508 h4 {
    position: relative;
    opacity: 0;
    font-size: 31px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    line-height: 1.3;
}.program_assets_508 h4::after {
    animation: scaleIn 0.8s 0.6s forwards ease-out;
    width: 80px;
    bottom: -15px;
    left: 0;
    position: absolute;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(169,91,111);
    height: 4px;
}.program_assets_508 .editorial_box_895 > div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}.program_assets_508 .editorial_box_895 > div:first-of-type {
    opacity: 0;
    animation: fadeIn 0.8s 0.4s forwards ease-out;
}.program_assets_508 .editorial_box_895 > div:last-of-type {
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    opacity: 0;
}.program_assets_508 ul {
    padding: 0;
    min-width: 280px;
    list-style: none;
    flex: 1;
    margin: 0;
}.program_assets_508 li {
    transform: translateX(15px);
    animation: fadeSlideRight 0.6s forwards ease-out;
    margin-bottom: 20px;
    opacity: 0;
}.program_assets_508 li:nth-child(1) {
    animation-delay: 0.7s;
}.program_assets_508 li:nth-child(2) {
    animation-delay: 0.9s;
}.program_assets_508 li:nth-child(3) {
    animation-delay: 1.1s;
}.program_assets_508 li p {
    box-shadow: 0 6px 24px -8px rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-left: 3px solid rgb(169,91,111);
    gap: 15px;
    margin: 0;
    padding: 15px 20px;
    display: flex;
    border-radius: 10px;
    background: #ffffff;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.program_assets_508 li p:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.program_assets_508 li p span:first-child {
    flex-shrink: 0;
    width: 40px;
    padding: 8px;
    background: rgba(rgb(169,91,111,0.5), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 50%;
}.program_assets_508 li p span:last-child {
    font-weight: 400;
    color: #000000;
    font-size: calc(18px - 1px);
    line-height: 1.6;
}.program_assets_508 svg {
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
}.program_assets_508 li p:hover svg {
    transform: translateY(-2px);
}.program_assets_508 svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,91,111);
}.program_assets_508 li p:hover svg path {
    fill: rgb(195,151,162);
}.program_assets_508 .img_zoom_701 {
    box-shadow: 
        30px 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        -2px -2px 10px rgba(rgb(255, 255, 255, 0.5), 0.8),
        0 0 0 3px rgba(rgb(169,91,111,0.5), 0.15);
    object-fit: cover;
    flex: 0 0 40%;
    animation: photoReveal 1.2s 0.8s forwards ease-out;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0);
    max-width: 450px;
    height: auto;
    opacity: 0;
    border-radius: 0 23px 23px 23px;
}

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

@keyframes fadeSlideRight {
    from {
        transform: translateX(15px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateY(-10deg) rotateX(5deg) translateZ(0) translateX(40px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0) translateX(0);
    }
}

@keyframes floatShape {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-10deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) translateY(10px);
    }
}

@media (max-width: 992px) {.program_assets_508 {
    padding: 80px 0;
}.program_assets_508 .learning_track_063 {
    flex-direction: column-reverse;
    gap: 40px;
}.program_assets_508 .editorial_box_895 {
    max-width: 100%;
}.program_assets_508 h4 {
    font-size: calc(31px - 4px);
    margin-bottom: 30px;
}.program_assets_508 .img_zoom_701 {
    align-self: center;
    max-width: 90%;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) translateZ(0);
}
}

@media (max-width: 768px) {.program_assets_508 {
    padding: 60px 0;
}.program_assets_508 .editorial_box_895 > div {
    gap: 10px;
    flex-direction: column;
}.program_assets_508 h4 {
    font-size: calc(31px - 6px);
}.program_assets_508 ul {
    width: 100%;
}.program_assets_508 .img_zoom_701 {
    max-width: 100%;
    transform: perspective(1000px) rotateY(0) rotateX(0) translateZ(0);
    box-shadow: 
            15px 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.15),
            -1px -1px 5px rgba(rgb(255, 255, 255, 0.5), 0.8),
            0 0 0 2px rgba(rgb(169,91,111,0.5), 0.15);
}
}

@media (max-width: 576px) {.program_assets_508 {
    padding: 50px 0;
}.program_assets_508 h4 {
    font-size: calc(31px - 8px);
}.program_assets_508 li p {
    padding: 12px 15px;
}.program_assets_508 li p span:first-child {
    height: 32px;
    width: 32px;
}.program_assets_508 svg {
    width: 20px;
    height: 20px;
}.program_assets_508 li p span:last-child {
    font-size: calc(18px - 2px);
}}.course_program_details_064 {
    overflow: hidden;
    background: rgb(228,211,215);
    padding: 120px 0;
    position: relative;
}.course_program_details_064::before {
    opacity: 0.7;
    background: 
        radial-gradient(circle at 20% 30%, rgb(195,151,162,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(169,91,111,0.5) 0%, transparent 30%);
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    animation: gradientShift 15s infinite alternate ease-in-out;
    top: 0;
    width: 100%;
    filter: blur(60px);
    height: 100%;
}.course_program_details_064::after {
    z-index: 0;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    position: absolute;
    height: 100%;
    opacity: 0.03;
    animation: rotateBg 120s linear infinite;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
}.course_program_details_064 .container {
    z-index: 1;
    position: relative;
}.course_program_details_064 .learning_track_063 {
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 600px;
    display: flex;
}.course_program_details_064 .img_zoom_701 {
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 1;
    height: 100%;
    transform: scale(0.9);
    top: 0;
    border-radius: 50%;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    left: 0;
    filter: brightness(0.9) contrast(1.1);
    position: absolute;
}.course_program_details_064 .img_zoom_701::before {
    z-index: 2;
    mix-blend-mode: multiply;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    height: 100%;
}.course_program_details_064 .img_zoom_701::after {
    top: 0;
    transition: opacity 0.5s ease;
    mix-blend-mode: overlay;
    background: 
        conic-gradient(
            from 0deg,
            rgb(195,151,162,0.5) 0deg,
            transparent 120deg,
            rgb(169,91,111,0.5) 240deg,
            transparent 360deg
        );
    width: 100%;
    opacity: 0.4;
    position: absolute;
    content: "";
    z-index: 3;
    left: 0;
    height: 100%;
}.course_program_details_064 .learning_track_063:hover .img_zoom_701 {
    transform: scale(0.95) rotate(2deg);
    filter: brightness(1) contrast(1.2);
}.course_program_details_064 .learning_track_063:hover .img_zoom_701::after {
    animation: rotateOverlay 20s linear infinite;
    opacity: 0.6;
}.course_program_details_064 .class_path_408 {
    display: flex;
    position: relative;
    padding: 0;
    flex-direction: column;
    align-items: center;
    width: 60%;
    z-index: 2;
}.course_program_details_064 .top_head_067 {
    z-index: 5;
    align-items: center;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 30px;
    justify-content: center;
    transform: translateY(0);
    height: 100px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(195,151,162,0.5);
    display: flex;
    width: 100px;
    background: #ffffff;
    position: relative;
    border-radius: 50%;
}.course_program_details_064 .top_head_067::before {
    background: 
        conic-gradient(
            from 0deg,
            rgb(195,151,162) 0deg,
            rgb(195,151,162,0.5) 90deg,
            rgb(169,91,111,0.5) 180deg,
            rgb(169,91,111) 270deg,
            rgb(195,151,162) 360deg
        );
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    top: -10px;
    bottom: -10px;
    opacity: 0.7;
    right: -10px;
    animation: rotateLogo 10s linear infinite;
    content: "";
    left: -10px;
}.course_program_details_064 .top_head_067::after {
    position: absolute;
    border: 2px dashed rgb(195,151,162,0.5);
    content: "";
    opacity: 0.3;
    left: -20px;
    z-index: -2;
    right: -20px;
    animation: pulseBorder 4s ease-in-out infinite;
    border-radius: 50%;
    bottom: -20px;
    top: -20px;
}.course_program_details_064 .top_head_067:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(195,151,162,0.5);
}.course_program_details_064 .top_head_067 svg {
    filter: drop-shadow(0 3px 6px rgb(195,151,162,0.5));
    transition: all 0.5s ease;
    height: 50px;
    width: 50px;
}.course_program_details_064 .top_head_067:hover svg {
    transform: rotate(15deg) scale(1.1);
}.course_program_details_064 .top_head_067 svg path {
    transition: fill 0.5s ease;
    fill: rgb(195,151,162);
}.course_program_details_064 .top_head_067:hover svg path {
    fill: rgb(169,91,111);
}.course_program_details_064 h3 {
    border-radius: 16px;
    padding: 25px 40px;
    max-width: 600px;
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    position: relative;
    color: #000000;
    transform: perspective(800px) rotateX(2deg);
    text-align: center;
    margin-bottom: 30px;
    font-size: 31px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    width: 90%;
}.course_program_details_064 h3::before {
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(195,151,162,0.5) 0%, transparent 100%);
    opacity: 0.1;
    z-index: -1;
    left: 0;
    border-radius: 16px;
    position: absolute;
}.course_program_details_064 h3::after {
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    content: "";
    background: linear-gradient(90deg, rgb(195,151,162), rgb(169,91,111));
    border-radius: 10px;
    bottom: -15px;
    height: 3px;
    left: 50%;
    transition: width 0.5s ease;
}.course_program_details_064 .class_path_408:hover h3 {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.course_program_details_064 .class_path_408:hover h3::after {
    width: 120px;
}.course_program_details_064 p {
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #ffffff;
    position: relative;
    width: 100%;
    line-height: 1.8;
    padding: 35px;
    font-size: 17px;
    transform: perspective(800px) rotateX(-2deg);
    z-index: 4;
    max-width: 700px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
}.course_program_details_064 p::before {
    position: absolute;
    background: linear-gradient(225deg, rgb(169,91,111,0.5) 0%, transparent 100%);
    width: 100%;
    border-radius: 16px;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.1;
}.course_program_details_064 p::after {
    position: absolute;
    transition: all 0.5s ease;
    top: -30px;
    opacity: 0.5;
    content: "";
    background: rgb(169,91,111,0.5);
    border-radius: 50%;
    right: 30px;
    filter: blur(25px);
    z-index: -2;
    height: 60px;
    width: 60px;
}.course_program_details_064 .class_path_408:hover p {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0deg);
}.course_program_details_064 .class_path_408:hover p::after {
    width: 80px;
    height: 80px;
    opacity: 0.7;
}

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateOverlay {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_program_details_064 {
    padding: 100px 0;
}.course_program_details_064 .learning_track_063 {
    min-height: 550px;
}.course_program_details_064 .class_path_408 {
    width: 70%;
}.course_program_details_064 .top_head_067 {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
}.course_program_details_064 .top_head_067 svg {
    height: 45px;
    width: 45px;
}.course_program_details_064 h3 {
    padding: 22px 35px;
    margin-bottom: 25px;
    font-size: calc(31px - 2px);
}.course_program_details_064 p {
    padding: 30px;
    font-size: calc(17px - 1px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_details_064 {
    padding: 80px 0;
}.course_program_details_064 .learning_track_063 {
    min-height: 450px;
}.course_program_details_064 .img_zoom_701 {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(0.85);
}.course_program_details_064 .learning_track_063:hover .img_zoom_701 {
    transform: scale(0.9) rotate(3deg);
}.course_program_details_064 .class_path_408 {
    width: 80%;
}.course_program_details_064 .top_head_067 {
    height: 80px;
    width: 80px;
    margin-bottom: 20px;
}.course_program_details_064 .top_head_067 svg {
    height: 40px;
    width: 40px;
}.course_program_details_064 h3 {
    margin-bottom: 20px;
    width: 95%;
    padding: 20px 30px;
    font-size: calc(31px - 4px);
}.course_program_details_064 p {
    line-height: 1.7;
    font-size: calc(17px - 1px);
    padding: 25px;
}.course_program_details_064 h3::after {
    bottom: -12px;
    width: 50px;
}.course_program_details_064 .class_path_408:hover h3::after {
    width: 100px;
}.course_program_details_064 p::after {
    right: 25px;
    width: 50px;
    height: 50px;
    top: -25px;
}.course_program_details_064 .class_path_408:hover p::after {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 767px) {.course_program_details_064 {
    padding: 60px 0;
}.course_program_details_064 .learning_track_063 {
    min-height: auto;
    padding-bottom: 50px;
    flex-direction: column;
}.course_program_details_064 .img_zoom_701 {
    transform: scale(0.9);
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
    height: 300px;
    margin: 30px 0;
    position: relative;
}.course_program_details_064 .learning_track_063:hover .img_zoom_701 {
    transform: scale(0.95) rotate(2deg);
}.course_program_details_064 .class_path_408 {
    width: 100%;
    order: 2;
}.course_program_details_064 .top_head_067 {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    margin-bottom: 0;
    height: 70px;
    z-index: 10;
    width: 70px;
}.course_program_details_064 .top_head_067::before,
    .course_program_details_064 .top_head_067::after {
    display: none;
}.course_program_details_064 .top_head_067 svg {
    width: 35px;
    height: 35px;
}.course_program_details_064 .top_head_067:hover {
    transform: translateX(-50%) translateY(-5px);
}.course_program_details_064 h3 {
    font-size: calc(31px - 6px);
    transform: none;
    width: 100%;
    margin-top: 40px;
    padding: 20px;
    margin-bottom: 15px;
}.course_program_details_064 p {
    transform: none;
    line-height: 1.6;
    padding: 20px;
    font-size: calc(17px - 2px);
}.course_program_details_064 h3::after {
    bottom: -10px;
    width: 40px;
}.course_program_details_064 .class_path_408:hover h3::after {
    width: 80px;
}.course_program_details_064 p::after {
    display: none;
}.course_program_details_064 .class_path_408:hover h3,
    .course_program_details_064 .class_path_408:hover p {
    transform: none;
}}.operation_process_572 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,211,215) 0%, rgba(rgb(195,151,162,0.5), 0.08) 100%);
}.operation_process_572::before {
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 30%, rgba(rgb(195,151,162,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%, rgba(rgb(169,91,111,0.5), 0.05) 0%, transparent 40%);
}.operation_process_572::after {
    filter: blur(20px);
    position: absolute;
    z-index: 0;
    height: 300px;
    background: linear-gradient(225deg, rgba(rgb(195,151,162,0.5), 0.1), transparent);
    right: -5%;
    transform: rotate(15deg) translateZ(0);
    width: 300px;
    top: -5%;
    content: "";
}.operation_process_572 .container.learning_track_063 {
    perspective: 1000px;
    z-index: 2;
    position: relative;
    padding: 0 25px;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1200px;
}.operation_process_572 .container.learning_track_063 > div {
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
    position: relative;
    transform: translateZ(0) rotateX(2deg);
    overflow: hidden;
    padding: 40px;
    border-left: 5px solid rgb(195,151,162);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
}.operation_process_572 .container.learning_track_063 > div:hover {
    box-shadow: 
        0 30px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateZ(20px) rotateX(0);
}.operation_process_572 h3 {
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    transform: translateZ(10px);
}.operation_process_572 h3::after {
    content: "";
    width: 80px;
    bottom: -12px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(195,151,162), rgba(rgb(195,151,162,0.5), 0.5));
    height: 4px;
    transform-origin: left center;
}.operation_process_572 .container.learning_track_063 > div:hover h3::after {
    width: 120px;
}.operation_process_572 p {
    color: #000000;
    font-size: 16px;
    position: relative;
    margin-bottom: 0;
    line-height: 1.7;
    transform: translateZ(5px);
}.operation_process_572 p span {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}.operation_process_572 p span::before {
    top: -20px;
    border-radius: 50%;
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                opacity 0.6s ease;
    background: rgba(rgb(195,151,162,0.5), 0.05);
    opacity: 0;
    height: 60px;
    right: -20px;
    transform: scale(0);
    width: 60px;
}.operation_process_572 .container.learning_track_063 > div:hover p span::before {
    opacity: 1;
    transform: scale(1);
}.operation_process_572 .container.learning_track_063::before {
    position: absolute;
    width: 100px;
    transform: rotate(15deg) translateZ(-10px);
    opacity: 0.15;
    content: "";
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    left: 20px;
    background: linear-gradient(-45deg, rgb(195,151,162) 0%, rgba(rgb(195,151,162,0.5), 0.6) 100%);
    height: 100px;
    z-index: -1;
    top: -30px;
}.operation_process_572 .container.learning_track_063::after {
    opacity: 0.08;
    width: 120px;
    position: absolute;
    background: linear-gradient(45deg, rgb(169,91,111) 0%, rgba(rgb(169,91,111,0.5), 0.6) 100%);
    height: 120px;
    z-index: -1;
    transform: rotate(-10deg) translateZ(-20px);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    bottom: -40px;
    right: 40px;
    content: "";
}

@media (max-width: 991px) {.operation_process_572 {
    padding: 80px 0;
}.operation_process_572 .container.learning_track_063 > div {
    padding: 30px;
}.operation_process_572 h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.operation_process_572 {
    padding: 60px 0;
}.operation_process_572 .container.learning_track_063 {
    padding: 0 15px;
}.operation_process_572 .container.learning_track_063 > div {
    padding: 25px;
    transform: translateZ(0) rotateX(0);
}.operation_process_572 h3 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.8);
}.operation_process_572 h3::after {
    width: 60px;
    height: 3px;
}.operation_process_572 p {
    font-size: calc(16px * 0.95);
}.operation_process_572 .container.learning_track_063::before,
    .operation_process_572 .container.learning_track_063::after {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 576px) {.operation_process_572 {
    padding: 50px 0;
}.operation_process_572 .container.learning_track_063 > div {
    padding: 20px;
    border-left-width: 3px;
}.operation_process_572 h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.7);
}.operation_process_572 p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.operation_process_572 .container.learning_track_063::before,
    .operation_process_572 .container.learning_track_063::after {
    display: none;
}
}

@media (hover: none) {.operation_process_572 .container.learning_track_063 > div,
    .operation_process_572 .container.learning_track_063 > div:hover {
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: none;
}.operation_process_572 h3::after,
    .operation_process_572 .container.learning_track_063 > div:hover h3::after {
    width: 70px;
}.operation_process_572 p span::before {
    display: none;
}}.cookie_alert_overlay_582 {
    width: 100%;
    background: rgb(228,211,215);
    border-top: 2px solid rgb(195,151,162);
    position: fixed;
    bottom: 0;
    z-index: 90;
}#cookie_alert_window_480 {
    display: none;
}#cookie_alert_window_480:checked ~ .cookie_alert_overlay_582 {
    opacity: 0;
    visibility: hidden;
}.manage_cookies_428 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 20px 0;
}.cookie_alert_overlay_582 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_alert_overlay_582 p {
    font-size: 18px;
}.user_choices_134 {
    margin-right: 10px;
    flex-shrink: 0;
}.user_choices_134 svg, .user_choices_134 svg path, .user_choices_134 img {
    width: 100px;
    height: 100px;
    fill: rgb(195,151,162);
}.cookie_none_328 {
    white-space: nowrap;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(195,151,162);
    margin-left: 10px;
    font-size: 24px;
    min-width: 120px;
    cursor: pointer;
    color: rgb(195,151,162);
}.cookie_alert_overlay_582 p a {
    text-decoration: none;
    color: rgb(195,151,162);
}
@media only screen and (max-width: 1200px) {.cookie_alert_overlay_582 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user_choices_134 {
    display: none;
}.manage_cookies_428 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_alert_overlay_582 h5 {
    text-align: center;
}.cookie_alert_overlay_582 p {
    text-align: center;
}.track_switch_986 {
    margin-bottom: 20px;
}body .core-container_650 .cookie_none_328 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.core-container_650 .cookie_alert_overlay_582 {
    box-shadow: rgb(169,91,111,0.5) 0px 0px 10px 10px;
    background: rgb(195,151,162);
}.core-container_650 .manage_cookies_428 {
    padding: 40px 0;
    justify-content: space-between;
}.core-container_650 .cookie_none_328 {
    padding: 10px;
    border: none;
    color: rgb(195,151,162);
    background: #ffffff;
    font-size: 20px;
    margin-left: 30px;
}.core-container_650 .track_switch_986 {
    color: #ffffff;
    text-align: left;
}.core-container_650 .track_switch_986 h5 {
    font-weight: 700;
}.core-container_650 .track_switch_986 h5, .core-container_650 .track_switch_986 p {
    color: #ffffff;
}.core-container_650 .cookie_alert_overlay_582 p a {
    text-decoration: underline;
    color: rgb(169,91,111);
}.privacy_cordon_540 {
    background: linear-gradient(135deg, rgb(228,211,215), rgba(245, 245, 250, 0.98));
    padding: 4rem 1.5rem;
    position: relative;
    overflow: hidden;
}.privacy_cordon_540::before {
    content: "";
    background: radial-gradient(circle at 90% 10%, rgb(195,151,162,0.5), transparent 60%),
              radial-gradient(circle at 10% 90%, rgb(169,91,111,0.5), transparent 60%);
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}.privacy_cordon_540::after {
    content: "";
    width: 200px;
    pointer-events: none;
    z-index: 0;
    transform: rotate(-15deg);
    opacity: 0.1;
    position: absolute;
    right: -20px;
    height: 200px;
    background: radial-gradient(circle, rgb(195,151,162,0.5) 10%, transparent 70%);
    top: -20px;
}.privacy_cordon_540 .container {
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 20px 40px rgba(rgb(195,151,162,0.5), 0.03);
    backdrop-filter: blur(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    position: relative;
}.privacy_cordon_540 .container:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 25px 50px rgba(rgb(195,151,162,0.5), 0.05);
}.privacy_cordon_540 h1 {
    font-size: 41px;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(195,151,162);
    border-bottom: 2px solid rgba(rgb(195,151,162,0.5), 0.1);
    position: relative;
    transform: translateX(-5px);
}.privacy_cordon_540 h1::after {
    left: 0;
    background: rgb(195,151,162);
    width: 70px;
    transition: width 0.5s ease;
    position: absolute;
    content: "";
    bottom: -2px;
    height: 2px;
}.privacy_cordon_540 h2 {
    border-left: 3px solid rgb(169,91,111);
    font-weight: 600;
    padding-left: 15px;
    font-size: 38px;
    position: relative;
    color: #000000;
    margin: 2.5rem 0 1rem;
}.privacy_cordon_540 h3 {
    color: #000000;
    padding-left: 12px;
    margin: 2rem 0 1rem;
    position: relative;
    font-size: calc(38px * 0.8);
    font-weight: 600;
    border-left: 2px solid rgb(169,91,111,0.5);
}.privacy_cordon_540 h4 {
    position: relative;
    font-size: calc(38px * 0.65);
    color: #000000;
    margin: 1.75rem 0 0.75rem;
    font-weight: 600;
    padding-left: 10px;
    border-left: 1px solid rgb(169,91,111,0.5);
}.privacy_cordon_540 p {
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1.5rem;
    max-width: 95%;
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
}.privacy_cordon_540 p:hover {
    transform: translateX(5px);
}.privacy_cordon_540 p strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: rgb(195,151,162);
}.privacy_cordon_540 p strong::after {
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    height: 1px;
    background: rgb(195,151,162,0.5);
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -2px;
    width: 100%;
    left: 0;
}.privacy_cordon_540 p:hover strong::after {
    transform: scaleX(1);
}.privacy_cordon_540 ul {
    position: relative;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.privacy_cordon_540 ul::before {
    background: linear-gradient(to bottom, rgb(169,91,111,0.5), rgba(rgb(169,91,111,0.5), 0.2));
    width: 2px;
    bottom: 0;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}.privacy_cordon_540 li {
    line-height: 1.7;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    transition: transform 0.3s ease;
    font-size: 15px;
    margin-bottom: 1rem;
}.privacy_cordon_540 li:hover {
    transform: translateX(5px);
}.privacy_cordon_540 li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 8px;
    border-radius: 50%;
    background: rgb(169,91,111);
    position: absolute;
    left: 0;
    height: 8px;
    top: 10px;
    content: "";
}.privacy_cordon_540 li:hover::before {
    transform: scale(1.3);
    background: rgb(195,151,162);
}.privacy_cordon_540 span {
    line-height: 1.8;
    color: #000000;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 1.5rem;
    font-size: 15px;
    padding-left: 1rem;
    border-left: 1px dashed rgb(169,91,111,0.5);
}.privacy_cordon_540 span:hover {
    transform: translateX(5px);
    border-left-color: rgb(195,151,162);
    background: linear-gradient(to right, rgba(rgb(195,151,162,0.5), 0.05), transparent);
}

@media (max-width: 1200px) {.privacy_cordon_540 .container {
    max-width: 960px;
    padding: 2.5rem;
}.privacy_cordon_540 h1 {
    font-size: calc(41px * 0.9);
}.privacy_cordon_540 h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 992px) {.privacy_cordon_540 {
    padding: 3rem 1.25rem;
}.privacy_cordon_540 .container {
    transform: perspective(1000px) rotateY(0deg);
    max-width: 720px;
    padding: 2rem;
}.privacy_cordon_540 h1 {
    margin-bottom: 1.25rem;
}.privacy_cordon_540 p, 
  .privacy_cordon_540 li, 
  .privacy_cordon_540 span {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 768px) {.privacy_cordon_540 {
    padding: 2.5rem 1rem;
}.privacy_cordon_540 .container {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    max-width: 540px;
    padding: 1.75rem;
}.privacy_cordon_540 h1 {
    transform: translateX(0);
    font-size: calc(41px * 0.8);
}.privacy_cordon_540 h2 {
    margin: 2rem 0 0.75rem;
    font-size: calc(38px * 0.85);
}.privacy_cordon_540 h3 {
    font-size: calc(38px * 0.7);
}.privacy_cordon_540 h4 {
    font-size: calc(38px * 0.6);
}.privacy_cordon_540 p, 
  .privacy_cordon_540 li {
    max-width: 100%;
}.privacy_cordon_540 p:hover,
  .privacy_cordon_540 li:hover,
  .privacy_cordon_540 span:hover {
    transform: translateX(0);
}
}

@media (max-width: 576px) {.privacy_cordon_540 {
    padding: 2rem 0.75rem;
}.privacy_cordon_540 .container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}.privacy_cordon_540 h1 {
    font-size: calc(41px * 0.7);
    padding-bottom: 0.75rem;
}.privacy_cordon_540 h2 {
    font-size: calc(38px * 0.75);
    padding-left: 10px;
}.privacy_cordon_540 h3 {
    font-size: calc(38px * 0.65);
    padding-left: 8px;
}.privacy_cordon_540 h4 {
    padding-left: 6px;
    font-size: calc(38px * 0.55);
}.privacy_cordon_540 ul {
    padding-left: 0.75rem;
}.privacy_cordon_540 li {
    padding-left: 1.25rem;
}.privacy_cordon_540 p, 
  .privacy_cordon_540 li, 
  .privacy_cordon_540 span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.privacy_cordon_540 span {
    padding-left: 0.75rem;
}}.contact_panel_523 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(228,211,215) 0%, rgb(228,211,215) 60%, rgb(195,151,162,0.5) 100%);
    padding: 110px 0;
}.contact_panel_523::before {
    content: "";
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(195,151,162,0.5),
        rgb(195,151,162,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 50%;
    opacity: 0.05;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}.contact_panel_523 .container {
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.contact_panel_523 h2 {
    color: #000000;
    font-size: 37px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
}.contact_panel_523 h2::before {
    border-radius: 2px;
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    position: absolute;
    background: rgb(195,151,162);
    left: 50%;
}.contact_panel_523 .support_panel_417 {
    grid-template-columns: 1fr 450px;
    display: grid;
    align-items: center;
    background: transparent;
    gap: 40px;
    position: relative;
}.contact_panel_523 .img_zoom_701 {
    height: 550px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.contact_panel_523 .img_zoom_701:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel_523 .support_help_038 {
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s ease;
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 50px;
}.contact_panel_523 .support_help_038:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel_523 form {
    width: 100%;
}.contact_panel_523 form h3 {
    color: #000000;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.contact_panel_523 form input[type="text"] {
    font-size: 12px;
    background: rgb(228,211,215);
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: none;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.contact_panel_523 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(195,151,162);
}.contact_panel_523 form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_panel_523 .help_support_180 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_panel_523 .help_support_180 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_panel_523 .help_support_180 label {
    position: relative;
    padding-left: 35px;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    cursor: pointer;
}.contact_panel_523 .help_support_180 label::before {
    background: rgb(228,211,215);
    left: 0;
    top: 2px;
    position: absolute;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    content: "";
    transition: all 0.3s ease;
}.contact_panel_523 .help_support_180 input[type="checkbox"]:checked + label::before {
    background: rgb(195,151,162);
}.contact_panel_523 .help_support_180 input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    content: "";
    height: 10px;
    width: 6px;
    position: absolute;
    top: 6px;
    border-right: 2px solid #ffffff;
    left: 8px;
    border-bottom: 2px solid #ffffff;
}.contact_panel_523 .help_support_180 label a {
    text-decoration: none;
    color: rgb(195,151,162);
    transition: all 0.3s ease;
}.contact_panel_523 .help_support_180 label a:hover {
    color: rgb(169,91,111);
}.contact_panel_523 form .feedback_message_584 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    border: none;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    padding: 16px 35px;
    background: rgb(195,151,162);
    transition: all 0.3s ease;
    color: #ffffff;
    cursor: pointer;
}.contact_panel_523 form .feedback_message_584::after {
    transition: width 0.3s ease;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    right: 0;
    background: rgb(169,91,111);
    width: 0;
    z-index: 0;
}.contact_panel_523 form .feedback_message_584:hover::after {
    right: auto;
    width: 100%;
    left: 0;
}.contact_panel_523 form .feedback_message_584 span {
    position: relative;
    z-index: 1;
}.contact_panel_523 svg {
    fill: rgb(195,151,162);
    height: 22px;
    width: 22px;
}.contact_panel_523 svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,151,162);
}

@media screen and (max-width: 1100px) {.contact_panel_523 .support_panel_417 {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact_panel_523 .img_zoom_701 {
    height: 500px;
}.contact_panel_523 .support_help_038 {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_panel_523 {
    padding: 80px 0;
}.contact_panel_523 .support_panel_417 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_panel_523 .img_zoom_701 {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact_panel_523 .support_help_038 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_panel_523 {
    padding: 60px 0;
}.contact_panel_523 h2 {
    margin-bottom: 40px;
}.contact_panel_523 .img_zoom_701 {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_panel_523 {
    padding: 50px 0;
}.contact_panel_523 h2 {
    font-size: calc(37px * 0.85);
}.contact_panel_523 .img_zoom_701 {
    height: 250px;
}.contact_panel_523 .support_help_038 {
    padding: 30px 25px;
}.contact_panel_523 form h3 {
    font-size: calc(24px * 0.9);
}.contact_panel_523 form .feedback_message_584 {
    width: 100%;
}}header {
    position: relative;
    padding: 1.2rem 0;
    z-index: 1000;
    background-color: rgb(228,211,215);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
}header::before {
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(195,151,162,0.5) 49.5%, rgb(195,151,162,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(169,91,111,0.5) 49.5%, rgb(169,91,111,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    opacity: 0.15;
    left: 0;
    content: '';
    width: 100%;
    animation: gridMove 40s linear infinite;
    height: 100%;
    top: 0;
    z-index: -1;
}header::after {
    bottom: 0;
    height: 4px;
    left: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(90deg, 
        rgb(195,151,162) 0%, 
        rgb(169,91,111) 50%, 
        rgb(195,151,162) 100%);
    width: 100%;
    position: absolute;
}header .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}header .page_header_709 {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .nav_pro_915 {
    padding: 5px;
    backdrop-filter: blur(10px);
    border-radius: 29px;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    gap: 0.5rem;
    position: relative;
}header .first_lesson_201 {
    font-weight: 400;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    color: #ffffff;
}header .first_lesson_201::before {
    left: -2px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    bottom: -2px;
    right: -2px;
    transform: scale(0.95);
    background: linear-gradient(45deg, rgb(195,151,162), rgb(169,91,111));
    content: '';
    transition: all 0.3s ease;
    border-radius: calc(10px + 2px);
    top: -2px;
}header .first_lesson_201::after {
    border-radius: 10px;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    bottom: 0;
    background: rgb(195,151,162);
}header .first_lesson_201:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}header .first_lesson_201:hover::before {
    opacity: 1;
    transform: scale(1);
}header .nav_teach_024 {
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
}header .nav_teach_024::before {
    position: absolute;
    transition: 0.5s;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    top: 0;
    left: -100%;
    width: 100%;
    content: '';
}header .nav_teach_024:hover::before {
    left: 100%;
}header .nav_teach_024 svg {
    position: relative;
    z-index: 2;
    height: auto;
    width: 160px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .nav_pro_915 {
    gap: 0.3rem;
}header .first_lesson_201 {
    font-size: calc(12px - 1px);
    padding: 0.6rem 0.8rem;
}header .nav_teach_024 svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .page_header_709 {
    flex-direction: column;
}header .nav_pro_915 {
    gap: 0.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    width: 100%;
    order: 2;
    justify-content: center;
    padding: 10px;
}header .first_lesson_201 {
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.7rem;
}header .nav_teach_024 {
    order: 1;
    margin-bottom: 0.5rem;
}header .nav_teach_024 svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .nav_pro_915 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav_pro_915::-webkit-scrollbar {
    height: 3px;
}header .nav_pro_915::-webkit-scrollbar-thumb {
    background: rgb(195,151,162);
    border-radius: 10px;
}header .first_lesson_201 {
    white-space: nowrap;
}header .nav_teach_024 svg {
    width: 110px;
}}.teaching_experience_673 {
    background: linear-gradient(135deg, rgb(228,211,215), rgba(245, 247, 250, 0.92));
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.teaching_experience_673::before {
    height: 40%;
    z-index: 0;
    content: "";
    transform: rotate(-15deg);
    opacity: 0.15;
    top: -5%;
    left: -5%;
    width: 40%;
    position: absolute;
    background: linear-gradient(225deg, rgb(195,151,162,0.5), transparent);
}.teaching_experience_673::after {
    bottom: -5%;
    right: -5%;
    transform: rotate(10deg);
    position: absolute;
    z-index: 0;
    content: "";
    height: 50%;
    width: 30%;
    background: linear-gradient(45deg, rgb(169,91,111,0.5), transparent);
    opacity: 0.1;
}.teaching_experience_673 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1140px;
    padding: 0 1.5rem;
}.teaching_experience_673 .reviews_block_740 {
    gap: 2.5rem;
    position: relative;
    padding: 3rem 2rem;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
}.teaching_experience_673 .reviews_block_740:hover {
    transform: translateY(-5px);
}.teaching_experience_673 .reviews_block_740 > div:first-child {
    position: relative;
    width: 100%;
}.teaching_experience_673 .reviews_block_740 .img_zoom_701 {
    height: 0;
    overflow: hidden;
    padding-bottom: 85%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
}.teaching_experience_673 .reviews_block_740:hover .img_zoom_701 {
    transform: scale(1.02);
}.teaching_experience_673 .reviews_block_740 .img_zoom_701::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
}.teaching_experience_673 .reviews_block_740 > div:nth-child(2) {
    position: relative;
    text-align: left;
}.teaching_experience_673 .reviews_block_740 .name {
    color: #000000;
    margin: 0 0 0.5rem;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: calc(18px * 1.1);
}.teaching_experience_673 .reviews_block_740 .name::after {
    transform: scaleX(1);
    left: 0;
    height: 2px;
    bottom: -0.35rem;
    transform-origin: left;
    transition: transform 0.4s ease-out;
    position: absolute;
    width: 2.5rem;
    background: rgb(195,151,162);
    content: "";
}.teaching_experience_673 .reviews_block_740:hover .name::after {
    transform: scaleX(1.5);
}.teaching_experience_673 .reviews_block_740 > div:nth-child(2) > div {
    font-size: calc(17px * 0.95);
    color: rgb(195,151,162);
    margin-top: 0.75rem;
    letter-spacing: 0.02em;
    font-weight: 600;
}.teaching_experience_673 .reviews_block_740 > div:nth-child(3) {
    position: relative;
}.teaching_experience_673 .reviews_block_740 .experiencep_wrap_756 {
    padding-left: 1.25rem;
    font-size: 17px;
    border-left: 3px solid rgb(169,91,111,0.5);
    position: relative;
    line-height: 1.7;
    margin: 0;
    color: #000000;
}.teaching_experience_673 .reviews_block_740 .experiencep_wrap_756::before {
    background: #ffffff;
    z-index: 1;
    top: -15px;
    content: "";
    box-shadow: 0 0 0 3px rgb(169,91,111,0.5);
    opacity: 0;
    transform: scale(0);
    border-radius: 50%;
    height: 25px;
    position: absolute;
    left: -8px;
    transition: all 0.4s ease-out 0.2s;
    width: 25px;
}.teaching_experience_673 .reviews_block_740:hover .experiencep_wrap_756::before {
    transform: scale(1);
    opacity: 1;
}

@media (min-width: 768px) {.teaching_experience_673 {
    padding: 8rem 0;
}.teaching_experience_673 .reviews_block_740 {
    padding: 3.5rem;
    grid-template-columns: 280px 1fr;
    gap: 2rem 3.5rem;
    grid-template-rows: auto 1fr;
}.teaching_experience_673 .reviews_block_740 > div:first-child {
    grid-row: span 2;
}.teaching_experience_673 .reviews_block_740 .img_zoom_701 {
    padding-bottom: 130%;
}.teaching_experience_673 .reviews_block_740 > div:nth-child(2) {
    align-self: end;
}.teaching_experience_673 .reviews_block_740 .name {
    font-size: calc(18px * 1.2);
}.teaching_experience_673 .reviews_block_740 > div:nth-child(3) {
    grid-column: 2;
}.teaching_experience_673 .reviews_block_740 .experiencep_wrap_756 {
    font-size: calc(17px * 1.05);
    padding-left: 1.5rem;
}
}

@media (min-width: 1024px) {.teaching_experience_673 {
    padding: 10rem 0;
}.teaching_experience_673 .reviews_block_740 {
    grid-template-columns: 320px 1fr;
    padding: 4rem;
    gap: 2.5rem 4rem;
}.teaching_experience_673 .reviews_block_740 .name {
    font-size: calc(18px * 1.3);
}.teaching_experience_673 .reviews_block_740 > div:nth-child(2) > div {
    font-size: 17px;
}.teaching_experience_673 .reviews_block_740 .experiencep_wrap_756 {
    line-height: 1.8;
    font-size: calc(17px * 1.1);
}.teaching_experience_673 .reviews_block_740::before {
    top: 3.5rem;
    z-index: 0;
    width: 80px;
    background: linear-gradient(135deg, rgb(195,151,162,0.5), transparent 70%);
    content: "";
    right: 3.5rem;
    border-radius: 0 10px 0 100px;
    transform: rotate(45deg);
    transition: all 0.5s ease-out;
    height: 80px;
    position: absolute;
    opacity: 0.1;
}.teaching_experience_673 .reviews_block_740:hover::before {
    transform: rotate(55deg) scale(1.2);
    opacity: 0.15;
}
}

@media (min-width: 1280px) {.teaching_experience_673 .reviews_block_740 {
    gap: 3rem 5rem;
    padding: 5rem;
    grid-template-columns: 380px 1fr;
}.teaching_experience_673 .reviews_block_740 .experiencep_wrap_756 {
    padding-left: 2rem;
    border-left: 4px solid rgb(169,91,111,0.5);
}}.pricing_zone_903 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_zone_903::before {
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
}.pricing_zone_903 .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.pricing_zone_903 .cost_options_128 {
    position: relative;
}.pricing_zone_903 h2 {
    margin-bottom: 25px;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    transform: translateY(20px);
    font-size: calc(28px * 1.1);
    position: relative;
    opacity: 0;
    letter-spacing: 0.5px;
}.pricing_zone_903 .indv_sub_582 {
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    transform: translateY(20px);
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 700px;
    opacity: 0;
    text-align: center;
    position: relative;
    font-size: 16px;
    margin: 0 auto 50px;
}.pricing_zone_903 .skill_offers_140 {
    gap: 25px;
    perspective: 1000px;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
}.pricing_zone_903 .skill_offers_140 li {
    transform-style: preserve-3d;
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
    animation-delay: calc(0.2s * var(--li-index, 1));
    transform: translateZ(0) rotateY(5deg);
    opacity: 0;
}.pricing_zone_903 .skill_offers_140 li:nth-child(1) {
    --li-index: 1;
}.pricing_zone_903 .skill_offers_140 li:nth-child(2) {
    --li-index: 2;
}.pricing_zone_903 .skill_offers_140 li:nth-child(3) {
    --li-index: 3;
}.pricing_zone_903 .skill_offers_140 li:nth-child(4) {
    --li-index: 4;
}.pricing_zone_903 .value_deals_120 {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
    text-decoration: none;
    display: block;
}.pricing_zone_903 .value_deals_120:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_zone_903 .package_deal_361 {
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    position: relative;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    padding: 30px;
}.pricing_zone_903 .value_deals_120:hover .package_deal_361 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
    background: linear-gradient(145deg, 
        rgba(rgb(195,151,162), 0.15) 0%, 
        rgba(rgb(195,151,162), 0.05) 100%);
}.pricing_zone_903 .package_deal_361::before {
    position: absolute;
    transition: opacity 0.6s ease;
    width: 200%;
    top: -50%;
    height: 200%;
    opacity: 0;
    pointer-events: none;
    content: "";
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    transform: rotate(30deg);
    left: -50%;
}.pricing_zone_903 .value_deals_120:hover .package_deal_361::before {
    opacity: 1;
}.pricing_zone_903 .study_price_960 {
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing_zone_903 .study_price_960 h4 {
    margin-top: 0;
    color: #ffffff;
    position: relative;
    font-size: calc(22px * 1.1);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    font-weight: 600;
}.pricing_zone_903 .value_deals_120:hover .study_price_960 h4 {
    transform: translateY(-2px);
    color: rgb(195,151,162);
}.pricing_zone_903 .study_price_960 h4::after {
    height: 2px;
    transform: scaleX(0.7);
    transform-origin: left;
    width: 50px;
    bottom: -10px;
    left: 0;
    content: "";
    transition: transform 0.4s ease;
    position: absolute;
    background: rgb(195,151,162);
}.pricing_zone_903 .value_deals_120:hover .study_price_960 h4::after {
    transform: scaleX(1);
}.pricing_zone_903 .study_price_960 p {
    white-space: normal;
    flex-grow: 1;
    line-height: 1.7;
    overflow-wrap: break-word;
    font-size: calc(16px * 0.9);
    word-break: break-word;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
}.pricing_zone_903 .fee_pricing_739 {
    margin-top: auto;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: calc(22px * 1.4);
    color: #ffffff;
    position: relative;
    padding: 10px 0;
    display: inline-block;
    font-weight: 700;
}.pricing_zone_903 .value_deals_120:hover .fee_pricing_739 {
    transform: scale(1.05);
    color: rgb(195,151,162);
}.pricing_zone_903 .fee_pricing_739::before {
    position: absolute;
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    height: 1px;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}

@media (max-width: 1024px) {.pricing_zone_903 {
    padding: 100px 0;
}.pricing_zone_903 .skill_offers_140 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing_zone_903 .package_deal_361 {
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing_zone_903 {
    padding: 80px 0;
}.pricing_zone_903 h2 {
    font-size: 28px;
    margin-bottom: 20px;
}.pricing_zone_903 .indv_sub_582 {
    margin-bottom: 40px;
    font-size: calc(16px * 0.95);
}.pricing_zone_903 .skill_offers_140 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_zone_903 .package_deal_361 {
    padding: 25px 20px;
}.pricing_zone_903 .study_price_960 h4 {
    font-size: 22px;
}.pricing_zone_903 .study_price_960 p {
    font-size: calc(16px * 0.85);
}.pricing_zone_903 .fee_pricing_739 {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 480px) {.pricing_zone_903 {
    padding: 60px 0;
}.pricing_zone_903 h2 {
    font-size: calc(28px * 0.9);
}.pricing_zone_903 .indv_sub_582 {
    font-size: calc(16px * 0.9);
}.pricing_zone_903 .package_deal_361 {
    padding: 20px 15px;
}.pricing_zone_903 .study_price_960 h4 {
    font-size: calc(22px * 0.95);
}.pricing_zone_903 .study_price_960 p {
    margin-bottom: 20px;
    line-height: 1.6;
}.pricing_zone_903 .fee_pricing_739 {
    font-size: calc(22px * 1.1);
}}.who_we_are_603 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(228,211,215);
}.who_we_are_603::before {
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
                rgb(195,151,162,0.5) 0%, 
                transparent 25%);
    top: 0;
    content: "";
    height: 100%;
    left: 0;
}.who_we_are_603::after {
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(225deg, 
                rgb(169,91,111,0.5) 0%, 
                transparent 25%);
    z-index: 1;
    top: 0;
    content: "";
}.who_we_are_603 .container {
    position: relative;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.who_we_are_603 h2 {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    text-align: center;
    position: relative;
}.who_we_are_603 h2::after {
    background: rgb(195,151,162);
    left: 50%;
    position: absolute;
    bottom: -20px;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    border-radius: 10px;
}.who_we_are_603 .learn_expert_764 {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-rows: auto auto;
}.who_we_are_603 .edu_philosophy_308 {
    background: #ffffff;
    display: flex;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.who_we_are_603 .edu_philosophy_308:first-child {
    grid-row: 1 / span 2;
    grid-column: 1;
    transform-origin: left center;
}.who_we_are_603 .edu_philosophy_308:nth-child(2) {
    grid-row: 1 / span 2;
    transform-origin: right center;
    grid-column: 2;
}.who_we_are_603 .edu_philosophy_308:hover {
    transform: scale(1.03);
    z-index: 10;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.who_we_are_603 .edu_philosophy_308 h3 {
    font-weight: 600;
    z-index: 2;
    color: #ffffff;
    position: relative;
    background: rgb(195,151,162);
    margin: 0;
    font-size: 18px;
    padding: 20px 30px;
}.who_we_are_603 .edu_philosophy_308:nth-child(2) h3 {
    background: rgb(169,91,111);
}.who_we_are_603 .edu_philosophy_308 p {
    flex-grow: 1;
    font-size: 16px;
    z-index: 1;
    line-height: 1.8;
    padding: 30px;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}.who_we_are_603 .edu_philosophy_308 p::first-letter {
    line-height: 1;
    float: left;
    font-size: calc(16px * 1.8);
    margin-right: 8px;
    color: rgb(195,151,162);
    font-weight: 700;
}.who_we_are_603 .edu_philosophy_308:nth-child(2) p::first-letter {
    color: rgb(169,91,111);
}.who_we_are_603 .edu_philosophy_308::before {
    z-index: 1;
    bottom: 0;
    width: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(195,151,162,0.5), 0.1) 50%);
    height: 100px;
    content: "";
    right: 0;
    position: absolute;
}.who_we_are_603 .edu_philosophy_308:nth-child(2)::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(169,91,111,0.5), 0.1) 50%);
}.who_we_are_603 .edu_philosophy_308::after {
    width: 100%;
    right: 0;
    content: "";
    height: 5px;
    z-index: 3;
    top: 0;
    background: linear-gradient(90deg, rgb(195,151,162), transparent);
    position: absolute;
}.who_we_are_603 .edu_philosophy_308:nth-child(2)::after {
    background: linear-gradient(90deg, rgb(169,91,111), transparent);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
}


@media screen and (max-width: 991px) {.who_we_are_603 {
    padding: 90px 0;
}.who_we_are_603 h2 {
    margin-bottom: 60px;
}.who_we_are_603 .learn_expert_764 {
    gap: 30px;
}
}

@media screen and (max-width: 768px) {.who_we_are_603 {
    padding: 70px 0;
}.who_we_are_603 h2 {
    margin-bottom: 50px;
}.who_we_are_603 .learn_expert_764 {
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.who_we_are_603 .edu_philosophy_308:first-child,
    .who_we_are_603 .edu_philosophy_308:nth-child(2) {
    grid-column: 1;
    grid-row: auto;
}
}

@media screen and (max-width: 576px) {.who_we_are_603 {
    padding: 60px 0;
}.who_we_are_603 .container {
    padding: 0 15px;
}.who_we_are_603 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.who_we_are_603 h2::after {
    width: 60px;
    bottom: -15px;
    height: 3px;
}.who_we_are_603 .edu_philosophy_308 h3 {
    padding: 15px 20px;
    font-size: calc(18px * 0.9);
}.who_we_are_603 .edu_philosophy_308 p {
    font-size: calc(16px * 0.95);
    padding: 20px;
    line-height: 1.7;
}}.help_center_543 {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background-color: rgb(228,211,215);
}.help_center_543::before {
    z-index: 1;
    content: '';
    position: absolute;
    background: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(rgb(195,151,162), 0.02) 5px,
      rgba(rgb(195,151,162), 0.02) 10px
    );
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}.help_center_543::after {
    position: absolute;
    z-index: 1;
    content: '';
    background: linear-gradient(
    to bottom,
    transparent,
    rgba(rgb(195,151,162), 0.05)
  );
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}.help_center_543 .container {
    max-width: 1140px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.help_center_543 .write_page_976 {
    position: relative;
    background-color: #ffffff;
    display: flex;
    overflow: hidden;
    padding: 60px;
    border-radius: 26px;
    flex-direction: column;
    box-shadow: 
    0 15px 35px rgba(#000000, 0.1),
    0 1px 5px rgba(#000000, 0.05);
}.help_center_543 .write_page_976::before {
    background-color: rgba(rgb(169,91,111), 0.1);
    border-radius: 75px;
    position: absolute;
    width: 150px;
    height: 150px;
    top: -50px;
    content: '';
    right: -50px;
}.help_center_543 .write_page_976::after {
    background-color: rgba(rgb(195,151,162), 0.08);
    bottom: -50px;
    height: 200px;
    left: -50px;
    width: 200px;
    content: '';
    position: absolute;
    border-radius: 100px;
}.help_center_543 h3 {
    font-weight: 700;
    margin-bottom: 25px;
    z-index: 2;
    color: rgb(195,151,162);
    font-size: 36px;
    position: relative;
}.help_center_543 .message_section_876 {
    font-size: 14px;
    margin-bottom: 40px;
    max-width: 90%;
    line-height: 1.6;
    position: relative;
    color: #000000;
    z-index: 2;
}.help_center_543 .get_contactinfo_291 {
    position: relative;
    display: flex;
    z-index: 2;
    flex-wrap: wrap;
    gap: 30px;
}.help_center_543 .get_contactinfo_291 span {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    min-width: 250px;
    padding-left: 40px;
    border-bottom: 3px solid transparent;
    flex: 1 0 calc(50% - 30px);
    box-shadow: 
    0 5px 15px rgba(#000000, 0.03),
    0 1px 5px rgba(#000000, 0.02);
    padding: 20px;
    position: relative;
    background-color: rgba(#ffffff, 0.8);
}.help_center_543 .get_contactinfo_291 span:hover {
    box-shadow: 
    0 10px 25px rgba(#000000, 0.07),
    0 2px 10px rgba(#000000, 0.04);
    transform: translateY(-5px);
}.help_center_543 .get_contactinfo_291 span p {
    color: #000000;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 600;
}.help_center_543 .get_contactinfo_291 span span {
    background: transparent;
    border: none;
    min-width: auto;
    display: block;
    padding: 0;
    box-shadow: none;
    margin: 10px 0 0;
    color: #000000;
}.help_center_543 .get_contactinfo_291 span span:hover {
    box-shadow: none;
    border-bottom: none;
    transform: none;
}.help_center_543 .get_contactinfo_291 span a {
    text-decoration: none;
    padding-bottom: 2px;
    color: rgb(195,151,162);
    position: relative;
    transition: color 0.3s ease;
    font-weight: 400;
}.help_center_543 .get_contactinfo_291 span a:hover {
    color: rgb(169,91,111);
}.help_center_543 .get_contactinfo_291 span a::after {
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: rgb(169,91,111);
    transition: width 0.3s ease;
}.help_center_543 .get_contactinfo_291 span a:hover::after {
    width: 100%;
}.help_center_543 .connect_today_738 {
    margin-top: 10px;
    flex-basis: 100%;
    overflow: hidden;
    padding: 30px;
    background-color: rgba(rgb(195,151,162), 0.04);
    border-radius: 10px;
    position: relative;
}.help_center_543 .connect_today_738::before {
    background: linear-gradient(
    to right,
    rgb(195,151,162),
    rgb(169,91,111)
  );
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
}.help_center_543 .connect_today_738 h4 {
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
    color: rgb(195,151,162);
}.help_center_543 .connect_today_738 h4::before {
    width: 24px;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 24px;
    top: 50%;
    content: '';
    position: absolute;
    background-color: rgba(rgb(195,151,162), 0.1);
}.help_center_543 .connect_today_738 h4 svg {
    height: 16px;
    fill: rgb(195,151,162);
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    position: absolute;
    width: 16px;
}.help_center_543 .connect_today_738 h4 svg path {
    fill: rgb(195,151,162);
}.help_center_543 .connect_today_738 span {
    display: block;
    font-size: 14px;
    border-bottom: 1px solid rgba(#000000, 0.06);
    padding: 10px 0;
    min-width: auto;
    box-shadow: none;
    background: transparent;
    color: #000000;
}.help_center_543 .connect_today_738 span:last-child {
    border-bottom: none;
}.help_center_543 .connect_today_738 span:hover {
    border-bottom: 1px solid rgba(#000000, 0.06);
    box-shadow: none;
    transform: none;
}.help_center_543 .connect_today_738 span:last-child:hover {
    border-bottom: none;
}

@media (max-width: 992px) {.help_center_543 {
    padding: 70px 0;
}.help_center_543 .write_page_976 {
    padding: 45px;
}.help_center_543 .message_section_876 {
    max-width: 100%;
}.help_center_543 .get_contactinfo_291 span {
    flex: 1 0 calc(50% - 20px);
    min-width: 220px;
}.help_center_543 .connect_today_738 {
    padding: 25px;
}
}

@media (max-width: 768px) {.help_center_543 {
    padding: 60px 0;
}.help_center_543 .write_page_976 {
    padding: 35px;
}.help_center_543 h3 {
    font-size: calc(36px - 2px);
}.help_center_543 .get_contactinfo_291 {
    gap: 20px;
}.help_center_543 .get_contactinfo_291 span {
    flex: 1 0 100%;
}
}

@media (max-width: 576px) {.help_center_543 {
    padding: 50px 0;
}.help_center_543 .write_page_976 {
    padding: 25px;
}.help_center_543 h3 {
    margin-bottom: 20px;
    font-size: calc(36px - 4px);
}.help_center_543 .message_section_876 {
    margin-bottom: 30px;
}.help_center_543 .get_contactinfo_291 {
    gap: 15px;
}.help_center_543 .get_contactinfo_291 span {
    padding-left: 30px;
    padding: 15px;
}.help_center_543 .connect_today_738 {
    padding: 20px;
}.help_center_543 .connect_today_738 h4 {
    margin-bottom: 15px;
}.help_center_543 .connect_today_738 span {
    padding: 8px 0;
}}

.help_center_543 .get_contactinfo_291 span::before {
    transition: width 0.5s ease;
    content: "";
    left: 0;
    width: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    background: linear-gradient(
    to right,
    rgba(rgb(195,151,162), 0.05),
    transparent
  );
    top: 0;
}.help_center_543 .get_contactinfo_291 span:hover::before {
    width: 100%;
}.help_center_543 .get_contactinfo_291 span p {
    align-items: center;
    display: flex;
    position: relative;
}.help_center_543 .get_contactinfo_291 span p::before {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    content: "";
    width: 22px;
    background-color: rgba(rgb(195,151,162), 0.1);
    border-radius: 50%;
    height: 22px;
    left: 0;
}.help_center_543 .get_contactinfo_291 span svg {
    top: 50%;
    transform: translateY(-50%);
    fill: rgb(195,151,162);
    left: 3px;
    height: 24px;
    transition: transform 0.3s ease;
    position: absolute;
    width: 24px;
}.help_center_543 .get_contactinfo_291 span:hover svg {
    transform: translateY(-50%) scale(1.1);
}.help_center_543 .get_contactinfo_291 span svg path {
    fill: rgb(195,151,162);
    transition: fill 0.3s ease;
}.help_center_543 .get_contactinfo_291 span:hover svg path {
    fill: rgb(169,91,111);
}.help_center_543 .get_contactinfo_291 span[href^="mailto:"] svg path,
.help_center_543 .get_contactinfo_291 span a[href^="mailto:"] + svg path {
    fill: rgb(195,151,162);
}.help_center_543 .get_contactinfo_291 span[href^="tel:"] svg path,
.help_center_543 .get_contactinfo_291 span a[href^="tel:"] + svg path {
    fill: rgb(195,151,162);
}.help_center_543 .get_contactinfo_291 span[href^="https://wa.me"] svg path,
.help_center_543 .get_contactinfo_291 span a[href^="https://wa.me"] + svg path {
    fill: rgb(195,151,162);
}.help_center_543 .write_page_976 h3::after {
    height: 3px;
    margin-top: 15px;
    display: block;
    width: 70px;
    content: "";
    border-radius: 10px;
    background: linear-gradient(
    to right,
    rgb(195,151,162),
    rgb(169,91,111)
  );
}.help_center_543 .write_page_976 {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
}.help_center_543 .write_page_976:hover {
    transform: perspective(1000px) rotateX(2deg);
}.help_center_543 .connect_today_738 span {
    position: relative;
    transition: padding 0.3s ease;
}.help_center_543 .connect_today_738 span:hover {
    padding-left: 10px;
}.help_center_543 .connect_today_738 span::before {
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    content: "";
    background-color: rgba(rgb(195,151,162), 0.08);
    position: absolute;
    border-radius: 50%;
    height: 16px;
    width: 16px;
}.help_center_543 .connect_today_738 span svg {
    left: 4px;
    top: 50%;
    height: 8px;
    fill: rgb(195,151,162);
    position: absolute;
    transform: translateY(-50%);
    width: 8px;
}.help_center_543 .connect_today_738 span svg path {
    fill: rgb(195,151,162);
}.data_overview_736 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,211,215) 0%, rgba(0, 0, 0, 0.5) 100%);
}.data_overview_736::before {
    width: 110%;
    height: 110%;
    left: -5%;
    position: absolute;
    content: "";
    transform: skewY(-5deg);
    z-index: 0;
    background: linear-gradient(45deg, rgb(195,151,162,0.5) 0%, transparent 70%);
    top: -5%;
}.data_overview_736::after {
    bottom: -5%;
    z-index: 0;
    position: absolute;
    width: 110%;
    transform: skewY(5deg);
    right: -5%;
    height: 110%;
    background: linear-gradient(-45deg, rgb(169,91,111,0.5) 0%, transparent 70%);
    content: "";
}.data_overview_736 .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.data_overview_736 ul {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    padding: 0;
    display: grid;
    margin: 0;
    gap: 2.5rem;
}.data_overview_736 .extra_pro_403 {
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.15s);
    transform: translateY(30px);
    position: relative;
    animation: stat-appear 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.data_overview_736 .extra_pro_403:nth-child(1) {
    --i: 1;
}.data_overview_736 .extra_pro_403:nth-child(2) {
    --i: 2;
}.data_overview_736 .extra_pro_403:nth-child(3) {
    --i: 3;
}.data_overview_736 .extra_pro_403:nth-child(4) {
    --i: 4;
}.data_overview_736 .extra_pro_403:nth-child(5) {
    --i: 5;
}.data_overview_736 .extra_pro_403:nth-child(6) {
    --i: 6;
}.data_overview_736 .extra_pro_403:nth-child(7) {
    --i: 7;
}.data_overview_736 .extra_pro_403 div {
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    border-left: 3px solid rgb(195,151,162);
}.data_overview_736 .extra_pro_403:hover div {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
    border-left: 3px solid rgb(169,91,111);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.data_overview_736 .extra_pro_403 div::before {
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(195,151,162,0.5) 0%, transparent 100%);
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    left: 0;
    position: absolute;
}.data_overview_736 .extra_pro_403:hover div::before {
    opacity: 0.1;
}.data_overview_736 .extra_pro_403 p {
    animation: counter-appear 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: 3.5rem;
    opacity: 0;
    color: transparent;
    transform: translateX(-5px);
    font-weight: 700;
    animation-delay: calc(var(--i, 0) * 0.2s + 0.3s);
    margin: 0 0 0.5rem;
    -webkit-background-clip: text;
    background: linear-gradient(90deg, rgb(195,151,162) 0%, rgb(169,91,111) 100%);
    background-clip: text;
}.data_overview_736 .extra_pro_403 span {
    font-weight: 400;
    font-size: 18px;
    opacity: 0;
    display: block;
    color: #000000;
    transform: translateX(-5px);
    animation-delay: calc(var(--i, 0) * 0.2s + 0.5s);
    opacity: 0.85;
    letter-spacing: 0.5px;
    animation: text-appear 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.data_overview_736 h4 {
    animation-delay: 1.2s;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-top: 3rem;
    opacity: 0;
    animation: title-appear 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    font-size: 24px;
    transform: translateY(20px);
}.data_overview_736 h4::before, .data_overview_736 h4::after {
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
    content: "";
    height: 2px;
    background: linear-gradient(90deg, rgb(195,151,162) 0%, rgb(169,91,111) 100%);
    position: absolute;
}.data_overview_736 h4::before {
    left: 25%;
}.data_overview_736 h4::after {
    right: 25%;
}

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

@keyframes counter-appear {
    0% {
        transform: translateX(-5px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes text-appear {
    0% {
        transform: translateX(-5px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 0.85;
    }
}

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

@media (max-width: 1200px) {.data_overview_736 ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.data_overview_736 .extra_pro_403 p {
    font-size: 3rem;
}.data_overview_736 h4::before {
    left: 15%;
}.data_overview_736 h4::after {
    right: 15%;
}
}

@media (max-width: 992px) {.data_overview_736 {
    padding: 5rem 0;
}.data_overview_736 .extra_pro_403 p {
    font-size: 2.8rem;
}.data_overview_736 h4 {
    margin-top: 2.5rem;
}.data_overview_736 h4::before, .data_overview_736 h4::after {
    width: 40px;
}
}

@media (max-width: 768px) {.data_overview_736 {
    padding: 4rem 0;
}.data_overview_736 ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}.data_overview_736 .extra_pro_403 div {
    padding: 1.5rem 1.2rem;
}.data_overview_736 .extra_pro_403 p {
    font-size: 2.5rem;
}.data_overview_736 h4::before, .data_overview_736 h4::after {
    display: none;
}
}

@media (max-width: 576px) {.data_overview_736 {
    padding: 3rem 0;
}.data_overview_736 ul {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}.data_overview_736 .extra_pro_403 div {
    transform: perspective(1000px) rotateX(3deg) rotateY(-1deg);
    padding: 1.2rem 1rem;
}.data_overview_736 .extra_pro_403 p {
    font-size: 2.2rem;
}.data_overview_736 .extra_pro_403 span {
    font-size: calc(18px - 1px);
}.data_overview_736 h4 {
    font-size: calc(24px - 2px);
    margin-top: 2rem;
}
}

@media (max-width: 480px) {.data_overview_736 ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data_overview_736 .extra_pro_403 {
    animation-delay: calc(var(--i, 0) * 0.1s);
}.data_overview_736 .extra_pro_403 div {
    transform: none;
    border-left: 2px solid rgb(195,151,162);
}.data_overview_736 .extra_pro_403:hover div {
    transform: translateY(-5px);
}
}