* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-snap-type: none;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 10px;
    padding: 2px;
}::-webkit-scrollbar-track {
    border: 1px dotted rgb(181,138,130);
    background: radial-gradient(ellipse at bottom right, #ffffff 67%, rgb(181,138,130) 30%, rgb(200,180,177) 67%, rgb(200,180,177,0.5) 97%, rgb(227,222,221) 58%);
    border-radius: 0.9rem;
}::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    border: 3px ridge rgb(255, 255, 255, 0.5);
    border-radius: 9999px;
    background: rgb(255, 255, 255, 0.5);
    transition: border-radius 3.6s ease;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(200,180,177,0.5);
}* {
    scrollbar-color: rgb(227,222,221) rgb(227,222,221);
    scrollbar-width: none;
}.viewport-container2069 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1118px;
    max-width: 100%;
}.nav_train8410 {
    flex: 1 0 auto;
}.footer_workshops1782 {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tySpace8125 {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,222,221) 0%, rgba(rgb(200,180,177,0.5), 0.05) 100%);
}.tySpace8125::before {
    background: linear-gradient(225deg, rgb(200,180,177) 0%, transparent 70%);
    z-index: 1;
    content: "";
    height: 40%;
    opacity: 0.07;
    transform: rotate(-15deg) translateZ(0);
    top: -5%;
    left: -5%;
    width: 40%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
}.tySpace8125::after {
    width: 50%;
    height: 50%;
    content: "";
    bottom: -5%;
    right: -5%;
    position: absolute;
    transform: rotate(15deg) translateZ(0);
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    z-index: 1;
    background: linear-gradient(45deg, transparent 40%, rgb(181,138,130) 100%);
    opacity: 0.07;
}.tySpace8125 .container {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    z-index: 2;
}.tySpace8125 .study_guides2795 {
    flex-direction: column;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(200,180,177,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(181,138,130,0.5), 0.12);
    display: flex;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center top;
}.tySpace8125 .study_guides2795:hover {
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(200,180,177,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(181,138,130,0.5), 0.18);
    transform: perspective(1000px) rotateX(0deg);
}.tySpace8125 .study_guides2795 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.tySpace8125 .study_guides2795 > div:first-child::after {
    left: 0;
    position: absolute;
    width: 20%;
    content: "";
    transform: scaleX(1) translateZ(0);
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left center;
    bottom: 0;
    background: linear-gradient(90deg, rgb(200,180,177), rgb(181,138,130));
}.tySpace8125 .study_guides2795:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}.tySpace8125 h5 {
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    transform: translateZ(0);
    color: #000000;
    font-size: 23px;
    transition: transform 0.4s ease-out;
}.tySpace8125 .study_guides2795:hover h5 {
    transform: translateY(-3px) translateZ(0);
}.tySpace8125 a {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.tySpace8125 a:hover {
    transform: translateY(-5px);
}.tySpace8125 a::before {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    position: absolute;
    content: "";
    transform: rotate(45deg) scale(0);
    height: 50px;
    right: -10px;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 45%, rgb(200,180,177) 55%);
    top: -10px;
    z-index: 1;
    width: 50px;
}.tySpace8125 a:hover::before {
    transform: rotate(45deg) scale(1);
}.tySpace8125 p {
    background: linear-gradient(to right, rgba(rgb(181,138,130,0.5), 0.03), rgba(rgb(200,180,177,0.5), 0.03));
    position: relative;
    padding: 1.5rem;
    border-left: 2px solid rgba(rgb(200,180,177,0.5), 0.2);
    margin: 0;
    font-size: 13px;
    color: #000000;
    transition: all 0.4s ease;
    line-height: 1.7;
    font-weight: 400;
}.tySpace8125 a:hover p {
    border-left: 2px solid rgb(200,180,177);
    background: linear-gradient(to right, rgba(rgb(181,138,130,0.5), 0.07), rgba(rgb(200,180,177,0.5), 0.07));
}

@media (min-width: 768px) {.tySpace8125 .study_guides2795 {
    padding: 4rem 5rem;
}.tySpace8125 h5 {
    font-size: calc(23px * 1.2);
}.tySpace8125 p {
    padding: 2rem;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.tySpace8125 {
    padding: 8rem 0;
}.tySpace8125 .study_guides2795 {
    margin: 0 auto;
    max-width: 90%;
    padding: 5rem 6rem;
}.tySpace8125 .study_guides2795 > div:first-child {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}.tySpace8125 .study_guides2795 > div:first-child::after {
    width: 15%;
}
}

@media (max-width: 767px) {.tySpace8125 {
    padding: 3rem 0;
}.tySpace8125 .study_guides2795 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.tySpace8125 h5 {
    font-size: calc(23px * 0.9);
}.tySpace8125 p {
    padding: 1rem;
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.tySpace8125 .study_guides2795 > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}
}

@media (max-width: 480px) {.tySpace8125 {
    padding: 2rem 0;
}.tySpace8125 .study_guides2795 {
    transform: none;
    padding: 1.5rem;
}.tySpace8125 h5 {
    font-size: calc(23px * 0.85);
}.tySpace8125 p {
    padding: 0.75rem;
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.data_analysis5627 {
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    isolation: isolate;
}.data_analysis5627::before {
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    backdrop-filter: blur(8px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    content: '';
}.data_analysis5627::after {
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(200,180,177,0.5) 0%, transparent 50%);
    content: '';
    height: 100%;
}.data_analysis5627 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1400px;
}.data_analysis5627 .extra_pro2618 {
    align-items: center;
    grid-template-columns: 1fr 2fr;
    display: grid;
    position: relative;
    gap: 50px;
    z-index: 1;
}.data_analysis5627 .pro_gains4219 {
    margin-bottom: 25px;
    display: inline-block;
}.data_analysis5627 .pro_gains4219 svg {
    height: 70px;
    filter: drop-shadow(0 0 10px rgb(200,180,177,0.5));
    width: 70px;
    fill: rgb(200,180,177);
}.data_analysis5627 .pro_gains4219 svg path {
    stroke: #ffffff;
    fill: rgb(200,180,177);
    stroke-width: 0.5;
}.data_analysis5627 .statistics_plus9856 {
    margin-bottom: 25px;
    text-align: left;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 31px;
}.data_analysis5627 .statistics_plus9856::after {
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    width: 80px;
    bottom: 0;
    background: linear-gradient(to right, rgb(200,180,177), transparent);
}.data_analysis5627 .statistics_expertise1934 {
    line-height: 1.7;
    opacity: 0.9;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
}.data_analysis5627 .value_elevation9375 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    display: grid;
    gap: 25px;
    position: relative;
    padding-left: 30px;
}.data_analysis5627 .value_elevation9375::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, #ffffff, transparent);
}.data_analysis5627 .fast_statistics2036 {
    display: flex;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.data_analysis5627 .fast_statistics2036:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.data_analysis5627 .statistics_advance2539 {
    margin-right: 20px;
    flex-shrink: 0;
}.data_analysis5627 .statistics_advance2539 svg {
    height: 40px;
    filter: drop-shadow(0 0 5px rgb(200,180,177,0.5));
    fill: rgb(200,180,177);
    width: 40px;
}.data_analysis5627 .statistics_advance2539 svg path {
    fill: rgb(200,180,177);
    stroke-width: 0.5;
    stroke: #ffffff;
}.data_analysis5627 .stat_item_content {
    display: flex;
    flex-direction: column;
}.data_analysis5627 .fast_statistics2036 span {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    display: block;
    color: #ffffff;
}.data_analysis5627 .fast_statistics2036 p {
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    font-size: calc(14px * 0.9);
    opacity: 0.9;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 10px);
    }
    100% {
        transform: translate(-10px, 20px);
    }
}

.data_analysis5627 .value_elevation9375:has(.fast_statistics2036:only-child) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}.data_analysis5627 .value_elevation9375:has(.fast_statistics2036:nth-child(2):last-child) {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
}.data_analysis5627 .value_elevation9375:has(.fast_statistics2036:nth-child(3):last-child) {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}.data_analysis5627 .value_elevation9375:has(.fast_statistics2036:nth-child(n+5):last-child) {
    grid-auto-rows: 1fr;
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1100px) {.data_analysis5627 .extra_pro2618 {
    grid-template-columns: 1fr 1fr;
}.data_analysis5627 .value_elevation9375 {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 992px) {.data_analysis5627 {
    padding: 80px 0;
}.data_analysis5627 .extra_pro2618 {
    grid-template-columns: 1fr;
    gap: 50px;
}.data_analysis5627 .statistics_plus9856 {
    text-align: center;
}.data_analysis5627 .statistics_plus9856::after {
    left: 50%;
    background: linear-gradient(to right, transparent, rgb(200,180,177), transparent);
    transform: translateX(-50%);
}.data_analysis5627 .statistics_expertise1934 {
    margin-bottom: 0;
    text-align: center;
}.data_analysis5627 .pro_gains4219 {
    justify-content: center;
    display: flex;
}.data_analysis5627 .value_elevation9375 {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
}.data_analysis5627 .value_elevation9375::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.data_analysis5627 {
    padding: 60px 0;
}.data_analysis5627 .statistics_plus9856 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.9);
}.data_analysis5627 .statistics_expertise1934 {
    font-size: calc(14px * 0.95);
}.data_analysis5627 .value_elevation9375 {
    gap: 20px;
}.data_analysis5627 .fast_statistics2036 {
    padding: 20px;
}.data_analysis5627 .fast_statistics2036 span {
    font-size: calc(22px * 0.9);
}.data_analysis5627 .fast_statistics2036 p {
    font-size: calc(14px * 0.85);
}
}

