﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.framework-wrap47698 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
}.head_bar84390 {
    flex: 1 0 auto;
}.alumni_net73129 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    width: 1167px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}footer .alumni_net73129 {
    padding: 250px 0 30px;
    background:rgb(111,126,179);
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}footer .alumni_net73129::before {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, rgb(193,156,201) 25%, rgb(111,126,179) 25%, rgb(111,126,179) 50%, rgb(193,156,201) 50%, rgb(193,156,201) 75%, rgb(111,126,179) 75%);
}footer .telegram_ref31924 {
    position: relative;
    z-index: 1;
}footer .write_experts06439 {
    top: -120px;
    border-radius: 26px;
    padding: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: absolute;
    right: 0;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    left: 0;
    margin-bottom: 50px;
}footer .info_item {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    padding: 25px;
    flex: 1 1 250px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    background-color: rgb(193,156,201);
    left: 0;
    content: "";
    height: 3px;
    width: 0;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    fill: rgb(193,156,201);
    height: 22px;
    width: 22px;
    margin-right: 15px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(193,156,201);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 100px;
    gap: 20px;
}footer .head_pagewrap42316 {
    position: relative;
    padding: 0 25px;
}footer .head_pagewrap42316 svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
    width: auto;
}footer .milestone_cta58417 {
    color: rgba(255, 255, 255, 0.8);
    max-width: 350px;
    font-size: 13px;
    line-height: 1.6;
}footer .nav_block34659 {
    padding: 0 25px;
    position: relative;
}footer .nav_block34659 h5 {
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 21px;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}footer .nav_block34659 h5::after {
    background-color: rgb(193,156,201);
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 60px;
}footer .top_site10486 {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
}footer .top_site10486 a {
    margin: 5px 8px 5px 0;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
}footer .top_site10486 a:hover {
    color: #ffffff;
    background-color: rgb(193,156,201);
    transform: translateY(-3px);
}footer .subscribe_holder {
    border-radius: 26px;
    position: relative;
    padding: 30px 25px;
    background-color: rgb(111,126,179,0.5);
}footer .subscribe_holder h5 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}footer .input_holder::before {
    border-radius: 50%;
    top: -10px;
    z-index: -1;
    content: "";
    height: 50px;
    position: absolute;
    opacity: 0.1;
    width: 50px;
    background-color: rgb(193,156,201);
    right: -10px;
}footer .input_holder::after {
    width: 70px;
    border-radius: 50%;
    left: -10px;
    opacity: 0.1;
    height: 70px;
    background-color: rgb(111,126,179);
    bottom: -20px;
    position: absolute;
    content: "";
    z-index: -1;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(111,126,179);
    border: none;
    border-radius: 10px;
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}footer .updates_text64238 {
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    font-size: 17px;
    background-color: rgb(193,156,201);
    padding: 15px;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}footer .updates_text64238::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    content: "";
}footer .updates_text64238:hover {
    background-color: rgb(111,126,179);
}footer .updates_text64238:hover::before {
    left: 100%;
}footer .tutor_match76514 {
    margin-top: 50px;
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .trophy_case47029 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .alumni_net73129 {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .updates_text64238 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .write_experts06439 {
    top: 0;
    position: relative;
    margin-bottom: 80px;
}footer .alumni_net73129 {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .nav_block34659, footer .subscribe_holder, footer .head_pagewrap42316 {
    padding: 20px;
}footer .tutor_match76514 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .nav_block34659 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(21px - 2px);
}footer .top_site10486 a {
    padding: 6px 12px;
    font-size: calc(14px - 1px);
}footer .input_holder input[type="email"],
    footer .updates_text64238 {
    padding: 12px;
}}.homepage27835 {
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,218,201) 0%, rgba(245, 248, 250, 0.95) 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    position: relative;
}.homepage27835::before {
    height: 100%;
    left: 0;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    content: '';
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(193,156,201,0.5), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(193,156,201,0.5), 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(193,156,201,0.5), 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(193,156,201,0.5), 0.03) 75%);
    z-index: 0;
}.homepage27835::after {
    z-index: 2;
    top: 0;
    content: '';
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(193,156,201), rgb(111,126,179));
    position: absolute;
    left: 0;
}.homepage27835 h1 {
    margin-bottom: 2rem;
    transform: translateY(0);
    position: relative;
    letter-spacing: 0.05em;
    font-size: calc(18px * 1.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    z-index: 2;
    color: rgb(193,156,201);
    font-weight: 700;
}.homepage27835 h1::after {
    background: linear-gradient(90deg, rgb(111,126,179), rgb(193,156,201));
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    bottom: -10px;
    content: '';
    left: 50%;
}.homepage27835 .mission_why80574 {
    margin: 0 auto;
    flex-direction: column;
    max-width: 1200px;
    gap: 3rem;
    position: relative;
    z-index: 1;
    display: flex;
}.homepage27835 .text_info_box93081 {
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    z-index: 3;
    flex: 1;
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    position: relative;
}.homepage27835 .text_info_box93081::before {
    top: 0;
    content: '';
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(111,126,179,0.5), 0.05), transparent);
    height: 100%;
}.homepage27835 .text_info_box93081:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.homepage27835 ol {
    margin: 0;
    list-style: none;
    padding: 0;
}.homepage27835 li {
    margin-bottom: 2rem;
}.homepage27835 .page_primary49615 {
    gap: 1.5rem;
    align-items: center;
    flex-direction: column;
    display: flex;
}.homepage27835 svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.08));
    width: 120px;
    height: 120px;
}.homepage27835 svg:hover {
    transform: scale(1.05) rotate(2deg);
}.homepage27835 svg path {
    transition: fill 0.3s ease;
}.homepage27835 svg:hover path {
    fill: rgb(193,156,201);
}.homepage27835 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.homepage27835 svg:hover text {
    fill: rgb(193,156,201);
}.homepage27835 .page_primary49615 p {
    color: #000000;
    line-height: 1.6;
    text-align: center;
    margin: 0;
    font-size: calc(16px * 1.1);
    font-weight: 400;
    max-width: 600px;
}.homepage27835 .connect_links74165 {
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 250px;
    box-shadow: 0 8px 20px rgba(rgb(193,156,201,0.5), 0.3);
    cursor: pointer;
    margin: 0 auto;
    background: linear-gradient(135deg, rgb(193,156,201), rgb(111,126,179));
    position: relative;
    padding: 1rem 2rem;
    display: block;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    transform: translateY(0);
    font-size: 17px;
    overflow: hidden;
}.homepage27835 .connect_links74165::before {
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    transition: left 0.7s ease;
    left: -100%;
    width: 100%;
}.homepage27835 .connect_links74165:hover {
    box-shadow: 0 12px 25px rgba(rgb(193,156,201,0.5), 0.4);
    transform: translateY(-3px);
}.homepage27835 .connect_links74165:hover::before {
    left: 100%;
}.homepage27835 .pic_wrap_item92065 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    flex: 1;
    position: relative;
    min-height: 400px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    overflow: hidden;
}.homepage27835 .pic_wrap_item92065::after {
    height: 100%;
    background: linear-gradient(to bottom, rgba(rgb(193,156,201,0.5), 0.2), transparent);
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
}.homepage27835 .pic_wrap_item92065:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

@media (min-width: 768px) {.homepage27835 {
    padding: 6rem 3rem;
}.homepage27835 h1 {
    font-size: calc(36px * 0.85);
    margin-bottom: 3rem;
}.homepage27835 .mission_why80574 {
    flex-direction: row;
    align-items: center;
}.homepage27835 .text_info_box93081 {
    padding: 3rem;
}.homepage27835 svg {
    width: 150px;
    height: 150px;
}.homepage27835 .pic_wrap_item92065 {
    min-height: 500px;
}
}

@media (min-width: 992px) {.homepage27835 {
    padding: 7rem 4rem;
}.homepage27835 h1 {
    font-size: 36px;
}.homepage27835 .mission_why80574 {
    gap: 5rem;
}.homepage27835 .text_info_box93081 {
    padding: 4rem;
}.homepage27835 .page_primary49615 p {
    font-size: calc(16px * 1.2);
}.homepage27835 .connect_links74165 {
    font-size: calc(17px * 1.1);
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.homepage27835 .mission_why80574 {
    gap: 6rem;
}.homepage27835 .pic_wrap_item92065 {
    min-height: 550px;
}.homepage27835 h1::after {
    width: 100px;
}
}

@media (max-width: 767px) {.homepage27835 .text_info_box93081 {
    order: 2;
}.homepage27835 .pic_wrap_item92065 {
    order: 1;
}}.statistical_overview10564 {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}.statistical_overview10564::before {
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.15;
    top: 0;
    z-index: 1;
    left: 0;
    background-color: rgb(193,156,201);
    position: absolute;
}.statistical_overview10564::after {
    position: absolute;
    height: 100%;
    opacity: 0.1;
    top: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(193,156,201) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(111,126,179) 0%, transparent 50%);
    z-index: 2;
    left: 0;
    width: 100%;
}.statistical_overview10564 .container {
    max-width: 1400px;
    z-index: 5;
    padding: 0;
    position: relative;
    margin: 0 auto;
}.statistical_overview10564 .success_factors40582 {
    grid-template-columns: 350px 1fr;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    display: grid;
    height: 600px;
}.statistical_overview10564 .key_pros21476 {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    grid-column: 1;
    background: linear-gradient(135deg, rgb(193,156,201), rgb(111,126,179));
    padding: 20px;
}.statistical_overview10564 .key_pros21476::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    position: absolute;
    height: 200%;
    animation: movePattern 20s linear infinite;
    left: -50%;
    content: "";
    top: -50%;
    width: 200%;
}@keyframes movePattern {
    0% { transform: rotate(0) scale(1); }
    100% { transform: rotate(360deg) scale(1.2); }
}

