* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.head_info_LMd {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1160px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}.wrapper-padding_v9m {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}.copy_notice_C1T {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.customer_opinions_Az0 {
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgb(202,120,156,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.customer_opinions_Az0::before {
    width: 45%;
    z-index: 0;
    content: "";
    top: -10%;
    background: linear-gradient(45deg, rgb(226,164,192,0.5) 0%, rgb(202,120,156) 100%);
    transform: rotate(-15deg);
    animation: floatEffect 18s infinite alternate ease-in-out;
    opacity: 0.15;
    right: -10%;
    position: absolute;
    filter: blur(35px);
    height: 70%;
}.customer_opinions_Az0::after {
    position: absolute;
    z-index: 0;
    content: "";
    transform: rotate(12deg);
    width: 40%;
    bottom: -10%;
    animation: floatEffect 15s infinite alternate-reverse ease-in-out;
    filter: blur(25px);
    left: -5%;
    height: 60%;
    opacity: 0.12;
    background: linear-gradient(225deg, rgb(202,120,156) 0%, rgb(226,164,192,0.5) 100%);
}.customer_opinions_Az0 .container {
    z-index: 2;
    position: relative;
}.customer_opinions_Az0 h2 {
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    text-align: center;
    margin-bottom: 3.5rem;
    font-size: 31px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}.customer_opinions_Az0 h2::after {
    background: linear-gradient(90deg, transparent, rgb(226,164,192), transparent);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    height: 4px;
    bottom: -15px;
    width: 120px;
}.customer_opinions_Az0 .feedback_views_uJ4 {
    margin: 0;
    perspective: 1000px;
    list-style: none;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}.customer_opinions_Az0 .feedback_showcase_L52 {
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    transform: translateZ(0) scale(1);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 1.75rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.customer_opinions_Az0 .feedback_showcase_L52::before {
    position: absolute;
    opacity: 0.1;
    content: "";
    top: -20px;
    right: 20px;
    font-size: 120px;
    line-height: 1;
    font-family: serif;
    pointer-events: none;
    color: rgb(226,164,192);
}.customer_opinions_Az0 .feedback_showcase_L52:hover {
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px) scale(1.02);
}.customer_opinions_Az0 .feedback_showcase_L52:nth-child(odd):hover {
    transform: translateZ(20px) scale(1.02) rotate(-0.5deg);
}.customer_opinions_Az0 .feedback_showcase_L52:nth-child(even):hover {
    transform: translateZ(20px) scale(1.02) rotate(0.5deg);
}.customer_opinions_Az0 .feedback_showcase_L52 div {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}.customer_opinions_Az0 .feedback_showcase_L52 img {
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}.customer_opinions_Az0 .feedback_showcase_L52 h4 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-left: 1rem;
}.customer_opinions_Az0 .feedback_showcase_L52 h4::after {
    width: 0;
    left: 0;
    height: 2px;
    background: rgb(226,164,192);
    transition: width 0.3s ease;
    bottom: -5px;
    content: "";
    position: absolute;
}.customer_opinions_Az0 .feedback_showcase_L52:hover h4::after {
    width: 70%;
}.customer_opinions_Az0 .feedback_showcase_L52 .description {
    color: #000000;
    margin-top: 0.75rem;
    line-height: 1.6;
    font-weight: 400;
    z-index: 1;
    position: relative;
    font-size: 16px;
}.customer_opinions_Az0 a {
    text-align: center;
    background: linear-gradient(135deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    margin-right: auto;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    z-index: 2;
    margin-left: auto;
    margin-top: 3rem;
    overflow: hidden;
    padding: 0.8rem 2rem;
}.customer_opinions_Az0 a::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
    width: 100%;
    left: -100%;
    top: 0;
    transition: all 0.5s ease;
}.customer_opinions_Az0 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.customer_opinions_Az0 a:hover::before {
    left: 100%;
}

@keyframes floatEffect {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(10px, -10px);
    }
}

@media (max-width: 991px) {.customer_opinions_Az0 {
    padding: 5rem 0;
}.customer_opinions_Az0 h2 {
    max-width: 90%;
    font-size: calc(31px * 0.9);
}.customer_opinions_Az0 .feedback_views_uJ4 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 768px) {.customer_opinions_Az0 {
    padding: 4rem 0;
}.customer_opinions_Az0 h2 {
    font-size: calc(31px * 0.8);
    transform: none;
    max-width: 100%;
}.customer_opinions_Az0 h2::after {
    width: 80px;
}.customer_opinions_Az0 .feedback_views_uJ4 {
    max-width: 480px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.customer_opinions_Az0 .feedback_showcase_L52 {
    padding: 1.5rem;
}.customer_opinions_Az0 .feedback_showcase_L52 img {
    width: 50px;
    height: 50px;
}.customer_opinions_Az0 a {
    margin-top: 2rem;
    max-width: 480px;
    width: 100%;
}
}

@media (max-width: 480px) {.customer_opinions_Az0 {
    padding: 3rem 0;
}.customer_opinions_Az0 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.7);
}.customer_opinions_Az0 .feedback_showcase_L52 {
    padding: 1.25rem;
}.customer_opinions_Az0 .feedback_showcase_L52 img {
    width: 45px;
    height: 45px;
}.customer_opinions_Az0 .feedback_showcase_L52 h4 {
    font-size: calc(18px * 0.9);
}.customer_opinions_Az0 .feedback_showcase_L52 .description {
    font-size: calc(16px * 0.95);
}}.leadership_profile_Wlu {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(246,217,229);
}.leadership_profile_Wlu::before {
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(226,164,192,0.5) 10%, 
        transparent 11%);
    background-size: 150px 100%;
    width: 100%;
    left: 0;
    animation: gradientSlide 30s linear infinite;
}.leadership_profile_Wlu .container {
    z-index: 2;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}.leadership_profile_Wlu .feedback_showcase_L52 {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    background: #ffffff;
    flex-direction: column;
    display: flex;
    position: relative;
    padding: 60px 40px 40px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.leadership_profile_Wlu .feedback_showcase_L52:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.leadership_profile_Wlu .full_width_image_yLX {
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(226,164,192);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: absolute;
    border-radius: 2px;
    width: 120px;
    left: 40px;
    transform: rotate(0deg);
    transition: all 0.5s ease;
    height: 120px;
    top: -60px;
}.leadership_profile_Wlu .feedback_showcase_L52:hover .full_width_image_yLX {
    transform: rotate(-5deg);
}.leadership_profile_Wlu .name {
    letter-spacing: -0.5px;
    color: #000000;
    margin-left: 0;
    margin-top: 40px;
    font-weight: 700;
    font-size: calc(22px * 1.2);
    transition: transform 0.5s ease;
    transform: translateX(0);
}.leadership_profile_Wlu .feedback_showcase_L52:hover .name {
    transform: translateX(10px);
}.leadership_profile_Wlu .feedback_showcase_L52 span:not(.name) {
    font-weight: 300;
    letter-spacing: 1px;
    transform: translateX(0);
    margin-top: 5px;
    transition: transform 0.5s ease;
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
}.leadership_profile_Wlu .feedback_showcase_L52:hover span:not(.name) {
    color: rgb(226,164,192);
    transform: translateX(10px);
}.leadership_profile_Wlu .career_insights_9DM {
    transition: padding 0.5s ease;
    margin-top: 40px;
    padding-left: 0;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
}.leadership_profile_Wlu .career_insights_9DM::before {
    transition: transform 0.5s ease;
    height: 2px;
    transform-origin: right;
    background: rgb(226,164,192);
    width: 30px;
    position: absolute;
    transform: scaleX(0);
    content: "";
    left: -40px;
    top: 15px;
}.leadership_profile_Wlu .feedback_showcase_L52:hover .career_insights_9DM {
    padding-left: 20px;
}.leadership_profile_Wlu .feedback_showcase_L52:hover .career_insights_9DM::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.leadership_profile_Wlu {
    padding: 80px 0;
}.leadership_profile_Wlu .feedback_showcase_L52 {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.leadership_profile_Wlu .full_width_image_yLX {
    height: 100px;
    left: 25px;
    width: 100px;
}.leadership_profile_Wlu .name {
    font-size: 22px;
}.leadership_profile_Wlu .career_insights_9DM {
    font-size: calc(18px * 0.95);
}.leadership_profile_Wlu .career_insights_9DM::before {
    left: -25px;
    width: 20px;
}}.explore_now_peW {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(246,217,229) 0%, #ffffff 100%);
}.explore_now_peW::before {
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    z-index: 1;
    left: 0;
}.explore_now_peW::after {
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    position: absolute;
    content: '';
    top: 0;
}.explore_now_peW .master_sessions_JYR {
    display: flex;
    align-items: flex-start;
    max-width: 800px;
    position: relative;
    z-index: 10;
    flex-direction: column;
    margin: 0 auto;
}.explore_now_peW .container {
    position: relative;
}.explore_now_peW .container p {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    color: #000000;
    z-index: 5;
    margin: 0 0 50px 0;
    display: inline-block;
    font-weight: 700;
    font-size: 35px;
    padding: 30px 50px;
    border-radius: 0 24px 24px 24px;
    line-height: 1.4;
    background: #ffffff;
}.explore_now_peW .container p::before {
    position: absolute;
    top: 0;
    z-index: -1;
    content: '';
    height: 30px;
    left: 0;
    background: rgb(226,164,192);
    width: 30px;
}.explore_now_peW .support_info_M4g {
    position: relative;
    padding: 20px 40px;
    border-radius: 24px 0 24px 24px;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    z-index: 5;
    align-self: flex-end;
    background: rgb(226,164,192);
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s ease;
}.explore_now_peW .support_info_M4g::before {
    height: 30px;
    position: absolute;
    z-index: -1;
    content: '';
    width: 30px;
    background: rgb(202,120,156);
    right: 0;
    top: 0;
}.explore_now_peW .support_info_M4g::after {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    transform: translateX(-101%);
    transition: transform 0.4s ease;
    background: rgb(202,120,156);
    z-index: -2;
    left: 0;
    content: '';
}.explore_now_peW .support_info_M4g:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.explore_now_peW .support_info_M4g:hover::after {
    transform: translateX(0);
}.explore_now_peW .master_sessions_JYR::before {
    left: -30px;
    width: 60px;
    content: '';
    background: rgb(226,164,192,0.5);
    top: 50%;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    opacity: 0.2;
    transform: translateY(-50%);
    height: 60px;
}.explore_now_peW .master_sessions_JYR::after {
    bottom: -30px;
    z-index: -1;
    width: 100px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    height: 100px;
    background: rgb(202,120,156,0.5);
    content: '';
    right: -30px;
}

@media (max-width: 991px) {.explore_now_peW {
    padding: 90px 0;
}.explore_now_peW .container p {
    padding: 25px 40px;
    font-size: calc(20px * 1.2);
    margin-bottom: 40px;
}.explore_now_peW .support_info_M4g {
    padding: 18px 35px;
}
}

@media (max-width: 767px) {.explore_now_peW {
    padding: 70px 0;
}.explore_now_peW .container p {
    margin-bottom: 30px;
    font-size: 20px;
    padding: 20px 30px;
    border-radius: 0 10px 10px 10px;
}.explore_now_peW .support_info_M4g {
    border-radius: 10px 0 10px 10px;
    padding: 15px 30px;
}.explore_now_peW .container p::before,
    .explore_now_peW .support_info_M4g::before {
    height: 20px;
    width: 20px;
}
}

@media (max-width: 480px) {.explore_now_peW {
    padding: 50px 0;
}.explore_now_peW .master_sessions_JYR {
    align-items: stretch;
}.explore_now_peW .container p {
    width: 100%;
    font-size: calc(15px * 1.2);
    margin-bottom: 25px;
    padding: 15px 20px;
}.explore_now_peW .support_info_M4g {
    font-size: calc(18px * 0.9);
    padding: 12px 25px;
    align-self: flex-start;
}}.tyFrame_CT8 {
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(246,217,229) 0%, #ffffff 100%);
    position: relative;
}.tyFrame_CT8::before {
    width: 100%;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(circle at 15% 15%, rgb(226,164,192,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(202,120,156,0.5) 0%, transparent 45%);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}.tyFrame_CT8::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(202,120,156) 50%, transparent);
    position: absolute;
    content: "";
    bottom: 20%;
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    transform-origin: left;
    left: 10%;
    width: 80%;
    height: 1px;
}.tyFrame_CT8 .container {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    transform: translateY(30px);
    margin: 0 auto;
    opacity: 0;
    z-index: 1;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
}.tyFrame_CT8 h2 {
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    line-height: 1.3;
    color: rgb(226,164,192);
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    opacity: 0;
    max-width: 90%;
    font-size: 28px;
    transform: translateY(20px);
    position: relative;
    font-weight: 700;
}.tyFrame_CT8 h2::after {
    left: 0;
    position: absolute;
    height: 4px;
    transform-origin: left;
    width: 80px;
    background: linear-gradient(90deg, rgb(202,120,156), transparent);
    bottom: -12px;
    animation: lineExpand 0.6s ease-out 1s forwards;
    content: "";
    transform: scaleX(0);
}.tyFrame_CT8 .master_sessions_JYR {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    opacity: 0;
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    padding: 3rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    border-left: 4px solid rgb(202,120,156);
}.tyFrame_CT8 .master_sessions_JYR::before {
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    top: 20px;
    height: 60px;
    background: linear-gradient(135deg, rgb(202,120,156,0.5) 0%, transparent 70%);
    width: 60px;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 20px;
    opacity: 0.5;
    transform: scale(0);
}.tyFrame_CT8 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.tyFrame_CT8 li {
    position: relative;
    opacity: 0;
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    transform: translateY(15px);
}.tyFrame_CT8 li::before {
    content: "";
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    width: 0.5rem;
    background-color: rgb(202,120,156);
    left: -1.5rem;
    top: 0.5rem;
    position: absolute;
    height: 0.5rem;
    transform: rotate(45deg) scale(0);
}.tyFrame_CT8 li span {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    font-size: calc(15px * 1.1);
    letter-spacing: 0.01em;
    position: relative;
    display: block;
}

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

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}

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