@media screen and (max-width: 576px) {.data_analysis5627 {
    padding: 50px 0;
}.data_analysis5627 .extra_pro2618 {
    gap: 40px;
}.data_analysis5627 .value_elevation9375 {
    gap: 15px;
    grid-template-columns: 1fr;
}.data_analysis5627 .pro_gains4219 svg {
    height: 60px;
    width: 60px;
}.data_analysis5627 .statistics_plus9856 {
    margin-bottom: 15px;
    padding-bottom: 10px;
}.data_analysis5627 .statistics_plus9856::after {
    width: 60px;
}.data_analysis5627 .statistics_advance2539 svg {
    width: 35px;
    height: 35px;
}}

.data_analysis5627 .fast_statistics2036::before {
    top: 0;
    background: linear-gradient(135deg, transparent, rgb(200,180,177,0.5));
    width: 40px;
    right: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    border-top-right-radius: 10px;
    content: '';
    height: 40px;
}.data_analysis5627 .fast_statistics2036:hover::before {
    opacity: 1;
}.data_analysis5627 .fast_statistics2036::after {
    background: linear-gradient(315deg, rgb(181,138,130,0.5), transparent);
    transition: opacity 0.3s ease;
    content: '';
    position: absolute;
    width: 30px;
    border-bottom-left-radius: 10px;
    left: 0;
    opacity: 0;
    height: 30px;
    bottom: 0;
}.data_analysis5627 .fast_statistics2036:hover::after {
    opacity: 1;
}.footer_workshops1782 {
    background-color: rgb(227,222,221);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 0 2rem;
}.footer_workshops1782::before {
    right: 0;
    position: absolute;
    content: '';
    height: 250px;
    z-index: 0;
    opacity: 0.05;
    left: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(200,180,177,0.5) 100%);
    bottom: 0;
}.footer_workshops1782 .container {
    position: relative;
    z-index: 1;
}.footer_workshops1782 .youtube_chan4670 {
    gap: 4rem;
    display: flex;
    flex-direction: column;
}.footer_workshops1782 .message_info5740 {
    display: grid;
    padding-bottom: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative;
    border-bottom: 1px solid rgb(181,138,130,0.5);
    gap: 1.5rem;
}.footer_workshops1782 .message_info5740::after {
    position: absolute;
    left: 0;
    content: '';
    height: 3px;
    width: 60px;
    background-color: rgb(200,180,177);
    bottom: -1px;
}.footer_workshops1782 .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.footer_workshops1782 .info_item:hover {
    transform: translateX(5px);
}.footer_workshops1782 .info_item p,
.footer_workshops1782 .info_item a {
    font-weight: 400;
    transition: color 0.3s ease;
    align-items: center;
    color: #000000;
    gap: 0.75rem;
    display: flex;
    font-size: 17px;
    text-decoration: none;
}.footer_workshops1782 .info_item a:hover {
    color: rgb(200,180,177);
}.footer_workshops1782 .info_item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: rgb(200,180,177);
}.footer_workshops1782 .text_main_holder {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
}.footer_workshops1782 .nav_wrap7261 {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.footer_workshops1782 .nav_wrap7261 svg {
    height: auto;
    transition: opacity 0.3s ease;
    max-width: 160px;
}.footer_workshops1782 .nav_wrap7261 svg:hover {
    opacity: 0.8;
}.footer_workshops1782 .rating_stars4156 {
    line-height: 1.6;
    opacity: 0.8;
    font-size: 15px;
    color: #000000;
    max-width: 300px;
}.footer_workshops1782 .main_master9417 {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.footer_workshops1782 .main_master9417 h5 {
    font-size: 22px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    position: relative;
    color: #000000;
}.footer_workshops1782 .main_primary4953 {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.footer_workshops1782 .main_primary4953 a {
    position: relative;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    padding-left: 0;
}.footer_workshops1782 .main_primary4953 a::before {
    content: '';
    background-color: rgb(200,180,177);
    left: -10px;
    transform: translateY(-50%);
    position: absolute;
    width: 0;
    height: 1px;
    top: 50%;
    transition: width 0.3s ease, left 0.3s ease;
}.footer_workshops1782 .main_primary4953 a:hover {
    padding-left: 12px;
    color: rgb(200,180,177);
}.footer_workshops1782 .main_primary4953 a:hover::before {
    width: 10px;
    left: 0;
}.footer_workshops1782 .subscribe_holder {
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 23px;
    flex-direction: column;
    display: flex;
    background-color: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}.footer_workshops1782 .subscribe_holder h5 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}.footer_workshops1782 .subscribe_holder p {
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}.footer_workshops1782 .input_holder {
    gap: 0.5rem;
    display: flex;
    position: relative;
}.footer_workshops1782 .input_holder input[type="email"] {
    font-size: 17px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    border: 1px solid rgb(181,138,130,0.5);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    flex: 1;
    background-color: transparent;
}.footer_workshops1782 .input_holder input[type="email"]:focus {
    border-color: rgb(200,180,177);
    box-shadow: 0 0 0 3px rgb(200,180,177,0.5);
    outline: none;
}.footer_workshops1782 .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.footer_workshops1782 .email_cta2673 {
    cursor: pointer;
    border-radius: 10px;
    background-color: rgb(200,180,177);
    padding: 1rem 1.5rem;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    border: none;
    font-size: 17px;
}.footer_workshops1782 .email_cta2673:hover {
    transform: translateY(-2px);
    background-color: rgb(181,138,130);
}.footer_workshops1782 .subscr_info1482 {
    border-top: 1px solid rgb(181,138,130,0.5);
    text-align: center;
    padding-top: 1.5rem;
    margin-top: 3rem;
}.footer_workshops1782 .discuss_cta6239 {
    opacity: 0.8;
    font-size: 15px;
    color: #000000;
}.footer_workshops1782 .main_primary4953:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.footer_workshops1782 .main_primary4953:first-child::after {
    left: 0;
    position: absolute;
    background-color: rgb(181,138,130,0.5);
    content: '';
    height: 1px;
    bottom: -0.75rem;
    width: 30px;
}.footer_workshops1782 {
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    background-image: 
        linear-gradient(rgb(181,138,130,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(181,138,130,0.5) 1px, transparent 1px);
    background-blend-mode: overlay;
    background-size: 40px 40px;
}

@media (max-width: 1024px) {.footer_workshops1782 {
    padding: 4rem 0 2rem;
}.footer_workshops1782 .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.footer_workshops1782 .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.footer_workshops1782 {
    padding: 3.5rem 0 1.5rem;
}.footer_workshops1782 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.footer_workshops1782 .subscribe_holder {
    grid-column: auto;
}.footer_workshops1782 .message_info5740 {
    grid-template-columns: 1fr 1fr;
}.footer_workshops1782 .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.footer_workshops1782 {
    padding: 3rem 0 1.5rem;
}.footer_workshops1782 .message_info5740 {
    grid-template-columns: 1fr;
}.footer_workshops1782 .input_holder {
    flex-direction: column;
}.footer_workshops1782 .email_cta2673 {
    width: 100%;
}.footer_workshops1782 .nav_wrap7261,
    .footer_workshops1782 .main_master9417 h5,
    .footer_workshops1782 .main_primary4953,
    .footer_workshops1782 .main_primary4953 a {
    align-items: center;
    text-align: center;
}.footer_workshops1782 .nav_wrap7261 svg {
    margin: 0 auto;
}.footer_workshops1782 .rating_stars4156 {
    max-width: 100%;
    text-align: center;
}.footer_workshops1782 .main_primary4953:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.footer_workshops1782 .message_info5740::after {
    transform: translateX(-50%);
    left: 50%;
}.footer_workshops1782 .main_primary4953 a::before {
    display: none;
}.footer_workshops1782 .main_primary4953 a:hover {
    padding-left: 0;
}}.title_portal0413 {
    position: relative;
    align-items: center;
    display: flex;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(227,222,221) 40%, rgb(200,180,177,0.5) 100%);
    overflow: hidden;
    min-height: 100vh;
}.title_portal0413::before {
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgba(94, 170, 168, 0.2) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    content: '';
}.title_portal0413::after {
    width: 40%;
    z-index: 1;
    right: -5%;
    background: radial-gradient(circle, rgb(200,180,177,0.5) 0%, transparent 70%);
    content: '';
    position: absolute;
    bottom: -10%;
    height: 40%;
    filter: blur(40px);
}.title_portal0413 .study_guides2795 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    gap: 3rem;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
}.title_portal0413 .info_panel2316 {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    padding: 2rem;
}.title_portal0413 .info_panel2316:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_portal0413 h1 {
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 39px;
    overflow: hidden;
}.title_portal0413 h1::after {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(200,180,177) 0%, rgb(181,138,130) 100%);
    height: 3px;
    content: '';
    animation: widthGrow 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left;
    left: 0;
}@keyframes widthGrow {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.title_portal0413 .learn_skillspro3592 {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}.title_portal0413 .learn_skillspro3592 svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 100px;
    margin-bottom: 1.5rem;
    width: 100px;
    animation: floatAnimation 6s ease-in-out infinite;
}@keyframes floatAnimation {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.title_portal0413 .learn_skillspro3592 svg path {
    transition: fill 0.3s ease;
}.title_portal0413 .learn_skillspro3592 svg:hover path {
    fill: rgb(181,138,130);
}.title_portal0413 .learn_skillspro3592 svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
}.title_portal0413 .learn_skillspro3592 svg:hover text {
    fill: rgb(200,180,177);
}.title_portal0413 .learn_skillspro3592 p {
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    color: #000000;
    max-width: 90%;
    position: relative;
}.title_portal0413 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}.title_portal0413 ul li {
    margin: 0 0.5rem;
}.title_portal0413 .connect_panel3201 {
    overflow: hidden;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(200,180,177) 0%, rgb(181,138,130) 100%);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    box-shadow: 0 6px 12px rgba(94, 170, 168, 0.2);
    font-size: 15px;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    transform: translateZ(0);
    color: #ffffff;
    padding: 1rem 2rem;
    border: none;
    text-decoration: none;
}.title_portal0413 .connect_panel3201:hover {
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    transform: translateY(-5px) translateZ(0);
}.title_portal0413 .connect_panel3201::before {
    transition: transform 0.6s ease;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    position: absolute;
    transform: translateX(-100%) rotate(45deg);
    top: 0;
    width: 100%;
    content: '';
    left: 0;
}.title_portal0413 .connect_panel3201:hover::before {
    transform: translateX(100%) rotate(45deg);
}.title_portal0413 .article_photo4516 {
    overflow: hidden;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 400px;
}.title_portal0413 .article_photo4516:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_portal0413 .article_photo4516::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.3) 0%, transparent 70%);
    z-index: 1;
}

