﻿header,footer {
    width: 100%;
}

header {
    padding: 0;
    position: relative;
    margin-top: 0;
    z-index: 100;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    overflow: visible;
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, rgb(237,228,242) 100%);
}

.test_drive2R .pro_programZK {
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    border-radius: 19px;
    overflow: hidden;
    max-width: 1000px;
    z-index: 2;
    padding: 60px 40px;
    align-items: center;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.test_drive2R h3 {
    font-size: 31px;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    margin-bottom: 50px;
}

.test_drive2R .form_edulK::before {
    content: '';
    background: linear-gradient(
        45deg,
        rgb(215,195,225) 0%,
        rgb(184,158,202) 100%
    );
    transition: opacity 0.4s ease;
    top: 0;
    z-index: -1;
    height: 100%;
    opacity: 0;
    width: 100%;
    left: 0;
    position: absolute;
}

.user_reviews9i {
    background: rgb(237,228,242);
    overflow: hidden;
    position: relative;
    padding: 8rem 2rem;
}

.user_reviews9i h4 {
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    margin-bottom: 5rem;
    text-transform: uppercase;
}

.user_reviews9i .success_opinionsv3 {
    transition: all 0.5s ease;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    padding: 3rem;
}

.user_reviews9i .success_opinionsv3:nth-child(even):hover {
    transform: translateX(-20px);
}

.user_reviews9i .success_opinionsv3 .gallery_wrapperPj {
    width: 120px;
    transition: all 0.5s ease;
    height: 120px;
    border-radius: 0;
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.user_reviews9i .success_opinionsv3:hover span::after {
    transform: translateX(-50%) scaleX(1);
}

.user_reviews9i .success_opinionsv3:hover p {
    transform: scale(1.02);
}

.user_reviews9i .success_opinionsv3:nth-child(4n+2),
.user_reviews9i .success_opinionsv3:nth-child(4n+3) {
    background: linear-gradient(135deg, #ffffff 0%, rgb(237,228,242) 100%);
}

.program_detailsRx .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.program_detailsRx h2::before {
    animation: growUp 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background: rgb(215,195,225);
    content: "";
    transform: translateY(-50%) scaleY(0);
    height: 60%;
    top: 50%;
    left: -10px;
    width: 4px;
    transform-origin: bottom;
    position: absolute;
}

.program_detailsRx .gallery_wrapperPj::before {
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
    left: 0;
}

.program_detailsRx .description:last-child {
    margin-bottom: 0;
}

.program_detailsRx .description::before {
    position: absolute;
    top: 0.5rem;
    height: 4px;
    width: 4px;
    left: 0;
    border-radius: 50%;
    content: "";
    background: rgb(184,158,202);
}

.privacy_unitHx h3, .privacy_unitHx h4, .privacy_unitHx h5, .privacy_unitHx h6 {
    text-align: center;
    margin: 1rem 0;
}

.privacy_unitHx span {
    font-weight: 600;
}

.contact_boxyD::before {
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgb(184,158,202,0.5) 0%, transparent 100%);
    opacity: 0.4;
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}

.support_infoTB .message_support6y {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    flex: 0 0 58%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 60px;
}

.support_infoTB .message_support6y textarea {
    min-height: 150px;
    resize: vertical;
}

.support_infoTB .message_support6y .connect_boxEq input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.support_infoTB .message_support6y .connect_boxEq input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(215,195,225);
    background: rgb(215,195,225);
}

.support_infoTB .message_support6y .connect_boxEq a:hover {
    color: rgb(184,158,202);
    border-bottom-color: rgb(184,158,202);
}

.support_infoTB .message_support6y .feedback_inforj::before {
    height: 2px;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    background: rgb(215,195,225);
    content: "";
    width: 100%;
    bottom: -2px;
    z-index: -1;
}

.support_infoTB .connect_reachQV h4 {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 600;
}

.support_infoTB .connect_reachQV .reach_boxwD li svg {
    margin-right: 20px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.support_infoTB .connect_reachQV .reach_boxwD li span {
    line-height: 1.5;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

#userSettingsPopupHV {
    display: none;
}

.consentNotificationBoxw6 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookie_updates8r svg, .cookie_updates8r svg path, .cookie_updates8r img {
    fill: rgb(215,195,225);
    height: 100px;
    width: 100px;
}

.inner-container5M .secure_cookieseb {
    border: none;
    padding: 10px;
    color: rgb(215,195,225);
    background: #ffffff;
    font-size: 20px;
    margin-left: 30px;
}

footer {
    width: 100%;
    position: relative;
}

footer .campus_linksOe::before {
    left: 0;
    content: "";
    top: 0;
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(215,195,225,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(184,158,202,0.5) 0%, transparent 20%);
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
}

footer .text_main_holder {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    perspective: 2000px;
    position: relative;
    display: flex;
}

footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}

footer .nav_beginqj::after, footer .header_tutoruy::after, footer .subscribe_holder::after {
    transition: opacity 0.3s ease;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    border-radius: 15px;
}

footer .top_trainsE a::before {
    content: "";
    transition: width 0.3s ease;
    width: 0;
    background-color: rgb(215,195,225);
    bottom: 0;
    left: 0;
    height: 1px;
    position: absolute;
}

footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

footer .res_connectVF {
    font-size: 12px;
    padding: 8px 20px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    display: inline-block;
}

.course_rewardsp9 h5::after {
    z-index: 1;
    content: "";
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(215,195,225), rgb(184,158,202));
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
}