@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.tyFrame_CT8 {
    padding: 6rem 0;
}.tyFrame_CT8 h2 {
    max-width: 100%;
    font-size: calc(28px * 0.9);
}.tyFrame_CT8 .master_sessions_JYR {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.tyFrame_CT8 {
    padding: 5rem 0;
}.tyFrame_CT8 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.tyFrame_CT8 .master_sessions_JYR {
    padding: 2rem;
}.tyFrame_CT8 li span {
    font-size: 15px;
}.tyFrame_CT8 .master_sessions_JYR::before {
    top: 15px;
    width: 45px;
    height: 45px;
    right: 15px;
}
}

@media (max-width: 575px) {.tyFrame_CT8 {
    padding: 4rem 0;
}.tyFrame_CT8 .container {
    padding: 0 1.5rem;
}.tyFrame_CT8 h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.75rem;
}.tyFrame_CT8 .master_sessions_JYR {
    padding: 1.5rem;
}.tyFrame_CT8 li::before {
    width: 0.4rem;
    left: -1.25rem;
    height: 0.4rem;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    top: 0;
    right: 0;
    opacity: 0.9;
    position: absolute;
    background: linear-gradient(to right, rgb(202,120,156), rgb(226,164,192));
    content: "";
    left: 0;
    z-index: -2;
    bottom: 0;
}footer::after {
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
}.copy_notice_C1T {
    padding: 5rem 0 2rem;
    position: relative;
    color: #ffffff;
}.copy_notice_C1T::before {
    position: absolute;
    top: 0;
    height: 10px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(226,164,192), rgb(202,120,156), rgb(226,164,192));
    content: "";
}.copy_notice_C1T .container {
    gap: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}.copy_notice_C1T .company_holder {
    grid-column: span 5;
    padding: 0;
    position: relative;
}.copy_notice_C1T .company_holder h3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding-bottom: 1rem;
    font-size: 34px;
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 700;
}.copy_notice_C1T .company_holder h3::after {
    position: absolute;
    background: #ffffff;
    width: 80px;
    left: 0;
    height: 2px;
    content: "";
    bottom: -2px;
}.copy_notice_C1T .student_aid_Rz9 {
    margin-top: 1.5rem;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 0 1.5rem;
    color: #ffffff;
}.copy_notice_C1T .award_show_Z4t {
    grid-column: span 7;
}.copy_notice_C1T .header_know_uUy {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.copy_notice_C1T .top_expert_tEX {
    position: relative;
}.copy_notice_C1T .top_expert_tEX h5 {
    font-weight: 600;
    position: relative;
    font-size: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding-bottom: 0.8rem;
    margin: 0 0 1.5rem;
}.copy_notice_C1T .top_expert_tEX h5::after {
    position: absolute;
    background: #ffffff;
    height: 2px;
    left: 0;
    bottom: -2px;
    content: "";
    width: 40px;
}.copy_notice_C1T .top_expert_tEX .header_know_uUy {
    display: grid;
    gap: 1rem;
}.copy_notice_C1T .top_expert_tEX .header_know_uUy a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 16px;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
}.copy_notice_C1T .top_expert_tEX .header_know_uUy a::after {
    margin-left: 0.5rem;
    content: "\2192";
    transition: all 0.3s ease;
    transform: translateX(-5px);
    opacity: 0;
}.copy_notice_C1T .top_expert_tEX .header_know_uUy a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.copy_notice_C1T .top_expert_tEX .header_know_uUy a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.footer_social_t1G {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2rem 0;
    margin-top: 4rem;
}.footer_social_t1G .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.footer_social_t1G .conduct_code_gF5 {
    font-size: 13px;
    text-align: center;
    opacity: 0.9;
    padding: 0 1rem;
    color: #ffffff;
    position: relative;
}.copy_notice_C1T::after {
    position: absolute;
    height: 50px;
    right: 2rem;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
}.copy_notice_C1T .company_holder::before {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    position: absolute;
    content: "";
}.copy_notice_C1T .company_holder::after {
    left: 0;
    height: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    position: absolute;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    bottom: 0;
}.copy_notice_C1T .award_show_Z4t::after {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    right: 0;
    height: 50px;
    bottom: 0;
    width: 50px;
}

@media (max-width: 1200px) {.copy_notice_C1T .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.copy_notice_C1T {
    padding: 4rem 0 2rem;
}.copy_notice_C1T .container {
    grid-template-columns: 1fr;
}.copy_notice_C1T .company_holder,
    .copy_notice_C1T .award_show_Z4t {
    grid-column: span 12;
}.copy_notice_C1T .company_holder {
    margin-bottom: 2rem;
}.copy_notice_C1T::after,
    .copy_notice_C1T .company_holder::before,
    .copy_notice_C1T .company_holder::after,
    .copy_notice_C1T .award_show_Z4t::after {
    display: none;
}
}