@media (min-width: 768px) {.title_portal0413 .study_guides2795 {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title_portal0413 .info_panel2316 {
    padding: 3rem;
}.title_portal0413 .article_photo4516 {
    height: 500px;
}.title_portal0413 h1 {
    font-size: calc(39px * 1.2);
}.title_portal0413 .learn_skillspro3592 p {
    max-width: 80%;
}
}

@media (min-width: 992px) {.title_portal0413 {
    padding: 8rem 0;
}.title_portal0413 .study_guides2795 {
    gap: 6rem;
}.title_portal0413 .info_panel2316 {
    padding: 4rem;
}.title_portal0413 .article_photo4516 {
    height: 550px;
}.title_portal0413 h1 {
    font-size: calc(39px * 1.4);
}.title_portal0413 .learn_skillspro3592 svg {
    width: 120px;
    height: 120px;
}.title_portal0413 .learn_skillspro3592 p {
    font-size: calc(17px * 1.1);
    max-width: 70%;
}.title_portal0413 .connect_panel3201 {
    padding: 1.2rem 2.5rem;
}
}

@media (max-width: 767px) {.title_portal0413 {
    padding: 4rem 0;
}.title_portal0413 .study_guides2795 {
    grid-template-columns: 1fr;
}.title_portal0413 .info_panel2316 {
    order: 2;
    padding: 1.5rem;
}.title_portal0413 .article_photo4516 {
    order: 1;
    height: 250px;
}.title_portal0413 h1 {
    text-align: center;
    font-size: calc(39px * 0.9);
}.title_portal0413 .learn_skillspro3592 svg {
    height: 80px;
    width: 80px;
}.title_portal0413 .learn_skillspro3592 p {
    font-size: calc(17px * 0.9);
}.title_portal0413 .connect_panel3201 {
    font-size: calc(15px * 0.9);
    padding: 0.8rem 1.5rem;
}}.launch_now3695 {
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(227,222,221) 0%, rgb(200,180,177,0.5) 100%);
    z-index: 1;
}.launch_now3695::before {
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.7;
    background: radial-gradient(circle at 20% 30%, rgb(181,138,130,0.5) 0%, transparent 60%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
}.launch_now3695::after {
    content: "";
    position: absolute;
    height: 200px;
    filter: blur(70px);
    width: 200px;
    right: -50px;
    bottom: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    background: rgb(200,180,177,0.5);
    z-index: -1;
}.launch_now3695 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.launch_now3695 h2 {
    line-height: 1.3;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 30px;
    margin-bottom: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 90%;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    position: relative;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}.launch_now3695:hover h2 {
    transform: perspective(1000px) rotateX(2deg);
}.launch_now3695 .study_guides2795 {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: translateY(0);
    display: flex;
    gap: 2rem;
    align-items: center;
    z-index: 2;
}.launch_now3695 .study_guides2795:hover {
    transform: translateY(-5px);
}.launch_now3695 svg {
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 48px;
    transform: rotate(-5deg);
    height: 48px;
}.launch_now3695 .study_guides2795:hover svg {
    transform: rotate(0deg) scale(1.1);
}.launch_now3695 svg path {
    fill: rgb(200,180,177);
    transition: fill 0.3s ease;
}.launch_now3695 .study_guides2795:hover svg path {
    fill: rgb(181,138,130);
}.launch_now3695 .connect_panel3201 {
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
    background: linear-gradient(135deg, rgb(200,180,177) 0%, rgb(181,138,130) 100%);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 1rem 2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
}.launch_now3695 .connect_panel3201::before {
    top: 0;
    left: -100%;
    content: "";
    z-index: -1;
    transition: left 0.6s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    width: 100%;
}.launch_now3695 .connect_panel3201:hover {
    box-shadow: 0 12px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px) scale(1.02);
}.launch_now3695 .connect_panel3201:hover::before {
    left: 100%;
}.launch_now3695 .connect_panel3201:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@keyframes pulse {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}

@media (max-width: 992px) {.launch_now3695 {
    padding: 3.5rem 1.5rem;
}.launch_now3695 h2 {
    font-size: calc(30px * 0.9);
    max-width: 100%;
}.launch_now3695 .study_guides2795 {
    gap: 1.5rem;
}.launch_now3695 svg {
    height: 40px;
    width: 40px;
}.launch_now3695 .connect_panel3201 {
    padding: 0.9rem 1.8rem;
}
}

@media (max-width: 768px) {.launch_now3695 {
    padding: 3rem 1rem;
}.launch_now3695 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.launch_now3695 .study_guides2795 {
    align-items: flex-start;
    gap: 1.2rem;
    flex-direction: column;
}.launch_now3695 svg {
    width: 36px;
    height: 36px;
}.launch_now3695 .connect_panel3201 {
    padding: 0.8rem 1.6rem;
    width: 100%;
    text-align: center;
}
}