.statistical_overview10564 .key_pros21476 svg {
    position: relative;
    height: 120px;
    width: 120px;
    z-index: 1;
    fill: #ffffff;
}.statistical_overview10564 .key_pros21476 svg path {
    fill: #ffffff;
}.statistical_overview10564 .pro_gains79015 {
    left: 40px;
    max-width: 250px;
    position: absolute;
    font-size: 35px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    z-index: 1;
    top: 40px;
}.statistical_overview10564 .statistics_boosters04682 {
    max-width: 270px;
    color: rgba(255, 255, 255, 0.9);
    bottom: 40px;
    left: 40px;
    font-size: 12px;
    position: absolute;
    line-height: 1.6;
    z-index: 1;
}.statistical_overview10564 .statistics_advances67512 {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(193,156,201,0.5) 0%, rgb(111,126,179,0.5) 100%);
}.statistical_overview10564 .statistics_advances67512::before {
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    content: "";
    background: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px,
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px;
    height: 100%;
    position: absolute;
}.statistical_overview10564 .statistics_edge87069 {
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    padding: 0 40px 0 40px;
    height: 20%;
}.statistical_overview10564 .statistics_edge87069:hover {
    background: rgba(255, 255, 255, 0.15);
}.statistical_overview10564 .statistics_edge87069::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 1px;
    right: 40px;
    left: 40px;
    position: absolute;
    bottom: 0;
    content: "";
}.statistical_overview10564 .statistics_edge87069:last-child::after {
    display: none;
}.statistical_overview10564 .top_gain94185 {
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    flex: 0 0 80px;
    border-radius: 50%;
    justify-content: center;
    height: 80px;
    margin-right: 30px;
}.statistical_overview10564 .statistics_edge87069:hover .top_gain94185 {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}.statistical_overview10564 .top_gain94185 svg {
    fill: rgb(193,156,201);
    width: 40px;
    height: 40px;
}.statistical_overview10564 .top_gain94185 svg path {
    fill: rgb(193,156,201);
}.statistical_overview10564 .statistics_edge87069:nth-child(even) .top_gain94185 svg,
.statistical_overview10564 .statistics_edge87069:nth-child(even) .top_gain94185 svg path {
    fill: rgb(111,126,179);
}.statistical_overview10564 .statistics_edge87069 span {
    margin-right: 20px;
    font-weight: 700;
    min-width: 100px;
    font-size: calc(35px * 1.3);
}.statistical_overview10564 .statistics_edge87069 p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    font-size: 12px;
    flex: 1;
}

@media screen and (max-width: 1200px) {.statistical_overview10564 .success_factors40582 {
    height: 550px;
    grid-template-columns: 300px 1fr;
}.statistical_overview10564 .pro_gains79015 {
    top: 30px;
    font-size: 35px;
    left: 30px;
    max-width: 240px;
}.statistical_overview10564 .statistics_boosters04682 {
    left: 30px;
    max-width: 240px;
    bottom: 30px;
}.statistical_overview10564 .key_pros21476 svg {
    height: 100px;
    width: 100px;
}.statistical_overview10564 .statistics_edge87069 {
    padding: 0 30px;
}.statistical_overview10564 .statistics_edge87069::after {
    left: 30px;
    right: 30px;
}.statistical_overview10564 .top_gain94185 {
    height: 70px;
    flex: 0 0 70px;
    margin-right: 25px;
}.statistical_overview10564 .top_gain94185 svg {
    width: 35px;
    height: 35px;
}.statistical_overview10564 .statistics_edge87069 span {
    min-width: 90px;
    font-size: calc(35px * 1.2);
}
}

@media screen and (max-width: 992px) {.statistical_overview10564 {
    padding: 80px 0;
}.statistical_overview10564 .success_factors40582 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    height: auto;
}.statistical_overview10564 .key_pros21476 {
    height: 200px;
    grid-row: 1;
    padding: 30px;
}.statistical_overview10564 .pro_gains79015 {
    position: relative;
    max-width: 100%;
    left: auto;
    font-size: 35px;
    text-align: center;
    top: auto;
    margin-bottom: 15px;
}.statistical_overview10564 .statistics_boosters04682 {
    bottom: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left: auto;
    max-width: 500px;
}.statistical_overview10564 .key_pros21476 svg {
    right: 30px;
    transform: translateY(-50%);
    width: 150px;
    opacity: 0.2;
    position: absolute;
    height: 150px;
    top: 50%;
}.statistical_overview10564 .statistics_advances67512 {
    grid-row: 2;
}.statistical_overview10564 .statistics_edge87069 {
    padding: 20px 30px;
    height: auto;
}
}

@media screen and (max-width: 768px) {.statistical_overview10564 {
    padding: 60px 0;
}.statistical_overview10564 .key_pros21476 {
    padding: 20px;
    height: 180px;
}.statistical_overview10564 .pro_gains79015 {
    font-size: calc(35px * 0.9);
}.statistical_overview10564 .statistics_boosters04682 {
    font-size: calc(12px * 0.95);
    max-width: 400px;
}.statistical_overview10564 .key_pros21476 svg {
    right: 20px;
    height: 120px;
    width: 120px;
}.statistical_overview10564 .statistics_edge87069 {
    padding: 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}.statistical_overview10564 .top_gain94185 {
    margin: 0 0 15px 0;
    flex: 0 0 60px;
    height: 60px;
}.statistical_overview10564 .top_gain94185 svg {
    height: 30px;
    width: 30px;
}.statistical_overview10564 .statistics_edge87069 span {
    font-size: calc(35px * 1.1);
    margin: 0 0 10px 0;
}.statistical_overview10564 .statistics_edge87069 p {
    font-size: calc(12px * 0.9);
}.statistical_overview10564 .statistics_edge87069::after {
    left: 20px;
    right: 20px;
}
}