.course_rewardsp9 .pro_programZK > div:first-child::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(215,195,225,0.5), transparent);
    transition: opacity 0.5s ease;
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.2;
    width: 100%;
    position: absolute;
}

.course_rewardsp9 ul {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 24px;
}

.course_rewardsp9 li::before {
    background: linear-gradient(to bottom, rgb(215,195,225), rgb(184,158,202));
    width: 4px;
    content: "";
    transition: height 0.4s ease;
    border-radius: 2px;
    top: 0;
    height: 0;
    left: 0;
    position: absolute;
}

.title_portalj7 h1.start_introqp {
    margin-bottom: 1.5rem;
    position: relative;
    opacity: 1;
    font-weight: 700;
    transform: translateY(0);
    font-size: clamp(2rem, 5vw, 46px);
    animation: title-entry 1s ease-out;
    color: #000000;
}

.title_portalj7 .quick_eduoz:hover {
    transform: perspective(1000px) rotateY(2deg);
}

.title_portalj7 .knowledge_studio4w:hover::before {
    opacity: 0.5;
}

.title_portalj7 .knowledge_studio4w span {
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    padding: 2rem;
    left: 0;
    bottom: 0;
    transform: translateY(0);
    position: absolute;
    transition: transform 0.4s ease;
}

.thanksPageA8 h2 {
    color: #000000;
    text-align: center;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    margin-right: auto;
    font-size: 34px;
    letter-spacing: -0.01em;
    transform: translateY(20px);
    font-weight: 700;
    margin-left: auto;
    line-height: 1.4;
    max-width: 800px;
    margin-bottom: 40px;
    opacity: 0;
    position: relative;
}

.thanksPageA8 ul {
    padding: 0;
    list-style: none;
    position: relative;
    margin: 0;
}

.thanksPageA8 li {
    position: relative;
    grid-template-columns: 1fr;
    gap: 20px;
    display: grid;
}

.thanksPageA8 span {
    line-height: 1.8;
    font-size: calc(12px * 1.1);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(215,195,225,0.5);
    text-align: left;
    padding-left: 15px;
}

.instructor_profiley7 .success_opinionsv3:hover {
    transform: rotate(0deg) scale(1.02);
}