@media (max-width: 576px) {.launch_now3695 {
    padding: 2.5rem 1rem;
}.launch_now3695 h2 {
    margin-bottom: 1.8rem;
    font-size: calc(30px * 0.7);
}.launch_now3695 svg {
    width: 32px;
    height: 32px;
}.launch_now3695 .connect_panel3201 {
    font-size: calc(20px * 0.9);
    padding: 0.7rem 1.4rem;
}}.cookieDisclosurePanel4381 {
    width: 100%;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    background-color: rgb(227,222,221);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    animation: fadeInUp 0.5s ease-out;
    border-top: 1px solid rgb(200,180,177);
}.cookieDisclosurePanel4381 .cookie_box2367 {
    margin-right: 20px;
    flex-shrink: 0;
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.cookieDisclosurePanel4381 .cookie_box2367 svg {
    width: 60px;
    height: 60px;
    fill: rgb(200,180,177);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookieDisclosurePanel4381 .cookies_terms2863 {
    flex-grow: 1;
}.cookieDisclosurePanel4381 .cookies_terms2863 h5 {
    margin-bottom: 6px;
    font-size: 20px;
    color: rgb(200,180,177);
}.cookieDisclosurePanel4381 .cookies_terms2863 p {
    margin: 0;
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
}.cookieDisclosurePanel4381 .consent_box4083 {
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
    margin-top: 20px;
    color: #ffffff;
    background-color: rgb(200,180,177);
    margin-right: 15px;
    display: inline-block;
    padding: 10px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}.cookieDisclosurePanel4381 .consent_box4083:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.cookieDisclosurePanel4381 .consent_box4083:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookieDisclosurePanel4381 .cookie_box2367 {
    margin-bottom: 15px;
    margin-right: 0;
}.cookieDisclosurePanel4381 .consent_box4083 {
    margin-left: 0;
    text-align: center;
    width: 48%;
}}
#cookie_popup_toast0386 {
    display: none;
}#cookie_popup_toast0386:checked ~ .cookieDisclosurePanel4381 {
    visibility: hidden;
    opacity: 0;
}.client_feedback5142 {
    position: relative;
    background: linear-gradient(135deg, rgb(227,222,221) 0%, rgba(rgb(200,180,177,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 120px 0;
}.client_feedback5142::before {
    filter: blur(50px);
    opacity: 0.1;
    top: -10%;
    height: 300px;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(200,180,177) 0%, rgba(rgb(200,180,177,0.5), 0) 70%);
    right: -5%;
    position: absolute;
    z-index: 0;
    width: 300px;
    content: "";
}.client_feedback5142::after {
    z-index: 0;
    left: -5%;
    position: absolute;
    bottom: -10%;
    opacity: 0.1;
    height: 250px;
    width: 250px;
    content: "";
    filter: blur(40px);
    background: radial-gradient(circle, rgb(181,138,130) 0%, rgba(rgb(181,138,130,0.5), 0) 70%);
}.client_feedback5142 .container {
    z-index: 1;
    position: relative;
}.client_feedback5142 h2 {
    position: relative;
    margin-bottom: 60px;
    line-height: 1.4;
    text-align: center;
    font-size: 31px;
    margin-right: auto;
    font-weight: 700;
    margin-left: auto;
    color: #000000;
    max-width: 800px;
}.client_feedback5142 h2::after {
    left: 50%;
    height: 4px;
    width: 80px;
    bottom: -20px;
    transform: translateX(-50%) skewX(-20deg);
    background: rgb(200,180,177);
    content: "";
    position: absolute;
}.client_feedback5142 .alumni_views6917 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
}.client_feedback5142 .review_carousel6374 {
    position: relative;
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    padding: 30px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        0 100%
    );
    background: #ffffff;
}.client_feedback5142 .review_carousel6374::before {
    font-size: calc(40px * 2);
    z-index: -1;
    content: "";
    position: absolute;
    top: 10px;
    color: rgba(rgb(200,180,177,0.5), 0.1);
    right: 20px;
    font-weight: 700;
    line-height: 1;
}.client_feedback5142 .review_carousel6374:hover {
    box-shadow: 0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-8px);
}.client_feedback5142 .review_carousel6374 div {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}.client_feedback5142 .review_carousel6374 img {
    transition: transform 0.4s ease-out;
    border-radius: 50%;
    width: 60px;
    margin-right: 15px;
    object-fit: cover;
    box-shadow: 0 5px 15px -5px rgba(rgb(200,180,177,0.5), 0.3);
    height: 60px;
    border: 3px solid #ffffff;
}.client_feedback5142 .review_carousel6374:hover img {
    transform: scale(1.05);
}.client_feedback5142 .review_carousel6374 h4 {
    font-weight: 600;
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 22px;
}.client_feedback5142 .review_carousel6374 h4::after {
    position: absolute;
    height: 3px;
    content: "";
    bottom: -8px;
    transform-origin: left;
    background: rgb(200,180,177);
    transition: transform 0.3s ease-out 0.1s;
    transform: scaleX(0);
    left: 0;
    width: 40px;
}.client_feedback5142 .review_carousel6374:hover h4::after {
    transform: scaleX(1);
}.client_feedback5142 .description {
    margin: 0;
    line-height: 1.7;
    position: relative;
    color: #000000;
    z-index: 1;
    font-size: 16px;
}.client_feedback5142 .description::before {
    transform: rotate(45deg) scale(0);
    top: -10px;
    background: linear-gradient(135deg, rgb(181,138,130) 0%, rgba(rgb(181,138,130,0.5), 0.2) 100%);
    position: absolute;
    transition: transform 0.3s ease-out;
    content: "";
    z-index: -1;
    opacity: 0.1;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    left: -15px;
}.client_feedback5142 .review_carousel6374:hover .description::before {
    transform: rotate(45deg) scale(1);
}.client_feedback5142 a {
    clip-path: polygon(
        10px 0, 
        100% 0, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        0 100%, 
        0 10px
    );
    z-index: 1;
    border: none;
    margin-top: 50px;
    padding: 15px 35px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(200,180,177) 0%, rgba(rgb(200,180,177,0.5), 0.8) 100%);
    text-decoration: none;
    font-weight: 600;
    overflow: hidden;
    position: relative;
}.client_feedback5142 a::before {
    z-index: -1;
    width: 100%;
    left: -100%;
    transition: left 0.5s ease;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}.client_feedback5142 a:hover {
    box-shadow: 0 10px 20px -5px rgba(rgb(200,180,177,0.5), 0.4);
    transform: translateY(-5px);
}.client_feedback5142 a:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {.client_feedback5142 {
    padding: 100px 0;
}.client_feedback5142 .alumni_views6917 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.client_feedback5142 {
    padding: 80px 0;
}.client_feedback5142 h2 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.9);
}.client_feedback5142 .alumni_views6917 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_feedback5142 .review_carousel6374 {
    padding: 25px;
}
}

@media (max-width: 768px) {.client_feedback5142 {
    padding: 70px 0;
}.client_feedback5142 h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.85);
}.client_feedback5142 .alumni_views6917 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.client_feedback5142 .review_carousel6374 {
    padding: 25px 20px;
}.client_feedback5142 .review_carousel6374 img {
    width: 50px;
    height: 50px;
}.client_feedback5142 a {
    padding: 12px 30px;
    margin-top: 40px;
}
}