@media screen and (max-width: 576px) {.statistical_overview10564 .key_pros21476 {
    height: 160px;
}.statistical_overview10564 .pro_gains79015 {
    font-size: calc(35px * 0.8);
}.statistical_overview10564 .statistics_boosters04682 {
    font-size: calc(12px * 0.9);
}.statistical_overview10564 .key_pros21476 svg {
    width: 100px;
    height: 100px;
}.statistical_overview10564 .top_gain94185 {
    height: 50px;
    flex: 0 0 50px;
}.statistical_overview10564 .top_gain94185 svg {
    width: 25px;
    height: 25px;
}}.operation_process92058 {
    padding: 7rem 2rem;
    display: flex;
    overflow: hidden;
    min-height: 80vh;
    background: linear-gradient(120deg, rgb(222,218,201) 0%, rgb(193,156,201,0.5) 100%);
    align-items: center;
    justify-content: center;
    position: relative;
}.operation_process92058::before {
    content: '';
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background: 
        radial-gradient(circle at 20% 30%, rgb(111,126,179,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(193,156,201,0.5) 0%, transparent 15%);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.operation_process92058::after {
    animation: patternMove 30s linear infinite;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    top: 0;
    z-index: 1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(111,126,179,0.5) 49.5%, rgb(111,126,179,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 49.5%, rgb(193,156,201,0.5) 49.5%, rgb(193,156,201,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 20px;
    left: 0;
    content: '';
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 40px, 40px 40px;
    }
}

.operation_process92058 .mission_why80574 {
    width: 90%;
    max-width: 1200px;
    z-index: 5;
    position: relative;
    display: flex;
    justify-content: center;
}.operation_process92058 .text_info_box93081 {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    width: 70%;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        95% 100%,
        0 100%
    );
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    padding: 4rem;
}.operation_process92058 .text_info_box93081::before {
    left: -50%;
    transition: all 0.5s ease;
    position: absolute;
    opacity: 0.2;
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        rgb(193,156,201,0.5) 0%,
        transparent 60%
    );
    height: 200%;
    z-index: -1;
    content: '';
    transform: rotate(30deg);
    width: 200%;
}.operation_process92058 .text_info_box93081::after {
    left: 0;
    content: '';
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgb(193,156,201), rgb(111,126,179));
    height: 5px;
    position: absolute;
    top: 0;
}.operation_process92058 h2 {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    letter-spacing: 2px;
    font-size: 33px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}.operation_process92058 h2::before {
    background: linear-gradient(90deg, rgb(193,156,201), rgb(111,126,179));
    left: 0;
    position: absolute;
    content: '';
    width: 0;
    bottom: 0;
    height: 2px;
    transition: width 0.8s ease;
}.operation_process92058 h2::after {
    opacity: 0.5;
    right: -15px;
    border-top: 2px solid rgb(193,156,201);
    height: 30px;
    content: '';
    transition: all 0.3s ease;
    border-right: 2px solid rgb(193,156,201);
    top: -15px;
    width: 30px;
    position: absolute;
}.operation_process92058 .text_info_box93081:hover h2::before {
    width: 100px;
}.operation_process92058 p {
    z-index: 2;
    opacity: 0.9;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.8;
    position: relative;
}.operation_process92058 p::before {
    height: 2px;
    background: rgb(111,126,179,0.5);
    transition: width 0.3s ease;
    width: 50px;
    content: '';
    right: 0;
    position: absolute;
    opacity: 0.5;
    bottom: -10px;
}.operation_process92058 .text_info_box93081:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.operation_process92058 .text_info_box93081:hover::before {
    opacity: 0.3;
    transform: rotate(45deg);
}.operation_process92058 .text_info_box93081:hover h2::after {
    transform: scale(1.2);
    opacity: 0.7;
}.operation_process92058 .text_info_box93081:hover p::before {
    width: 100px;
}.operation_process92058::before,
.operation_process92058::after {
    transition: all 0.5s ease;
}.operation_process92058:hover::before {
    filter: blur(20px);
}.operation_process92058:hover::after {
    opacity: 0.15;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.operation_process92058 {
    padding: 5rem 1.5rem;
}.operation_process92058 .text_info_box93081 {
    width: 80%;
    padding: 3rem;
}.operation_process92058 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.9);
    padding-bottom: 1.2rem;
}.operation_process92058 .text_info_box93081:hover h2::before {
    width: 80px;
}.operation_process92058 p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 768px) {.operation_process92058 {
    min-height: 60vh;
    padding: 4rem 1rem;
}.operation_process92058 .text_info_box93081 {
    width: 100%;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 90%,
            97% 100%,
            0 100%
        );
    padding: 2.5rem;
}.operation_process92058 h2 {
    font-size: calc(33px * 0.8);
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
}.operation_process92058 h2::after {
    top: -10px;
    width: 20px;
    height: 20px;
    right: -10px;
}.operation_process92058 .text_info_box93081:hover h2::before {
    width: 60px;
}.operation_process92058 p::before {
    width: 30px;
}.operation_process92058 .text_info_box93081:hover p::before {
    width: 60px;
}
}

@media (max-width: 576px) {.operation_process92058 {
    padding: 3rem 0.8rem;
    min-height: auto;
}.operation_process92058 .text_info_box93081 {
    clip-path: polygon(
            0 0,
            100% 0,
            100% 95%,
            98% 100%,
            0 100%
        );
    padding: 2rem;
}.operation_process92058 h2 {
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    font-size: calc(33px * 0.7);
    padding-bottom: 0.8rem;
}.operation_process92058 p {
    font-size: calc(15px * 0.9);
}.operation_process92058 .text_info_box93081::after {
    height: 3px;
}.operation_process92058::before {
    opacity: 0.4;
}.operation_process92058::after {
    opacity: 0.05;
}}.cookie_popup_display97483 {
    background: rgb(222,218,201);
    width: 100%;
    border-top: 2px solid rgb(193,156,201);
    bottom: 0;
    z-index: 90;
    position: fixed;
}.track_settings69857 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}.cookie_popup_display97483 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_popup_display97483 p {
    font-size: 18px;
}.edu_settings79513 {
    margin-right: 10px;
    flex-shrink: 0;
}.edu_settings79513 svg, .edu_settings79513 svg path, .edu_settings79513 img {
    width: 100px;
    height: 100px;
    fill: rgb(193,156,201);
}.online_tracking70913 {
    font-size: 24px;
    min-width: 120px;
    flex-shrink: 0;
    color: rgb(193,156,201);
    white-space: nowrap;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid rgb(193,156,201);
    margin-left: 10px;
    text-align: center;
}.cookie_popup_display97483 p a {
    text-decoration: none;
    color: rgb(193,156,201);
}
@media only screen and (max-width: 1200px) {.cookie_popup_display97483 {
    padding: 20px;
}}
#cookieAlertWindow72186 {
    display: none;
}#cookieAlertWindow72186:checked ~ .cookie_popup_display97483 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.edu_settings79513 {
    display: none;
}.track_settings69857 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_popup_display97483 h5 {
    text-align: center;
}.cookie_popup_display97483 p {
    text-align: center;
}.manage_cookies85109 {
    margin-bottom: 20px;
}body .framework-wrap47698 .online_tracking70913 {
    margin-left: 0;
}}.education_experience91345 {
    background: linear-gradient(135deg, rgb(222,218,201) 0%, rgb(111,126,179,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.education_experience91345::before {
    left: 0;
    opacity: 0.3;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(111,126,179,0.5) 5%, transparent 5.5%),
        radial-gradient(circle at 90% 20%, rgb(111,126,179,0.5) 2%, transparent 2.5%),
        radial-gradient(circle at 30% 80%, rgb(111,126,179,0.5) 3%, transparent 3.5%),
        radial-gradient(circle at 70% 90%, rgb(111,126,179,0.5) 4%, transparent 4.5%);
    z-index: 0;
    content: "";
}.education_experience91345 .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.education_experience91345 .learning_feedback94281 {
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    gap: 2rem;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    padding: 2.5rem;
}.education_experience91345 .learning_feedback94281:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.12),
        0 10px 20px rgba(0,0,0,0.07),
        0 0 0 1px rgba(0,0,0,0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.education_experience91345 .learning_feedback94281 > div:first-child {
    justify-self: center;
    position: relative;
}.education_experience91345 .pic_wrap_item92065 {
    border-radius: 0;
    height: 150px;
    overflow: hidden;
    width: 150px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
}.education_experience91345 .pic_wrap_item92065::before {
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgb(193,156,201,0.5) 100%);
    top: 0;
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    opacity: 0.6;
    height: 100%;
}.education_experience91345 .learning_feedback94281:hover .pic_wrap_item92065 {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.15),
        0 8px 15px rgba(0,0,0,0.08);
}.education_experience91345 .learning_feedback94281:hover .pic_wrap_item92065::before {
    opacity: 0.8;
}.education_experience91345 .learning_feedback94281 > div:nth-child(2) {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}.education_experience91345 .name {
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    font-size: calc(23px * 1.1);
    margin: 0 0 0.5rem;
    display: inline-block;
    font-family: Arial, sans-serif;
    color: #000000;
}.education_experience91345 .name::after {
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -4px;
    position: absolute;
    width: 0;
    content: "";
    height: 2px;
    left: 0;
    background: rgb(193,156,201);
}.education_experience91345 .learning_feedback94281:hover .name::after {
    width: 100%;
}.education_experience91345 .learning_feedback94281 > div:nth-child(2) > div {
    font-size: calc(15px * 0.95);
    color: rgb(111,126,179);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0.35rem 1rem;
    font-weight: 600;
    background: linear-gradient(to right, rgba(rgb(111,126,179,0.5), 0.1), transparent);
    position: relative;
    margin-top: 0.25rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateY(0);
    letter-spacing: 0.03em;
}.education_experience91345 .learning_feedback94281:hover > div:nth-child(2) > div {
    transform: translateY(3px) scale(1.03);
}.education_experience91345 .experience_log13059 {
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    text-align: justify;
    line-height: 1.7;
    padding: 0.5rem 0;
    position: relative;
    transition: all 0.3s ease;
}.education_experience91345 .experience_log13059::before {
    color: rgb(193,156,201,0.5);
    content: "";
    top: -25px;
    left: -10px;
    opacity: 0.2;
    transition: all 0.4s ease;
    position: absolute;
    font-size: 4rem;
}.education_experience91345 .experience_log13059::after {
    position: absolute;
    content: "";
    right: -10px;
    bottom: -50px;
    color: rgb(193,156,201,0.5);
    opacity: 0.2;
    font-size: 4rem;
    transition: all 0.4s ease;
}.education_experience91345 .learning_feedback94281:hover .experience_log13059::before,
.education_experience91345 .learning_feedback94281:hover .experience_log13059::after {
    opacity: 0.4;
    transform: scale(1.1);
}

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