.instructor_profiley7 .gallery_wrapperPj {
    height: 350px;
    position: relative;
    box-shadow: 15px 15px 0 rgb(184,158,202,0.5);
    width: 280px;
    transform: translateY(20px);
    border-radius: 25px;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    transition: all 0.4s ease;
}

.instructor_profiley7 .emp_overviewsK > div:nth-child(2) {
    font-weight: 600;
    font-size: 17px;
    opacity: 0.8;
    margin-bottom: 20px;
    color: #000000;
}

.instructor_profiley7 .career_projectsm9::before {
    font-family: Arial, sans-serif;
    top: -20px;
    font-size: 80px;
    content: "";
    position: absolute;
    opacity: 0.1;
    left: -15px;
    color: rgb(215,195,225);
}

.who_we_arefF h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 42px;
    color: #000000;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    margin-bottom: 80px;
}

.who_we_arefF .path_impactch {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 40px;
    width: 100%;
}

.who_we_arefF .academy_learnings7a:nth-child(1) {
    border-left: 4px solid rgb(215,195,225);
    align-self: flex-start;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transform: translateX(-40px);
}

.who_we_arefF .academy_learnings7a:nth-child(2) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transform: translateX(40px);
    align-self: flex-end;
    border-right: 4px solid rgb(184,158,202);
}

.who_we_arefF .academy_learnings7a:nth-child(1)::after {
    right: -35px;
}

.who_we_arefF .academy_learnings7a:nth-child(2)::after {
    left: -35px;
}

.who_we_arefF .academy_learnings7a:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}

.who_we_arefF .academy_learnings7a h3::after {
    transition: width 0.4s ease;
    position: absolute;
    bottom: 0;
    width: 40%;
    left: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgb(215,195,225), transparent);
}

.who_we_arefF .container::after {
    bottom: 10%;
    right: -150px;
    background: linear-gradient(45deg, rgb(184,158,202,0.5), transparent);
    animation-delay: -5s;
}

header::after {
    left: 0;
    height: 10px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(215,195,225,0.5), 
        transparent
    );
    content: '';
    bottom: 0;
    opacity: 0.6;
    width: 100%;
}

header .nav_beginqj {
    transition: all 0.6s ease;
    padding: 1rem;
    position: relative;
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

header .header_mainbaryp img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

header .head_coreY6 {
    position: relative;
    margin: 0 0.5rem;
}

header .head_coreY6 a::before {
    content: '';
    width: 100%;
    border-radius: inherit;
    height: 100%;
    transition: opacity 0.4s ease;
    top: 0;
    transform: scale(1.1);
    left: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, rgb(184,158,202,0.5) 100%);
}

header .head_mainwrap5H::before {
    filter: blur(30px);
    right: -100px;
    content: '';
    background: radial-gradient(circle, rgb(215,195,225,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.1;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: -100px;
}

.plan_cardSH .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}

.plan_cardSH .price_panelT1 h2 {
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 37px;
}

.plan_cardSH .payment_plansef {
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    transform: translateY(30px);
    display: block;
}

.plan_cardSH .group_plansHO h3 {
    position: relative;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    font-size: calc(20px + 2px);
    font-weight: 700;
    color: #000000;
}

.plan_cardSH .payment_plansef:hover .discount_dealsc8::after {
    width: 80px;
}

.plan_cardSH .group_plansHO p {
    font-size: 17px;
    hyphens: auto;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 2rem;
    flex-grow: 1;
    word-wrap: break-word;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 768px) {.test_drive2R {
    padding: 80px 0;
}.test_drive2R .pro_programZK {
    padding: 40px 25px;
}.test_drive2R h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(31px * 0.8);
}.test_drive2R .form_edulK {
    padding: 12px 35px;
    letter-spacing: 1.5px;
    font-size: calc(20px * 0.9);
}
}