@media (max-width: 576px) {.client_feedback5142 {
    padding: 60px 0;
}.client_feedback5142 h2 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.8);
}.client_feedback5142 h2::after {
    width: 60px;
    bottom: -15px;
}.client_feedback5142 .review_carousel6374 {
    padding: 20px 15px;
}.client_feedback5142 .review_carousel6374 div {
    margin-bottom: 15px;
}.client_feedback5142 .review_carousel6374 img {
    margin-right: 10px;
    height: 45px;
    width: 45px;
}.client_feedback5142 a {
    padding: 10px 25px;
    margin-top: 30px;
    width: 100%;
}}.learning_system0957 {
    background: rgb(227,222,221);
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
}.learning_system0957::before {
    z-index: 1;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(200,180,177,0.5) 25px, rgb(200,180,177,0.5) 26px, transparent 27px, transparent 49px, rgb(200,180,177,0.5) 50px, rgb(200,180,177,0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgb(200,180,177,0.5) 25px, rgb(200,180,177,0.5) 26px, transparent 27px, transparent 49px, rgb(200,180,177,0.5) 50px, rgb(200,180,177,0.5) 51px, transparent 52px);
    position: absolute;
    opacity: 0.1;
    background-size: 50px 50px;
    left: 0;
    animation: moveGrid 60s linear infinite;
    width: 100%;
    height: 100%;
}.learning_system0957::after {
    width: 200%;
    left: -50%;
    height: 200%;
    z-index: 0;
    position: absolute;
    opacity: 0.15;
    bottom: -50%;
    content: "";
    animation: pulse 20s infinite alternate;
    background: radial-gradient(circle at center, rgb(181,138,130,0.5) 0%, transparent 60%);
}.learning_system0957 .study_guides2795 {
    z-index: 2;
    position: relative;
    align-items: center;
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.learning_system0957 h3 {
    text-align: center;
    width: 100%;
    font-size: 34px;
    font-weight: 700;
    animation: pixelateIn 1s ease-out forwards;
    position: relative;
    box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
    transform: scale(0);
    border: 8px solid transparent;
    padding: 2rem;
    background: #ffffff;
    border-image: linear-gradient(45deg, rgb(200,180,177), rgb(181,138,130)) 1;
    color: rgb(200,180,177);
    max-width: 700px;
    margin: 0;
}.learning_system0957 h3::before,
.learning_system0957 h3::after {
    width: 0;
    content: "";
    position: absolute;
    background: rgb(181,138,130,0.5);
    height: 0;
}.learning_system0957 h3::before {
    left: 0;
    top: 0;
    animation: pixelGrow 0.5s 1.2s steps(10) forwards;
}.learning_system0957 h3::after {
    right: 0;
    animation: pixelGrow 0.5s 1.5s steps(10) forwards;
    bottom: 0;
}.learning_system0957 span {
    width: 100%;
    background: #ffffff;
    animation: pixelateIn 1s 0.5s ease-out forwards;
    border-image: linear-gradient(-45deg, rgb(181,138,130), rgb(200,180,177)) 1;
    max-width: 700px;
    opacity: 0;
    position: relative;
    box-shadow: -20px 20px 0 rgba(0, 0, 0, 0.1);
    color: #000000;
    text-align: center;
    border: 8px solid transparent;
    transform: scale(0);
    font-size: 17px;
    padding: 2rem;
    line-height: 1.8;
}.learning_system0957 span::before,
.learning_system0957 span::after {
    content: "";
    position: absolute;
    width: 0;
    background: rgb(200,180,177,0.5);
    height: 0;
}.learning_system0957 span::before {
    top: 0;
    animation: pixelGrow 0.5s 1.8s steps(10) forwards;
    right: 0;
}.learning_system0957 span::after {
    animation: pixelGrow 0.5s 2.1s steps(10) forwards;
    left: 0;
    bottom: 0;
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes pixelateIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pixelGrow {
    0% {
        width: 8px;
        height: 8px;
    }
    25% {
        width: 8px;
        height: 16px;
    }
    50% {
        width: 16px;
        height: 16px;
    }
    75% {
        width: 16px;
        height: 24px;
    }
    100% {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 992px) {.learning_system0957 {
    padding: 6rem 1.5rem;
}.learning_system0957 h3 {
    box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
    font-size: calc(34px * 0.9);
    border-width: 6px;
    padding: 1.8rem;
}.learning_system0957 span {
    box-shadow: -15px 15px 0 rgba(0, 0, 0, 0.1);
    border-width: 6px;
    padding: 1.8rem;
}
    
    @keyframes pixelGrow {
        0% {
            width: 6px;
            height: 6px;
        }
        25% {
            width: 6px;
            height: 12px;
        }
        50% {
            width: 12px;
            height: 12px;
        }
        75% {
            width: 12px;
            height: 18px;
        }
        100% {
            width: 18px;
            height: 18px;
        }
    }
}

@media (max-width: 768px) {.learning_system0957 {
    padding: 5rem 1rem;
}.learning_system0957 h3 {
    padding: 1.5rem;
    font-size: calc(34px * 0.8);
    border-width: 4px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}.learning_system0957 span {
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    border-width: 4px;
    font-size: calc(17px * 0.95);
    padding: 1.5rem;
}.learning_system0957 .study_guides2795 {
    gap: 2rem;
}@keyframes pixelGrow {
        0% {
            width: 4px;
            height: 4px;
        }
        25% {
            width: 4px;
            height: 8px;
        }
        50% {
            width: 8px;
            height: 8px;
        }
        75% {
            width: 8px;
            height: 12px;
        }
        100% {
            width: 12px;
            height: 12px;
        }
    }
}.future_attendees1052 {
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(227,222,221) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.future_attendees1052::before {
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.05;
    z-index: 1;
    background: linear-gradient(135deg, rgb(200,180,177,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(200,180,177,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(200,180,177,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(200,180,177,0.5) 25%, transparent 25%);
    position: absolute;
    background-size: 100px 100px;
    left: 0;
}.future_attendees1052 .container {
    position: relative;
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
}.future_attendees1052 .study_guides2795 {
    position: relative;
    perspective: 1000px;
}.future_attendees1052 h4 {
    margin-bottom: 80px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 30px;
    position: relative;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
    padding-bottom: 15px;
}.future_attendees1052 h4::before {
    border-radius: 3px;
    bottom: 0;
    position: absolute;
    width: 50%;
    left: 25%;
    content: "";
    background: rgb(200,180,177);
    height: 3px;
}.future_attendees1052 h4::after {
    position: absolute;
    width: 70%;
    bottom: 10px;
    left: 15%;
    border-radius: 1px;
    background: rgb(181,138,130,0.5);
    height: 1px;
    content: "";
}.future_attendees1052 div > div {
    perspective: 1000px;
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.future_attendees1052 p {
    z-index: 1;
    border-radius: 14px;
    color: #000000;
    align-items: flex-start;
    background: #ffffff;
    font-size: 18px;
    display: flex;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    position: relative;
    padding: 25px;
    transform: translateZ(0) rotateX(0) rotateY(0);
}.future_attendees1052 p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}.future_attendees1052 p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

.future_attendees1052 p::before {
    background: linear-gradient(135deg, #ffffff 0%, rgb(227,222,221) 100%);
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    border-radius: 14px;
    z-index: -1;
    position: absolute;
    content: "";
    transition: opacity 0.3s ease;
    height: 100%;
}.future_attendees1052 p:hover {
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.future_attendees1052 p:hover::before {
    opacity: 1;
}.future_attendees1052 p svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateZ(10px);
    margin-right: 15px;
    flex-shrink: 0;
    width: 28px;
    transition: all 0.3s ease;
    height: 28px;
}.future_attendees1052 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(200,180,177);
}.future_attendees1052 p:hover svg {
    transform: translateZ(30px) scale(1.2);
}.future_attendees1052 p:hover svg path {
    fill: rgb(181,138,130);
}.future_attendees1052 p span {
    transform: translateZ(5px);
}.future_attendees1052::after {
    pointer-events: none;
    left: 0;
    z-index: 1;
    height: 200px;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, #ffffff, transparent);
    bottom: 0;
    content: "";
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}


@media (max-width: 991px) {.future_attendees1052 {
    padding: 100px 0;
}.future_attendees1052 h4 {
    font-size: calc(30px * 0.9);
    margin-bottom: 60px;
}.future_attendees1052 div > div {
    gap: 30px;
}.future_attendees1052 p {
    padding: 20px;
}
    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }
    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }
}

@media (max-width: 768px) {.future_attendees1052 {
    padding: 80px 0;
}.future_attendees1052 h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 50px;
}.future_attendees1052 div > div {
    grid-template-columns: 1fr;
    gap: 25px;
}.future_attendees1052 p {
    padding: 18px;
}.future_attendees1052 p svg {
    height: 24px;
    width: 24px;
    margin-right: 12px;
}.future_attendees1052 p:nth-child(odd),
    .future_attendees1052 p:nth-child(even) {
    animation: none;
    transform: none;
}.future_attendees1052 p:hover {
    transform: translateY(-5px);
}.future_attendees1052 p:hover svg {
    transform: scale(1.2);
}.future_attendees1052::after {
    height: 100px;
}
}

@media (max-width: 576px) {.future_attendees1052 {
    padding: 60px 0;
}.future_attendees1052 h4 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.7);
}.future_attendees1052 h4::before {
    height: 2px;
}.future_attendees1052 h4::after {
    bottom: 8px;
}.future_attendees1052 div > div {
    gap: 20px;
}.future_attendees1052 p {
    font-size: calc(18px * 0.9);
    padding: 15px;
}.future_attendees1052 p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}}.leadership_profile1850 {
    position: relative;
    background: linear-gradient(135deg, rgb(227,222,221) 0%, rgb(181,138,130,0.5) 100%);
    overflow: hidden;
    padding: 4rem 0;
}.leadership_profile1850::before {
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(181,138,130,0.5) 5%, transparent 5.5%),
        radial-gradient(circle at 90% 20%, rgb(181,138,130,0.5) 2%, transparent 2.5%),
        radial-gradient(circle at 30% 80%, rgb(181,138,130,0.5) 3%, transparent 3.5%),
        radial-gradient(circle at 70% 90%, rgb(181,138,130,0.5) 4%, transparent 4.5%);
}.leadership_profile1850 .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.leadership_profile1850 .review_carousel6374 {
    gap: 2rem;
    display: grid;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 10px;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
}.leadership_profile1850 .review_carousel6374:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.07),
        0 0 0 1px rgba(0,0,0,0.03);
}.leadership_profile1850 .review_carousel6374 > div:first-child {
    position: relative;
    justify-self: center;
}.leadership_profile1850 .article_photo4516 {
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
    height: 150px;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    width: 150px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}.leadership_profile1850 .article_photo4516::before {
    transition: opacity 0.4s ease;
    background: linear-gradient(to bottom, transparent 50%, rgb(200,180,177,0.5) 100%);
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.6;
    top: 0;
    height: 100%;
    position: absolute;
}.leadership_profile1850 .review_carousel6374:hover .article_photo4516 {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.15),
        0 8px 15px rgba(0,0,0,0.08);
}.leadership_profile1850 .review_carousel6374:hover .article_photo4516::before {
    opacity: 0.8;
}.leadership_profile1850 .review_carousel6374 > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    text-align: center;
}.leadership_profile1850 .name {
    font-size: calc(19px * 1.1);
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 700;
    margin: 0 0 0.5rem;
    font-family: Arial, sans-serif;
}.leadership_profile1850 .name::after {
    position: absolute;
    background: rgb(200,180,177);
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    width: 0;
    left: 0;
    height: 2px;
    bottom: -4px;
    content: "";
}.leadership_profile1850 .review_carousel6374:hover .name::after {
    width: 100%;
}.leadership_profile1850 .review_carousel6374 > div:nth-child(2) > div {
    color: rgb(181,138,130);
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    margin-top: 0.25rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    letter-spacing: 0.03em;
    padding: 0.35rem 1rem;
    background: linear-gradient(to right, rgba(rgb(181,138,130,0.5), 0.1), transparent);
    font-size: calc(14px * 0.95);
}.leadership_profile1850 .review_carousel6374:hover > div:nth-child(2) > div {
    transform: translateY(3px) scale(1.03);
}.leadership_profile1850 .career_box1853 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}.leadership_profile1850 .career_box1853::before {
    color: rgb(200,180,177,0.5);
    font-size: 4rem;
    content: "";
    top: -25px;
    position: absolute;
    left: -10px;
    opacity: 0.2;
    transition: all 0.4s ease;
}.leadership_profile1850 .career_box1853::after {
    transition: all 0.4s ease;
    right: -10px;
    opacity: 0.2;
    font-size: 4rem;
    content: "";
    bottom: -50px;
    color: rgb(200,180,177,0.5);
    position: absolute;
}.leadership_profile1850 .review_carousel6374:hover .career_box1853::before,
.leadership_profile1850 .review_carousel6374:hover .career_box1853::after {
    opacity: 0.4;
    transform: scale(1.1);
}

@media (min-width: 768px) {.leadership_profile1850 {
    padding: 6rem 0;
}.leadership_profile1850 .review_carousel6374 {
    gap: 2.5rem;
    align-items: start;
    grid-template-columns: auto 1fr 2fr;
    padding: 3rem;
}.leadership_profile1850 .review_carousel6374 > div:nth-child(2) {
    text-align: left;
    align-items: flex-start;
}.leadership_profile1850 .article_photo4516 {
    height: 180px;
    width: 180px;
}.leadership_profile1850 .career_box1853 {
    padding: 0 1rem 0 0;
}.leadership_profile1850 .container {
    padding: 0 4rem;
}
}