@media (min-width: 992px) {.education_experience91345 .learning_feedback94281 {
    margin: 0 3rem;
}.education_experience91345 .pic_wrap_item92065 {
    height: 220px;
    width: 220px;
}.education_experience91345 .name {
    font-size: calc(23px * 1.2);
}.education_experience91345 .learning_feedback94281 > div:nth-child(2) > div {
    font-size: 15px;
}.education_experience91345 .experience_log13059 {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

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

@media (max-width: 480px) {.education_experience91345 {
    padding: 3rem 0;
}.education_experience91345 .container {
    padding: 0 1rem;
}.education_experience91345 .pic_wrap_item92065 {
    width: 120px;
    height: 120px;
}.education_experience91345 .name {
    font-size: 23px;
}.education_experience91345 .learning_feedback94281 > div:nth-child(2) > div {
    font-size: calc(15px * 0.9);
}.education_experience91345 .experience_log13059 {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
    padding: 0;
}}.price_pick21389 {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 4rem 0;
}.price_pick21389::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(34, 30, 80, 0.95), rgba(19, 31, 60, 0.85));
    right: 0;
    bottom: 0;
}.price_pick21389 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}.price_pick21389 .price_sheet04276 {
    position: relative;
}.price_pick21389 h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 30px;
    background-clip: text !important;
    color: transparent;
    text-align: center;
    -webkit-background-clip: text !important;
    animation: fadeIn 0.8s ease-out forwards;
    background: linear-gradient(90deg, rgb(193,156,201), rgb(111,126,179));
    transform: translateY(10px);
}.price_pick21389 .plan_fee52098 {
    color: #ffffff;
    transform: translateY(15px);
    text-align: center;
    font-size: calc(17px * 1.1);
    line-height: 1.6;
    padding: 0 1rem;
    opacity: 0;
    position: relative;
    margin: 0 auto 3rem;
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    max-width: 800px;
}.price_pick21389 .premium_cost28731 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 0;
    margin: 0;
    perspective: 1000px;
    list-style: none;
}.price_pick21389 .premium_cost28731 li {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
}.price_pick21389 .premium_cost28731 li:nth-child(1) {
    animation-delay: 0.2s;
}.price_pick21389 .premium_cost28731 li:nth-child(2) {
    animation-delay: 0.3s;
}.price_pick21389 .premium_cost28731 li:nth-child(3) {
    animation-delay: 0.4s;
}.price_pick21389 .premium_cost28731 li:nth-child(4) {
    animation-delay: 0.5s;
}.price_pick21389 .package_deals31826 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
    height: 100%;
}.price_pick21389 .package_deals31826:hover {
    transform: translateY(-12px) scale(1.02);
}.price_pick21389 .study_fees97465 {
    backdrop-filter: blur(10px);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    display: flex;
    transition: all 0.4s ease;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 0;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}.price_pick21389 .study_fees97465::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(193,156,201), rgb(111,126,179));
    transform: scaleX(0);
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
}.price_pick21389 .package_deals31826:hover .study_fees97465::before {
    transform: scaleX(1);
}.price_pick21389 .pricing_levels91054 {
    color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2rem;
}.price_pick21389 .pricing_levels91054 h4 {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.2);
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 0.75rem;
    margin-top: 0;
}.price_pick21389 .pricing_levels91054 h4::after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    width: 50px;
    position: absolute;
    background: rgb(111,126,179);
}.price_pick21389 .pricing_levels91054 p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    line-height: 1.6;
    flex-grow: 1;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
}.price_pick21389 .price_options15842 {
    font-size: calc(17px * 1.3);
    align-items: center;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    margin-top: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    align-self: flex-start;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    font-weight: 700;
    background: linear-gradient(120deg, rgb(193,156,201), rgb(111,126,179));
}.price_pick21389 .package_deals31826:hover .price_options15842 {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

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

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


@media (max-width: 1200px) {.price_pick21389 .premium_cost28731 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}.price_pick21389 .pricing_levels91054 {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 991px) {.price_pick21389 {
    padding: 3.5rem 0;
}.price_pick21389 h2 {
    font-size: calc(30px * 0.9);
}.price_pick21389 .plan_fee52098 {
    margin-bottom: 2.5rem;
    font-size: 17px;
}
}

@media (max-width: 768px) {.price_pick21389 {
    padding: 3rem 0;
}.price_pick21389 h2 {
    font-size: calc(30px * 0.85);
}.price_pick21389 .premium_cost28731 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 480px;
}.price_pick21389 .pricing_levels91054 h4 {
    font-size: 24px;
}.price_pick21389 .price_options15842 {
    font-size: calc(17px * 1.2);
    padding: 0.6rem 1.2rem;
}
}