@media (max-width: 768px) {.user_reviews9i {
    padding: 5rem 1rem;
}.user_reviews9i h4 {
    font-size: calc(37px * 0.8);
    margin-bottom: 3rem;
}.user_reviews9i .success_opinionsv3 {
    padding: 2.5rem 1.5rem;
}.user_reviews9i .success_opinionsv3 .gallery_wrapperPj {
    height: 90px;
    width: 90px;
}}



@media (max-width: 767px) {.program_detailsRx {
    padding: 80px 0 60px;
}.program_detailsRx h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
}.program_detailsRx .study_trackNH {
    gap: 2rem;
}.program_detailsRx .gallery_wrapperPj {
    height: 280px;
}.program_detailsRx .text_area_wrapdk {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    max-height: 300px;
}.program_detailsRx .description {
    font-size: calc(15px * 0.95);
    margin-bottom: 1rem;
    line-height: 1.6;
}}



@media screen and (max-width: 480px) {.contact_boxyD {
    padding: 40px 0;
}.support_infoTB .message_support6y,
    .support_infoTB .connect_reachQV {
    padding: 30px 20px;
}.support_infoTB .message_support6y h3,
    .support_infoTB .connect_reachQV h4 {
    font-size: calc(24px - 2px);
}}



@media (max-width: 767px) {footer .campus_linksOe {
    padding: 80px 0 30px;
}footer .edu_asksupQ9 {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .nav_beginqj, footer .header_tutoruy, footer .subscribe_holder {
    margin-left: 0;
    margin-right: 0;
    padding: 25px 20px;
}footer .header_tutoruy, footer .subscribe_holder {
    margin-top: -10px;
}footer .footer_subscribe78 {
    margin-top: 40px;
}
}



@media screen and (max-width: 767px) {.course_rewardsp9 {
    padding: 80px 0;
}.course_rewardsp9 h5 {
    padding: 0 20px;
    margin-bottom: 40px;
    font-size: calc(19px * 0.9);
}.course_rewardsp9 .pro_programZK {
    transform: none;
}.course_rewardsp9 .text_area_wrapdk {
    padding: 25px;
}.course_rewardsp9 li {
    padding-left: 30px;
}.course_rewardsp9 li p {
    font-size: calc(12px * 0.95);
    line-height: 1.5;
}.course_rewardsp9 li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}}



@media (max-width: 767px) {.thanksPageA8 {
    padding: 60px 0;
}.thanksPageA8 h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.7);
}.thanksPageA8 h2::after {
    width: 60px;
    bottom: -10px;
}.thanksPageA8 .pro_programZK {
    padding: 30px 20px;
}.thanksPageA8 li::before {
    display: none;
}.thanksPageA8 span {
    font-size: 12px;
    line-height: 1.6;
}
}



@media screen and (max-width: 991px) {.who_we_arefF {
    padding: 100px 0;
}.who_we_arefF h2 {
    margin-bottom: 60px;
}.who_we_arefF .academy_learnings7a {
    padding: 30px;
    width: 50%;
}.who_we_arefF .academy_learnings7a:nth-child(1) {
    transform: translateX(-15px);
}.who_we_arefF .academy_learnings7a:nth-child(2) {
    transform: translateX(15px);
}.who_we_arefF .academy_learnings7a:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-15px);
}.who_we_arefF .academy_learnings7a:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(15px);
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head_mainwrap5H {
    padding: 0.8rem 1.5rem;
}header .nav_beginqj {
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
    padding: 0.6rem;
}header .header_mainbaryp img {
    max-height: 35px;
}header .header_tutoruy {
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
}header .header_tutoruy::-webkit-scrollbar {
    height: 3px;
}header .header_tutoruy::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(215,195,225,0.5);
}header .head_coreY6 {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .head_coreY6 a {
    padding: 0.5rem 0.8rem;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    white-space: nowrap;
    font-size: calc(13px - 2px);
}header .head_coreY6::after {
    display: none;
}header::after {
    height: 5px;
}
}



@keyframes scanLine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}



@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}



@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(215,195,225), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(215,195,225), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(215,195,225), 0);
  }
}



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