@media (min-width: 992px) {.leadership_profile1850 .review_carousel6374 {
    margin: 0 3rem;
}.leadership_profile1850 .article_photo4516 {
    width: 220px;
    height: 220px;
}.leadership_profile1850 .name {
    font-size: calc(19px * 1.2);
}.leadership_profile1850 .review_carousel6374 > div:nth-child(2) > div {
    font-size: 14px;
}.leadership_profile1850 .career_box1853 {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.leadership_profile1850 .review_carousel6374 {
    text-align: center;
    padding: 2rem 1.5rem;
}.leadership_profile1850 .career_box1853 {
    text-align: left;
}.leadership_profile1850 .career_box1853::before {
    font-size: 3rem;
    top: -20px;
    left: 0;
}.leadership_profile1850 .career_box1853::after {
    font-size: 3rem;
    bottom: -40px;
    right: 0;
}
}

@media (max-width: 480px) {.leadership_profile1850 {
    padding: 3rem 0;
}.leadership_profile1850 .container {
    padding: 0 1rem;
}.leadership_profile1850 .article_photo4516 {
    height: 120px;
    width: 120px;
}.leadership_profile1850 .name {
    font-size: 19px;
}.leadership_profile1850 .review_carousel6374 > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.leadership_profile1850 .career_box1853 {
    line-height: 1.6;
    padding: 0;
    font-size: calc(14px * 0.95);
}}header {
    background: linear-gradient(135deg, rgb(200,180,177,0.5) 0%, rgb(181,138,130) 100%);
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 99;
}header::before {
    background: linear-gradient(145deg, rgb(181,138,130,0.5) 0%, transparent 70%);
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
}header .head_learn2584 {
    z-index: 5;
    position: relative;
    flex-direction: row;
    transform: none;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
}header .head_learn2584 .nav_wrap7261 {
    margin-right: 10px;
    transition: transform 0.4s ease;
    transform: translateX(0);
}header .head_learn2584 .nav_wrap7261:hover {
    transform: scale(1.05);
}header .head_learn2584 .nav_wrap7261 .site_head6725 {
    display: inline-block;
}header .head_learn2584 .nav_wrap7261 .site_head6725 svg {
    width: auto;
    height: 50px;
}header .head_learn2584 .main_master9417 {
    display: flex;
    padding: 20px 30px;
    position: relative;
    transform: none;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    margin: 0;
}header .head_learn2584 .main_master9417::before {
    left: 0;
    transform: rotate(-2deg) scale(1.03);
    content: "";
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    width: 100%;
    z-index: -1;
    border-radius: 14px;
    position: absolute;
}header .head_learn2584 .main_master9417 .top_navbar6871 {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
}header .head_learn2584 .main_master9417 .top_navbar6871:hover {
    transform: translateY(-3px) scale(1.05);
}header .head_learn2584 .main_master9417 .top_navbar6871 a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 8px 5px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 17px;
    font-weight: 600;
}header .head_learn2584 .main_master9417 .top_navbar6871 a::after {
    height: 2px;
    bottom: 0;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(181,138,130), transparent);
    left: 0;
    width: 100%;
}header .head_learn2584 .main_master9417 .top_navbar6871:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .head_learn2584 {
    align-items: center;
    flex-direction: column;
}header .head_learn2584 .nav_wrap7261 {
    margin-bottom: 15px;
    margin-right: 0;
}header .head_learn2584 .main_master9417 {
    justify-content: center;
    padding: 15px;
    width: 100%;
}header .head_learn2584 .main_master9417 .top_navbar6871 {
    margin: 5px 15px 5px 0;
}header .head_learn2584 .main_master9417 .top_navbar6871 a {
    font-size: calc(17px - 2px);
    padding: 5px;
}}.course_features8510 {
    align-items: center;
    overflow: hidden;
    background-color: rgb(227,222,221);
    position: relative;
    display: flex;
    min-height: 100vh;
}.course_features8510 .knowledge_track9470 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}.course_features8510 .learn_path1452 {
    animation: slide-show 35s ease-in-out infinite;
    display: flex;
    width: 500%;
    height: 100%;
}.course_features8510 .knowledge_track9470:hover .learn_path1452 {
    animation-play-state: paused;
}.course_features8510 .lesson_route1236 {
    width: 20%;
    overflow: hidden;
    height: 100%;
    position: relative;
}.course_features8510 .lesson_route1236 img {
    width: 100%;
    transform-origin: center;
    object-fit: cover;
    filter: brightness(0.8) saturate(1.3);
    height: 100%;
    animation: zoom-flow 20s ease-in-out infinite alternate;
}.course_features8510 .lesson_route1236::before {
    content: '';
    background: 
        linear-gradient(0deg, 
            rgb(200,180,177,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(181,138,130,0.5) 100%),
        linear-gradient(90deg, 
            rgb(200,180,177,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(181,138,130,0.5) 100%);
    z-index: 2;
    inset: 0;
    opacity: 0.7;
    position: absolute;
}.course_features8510 .lesson_route1236::after {
    content: '';
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(200,180,177,0.5) 0px,
            rgb(200,180,177,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    inset: 0;
    animation: slide-pattern 15s linear infinite;
    z-index: 3;
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.3;
}.course_features8510 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 4;
    position: relative;
    width: 90%;
}.course_features8510 .study_guides2795 {
    margin-left: 0;
    position: relative;
    border-radius: 22px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        135deg,
        rgb(200,180,177,0.5) 0%,
        rgb(181,138,130,0.5) 100%
    );
    backdrop-filter: blur(8px);
    padding: 0.5rem;
}.course_features8510 .education0479 {
    padding: 3rem;
    border-radius: 10px;
    background: rgb(227,222,221);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.course_features8510 .education0479::before {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(200,180,177,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(181,138,130,0.5) 0%,
            transparent 70%
        );
    opacity: 0.15;
    content: '';
    z-index: -1;
}.course_features8510 .education0479 h3 {
    display: inline-block;
    position: relative;
    font-size: 35px;
    color: rgb(200,180,177);
    font-weight: 700;
    margin-bottom: 1.5rem;
}.course_features8510 .education0479 h3::after {
    background: linear-gradient(to right, 
        rgb(200,180,177), 
        rgb(181,138,130));
    border-radius: 10px;
    transition: width 0.3s ease, transform 0.3s ease;
    width: 60px;
    bottom: -10px;
    position: absolute;
    height: 3px;
    content: '';
    left: 0;
}.course_features8510 .education0479:hover h3::after {
    transform: translateY(-3px);
    width: 100%;
}.course_features8510 .education0479 p {
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 2rem;
    color: #000000;
}.course_features8510 .education0479 .connect_panel3201 {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    padding: 0.9rem 1.8rem;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
    background: linear-gradient(to right, 
        rgb(200,180,177), 
        rgb(181,138,130));
    box-shadow: 0 5px 15px rgb(200,180,177,0.5);
    text-transform: uppercase;
}.course_features8510 .education0479 .connect_panel3201::before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 0;
    background: linear-gradient(to right, 
        rgb(181,138,130), 
        rgb(200,180,177));
}.course_features8510 .education0479 .connect_panel3201:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(181,138,130,0.5);
}.course_features8510 .education0479 .connect_panel3201:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course_features8510 .education0479 {
    padding: 2.5rem;
}.course_features8510 .study_guides2795 {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course_features8510 .study_guides2795 {
    max-width: 650px;
}.course_features8510 .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course_features8510 {
    min-height: auto;
    padding: 0;
    flex-direction: column;
}.course_features8510 .knowledge_track9470 {
    height: 350px;
    position: relative;
}.course_features8510 .container {
    width: 100%;
    padding: 3rem 1.5rem;
}.course_features8510 .study_guides2795 {
    max-width: 100%;
    margin: 0 auto;
}.course_features8510 .education0479 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course_features8510 .knowledge_track9470 {
    height: 300px;
}.course_features8510 .learn_path1452 {
    animation-duration: 25s;
}.course_features8510 .container {
    padding: 2.5rem 1rem;
}.course_features8510 .education0479 {
    padding: 1.8rem;
}.course_features8510 .education0479 h3 {
    font-size: calc(35px * 0.9);
}.course_features8510 .education0479 p {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.course_features8510 .knowledge_track9470 {
    height: 250px;
}.course_features8510 .learn_path1452 {
    animation-duration: 20s;
}.course_features8510 .container {
    padding: 2rem 0.8rem;
}.course_features8510 .education0479 {
    padding: 1.5rem;
}.course_features8510 .education0479 h3 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.8);
}.course_features8510 .education0479 p {
    font-size: calc(18px * 0.85);
    line-height: 1.5;
    margin-bottom: 1.2rem;
}.course_features8510 .education0479 .connect_panel3201 {
    padding: 0.8rem 1.5rem;
    width: 100%;
    text-align: center;
}
}