@media (max-width: 480px) {.price_pick21389 {
    padding: 2.5rem 0;
}.price_pick21389 h2 {
    font-size: calc(30px * 0.8);
}.price_pick21389 .plan_fee52098 {
    font-size: calc(17px * 0.95);
    margin-bottom: 2rem;
}.price_pick21389 .pricing_levels91054 {
    padding: 1.75rem 1.25rem;
}.price_pick21389 .pricing_levels91054 p {
    font-size: calc(17px * 0.95);
    margin-bottom: 1.5rem;
}}.our_story16987 {
    color: #000000;
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}.our_story16987::before {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.75) 100%);
    content: "";
    right: 0;
}.our_story16987::after {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(193,156,201,0.5), rgb(193,156,201));
    content: "";
    width: 35%;
    top: 0;
    z-index: 0;
    height: 100%;
}.our_story16987 .container {
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.our_story16987 .text_info_box93081 {
    position: relative;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    margin-left: 0;
    max-width: 90%;
    transform: translateX(0);
}.our_story16987:hover .text_info_box93081 {
    transform: translateX(10px);
}.our_story16987 h1 {
    transform: perspective(1000px) rotateX(0deg);
    display: inline-block;
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 38px;
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: rgb(193,156,201);
}.our_story16987 h1::before {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 60%;
    bottom: -15px;
    content: "";
    position: absolute;
    transform-origin: left center;
    transform: scaleX(1);
    height: 4px;
    background: rgb(111,126,179);
    left: 0;
}.our_story16987:hover h1 {
    transform: perspective(1000px) rotateX(5deg);
}.our_story16987:hover h1::before {
    transform: scaleX(1.3);
}.our_story16987 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.our_story16987 li {
    position: relative;
    margin-bottom: 1.5rem;
}.our_story16987 li:last-child {
    margin-bottom: 0;
}.our_story16987 h4 {
    font-size: calc(18px + 0.15rem);
    transition: transform 0.4s ease;
    padding-left: 1.5rem;
    font-weight: 600;
    color: rgb(111,126,179);
    margin: 0 0 1.25rem;
    position: relative;
}.our_story16987 h4::before {
    top: 50%;
    height: 10px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: 0;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: rgb(193,156,201);
    width: 10px;
}.our_story16987:hover h4::before {
    transform: translateY(-50%) rotate(135deg);
    background-color: rgb(111,126,179);
}.our_story16987 span {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    transform: translateY(0);
    line-height: 1.8;
    padding: 2rem;
    font-size: 14px;
    background: linear-gradient(to right, rgba(255,255,255,0.85), rgba(255,255,255,0.95));
    color: #000000;
    display: block;
    border-left: 3px solid rgb(193,156,201);
}.our_story16987:hover span {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}


@media (min-width: 992px) {.our_story16987 {
    padding: 8rem 0;
}.our_story16987 .text_info_box93081 {
    margin-left: 5%;
    max-width: 80%;
}.our_story16987 h1 {
    font-size: calc(38px + 0.5rem);
    margin-bottom: 3.5rem;
}.our_story16987 h1::before {
    height: 5px;
    width: 70%;
}.our_story16987 span {
    padding: 2.5rem;
    column-gap: 2.5rem;
    column-count: 2;
}
}

@media (min-width: 1200px) {.our_story16987 .text_info_box93081 {
    max-width: 75%;
    margin-left: 8%;
}.our_story16987 h1 {
    font-size: calc(38px + 0.75rem);
}.our_story16987 span {
    column-count: 2;
    column-gap: 3rem;
    padding: 3rem;
}
}

@media (max-width: 991px) {.our_story16987 {
    padding: 5rem 0;
}.our_story16987::after {
    width: 25%;
}.our_story16987 h1 {
    margin-bottom: 2rem;
    font-size: calc(38px - 0.25rem);
}.our_story16987 span {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.our_story16987 {
    padding: 4rem 0;
}.our_story16987::after {
    display: none;
}.our_story16987 .text_info_box93081 {
    max-width: 100%;
}.our_story16987 h1 {
    margin-bottom: 1.75rem;
    font-size: calc(38px - 0.5rem);
}.our_story16987 h1::before {
    bottom: -10px;
    height: 3px;
}.our_story16987 h4 {
    font-size: 18px;
    padding-left: 1.25rem;
}.our_story16987 span {
    line-height: 1.7;
    padding: 1.25rem;
    font-size: calc(14px - 0.1rem);
}
}

@media (max-width: 480px) {.our_story16987 {
    padding: 3rem 0;
}.our_story16987 .container {
    padding: 0 1.5rem;
}.our_story16987 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px - 0.75rem);
}.our_story16987 h4 {
    font-size: calc(18px - 0.1rem);
    padding-left: 1rem;
}.our_story16987 h4::before {
    height: 8px;
    width: 8px;
}.our_story16987 span {
    padding: 1rem;
    font-size: calc(14px - 0.15rem);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.our_story16987 .text_info_box93081,
    .our_story16987 h1,
    .our_story16987 h1::before,
    .our_story16987 h4::before,
    .our_story16987 span {
    transition: none;
}.our_story16987:hover .text_info_box93081,
    .our_story16987:hover h1,
    .our_story16987:hover h1::before,
    .our_story16987:hover h4::before,
    .our_story16987:hover span {
    transform: none;
}}.contact_form_section34289 {
    padding: 100px 0;
    position: relative;
}.contact_form_section34289::before {
    width: 100%;
    height: 100%;
    content: '';
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    left: 0;
    background: rgb(222,218,201);
    position: absolute;
    z-index: 1;
    opacity: 0.85;
    top: 0;
}.contact_form_section34289::after {
    bottom: 0;
    background: rgb(193,156,201,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(0 65%, 100% 25%, 100% 100%, 0 100%);
    content: '';
    z-index: 1;
    left: 0;
}.contact_form_section34289 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.contact_form_section34289 .support_help48607 {
    overflow: hidden;
    border-radius: 11px;
    position: relative;
    display: flex;
    perspective: 1000px;
    transform-style: preserve-3d;
}.contact_form_section34289 .request_feedback71528 {
    flex: 1;
    background: #ffffff;
    padding: 60px 40px;
    transform: rotateY(10deg);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 11px 0 0 11px;
    transform-origin: left center;
}.contact_form_section34289 .request_feedback71528 h3 {
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
    font-size: 37px;
}.contact_form_section34289 .request_feedback71528 h3::before {
    top: -15px;
    width: 30px;
    position: absolute;
    left: 0;
    content: '';
    background: rgb(193,156,201);
    height: 5px;
}.contact_form_section34289 .request_feedback71528 div {
    margin-bottom: 30px;
    display: flex;
    padding: 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    align-items: center;
    transform: translateZ(0);
    background: #f5f7fa;
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.contact_form_section34289 .request_feedback71528 div:hover {
    transform: scale(1.05) translateZ(10px);
}.contact_form_section34289 .request_feedback71528 svg {
    height: 30px;
    padding: 6px;
    background: #ffffff;
    margin-right: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 30px;
    border-radius: 50%;
}.contact_form_section34289 .request_feedback71528 svg path {
    fill: rgb(193,156,201);
}.contact_form_section34289 .request_feedback71528 span {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}.contact_form_section34289 .request_feedback71528 a {
    text-decoration: none;
    position: relative;
    color: rgb(193,156,201);
    font-weight: 600;
}.contact_form_section34289 .request_feedback71528 a::after {
    background: rgb(193,156,201);
    width: 0;
    bottom: -2px;
    left: 0;
    transition: width 0.3s ease;
    content: '';
    height: 1px;
    position: absolute;
}.contact_form_section34289 .request_feedback71528 a:hover::after {
    width: 100%;
}.contact_form_section34289 .connect_map67815 {
    background: rgb(222,218,201);
    flex: 1.2;
    transform: rotateY(-5deg);
    padding: 60px 40px;
    border-radius: 0 11px 11px 0;
    transform-origin: right center;
}.contact_form_section34289 form {
    position: relative;
}.contact_form_section34289 form h3 {
    margin-bottom: 40px;
    font-size: 37px;
    letter-spacing: 2px;
    color: rgb(193,156,201);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}.contact_form_section34289 form input[type="text"],
.contact_form_section34289 form input[type="email"] {
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    transition: all 0.3s ease;
    padding: 20px 25px;
    color: rgb(193,156,201);
    border: none;
    margin-bottom: 25px;
}.contact_form_section34289 form input[type="text"]:focus,
.contact_form_section34289 form input[type="email"]:focus {
    box-shadow: 0 5px 10px -5px rgb(193,156,201,0.5);
    outline: none;
    border-bottom-color: rgb(193,156,201);
}.contact_form_section34289 form input::placeholder {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}.contact_form_section34289 .feedback_feedback04597 {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}.contact_form_section34289 .feedback_feedback04597 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
    appearance: none;
    -webkit-appearance: none;
}.contact_form_section34289 .feedback_feedback04597 label {
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    position: relative;
}.contact_form_section34289 .feedback_feedback04597 label::before {
    top: 0;
    transition: all 0.3s ease;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.3);
    left: 0;
    width: 22px;
    background: transparent;
    position: absolute;
    height: 22px;
}.contact_form_section34289 .feedback_feedback04597 input[type="checkbox"]:checked + label::before {
    border-color: rgb(193,156,201);
    background: rgb(193,156,201);
}.contact_form_section34289 .feedback_feedback04597 input[type="checkbox"]:checked + label::after {
    top: 4px;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    border-width: 0 2px 2px 0;
    content: '';
    height: 12px;
    border: solid rgb(193,156,201);
    width: 6px;
}.contact_form_section34289 .feedback_feedback04597 a {
    transition: color 0.3s ease;
    color: rgb(193,156,201);
    text-decoration: none;
    font-weight: 600;
}.contact_form_section34289 .feedback_feedback04597 a:hover {
    color: rgb(111,126,179);
}.contact_form_section34289 .connect_links74165 {
    padding: 18px 25px;
    text-transform: uppercase;
    position: relative;
    background: rgb(193,156,201);
    transition: all 0.4s ease;
    letter-spacing: 2px;
    border: none;
    width: 100%;
    font-weight: 700;
    overflow: hidden;
    font-size: 19px;
    cursor: pointer;
    z-index: 1;
    color: #ffffff;
}.contact_form_section34289 .connect_links74165::before {
    height: 100%;
    position: absolute;
    left: 0;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0;
    z-index: -1;
    background: rgb(111,126,179);
    top: 0;
    content: '';
}.contact_form_section34289 .connect_links74165:hover::before {
    width: 100%;
}.contact_form_section34289 .connect_links74165:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {.contact_form_section34289 .support_help48607 {
    transform-style: flat;
}.contact_form_section34289 .request_feedback71528,
    .contact_form_section34289 .connect_map67815 {
    transform: none;
}
}

@media (max-width: 768px) {.contact_form_section34289 {
    padding: 80px 0;
}.contact_form_section34289 .support_help48607 {
    flex-direction: column;
}.contact_form_section34289 .request_feedback71528,
    .contact_form_section34289 .connect_map67815 {
    padding: 40px 30px;
    border-radius: 0;
    width: 100%;
}.contact_form_section34289 .request_feedback71528 {
    border-radius: 11px 11px 0 0;
}.contact_form_section34289 .connect_map67815 {
    border-radius: 0 0 11px 11px;
}.contact_form_section34289 .request_feedback71528 h3,
    .contact_form_section34289 form h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.contact_form_section34289 {
    padding: 60px 0;
}.contact_form_section34289::before,
    .contact_form_section34289::after {
    clip-path: none;
    opacity: 0.9;
}.contact_form_section34289::before {
    height: 60%;
}.contact_form_section34289::after {
    height: 40%;
    top: 60%;
}.contact_form_section34289 .request_feedback71528,
    .contact_form_section34289 .connect_map67815 {
    padding: 30px 20px;
}.contact_form_section34289 .request_feedback71528 h3,
    .contact_form_section34289 form h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.contact_form_section34289 .request_feedback71528 div {
    padding: 12px;
    margin-bottom: 20px;
}.contact_form_section34289 form input[type="text"],
    .contact_form_section34289 form input[type="email"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_section34289 .feedback_feedback04597 {
    margin: 25px 0;
}.contact_form_section34289 .connect_links74165 {
    padding: 15px 20px;
}}.receive_updates82395 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(222,218,201), rgb(193,156,201,0.5) 80%);
    padding: 4rem 2rem;
}.receive_updates82395::before {
    content: "";
    top: -10%;
    background: linear-gradient(225deg, rgb(111,126,179) 10%, transparent 70%);
    height: 70%;
    transform: rotate(-15deg) translateZ(0);
    opacity: 0.15;
    pointer-events: none;
    position: absolute;
    right: -10%;
    z-index: 1;
    width: 40%;
}.receive_updates82395::after {
    background: linear-gradient(45deg, rgb(193,156,201) 20%, transparent 80%);
    width: 35%;
    bottom: -5%;
    content: "";
    z-index: 1;
    left: -5%;
    clip-path: polygon(0 0, 100% 25%, 80% 100%, 0 90%);
    height: 60%;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    transform: rotate(10deg) translateZ(0);
}.receive_updates82395 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.receive_updates82395 .mission_why80574 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.receive_updates82395 .mission_why80574::before {
    content: "";
    height: 4px;
    animation: gradientMove 8s ease-in-out infinite;
    position: absolute;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(193,156,201), rgb(111,126,179), rgb(193,156,201));
    left: 0;
    top: 0;
    right: 0;
}.receive_updates82395 h3 {
    font-weight: 600;
    color: #000000;
    font-size: clamp(1.25rem, 1rem + 1.5vw, 1.75rem);
    line-height: 1.4;
    margin-bottom: 2rem;
    max-width: 90%;
    font-family: Arial, sans-serif;
}.receive_updates82395 .input_holder {
    width: 100%;
    position: relative;
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.receive_updates82395 .input_holder > div {
    flex: 1;
    position: relative;
}.receive_updates82395 input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 12px;
    background-color: rgba(245, 247, 250, 0.95);
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 1rem 1.25rem;
}.receive_updates82395 input[type="email"]:focus {
    transform: translateY(-2px);
    border-color: rgb(193,156,201);
    outline: none;
    box-shadow: 0 4px 12px rgba(rgb(193,156,201,0.5), 0.15);
    background-color: #ffffff;
}.receive_updates82395 input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
}.receive_updates82395 input[type="email"]:focus::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.3);
}.receive_updates82395 .updates_text64238 {
    align-self: flex-start;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    padding: 0.9rem 1.5rem;
    background: linear-gradient(135deg, rgb(193,156,201), rgb(111,126,179));
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: none;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.receive_updates82395 .updates_text64238::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    transition: all 0.6s ease;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
}.receive_updates82395 .updates_text64238:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.receive_updates82395 .updates_text64238:hover::before {
    left: 100%;
}.receive_updates82395 .updates_text64238:active {
    transform: translateY(-1px);
}

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