@media (max-width: 768px) {.copy_notice_C1T {
    padding: 3rem 0 1.5rem;
}.copy_notice_C1T .header_know_uUy {
    gap: 1.5rem;
}.copy_notice_C1T .company_holder h3 {
    font-size: calc(34px - 2px);
}.footer_social_t1G {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.copy_notice_C1T {
    padding: 2.5rem 0 1rem;
}.copy_notice_C1T .header_know_uUy {
    gap: 2rem;
    grid-template-columns: 1fr;
}.copy_notice_C1T .student_aid_Rz9 {
    padding-left: 1rem;
}.footer_social_t1G {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.copy_notice_C1T .company_holder h3::after,
    .copy_notice_C1T .top_expert_tEX h5::after {
    width: 30px;
}.copy_notice_C1T .top_expert_tEX .header_know_uUy a:hover {
    padding-left: 0.3rem;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(226,164,192);
}header .top_plank .prime_learnpro_K7U div svg, header .top_plank .prime_learnpro_K7U div svg path {
    fill: #ffffff;
}header .top_plank .prime_learnpro_K7U div span {
    color: #ffffff;
}header .top_plank .prime_learnpro_K7U {
    justify-content: flex-start;
    line-height: 21px;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
}header .top_plank .prime_learnpro_K7U div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .prime_learnpro_K7U div img, header .top_plank .prime_learnpro_K7U div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.contacts_hTb {
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgba(245, 248, 255, 0.95) 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 5rem 0;
}.contacts_hTb::before {
    content: '';
    height: 100%;
    background: linear-gradient(45deg, rgb(226,164,192,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    z-index: -1;
    transform: skewY(-3deg);
    transform-origin: top left;
    top: 0;
    left: 0;
}.contacts_hTb::after {
    position: absolute;
    right: -5%;
    top: -10%;
    height: 60%;
    animation: float 15s infinite ease-in-out;
    content: '';
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
    width: 30%;
    background: linear-gradient(to right, transparent, rgb(202,120,156,0.5) 70%);
}.contacts_hTb .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.contacts_hTb .contact_widget_oQT {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform-style: preserve-3d;
    position: relative;
    padding: 3rem 2rem;
    transition: transform 0.5s ease-out;
}.contacts_hTb .contact_widget_oQT:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contacts_hTb h3 {
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 33px;
    transform: translateZ(30px);
    color: rgb(226,164,192);
    display: inline-block;
}.contacts_hTb h3::after {
    left: 0;
    content: '';
    position: absolute;
    height: 3px;
    bottom: -10px;
    background: rgb(226,164,192);
    transition: width 0.3s ease;
    width: 40%;
}.contacts_hTb .contact_widget_oQT:hover h3::after {
    width: 100%;
}.contacts_hTb p {
    max-width: 90%;
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease-out;
}.contacts_hTb .contact_widget_oQT > div:first-of-type p {
    padding-left: 1rem;
    border-left: 3px solid rgb(202,120,156);
    font-style: italic;
}.contacts_hTb h5 {
    font-size: 19px;
    margin-bottom: 0.5rem;
    gap: 0.75rem;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: 600;
}.contacts_hTb .online_form_KRT {
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    flex-direction: column;
    list-style: none;
    gap: 1.25rem;
    display: flex;
    margin: 1.5rem 0 0;
}.contacts_hTb .online_form_KRT::before {
    width: 50px;
    height: 10px;
    top: -5px;
    left: 0;
    background: #ffffff;
    position: absolute;
    content: '';
}.contacts_hTb .online_form_KRT li {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.contacts_hTb .online_form_KRT li:hover {
    transform: translateX(10px);
}.contacts_hTb .write_page_Ikx {
    font-size: calc(15px * 0.95);
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
    gap: 0.75rem;
}.contacts_hTb .write_page_Ikx:hover {
    color: rgb(226,164,192);
}.contacts_hTb .write_page_Ikx svg {
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
}.contacts_hTb .write_page_Ikx:hover svg {
    transform: scale(1.2) rotate(5deg);
}.contacts_hTb svg {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
    transform-origin: center;
}.contacts_hTb svg path {
    transition: fill 0.3s ease;
}.contacts_hTb .write_page_Ikx:hover svg path {
    fill: rgb(226,164,192);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-5deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@media screen and (min-width: 768px) {.contacts_hTb .contact_widget_oQT {
    padding: 4rem 3rem;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    display: grid;
}.contacts_hTb .contact_widget_oQT > div:first-of-type {
    grid-column: 1 / -1;
}.contacts_hTb .online_form_KRT {
    flex-wrap: wrap;
    grid-column: 1 / -1;
    justify-content: space-between;
    flex-direction: row;
}.contacts_hTb h3 {
    font-size: calc(33px * 1.2);
    margin-bottom: 2rem;
}.contacts_hTb p {
    font-size: calc(15px * 1.05);
}
}

@media screen and (min-width: 992px) {.contacts_hTb {
    padding: 7rem 0;
}.contacts_hTb .contact_widget_oQT {
    padding: 5rem;
    grid-template-columns: repeat(12, 1fr);
}.contacts_hTb .contact_widget_oQT > div:first-of-type {
    grid-column: 1 / 9;
}.contacts_hTb .contact_widget_oQT > div:nth-of-type(2) {
    grid-column: 9 / 13;
}.contacts_hTb .online_form_KRT {
    grid-column: 1 / 13;
    gap: 3rem;
    justify-content: flex-start;
}.contacts_hTb h3 {
    margin-left: -20px;
    transform: translateZ(50px);
}
}

@media (hover: hover) {.contacts_hTb .contact_widget_oQT > div:hover p {
    transform: translateX(5px);
}.contacts_hTb .write_page_Ikx:active svg {
    transform: scale(0.9);
}
}

@media (prefers-reduced-motion) {.contacts_hTb .contact_widget_oQT,
    .contacts_hTb .online_form_KRT li,
    .contacts_hTb svg {
    transform: none !important;
    animation: none !important;
    transition: none;
}.contacts_hTb::after {
    animation: none;
}}.course_program_details_jSC {
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
    background: rgb(246,217,229);
}.course_program_details_jSC::before {
    top: 0;
    opacity: 0.6;
    height: 100%;
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgb(226,164,192,0.5) 100%);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
}.course_program_details_jSC::after {
    top: 0;
    z-index: 1;
    animation: gridShift 30s infinite linear;
    opacity: 0.15;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 4rem 4rem;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(202,120,156,0.5) 15px, rgb(202,120,156,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(226,164,192,0.5) 15px, rgb(226,164,192,0.5) 16px);
}.course_program_details_jSC .container {
    position: relative;
    z-index: 3;
}.course_program_details_jSC .master_sessions_JYR {
    grid-template-rows: repeat(8, minmax(50px, auto));
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
}.course_program_details_jSC .learn_plan_XYM {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 5;
    grid-column: 1 / 9;
    border-radius: 18px;
    padding: 3rem;
    grid-row: 2 / 8;
}.course_program_details_jSC .full_width_image_yLX {
    overflow: hidden;
    grid-row: 1 / 7;
    position: relative;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    grid-column: 7 / 13;
    border-radius: 18px;
    z-index: 3;
}.course_program_details_jSC .full_width_image_yLX::before {
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(226,164,192,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    z-index: 2;
    width: 100%;
    content: "";
}.course_program_details_jSC .full_width_image_yLX::after {
    width: 70%;
    opacity: 0.6;
    right: -5px;
    border: 2px solid rgb(202,120,156);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    content: "";
    height: 70%;
    position: absolute;
    bottom: -5px;
    border-radius: 10px;
    z-index: 1;
}.course_program_details_jSC .top_site_Bz0 {
    background: #ffffff;
    transition: transform 0.3s ease-out;
    align-items: center;
    width: 5rem;
    position: absolute;
    height: 5rem;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    top: -2rem;
    transform: rotate(-5deg);
    right: 3rem;
}.course_program_details_jSC .top_site_Bz0:hover {
    transform: rotate(0deg) scale(1.05);
}.course_program_details_jSC .top_site_Bz0 svg {
    height: 3rem;
    transition: all 0.3s ease;
    width: 3rem;
}.course_program_details_jSC .top_site_Bz0:hover svg {
    transform: scale(1.1);
}.course_program_details_jSC .top_site_Bz0 svg path {
    fill: rgb(226,164,192);
}.course_program_details_jSC h3 {
    border-left: 4px solid rgb(226,164,192);
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    padding-left: 1rem;
    font-size: 33px;
    margin-bottom: 1.5rem;
    position: relative;
}.course_program_details_jSC p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
}.course_program_details_jSC .master_sessions_JYR::before {
    z-index: 1;
    filter: blur(100px);
    animation: moveCircle 20s infinite alternate;
    left: -6rem;
    top: -6rem;
    height: 12rem;
    position: absolute;
    width: 12rem;
    opacity: 0.6;
    border-radius: 50%;
    background: rgb(226,164,192,0.5);
    content: "";
}.course_program_details_jSC .master_sessions_JYR::after {
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    height: 8rem;
    opacity: 0.5;
    filter: blur(80px);
    width: 8rem;
    bottom: -4rem;
    background: rgb(202,120,156,0.5);
    animation: moveCircle 15s infinite alternate-reverse;
    content: "";
    right: -4rem;
}.course_program_details_jSC .learn_plan_XYM::before {
    border-radius: 0 10px 0 10px;
    height: 5px;
    top: 0;
    width: 100px;
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(90deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
}.course_program_details_jSC .learn_plan_XYM::after {
    content: "";
    width: 5px;
    position: absolute;
    height: 100px;
    background: linear-gradient(180deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
    bottom: 0;
    right: 0;
    border-radius: 0 0 10px 0;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course_program_details_jSC {
    padding: 7rem 0;
}.course_program_details_jSC .master_sessions_JYR {
    gap: 0.75rem;
}.course_program_details_jSC .learn_plan_XYM {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.course_program_details_jSC .full_width_image_yLX {
    grid-column: 6 / 13;
}.course_program_details_jSC .top_site_Bz0 {
    right: 2rem;
}
}

@media (max-width: 992px) {.course_program_details_jSC {
    padding: 6rem 0;
}.course_program_details_jSC .master_sessions_JYR {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
    display: grid;
}.course_program_details_jSC .learn_plan_XYM {
    padding: 2.5rem;
    grid-row: 2 / 3;
    grid-column: auto;
}.course_program_details_jSC .full_width_image_yLX {
    grid-row: 1 / 2;
    grid-column: auto;
    height: 350px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}.course_program_details_jSC .top_site_Bz0 {
    right: 3rem;
    top: auto;
    bottom: -2rem;
}.course_program_details_jSC h3 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.course_program_details_jSC {
    padding: 5rem 0;
}.course_program_details_jSC .learn_plan_XYM {
    padding: 2rem;
}.course_program_details_jSC .full_width_image_yLX {
    height: 300px;
}.course_program_details_jSC .top_site_Bz0 {
    width: 4.5rem;
    bottom: -1.5rem;
    right: 2rem;
    height: 4.5rem;
}.course_program_details_jSC .top_site_Bz0 svg {
    width: 2.5rem;
    height: 2.5rem;
}.course_program_details_jSC h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.25rem;
}.course_program_details_jSC p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.course_program_details_jSC .learn_plan_XYM::before {
    width: 70px;
}.course_program_details_jSC .learn_plan_XYM::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course_program_details_jSC {
    padding: 4rem 0;
}.course_program_details_jSC .learn_plan_XYM {
    padding: 1.5rem;
}.course_program_details_jSC .full_width_image_yLX {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.course_program_details_jSC .top_site_Bz0 {
    right: 1.5rem;
    bottom: -1.25rem;
    width: 4rem;
    height: 4rem;
}.course_program_details_jSC .top_site_Bz0 svg {
    width: 2.25rem;
    height: 2.25rem;
}.course_program_details_jSC h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1rem;
    padding-left: 0.75rem;
}.course_program_details_jSC p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.course_program_details_jSC .learn_plan_XYM::before {
    width: 50px;
}.course_program_details_jSC .learn_plan_XYM::after {
    height: 50px;
}.course_program_details_jSC .master_sessions_JYR::before,
    .course_program_details_jSC .master_sessions_JYR::after {
    display: none;
}}.cookie_dialog_banner_3M2 {
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(226,164,192);
    padding: 20px;
    font-family: Arial, sans-serif;
    bottom: 0;
    background: rgb(246,217,229);
    z-index: 1050;
    overflow: hidden;
}.cookies_consent_hOm {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    display: flex;
}.track_edu_PeM {
    margin-right: 20px;
    flex-shrink: 0;
}#cookieUsageBanner_Trn {
    display: none;
}#cookieUsageBanner_Trn:checked ~ .cookie_dialog_banner_3M2 {
    visibility: hidden;
    opacity: 0;
}.track_edu_PeM svg {
    width: 60px;
    fill: rgb(226,164,192);
    transition: fill 0.3s ease-in-out;
    height: 60px;
}.visitor_settings_Bek {
    margin-right: 20px;
    flex-grow: 1;
}.visitor_settings_Bek h5 {
    font-weight: 700;
    font-size: 24px;
    color: rgb(226,164,192);
    margin-bottom: 5px;
}.visitor_settings_Bek p {
    font-size: 12px;
    margin-bottom: 0;
    color: #000000;
}.privacy_gate_f3Q {
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 17px;
}.privacy_gate_f3Q {
    border: 1px solid rgb(226,164,192);
    color: #ffffff;
    background-color: rgb(226,164,192);
}.privacy_gate_f3Q:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie_dialog_banner_3M2 p a {
    color: rgb(226,164,192);
    text-decoration: underline;
}.cookie_dialog_banner_3M2 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.visitor_settings_Bek h5 {
    font-size: calc(24px - 2px);
}.visitor_settings_Bek p {
    font-size: calc(12px - 2px);
}.privacy_gate_f3Q {
    padding: 8px 16px;
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.cookies_consent_hOm {
    align-items: center;
    flex-direction: column;
}.track_edu_PeM {
    margin-bottom: 15px;
}.visitor_settings_Bek {
    text-align: center;
    margin-bottom: 20px;
}.privacy_gate_f3Q {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.our_background_FVU {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    background: rgb(246,217,229);
}.our_background_FVU::before {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background-image: linear-gradient(120deg, rgb(226,164,192,0.5) 0%, transparent 75%);
    left: 0;
    content: "";
    z-index: 1;
}.our_background_FVU .container {
    z-index: 2;
    position: relative;
}.our_background_FVU .master_sessions_JYR {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
}.our_background_FVU h3 {
    grid-column: 1 / -1;
    margin-bottom: 60px;
    font-size: 43px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
}.our_background_FVU h3::after {
    content: "";
    bottom: -15px;
    height: 5px;
    background: rgb(226,164,192);
    position: absolute;
    left: 0;
    width: 60%;
}.our_background_FVU .creds_block_NEa {
    z-index: 1;
    position: relative;
    grid-column: 1 / 7;
}.our_background_FVU .expert_learnings_eyg {
    z-index: 1;
    position: relative;
    grid-column: 7 / -1;
}.our_background_FVU .creds_block_NEa span {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 1px;
    color: rgb(226,164,192);
    font-weight: 700;
    text-transform: uppercase;
}.our_background_FVU .creds_block_NEa p,
.our_background_FVU .expert_learnings_eyg p {
    font-size: 14px;
    padding-right: 20px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 30px;
}.our_background_FVU .full_width_image_yLX,
.our_background_FVU .corp_culture_Ksn {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    border-radius: 0;
    box-shadow: 15px 15px 0 rgb(226,164,192,0.5);
    overflow: hidden;
    height: 360px;
}.our_background_FVU .corp_culture_Ksn {
    box-shadow: 15px 15px 0 rgb(202,120,156,0.5);
}.our_background_FVU .full_width_image_yLX:hover,
.our_background_FVU .corp_culture_Ksn:hover {
    transform: translateY(-10px);
    box-shadow: 20px 20px 0 rgb(226,164,192,0.5);
}.our_background_FVU .corp_culture_Ksn:hover {
    box-shadow: 20px 20px 0 rgb(202,120,156,0.5);
}.our_background_FVU .creds_block_NEa,
.our_background_FVU .expert_learnings_eyg {
    position: relative;
}.our_background_FVU .creds_block_NEa::before {
    bottom: -20px;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(226,164,192,0.5),
        rgb(226,164,192,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    z-index: -1;
    content: "";
    height: 100px;
    width: 100px;
    left: -20px;
}.our_background_FVU .expert_learnings_eyg::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(202,120,156,0.5),
        rgb(202,120,156,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    position: absolute;
    content: "";
    height: 100px;
    top: -20px;
    right: -20px;
    z-index: -1;
    width: 100px;
}.our_background_FVU .full_width_image_yLX::after,
.our_background_FVU .corp_culture_Ksn::after {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    content: "";
}.our_background_FVU .full_width_image_yLX::before,
.our_background_FVU .corp_culture_Ksn::before {
    height: 100%;
    transition: all 0.6s;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    content: "";
    transform: skewX(-25deg);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}.our_background_FVU .full_width_image_yLX:hover::before,
.our_background_FVU .corp_culture_Ksn:hover::before {
    left: 100%;
}.our_background_FVU .master_sessions_JYR::after {
    width: 200px;
    border: 2px dashed rgb(226,164,192,0.5);
    border-radius: 50%;
    animation: rotate 60s linear infinite;
    right: -100px;
    height: 200px;
    z-index: -1;
    top: -100px;
    position: absolute;
    content: "";
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.our_background_FVU {
    padding: 90px 0;
}.our_background_FVU h3 {
    margin-bottom: 50px;
}.our_background_FVU .full_width_image_yLX,
    .our_background_FVU .corp_culture_Ksn {
    height: 320px;
}
}

@media (max-width: 992px) {.our_background_FVU .master_sessions_JYR {
    grid-template-columns: 1fr;
}.our_background_FVU .creds_block_NEa,
    .our_background_FVU .expert_learnings_eyg {
    grid-column: 1 / -1;
    margin-bottom: 50px;
}.our_background_FVU .expert_learnings_eyg {
    margin-bottom: 0;
}.our_background_FVU h3 {
    margin-bottom: 40px;
}.our_background_FVU .full_width_image_yLX,
    .our_background_FVU .corp_culture_Ksn {
    height: 400px;
}.our_background_FVU .creds_block_NEa p,
    .our_background_FVU .expert_learnings_eyg p {
    padding-right: 0;
}
}

@media (max-width: 768px) {.our_background_FVU {
    padding: 70px 0;
}.our_background_FVU h3 {
    margin-bottom: 35px;
    font-size: calc(43px * 0.8);
}.our_background_FVU .creds_block_NEa,
    .our_background_FVU .expert_learnings_eyg {
    margin-bottom: 40px;
}.our_background_FVU .full_width_image_yLX,
    .our_background_FVU .corp_culture_Ksn {
    box-shadow: 10px 10px 0 rgb(226,164,192,0.5);
    height: 350px;
}.our_background_FVU .corp_culture_Ksn {
    box-shadow: 10px 10px 0 rgb(202,120,156,0.5);
}.our_background_FVU .full_width_image_yLX:hover,
    .our_background_FVU .corp_culture_Ksn:hover {
    box-shadow: 15px 15px 0 rgb(226,164,192,0.5);
}.our_background_FVU .corp_culture_Ksn:hover {
    box-shadow: 15px 15px 0 rgb(202,120,156,0.5);
}
}

@media (max-width: 576px) {.our_background_FVU {
    padding: 50px 0;
}.our_background_FVU h3 {
    font-size: calc(43px * 0.7);
    margin-bottom: 30px;
}.our_background_FVU h3::after {
    bottom: -10px;
    width: 50%;
    height: 4px;
}.our_background_FVU .creds_block_NEa span {
    font-size: calc(20px * 0.9);
    margin-bottom: 15px;
}.our_background_FVU .creds_block_NEa p,
    .our_background_FVU .expert_learnings_eyg p {
    font-size: calc(14px * 0.95);
    margin-bottom: 20px;
    line-height: 1.7;
}.our_background_FVU .full_width_image_yLX,
    .our_background_FVU .corp_culture_Ksn {
    height: 280px;
    box-shadow: 8px 8px 0 rgb(226,164,192,0.5);
}.our_background_FVU .corp_culture_Ksn {
    box-shadow: 8px 8px 0 rgb(202,120,156,0.5);
}.our_background_FVU .full_width_image_yLX:hover,
    .our_background_FVU .corp_culture_Ksn:hover {
    box-shadow: 10px 10px 0 rgb(226,164,192,0.5);
}.our_background_FVU .corp_culture_Ksn:hover {
    box-shadow: 10px 10px 0 rgb(202,120,156,0.5);
}.our_background_FVU .creds_block_NEa::before,
    .our_background_FVU .expert_learnings_eyg::before {
    width: 80px;
    height: 80px;
}}

.our_background_FVU .expert_learnings_eyg p {
    position: relative;
    font-style: italic;
    padding-left: 20px;
}.our_background_FVU .expert_learnings_eyg p::before {
    background: rgb(202,120,156);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    content: "";
}.title_intro_ncR {
    overflow: hidden;
    position: relative;
    width: 100%;
}.title_intro_ncR .edu_welcome_c9x {
    z-index: 1;
    align-items: center;
    position: relative;
    padding: 8% 10%;
    min-height: 100vh;
    justify-content: flex-start;
    display: flex;
}.title_intro_ncR .edu_welcome_c9x::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(25,25,35,0.6) 50%, rgba(0,0,0,0.8) 100%);
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    left: 0;
}.title_intro_ncR .edu_welcome_c9x::after {
    transform: skewY(-8deg);
    z-index: -1;
    pointer-events: none;
    left: -10%;
    position: absolute;
    content: "";
    top: -10%;
    height: 120%;
    background: linear-gradient(to right, rgb(226,164,192,0.5) 0%, transparent 30%, transparent 70%, rgb(202,120,156,0.5) 100%);
    width: 120%;
}.title_intro_ncR .skill_space_HWw {
    z-index: 2;
    opacity: 0;
    max-width: 750px;
    animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    position: relative;
    transform: translateX(calc(5% + 5vw));
}.title_intro_ncR .skill_space_HWw::before {
    top: 50%;
    position: absolute;
    content: "";
    animation: lineGrow 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    height: 0;
    background: rgb(226,164,192);
    transform: translateY(-50%);
    left: -5vw;
    width: 3px;
}.title_intro_ncR .skill_space_HWw::after {
    position: absolute;
    transform: scaleX(0);
    height: 4px;
    width: 80px;
    left: 0;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
    bottom: -40px;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.2s;
}.title_intro_ncR h1 {
    opacity: 0;
    line-height: 1.1;
    color: #ffffff;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.4s;
    transform: translateY(30px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
    font-weight: 700;
    position: relative;
    margin-bottom: 2rem;
}.title_intro_ncR h1::after {
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    bottom: -0.5rem;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    background: rgb(226,164,192);
    width: 60px;
    transform-origin: left;
    content: "";
    left: 0;
}.title_intro_ncR h3 {
    font-size: clamp(1.2rem, 2vw + 0.5rem, 1.8rem);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    transform: translateY(20px);
    max-width: 90%;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    line-height: 1.4;
}.title_intro_ncR p {
    margin-top: 2rem;
    max-width: 85%;
    padding-left: 16px;
    position: relative;
    color: #ffffff;
    line-height: 1.6;
    transform: translateY(15px);
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    opacity: 0;
    border-left: 2px solid rgb(202,120,156);
}

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

@keyframes slideIn {
  from {
    transform: translateX(calc(10% + 5vw));
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes lineGrow {
  from {
    height: 0;
  }
  to {
    height: 70%;
  }
}

@media (max-width: 1200px) {.title_intro_ncR .edu_welcome_c9x {
    padding: 10% 8%;
}.title_intro_ncR .skill_space_HWw {
    max-width: 650px;
}
}

@media (max-width: 991px) {.title_intro_ncR .edu_welcome_c9x {
    padding: 12% 6%;
    min-height: 90vh;
}.title_intro_ncR .skill_space_HWw::before {
    left: -4vw;
}.title_intro_ncR h1 {
    margin-bottom: 1.5rem;
}.title_intro_ncR h3 {
    max-width: 95%;
}
}

@media (max-width: 768px) {.title_intro_ncR .edu_welcome_c9x {
    padding-top: 25vh;
    padding: 15% 5%;
    align-items: flex-start;
}.title_intro_ncR .skill_space_HWw {
    max-width: 100%;
}.title_intro_ncR .skill_space_HWw::before {
    display: none;
}.title_intro_ncR h1 {
    font-size: clamp(2rem, 7vw, 3rem);
}.title_intro_ncR h3 {
    font-size: clamp(1.1rem, 3.5vw, 1.5rem);
    max-width: 100%;
}.title_intro_ncR p {
    max-width: 100%;
    margin-top: 1.5rem;
}
}

@media (max-width: 576px) {.title_intro_ncR .edu_welcome_c9x {
    padding: 25% 5% 15%;
    min-height: 80vh;
}.title_intro_ncR .edu_welcome_c9x::after {
    transform: skewY(-12deg);
}.title_intro_ncR h1 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.title_intro_ncR h3 {
    font-size: clamp(1rem, 4vw, 1.2rem);
    line-height: 1.5;
}.title_intro_ncR p {
    padding-left: 12px;
    font-size: 1rem;
}.title_intro_ncR .skill_space_HWw::after {
    width: 60px;
    bottom: -25px;
}}.learning_profits_3uH {
    position: relative;
    overflow: hidden;
    background: linear-gradient(210deg, #000000 0%, rgb(246,217,229) 100%);
    padding: 100px 0;
}.learning_profits_3uH::before {
    height: 200%;
    transform: rotate(15deg);
    width: 140%;
    top: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgb(226,164,192,0.5),
        rgb(226,164,192,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    animation: gridMove 40s linear infinite;
    opacity: 0.07;
    left: -20%;
    content: '';
}.learning_profits_3uH::after {
    height: 600px;
    right: -300px;
    bottom: -300px;
    filter: blur(80px);
    width: 600px;
    position: absolute;
    background: radial-gradient(circle, rgb(202,120,156,0.5) 0%, transparent 70%);
    border-radius: 50%;
    content: '';
    animation: pulse 15s infinite alternate;
}.learning_profits_3uH .master_sessions_JYR {
    grid-template-columns: 1fr 1.2fr;
    z-index: 1;
    max-width: 1280px;
    gap: 70px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    display: grid;
}.learning_profits_3uH .full_width_image_yLX {
    min-height: 550px;
    border-radius: 21px;
    transition: transform 0.7s ease;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    transform: perspective(1200px) rotateY(5deg);
    position: relative;
}.learning_profits_3uH .full_width_image_yLX::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 2;
    inset: 0;
    content: '';
}.learning_profits_3uH .full_width_image_yLX::after {
    background: linear-gradient(to bottom, transparent 70%, rgb(226,164,192,0.5) 100%);
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}.learning_profits_3uH .full_width_image_yLX:hover {
    transform: perspective(1200px) rotateY(0deg);
}.learning_profits_3uH .text_cell_1tF {
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.learning_profits_3uH .text_cell_1tF::before {
    opacity: 0.3;
    border: 2px solid rgb(226,164,192,0.5);
    top: -30px;
    width: 150px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    right: -30px;
    content: '';
    height: 150px;
    z-index: -1;
    animation: morphing 10s linear infinite;
}.learning_profits_3uH h2 {
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 36px;
}.learning_profits_3uH h2::before {
    left: -30px;
    position: absolute;
    height: 2px;
    background-color: rgb(226,164,192);
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}.learning_profits_3uH .text_main_holder {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 30px;
}.learning_profits_3uH .text_main_holder > div {
    display: flex;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    gap: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.learning_profits_3uH .text_main_holder > div::before {
    width: 5px;
    opacity: 0.8;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(226,164,192), rgb(202,120,156));
    transition: width 0.3s ease;
    content: '';
    left: 0;
}.learning_profits_3uH .text_main_holder > div::after {
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(226,164,192,0.5));
    width: 30%;
}.learning_profits_3uH .text_main_holder > div:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.learning_profits_3uH .text_main_holder > div:hover::before {
    width: 10px;
}.learning_profits_3uH .text_main_holder svg {
    transform: translateY(-2px);
    flex-shrink: 0;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    width: 32px;
    transition: transform 0.3s ease;
    height: 32px;
}.learning_profits_3uH .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.learning_profits_3uH .text_main_holder svg path {
    fill: rgb(202,120,156);
    transition: fill 0.3s ease;
}.learning_profits_3uH .text_main_holder > div:hover svg path {
    fill: rgb(226,164,192);
}.learning_profits_3uH .text_main_holder p {
    line-height: 1.5;
    z-index: 1;
    color: #ffffff;
    position: relative;
    margin: 0;
    font-size: 14px;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.learning_profits_3uH .master_sessions_JYR {
    grid-template-columns: 1fr;
    gap: 50px;
}.learning_profits_3uH .full_width_image_yLX {
    transform: perspective(1200px) rotateY(0);
    min-height: 450px;
}
}

@media (max-width: 768px) {.learning_profits_3uH {
    padding: 80px 0;
}.learning_profits_3uH .full_width_image_yLX {
    min-height: 350px;
}.learning_profits_3uH h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.learning_profits_3uH .text_main_holder {
    grid-template-columns: 1fr;
    gap: 20px;
}.learning_profits_3uH .text_main_holder > div {
    padding: 20px;
}.learning_profits_3uH .text_main_holder svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 576px) {.learning_profits_3uH {
    padding: 60px 0;
}.learning_profits_3uH .master_sessions_JYR {
    gap: 40px;
}.learning_profits_3uH .full_width_image_yLX {
    min-height: 280px;
}.learning_profits_3uH h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.learning_profits_3uH h2::before {
    width: 15px;
    left: -20px;
}.learning_profits_3uH .text_main_holder > div {
    gap: 12px;
    padding: 15px;
}.learning_profits_3uH .text_main_holder svg {
    height: 24px;
    width: 24px;
}}.pricing_deck_GgM {
    background: rgb(246,217,229);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing_deck_GgM::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    content: "";
    left: 0;
    z-index: 0;
}.pricing_deck_GgM .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1400px;
}.pricing_deck_GgM .edu_deals_8A9 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
}.pricing_deck_GgM .study_cost_IVJ {
    margin: 0 auto;
    max-width: 800px;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    text-align: center;
}.pricing_deck_GgM .study_cost_IVJ h2 {
    display: inline-block;
    font-size: 30px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
}.pricing_deck_GgM .study_cost_IVJ h2::after {
    position: absolute;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(226,164,192), rgb(202,120,156));
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 80px;
}.pricing_deck_GgM .skill_offers_7Sj {
    margin-top: 30px;
    font-size: calc(12px + 0.1rem);
    color: #000000;
    line-height: 1.6;
}.pricing_deck_GgM .fee_plan_PQ9 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 20px;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    gap: 30px;
}.pricing_deck_GgM .cost_plan_m3f {
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    will-change: transform;
    color: inherit;
}.pricing_deck_GgM .cost_plan_m3f:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_deck_GgM .pay_options_9Tz {
    background: #ffffff;
    flex-direction: column;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.pricing_deck_GgM .cost_plan_m3f:hover .pay_options_9Tz {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.pricing_deck_GgM .cost_plan_m3f:nth-child(odd) .pay_options_9Tz::before {
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    content: "";
    position: absolute;
    width: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(226,164,192);
    height: 100%;
}.pricing_deck_GgM .cost_plan_m3f:nth-child(even) .pay_options_9Tz::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    position: absolute;
    transform-origin: bottom;
    top: 0;
    right: 0;
    height: 100%;
    content: "";
    transform: scaleY(0);
    background: rgb(202,120,156);
}.pricing_deck_GgM .cost_plan_m3f:hover .pay_options_9Tz::before {
    transform: scaleY(1);
}.pricing_deck_GgM .price_deals_Bex {
    z-index: 1;
    flex: 1;
    display: flex;
    padding: 40px 30px;
    position: relative;
    flex-direction: column;
}.pricing_deck_GgM .price_deals_Bex h3 {
    position: relative;
    font-size: calc(19px + 0.2rem);
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 700;
    transition: color 0.3s ease;
}.pricing_deck_GgM .cost_plan_m3f:hover .price_deals_Bex h3 {
    color: rgb(226,164,192);
}.pricing_deck_GgM .cost_plan_m3f:nth-child(even):hover .price_deals_Bex h3 {
    color: rgb(202,120,156);
}.pricing_deck_GgM .pricing_fees_fbL {
    padding-bottom: 10px;
    position: relative;
    color: rgb(226,164,192);
    display: inline-block;
    font-size: calc(19px + 0.5rem);
    margin: 10px 0 20px;
    font-weight: 700;
}.pricing_deck_GgM .cost_plan_m3f:nth-child(even) .pricing_fees_fbL {
    color: rgb(202,120,156);
}.pricing_deck_GgM .pricing_fees_fbL::after {
    height: 3px;
    background: currentColor;
    left: 0;
    width: 40px;
    bottom: 0;
    opacity: 0.6;
    content: "";
    position: absolute;
}.pricing_deck_GgM .price_deals_Bex p {
    line-height: 1.6;
    word-wrap: break-word;
    margin-top: auto;
    font-size: 12px;
    overflow-wrap: break-word;
    color: #000000;
    hyphens: auto;
    word-break: break-word;
}.pricing_deck_GgM .full_width_image_yLX {
    width: 100%;
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
    transform-origin: center;
}.pricing_deck_GgM .cost_plan_m3f:hover .full_width_image_yLX {
    transform: scale(1.05);
}.pricing_deck_GgM .full_width_image_yLX::after {
    opacity: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    width: 100%;
    bottom: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    left: 0;
    content: "";
}.pricing_deck_GgM .cost_plan_m3f:hover .full_width_image_yLX::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.pricing_deck_GgM {
    padding: 150px 0;
}.pricing_deck_GgM .edu_deals_8A9 {
    gap: 80px;
    grid-template-columns: 1fr;
}.pricing_deck_GgM .fee_plan_PQ9 {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.pricing_deck_GgM .pay_options_9Tz {
    min-height: 480px;
}
}

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

@media (max-width: 767px) {.pricing_deck_GgM {
    padding: 80px 0;
}.pricing_deck_GgM .study_cost_IVJ h2 {
    font-size: calc(30px - 0.4rem);
}.pricing_deck_GgM .skill_offers_7Sj {
    font-size: 12px;
}.pricing_deck_GgM .price_deals_Bex {
    padding: 30px 20px;
}.pricing_deck_GgM .pay_options_9Tz {
    min-height: 400px;
}.pricing_deck_GgM .full_width_image_yLX {
    height: 160px;
}
}

@media (max-width: 480px) {.pricing_deck_GgM {
    padding: 60px 0;
}.pricing_deck_GgM .edu_deals_8A9 {
    gap: 40px;
}.pricing_deck_GgM .fee_plan_PQ9 {
    gap: 25px;
}.pricing_deck_GgM .price_deals_Bex h3 {
    font-size: 19px;
}.pricing_deck_GgM .pricing_fees_fbL {
    font-size: 19px;
}.pricing_deck_GgM .price_deals_Bex p {
    font-size: calc(12px - 0.1rem);
}}.privacy_compartment_021 {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgba(248, 248, 252, 0.95) 100%);
}.privacy_compartment_021::before {
    transform: rotate(-15deg);
    position: absolute;
    filter: blur(80px);
    height: 300px;
    top: -10%;
    content: "";
    right: -5%;
    opacity: 0.4;
    background: linear-gradient(to right, rgb(226,164,192,0.5), rgb(202,120,156,0.5));
    z-index: 0;
    width: 300px;
}.privacy_compartment_021::after {
    transform: rotate(15deg);
    width: 250px;
    content: "";
    background: linear-gradient(to right, rgb(202,120,156,0.5), rgb(226,164,192,0.5));
    left: -5%;
    filter: blur(70px);
    bottom: -10%;
    position: absolute;
    height: 250px;
    opacity: 0.3;
    z-index: 0;
}.privacy_compartment_021 .container {
    padding: 0 20px;
    z-index: 1;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background: rgba(255, 255, 255, 0.85);
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    border-left: 3px solid rgb(226,164,192);
    backdrop-filter: blur(10px);
}.privacy_compartment_021 h1 {
    font-size: 45px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    transform: translateX(-10px);
}.privacy_compartment_021 h1::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(226,164,192) 0%, rgb(202,120,156) 100%);
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    width: 80px;
    height: 3px;
    transition: transform 0.4s ease-out;
    content: "";
    transform-origin: left;
}.privacy_compartment_021 h1:hover::after {
    transform: scaleX(1.5);
}.privacy_compartment_021 h2 {
    position: relative;
    color: #000000;
    padding-left: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 36px;
    margin-top: 40px;
}.privacy_compartment_021 h2::before {
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease;
    top: 0;
    content: "";
    left: 0;
    transform: scaleY(0.8);
    height: 100%;
    background: rgb(226,164,192);
    opacity: 0.8;
    width: 4px;
}.privacy_compartment_021 h2:hover::before {
    transform: scaleY(1.1);
    opacity: 1;
}.privacy_compartment_021 h3 {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: calc(36px * 0.85);
    margin-bottom: 15px;
    margin-top: 30px;
    color: #000000;
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
}.privacy_compartment_021 h4 {
    color: #000000;
    margin-bottom: 12px;
    opacity: 0.9;
    font-size: calc(36px * 0.75);
    margin-top: 25px;
    font-weight: 600;
}.privacy_compartment_021 p {
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
    transition: transform 0.3s ease;
    max-width: 95%;
    margin-bottom: 20px;
}.privacy_compartment_021 p:hover {
    transform: translateX(5px);
}.privacy_compartment_021 p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.privacy_compartment_021 p strong::after {
    transform-origin: right;
    height: 2px;
    left: 0;
    content: "";
    transform: scaleX(0);
    background: rgb(202,120,156);
    bottom: -2px;
    position: absolute;
    transition: transform 0.3s ease;
    width: 100%;
}.privacy_compartment_021 p strong:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.privacy_compartment_021 span {
    border-left: 2px solid rgb(202,120,156);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    color: #000000;
    font-size: 15px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
    padding: 15px;
    display: block;
    margin-bottom: 30px;
    line-height: 1.6;
    transform: translateY(0);
}.privacy_compartment_021 span:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.privacy_compartment_021 ul {
    list-style: none;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-left: 20px;
}.privacy_compartment_021 li {
    line-height: 1.6;
    transform: translateZ(0);
    color: #000000;
    padding-left: 25px;
    font-size: 15px;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    position: relative;
}.privacy_compartment_021 li::before {
    background: rgb(226,164,192);
    content: "";
    top: 10px;
    border-radius: 50%;
    width: 8px;
    left: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
    opacity: 0.8;
    height: 8px;
    position: absolute;
}.privacy_compartment_021 li:hover {
    transform: translateX(5px);
}.privacy_compartment_021 li:hover::before {
    background: rgb(202,120,156);
    transform: scale(1.3);
}

@media (max-width: 991px) {.privacy_compartment_021 {
    padding: 60px 0;
}.privacy_compartment_021 .container {
    padding: 30px 25px;
}.privacy_compartment_021 h1 {
    margin-bottom: 25px;
    font-size: calc(45px * 0.9);
}.privacy_compartment_021 h2 {
    font-size: calc(36px * 0.9);
    margin-top: 35px;
}.privacy_compartment_021 p, .privacy_compartment_021 span {
    max-width: 100%;
    font-size: calc(15px * 1);
}
}

@media (max-width: 767px) {.privacy_compartment_021 {
    padding: 40px 0;
}.privacy_compartment_021::before,
    .privacy_compartment_021::after {
    height: 200px;
    width: 200px;
}.privacy_compartment_021 .container {
    padding: 25px 20px;
    border-left-width: 2px;
}.privacy_compartment_021 h1 {
    transform: translateX(0);
    margin-bottom: 20px;
    font-size: calc(45px * 0.8);
}.privacy_compartment_021 h1::after {
    width: 60px;
}.privacy_compartment_021 h2 {
    font-size: calc(36px * 0.85);
    padding-left: 12px;
    margin-top: 30px;
}.privacy_compartment_021 h2::before {
    width: 3px;
}.privacy_compartment_021 h3 {
    font-size: calc(36px * 0.75);
}.privacy_compartment_021 h4 {
    font-size: calc(36px * 0.7);
}.privacy_compartment_021 p, .privacy_compartment_021 span, .privacy_compartment_021 li {
    font-size: calc(15px * 0.95);
}.privacy_compartment_021 ul {
    padding-left: 5px;
}.privacy_compartment_021 li {
    padding-left: 20px;
}
}

@media (max-width: 480px) {.privacy_compartment_021 {
    padding: 30px 0;
}.privacy_compartment_021::before,
    .privacy_compartment_021::after {
    opacity: 0.25;
}.privacy_compartment_021 .container {
    padding: 20px 15px;
}.privacy_compartment_021 h1 {
    font-size: calc(45px * 0.7);
}.privacy_compartment_021 h2 {
    font-size: calc(36px * 0.75);
    margin-top: 25px;
}.privacy_compartment_021 h3 {
    font-size: calc(36px * 0.7);
}.privacy_compartment_021 h4 {
    font-size: calc(36px * 0.65);
}.privacy_compartment_021 p, .privacy_compartment_021 span, .privacy_compartment_021 li {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.privacy_compartment_021 p:hover,
    .privacy_compartment_021 li:hover,
    .privacy_compartment_021 span:hover {
    transform: none;
}}.data_summary_jhZ {
    background: rgb(246,217,229);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.data_summary_jhZ::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(226,164,192,0.5) 0%, transparent 70%);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}.data_summary_jhZ .container {
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    grid-template-rows: auto 1fr;
    padding: 0 20px;
    z-index: 1;
    gap: 60px;
    position: relative;
}.data_summary_jhZ h2 {
    text-align: center;
    grid-column: 1 / -1;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    color: #000000;
}.data_summary_jhZ h2::after {
    bottom: 0;
    left: 50%;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(226,164,192), transparent);
    width: 100%;
    transform: translateX(-50%);
    max-width: 200px;
    position: absolute;
}.data_summary_jhZ ul {
    padding: 0;
    display: grid;
    height: 100%;
    grid-column: 1 / -1;
    grid-template-rows: repeat(2, 1fr);
    list-style: none;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.data_summary_jhZ .expert_upgrade_h07 {
    flex-direction: column;
    border-radius: 25px;
    justify-content: flex-end;
    display: flex;
    min-height: 200px;
    padding: 0;
    height: 100%;
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
}.data_summary_jhZ .expert_upgrade_h07:hover {
    transform: translateY(-10px);
}.data_summary_jhZ .expert_upgrade_h07::before {
    content: "";
    opacity: 0.7;
    height: 100%;
    position: absolute;
    background: #000000;
    z-index: 0;
    left: 0;
    width: 100%;
    top: 0;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(1)::before {
    background: rgb(226,164,192);
    opacity: 0.85;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(2)::before {
    background: rgb(202,120,156);
    opacity: 0.85;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(3)::before {
    background: rgb(226,164,192);
    opacity: 0.7;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(4)::before {
    background: rgb(202,120,156);
    opacity: 0.7;
}.data_summary_jhZ .expert_upgrade_h07 p,
.data_summary_jhZ .expert_upgrade_h07 span {
    color: #ffffff;
    z-index: 1;
    padding: 0 30px;
    position: relative;
}.data_summary_jhZ .expert_upgrade_h07 p {
    font-weight: 700;
    margin: 0 0 10px 0;
    font-size: calc(45px * 1.3);
}.data_summary_jhZ .expert_upgrade_h07 span {
    position: relative;
    padding-bottom: 30px;
    font-weight: 300;
    font-size: 18px;
}.data_summary_jhZ .expert_upgrade_h07 span::before {
    top: -5px;
    height: 2px;
    content: "";
    position: absolute;
    background: #ffffff;
    left: 30px;
    opacity: 0.5;
    width: 30px;
}.data_summary_jhZ .expert_upgrade_h07::after {
    border-radius: 50%;
    content: "";
    border: 1px solid #ffffff;
    opacity: 0.1;
    right: -75px;
    z-index: 1;
    top: -75px;
    position: absolute;
    width: 150px;
    height: 150px;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(1) {
    transform: translateX(-20px) translateY(-20px);
    grid-area: 1 / 1 / 2 / 2;
    animation: fadeIn 0.5s 0.1s forwards, slideIn 0.7s 0.1s forwards;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    transform: translateX(20px) translateY(-20px);
    animation: fadeIn 0.5s 0.2s forwards, slideIn 0.7s 0.2s forwards;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    animation: fadeIn 0.5s 0.3s forwards, slideIn 0.7s 0.3s forwards;
    transform: translateX(-20px) translateY(20px);
}.data_summary_jhZ .expert_upgrade_h07:nth-child(4) {
    animation: fadeIn 0.5s 0.4s forwards, slideIn 0.7s 0.4s forwards;
    grid-area: 2 / 2 / 3 / 3;
    transform: translateX(20px) translateY(20px);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0) translateY(0);
    }
}

@media (min-width: 1024px) {.data_summary_jhZ .expert_upgrade_h07:nth-child(1) {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}.data_summary_jhZ .expert_upgrade_h07:nth-child(2) {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.data_summary_jhZ .expert_upgrade_h07:nth-child(3) {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.data_summary_jhZ .expert_upgrade_h07:nth-child(4) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
}

@media (max-width: 1023px) {.data_summary_jhZ {
    padding: 80px 0;
}.data_summary_jhZ .container {
    gap: 40px;
}.data_summary_jhZ ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
}.data_summary_jhZ .expert_upgrade_h07 {
    min-height: 180px;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
}.data_summary_jhZ .expert_upgrade_h07:nth-child(odd) {
    transform: translateX(-20px) translateY(0);
}.data_summary_jhZ .expert_upgrade_h07:nth-child(even) {
    transform: translateX(20px) translateY(0);
}
}

@media (max-width: 767px) {.data_summary_jhZ {
    padding: 60px 0;
}.data_summary_jhZ .container {
    gap: 30px;
    padding: 0 15px;
}.data_summary_jhZ h2 {
    font-size: calc(28px * 0.9);
}.data_summary_jhZ ul {
    gap: 20px;
}.data_summary_jhZ .expert_upgrade_h07 {
    min-height: 150px;
}.data_summary_jhZ .expert_upgrade_h07 p {
    padding-top: 20px;
    font-size: calc(45px * 1.1);
}.data_summary_jhZ .expert_upgrade_h07 span {
    padding-bottom: 20px;
    font-size: calc(18px * 0.9);
}
}

@media (min-width: 768px) and (max-width: 1023px) {.data_summary_jhZ .expert_upgrade_h07 {
    min-height: 180px;
}.data_summary_jhZ .expert_upgrade_h07 p {
    font-size: calc(45px * 1.2);
}
}

@media (prefers-reduced-motion: reduce) {.data_summary_jhZ .expert_upgrade_h07 {
    animation: none;
    transform: none;
}}header {
    z-index: 100;
    overflow: visible;
    margin-top: 0;
    padding: 0;
    position: relative;
    background: rgb(202,120,156);
}header::before {
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    background-size: 20px 20px;
    content: '';
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    top: 0;
}header::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 
        linear-gradient(to right, transparent 0%, rgb(202,120,156,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(202,120,156,0.5) 50%, transparent 100%);
    content: '';
    z-index: 0;
    width: 100%;
}header .site_prime_tQo {
    padding: 1.3rem 2.5rem;
    justify-content: space-between;
    z-index: 5;
    align-items: center;
    position: relative;
    display: flex;
}header .top_site_Bz0 {
    margin-right: 2rem;
    padding: 0.5rem 0.7rem;
    z-index: 2;
    flex: 0 0 auto;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    border-left: 3px solid rgb(226,164,192);
}header .top_site_Bz0::before {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    transform: scaleX(0);
    opacity: 0;
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}header .top_site_Bz0:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(226,164,192);
}header .top_site_Bz0:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .head_pro_REm {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}header .head_pro_REm::after {
    opacity: 0;
    width: 10px;
    position: absolute;
    bottom: -5px;
    height: 10px;
    right: -5px;
    content: '';
    transition: all 0.3s ease;
    background: rgb(226,164,192);
}header .head_pro_REm:hover::after {
    opacity: 1;
}header .head_pro_REm img {
    max-height: 40px;
    filter: brightness(1.1);
}header .top_expert_tEX {
    z-index: 2;
    display: flex;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}header .top_expert_tEX::before {
    position: absolute;
    top: 50%;
    right: -20px;
    height: 1px;
    width: 40px;
    transform: translateY(-50%);
    background: rgb(226,164,192);
    content: '';
}header .nav_begin_5C1 {
    position: relative;
    margin: 0 1px;
}header .nav_begin_5C1 a {
    border-right: 1px solid transparent;
    position: relative;
    border-left: 1px solid transparent;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    z-index: 1;
    padding: 0 1.2rem;
    height: 45px;
    font-size: 12px;
    color: #ffffff;
}header .nav_begin_5C1 a::before {
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: rgb(226,164,192);
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}header .nav_begin_5C1 a:hover {
    border-right-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-left-color: rgba(255, 255, 255, 0.2);
}header .nav_begin_5C1 a:hover::before {
    transform: translateX(0);
}header .nav_begin_5C1 a::after {
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: rgb(226,164,192);
    transform-origin: right;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}header .nav_begin_5C1 a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .nav_begin_5C1::before {
    background: rgb(226,164,192);
    height: 5px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    position: absolute;
    content: '';
    left: -10px;
    width: 5px;
    transition: transform 0.3s ease;
}header .nav_begin_5C1:hover::before {
    transform: translateY(-50%) scale(1);
}header .site_prime_tQo::before {
    width: 30px;
    position: absolute;
    top: 20px;
    background: rgb(226,164,192);
    left: 20px;
    content: '';
    height: 1px;
}header .site_prime_tQo::after {
    height: 30px;
    width: 1px;
    left: 20px;
    top: 20px;
    content: '';
    background: rgb(226,164,192);
    position: absolute;
}.head_info_LMd {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(246,217,229);
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .nav_begin_5C1:last-child::after {
    font-weight: 700;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    color: rgb(226,164,192);
    right: -10px;
    animation: typingCursor 1s infinite;
    content: '|';
}

@media (min-width: 1400px) {header .site_prime_tQo {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_begin_5C1 {
    margin: 0 2px;
}header .nav_begin_5C1 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .site_prime_tQo {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_site_Bz0 {
    margin-bottom: 0;
    margin-right: 0;
}header .top_expert_tEX {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .top_expert_tEX::before {
    display: none;
}header .nav_begin_5C1 a {
    height: 40px;
    padding: 0 1rem;
    font-size: calc(12px - 1px);
}header .nav_begin_5C1::before {
    display: none;
}header .site_prime_tQo::before,
    header .site_prime_tQo::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site_prime_tQo {
    padding: 0.8rem 1.5rem;
}header .top_site_Bz0 {
    padding: 0.4rem 0.6rem;
    max-width: 140px;
}header .head_pro_REm img {
    max-height: 35px;
}header .top_expert_tEX {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
}header .top_expert_tEX::-webkit-scrollbar {
    height: 3px;
}header .top_expert_tEX::-webkit-scrollbar-thumb {
    background: rgb(226,164,192);
    border-radius: 10px;
}header .nav_begin_5C1 {
    flex: 0 0 auto;
    margin: 0;
}header .nav_begin_5C1 a {
    white-space: nowrap;
    height: 35px;
    letter-spacing: 0.5px;
    padding: 0 0.8rem;
    font-size: calc(12px - 2px);
}header .nav_begin_5C1:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .site_prime_tQo {
    padding: 0.7rem 1.2rem;
}header .top_site_Bz0 {
    max-width: 120px;
    padding: 0.3rem 0.5rem;
}header .nav_begin_5C1 a {
    font-size: calc(12px - 3px);
    padding: 0 0.6rem;
    height: 32px;
}}.contact_section_F8d {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(246,217,229) 0%, rgba(16, 22, 47, 0.95) 100%);
}.contact_section_F8d::before {
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(226,164,192), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(202,120,156), 0.04) 50%, transparent 100%);
    left: 0;
    animation: gridMove 20s linear infinite;
    width: 100%;
    background-size: 20px 20px, 20px 20px;
    top: 0;
    content: "";
}.contact_section_F8d::after {
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(226,164,192), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(202,120,156), 0.15) 0%, 
        transparent 50%
    );
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    opacity: 0.6;
    height: 100%;
    content: "";
    top: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_section_F8d .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.contact_section_F8d h2 {
    font-size: 34px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    position: relative;
}.contact_section_F8d h2::after {
    bottom: -15px;
    content: "";
    left: 50%;
    height: 3px;
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    border-radius: 1.5px;
    background: linear-gradient(90deg, rgb(226,164,192), rgb(202,120,156));
}.contact_section_F8d .request_feedback_IBb {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    display: grid;
    position: relative;
}.contact_section_F8d .request_feedback_IBb::before {
    width: 100%;
    top: -8px;
    border: 1px solid rgba(rgb(226,164,192), 0.2);
    content: "";
    position: absolute;
    border-radius: 20px;
    height: 100%;
    z-index: -1;
    left: -8px;
}.contact_section_F8d .request_feedback_IBb::after {
    width: 100%;
    border-radius: 20px;
    right: -8px;
    position: absolute;
    z-index: -1;
    bottom: -8px;
    content: "";
    height: 100%;
    border: 1px solid rgba(rgb(202,120,156), 0.2);
}.contact_section_F8d .full_width_image_yLX {
    min-height: 550px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    position: relative;
    height: 100%;
    overflow: hidden;
}.contact_section_F8d .full_width_image_yLX::before {
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    top: 0;
    content: "";
}.contact_section_F8d .full_width_image_yLX::after {
    height: 60px;
    z-index: 2;
    content: "";
    position: absolute;
    width: 60px;
    border-top: 2px solid rgba(rgb(226,164,192), 0.6);
    right: 20px;
    top: 20px;
    border-right: 2px solid rgba(rgb(226,164,192), 0.6);
}.contact_section_F8d .help_map_wKa {
    border-radius: 20px;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    padding: 50px;
}.contact_section_F8d .help_map_wKa::before {
    border-bottom: 2px solid rgba(rgb(202,120,156), 0.6);
    border-left: 2px solid rgba(rgb(202,120,156), 0.6);
    height: 60px;
    left: 20px;
    width: 60px;
    content: "";
    bottom: 20px;
    position: absolute;
}.contact_section_F8d form {
    width: 100%;
}.contact_section_F8d form h3 {
    font-weight: 600;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    padding-left: 20px;
}.contact_section_F8d form h3::before {
    background: rgb(226,164,192);
    top: 0;
    height: 100%;
    border-radius: 10px;
    left: 0;
    content: "";
    width: 3px;
    position: absolute;
}.contact_section_F8d form input[type="text"] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    font-size: 13px;
    transition: all 0.3s ease;
}.contact_section_F8d form input[type="text"]:focus {
    border-color: rgb(226,164,192);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(226,164,192), 0.2);
    outline: none;
}.contact_section_F8d form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_section_F8d .reach_links_9Nn {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_section_F8d .reach_links_9Nn input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section_F8d .reach_links_9Nn label {
    font-size: 12px;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}.contact_section_F8d .reach_links_9Nn label::before {
    position: absolute;
    height: 22px;
    transition: all 0.3s ease;
    left: 0;
    background: rgba(255, 255, 255, 0.05);
    width: 22px;
    border-radius: 10px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 2px;
}.contact_section_F8d .reach_links_9Nn input[type="checkbox"]:checked + label::before {
    background: rgb(226,164,192);
    border-color: rgb(226,164,192);
}.contact_section_F8d .reach_links_9Nn input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 8px;
    width: 6px;
    transform: rotate(45deg);
    content: "";
    border-right: 2px solid #ffffff;
    top: 6px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
}.contact_section_F8d .reach_links_9Nn label a {
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(226,164,192);
}.contact_section_F8d .reach_links_9Nn label a:hover {
    color: rgb(202,120,156);
}.contact_section_F8d form .support_info_M4g {
    position: relative;
    padding: 16px 40px;
    z-index: 1;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    border: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.4s ease;
    background: linear-gradient(45deg, rgb(226,164,192), rgb(202,120,156));
    font-family: Arial, sans-serif;
    overflow: hidden;
}.contact_section_F8d form .support_info_M4g::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(202,120,156), rgb(226,164,192));
    content: "";
    left: -100%;
    transition: all 0.4s ease;
    z-index: -1;
}.contact_section_F8d form .support_info_M4g:hover::before {
    left: 0;
}.contact_section_F8d form .support_info_M4g:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact_section_F8d svg {
    width: 22px;
    fill: rgb(226,164,192);
    height: 22px;
}.contact_section_F8d svg path {
    fill: rgb(226,164,192);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact_section_F8d {
    padding: 90px 0;
}.contact_section_F8d .request_feedback_IBb {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_section_F8d .full_width_image_yLX {
    min-height: 400px;
}.contact_section_F8d .help_map_wKa {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_section_F8d {
    padding: 70px 0;
}.contact_section_F8d h2 {
    font-size: calc(34px * 0.9);
}.contact_section_F8d .full_width_image_yLX {
    min-height: 350px;
}.contact_section_F8d .full_width_image_yLX::after,
    .contact_section_F8d .help_map_wKa::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contact_section_F8d {
    padding: 50px 0;
}.contact_section_F8d h2 {
    font-size: calc(34px * 0.8);
}.contact_section_F8d .request_feedback_IBb {
    margin-top: 40px;
}.contact_section_F8d .full_width_image_yLX {
    min-height: 250px;
}.contact_section_F8d .help_map_wKa {
    padding: 30px 20px;
}.contact_section_F8d form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.contact_section_F8d form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_section_F8d form .support_info_M4g {
    padding: 15px 20px;
    width: 100%;
}
}