@media (prefers-reduced-motion) {.course_features8510 .learn_path1452,
    .course_features8510 .lesson_route1236 img,
    .course_features8510 .lesson_route1236::after {
    animation: none;
}}.privacy_block7960 {
    overflow: hidden;
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    height: auto;
    z-index: 1;
    padding: 50px;
    position: relative;
    margin: auto;
}.privacy_block7960::before {
    border: 1px solid rgb(200,180,177);
    top: -10px;
    z-index: -1;
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -10px;
}.privacy_block7960::after {
    right: 20px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    border: 1px dashed rgb(181,138,130);
    left: 20px;
    content: '';
    bottom: 20px;
    top: 20px;
}.privacy_block7960 h1 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 41px;
    border-bottom: 3px double rgb(200,180,177);
    font-weight: 700;
    color: rgb(200,180,177);
    margin-top: 40px;
    letter-spacing: 1px;
}.privacy_block7960 h2 {
    text-align: left;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 20px;
    color: rgb(181,138,130);
    border-bottom: 2px dashed rgb(181,138,130);
}.privacy_block7960 h3, .privacy_block7960 h4, .privacy_block7960 h5, .privacy_block7960 h6 {
    margin-top: 25px;
    font-size: 18px;
    padding-left: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
    border-left: 4px solid #000000;
}.privacy_block7960 ul, .privacy_block7960 ol {
    font-size: 14px;
    list-style: none;
    padding-left: 0;
    font-family: Arial, sans-serif;
    margin: 0;
    padding-left: 20px;
    list-style-position: inside;
    padding: 15px 0;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
}.privacy_block7960 li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
}.privacy_block7960 li::before {
    transform: translateY(-50%);
    border-radius: 50%;
    width: 10px;
    position: absolute;
    height: 10px;
    background-color: rgb(200,180,177);
    content: "";
    left: 0;
    top: 50%;
}.privacy_block7960 section {
    background: none;
}.privacy_block7960 p, .privacy_block7960 span, .privacy_block7960 div {
    color: #000000;
    padding-bottom: 10px;
    line-height: 1.75;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.privacy_block7960 {
    padding: 30px;
    width: 100%;
}.privacy_block7960 h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: calc(18px - 6px);
}.privacy_block7960 h2 {
    font-size: calc(18px - 6px);
    margin-bottom: 15px;
    margin-top: 20px;
}.privacy_block7960 ul, .privacy_block7960 ol {
    padding-left: 15px;
}.privacy_block7960 li {
    padding-left: 20px;
}.privacy_block7960 p, .privacy_block7960 span, .privacy_block7960 div {
    margin-bottom: 15px;
    padding-bottom: 8px;
}}.our_background0178 {
    background: rgb(227,222,221);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.our_background0178::before {
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(120deg, rgb(200,180,177,0.5) 0%, transparent 30%),
                linear-gradient(240deg, rgb(181,138,130,0.5) 0%, transparent 30%);
    content: "";
}.our_background0178 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.our_background0178 h2 {
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}.our_background0178 h2::after {
    width: 100px;
    content: "";
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(200,180,177), rgb(181,138,130));
    height: 3px;
    left: 50%;
    border-radius: 10px;
}.our_background0178 .learn_mastery1746 {
    position: relative;
    display: flex;
    gap: 30px;
    flex-direction: column;
}.our_background0178 .exp_years7842 {
    overflow: hidden;
    padding: 40px;
    border-left: 4px solid rgb(200,180,177);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    position: relative;
}.our_background0178 .exp_years7842:nth-child(2) {
    border-left-color: rgb(181,138,130);
}.our_background0178 .exp_years7842::before {
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.our_background0178 .exp_years7842::after {
    border: 2px solid rgb(200,180,177,0.5);
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
    content: "";
    animation: pulse 4s infinite;
    height: 20px;
}.our_background0178 .exp_years7842:nth-child(2)::after {
    border-color: rgb(181,138,130,0.5);
    animation-delay: 2s;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.our_background0178 .exp_years7842:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(rgb(200,180,177,0.5), 0.03), rgba(255, 255, 255, 0.05));
}.our_background0178 .exp_years7842 h3 {
    font-weight: 600;
    font-size: 24px;
    color: rgb(200,180,177);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}.our_background0178 .exp_years7842:nth-child(2) h3 {
    color: rgb(181,138,130);
}.our_background0178 .exp_years7842 h3::before {
    content: "";
    width: 30px;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -8px;
    transition: width 0.3s ease;
    background: currentColor;
}.our_background0178 .exp_years7842:hover h3::before {
    width: 100%;
}.our_background0178 .exp_years7842 p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    padding-left: 0;
    transition: padding-left 0.3s ease;
}.our_background0178 .exp_years7842:first-child {
    opacity: 0;
    animation: slideIn 0.6s forwards 0.2s;
    transform: translateX(-20px);
}.our_background0178 .exp_years7842:last-child {
    transform: translateX(-20px);
    animation: slideIn 0.6s forwards 0.5s;
    opacity: 0;
}@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.our_background0178::after {
    background-size: 50px 50px;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.03;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    width: 100%;
    top: 0;
    z-index: 1;
}.our_background0178 .container::before,
.our_background0178 .container::after {
    z-index: -1;
    background: radial-gradient(circle, rgb(200,180,177,0.5) 0%, transparent 70%);
    content: "";
    border-radius: 50%;
    width: 200px;
    position: absolute;
    height: 200px;
    opacity: 0.2;
}.our_background0178 .container::before {
    top: -100px;
    right: -100px;
}.our_background0178 .container::after {
    bottom: -100px;
    background: radial-gradient(circle, rgb(181,138,130,0.5) 0%, transparent 70%);
    left: -100px;
}

@media (max-width: 992px) {.our_background0178 {
    padding: 80px 0;
}.our_background0178 h2 {
    margin-bottom: 50px;
}.our_background0178 .exp_years7842 {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_background0178 {
    padding: 60px 0;
}.our_background0178 h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.our_background0178 .exp_years7842 {
    padding: 25px;
}.our_background0178 .exp_years7842 h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 15px;
}
}