@media (min-width: 768px) {.receive_updates82395 {
    padding: 5rem 3rem;
}.receive_updates82395 .mission_why80574 {
    padding: 3.5rem 4rem;
    border-left: 4px solid rgb(193,156,201);
}.receive_updates82395 .input_holder {
    align-items: stretch;
    flex-direction: row;
}.receive_updates82395 h3 {
    font-size: clamp(1.5rem, 1.25rem + 1.5vw, 2rem);
    max-width: 80%;
}.receive_updates82395 input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.receive_updates82395 .updates_text64238 {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    align-self: stretch;
}
}

@media (min-width: 992px) {.receive_updates82395 {
    padding: 6rem 2rem;
}.receive_updates82395 .mission_why80574 {
    background: linear-gradient(to right, #ffffff 60%, rgba(245, 247, 250, 0.9) 100%);
    padding: 4rem 5rem;
}.receive_updates82395 h3 {
    max-width: 70%;
}.receive_updates82395 .input_holder {
    max-width: 80%;
}
}

@media (max-width: 767px) {.receive_updates82395 .mission_why80574 {
    padding: 2.5rem 1.5rem;
}.receive_updates82395 h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}.receive_updates82395 .updates_text64238 {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (hover: none) {.receive_updates82395 .updates_text64238:hover {
    transform: none;
    box-shadow: none;
}.receive_updates82395 input[type="email"]:focus {
    transform: none;
}}header {
    z-index: 100;
    padding: 0;
    margin-top: 0;
    position: relative;
    overflow: visible;
    background: linear-gradient(135deg, rgb(193,156,201,0.5) 0%, rgb(222,218,201) 100%);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}header::before {
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    position: absolute;
    content: '';
    opacity: 0.4;
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}header::after {
    height: 10px;
    bottom: 0;
    opacity: 0.6;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(193,156,201,0.5), 
        transparent
    );
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
}header .main_pro63897 {
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 3rem;
    position: relative;
}header .head_pagewrap42316 {
    transition: all 0.6s ease;
    padding: 1rem;
    flex: 0 0 auto;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    position: relative;
    margin-right: 2rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
}header .head_pagewrap42316:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    transform: translateY(-5px);
}header .top_prime26413 {
    transition: all 0.4s ease;
    position: relative;
    display: block;
}header .top_prime26413 img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}header .nav_block34659 {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}header .nav_block34659::before {
    width: 110%;
    transition: all 0.6s ease;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    top: -5%;
    background: linear-gradient(135deg, rgb(193,156,201,0.5) 0%, transparent 100%);
    left: -5%;
    height: 110%;
    position: absolute;
    content: '';
    opacity: 0.1;
    z-index: -1;
}header .nav_block34659:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .main_head83460 {
    margin: 0 0.5rem;
    position: relative;
}header .main_head83460 a {
    font-size: 15px;
    z-index: 1;
    display: flex;
    color: #000000;
    justify-content: center;
    padding: 0.8rem 1.3rem;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    align-items: center;
    overflow: hidden;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
}header .main_head83460 a::before {
    opacity: 0;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    transform: scale(1.1);
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(193,156,201,0.5) 0%, rgb(111,126,179,0.5) 100%);
    left: 0;
}header .main_head83460 a:hover {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) scale(1.05);
    color: #ffffff;
}header .main_head83460 a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .main_head83460::after {
    opacity: 0.7;
    left: 50%;
    transform: translateX(-50%) scale(0);
    height: 6px;
    position: absolute;
    transition: transform 0.4s ease;
    width: 6px;
    background: rgb(193,156,201);
    border-radius: 50%;
    bottom: -8px;
    content: '';
}header .main_head83460:hover::after {
    transform: translateX(-50%) scale(1);
}header .main_pro63897::before {
    opacity: 0.1;
    right: -100px;
    top: -100px;
    position: absolute;
    background: radial-gradient(circle, rgb(193,156,201,0.5) 0%, transparent 70%);
    content: '';
    height: 200px;
    filter: blur(30px);
    width: 200px;
    border-radius: 50%;
}header .main_pro63897::after {
    background: radial-gradient(circle, rgb(111,126,179,0.5) 0%, transparent 70%);
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    filter: blur(30px);
    bottom: -75px;
    left: -75px;
    opacity: 0.1;
    content: '';
}.head_bar84390 {
    padding-top: 2rem;
    z-index: 1;
    position: relative;
    background: rgb(222,218,201);
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .main_pro63897 {
    margin: 0 auto;
    max-width: 1320px;
}header .main_head83460 {
    margin: 0 0.7rem;
}header .main_head83460 a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .main_pro63897 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head_pagewrap42316 {
    margin-bottom: 0;
    padding: 0.7rem;
    margin-right: 0;
}header .nav_block34659 {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .main_head83460 a {
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
}header .nav_block34659::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_pro63897 {
    padding: 0.8rem 1.5rem;
}header .head_pagewrap42316 {
    padding: 0.6rem;
    max-width: 140px;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .top_prime26413 img {
    max-height: 35px;
}header .nav_block34659 {
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .nav_block34659::-webkit-scrollbar {
    height: 3px;
}header .nav_block34659::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(193,156,201,0.5);
}header .main_head83460 {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main_head83460 a {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    padding: 0.5rem 0.8rem;
    font-size: calc(15px - 2px);
    white-space: nowrap;
}header .main_head83460::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .main_pro63897 {
    padding: 0.7rem 1.2rem;
}header .head_pagewrap42316 {
    padding: 0.5rem;
    max-width: 120px;
}header .main_head83460 a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}}.confidential_zone48765 {
    background: linear-gradient(135deg, rgb(222,218,201) 0%, rgba(rgb(111,126,179,0.5), 0.05) 100%);
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}.confidential_zone48765::before {
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(193,156,201,0.5), 0.05) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(rgb(111,126,179,0.5), 0.07) 0%, transparent 60%);
}.confidential_zone48765::after {
    z-index: 0;
    width: 300px;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    top: -10%;
    background: linear-gradient(225deg, rgba(rgb(193,156,201,0.5), 0.03), rgba(rgb(111,126,179,0.5), 0.03));
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 300px;
    right: -5%;
    position: absolute;
}.confidential_zone48765 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1140px;
}.confidential_zone48765 h1 {
    padding-bottom: 20px;
    color: #000000;
    font-size: 43px;
    transform: translateZ(0);
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
}.confidential_zone48765 h1::after {
    transform-origin: left;
    position: absolute;
    transition: width 0.3s ease-out;
    width: 80px;
    background: linear-gradient(90deg, rgb(193,156,201) 0%, rgb(111,126,179) 100%);
    left: 0;
    height: 4px;
    content: "";
    bottom: 0;
}.confidential_zone48765 h2 {
    font-family: Arial, sans-serif;
    font-size: 31px;
    padding-left: 15px;
    font-weight: 600;
    margin: 40px 0 20px;
    color: #000000;
    position: relative;
}.confidential_zone48765 h2::before {
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 2px;
    background: rgb(193,156,201);
}.confidential_zone48765 h3 {
    font-family: Arial, sans-serif;
    padding-left: 12px;
    position: relative;
    margin: 35px 0 18px;
    font-size: calc(31px * 0.85);
    font-weight: 600;
    color: #000000;
}.confidential_zone48765 h3::before {
    height: 65%;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    left: 0;
    border-radius: 2px;
    width: 4px;
    position: absolute;
    background: rgb(111,126,179);
}.confidential_zone48765 h4 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 10px;
    color: #000000;
    margin: 30px 0 15px;
    font-size: calc(31px * 0.75);
}.confidential_zone48765 h4::before {
    width: 3px;
    content: "";
    border-radius: 2px;
    position: absolute;
    transform: translateY(-50%);
    height: 60%;
    left: 0;
    background: rgba(rgb(193,156,201,0.5), 0.7);
    top: 50%;
}.confidential_zone48765 p {
    margin-bottom: 20px;
    font-size: 12px;
    color: #000000;
    line-height: 1.75;
    font-weight: 400;
    max-width: 100%;
    font-family: Arial, sans-serif;
    position: relative;
}.confidential_zone48765 span {
    color: #000000;
    font-weight: 400;
    line-height: 1.75;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}.confidential_zone48765 ul {
    padding: 0;
    margin: 25px 0;
    position: relative;
    list-style: none;
}.confidential_zone48765 li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    line-height: 1.65;
    font-size: 12px;
    color: #000000;
}.confidential_zone48765 li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid rgb(193,156,201);
    border-radius: 10px;
    left: 0;
    transition: background-color 0.3s ease;
    background: #ffffff;
    transform: rotate(45deg);
    top: 8px;
}.confidential_zone48765 li:hover::before {
    background-color: rgb(193,156,201);
}.confidential_zone48765 strong {
    padding: 0 2px;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}.confidential_zone48765 strong::after {
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(rgb(193,156,201,0.5), 0.3);
    content: "";
    height: 2px;
    transition: height 0.3s ease;
    position: absolute;
    z-index: -1;
}.confidential_zone48765 strong:hover::after {
    height: 8px;
}

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

