header,footer {
    width: 100%;
}


header {
    background: rgb(219,214,225);
    z-index: 100;
    width: 100%;
    padding: 1rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

header .site_head {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    grid-area: logo;
    padding: 0.5rem 1rem;
}

header .site_head:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .header_guide:hover {
    box-shadow: 0 3px 8px rgb(183,178,195,0.5);
    color: #ffffff;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(183,178,195), rgb(148,138,164));
}

.contact::before {
    z-index: 1;
    top: 0;
    width: 100%;
    background: rgb(219,214,225);
    content: "";
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(183,178,195,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(148,138,164,0.5) 0%, transparent 30%);
    height: 100%;
    position: absolute;
}

.contact .request_inquiry::before {
    z-index: 3;
    opacity: 0.2;
    border: 1px solid rgb(183,178,195);
    pointer-events: none;
    border-radius: 12px;
    inset: 0;
    position: absolute;
    content: "";
}

.contact .support_form {
    padding: 60px;
    position: relative;
    background: #ffffff;
    flex: 0 0 55%;
}

.contact .support_form::after {
    position: absolute;
    content: "";
    z-index: 0;
    opacity: 0.3;
    height: 150px;
    width: 150px;
    bottom: -75px;
    left: -75px;
    filter: blur(80px);
    background: rgb(148,138,164,0.5);
}

.contact form input[type="text"]:focus {
    outline: none;
    border-color: rgb(183,178,195);
    box-shadow: 
        0 0 0 1px rgb(183,178,195),
        0 0 5px rgb(183,178,195,0.5);
}

.contact .feedback_info label {
    cursor: pointer;
    padding-left: 35px;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    position: relative;
}

.contact .feedback_info label a {
    text-decoration: none;
    position: relative;
    color: rgb(183,178,195);
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact .request_request {
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 30px;
    border: none;
    position: relative;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 
        0 5px 15px rgb(183,178,195,0.5),
        0 0 0 1px rgb(183,178,195);
    transition: all 0.3s ease;
    font-weight: 700;
    background: rgb(183,178,195);
}

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

.course_summary .master_classes::before {
    height: 200px;
    z-index: -1;
    position: absolute;
    left: -120px;
    border: 1px solid rgb(183,178,195,0.5);
    animation: rotate 30s linear infinite;
    width: 200px;
    border-radius: 50%;
    top: -80px;
    content: "";
}

.course_summary .career_learn::after {
    border-left: 2px solid rgb(183,178,195,0.5);
    bottom: 20px;
    height: 60px;
    z-index: 1;
    position: absolute;
    border-bottom: 2px solid rgb(183,178,195,0.5);
    content: "";
    width: 60px;
    left: 20px;
}

.course_summary .top_edu:hover svg path {
    fill: rgb(148,138,164);
}

.course_summary p {
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
    position: relative;
    font-size: 16px;
}

.course_summary .photo_section::before {
    top: 0;
    left: 0;
    background: linear-gradient(
    to bottom right,
    rgb(183,178,195,0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgb(148,138,164,0.5) 100%
  );
    z-index: 2;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
}



.course_beneficiaries .container {
    z-index: 3;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}

.course_beneficiaries .master_classes::after {
    opacity: 0.3;
    left: -15px;
    width: 120px;
    content: "";
    background: rgb(183,178,195);
    transform: rotate(10deg) translateZ(-15px);
    bottom: -15px;
    position: absolute;
    height: 120px;
    z-index: -1;
    border-radius: 10px;
}

.course_beneficiaries p {
    align-items: center;
    padding: 20px;
    margin-bottom: 0;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: flex;
}

.course_beneficiaries p:hover svg path {
    fill: rgb(148,138,164);
}

.course_beneficiaries .master_classes > div p:nth-child(1) {
    animation-delay: 0.2s;
}

.course_beneficiaries .master_classes > div p:nth-child(4) {
    animation-delay: 0.8s;
}

.mentorship_experience::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(183,178,195,0.5) 0px,
        rgb(183,178,195,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    width: 100%;
}

.mentorship_experience .photo_section {
    position: relative;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 5px;
    width: 120px;
    margin: 0 auto;
    height: 120px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.mentorship_experience .name {
    position: relative;
    text-align: center;
    transform: translateY(0);
    font-size: 24px;
    color: #000000;
    margin-bottom: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
}

.mentorship_experience .opinion_spot:hover > div:nth-child(2) > div {
    color: rgb(183,178,195);
}

.mentorship_experience .career_timeline::before,
.mentorship_experience .career_timeline::after {
    line-height: 1;
    content: "";
    color: rgb(183,178,195,0.5);
    transition: all 0.3s ease;
    opacity: 0.3;
    position: absolute;
    font-size: 3rem;
}

.mentorship_experience .career_timeline::before {
    top: -10px;
    left: -5px;
}

.title_screen .practical_study {
    position: absolute;
    z-index: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    height: 100%;
}

.title_screen .page_title {
    height: 100%;
    width: 100%;
}

.title_screen .learn_home::before {
    top: 0;
    background: 
        linear-gradient(135deg, rgb(183,178,195,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(148,138,164,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    mix-blend-mode: hard-light;
    width: 100%;
}

.title_screen .text_box_item::after {
    content: "";
    height: 5px;
    width: calc(60% + 4px);
    position: absolute;
    z-index: 4;
    top: -2px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(183,178,195), transparent);
    left: -2px;
}

.title_screen .text_box_item h1::before {
    width: 40px;
    background: rgb(183,178,195);
    content: "";
    height: 3px;
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    left: 0;
}

.title_screen .text_box_item .request_request::before {
    top: 0;
    position: absolute;
    opacity: 0;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(183,178,195), rgb(148,138,164));
    height: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.pricing_offer .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 2;
}

.pricing_offer .promo_rates {
    transform: translateY(20px);
    opacity: 0;
    max-width: 800px;
    order: -1;
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
    margin: 0 auto 2rem;
}

.pricing_offer .program_price {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    gap: 2rem;
}

.pricing_offer .package_deals:nth-child(3) {
    animation-delay: 0.3s;
}

.pricing_offer .package_deals:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing_offer .member_plans {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

.pricing_offer .study_costs {
    color: rgb(183,178,195);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 2rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.pricing_offer .photo_section::after {
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.7;
}

.learning_impact h5 {
    color: #000000;
    font-weight: 700;
    animation: fadeSlideUp 1s ease-out;
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
    position: relative;
    opacity: 1;
    z-index: 2;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(0);
}

.learning_impact .photo_section {
    transform: scale(1);
    height: auto;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.learning_impact li:nth-child(1) {
    animation-delay: 0.3s;
}

.learning_impact li:nth-child(3) {
    animation-delay: 0.5s;
}

.learning_impact li:nth-child(5) {
    animation-delay: 0.7s;
}

.learning_impact li:hover svg {
    transform: translateY(-2px) scale(1.1);
}

.learning_impact li:hover svg path {
    fill: rgb(148,138,164);
}

.company_info::after {
    bottom: 0;
    opacity: 0.3;
    right: 0;
    z-index: 2;
    animation: gradientShift 8s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(183,178,195,0.5) 0%, transparent 100%);
}

.company_info .text_box_item::after {
    background: rgb(148,138,164);
    opacity: 0.05;
    content: "";
    border-radius: 50%;
    width: 150px;
    z-index: -1;
    left: -75px;
    height: 150px;
    position: absolute;
    bottom: -75px;
}

.company_info p {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 25px;
    color: #ffffff;
}

.company_info ol {
    padding-left: 0;
    position: relative;
    margin-top: 30px;
}

.company_info .text_box_item:hover ol::before {
    transform: scaleY(1);
}

.experience_trial {
    padding: 130px 0;
    position: relative;
    background: linear-gradient(125deg, rgb(183,178,195) 0%, rgb(148,138,164) 100%);
    z-index: 1;
    overflow: hidden;
}

.experience_trial .master_classes {
    backdrop-filter: blur(15px);
    transform: rotateX(2deg) rotateY(2deg);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    transition: transform 0.6s ease;
    align-items: center;
    transform-style: preserve-3d;
    border-radius: 30px;
    z-index: 2;
    background: rgba(255,255,255,0.1);
    position: relative;
    perspective: 1000px;
    padding: 70px 50px;
    max-width: 900px;
    flex-direction: column;
    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        0 5px 15px rgba(255,255,255,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.1);
}

.experience_trial .write_page {
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    position: relative;
    color: rgb(183,178,195);
    z-index: 1;
    transform: perspective(1000px) translateZ(20px);
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    background: rgba(255,255,255,0.9);
    overflow: hidden;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 50px;
    transition: all 0.4s ease;
}

#cookieTermsNotice:checked ~ .privacyPolicyOverlay {
    opacity: 0;
    visibility: hidden;
}

.visitor_privacy {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_control {
    background: rgb(183,178,195);
    color: #ffffff;
    text-decoration: none;
    margin-left: 10px;
    text-transform: uppercase;
    border-radius: 10px;
    min-width: 140px;
    transition: border 0.2s;
    font-size: 17px;
    border: 2px solid transparent;
    padding: 12px 24px;
    flex-shrink: 0;
    font-weight: 600;
    text-align: center;
}

.thanks_page .container {
    flex-direction: column;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    max-width: 1200px;
    display: flex;
    z-index: 2;
    align-items: center;
    margin: 0 auto;
}

.thanks_page h2::before {
    background: linear-gradient(90deg, rgb(183,178,195) 0%, rgb(148,138,164) 100%);
    width: 80px;
    bottom: -16px;
    content: "";
    left: 50%;
    border-radius: 2px;
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
}

.thanks_page li {
    padding-left: 2rem;
    position: relative;
}

.secure_enclave {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(219,214,225), #ffffff);
    padding: 5rem 2rem;
}

.secure_enclave::before {
    left: 0;
    z-index: 0;
    width: 100%;
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 80% 20%, rgb(148,138,164,0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgb(183,178,195,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
}

.secure_enclave h3 {
    font-size: calc(32px * 0.85);
    padding-left: 1.25rem;
    position: relative;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
}

.secure_enclave p {
    position: relative;
    line-height: 1.8;
    font-size: 13px;
    transform: translateZ(0);
    max-width: 90%;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
}

.secure_enclave li {
    padding-left: 1.5rem;
    font-size: 13px;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

footer .fund_cta {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 120px 0 30px;
    background: linear-gradient(135deg, rgb(183,178,195), rgb(148,138,164));
    position: relative;
}

footer .get_helpdesk {
    margin-bottom: 60px;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}

footer .info_item svg {
    width: 20px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 20px;
    fill: #ffffff;
}

footer .info_item p,
footer .info_item a {
    font-size: 17px;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

footer .event_cal {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    line-height: 1.6;
    font-size: 12px;
    margin: 0 auto;
}

footer .nav_guide h5::after, footer .subscribe_holder h5::after {
    background: linear-gradient(90deg, #ffffff, transparent);
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    width: 100%;
}

footer .head_pro a:hover::before {
    left: 0;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 17px;
}

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

footer .mail_container:hover {
    background-color: rgb(219,214,225);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .tech_stack {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 30px;
    position: relative;
    font-size: 12px;
}



@media (max-width: 991px) {header .site_head svg {
    width: 140px;
}header .nav_guide {
    gap: 0.4rem;
    padding: 0.5rem;
}header .header_guide {
    font-size: calc(16px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 40px;
}.contact .request_inquiry {
    flex-direction: column;
}.contact .photo_section {
    width: 100%;
    min-height: 300px;
}.contact .support_form {
    padding: 40px 30px;
    width: 100%;
}.contact form h3 {
    margin-bottom: 30px;
}.contact form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact .feedback_info {
    margin-bottom: 25px;
}.contact .request_request {
    padding: 15px 25px;
}
}



@media (max-width: 576px) {.course_summary {
    padding: 40px 0;
}.course_summary .career_learn {
    padding: 20px;
}.course_summary h3 {
    font-size: calc(30px * 0.8);
}.course_summary p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.course_summary .top_edu {
    margin-bottom: 15px;
}.course_summary .top_edu svg {
    max-height: 50px;
}.course_summary .photo_section {
    min-height: 300px;
}.course_summary .career_learn::before,
  .course_summary .career_learn::after {
    width: 30px;
    height: 30px;
}
}



@media (min-width: 768px) {.mentorship_experience {
    padding: 7rem 0;
}.mentorship_experience .opinion_spot {
    align-items: center;
    gap: 2.5rem;
    padding: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.mentorship_experience .photo_section {
    height: 150px;
    width: 150px;
    margin: 0;
}.mentorship_experience .name,
    .mentorship_experience .opinion_spot > div:nth-child(2) > div {
    text-align: left;
}.mentorship_experience .name::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.mentorship_experience .opinion_spot:hover .name::after {
    transform: translateX(0) scaleX(1);
}.mentorship_experience .career_timeline {
    text-align: left;
    padding: 0;
}.mentorship_experience .opinion_spot::before {
    width: 8px;
}.mentorship_experience::after {
    top: -30%;
    width: 50%;
    right: -10%;
}
}



@media (min-width: 992px) {.pricing_offer .program_price {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.pricing_offer .package_deals {
    max-width: 400px;
    margin: 0 auto;
}.pricing_offer .promo_rates h2 {
    font-size: calc(37px * 0.9);
}.pricing_offer .study_rates {
    font-size: calc(18px * 0.95);
}}



@media (max-width: 767px) {.learning_impact {
    padding: 80px 20px;
}.learning_impact h5 {
    font-size: calc(24px * 0.9);
}.learning_impact .master_classes {
    padding: 30px;
}.learning_impact .photo_section {
    max-height: 250px;
    object-position: center;
}.learning_impact li {
    padding-left: 35px;
}.learning_impact svg {
    height: 24px;
    width: 24px;
    left: -35px;
}}



@media (max-width: 576px) {.company_info {
    padding: 60px 0;
}.company_info .text_box_item {
    padding: 30px 20px;
    border-left-width: 2px;
}.company_info h5 {
    letter-spacing: 1.5px;
    font-size: calc(24px * 0.9);
}.company_info p {
    margin-bottom: 15px;
    font-size: calc(15px * 0.9);
}.company_info p b {
    font-size: calc(15px * 1.1);
}.company_info ol {
    margin-top: 20px;
}.company_info ol li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.company_info ol::before {
    width: 2px;
    left: -15px;
}}


@media only screen and (max-width: 800px) {.visitor_privacy {
    display: none;
}.privacy_learn {
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.privacyPolicyOverlay h5, .privacyPolicyOverlay p {
    text-align: center;
}.learn_agree {
    margin-bottom: 20px;
}.cookie_control {
    max-width: 300px;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}



@media (max-width: 767px) {.secure_enclave {
    padding: 3rem 1rem;
}.secure_enclave .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem 1.5rem;
}.secure_enclave h1 {
    font-size: calc(42px * 0.85);
    transform: translateX(0);
}.secure_enclave h2 {
    font-size: calc(32px * 0.9);
}.secure_enclave p, .secure_enclave li, .secure_enclave span {
    font-size: calc(13px * 0.95);
}.secure_enclave p {
    max-width: 100%;
}
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}



@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}



@keyframes tech-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}



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



@keyframes gradientShift {
    0% {
        opacity: 0.2;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        opacity: 0.3;
        background-position: 100% 100%;
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(183,178,195,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