@media (max-width: 576px) {.our_background0178 {
    padding: 40px 0;
}.our_background0178 h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.our_background0178 .exp_years7842 {
    border-left-width: 3px;
    padding: 20px;
}.our_background0178 .exp_years7842::after {
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
}.our_background0178 .exp_years7842 p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.our_background0178 .container::before,
    .our_background0178 .container::after {
    height: 150px;
    width: 150px;
}}.get_in_touch4190 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
    background: rgb(227,222,221);
}.get_in_touch4190::before {
    z-index: 0;
    top: 0;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.5;
    background-blend-mode: multiply;
    content: '';
}.get_in_touch4190 .article_photo4516 {
    opacity: 0.07;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    filter: contrast(1.2) saturate(0.8);
    top: 0;
    height: 100%;
}.get_in_touch4190 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.get_in_touch4190 h3 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    font-family: Arial, sans-serif;
}.get_in_touch4190 .help_request0946 {
    flex-wrap: wrap;
    border-radius: 30px;
    display: flex;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}.get_in_touch4190 .request_reach9317 {
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    padding: 80px;
    flex: 1 1 55%;
    display: flex;
    position: relative;
}.get_in_touch4190 .request_reach9317::before {
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    content: '';
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}.get_in_touch4190 .request_reach9317 #contact {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}.get_in_touch4190 .request_reach9317 h3 {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
    color: #000000;
    font-weight: 300;
}.get_in_touch4190 .request_reach9317 input[type="text"],
.get_in_touch4190 .request_reach9317 textarea {
    padding: 20px 25px;
    border: none;
    background-color: rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    width: 100%;
    font-size: 12px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
}.get_in_touch4190 .request_reach9317 textarea {
    border-radius: 25px;
    height: 150px;
    resize: vertical;
    padding-top: 25px;
}.get_in_touch4190 .request_reach9317 input[type="text"]:focus,
.get_in_touch4190 .request_reach9317 textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(200,180,177,0.5);
    outline: none;
    background-color: rgba(0, 0, 0, 0.015);
}.get_in_touch4190 .request_reach9317 .feedback_block2648 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    align-items: flex-start;
}.get_in_touch4190 .request_reach9317 .feedback_block2648 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touch4190 .request_reach9317 .feedback_block2648 label {
    position: relative;
    font-size: calc(12px - 2px);
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
}.get_in_touch4190 .request_reach9317 .feedback_block2648 label::before {
    left: 0;
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    top: 2px;
    background-color: transparent;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}.get_in_touch4190 .request_reach9317 .feedback_block2648 input[type="checkbox"]:checked + label::before {
    background-color: rgb(200,180,177);
    border-color: rgb(200,180,177);
}.get_in_touch4190 .request_reach9317 .feedback_block2648 input[type="checkbox"]:checked + label::after {
    content: '';
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    position: absolute;
    top: 10px;
    height: 5px;
    width: 8px;
    transform: rotate(-45deg);
    left: 7px;
}.get_in_touch4190 .request_reach9317 .feedback_block2648 a {
    text-decoration: none;
    color: rgb(200,180,177);
    transition: color 0.3s ease;
    font-weight: 600;
}.get_in_touch4190 .request_reach9317 .feedback_block2648 a:hover {
    color: rgb(181,138,130);
}.get_in_touch4190 .request_reach9317 .connect_panel3201 {
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 400;
    position: relative;
    border: none;
    padding: 18px;
    display: block;
    background: rgb(200,180,177);
    overflow: hidden;
    color: #ffffff;
    margin: 0 auto;
    border-radius: 50px;
}.get_in_touch4190 .request_reach9317 .connect_panel3201::before {
    width: 100%;
    content: '';
    top: 0;
    left: -100%;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    position: absolute;
    height: 100%;
    transition: all 0.6s ease;
}.get_in_touch4190 .request_reach9317 .connect_panel3201:hover {
    box-shadow: 0 5px 15px rgb(200,180,177,0.5);
    background: rgb(181,138,130);
    transform: translateY(-2px);
}.get_in_touch4190 .request_reach9317 .connect_panel3201:hover::before {
    left: 100%;
}.get_in_touch4190 .message_links1953 {
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(200,180,177) 0%, rgb(181,138,130) 100%);
    display: flex;
    position: relative;
    flex: 1 1 45%;
    overflow: hidden;
    padding: 80px 60px;
}.get_in_touch4190 .message_links1953::before {
    opacity: 0.7;
    left: -50%;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    content: '';
    top: -50%;
    background-size: 250px 250px;
    width: 200%;
    height: 200%;
}.get_in_touch4190 .message_links1953 h4 {
    font-weight: 300;
    margin-bottom: 50px;
    text-align: center;
    font-size: 22px;
    z-index: 1;
    color: #ffffff;
    position: relative;
}.get_in_touch4190 .message_links1953 .help_form5078 {
    margin: 0 auto;
    max-width: 300px;
    list-style: none;
    z-index: 1;
    position: relative;
    padding: 0;
}.get_in_touch4190 .message_links1953 .help_form5078 li {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
}.get_in_touch4190 .message_links1953 .help_form5078 li:last-child {
    margin-bottom: 0;
}.get_in_touch4190 .message_links1953 .help_form5078 li:hover {
    transform: translateX(5px);
}.get_in_touch4190 .message_links1953 .help_form5078 li svg {
    height: 22px;
    margin-right: 20px;
    opacity: 0.9;
    flex-shrink: 0;
    width: 22px;
}.get_in_touch4190 .message_links1953 .help_form5078 li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.get_in_touch4190 .message_links1953 .help_form5078 li span {
    line-height: 1.5;
    font-size: 12px;
    color: #ffffff;
    position: relative;
}.get_in_touch4190 .message_links1953 .help_form5078 li span::after {
    height: 1px;
    content: '';
    bottom: -8px;
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
}.get_in_touch4190 .message_links1953 .help_form5078 li:hover span::after {
    width: 100%;
}.get_in_touch4190 .message_links1953 .help_form5078 li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.get_in_touch4190 .message_links1953 .help_form5078 li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.get_in_touch4190 {
    padding: 80px 0;
}.get_in_touch4190 .help_request0946 {
    flex-direction: column;
}.get_in_touch4190 .request_reach9317,
    .get_in_touch4190 .message_links1953 {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.get_in_touch4190 {
    padding: 60px 0;
}.get_in_touch4190 h3 {
    margin-bottom: 50px;
    font-size: calc(28px - 4px);
}.get_in_touch4190 .request_reach9317 h3,
    .get_in_touch4190 .message_links1953 h4 {
    margin-bottom: 30px;
    font-size: calc(22px - 2px);
}.get_in_touch4190 .request_reach9317 input[type="text"],
    .get_in_touch4190 .request_reach9317 textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.get_in_touch4190 .request_reach9317 textarea {
    height: 120px;
}.get_in_touch4190 .request_reach9317 .connect_panel3201 {
    padding: 16px;
}.get_in_touch4190 .message_links1953 .help_form5078 li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.get_in_touch4190 {
    padding: 50px 0;
}.get_in_touch4190 .request_reach9317,
    .get_in_touch4190 .message_links1953 {
    padding: 40px 25px;
}.get_in_touch4190 h3 {
    font-size: calc(28px - 6px);
}.get_in_touch4190 .request_reach9317 .feedback_block2648 label {
    font-size: calc(12px - 3px);
}.get_in_touch4190 .help_request0946 {
    border-radius: 20px;
}.get_in_touch4190 .request_reach9317 input[type="text"],
    .get_in_touch4190 .request_reach9317 textarea {
    border-radius: 25px;
}.get_in_touch4190 .request_reach9317 textarea {
    border-radius: 20px;
}}.price_item_element7890 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.price_item_element7890::before {
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    position: absolute;
    top: 0;
    content: "";
    right: 0;
    left: 0;
    z-index: 1;
}.price_item_element7890 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.price_item_element7890 .value_pricing8435 {
    perspective: 1000px;
}.price_item_element7890 h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    transform: translateZ(30px);
    letter-spacing: 0.5px;
}.price_item_element7890 .learning_deals4672 {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    margin: 0 auto 50px;
    font-size: 13px;
    text-align: center;
    transform: translateZ(20px);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    max-width: 700px;
}.price_item_element7890 .payment_plan9823 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
}.price_item_element7890 .payment_plan9823 li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.price_item_element7890 .discount_price8975 {
    transform-style: preserve-3d;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    height: 100%;
    display: block;
}.price_item_element7890 .study_offers6514 {
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    height: 100%;
    position: relative;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0 15px 35px 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);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.price_item_element7890 .study_offers6514::before {
    left: 0;
    transform: scaleX(0.92);
    transform-origin: left;
    height: 5px;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        rgb(200,180,177) 0%,
        rgb(181,138,130) 100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    top: 0;
}.price_item_element7890 .study_offers6514::after {
    left: 10px;
    background: linear-gradient(90deg, 
        rgb(181,138,130,0.5) 0%,
        rgb(200,180,177,0.5) 100%);
    transform-origin: bottom;
    opacity: 0.7;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
    bottom: -2px;
    content: "";
    position: absolute;
    right: 10px;
}.price_item_element7890 .lesson_plans9185 {
    padding: 35px 30px;
    transform: translateZ(10px);
}.price_item_element7890 .lesson_plans9185 h4 {
    color: #ffffff;
    font-size: calc(18px * 1.1);
    transform: translateZ(5px);
    margin: 0 0 20px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.price_item_element7890 .lesson_plans9185 h4::after {
    background: rgb(200,180,177);
    bottom: -8px;
    content: "";
    transform-origin: left;
    height: 3px;
    left: 0;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    width: 40px;
}.price_item_element7890 .lesson_plans9185 p {
    overflow-wrap: break-word;
    max-height: 250px;
    font-weight: 400;
    color: #ffffff;
    padding-right: 5px;
    font-size: 13px;
    hyphens: auto;
    line-height: 1.6;
    overflow-y: auto;
    margin: 0 0 25px;
    opacity: 0.85;
    word-wrap: break-word;
}.price_item_element7890 .lesson_plans9185 p::-webkit-scrollbar {
    width: 4px;
}.price_item_element7890 .lesson_plans9185 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(200,180,177,0.5);
}.price_item_element7890 .value_deals9874 {
    font-size: calc(18px * 1.2);
    color: #ffffff;
    text-align: right;
    font-weight: 700;
    transform: translateZ(15px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: block;
    margin-top: 20px;
}.price_item_element7890 .value_deals9874::before {
    background: rgb(200,180,177);
    border-radius: 50%;
    transform: translateY(-2px);
    margin-right: 8px;
    content: "";
    height: 10px;
    width: 10px;
    box-shadow: 0 0 15px rgb(200,180,177);
    display: inline-block;
}.price_item_element7890 .payment_plan9823 li:hover {
    transform: translateY(-5px) scale(1.02);
}.price_item_element7890 .payment_plan9823 li:hover .study_offers6514 {
    transform: translateZ(20px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}.price_item_element7890 .payment_plan9823 li:hover .study_offers6514::before {
    transform: scaleX(1);
}.price_item_element7890 .payment_plan9823 li:hover .study_offers6514::after {
    transform: scaleY(1.5);
    opacity: 0.9;
}.price_item_element7890 .payment_plan9823 li:hover .lesson_plans9185 h4::after {
    width: 100%;
}

@media (max-width: 991px) {.price_item_element7890 {
    padding: 80px 0;
}.price_item_element7890 h2 {
    font-size: calc(28px * 0.9);
}.price_item_element7890 .payment_plan9823 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.price_item_element7890 .lesson_plans9185 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.price_item_element7890 {
    padding: 60px 0;
}.price_item_element7890 h2 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.8);
}.price_item_element7890 .learning_deals4672 {
    font-size: calc(13px * 0.95);
    margin-bottom: 40px;
}.price_item_element7890 .payment_plan9823 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.price_item_element7890 .lesson_plans9185 {
    padding: 25px 20px;
}.price_item_element7890 .lesson_plans9185 h4 {
    font-size: 18px;
}.price_item_element7890 .value_deals9874 {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 480px) {.price_item_element7890 {
    padding: 50px 0;
}.price_item_element7890 h2 {
    font-size: calc(28px * 0.7);
}.price_item_element7890 .learning_deals4672 {
    font-size: calc(13px * 0.9);
}.price_item_element7890 .lesson_plans9185 {
    padding: 20px 15px;
}.price_item_element7890 .lesson_plans9185 p {
    max-height: 200px;
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}
}