@media screen and (min-width: 992px) {.confidential_zone48765 {
    padding: 80px 0;
}.confidential_zone48765 h1 {
    margin-bottom: 45px;
    font-size: calc(43px * 1.1);
}.confidential_zone48765 h1::after {
    width: 100px;
}.confidential_zone48765 .container {
    padding: 0 30px;
}.confidential_zone48765 li {
    padding-left: 35px;
}.confidential_zone48765 li::before {
    height: 12px;
    width: 12px;
}
}

@media screen and (max-width: 768px) {.confidential_zone48765 {
    padding: 50px 0;
}.confidential_zone48765 h1 {
    margin-bottom: 30px;
    font-size: calc(43px * 0.9);
}.confidential_zone48765 h2 {
    font-size: calc(31px * 0.9);
    margin: 30px 0 15px;
}.confidential_zone48765 h3 {
    font-size: calc(31px * 0.75);
}.confidential_zone48765 h4 {
    font-size: calc(31px * 0.65);
}.confidential_zone48765 p, 
    .confidential_zone48765 span, 
    .confidential_zone48765 li {
    font-size: calc(12px * 0.95);
    line-height: 1.65;
}
}

@media screen and (max-width: 576px) {.confidential_zone48765 {
    padding: 40px 0;
}.confidential_zone48765 .container {
    padding: 0 15px;
}.confidential_zone48765 h1 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(43px * 0.8);
}.confidential_zone48765 h1::after {
    width: 60px;
    height: 3px;
}.confidential_zone48765 h2 {
    margin: 25px 0 12px;
    font-size: calc(31px * 0.8);
}.confidential_zone48765 h3 {
    font-size: calc(31px * 0.7);
}.confidential_zone48765 h4 {
    font-size: calc(31px * 0.6);
}.confidential_zone48765 p, 
    .confidential_zone48765 span, 
    .confidential_zone48765 li {
    font-size: calc(12px * 0.9);
    margin-bottom: 15px;
    line-height: 1.6;
}.confidential_zone48765 ul {
    margin: 20px 0;
}.confidential_zone48765 li {
    margin-bottom: 12px;
    padding-left: 25px;
}.confidential_zone48765 li::before {
    width: 8px;
    top: 7px;
    height: 8px;
}}.course_highlights94267 {
    background: linear-gradient(120deg, #000000 20%, rgb(111,126,179,0.5) 100%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.course_highlights94267::before {
    z-index: 1;
    background: radial-gradient(ellipse at center, rgb(193,156,201,0.5) 0%, transparent 70%);
    top: -20%;
    position: absolute;
    right: -10%;
    height: 140%;
    transform: rotate(-15deg);
    width: 70%;
    content: "";
    filter: blur(30px);
    animation: floatGradient 20s ease-in-out infinite alternate;
}.course_highlights94267::after {
    z-index: 1;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(111,126,179,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    opacity: 0.8;
    top: 0;
    width: 100%;
    height: 100%;
}.course_highlights94267 .container {
    z-index: 2;
    position: relative;
}.course_highlights94267 .mission_why80574 {
    grid-template-columns: 45% 55%;
    grid-template-areas: 
        "photo info"
        "photo info";
    gap: 0;
    min-height: 500px;
    display: grid;
    position: relative;
}.course_highlights94267 .program_route96543 {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-40px);
    backdrop-filter: blur(8px);
    z-index: 3;
    border-radius: 0 15px 15px 0;
    position: relative;
    grid-area: info;
    padding: 3.5rem 3rem 3.5rem 5rem;
}.course_highlights94267 .program_route96543::before {
    content: "";
    left: 0;
    width: 100%;
    background-size: 30px 30px;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(193,156,201,0.5) 49.5%, rgb(193,156,201,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(193,156,201,0.5) 49.5%, rgb(193,156,201,0.5) 50.5%, transparent 50.5%);
    z-index: -1;
    opacity: 0.1;
    top: 0;
}.course_highlights94267 .program_route96543::after {
    animation: rotateRadial 30s linear infinite;
    content: "";
    transform-origin: center;
    z-index: -1;
    height: 200%;
    opacity: 0.1;
    width: 200%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(193,156,201,0.5) 0%,
        transparent 60%
    );
    left: -50%;
    top: -50%;
}.course_highlights94267 .head_pagewrap42316 {
    width: 90px;
    transform: rotate(-5deg) skew(-5deg);
    height: 90px;
    position: relative;
    margin-bottom: 2rem;
}.course_highlights94267 .head_pagewrap42316::before {
    animation: pulseLogo 4s ease-in-out infinite alternate;
    content: "";
    inset: -5px;
    border-radius: 12px;
    z-index: -1;
    filter: blur(5px);
    position: absolute;
    transform: rotate(5deg);
    background: linear-gradient(
        135deg,
        rgb(193,156,201) 0%,
        rgb(111,126,179) 100%
    );
}.course_highlights94267 .head_pagewrap42316::after {
    z-index: -1;
    position: absolute;
    border-radius: 8px;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}.course_highlights94267 .head_pagewrap42316 svg {
    transform: translate(-50%, -50%);
    height: 50px;
    top: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    left: 50%;
    width: 50px;
    position: absolute;
    filter: drop-shadow(0 0 8px rgb(193,156,201,0.5));
}.course_highlights94267 .head_pagewrap42316 svg path {
    fill: rgb(193,156,201);
    transition: fill 0.3s ease;
}.course_highlights94267 h3 {
    position: relative;
    transform: skew(-2deg);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 1.8rem;
    font-size: 31px;
    font-weight: 700;
}.course_highlights94267 h3::before {
    background: linear-gradient(to right, rgb(193,156,201), transparent);
    content: "";
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
}.course_highlights94267 h3::after {
    height: 1px;
    content: "";
    left: 0;
    width: 80px;
    background: linear-gradient(to right, rgb(193,156,201), transparent);
    position: absolute;
    bottom: -15px;
}.course_highlights94267 p {
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 2rem;
    max-width: 600px;
    line-height: 1.8;
}.course_highlights94267 .pic_wrap_item92065 {
    height: 460px;
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: photo;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
}.course_highlights94267 .pic_wrap_item92065::before {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 2;
    width: 100%;
    mix-blend-mode: multiply;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.6;
}.course_highlights94267 .pic_wrap_item92065::after {
    z-index: 2;
    bottom: 0;
    content: "";
    opacity: 0.7;
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
}.course_highlights94267 .mission_why80574:hover .pic_wrap_item92065 {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}.course_highlights94267 .mission_why80574:hover .program_route96543 {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}.course_highlights94267 .head_pagewrap42316:hover svg path {
    fill: rgb(111,126,179);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.course_highlights94267 .mission_why80574 {
    grid-template-columns: 42% 58%;
    min-height: 450px;
}.course_highlights94267 .program_route96543 {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.course_highlights94267 h3 {
    font-size: calc(31px * 0.9);
}
}

@media screen and (max-width: 992px) {.course_highlights94267 {
    padding: 5rem 0;
}.course_highlights94267 .mission_why80574 {
    grid-template-areas:
            "pic_wrap_item92065"
            "support_inquiry19068";
    grid-template-columns: 1fr;
    min-height: auto;
}.course_highlights94267 .pic_wrap_item92065 {
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 15px 15px 0 0;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.course_highlights94267 .program_route96543 {
    padding: 3rem 2.5rem;
    border-radius: 0 0 15px 15px;
    transform: translateY(-40px);
}.course_highlights94267 .mission_why80574:hover .pic_wrap_item92065 {
    transform: perspective(1000px) rotateX(8deg);
}.course_highlights94267 .mission_why80574:hover .program_route96543 {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.course_highlights94267 {
    padding: 4rem 0;
}.course_highlights94267 .pic_wrap_item92065 {
    height: 300px;
}.course_highlights94267 .program_route96543 {
    padding: 2.5rem 2rem;
}.course_highlights94267 .head_pagewrap42316 {
    margin-bottom: 1.5rem;
    height: 80px;
    width: 80px;
}.course_highlights94267 .head_pagewrap42316 svg {
    height: 45px;
    width: 45px;
}.course_highlights94267 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.8);
}.course_highlights94267 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 576px) {.course_highlights94267 {
    padding: 3rem 0;
}.course_highlights94267 .pic_wrap_item92065 {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.course_highlights94267 .program_route96543 {
    transform: translateY(-30px);
    padding: 2rem 1.5rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}.course_highlights94267 .head_pagewrap42316 {
    height: 70px;
    width: 70px;
    margin-bottom: 1.2rem;
}.course_highlights94267 .head_pagewrap42316 svg {
    width: 40px;
    height: 40px;
}.course_highlights94267 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(31px * 0.7);
}.course_highlights94267 h3::before {
    width: 30px;
    bottom: -8px;
    height: 2px;
}.course_highlights94267 h3::after {
    bottom: -12px;
    height: 1px;
    width: 60px;
}.course_highlights94267 p {
    font-size: calc(12px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.course_highlights94267 .mission_why80574:hover .program_route96543 {
    transform: translateY(-35px);
}}.user_comments31607 {
    background: linear-gradient(135deg, rgb(222,218,201) 50%, rgb(193,156,201,0.5) 50%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.user_comments31607::before {
    opacity: 0.7;
    content: "";
    background: linear-gradient(45deg, rgb(111,126,179), rgb(193,156,201,0.5));
    width: 200px;
    z-index: 0;
    position: absolute;
    height: 200px;
    right: -5%;
    top: -5%;
    border-radius: 50%;
    filter: blur(50px);
}.user_comments31607::after {
    content: "";
    bottom: -5%;
    width: 250px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(193,156,201), rgb(111,126,179,0.5));
    filter: blur(60px);
    height: 250px;
    z-index: 0;
    opacity: 0.5;
    left: -5%;
    position: absolute;
}.user_comments31607 .container {
    z-index: 1;
    position: relative;
}.user_comments31607 h2 {
    transform: skewX(-5deg);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 4rem;
    color: #000000;
    position: relative;
    font-size: 30px;
}.user_comments31607 h2::after {
    width: 70%;
    content: "";
    transform: translateX(15%);
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(111,126,179), transparent);
    left: 0;
    bottom: -10px;
}.user_comments31607 .learner_views52470 {
    gap: 3rem;
    display: grid;
    transform: rotate(-2deg);
    grid-template-columns: repeat(3, 1fr);
}.user_comments31607 .learning_feedback94281 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    overflow: hidden;
    padding: 2rem;
    position: relative;
    display: flex;
    transition: all 0.5s ease;
    background: #ffffff;
    transform: rotate(2deg);
    flex-direction: column;
}.user_comments31607 .learning_feedback94281:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}.user_comments31607 .learning_feedback94281:nth-child(3n) {
    transform: rotate(-1deg) translateY(10px);
}.user_comments31607 .learning_feedback94281:hover {
    transform: rotate(0) translateY(-10px) scale(1.05);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.user_comments31607 .learning_feedback94281::before {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(111,126,179), rgb(193,156,201));
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}.user_comments31607 .learning_feedback94281 img {
    margin: 0 auto 1rem;
    transition: all 0.5s ease;
    transform: translateY(-20px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 3px solid #ffffff;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    width: 80px;
}.user_comments31607 .learning_feedback94281:hover img {
    transform: translateY(-20px) scale(1.1) rotate(360deg);
}.user_comments31607 .learning_feedback94281 p {
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #000000;
    font-size: calc(12px * 1.1);
}.user_comments31607 .learning_feedback94281 .description {
    font-weight: 400;
    color: #000000;
    position: relative;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
    font-size: 12px;
}.user_comments31607 .learning_feedback94281 .description::before {
    top: -20px;
    content: "";
    z-index: -1;
    left: 0;
    font-family: serif;
    font-size: 4rem;
    position: absolute;
    color: rgb(111,126,179,0.5);
}

@media (max-width: 992px) {.user_comments31607 .learner_views52470 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.user_comments31607 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(222,218,201) 40%, rgb(193,156,201,0.5) 60%);
}.user_comments31607 h2 {
    margin-bottom: 3rem;
    font-size: calc(30px * 0.9);
}.user_comments31607 .learner_views52470 {
    grid-template-columns: 1fr;
    transform: rotate(0);
    gap: 2rem;
}.user_comments31607 .learning_feedback94281,
    .user_comments31607 .learning_feedback94281:nth-child(odd),
    .user_comments31607 .learning_feedback94281:nth-child(3n) {
    transform: rotate(0);
}.user_comments31607 .learning_feedback94281:hover {
    transform: translateY(-5px);
}}.gratSection60341 {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgb(222,218,201), rgba(245, 247, 250, 0.95));
    padding: 5rem 0;
    overflow: hidden;
}.gratSection60341::before {
    transform: skewX(-15deg) translateX(20%);
    content: "";
    background: linear-gradient(to bottom right, rgb(193,156,201,0.5), transparent);
    z-index: 1;
    width: 50%;
    right: 0;
    top: 0;
    opacity: 0.15;
    position: absolute;
    height: 100%;
}.gratSection60341::after {
    content: "";
    left: 0;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, 
    transparent, 
    rgb(111,126,179), 
    rgb(193,156,201), 
    transparent);
    z-index: 2;
}.gratSection60341 .container {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}.gratSection60341 h2 {
    position: relative;
    color: #000000;
    opacity: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    transform: translateX(-1rem);
    margin-bottom: 2.5rem;
    animation: slideTitle 0.8s ease-out forwards 0.3s;
    max-width: 85%;
    font-family: Arial, sans-serif;
}.gratSection60341 h2::after {
    background: rgb(193,156,201);
    left: 0;
    bottom: -0.8rem;
    position: absolute;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    animation: growLine 1s ease-out forwards 0.8s;
    width: 5rem;
    content: "";
}.gratSection60341 .mission_why80574 {
    position: relative;
    animation: slideUp 0.8s ease-out forwards 0.5s;
    border-left: 4px solid rgb(193,156,201);
    opacity: 0;
    transform: translateY(1rem);
    background: #ffffff;
    padding: 3rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}.gratSection60341 .mission_why80574::before {
    top: 2rem;
    height: 8rem;
    background: linear-gradient(135deg, rgb(111,126,179,0.5), transparent);
    opacity: 0.12;
    position: absolute;
    width: 8rem;
    right: 2rem;
    z-index: 0;
    border-radius: 50%;
    content: "";
}.gratSection60341 ul {
    padding: 0;
    z-index: 2;
    list-style: none;
    margin: 0;
    position: relative;
}.gratSection60341 li {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}.gratSection60341 li:last-child {
    margin-bottom: 0;
}.gratSection60341 li::before {
    position: absolute;
    background: rgb(193,156,201);
    width: 0.5rem;
    animation: growBox 0.6s ease-out forwards 1.2s;
    content: "";
    top: 0.6rem;
    height: 0.5rem;
    left: 0;
    transform: rotate(45deg) scale(0);
}.gratSection60341 li span {
    font-size: 15px;
    display: block;
    color: #000000;
    transform: translateX(0.5rem);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    opacity: 0;
}

@keyframes slideTitle {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes slideUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (hover: hover) {.gratSection60341 .mission_why80574:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.gratSection60341 .mission_why80574:hover::before {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
}

@media (max-width: 991px) {.gratSection60341 {
    padding: 4rem 0;
}.gratSection60341 h2 {
    max-width: 95%;
    font-size: calc(32px * 0.9);
}.gratSection60341 .mission_why80574 {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.gratSection60341 {
    padding: 3rem 0;
}.gratSection60341::before {
    width: 70%;
}.gratSection60341 .container {
    padding: 0 1.5rem;
}.gratSection60341 h2 {
    margin-bottom: 2rem;
    max-width: 100%;
    font-size: calc(32px * 0.8);
}.gratSection60341 .mission_why80574 {
    padding: 2rem 1.5rem;
}.gratSection60341 .mission_why80574::before {
    right: 1.5rem;
    width: 6rem;
    height: 6rem;
    top: 1.5rem;
}
}

@media (max-width: 480px) {.gratSection60341 {
    padding: 2.5rem 0;
}.gratSection60341 h2 {
    line-height: 1.4;
    font-size: calc(32px * 0.7);
}.gratSection60341 h2::after {
    width: 4rem;
}.gratSection60341 .mission_why80574 {
    padding: 1.75rem 1.25rem;
    border-left-width: 3px;
}.gratSection60341 li {
    padding-left: 1.25rem;
}.gratSection60341 li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}